@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

html {
    height: 100%;
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #e7f2fb;
    height: 100%;
}

a,i,.BoxCertificados .BoxCertificado, .BoxCertificados .BoxCertificado .BoxText, .BoxCertificados .BoxCertificado .BgOverlay{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

p{
    font-size: 1rem;
    line-height: 1.4rem;
    color: #fff;
}

/*//// UTILITIES ///*/

.MenuPrincipal.sticky {
    position: fixed !important;
    z-index: 2;
    top: 0;
    left: 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.TextShadow{
    text-shadow: 3px 3px 4px rgb(0 0 0 / 70%);
}

/*//// AND UTILITIES ///*/

.Site-Wrapper{
    position: relative;
}

.Wrapper{
    max-width: 100%;
    background-color:#fff;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
    height: 100%;
}

.BoxYaEstas {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 300px;
    width: 100%;
}
.BoxYaEstas.BoxAdmision {
    right: 0;
    left: inherit;
    z-index: 1;
}
.BoxYaEstas .Title {
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.BoxYaEstas .Link {
    color: #da1f33;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background: url(../img/bg-decidido.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    padding-top: 8px;
    text-decoration: none;
}
.BoxYaEstas .Link .Icon {
    width: 26px;
    height: 26px;
    background: url(../img/icon-decidido.png);
    margin-right: 10px;
}
.BoxYaEstas .Link .Icon.IconAdmision {
    width: 26px;
    height: 26px;
    background: url(../img/icon-admision.png);
    margin-right: 10px;
}
.BoxYaEstas .Link .Text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.BoxCampusHeader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.BoxSeccionTitle {
    display: flex;
    align-items: center;
}
.BoxSeccionTitle .BoxLogo {
    margin: 0;
}
.BoxSeccionTitle .BoxLogo .ImgLogo {
    width: 120px;
}
.BoxSeccionTitle .BoxText {
    margin-left: 1.4rem;
}
.BoxSeccionTitle .BoxText .Title {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 4px;
}
.BoxSeccionTitle .BoxText .Title strong{
    font-weight: 600;
}
.BoxSeccionTitle .BoxText .Text {
    color: #fff;
    margin: 0;
}
.BoxSeccionTitle .BoxText .Text .TextDestacado{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/*///////////// WEB HEADER /////////////*/

.Site-Header {
    width: 100%;
    padding: 1rem 0;
    background: #fff;
    border-bottom: 5px solid #929497;
}

.Site-Header .BoxHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.Site-Header .BoxHeader .BoxLogo {
    margin: 0;
}

.Site-Header .BoxHeader .BoxPhone {
    right: 15px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    bottom: 30px;
}
.Site-Header .BoxHeader .BoxPhone .IconTel {
    width: 42px;
    height: 35px;
    background: url(../../assets/img/icon-tel.png);
    display: inline-block;
}
.Site-Header .BoxHeader .BoxPhone .Number {
    color: #929497;
    font-weight: 700;
    font-size: 1.2rem;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.Site-Header .BoxRedes {
    display: flex;
}

/*///////////// WEB UNETE /////////////*/

.Site-Unete {
    background: #e7002f;
    width: 100%;
}

.Site-Unete .BoxUnete {
    display: flex;
    width: 100%;
    padding: 2rem 0;
    justify-content: space-between;
}
.Site-Unete .BoxUnete .Text {
    margin: 0;
    font-size: 3rem;
    text-transform: uppercase;
        font-weight: 700;
    line-height: 3.2rem;
}
.Site-Unete .BoxUnete .Link {
    background: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-weight: 700;
    color: #e7002f;
    max-width: 180px;
    width: 100%;
    text-align: center;
    line-height: 1rem;
    text-decoration: none;
}

.Site-Unete .BoxUnete .Link:hover {
    text-decoration: none;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 50%);
}

/*///////////// WEB INTRO /////////////*/

.Site-Intro{
    background: #e7002f;
}

.Site-Intro .container-fluid{
    position: relative;
}

.Site-Intro .container-fluid .row{
    z-index: 1;
    position: relative;
}

.Site-Intro .container-fluid .BoxLine {
    width: 100%;
    height: 60px;
    background: #fff;
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.Site-Intro .BoxIntro-Text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.Site-Intro .BoxIntro-Text .BoxImg {
    margin: 0;
}
.Site-Intro .BoxIntro-Text .BoxImg .Img{}
.Site-Intro .BoxIntro-Text .Text {
    width: 670px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin: 0;
    padding: 1rem 15px;
    text-transform: uppercase;
    font-size: 1.7rem;
    line-height: 2rem;
    padding-right: 1rem;
}

.Site-Intro .BoxIntro-Form {
    max-width: 450px;
    width: 100%;
    height: 720px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    display: flex;
    width: 100%;
    border-right: 3px solid #929497;
    border-left: 3px solid #929497;
    border-bottom: 3px solid #929497;
}

.Site-Intro .BoxIntro-Form button {
    border-radius: 3px;
    border: 1px solid #e7002f;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    vertical-align: bottom;
    margin-top: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e7002f;
    color: #fff;
}

.Site-Intro .BoxIntro-Form label {
    margin: 0;
    text-transform: uppercase;
    color: #e7002f;
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
}

.Site-Intro .BoxIntro-Form input {
    border-radius: 3px;
    border: 1px solid #939498;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-indent: 10px;
}
.Site-Intro .BoxIntro-Form .lp-form-header {
    font-weight: bold;
    margin-bottom: 21px;
    color: #939498;
}
.Site-Intro .BoxIntro-Form.BgGracias {
    background: #f3f2f2;
}

.Site-Intro .BoxIntro-Form p.lp-form-header {
    visibility: hidden;
    position: relative;
}
.Site-Intro .BoxIntro-Form p.lp-form-header:before {
    content: "¡Regístrate y te orientaremos sobre tu programa de interés!";
    visibility: initial;
    display: flex;
    font-weight: bold;
    margin-bottom: 21px;
    color: #939498;
    justify-content: center;
    align-items: center;
    z-index: 6;
    position: absolute;
    width: 356px;
    top: -20px;
    font-size: 1.4rem;
}
.Site-Intro .BoxIntro-Form select {
    border-radius: 3px;
    border: 1px solid #939498;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
}
.Site-Intro .BoxIntro-Form .Title{
    color: #e7002f;
    text-align: center;
    font-weight: 600;
    padding: 0 1rem;
    width: 90%;
}
.Site-Intro .BoxIntro-Form .Text{
    color: #e7002f;
    text-align: center;
    padding: 0 1rem;
    width: 90%;
}

.Site-Intro .BoxIntro-Form iframe {
    height: 100%;
    display: flex;
    width: 100%;
    border-right: 3px solid #929497;
    border-left: 3px solid #929497;
    border-bottom: 3px solid #929497;
}

.Site-Intro .BoxIntro-Form iframe .lp-form-fieldInput{
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #333333;
    height: 40px;
    width: 100%;
    text-indent: 10px;
}

.Site-Intro .BoxIntro-Form iframe .lp-label {
    margin: 0;
    text-transform: uppercase;
    color: #e7002f;
    font-family: sans-serif;
    font-size: 0.8rem;
}

.lp-form-field .lp-label{
    margin: 0;

}

/*///////////// WEB CERTIFICADOS /////////////*/

.Site-Certificados{}
.Site-Certificados .BoxCertificados-Title {
    text-align: center;
    color: #929497;
    padding: 2rem 0;
}
.Site-Certificados .BoxCertificados-Title .Text {
    color: #929497;
    font-size: 1.8rem;
    margin: 0;
    line-height: 2rem;
}
.Site-Certificados .BoxCertificados-Title .Text .Destacado {
    text-transform: uppercase;
    color: #e7002f;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2em;
}

.Site-Certificados .BoxCertificados-SubTitle {
    background: #e7002f;
    text-align: center;
}
.Site-Certificados .BoxCertificados-SubTitle .Text {
    padding: 1.2rem;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    color: #4D4D4D;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.BoxCertificados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.BoxCertificados .BoxCertificado {
    width: 22%;
    position: relative;
    margin: 15px;
    cursor: pointer;

}
.BoxCertificados .BoxCertificado:hover .BoxText{
    background: #808080;
}
.BoxCertificados .BoxCertificado .BoxText {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 1.2rem;
    background: transparent;
    line-height: 1.6rem;
    background-color: #da1f32;
}
.BoxCertificados .BoxCertificado:hover .BgOverlay{
    opacity: 0;
}
.BoxCertificados .BoxCertificado .BgOverlay {
    
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 1;
}
.BoxCertificados .BoxCertificado .BoxImg{
    margin: 0;
}
.BoxCertificados .BoxCertificado .BoxImg .Img{}

.BoxDialogo {
    border: 3px solid #e7002f;
    padding: 15px;
}
.BoxDialogo .Title{
    color: #e7002f;
    font-weight: 600;
    font-size: .9rem;
}
.BoxDialogo .Text{
    font-size: .9rem;
    color: #808080;
    margin-bottom: 0;
}
.BoxDialogo .Text span{
    color: #e7002f;
}

.BoxDialogo .Link {
    background: #e7002f;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-weight: 700;
    color: #fff;
    max-width: 150px;
    width: 100%;
    text-align: center;
    line-height: 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    margin: 1rem auto;
    outline: none;
}

.BoxDialogo .Link:hover {
    text-decoration: none;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 50%);
}

/*///////////// WEB MAPA /////////////*/

.Site-Mapa{
    margin-bottom: 4rem;
}
.Site-Mapa .BoxMapa-Title {
    background: #d60f27;
    padding: 1rem;
    margin-bottom: 1rem;
}
.Site-Mapa .BoxMapa-Title .Title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}

.Site-Mapa .BoxMapa-Mapa {}
.Site-Mapa .BoxMapa-Mapa .BoxImg{
    margin-bottom: 1rem;
}
.Site-Mapa .BoxMapa-Mapa .BoxImg .Img{}
.Site-Mapa .BoxMapa-Mapa .Text{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #d60f27;
}

.fancybox__thumbs, .fancybox__nav{
    display: none;
}

/*///////////// FOOTER /////////////*/

.Site-Footer {
    background: #727272;
    position: relative;
    overflow: hidden;
}

.Site-Footer .ImgArrow1 {
    position: absolute;
    left: -45px;
    bottom: -50px;
    margin: 0;
    z-index: 0;
}

.BoxLogoFooter{
    text-align: center;
}
.BoxLogoFooter .BoxLogo {
    text-align: center;
    margin-bottom: 1rem;
    display: inherit;
}
.BoxLogoFooter .BoxLogo .ImgLogo {
    width: 175px;
}
.BoxLogoFooter .Text {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9rem;
}


.BoxDecididoFooter .BoxYaEstas {
    position: static;
    margin-bottom: 2rem;
}

.BoxDecididoFooter .TextFrase {
    text-align: center;
    max-width: 300px;
    width: 100%;
    font-size: 0.7rem;
    line-height: 0.9rem;
    text-transform: uppercase;
}

.BoxDatosFooter {
    margin-top: 1.4rem;
}
.BoxDatosFooter .Title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.BoxDatosFooter .BoxTelefonos {
    display: flex;
    padding-left: 70px;
    margin-bottom: 1rem;
    align-items: center;
    min-height: 60px;
}
.BoxDatosFooter .BoxText {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1rem;
    margin-bottom: 5px;
}
.BoxDatosFooter .BoxText a{
    color: #fff;
}

.BoxDatosFooter .BoxTelefonos .IconTel {
    display: flex;
    width: 71px;
    height: 71px;
    background: url(../img/footer/icon-tel-footer.png);
    position: absolute;
    left: 15px;
}
.BoxDatosFooter .BoxTelefonos .LisTel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.BoxDatosFooter .BoxTelefonos .LisTel .LinkTel {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.BoxDatosFooter .BoxTelefonos .LisTel .LinkTel span{
    margin-left: 15px;
}

.BoxWhatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-top: 1.4rem;
}
.BoxWhatsapp .BoxNumero {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    margin-bottom: 1rem;
}
.BoxWhatsapp .BoxNumero .IconWhatsapp{
    width: 52px;
    height: 52px;
    background: url(../img/footer/Icon-Whatsapp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}
.BoxWhatsapp .BoxNumero .Number{
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.BoxWhatsapp .Text {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1rem;
}


#a1e208b4-3b7d-4738-b9bb-0897d9839332 .lp-form-header {
    text-transform: uppercase !!important;
}

/* UNDER */

.Under-Wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.Under-Wrapper .Site-Header{
    border: none;
}

.Under-Wrapper .Site-Unete .BoxUnete {
    display: flex;
    width: 100%;
    padding: 2rem 0;
    justify-content: center;
}