/* Estructura general */
div#main {
    padding: 85px 0 0;
}
.wf-container-main {
    max-width: 100% !important;
}
.entry-content > p {
    margin-bottom: 0;
}
.post-thumbnail {
    display: none;
}
.blankspace {
    height: 104px;
    visibility: hidden;
}
section#banner {
    display: flex;
    flex-wrap: wrap;
}
.banner-container {
    width: 1100px;
    padding: 100px 50px;
    margin: auto;
	z-index: 15;
    position: relative;
}
.bg-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    top: -100%;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    background: rgb(17 27 51 / 60%);
}

section#info {
    display: flex;
}
.col-2-3 {
    width: 60%;
    padding-right: 8%;
}
.col-1-3 {
    width: 40%;
}
/* Tipografía */
h1, h2, h3, h4, p {
    font-family: 'Manrope', sans-serif !important;
}
/* Banner principal */
.banner-text {
    margin-bottom: 30px;
}
.banner-text * {
    color: #fff !important;
}
.banner-text h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-text h3 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner-text p {
    font-size: 22px;
    line-height: 1.4em !important;
    font-weight: 500;
    max-width: 480px;
}

button.ver-info {
    background: transparent;
    border: none;
    color: #fff;
    font: normal 400 20px/26px 'Manrope', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.ver-info span {
    position: relative;
    top: 8px;
    font-size: 30px;
}

.departamentos {
    margin-top: 80px;
    color: #fff;
}
.departamentos .material-icons {
    background: #93CEF9;
    border-radius: 50px;
    font-size: 20px;
    padding: 2px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.departamentos span:not(.material-icons) {
    font: normal 400 18px/24px 'Manrope', sans-serif;
}
/* Info curso y módulos */
.col-2-3 p {
    font-size: 18px;
    color: #051848;
}
.col-2-3 p.destacado {
    font-size: 20px;
    color: #051848;
    /*margin-bottom: 30px;*/
}
#info h2, #gallery h2 {
    font-size: 28px;
    font-weight: 600;
    color: #051848;
}
.centro-tecnico h2 {
    font-size: 32px;
    color: #4698E3;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(148 204 255 / 60%);
    margin-bottom: 45px;
}

div#main[data-tipo="especializado"] #info p span {
    font-weight: 600;
    margin-right: 5px;
}

#info h2:not(:first-child) {
    margin-top: 30px;
}

h3.ct-info {
    color: #4698E3;
    font-size: 20px;
    margin-bottom: 5px;
}
.cont-cts {
    display: flex;
    flex-wrap: wrap;
}
.cont-cts > div {
    width: 45%;
	padding-right: 5%;
}
.cont-cts p {
    font-size: 16px !important;
    line-height: 1.6em;
}
/* Barra lateral información */
div#main[data-tipo="diplomado"] .col.col-1-3 {
    background: #3F71BC;
}
div#main[data-tipo="diplomado"] .crt h3,
div#main[data-tipo="diplomado"] .crt p,
div#main[data-tipo="diplomado"] .crt a {
    color: #fff;
}
div#main[data-tipo="especializado"] .col.col-1-3 {
    background: #E4F2FF;
}
div#main[data-tipo="especializado"] .crt h3,
div#main[data-tipo="especializado"] .crt p,
div#main[data-tipo="especializado"] .crt a {
    color: #051848;
}
.col.col-1-3 .crt-container {
    padding: 50px 25px;
}
.col.col-1-3 {
    border-radius: 5px;
	height: fit-content;
}
.fechas {
    background: #CCE4FB;
    border-radius: 5px 5px 0 0;
}
.fechas span {
    font: normal 600 24px 'Manrope', sans-serif;
    color: #2560A4;
    padding: 25px 0;
    margin: auto;
    display: block;
    width: fit-content;
}
.crt {
    display: flex;
    margin-bottom: 30px;
}
.crt:last-child {
    margin-bottom: 0;
}
.crt h3 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
}
.crt p {
    font-size: 18px;
	margin-bottom: 0;
}
.crt span {
    color: #9ED1FF;
    position: relative;
    font-size: 30px;
    top: -2px;
    margin-right: 15px;
}
/* Galería de fotos */
section#gallery {
    margin-top: 100px;
    padding-top: 85px;
    border-top: 2px solid rgb(148 204 255 / 60%);
	margin-bottom: 80px;
}
#gallery .owl-carousel {
    margin-top: 55px;
}
/* Acordeón Modulos */
.tabs input {
  	position: absolute;
  	opacity: 0;
  	z-index: -1;
}
.tabs {
  	overflow: hidden;
	    margin-top: 35px;
}
.tab {
  	width: 100%;
  	color: #051848;
  	overflow: hidden;
}
.tab-label {
  	display: flex;
  	justify-content: space-between;
  	padding: 9px 30px;
  	background: #EDF7FF;
  	font: normal 500 21px/21px 'Manrope', sans-serif;
  	border-radius: 50px;
}
input:not(:checked) + .tab-label  {
	cursor: pointer;
}
input:not(:checked) + .tab-label:hover {
  	background: #D4EDFF;
}
.tab-label::after {
  	content: "\e5cc";
    font-family: 'Material Symbols Outlined';
    font-size: 30px;
    font-weight: 300;
    transition: all 0.35s;
	color: #4698E3;
}
.tab-content {
  	max-height: 0;
  	padding: 0 1em;
  	color: #2c3e50;
  	background: white;
  	transition: all 0.35s;
}
input:checked + .tab-label::after {
  	transform: rotate(90deg);
}
input:checked ~ .tab-content {
  	max-height: 100vh;
  	padding: 1em;
}
input:not(:checked):not(:last-child) ~ .tab-label {
  	margin-bottom: 10px;
}
.tab-content p {
    margin-left: 10px;
}
.tab-content p:before {
    content: "\e061";
    font-family: 'Material Icons';
    font-size: 10px;
    left: -10px;
    position: relative;
}
.tab-content p:has(strong):before {
    content: '';
}
.tab-content ul, .tab-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}
.tab-content li {
    color: #051848;
    font: normal 400 18px/32px 'manrope', sans-serif;
}
.tab-content li:before {
    content: "\e5cc";
    font-family: 'Material Icons';
    font-size: 20px;
    left: -5px;
    top: 4px;
    position: relative;
}
.tab-content p + ul {
    margin-top: -5px;
}
/* Formulario */

section#info + section#formulario {
    margin-top: 80px;
}
.wpcf7-response-output * {
    color: #051848 !important;
}
div#main[data-tipo="diplomado"] section#formulario .vc_row {
    background: #3F71BC;
    padding: 65px 0 85px;
}
div#main[data-tipo="especializado"] section#formulario .vc_row {
    background: #E4F2FF;
    padding: 65px 0 85px;
}
section#formulario .vc_row .wpb_column .vc_column-inner {
    max-width: 915px;
    margin: auto;
}
div#main[data-tipo="diplomado"] #formulario h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
div#main[data-tipo="especializado"] #formulario h2 {
    font-size: 28px;
    font-weight: 600;
    color: #051848;
}
div#main[data-tipo="diplomado"] #formulario .text-container p {
    font-size: 18px;
    color: #fff;
}
div#main[data-tipo="especializado"] #formulario .text-container p {
    font-size: 18px;
    color: #051848;
}
#formulario .text-container {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px
}
#formulario .text-container div:first-child {
    max-width: 630px;
    margin-right: 50px;
}
img#edit-icon {
    width: 120px;
    height: 120px;
}
#formulario form {
    padding: 26px 32px;
    background: #fff;
    border-radius: 9px;
	box-shadow: 1px 1px 6px 3px rgba(7, 28, 52, 0.15);
}
#formulario form > p:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
#formulario form .wpcf7-form-control-wrap:not(.mensaje):not(.aceptacion) {
    width: calc(50% - 5px);
}
#formulario form .wpcf7-form-control-wrap.mensaje {
    width: 100%;
}
#formulario form .wpcf7-form-control-wrap:not(.aceptacion) input, 
#formulario form .wpcf7-form-control-wrap select,
#formulario form .wpcf7-form-control-wrap textarea {
    border:none;
    background: #f2f2f2;
    padding: 15px 22px;
    font-size: 18px;
    color: #051848 !important;
    border-radius: 5px;
	font-family: 'Manrope', sans-serif !important;
}
#formulario form .wpcf7-form-control-wrap:not(.aceptacion) input:focus, 
#formulario form .wpcf7-form-control-wrap select:focus,
#formulario form .wpcf7-form-control-wrap textarea:focus {
	background: #D4ECFF;
	box-shadow: none;
}
#formulario form .wpcf7-form-control-wrap:not(.aceptacion) input, #formulario form .wpcf7-form-control-wrap select {
    height: 52px;
}
#formulario form .wpcf7-form-control-wrap:not(.aceptacion) input::placeholder,
#formulario form .wpcf7-form-control-wrap textarea::placeholder {
    color: #051848;
	opacity: 0.5;
}
#formulario form .wpcf7-form-control-wrap.sedes::after {
    content: "\e5cf";
    font-family: 'Material Symbols Outlined';
    font-size: 30px;
    font-weight: 300;
    color: #051848;
    position: absolute;
    right: 15px;
    top:13px;
}
#formulario form .wpcf7-form-control-wrap.sedes {
    background: #f2f2f2;
    height:52px;
    border-radius: 5px;
}
#formulario form .wpcf7-form-control-wrap.sedes:focus-within {
    background: #D4ECFF;
}
#formulario form .wpcf7-form-control-wrap.sedes select {
    z-index: 1;
    position: relative;
    background: none;
    cursor: pointer;
    padding-bottom:0;
    padding-top:0;
}
span.wpcf7-form-control-wrap.aceptacion {
    font-size: 18px;
    color: #051848;
    margin-top: 20px;
}
.aceptacion input {
    margin-right: 5px;
}
.aceptacion .wpcf7-list-item {
    margin-left: 0;
}
input.wpcf7-submit {
    width: 150px;
    font: normal 500 22px 'Manrope', sans-serif !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    background: #0D2661 !important;
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    right: -80px;
}
input.wpcf7-submit:hover {
    background: #5C98F1 !important;
}
span.wpcf7-spinner {
    left: -150px;
    top: 20px;
}
/* Responsive */
@media screen and (max-width:778px) {
    section#info {
        flex-direction: column;
    }
    #info .col {
        width: 100%;
    }
    .col-1-3 {
        margin-top: 70px;
    }
    .crt-container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 4%;
        justify-content: space-between;
    }
    .crt {
        width: 48%;
        margin-bottom: 20px;
    }
    .crt p {
        font-size: 14px;
        line-height: 22px;
    }
    span.wpcf7-form-control-wrap.aceptacion {
        width: 100%;
    }
    input.wpcf7-submit {
        margin-left: 0;
        right: unset;
        margin-top: 20px !important;
    }
}
@media screen and (max-width:600px) {
    .crt {
        width: 100%;
        margin-bottom: 30px;
    }
    #formulario form .wpcf7-form-control-wrap:not(.mensaje):not(.aceptacion) {
        width:100%;
    }
	.banner-text h1 {
		font-size: 36px;
		line-height: 44px;
	}
	.centro-tecnico h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.fechas span {
		font-size: 22px;
		line-height: 30px;
	}
	#info h2, #gallery h2, #formulario h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.cont-cts > div {
        width: 100% !important;
    }
	.crt h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.col-2-3 p {
		font-size: 16px;
		line-height: 24px;
	}
	.col-2-3 p.destacado {
    	font-size: 18px;
		line-height: 26px;
	}
	.banner-text p {
		font-size: 20px;
	}
	img#edit-icon {
		width: 80px;
		height: 80px;
		margin-bottom: 30px;
	}
	#formulario .text-container {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}