:root{
    --verde2: #5ebebc;
    --azul: #767678;
    --font-primary: 'DarkerGrotesque-Medium';
    --font-secondary: 'ZZYZX';
    --font-body: 'Montserrat-SemiBold';
}
@font-face {
    font-family: 'DarkerGrotesque-Medium';
    src: url(../archivos/fonts/DarkerGrotesque-Medium.ttf);
}
@font-face {
    font-family: 'ZZYZX';
    src: url(../archivos/fonts/ZZYZX.ttf);
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../archivos/fonts/Montserrat-SemiBold.ttf);
}
@media screen and (max-width: 991px) {
    .is-fixed .header-nav .nav{
        height: auto;
    }
}
.header-nav .nav > li:hover > a, .header-style-3 .is-fixed .header-nav .nav > li:hover > a{
    color: var(--verde);
}
.logo-header2{
    float: right;
}
@media screen and (max-width: 991px) {
    .logo-header2{
        display: none;
    }
}
.logo-header2 img{
    max-width: 150px;
    width: 100px;
    height: auto;
}
@media screen and (max-width: 736px){
    .logo-header2 img{
        width: 100px;
    }
    .logo-header{
        width: 210px;
    }
}
.logo-header2Mobile{
    display: none!important;
}
.logo-header2Mobile img{
    max-width: 150px!important;
    width: 100px;
}
@media screen and (max-width: 991px) {
    .logo-header2Mobile{
        display: block!important;
    }
}
section{
    padding: 70px 0;
}
.flexLogoHeader{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .flexLogoHeader{
        display: block;
    }
}
.flexLogoHeader .logo-header{
    flex: 0 0 auto;
}
.flexLogoHeader .contBx{
    width: 100%;
}

.btn-transparent{
	background: transparent;
	border: 1px solid var(--verde);
	padding: 8px 30px;
	color: var(--negro);
	width: fit-content;
	transition: .5s ease-in-out;
	font-weight: 500;
	font-size: 18px;
	display: block;
	margin: 0 auto;
}

.btn-transparent:hover{
	color: var(--verde);
	background: var(--negro);
	border: 1px solid var(--negro);
}

.btn-transparent:focus{
	color: var(--verde);
}

.btn-transparent.white{
    color: #fff;
}

.btn-transparent.white:hover{
    color: #fff;
}

.slideLanding .title-slide{
    white-space: pre-line!important;
    color: #fff!important;
}
@media screen and (max-width: 640px){
    .slideLanding .title-slide{
        font-size: 24px!important;
        white-space: normal!important;
    }
}
.slideLanding .title-slide span{
    color: var(--verde)!important;
    font-size: 50px!important;
    font-weight: 500!important;
    line-height: normal!important;
}
@media screen and (max-width: 640px){
    .slideLanding .title-slide span{
        font-size: 24px!important;
        display: block;
    }
}
.slideLanding .subtitle-slide  {
    color: #fff!important;
}
.bckgd-gris{
    background-color: #f2f2f2;
}

.header-title .title{
	font-size:45px;
	line-height: 45px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	color: #000;
    font-weight: 600;
    font-family: var(--font-primary)!important;
}

.header-title .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}

.header-title .title.line-white:before{
	background: #fff;
}

.header-title .title.line-black:before{
	background: #000;
}

.header-title .subtitle{
	font-size:25px;
	line-height: normal;
	margin-top: 0;
	position: relative;
}

.contentBx .text{
    font-size: 18px;
}

.tp-leftarrow, .tp-rightarrow{
    display: none!important;
}

.tp-shapewrapper{
    background-color: rgba(0,0,0,.6)!important;
}

/* Amparo */
#amparo{
    background: #f2f2f2;
}
#amparo .contentDescription{
    background: var(--verde);
    padding: 15px 50px;
}
@media screen and (max-width: 640px) {
    #amparo .contentDescription{
        padding: 15px;
    }
}
#amparo .descriptionHeader{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    white-space: pre-line;
}
@media screen and (max-width: 640px) {
    #amparo .descriptionHeader{
        white-space: normal;
    }
}
#amparo .descriptionHeader a{
    color: #000;
}

#amparo .col-md-6{
    position: relative;
}

#amparo .row .box.line:before{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--verde);
    top: 0;
    transform: rotate(25deg);
}

@media screen and (max-width:480px){
    #amparo .row .box.line:before{
        display: none;
    }
}

#amparo .contentBx{
    padding: 40px 15px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 260px;
}

#amparo .contentBx .text{
    font-size: 25px;
}

/* Agenda */
#agenda{
    position: relative;
    background: linear-gradient(to right, black 70%, rgba(0,0,0,.6));
    overflow: hidden;
}
#agenda .img-float {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    transform: translateX(-50%);
}
/* #agenda .img-float {
    position: absolute;
    right: -11%;
    object-fit: cover;
    bottom: 5%;
    opacity: .2;
    width: 900px;
    height: 100%;
    transform: rotate(-20deg);
} */
#agenda .header-title .subtitle{
    color: var(--verde);
    font-size: 20px;
    margin-bottom: 0;
}
#agenda .header-title .title{
    color: #fff;
    line-height: 45px;
    font-family: var(--font-primary)!important;
}
#agenda .contentBx .text{
    text-align: left;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
#agenda .contentBx .textInfo{
    color: #fff;
    font-size: 20px;
    font-weight: 700!important;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 25px;
}
#agenda .contentBx .textInfo.link{
    margin: 10px auto 0;
    display: table;
    transition: .5s ease-in-out;
}
#agenda .contentBx .textInfo.link:hover{
    color: var(--verde);
}
#agenda .list{
    padding-left: 30px;
}
#agenda .list li{
    color: #fff;
    text-align: left;
    font-size: 18px;
}
#agenda .contentBx .text.lastPhrase{
    color: #fff;
    font-size: 30px;
    font-weight: 700!important;
    display: table;
    margin: 0 auto;
    position: relative;
    transition: all .5s ease-in-out;
}
#agenda .contentBx .text.lastPhrase:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 0%;
    height: 1px;
    background: var(--verde);
    transition: all .8s ease-in-out;
}
#agenda .contentBx .text.lastPhrase:hover:before{
    width: 100%;
    left: 0;
    transition: all .8s ease-in-out;
}
#agenda .contentBx .text.lastPhrase:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--verde);
    transition: all .4s ease-in-out;
}
#agenda .contentBx .text.lastPhrase:hover:after{
    width: 0%;
    transition: all .4s ease-in-out;
}
#agenda .college-carousel{
    margin-top: 50px;
}

/* Call to action */
#calltoAction1{
    background: var(--negro);
}
#calltoAction1 .text{
    color: #fff;
    font-size: 25px;
    text-align: center;
}
#calltoAction1 .text a{
    color: var(--verde);
    transition: .5s ease-in-out;
}
#calltoAction1 .text a:hover{
    color: #fff;
}

/* Webinar */
#webinar{
    background-color: var(--verde);
    position: relative;
}

#webinar .img-float{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#webinar .header-title .title{
    color: #000;
}

#webinar .header-title .subtitle{
    color: #fff;
}

#webinar .contentBx{
    max-width: 80%;
    margin: 0 auto;
}

#webinar .boxDate{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    #webinar .boxDate{
        flex-direction: column;
    }
}

#webinar .contentBx .text{
    color: #fff;
    font-size: 25px;
}

#webinar .contentBx .btn-webinar{
    border: 1px solid #000;
    color: #000;
}

#webinar .contentBx .btn-webinar:hover{
    background: #000;
    /* border: 1px solid #fff; */
    color: var(--verde);
}
#webinar .contentIframe{
    float: none;
    margin: 0 auto;
}

/* Partners */
/* #partners .contentBx .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 0;
	position: relative;
	color: var(--negro);
}
#partners .contentBx .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
} */
#partners .flexPartners{
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 640px) {
    #partners .flexPartners{
        flex-direction: column;
        align-items: center;
    }
}
#partners .flexPartners img{
	max-width: 230px;
}
@media screen and (max-width: 992px) {
    #partners .flexPartners img{
        width: 150px;
    }
}

/* Conocer*/
#nosotros{
    background-color: #000;
    padding: 40px 0;
}

#nosotros .contentBx{
    max-width: 80%;
    margin: 0 auto;
}

#nosotros .contentBx .text{
    color: #fff;
}

#nosotros .contentBx .title{
    color: var(--verde);
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 45px;
    font-family: var(--font-primary)!important;
}

#nosotros .contentBx .subtitle{
    font-size: 25px;
}
 
#nosotros .btn-nosotros{
    color: #fff;
    border: 1px solid var(--verde);
}

#nosotros .btn-nosotros:hover{
    background-color: var(--verde);
    border: 1px solid var(--verde);
    color: #fff;
}
#nosotros .socialCallToaction{
    margin-top: 25px;
}
#nosotros .socialCallToaction a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 18px;
    color: #fff;
    border: 1px solid var(--verde);
    background: transparent;
    width: 40px;
    height: 40px;
    z-index: 1;
    box-shadow: 0px 0px 10px rgb(207 219 0 / 50%);
    transition: all .5s ease-in-out;
}
#nosotros .socialCallToaction a:hover{
    box-shadow: none;
}
#nosotros .socialCallToaction a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: var(--verde);
    transition: all .5s ease-in-out;
    z-index: -1;
}
#nosotros .socialCallToaction a:hover:before{
    height: 0%;
}

.college-carousel .owl-item img{
    max-width: 160px;
    margin: 0 auto;
}

/* Footer */
footer{
    padding: 20px 0;
    border-top: 4px solid var(--verde);
    position: relative;
}

footer .flexFooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen  and (max-width: 640px) {
    footer .flexFooter{
        flex-direction: column;
    }
}

footer .flexFooter .left{
    text-align: left;
}

@media screen and (max-width: 640px) {
    footer .flexFooter .left{
        text-align: center;
        margin-bottom: 15px;
    }
}

footer .flexFooter .center{
    text-align: center;
}

footer .flexFooter .right{
    text-align: right;
}

@media screen and (max-width: 640px) {
    footer .flexFooter .right{
        text-align: center;
        margin-top: 20px;
    }
}

footer .text{
    color: #000;
    margin-bottom: 0;
}

footer .text.title{
    font-size: 20px;
}

footer .text.link{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

footer .center .text.link{
    font-size: 15px;
}

footer .text.link i{
    margin-right: 5px;
}

.acod-content{
    padding: 15px;
}

.d-none {
    display: none!important;
}

.vp-live-start-time-footer{
    display: none;
}