/**
 * Theme Name:     SF Theme
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   sf-theme
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Author URI:     http://Macanudo
 */

/** GENERAL **/
h1{
	   font-family: "Source Sans Pro", Sans-serif !important;
	font-weight: 500 !Important;
}
h2,h1{
	font-weight: 500 !Important;
}
.elementor-kit-24 h1{
	font-weight: 500 !important;
}
.h1g h1{
	font-weight: 500 !important;
}

.title-coordinacion h1.elementor-heading-title {
    font-weight: 900 !important;
}
#content {
    padding-top: 45px;
    position: relative;
    background-color: #EAEAEA;
    overflow: hidden;
}
/* ---------- REMOVING AFTER FROM ZOOM EFECT CARDS -------- */
.premium-blog-thumbnail-container.premium-blog-zoomin-effect::before,
.premium-blog-thumbnail-container.premium-blog-zoomin-effect::after{
	display: none !important;
}
/* --------- HEADER ---------- */
@media (min-width: 1024px) {
	.premium-nav-menu-item.premium-active-item:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 4px;
		bottom: 7px;
		left: 0;
		background-color: #00ffff;
	}
	.elementor-2 .elementor-element.elementor-element-764b749 .premium-blog-thumbnail-container img {
		height: 300px !important;
	}
}

/****  Fechas en dimensiones tables y mobile  *****/
.wd	.elementor-widget-container:after {
			content: '';
			position: absolute;
			right: 0;
			top:0;
			width: 84px;
			height: 109px;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
}
@media (min-width: 1199px){
	.wd	.elementor-widget-container:after {
			visibility: hidden;
	}
}
@media (max-width: 1199px){
	.wd	.elementor-widget-container:after {
			visibility:visible;
	}
}
@media (max-width: 480px){
	.wd	.elementor-widget-container:after {
			position: relative;
			display: inline-block;
			transform: translateX(-50%);
    	left: 50%;
			margin: 20px 0 0;
	}
}
@media (min-width: 481px) and (max-width: 1200px){
	.wd {
			padding-right:90px;
			min-height: 110px;
	}
}
/*********************/
/* NUEVO DISEÑO */
.contenido-internas {
	transition-duration: unset;
    transition-delay: unset;
}

.contenido-internas > .e-con-inner{
	background-color: #FFFFFF;
  	box-shadow: 0px 0px 33px -15px rgb(0 0 0 / 50%);
  	/* padding: 70px 8%; */
	border-radius: 30px;
	width: 80%;
}

@media(max-width: 789px) {
	.contenido-internas > .e-con-inner{
		width: 90%;
	}
	.contenido-internas-r.contenido-internas-r > .e-con-inner{
		padding: 20px 10px !important;
	}
}

.contenido-internas-r > .e-con-inner{
	margin: auto !important;
  	padding: 20px 38px 38px 520px !important;
}
@media(max-width: 1200px) {
	.contenido-internas > .e-con-inner{
		margin: auto !Important;
	}
	.contenido-internas-r > .e-con-inner, 
	.contenido-internas-l > .e-con-inner	{
		margin: auto !important;
  		padding: 20px 38px !important;
	}
	.container-img-l,
	.container-img-r{
		display:none;
	}
}
.contenido-internas-l > .e-con-inner{
	margin: auto;
  padding: 20px 520px 38px 38px;
}
.contenido-internas-l,
.contenido-internas-r{
  margin-top: 50px;	
}
@media (min-width: 1200px){
	html:not(.premium-modal-open) .contenido-internas-r{
		transform: translateX(70px);
	}
	html:not(.premium-modal-open) .contenido-internas-l{
		transform: translateX(-50px);
	}
}

.container-img-l{
	position: absolute !important;
    left: 0;
    top: -157px;
    transform: translate(calc(-90% + -100px), 18px);
	height: calc(100% + 185px) !important;
    width: calc(100% + 185px) !important;
	max-width: 680px !important;
}
.container-img-r{
	position: absolute;
    right: 0;
    top: -157px;
    /* height: calc(120%); */
    transform: translate(calc(90% + 100px), 5px);
    height: calc(100% + 205px);
    width: calc(100% + 205px) !important;
    max-width: 680px;
}
.container-img-l > .elementor-widget-container,
.container-img-r > .elementor-widget-container{
	height: 100%
}
.container-img-l img,
.container-img-r img{
	height: 100%;
}
/** -------------- INMERSIÓN ------------ **/
@media (max-width: 768px ) {
    #inmersion .contenido-internas h3{
        font-size: 33px;
    }   
}
#inmersion .contenido-internas .titulo-inmersion{
    margin-bottom: 20px;
}

#inmersion .contenido-internas p{
    margin-left: 0
}

#inmersion .inmersion-desc p{
    margin-bottom: 25px;
}

#inmersion .contenido-internas em{
    font-size: 80%;
    font-weight: 500;
}

@media (max-width: 1201px){
    #inmersion .fecha-sm{
        display: none;   
    }
}

/** Coordinación y capacitacion*/
@media(min-width: 1200px) {
	html:not(.premium-modal-open) .capacitacion.contenido-internas-r{
		transform: translateX(115px);
	}
	#coordinacion.contenido-internas-r{
		transform: translateX(110px);
	}
	#coordinacion.contenido-internas-r > .elementor-container.elementor-column-gap-default{
		padding-left: 441px !important;
	}
}

#coordinacion.contenido-internas > .elementor-container.elementor-column-gap-default
{
	max-width: 1200px !important;
}
#coordinacion .container-img-l{
    position: absolute;
    left: 0;
    top: -157px;
    transform: translate(calc(-90% + -90px), 45px);
		width: 597px !important;
    height: 566px;
}
#coordinacion.contenido-internas-r > .elementor-container.elementor-column-gap-default
{
    margin: auto;
		padding: 18px 38px 38px 38px;
		min-height: 460px;
}

.single.single-post .contenido-internas h2:not(.gform_title) {
    color: #05278C !important;
    font-size: 40px;
    line-height: 1.09;
    font-weight: 900;
    padding-left: 0;
    margin-bottom: 0;
}
.single-post-desc strong {
    color: #05278C !Important;
}
#coordinacion .premium-blog-post-outer-container:hover .premium-blog-post-container.premium-blog-skin-banner {
	background-color: #c1cef6;
}
/** CAPACITACION **/
.capacitacion .container-img-l{
    position: absolute;
    left: 0;
    top: -157px;
    transform: translate(calc(-90% + -90px),20px);
		height: 768px !important;
		width: 721px;
	  min-width: 721px;
}
.capacitacion.contenido-internas-r > .e-con-inner{
		min-height: 650px !important;
}
/* ------ INMERSION ----------- */
@media (max-width: 1202px) {
	.fecha-sm{
		display: none;
	}
}

/** INTEGRACIÓN **/
#integracion .container-img-l,
#inmersion .container-img-l{
        transform: translate(calc(-90% + -100px), 15px) !important;
} 
#integracion .wd .elementor-widget-container:after,
#inmersion .wd .elementor-widget-container:after{
	background-image: url(https://sf.ucsp.edu.pe/wp-content/uploads/2024/09/Fecha-05-de-agosto-SFD24.png);
}
@media (max-width: 1440px){
    #integracion .container-img-l,
	#inmersion .container-img-l{
        transform: translate(calc(-90% + -100px), 5px) !important;
    }   
}
@media (max-width: 1360px){
    #integracion .container-img-l,
	#inmersion .container-img-l{
        transform: translate(calc(-90% + -100px), -10px) !important;
    }   
}
/*****/
.contenido-internas h1{
    color: #343434;
    line-height: 1.09;
    font-weight: 900;
    padding-left: 0;
    margin-bottom: 0;
}
.contenido-internas h1 strong{
	color: #05278C;
}

.contenido-internas p {
	font-size: 20px;
	color: #343434;
	line-height: 1.2;
}
.contenido-internas p strong{
	color: #343434;
}
.contenido-internas .bs p strong{
	color: #05278C !important;
}
.btn-inscribete .elementor-widget-wrap{
	align-content: center;
  align-items: center;
}

.img-fc-title-col >.elementor-widget-wrap{
	place-content: center;
  justify-content: start;
}
.img-date-col> .elementor-widget-wrap{
	place-content: center;
  justify-content: end;
}
.img-date-col .elementor-widget-image,
.img-fc-title-col .elementor-widget-image{
	width: fit-content;
}
.img-date-col img{
	width: 150px;
}
/************* BTNs *************/
.btn-inscribete .premium-modal-trigger-btn, .btn-inscribete a {
    padding: 14px ;
    text-transform: none;
    line-height: 1;
    font-size: 21px;
    background-color: #05278C !important;
    font-weight: bold !important;
    border-radius: 7px !important;
    margin: auto 0;
    display: block !important;
    width: 100%;
    border: 2px solid transparent !important;
	color: #ffffff;
}
.btn-inscribete .premium-modal-trigger-btn:hover, .btn-inscribete a:hover{
	background-color: #ffffff !important;
	border: 2px solid #05278C !important;
	color: #05278C;
}
.btn-inscribete .premium-modal-trigger-btn:focus {
	outline: none;
}
.btn-inscribete .premium-modal-trigger-btn .premium-button-text-icon-wrapper{
	justify-content: center !important;
}

.btn-agendar-evento .elementor-button-link {
    padding: 14px 16px;
    text-transform: none;
    line-height: 1;
    font-size: 21px;
    background-color: #ffffff;
    font-weight: bold !important;
    border-radius: 7px !important;
    margin: auto 0;
    display: block !important;
    width: 100%;
    color: #05278C;
    text-decoration: none;
    border: 2px solid #05278C;
}
/********* END BTNs ***********/
/*.single.single-post .contenido-internas h2:not(.gform_title){
    color: #1247EF;
    font-size: 46px;
    line-height: 1.09;
    font-weight: 900;
    padding-left: 0;
    margin-bottom: 0;
}*/

@media (max-width: 767px ) {
.single.single-post .contenido-internas h2{
      font-size: 33px;
   }  
	.curso-descripcion p{
        font-size: 16px;
    } 
}
/*** ITEMS POST GRID **/
#capacitacion .premium-blog-thumb-effect-wrapper{
	padding: 40px 40px 10px;
}
#capacitacion .premium-blog-thumbnail-container.premium-blog-zoomin-effect{
	border-radius: 20px;
}
#capacitacion .premium-blog-post-container.premium-blog-skin-cards,
#coordinacion .premium-blog-post-container.premium-blog-skin-banner{
	border-radius: 20px;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 17%);
}
#capacitacion .items-posts .elementor-post__text{
    display: block;
}
#capacitacion .items-posts  .elementor-post__text{
	padding: 30px;
}
#capacitacion h2.premium-blog-entry-title{
	font-size: 24px;
	text-align: left;
	margin-bottom: 5px;
}

#capacitacion h2.premium-blog-entry-title a{
    color: #1247E5;
	text-decoration: none !important;
}
#capacitacion .premium-blog-post-content{
	text-align: left;
	line-height: 1.5em;
    font-size: 16px;
    color: #777;
	font-weight: 600;
}
#capacitacion .premium-blog-excerpt-link.elementor-button{
	font-size: 21px;
    padding: 6px 20px;
    background: #fff;
    border: 2px solid #05278C;
    border-radius: 10px;
    color: #05278C;
    margin-top: 20px;
    display: block;
    width: fit-content;
	text-decoration: none !Important;
}
#coordinacion .premium-blog-content-wrapper {
	display: none;
}
/****/
/** ----------- FOOTER ------------- */
#footer{
	background: #FFF;
	padding: 60px 0 40px;
}
#footer p{
	color: #343434;
	margin-bottom: 4px;
	font-size: 17px;
}
#footer p a{
	color: #343434;
}
#footer p a:hover{
	text-decoration: underline
}
/*#footer p, 	#footer a{
	text-align: center;
    display: block;
}*/
#footer .elementor-widget__width-auto {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 12px !important;
}
/* ----------------------------------- */
/*.items-posts.post-cordinacion .elementor-post {
    width: 30%;;
    margin: 0 1%;
}*/
/*@media (max-width: 767px ){
	.items-posts .elementor-post, .items-posts.post-cordinacion .elementor-post {
    width: 96%;
}*/
/*.elementor-kit-24 h1 {
    font-size: 36px;
}*/



/** CAPACITACION **/
.single-post-desc strong{
    color: #1247EF;
}
.single-post-desc{
    padding: 20px;
    background-color: #F5F6F8;
    border-radius: 12px;
    margin-right: 5px;
		font-size: 20px;
}
@media (max-width: 768px) {
	.single-post-desc{
    margin: 0 0 10px 0;
	}
}

.single-post-desc p:last-child{
    margin-bottom: 0;
}
.single-post-clarification p{
    margin-bottom: 0;
}
.single-post-dessc__container{
   margin-bottom: 20px;   
}
/** Coordinacion **/
.single-post-desc.single-dpto-desc ul{
    list-style-type: none;
    padding-left: 10px
}

.single-post-desc.single-dpto-desc ul li{
	break-inside: avoid;    
}

.single-post-desc.single-dpto-desc ul{
    columns: 2;
}
@media (max-width: 767px) {
	.single-post-desc.single-dpto-desc ul{
    columns: 1;
	}
}

.single-post-desc.single-dpto-desc ul li:nth-child(odd){
    margin-bottom: 5px;
}
.img-pin-coordinacion img{
    max-width: 170px;
}
/** ESTILOS DEL FORMULARIO **/
.contenido-internas .premium-modal-box-modal-body{
	padding: 2.5% calc(2% + 16px) 1%;
}

.contenido-internas .premium-modal-box-modal-body .gform_footer.top_label{
	font-size: 24px;
  font-weight: 900;
  display: grid;
}

.contenido-internas .premium-modal-box-modal-body .gform_footer.top_label .gform_button.button{
	font-size: 18px;
    font-weight: 900;
    font-family: 'ROBOTO SLAB';
    border: 1.5px solid #1247ef;
    border-radius: 12px;
	background-color: #ffffff;
    color: #1247ef;
}

.contenido-internas .premium-modal-box-modal-body .gform_footer.top_label .gform_button.button:hover{
	border-color: transparent;
  background-color: #1247ef;
  color: #fff;
}

.contenido-internas .premium-modal-box-modal-footer button[data-dismiss="premium-modal"]{
  color: #fff;
}

.contenido-internas .premium-modal-box-modal-body h2.gform_title{
	text-align:center;
	font-weight: 900;
	color: #001c77;
} 
/*** MODAL **/
.seccion-modal{
	display: none;
	transition: 1200ms;
   	background: rgb(0 0 0 / 65%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    backdrop-filter: blur(8px);
}
.seccion-modal > .elementor-container.elementor-column-gap-default{
	height: 100%;
    align-items: center;
}
.seccion-modal .elementor-container.elementor-column-gap-default > .elementor-column.elementor-col-100.elementor-top-column.elementor-element{
	background: #ffffff;
  padding: 4% 2% 5%;
  max-width: 700px;
  margin: auto;
	border-radius: 15px;
}
.elementor-element.btn-close-modal {
   position: absolute;
   width: auto;
   top: -30px;
   right: -10px;
}
.elementor-element.btn-close-modal a.elementor-button {
    border-radius: 0;
	    cursor: pointer;
}
.btn-close-modal a{
	border-radius: 50% !important;
	padding: 13px 17px;
	border: 2px solid #05278c;
	background-color: #CAD5F9 !important;
  color: #05278c !important;
}
@media (max-width: 1024px){
  .elementor-element.btn-close-modal {
    top: 0;
    right: 0;
  }
}

/** ETIQUETADO **/
.post-tags{
	display: none;
}

#btn-calendar a{
	text-decoration: none !important;
}
#btn-texto-largo span{
	white-space: break-spaces;
}

.gform_required_legend{
	font-size: 15px !important;
}
.gform-field-label--type-inline a{
	background-color: white !important;
	color: #05278C !important;
	padding: 15px 0px;
	font-size: 18px;
	border: none !important;
	width: 40%;
}

.gform-field-label--type-inline a:hover {
	border: none !important;
}
.gform_button{
	padding: 14px ;
    text-transform: none;
    line-height: 1;
    font-size: 21px;
    background-color: #05278C !important;
    font-weight: bold !important;
    border-radius: 7px !important;
    margin: auto 0;
    display: block !important;
    width: 100%;
    border: 2px solid transparent !important;
	color: #ffffff;
}

.gform_button, .premium-modal-box-modal-lower-close{
	padding: 14px ;
    text-transform: none;
    line-height: 1;
    font-size: 21px;
    background-color: #05278C !important;
    font-weight: bold !important;
    border-radius: 7px !important;
    margin: auto 0;
    width: 100%;
    border: 2px solid transparent !important;
	color: #ffffff;
}
.gform_button:hover, .premium-modal-box-modal-lower-close:hover{
	color:#1247ef !important;
	background-color: #ffffff !important;
    border: 2px solid #05278C !important;
}
.gform_validation_errors{
	display: none !important;
}


