@font-face {
    font-family: 'Gestalt Sans';
    src: local("Gestalt Sans Regular"), local("GestaltSans-Regular"), url("../fonts/GestaltSans-Regular.woff2") format("woff2"), url("fonts/GestaltSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gestalt Sans Medium';
    src: local("GestaltSans Medium"), local("GestaltSans-Medium"), url("../fonts/GestaltSans-Medium.woff2") format("woff2"), url("fonts/GestaltSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gestalt Sans Bold';
    src: local("Gestalt Sans Bold"), local("GestaltSans-Bold"), url("../fonts/GestaltSans-Bold.woff2") format("woff2"), url("fonts/GestaltSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gestalt Sans Fat';
    src: url("../fonts/GestaltSans-Fat.woff2") format("woff2"), url("../fonts/GestaltSans-Fat.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gestalt Sans Black';
    src: url("../fonts/GestaltSans-Black.woff2") format("woff2"), url("../fonts/GestaltSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gestalt Sans' !important;
    position: relative;
}

h1,
h3 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: 'Gestalt Sans Bold';
}

p,
li,
span,
a,
input,
textarea,
select,
label {
    font-family: 'Gestalt Sans';
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.9);
    color: #706f6f;
}

@media screen and (min-width: 768px) {
    p,
    li,
    span,
    a,
    input,
    textarea,
    select,
    label {
        font-size: 16px !important;
    }
}

input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -6px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
    input[type='radio']:after {
        top: -3px;
        left: 0px;
    }
}

input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -6px;
    left: 0px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

@media screen and (min-width: 768px) {
    input[type='radio']:checked:after {
        top: -3px;
        left: 0px;
    }
}

.contenedor {
    max-width: 92%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .contenedor {
        min-width: 92%;
        max-width: 92%;
        margin: auto;
    }
}

@media screen and (min-width: 1024px) {
    .contenedor {
        min-width: 900px;
        max-width: 900px;
        margin: auto;
    }
}

@media screen and (min-width: 1200px) {
    .contenedor {
        min-width: 1144px;
        max-width: 1144px;
        margin: auto;
    }
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.animate__delay-07s {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.animate__delay-08s {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

.titulo {
    font-family: 'Gestalt Sans Black' !important;
    font-size: 18px;
    letter-spacing: 1.6px;
    -webkit-transition: 2s all;
    transition: 2s all;
    z-index: 5;
    padding-bottom: 12px;
    font-weight: 600;
    color: #706f6f;
}

.blanco {
    color: #706f6f !important;
}

.linea_negra {
    margin-top: 3px;
}

.titulo .linea_negra {
    -webkit-transition: 2s all;
    transition: 2s all;
    border-bottom: 1px solid #000;
    height: 1px;
    width: 0px;
    z-index: 999;
}

.linea_blanca {
    margin-top: 3px;
}

.titulo .linea_blanca {
    -webkit-transition: 2s all;
    transition: 2s all;
    border-bottom: 1px solid #fff !important;
    width: 0px;
    height: 1px;
    z-index: 999;
}

.crecer_linea_negra {
    width: 80% !important;
    border-bottom: 1px solid #000 !important;
}

@media screen and (min-width: 768px) {
    .crecer_linea_negra {
        border-bottom: 1px solid #000 !important;
        width: 45% !important;
    }
}

@media screen and (min-width: 1024px) {
    .crecer_linea_negra {
        border-bottom: 1px solid #000 !important;
        width: 45% !important;
    }
}

@media screen and (min-width: 1200px) {
    .crecer_linea_negra {
        border-bottom: 1px solid #000 !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

.crecer_linea_blanca {
    width: 80% !important;
    border-bottom: 1px solid #fff !important;
}

@media screen and (min-width: 768px) {
    .crecer_linea_blanca {
        border-bottom: 1px solid #fff !important;
        width: 45% !important;
    }
}

@media screen and (min-width: 1024px) {
    .crecer_linea_blanca {
        border-bottom: 1px solid #fff !important;
        width: 45% !important;
    }
}

@media screen and (min-width: 1200px) {
    .crecer_linea_blanca {
        border-bottom: 1px solid #fff !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

.header_movil {
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 99999 !important;
}

.header_movil .contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.header_movil .contenedor .logo {
    width: 150px;
}

.header_movil .contenedor .menu .icon-menu {
    color: #ffffff;
    font-size: 26px;
}

.header_movil .nav_movil {
    position: absolute;
    top: 82.34px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #000;
    padding: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_movil .nav_movil ul .item {
    padding: 10px 0;
}

.header_movil .nav_movil ul li i,
.header_movil .nav_movil ul .has-child i {
    margin-left: 5px;
    color: #ffffff;
}

.header_movil .nav_movil ul li a,
.header_movil .nav_movil ul .has-child a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px !important;
}

.header_movil .nav_movil ul li .dropdown,
.header_movil .nav_movil ul li .dropdown2,
.header_movil .nav_movil ul .has-child .dropdown,
.header_movil .nav_movil ul .has-child .dropdown2 {
    margin-left: 14px;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header_movil .nav_movil ul li .dropdown .titulo,
.header_movil .nav_movil ul li .dropdown2 .titulo,
.header_movil .nav_movil ul .has-child .dropdown .titulo,
.header_movil .nav_movil ul .has-child .dropdown2 .titulo {
    font-weight: 700;
}

.header_movil .nav_movil ul li .dropdown li,
.header_movil .nav_movil ul li .dropdown2 li,
.header_movil .nav_movil ul .has-child .dropdown li,
.header_movil .nav_movil ul .has-child .dropdown2 li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}

.header_movil .nav_movil ul li .dropdown li i,
.header_movil .nav_movil ul li .dropdown2 li i,
.header_movil .nav_movil ul .has-child .dropdown li i,
.header_movil .nav_movil ul .has-child .dropdown2 li i {
    line-height: 0;
}

.header_movil .nav_movil ul li .dropdown li a,
.header_movil .nav_movil ul li .dropdown2 li a,
.header_movil .nav_movil ul .has-child .dropdown li a,
.header_movil .nav_movil ul .has-child .dropdown2 li a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 400;
}

.header_movil .nav_movil ul li .dropdown_open,
.header_movil .nav_movil ul .has-child .dropdown_open {
    display: block;
    -webkit-transition: 1.3s;
    transition: 1.3s;
}

.header_movil .nav_movil ul li .dropdown_open2,
.header_movil .nav_movil ul .has-child .dropdown_open2 {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 1024px) {
    .header_movil {
        display: none;
    }
}

.header_pc {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header_pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 20px;
        left: -760px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 99999;
        -webkit-animation-delay: 0.5s !important;
        animation-delay: 0.5s !important;
    }
    .header_pc .items {
        height: 84.5px;
        padding-left: 40px;
        background: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header_pc .items a {
        margin-right: 24px;
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        padding: 8px;
        border-right: 1px solid #ffffff;
    }
    .header_pc .items a::after {
        margin-left: 20px;
        content: '';
    }
    .header_pc .items a:hover {
        font-weight: 600;
    }
    .header_pc img {
        width: 240px;
        cursor: pointer;
    }
}

.mostrar {
    left: 0 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mostrar_cintillo {
    left: 0 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.submenu_oferta {
    display: none;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .submenu_oferta {
        position: absolute;
        top: 85px;
        left: 40px;
        width: 370px;
        height: 400px;
        background: #ebebeb;
        padding: 20px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }
    .submenu_oferta h3 {
        font-family: 'Gestalt Sans Black';
        font-size: 15px;
        margin: 10px 0 6px 0;
    }
    .submenu_oferta ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        margin-bottom: 0;
    }
    .submenu_oferta ul li:hover i {
        visibility: visible;
    }
    .submenu_oferta ul li:hover a {
        font-family: 'Gestalt Sans Medium';
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .submenu_oferta ul li i {
        visibility: hidden;
        font-size: 26px !important;
        margin-top: 5px;
        color: #000;
    }
    .submenu_oferta ul li a {
        font-family: 'Gestalt Sans';
        text-decoration: none;
        color: #000;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.submenu_servicios {
    display: none;
}

@media screen and (min-width: 1024px) {
    .submenu_servicios {
        position: absolute;
        top: 105px;
        left: 355px;
        width: 240px;
        height: 60px;
        background: #ebebeb;
        padding: 20px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }
    .submenu_servicios ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
    }
    .submenu_servicios ul li a {
        font-weight: 600;
        text-decoration: none;
        color: #000;
    }
    .submenu_servicios ul li a:hover i {
        visibility: visible;
    }
}

.formulario_slider {
    position: absolute;
    top: 94px;
    left: 12px;
    width: 80%;
    background-color: #ffffff;
    background-size: cover;
    padding: 24px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.formulario_slider .boton_cerrar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.formulario_slider .boton_cerrar img {
    width: 32px;
    cursor: pointer;
}

.formulario_slider h3 {
    font-size: 16px;
    font-family: 'Gestalt Sans Bold' !important;
    text-align: justify;
}

.formulario_slider h3 span {
    font-family: 'Gestalt Sans Black';
    font-style: italic;
    color: #000;
    font-weight: 800 !important;
}

.formulario_slider hr {
    background: #000;
    height: 1px;
}

.formulario_slider form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Gestalt Sans Medium' !important;
    z-index: 2;
}

.formulario_slider form h3 {
    font-family: 'Gestalt Sans Medium' !important;
    font-size: 15px;
}

.formulario_slider form input {
    font-family: 'Gestalt Sans' !important;
    font-size: 15px !important;
    margin-bottom: 5px;
    padding: 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
    text-transform: uppercase;
}

.formulario_slider form input:focus {
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.formulario_slider form select {
    font-family: 'Gestalt Sans' !important;
    font-size: 16px !important;
    margin-bottom: 12px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0px;
    color: #706f6f !important;
    z-index: 2;
}

.formulario_slider form option {
    color: #706f6f !important;
    text-transform: uppercase;
}

.formulario_slider form span {
    z-index: 2;
    font-family: 'Gestalt Sans' !important;
    font-style: italic;
    margin-bottom: 10px;
}

.formulario_slider form span .enviar {
    font-family: 'Gestalt Sans Black' !important;
}

.formulario_slider form .botones {
    text-align: center;
    z-index: 2;
}

.formulario_slider form .botones #boton_enviar {
    background: #000;
    border: 2px solid #000;
    color: #ffffff;
    padding: 8px 24px;
    margin-right: 0px !important;
    margin: 0 !important;
}

.formulario_slider form .botones #boton_enviar:hover {
    background: transparent;
    color: #000;
}

.formulario_slider form .botones #boton_cancelar {
    background: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 8px 18px;
    margin-left: -5px;
}

.formulario_slider form .botones #boton_cancelar:hover {
    background: #000;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .formulario_slider {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .formulario_slider {
        position: absolute;
        top: 110px;
        left: 60px;
        width: 360px;
        background-size: cover;
        padding: 20px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    .formulario_slider .boton_cerrar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 18px;
    }
    .formulario_slider .boton_cerrar img {
        width: 32px;
        cursor: pointer;
    }
    .formulario_slider h3 {
        font-size: 16px;
        text-align: justify;
        line-height: 18px;
    }
    .formulario_slider h3 span {
        color: #000;
        font-weight: 800 !important;
        line-height: 18px;
    }
    .formulario_slider hr {
        background: #000;
        height: 1px;
    }
    .formulario_slider form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .formulario_slider form input {
        margin-bottom: 5px;
        padding: 8px;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.2s;
        transition: 0.2s;
        font-size: 14px !important;
    }
    .formulario_slider form input:focus {
        border-bottom: 2px solid rgba(0, 0, 0, 0.8);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .formulario_slider form select {
        margin-bottom: 12px;
        padding: 10px;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        outline: 0px;
        color: #706f6f !important;
        font-size: 14px !important;
    }
    .formulario_slider form option {
        color: #706f6f !important;
    }
    .formulario_slider form span {
        font-family: 'Gestalt Sas Medium';
        font-style: italic;
        margin-bottom: 10px;
    }
    .formulario_slider form .botones {
        text-align: center;
    }
    .formulario_slider form .botones #boton_enviar {
        background: #000;
        border: 2px solid #000;
        color: #ffffff;
        padding: 8px 20px !important;
        margin-right: 5px;
    }
    .formulario_slider form .botones #boton_enviar:hover {
        background: transparent;
        color: #000;
    }
    .formulario_slider form .botones #boton_cancelar {
        background: transparent;
        color: #000;
        border: 2px solid #000;
        padding: 8px 20px !important;
        margin-right: 10px;
    }
    .formulario_slider form .botones #boton_cancelar:hover {
        background: #000;
        color: #fff;
    }
}

@media screen and (min-width: 1200px) {
    .formulario_slider {
        padding: 32px 26px 24px 26px !important;
    }
}

@media screen and (min-width: 1600px) {
    .formulario_slider {
        top: 120px;
    }
}

.slider {
    padding-top: 90px;
    z-index: 997 !important;
}

.slider .ruido2 {
    z-index: -1;
}

.slider .bxslider .bx-controls-direction {
    z-index: -1;
}

.slider .bxslider .slide {
    width: 100%;
    height: auto;
    -webkit-perspective: 1px;
    perspective: 1px;
}

.slider .bxslider .bg1 {
    min-height: 400px !important;
    background-position: center;
    background-image: url("../img/sliders/01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.slider .bxslider .bg1 .textos_bg1 {
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    max-width: 1300px;
    height: 100%;
}

.slider .bxslider .bg1 .textos_bg1 .texto1 {
    font-family: 'Gestalt Sans Bold';
    color: #fff;
    font-size: 42px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.slider .bxslider .bg1 .textos_bg1 .texto2 {
    font-family: 'Gestalt Sans Bold';
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    letter-spacing: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.slider .bxslider .bg1 .textos_bg1 .texto3 {
    font-family: 'Gestalt Sans';
    font-style: italic;
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.slider .bxslider .bg2 {
    min-height: 400px !important;
    background-position: center;
    background-image: url("../img/sliders/02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.slider .bxslider .bg2 .textos_bg2 {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    max-width: 1300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider .bxslider .bg2 .textos_bg2 .parte1 {
    height: 120px;
}

.slider .bxslider .bg2 .textos_bg2 .parte1 .texto1 {
    margin-top: 56px;
    margin-right: 0px;
    width: 30px;
    font-family: 'Gestalt Sans Black';
    color: #fff;
    font-size: 28px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    letter-spacing: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.slider .bxslider .bg2 .textos_bg2 .parte2 {
    height: 120px;
}

.slider .bxslider .bg2 .textos_bg2 .parte2 .texto2 {
    font-family: 'Gestalt Sans Black';
    font-size: 45px;
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
    letter-spacing: 5px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.slider .bxslider .bg2 .textos_bg2 .parte2 .texto3 {
    font-family: 'Gestalt Sans Black';
    font-size: 43.5px;
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
    letter-spacing: 5px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.slider .bxslider .bg2 .textos_bg2 .parte2 .texto4 {
    color: #fff;
    font-family: 'Gestalt Sans';
    font-size: 22px;
    text-align: right;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6) !important;
    font-style: italic;
    letter-spacing: 1px;
    margin-right: 5px;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.slider .bxslider .bg3 {
    min-height: 400px !important;
    background-position: center;
    background-image: url("../img/sliders/03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.slider .bxslider .bg3 .textos_bg3 {
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    max-width: 1300px;
    height: 100%;
}

.slider .bxslider .bg3 .textos_bg3 .texto1 {
    font-family: 'Gestalt Sans Bold';
    color: #fff;
    font-size: 26px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.slider .bxslider .bg3 .textos_bg3 .texto2 {
    font-family: 'Gestalt Sans Bold';
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    letter-spacing: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    text-shadow: 0 0 40px black;
}

.slider .bxslider .bg3 .textos_bg3 .texto3 {
    font-family: 'Gestalt Sans';
    font-style: italic;
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.5);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.slider .bxslider .bg4 {
    min-height: 400px !important;
    background-position: center;
    background-image: url("../img/sliders/04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.slider .bxslider .bg4 .textos_bg4 {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    max-width: 1300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider .bxslider .bg4 .textos_bg4 .parte1 {
    height: 120px;
}

.slider .bxslider .bg4 .textos_bg4 .parte1 .texto1 {
    margin-top: 68px;
    margin-right: 0px;
    width: 30px;
    font-family: 'Gestalt Sans Black';
    color: #000;
    font-size: 30px;
    letter-spacing: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.slider .bxslider .bg4 .textos_bg4 .parte2 {
    height: 120px;
}

.slider .bxslider .bg4 .textos_bg4 .parte2 .texto2 {
    font-family: 'Gestalt Sans Black';
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1.5px #000;
    letter-spacing: 5px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    text-shadow: 0 0 30px white;
    letter-spacing: 10px !important;
}

.slider .bxslider .bg4 .textos_bg4 .parte2 .texto3 {
    font-family: 'Gestalt Sans Black';
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1.5px #000;
    letter-spacing: 5px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    margin-top: -10px;
    text-shadow: 0 0 30px white;
    letter-spacing: 10px !important;
}

.slider .bxslider .bg4 .textos_bg4 .parte2 .texto4 {
    color: #000;
    font-family: 'Gestalt Sans';
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    margin-right: 5px;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    text-shadow: 0 0 7px white;
}

.slider .bxslider .bg5 {
    min-height: 400px !important;
    background-position: center;
    background-image: url("../img/sliders/05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.slider .bxslider .bg5 .textos_bg5 {
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.slider .bxslider .bg5 .textos_bg5 .imagen {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slider .bxslider .bg5 .textos_bg5 .imagen img {
    text-align: center;
    width: 260px;
}

@media screen and (min-width: 768px) {
    .slider .bg1 {
        height: 500px !important;
    }
    .slider .bg1 .textos_bg1 .texto1 {
        font-size: 46px !important;
    }
    .slider .bg1 .textos_bg1 .texto2 {
        font-size: 80px !important;
    }
    .slider .bg1 .textos_bg1 .texto3 {
        font-size: 24px !important;
    }
    .slider .bg2 {
        height: 500px !important;
    }
    .slider .bg2 .textos_bg2 .parte1 {
        height: 120px;
    }
    .slider .bg2 .textos_bg2 .parte1 .texto1 {
        margin-top: 80px !important;
        margin-right: 5px !important;
        font-size: 40px !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto2 {
        font-size: 60px !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto3 {
        font-size: 60px !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto4 {
        font-size: 21px !important;
    }
    .slider .bg3 {
        height: 500px !important;
    }
    .slider .bg3 .textos_bg3 .texto1 {
        font-size: 46px !important;
    }
    .slider .bg3 .textos_bg3 .texto2 {
        font-size: 80px !important;
    }
    .slider .bg3 .textos_bg3 .texto3 {
        font-size: 24px !important;
    }
    .slider .bg4 {
        height: 500px !important;
    }
    .slider .bg4 .textos_bg4 .parte1 {
        height: 120px;
    }
    .slider .bg4 .textos_bg4 .parte1 .texto1 {
        margin-top: 82px !important;
        margin-right: 5px !important;
        font-size: 37px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto2 {
        font-size: 70px !important;
        letter-spacing: 15px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto3 {
        font-size: 70px !important;
        letter-spacing: 15px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto4 {
        font-size: 18px !important;
    }
    .slider .bg5 {
        height: 500px !important;
    }
    .slider .bg5 .textos_bg5 {
        top: 25% !important;
    }
    .slider .bg5 .textos_bg5 .imagen img {
        width: 400px !important;
    }
}

@media screen and (min-width: 1024px) {
    .slider {
        padding-top: 0;
    }
    .slider .bg1 {
        height: 650px !important;
    }
    .slider .bg1 .textos_bg1 {
        top: 65% !important;
    }
    .slider .bg1 .textos_bg1 .texto1 {
        font-size: 80px !important;
        -webkit-animation-delay: 1.6s !important;
        animation-delay: 1.6s !important;
    }
    .slider .bg1 .textos_bg1 .texto2 {
        font-size: 96px !important;
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
        -webkit-text-stroke: 2px #ffffff !important;
        text-shadow: -2px -2px 20px rgba(0, 0, 0, 0.1);
        margin-top: -8px !important;
    }
    .slider .bg1 .textos_bg1 .texto3 {
        font-size: 28px !important;
        -webkit-animation-delay: 1.8s !important;
        animation-delay: 1.8s !important;
        margin-top: -8px !important;
    }
    .slider .bg2 {
        height: 650px !important;
    }
    .slider .bg2 .textos_bg2 .parte1 {
        height: 100px;
    }
    .slider .bg2 .textos_bg2 .parte1 .texto1 {
        margin-top: 116px !important;
        margin-right: 15px !important;
        font-size: 56px !important;
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto2 {
        font-size: 85px !important;
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
        text-shadow: inherit !important;
        text-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto3 {
        font-size: 85px !important;
        -webkit-animation-delay: 1.8s !important;
        animation-delay: 1.8s !important;
        text-shadow: inherit !important;
        text-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto4 {
        font-size: 30px !important;
        -webkit-animation-delay: 2s !important;
        animation-delay: 2s !important;
    }
    .slider .bg3 {
        height: 650px !important;
    }
    .slider .bg3 .textos_bg3 {
        top: 65% !important;
    }
    .slider .bg3 .textos_bg3 .texto1 {
        font-size: 80px !important;
        -webkit-animation-delay: 1.6s !important;
        animation-delay: 1.6s !important;
    }
    .slider .bg3 .textos_bg3 .texto2 {
        font-size: 96px !important;
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
        -webkit-text-stroke: 2px #ffffff !important;
        text-shadow: -2px -2px 30px rgba(0, 0, 0, 0.5) !important;
        margin-top: -8px !important;
    }
    .slider .bg3 .textos_bg3 .texto3 {
        font-size: 28px !important;
        -webkit-animation-delay: 1.8s !important;
        animation-delay: 1.8s !important;
        margin-top: -8px !important;
    }
    .slider .bg4 {
        height: 650px !important;
    }
    .slider .bg4 .textos_bg4 .parte1 {
        height: 100px;
    }
    .slider .bg4 .textos_bg4 .parte1 .texto1 {
        margin-top: 115px !important;
        margin-right: 15px !important;
        font-size: 52px !important;
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto2 {
        font-size: 92px !important;
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
        text-shadow: inherit !important;
        letter-spacing: 15px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto3 {
        font-size: 92px !important;
        -webkit-animation-delay: 1.8s !important;
        animation-delay: 1.8s !important;
        text-shadow: inherit !important;
        letter-spacing: 15px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto4 {
        font-size: 18px !important;
        -webkit-animation-delay: 2s !important;
        animation-delay: 2s !important;
    }
    .slider .bg5 {
        height: 650px !important;
    }
    .slider .bg5 .textos_bg5 {
        top: 28% !important;
    }
    .slider .bg5 .textos_bg5 .imagen {
        -webkit-animation-delay: 1.6s !important;
        animation-delay: 1.6s !important;
    }
    .slider .bg5 .textos_bg5 .imagen img {
        width: 480px !important;
    }
}

@media screen and (min-width: 1200px) {
    .slider .bg1 .textos_bg1 {
        top: 55% !important;
    }
    .slider .bg1 .textos_bg1 .texto1 {
        font-size: 78px !important;
    }
    .slider .bg1 .textos_bg1 .texto2 {
        font-size: 130px !important;
    }
    .slider .bg1 .textos_bg1 .texto3 {
        font-size: 38px !important;
    }
    .slider .bg2 .textos_bg2 {
        top: 52% !important;
    }
    .slider .bg2 .textos_bg2 .parte1 {
        height: 100px;
    }
    .slider .bg2 .textos_bg2 .parte1 .texto1 {
        margin-top: 156px !important;
        margin-right: 25px !important;
        font-size: 76px !important;
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto2 {
        font-size: 120px !important;
        -webkit-text-stroke: 3px #ffffff !important;
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
        letter-spacing: 15px !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto3 {
        font-size: 120px !important;
        -webkit-animation-delay: 1.8s !important;
        animation-delay: 1.8s !important;
        -webkit-text-stroke: 3px #ffffff !important;
        margin-top: -10px !important;
        letter-spacing: 15px !important;
    }
    .slider .bg2 .textos_bg2 .parte2 .texto4 {
        font-size: 43px !important;
        letter-spacing: 3px !important;
        -webkit-animation-delay: 2s !important;
        animation-delay: 2s !important;
        margin-top: -5px;
    }
    .slider .bg3 .textos_bg3 {
        top: 55% !important;
    }
    .slider .bg3 .textos_bg3 .texto1 {
        font-size: 78px !important;
    }
    .slider .bg3 .textos_bg3 .texto2 {
        font-size: 130px !important;
        text-shadow: -2px -2px 40px rgba(0, 0, 0, 0.5) !important;
    }
    .slider .bg3 .textos_bg3 .texto3 {
        font-size: 38px !important;
    }
    .slider .bg4 .textos_bg4 {
        top: 52% !important;
    }
    .slider .bg4 .textos_bg4 .parte1 {
        height: 100px;
    }
    .slider .bg4 .textos_bg4 .parte1 .texto1 {
        margin-top: 174px !important;
        margin-right: 20px !important;
        font-size: 78px !important;
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto2 {
        font-size: 140px !important;
        -webkit-text-stroke: 2px #000 !important;
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
        letter-spacing: 15px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto3 {
        font-size: 140px !important;
        -webkit-animation-delay: 1.8s !important;
        animation-delay: 1.8s !important;
        -webkit-text-stroke: 2px #000 !important;
        margin-top: -26px !important;
        letter-spacing: 15px !important;
    }
    .slider .bg4 .textos_bg4 .parte2 .texto4 {
        font-size: 22px !important;
        letter-spacing: 3px !important;
        -webkit-animation-delay: 2s !important;
        animation-delay: 2s !important;
        margin-top: -5px;
    }
    .slider .bg5 .textos_bg5 {
        top: 30% !important;
    }
    .slider .bg5 .textos_bg5 .imagen {
        -webkit-animation-delay: 1.6s !important;
        animation-delay: 1.6s !important;
    }
    .slider .bg5 .textos_bg5 .imagen img {
        width: 520px !important;
    }
}

@media screen and (min-width: 1600px) {
    .slider .bg1,
    .slider .bg2,
    .slider .bg3,
    .slider .bg4,
    .slider .bg5 {
        height: 815px !important;
    }
}

.bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    margin-bottom: 0 !important;
    z-index: 998 !important;
}

.licenciaturas {
    position: relative;
    padding: 40px 0;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 560px;
    overflow: hidden;
}

.licenciaturas .contenedor .titulo {
    padding-top: 20px;
}

.licenciaturas .contenedor .huella {
    position: absolute;
    left: 0;
    top: 100px;
    background: url("../img/huella_licenciaturas.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    height: 500px;
}

.licenciaturas .contenedor .circulo_gris {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: url("../img/circulo_gris.png");
    background-size: cover;
    width: 270px;
    height: 270px;
    opacity: 90%;
    z-index: 98;
}

.licenciaturas .contenedor .franja {
    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    margin: auto;
    width: 270px;
    height: 550px;
    background: #000;
    border-radius: 152px 152px 0 0;
    z-index: 97;
}

.licenciaturas .contenedor .franja .persona {
    position: absolute;
    top: -54px;
    left: -33px;
    text-align: center;
    background: url("../img/mujer.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 336px;
    height: 336px;
    z-index: 99;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.licenciaturas .contenedor .franja .texto {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    text-align: center;
    width: 270px;
}

.licenciaturas .contenedor .franja .texto p {
    color: #fff;
    font-size: 20px !important;
    margin-top: -14px;
}

.licenciaturas .contenedor .franja .texto .enfasis {
    font-size: 54px !important;
    color: #000;
    -webkit-text-stroke: 0.5px #ffffff;
    font-family: 'Gestalt Sans Bold';
    margin-top: -12px;
}

.licenciaturas .contenedor .franja .texto a {
    text-decoration: none;
}

.licenciaturas .contenedor .franja .botonera {
    position: absolute;
    top: 430px;
    width: 100%;
    text-align: center;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.licenciaturas .contenedor .franja .botonera img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.licenciaturas .contenedor .franja .botonera a {
    font-size: 15px !important;
    padding: 14px;
    border-radius: 12px;
    margin: 0 12px;
    background: transparent;
    border: 1px solid #919191;
    color: #919191;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .licenciaturas {
        position: relative;
    }
    .licenciaturas .contenedor .huella {
        position: absolute;
        left: 0;
        top: 0;
        height: 640px;
    }
    .licenciaturas .contenedor .circulo_gris {
        position: absolute;
        top: 156px;
        left: 5%;
        text-align: center;
        background-size: cover;
        width: 340px;
        height: 340px;
        opacity: 30%;
        z-index: 98;
        margin: unset;
    }
    .licenciaturas .contenedor .franja {
        position: absolute;
        top: 156px;
        left: 5%;
        width: 95%;
        height: 340px;
        background: #000;
        border-radius: unset;
        border-radius: 340px 0 0 340px;
        margin: unset;
    }
    .licenciaturas .contenedor .franja .persona {
        top: -68px;
        left: -5.8%;
        width: 422px;
        height: 422px;
        margin: 0;
    }
    .licenciaturas .contenedor .franja .texto {
        position: absolute;
        top: 90px;
        left: 360px;
        text-align: left;
        margin: 0;
        width: 320px;
    }
    .licenciaturas .contenedor .franja .texto p {
        color: #fff;
        font-size: 26px !important;
        margin-top: -26px;
    }
    .licenciaturas .contenedor .franja .texto .enfasis {
        font-size: 68px !important;
        color: #000;
        -webkit-text-stroke: 0.5px #ffffff;
        font-family: 'Gestalt Sans Bold';
        margin-top: -20px;
    }
    .licenciaturas .contenedor .franja div {
        position: absolute;
        top: 240px;
        left: 260px;
    }
    .licenciaturas .contenedor .franja div a {
        font-family: 'Gestalt Sans Bold';
        color: #fff;
        text-decoration: none;
    }
    .licenciaturas .contenedor .franja .botonera {
        width: unset;
        text-align: left;
        left: 360px;
        top: 230px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .licenciaturas .contenedor .franja .botonera img {
        width: 50px;
        height: 50px;
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
    .licenciaturas .contenedor .franja .botonera img:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }
    .licenciaturas .contenedor .franja .botonera a {
        font-family: 'Gestalt Sans' !important;
        color: #919191;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
    .licenciaturas .contenedor .franja .botonera a:hover {
        color: #fff;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        border: 1px solid #fff;
    }
}

@media screen and (min-width: 1024px) {
    .licenciaturas {
        padding: 40px 0;
    }
    .licenciaturas .contenedor {
        position: unset;
        max-width: 900px;
        height: 100%;
    }
    .licenciaturas .contenedor .huella {
        position: absolute;
        left: -10%;
        top: -50px;
        height: 800px;
        background-size: contain;
    }
    .licenciaturas .contenedor .circulo_gris {
        position: absolute;
        top: 178px;
        left: 17.5%;
        text-align: center;
        background-size: cover;
        width: 334px;
        height: 334px;
        z-index: 98;
        margin: unset;
    }
    .licenciaturas .contenedor .franja {
        position: absolute;
        top: 178px;
        left: 17.6%;
        width: 82.4%;
        height: 334px;
        background: #000;
        border-radius: 100px 0 0 100px;
        margin: unset;
        border-top-left-radius: 334px;
        border-bottom-left-radius: 334px;
    }
    .licenciaturas .contenedor .franja .persona {
        top: -69px;
        left: -5.1% !important;
        width: 422px;
        height: 422px;
        margin: 0;
    }
    .licenciaturas .contenedor .franja .texto {
        top: 90px;
        left: 360px !important;
    }
    .licenciaturas .contenedor .franja .texto p {
        color: #fff;
        font-size: 28px !important;
        margin-top: -24px;
    }
    .licenciaturas .contenedor .franja .texto .enfasis {
        font-size: 72px !important;
        color: transparent !important;
        -webkit-text-stroke: 1px #ffffff;
        font-family: 'Gestalt Sans Bold';
        letter-spacing: 5px;
        margin-top: -18px;
    }
    .licenciaturas .contenedor .franja .botonera {
        top: 240px;
        left: 360px;
    }
    .licenciaturas .contenedor .franja .botonera img {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .licenciaturas .contenedor .franja .botonera a {
        font-family: 'Gestalt Sans' !important;
        color: #fff;
    }
}

@media screen and (min-width: 1200px) {
    .licenciaturas .contenedor .circulo_gris {
        position: absolute;
        top: 158px;
        left: 28%;
        text-align: center;
        background-size: cover;
        width: 334px;
        height: 334px;
        z-index: 98;
        margin: unset;
    }
    .licenciaturas .contenedor .franja {
        top: 158px;
        left: 28.1%;
        width: 71.9%;
        height: 334px !important;
    }
    .licenciaturas .contenedor .franja .persona {
        top: -67px;
        left: -4.2% !important;
        width: 416px;
        height: 416px;
        margin: 0;
    }
    .licenciaturas .contenedor .franja .botonera {
        left: 360px;
    }
}

@media screen and (min-width: 1200px) and (min-width: 1600px) {
    .licenciaturas .contenedor .franja .persona {
        top: -68px;
        left: -4.5% !important;
        width: 416px;
        height: 416px;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
    .licenciaturas .contenedor .huella {
        position: absolute;
        left: -5%;
        top: -50px;
        height: 800px;
        background-size: contain;
    }
    .licenciaturas .contenedor .franja {
        top: 158px;
        left: 36%;
        width: 71.9%;
        height: 334px !important;
    }
    .licenciaturas .contenedor .franja .persona {
        top: -68px;
        left: -3.1% !important;
        width: 416px;
        height: 416px;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) and (min-width: 2200px) {
    .licenciaturas .contenedor .huella {
        position: absolute;
        left: -5%;
        top: -50px;
        height: 800px;
        background-size: contain;
    }
    .licenciaturas .contenedor .franja {
        top: 158px;
        left: 39%;
        width: 71.9%;
        height: 334px !important;
    }
    .licenciaturas .contenedor .franja .persona {
        top: -68px;
        left: -2.3% !important;
        width: 416px;
        height: 416px;
        margin: 0;
    }
}

.nosotros {
    position: relative;
    padding: 40px 0;
    width: 100%;
    height: auto;
    background-repeat: repeat-y repeat-x !important;
    background-size: contain;
    z-index: 99998 !important;
    background-color: #000 !important;
}

.nosotros .contenedor {
    position: relative;
    z-index: 9999;
}

.nosotros .contenedor .texto {
    padding: 20px 0;
}

.nosotros .contenedor .texto p {
    font-size: 32px !important;
    color: #ffffff;
    line-height: 40px;
}

.nosotros .contenedor .texto .enfasis {
    font-size: 55px !important;
    color: transparent !important;
    -webkit-text-stroke: 0.5px #ffffff;
    font-family: 'Gestalt Sans Bold';
    line-height: 60px;
}

.nosotros .contenedor .texto #nosotros_texto2 {
    margin-bottom: 15px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.nosotros .contenedor .texto #nosotros_texto3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.nosotros .contenedor .parte2 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nosotros .contenedor .parte2 .texto2 {
    width: 50%;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
    margin-top: -20px;
}

.nosotros .contenedor .parte2 .texto2 p {
    font-size: 20px !important;
    color: #ffffff;
    line-height: 22px;
    font-style: italic;
    text-align: left;
    width: 80%;
}

.nosotros .contenedor .parte2 .texto_giratorio {
    position: relative;
    width: 50%;
    height: 130px;
}

.nosotros .contenedor .parte2 .texto_giratorio .powered_absolute {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999 !important;
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.nosotros .contenedor .parte2 .texto_giratorio .powered_by_delta {
    width: 140px;
    height: 140px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.nosotros .contenedor .parte2 .texto_giratorio img.logo-delta {
    width: 82px;
    margin: 0 auto 8%;
    display: block;
}

.nosotros .contenedor .parte2 .texto_giratorio img.turning-text {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    margin: 0;
    left: 0;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.nosotros .contenedor .galeria {
    width: 100% !important;
    height: auto;
    padding-top: 60px;
    background: transparent;
}

.nosotros .contenedor .galeria .campus {
    margin-top: 20px;
}

.nosotros .contenedor .galeria .campus fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nosotros .contenedor .galeria .campus fieldset label {
    color: #fff;
    font-family: 'Gestalt Sans' !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    margin-right: 5px !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    width: 100px !important;
    display: block;
    cursor: pointer;
}

.nosotros .contenedor .galeria .campus fieldset label input {
    cursor: pointer;
}

.nosotros .contenedor .galeria .campus .bold {
    color: #fff;
    font-family: 'Gestalt Sans Bold' !important;
    margin-right: 10px;
    font-size: 16px !important;
    letter-spacing: 1px;
    margin-right: 15px;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.nosotros .contenedor .galeria .ms-partialview-template {
    margin-top: 20px;
}

.nosotros .contenedor .galeria .ms-partialview-template .ms-slide-info {
    min-height: 0 !important;
}

.nosotros .contenedor .galeria .ms-partialview-template h3 {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    font-size: 24px;
    color: #fff !important;
}

.nosotros .contenedor .galeria .ms-partialview-template h3 span {
    font-size: 24px !important;
    color: #fff;
    font-family: 'Gestalt Sans';
}

.nosotros .contenedor .galeria .mostrar_galeria {
    display: block;
}

.nosotros .contenedor .galeria .ocultar_galeria {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .nosotros .contenedor .texto {
        padding: 20px 0;
    }
    .nosotros .contenedor .texto p {
        font-size: 36px !important;
        color: #ffffff;
        line-height: 40px;
    }
    .nosotros .contenedor .texto .enfasis {
        font-size: 62px !important;
        color: #000;
        -webkit-text-stroke: 0.5px #ffffff;
        font-family: 'Gestalt Sans Bold';
        line-height: 60px;
    }
    .nosotros .contenedor .texto #nosotros_texto2 {
        padding-left: 20px !important;
        margin-bottom: 15px;
    }
    .nosotros .contenedor .texto #nosotros_texto3 {
        padding-left: 120px !important;
        letter-spacing: 2px;
    }
    .nosotros .contenedor .parte2 {
        margin-top: 0;
    }
    .nosotros .contenedor .parte2 .texto2 {
        width: 50%;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }
    .nosotros .contenedor .parte2 .texto2 p {
        display: block;
        width: 300px;
        font-size: 26px !important;
        color: #ffffff;
        line-height: 28px;
        font-style: italic;
        text-align: right;
        width: 100%;
        padding-right: 0 !important;
        margin-left: 10px;
        margin-right: 0 !important;
    }
    .nosotros .contenedor .parte2 .texto_giratorio {
        width: 50%;
        margin-left: 45px;
    }
    .nosotros .contenedor .parte2 .texto_giratorio .powered_by_delta {
        left: 50px;
        width: 210px;
        height: 210px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
    }
    .nosotros .contenedor .parte2 .texto_giratorio img.logo-delta {
        width: 110px;
        margin: 0 auto 8%;
        display: block;
    }
    .nosotros .contenedor .galeria {
        margin-top: 80px;
        background: transparent;
    }
}

@media screen and (min-width: 1024px) {
    .nosotros .contenedor .texto {
        padding: 20px 0;
    }
    .nosotros .contenedor .texto p {
        font-size: 50px !important;
        color: #ffffff;
        line-height: 40px;
    }
    .nosotros .contenedor .texto .enfasis {
        font-size: 65px !important;
        color: #000;
        -webkit-text-stroke: 0.5px #ffffff;
        font-family: 'Gestalt Sans Bold';
        line-height: 92px;
        letter-spacing: 7px;
    }
    .nosotros .contenedor .texto #nosotros_texto2 {
        padding-left: 30px !important;
        margin-bottom: 15px;
        margin-top: -20px;
    }
    .nosotros .contenedor .texto #nosotros_texto3 {
        font-size: 44px !important;
        padding-left: 150px !important;
    }
    .nosotros .contenedor .parte2 {
        margin-top: 10px;
    }
    .nosotros .contenedor .parte2 .texto2 {
        margin-top: 20px;
    }
    .nosotros .contenedor .parte2 .texto2 p {
        font-size: 36px !important;
        line-height: 40px;
        color: #ffffff;
        font-style: italic;
        text-align: right;
        padding-right: 480px;
        width: 92%;
    }
    .nosotros .contenedor .parte2 .texto_giratorio {
        margin-left: 35px;
    }
    .nosotros .contenedor .galeria {
        background: transparent !important;
    }
    .nosotros .contenedor .galeria .ms-info {
        margin-left: 70px;
    }
    .nosotros .contenedor .galeria .titulo {
        margin-bottom: 40px;
    }
    .nosotros .contenedor .galeria .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent !important;
    }
    .nosotros .contenedor .galeria .flex .campus {
        width: 30%;
    }
}

@media screen and (min-width: 1200px) {
    .nosotros .contenedor .texto {
        padding: 20px 0;
    }
    .nosotros .contenedor .texto p {
        font-size: 54px !important;
        color: #ffffff;
        line-height: 40px;
    }
    .nosotros .contenedor .texto .enfasis {
        font-size: 76px !important;
        color: #000;
        -webkit-text-stroke: 0.5px #ffffff;
        font-family: 'Gestalt Sans Bold';
        line-height: 92px;
        padding-left: 100px;
    }
    .nosotros .contenedor .texto #nosotros_texto2 {
        padding-left: 140px !important;
        margin-bottom: 15px;
        margin-top: -10px;
    }
    .nosotros .contenedor .texto #nosotros_texto3 {
        padding-left: 275px !important;
    }
    .nosotros .contenedor .parte2 .texto2 {
        margin-top: 30px;
        text-align: right;
    }
    .nosotros .contenedor .parte2 .texto2 p {
        width: 100%;
        font-size: 32px !important;
        line-height: 40px;
        color: #ffffff;
        font-style: italic;
    }
    .nosotros .contenedor .parte2 .texto_giratorio {
        margin-left: 50px !important;
    }
    .nosotros .contenedor .galeria {
        padding-top: 80px !important;
    }
    .nosotros .contenedor .galeria .ms-info {
        margin-left: 190px;
    }
    .nosotros .contenedor .galeria .ms-info h3 {
        font-size: 28px;
        letter-spacing: 4px;
    }
    .nosotros .contenedor .galeria .ms-info h3 span {
        font-size: 28px !important;
    }
}

.letras {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #000;
    z-index: 2;
}

.letras .caja {
    position: relative;
    padding-top: 40px;
    z-index: 2;
}

.letras .caja div {
    font-size: 11.5vw !important;
    font-family: 'Gestalt Sans Black';
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    letter-spacing: 3px;
    margin-top: -8vw;
}

.letras .caja div span {
    font-size: 11.5vw !important;
    font-family: 'Gestalt Sans Black';
    color: #fff;
    -webkit-text-stroke: 1px #ffffff;
    letter-spacing: 3px;
}

.letras .caja #the {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

.letras .caja #design {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

.letras .caja #school {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

@media screen and (min-width: 768px) {
    .letras .caja {
        padding: 100px 0 !important;
    }
    .letras .caja div {
        margin-top: -8.5vw;
    }
}

@media screen and (min-width: 1200px) {
    .letras .caja {
        padding: 100px 0 !important;
    }
    .letras .caja div {
        font-size: 140px !important;
        margin-top: -110px;
    }
    .letras .caja div span {
        font-size: 140px !important;
    }
}

.animacionFlecha {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* fadeIn se ejecuta inmediatamente, flash con un retraso de 5 segundos */
}

.universidad {
    width: 100%;
    height: 3610px;
    position: relative;
}

.universidad .huella {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}

.universidad .huella img {
    width: 100%;
    height: 900px !important;
    max-width: 1200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-top: -100px;
}

.universidad .bloque_negro {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 640px;
    z-index: 1;
}

.universidad .texto_movil {
    position: relative;
    top: 160px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.universidad .texto_movil .enfasis1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 140px !important;
    color: transparent !important;
    -webkit-text-stroke: 1px #ffffff;
    font-family: 'Gestalt Sans Black';
    font-style: italic !important;
    margin-top: -40px !important;
    font-size: 1em;
}

.universidad .texto_movil .flex .enfasis2 {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 90px !important;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: 'Gestalt Sans Black';
    margin-top: -10px !important;
    font-style: italic !important;
    line-height: 90px !important;
}

.universidad .texto_movil .flex .texto {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 45px !important;
    color: #fff;
    font-family: 'Gestalt Sans Black';
    font-style: italic !important;
}

.universidad .texto_movil .imagen {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.universidad .texto_movil .imagen img {
    width: 120px;
}

.universidad .texto_pc {
    display: none;
}

.universidad .bloque1 {
    position: absolute;
    top: 650px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 5px;
}

.universidad .bloque1 .contenedor .titulo {
    margin-top: 20px;
}

.universidad .bloque1 .contenedor .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
    text-align: center;
    margin-top: 40px;
}

.universidad .bloque1 .contenedor .flex .parte1 {
    font-size: 34px;
    margin-bottom: 30px;
}

.universidad .bloque1 .contenedor .flex .parte1 .texto2 {
    font-family: 'Gestalt Sans Bold';
}

.universidad .bloque1 .contenedor .flex .parte1 .texto3 {
    font-family: 'Gestalt Sans Black';
    font-size: 52px;
}

.universidad .bloque1 .contenedor .flex .texto_giratorio_movil {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: 70px;
}

.universidad .bloque1 .contenedor .flex .texto_giratorio_movil .powered_absolute {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999 !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

.universidad .bloque1 .contenedor .flex .texto_giratorio_movil .powered_by_delta {
    width: 180px;
    height: 180px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.universidad .bloque1 .contenedor .flex .texto_giratorio_movil img.logo-delta {
    width: 120px;
    margin: 0 auto 4%;
    display: block;
}

.universidad .bloque1 .contenedor .flex .texto_giratorio_movil img.turning-text {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    margin: 0;
    left: 0;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.universidad .bloque1 .contenedor .flex .texto_giratorio_pc {
    display: none;
}

.universidad .bloque1 .contenedor .flex .parte2 {
    font-size: 34px;
    margin-bottom: 40px;
}

.universidad .bloque1 .contenedor .flex .parte2 .texto1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.universidad .bloque1 .contenedor .flex .parte2 .texto2 {
    font-family: 'Gestalt Sans Black';
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.universidad .bloque1 .contenedor .flex .parte2 .texto3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.universidad .bloque1 .contenedor .flex .parte3 {
    text-align: left;
}

.universidad .bloque1 .contenedor .flex .parte3 p {
    margin-bottom: 14px;
    font-size: 20px !important;
}

@media screen and (min-width: 768px) {
    .universidad {
        height: 2650px;
        background-size: cover;
    }
    .universidad .huella img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 1000px !important;
        margin-top: -180px;
    }
    .universidad .texto_giratorio_pc {
        display: none;
    }
    .universidad .bloque_negro {
        height: 540px;
    }
    .universidad .texto_movil {
        display: none;
    }
    .universidad .texto_pc {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        top: 200px;
        width: 100%;
        z-index: 3;
    }
    .universidad .texto_pc .enfasis1 {
        font-size: 180px !important;
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        font-family: 'Gestalt Sans Black';
        margin-right: 30px;
        font-style: italic !important;
    }
    .universidad .texto_pc .flex {
        margin-right: 20px;
    }
    .universidad .texto_pc .flex .enfasis2 {
        font-size: 55px !important;
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        font-family: 'Gestalt Sans Black';
        font-style: italic !important;
    }
    .universidad .texto_pc .flex .texto {
        text-align-last: left;
        font-size: 37px !important;
        color: #fff;
        font-family: 'Gestalt Sans Bold';
        font-style: italic !important;
    }
    .universidad .texto_pc .imagen img {
        width: 140px;
    }
}

@media screen and (min-width: 1024px) {
    .universidad {
        height: 1900px;
    }
    .universidad .huella img {
        height: 1000px !important;
        margin-top: -160px;
    }
    .universidad .bloque_negro {
        height: 640px;
    }
    .universidad .texto_pc {
        top: 230px;
    }
    .universidad .texto_pc .enfasis1 {
        font-size: 200px !important;
        margin-right: 26px;
        -webkit-text-stroke: 2px #ffffff;
    }
    .universidad .texto_pc .flex {
        margin-right: 24px;
    }
    .universidad .texto_pc .flex .enfasis2 {
        font-size: 52px !important;
        -webkit-text-stroke: 1px #ffffff;
    }
    .universidad .texto_pc .flex .texto {
        font-size: 40px !important;
    }
    .universidad .texto_pc .imagen img {
        width: 150px;
    }
    .universidad .bloque1 {
        position: absolute;
        top: 700px;
        left: 0;
        right: 0;
        margin: auto;
        padding-left: 5px;
    }
    .universidad .bloque1 .contenedor .flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100% !important;
        text-align: left;
        margin-top: 20px;
    }
    .universidad .bloque1 .contenedor .flex .parte1 {
        min-width: 27%;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto2 {
        font-family: 'Gestalt Sans Bold';
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto3 {
        font-family: 'Gestalt Sans Black';
        font-size: 43px;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto_giratorio_pc {
        margin-top: 300px;
        display: block;
        position: relative;
        width: 100%;
        height: 150px;
        margin-bottom: 70px;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto_giratorio_pc .powered_absolute {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 999 !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto_giratorio_pc .powered_by_delta {
        width: 280px;
        height: 280px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto_giratorio_pc img.logo-delta {
        width: 180px;
        margin: 0 auto 4%;
        display: block;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto_giratorio_pc img.turning-text {
        position: absolute;
        top: 0;
        pointer-events: none;
        width: 100%;
        margin: 0;
        left: 0;
        -webkit-animation: spin 10s linear infinite;
        animation: spin 10s linear infinite;
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .universidad .bloque1 .contenedor .flex .texto_giratorio_movil {
        display: none;
    }
    .universidad .bloque1 .contenedor .flex .flecha_pc {
        display: block;
        margin-top: 250px;
    }
    .universidad .bloque1 .contenedor .flex .parte2 {
        min-width: 27%;
        font-size: 30px;
        margin-bottom: 40px;
        padding-right: 20px;
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto1 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        font-size: 28px;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto2 {
        font-size: 28px;
        font-family: 'Gestalt Sans Black';
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto3 {
        font-size: 28px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte3 {
        text-align: left;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
    .universidad .bloque1 .contenedor .flex .parte3 p {
        margin-bottom: 14px;
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1200px) {
    .universidad {
        height: 1700px;
    }
    .universidad .huella img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 1800px !important;
        margin-top: -500px;
    }
    .universidad .bloque_negro {
        height: 700px;
    }
    .universidad .texto_pc {
        top: 200px;
    }
    .universidad .texto_pc .enfasis1 {
        font-size: 300px !important;
        margin-right: 32px;
    }
    .universidad .texto_pc .flex {
        margin-right: 24px;
    }
    .universidad .texto_pc .flex .enfasis2 {
        font-size: 74.4px !important;
    }
    .universidad .texto_pc .flex .texto {
        font-size: 57.6px !important;
        margin-right: 10px;
    }
    .universidad .texto_pc .imagen img {
        width: 216px;
    }
    .universidad .bloque1 {
        position: absolute;
        top: 760px;
        left: 0;
        right: 0;
        margin: auto;
        padding-left: 5px;
    }
    .universidad .bloque1 .contenedor .flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100% !important;
        text-align: left;
        margin-top: 20px;
    }
    .universidad .bloque1 .contenedor .flex .parte1 {
        font-size: 34px;
        margin-bottom: 30px;
        min-width: 25% !important;
        line-height: 1.1;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto_giratorio_pc {
        margin-top: 200px !important;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto2 {
        font-family: 'Gestalt Sans Black';
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto3 {
        font-family: 'Gestalt Sans Black';
        font-size: 49px;
    }
    .universidad .bloque1 .contenedor .flex .flecha_movil {
        margin-bottom: 40px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .flecha_movil img {
        width: 40%;
    }
    .universidad .bloque1 .contenedor .flex .parte2 {
        font-size: 30px;
        margin-bottom: 40px;
        min-width: 25% !important;
        line-height: 1.1;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto1 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto2 {
        font-family: 'Gestalt Sans Black';
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto3 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte3 {
        text-align: left;
    }
    .universidad .bloque1 .contenedor .flex .parte3 p {
        margin-bottom: 14px;
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1600px) {
    .universidad {
        height: 1850px;
    }
    .universidad .huella img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 1800px !important;
        margin-top: -400px;
    }
    .universidad .bloque_negro {
        height: 840px;
    }
    .universidad .texto_pc {
        top: 260px;
    }
    .universidad .texto_pc .enfasis1 {
        font-size: 360px !important;
    }
    .universidad .texto_pc .flex {
        margin-right: 24px;
    }
    .universidad .texto_pc .flex .enfasis2 {
        font-size: 89.2px !important;
    }
    .universidad .texto_pc .flex .texto {
        font-size: 69.1px !important;
    }
    .universidad .texto_pc .imagen img {
        width: 250px;
    }
    .universidad .bloque1 {
        position: absolute;
        top: 900px;
        left: 0;
        right: 0;
        margin: auto;
        padding-left: 5px;
    }
    .universidad .bloque1 .contenedor .flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100% !important;
        text-align: left;
        margin-top: 20px;
    }
    .universidad .bloque1 .contenedor .flex .parte1 {
        font-size: 34px;
        margin-bottom: 30px;
        min-width: 25% !important;
        line-height: 1.1;
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto2 {
        font-family: 'Gestalt Sans Black';
    }
    .universidad .bloque1 .contenedor .flex .parte1 .texto3 {
        font-family: 'Gestalt Sans Black';
        font-size: 49px;
    }
    .universidad .bloque1 .contenedor .flex .flecha_movil {
        margin-bottom: 40px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .flecha_movil img {
        width: 40%;
    }
    .universidad .bloque1 .contenedor .flex .parte2 {
        font-size: 30px;
        margin-bottom: 40px;
        min-width: 25% !important;
        line-height: 1.1;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto1 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto2 {
        font-family: 'Gestalt Sans Black';
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte2 .texto3 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .universidad .bloque1 .contenedor .flex .parte3 {
        text-align: left;
    }
    .universidad .bloque1 .contenedor .flex .parte3 p {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
        margin-bottom: 14px;
        font-size: 16px !important;
    }
}

.bloque2 {
    position: relative;
    background: #000;
    padding: 40px 0;
    z-index: 2 !important;
}

.bloque2 .ruido {
    z-index: -1 !important;
}

.bloque2 .contenedor .lado1 .imagen {
    margin-bottom: 20px;
}

.bloque2 .contenedor .lado1 .texto h3 {
    text-align: right;
    font-size: 44px !important;
    color: transparent !important;
    -webkit-text-stroke: 0.8px #ffffffca;
    font-family: 'Gestalt Sans Bold';
    letter-spacing: 5px;
}

.bloque2 .contenedor .lado1 .texto hr {
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.bloque2 .contenedor .lado1 .texto p {
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.bloque2 .contenedor .lado2 {
    margin-top: 20px;
}

.bloque2 .contenedor .lado2 .parte1 {
    margin-bottom: 20px;
}

.bloque2 .contenedor .lado2 .parte1 h3 {
    font-size: 44px !important;
    color: transparent;
    -webkit-text-stroke: 0.8px #ffffffca;
    font-family: 'Gestalt Sans Bold';
    letter-spacing: 5px;
}

.bloque2 .contenedor .lado2 .parte1 hr {
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.bloque2 .contenedor .lado2 .parte1 p {
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.bloque2 .contenedor .lado2 .parte2 .flex .valores {
    margin-top: 40px;
}

.bloque2 .contenedor .lado2 .parte2 .flex .valores .imagen {
    width: 67%;
    height: 40px;
    background-image: url("../img/valores.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.bloque2 .contenedor .lado2 .parte2 .flex .valores h3 {
    font-size: 44px !important;
    color: transparent;
    -webkit-text-stroke: 0.8px #ffffff;
    font-family: 'Gestalt Sans Bold';
}

.bloque2 .contenedor .lado2 .parte2 .flex .valores hr {
    color: #fff;
    margin-bottom: 20px;
}

.bloque2 .contenedor .lado2 .parte2 .flex .valores p {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.bloque2 .contenedor .lado2 .parte2 .flex .texto div {
    margin-bottom: 10px;
}

.bloque2 .contenedor .lado2 .parte2 .flex .texto .enfasis {
    font-size: 38px !important;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: 'Gestalt Sans Bold';
    font-style: italic !important;
}

.bloque2 .contenedor .lado2 .parte2 .flex .texto .justicia {
    font-size: 30px !important;
    color: #fff;
    font-family: 'Gestalt Sans Bold';
    font-style: italic !important;
    -webkit-transition: 0.32s;
    transition: 0.32s;
}

.bloque2 .contenedor .lado2 .parte2 .flex .texto .justicia:hover {
    -webkit-transition: 0.32s;
    transition: 0.32s;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}

@media screen and (min-width: 1024px) {
    .bloque2 .contenedor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bloque2 .contenedor .lado1 {
        width: 49%;
    }
    .bloque2 .contenedor .lado1 .texto hr {
        margin-bottom: 20px;
    }
    .bloque2 .contenedor .lado1 .texto p {
        text-align: right;
    }
    .bloque2 .contenedor .lado2 {
        width: 49%;
    }
    .bloque2 .contenedor .lado2 .parte1 hr {
        margin-bottom: 20px;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .valores {
        position: relative;
        width: 80px;
        margin: 0;
        margin-top: 7px;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .valores .imagen {
        position: absolute;
        left: 0;
        top: 0;
        width: 34px !important;
        height: 99%;
        background-image: url("../img/valores_vertical.png");
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: top;
        margin-left: 20px;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .valores h3 {
        text-orientation: upright;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .valores hr {
        margin-right: 30px !important;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: none;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .texto {
        position: relative;
        -webkit-animation-delay: 0.8s !important;
        animation-delay: 0.8s !important;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .texto .justicia {
        padding-left: 28px;
        font-size: 32px !important;
    }
    .bloque2 .contenedor .lado2 .parte2 .flex .texto::after {
        content: "";
        position: absolute;
        top: 7px;
        bottom: 0;
        left: 0;
        right: 0;
        height: 400px;
        border-left: 1px solid #ffffff;
        z-index: -1;
    }
}

.bloque3 {
    position: relative;
    overflow: hidden;
    background: #000;
    padding: 24px 0;
}

.bloque3 #universidad_texto1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.bloque3 #universidad_texto1 .enfasis1 {
    font-size: 54px !important;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: 'Gestalt Sans Bold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.bloque3 #universidad_texto1 .enfasis2 {
    font-size: 54px !important;
    color: #fff !important;
    -webkit-text-stroke: 1px #fff !important;
    font-family: 'Gestalt Sans Bold' !important;
    margin-right: 8px;
}

.bloque3 #universidad_texto2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300%;
    height: auto;
    z-index: 999 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.bloque3 #universidad_texto2 .enfasis1 {
    font-size: 54px !important;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: 'Gestalt Sans Bold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.bloque3 #universidad_texto2 .enfasis2 {
    font-size: 54px !important;
    color: #fff !important;
    -webkit-text-stroke: 1px #fff !important;
    font-family: 'Gestalt Sans Bold' !important;
    margin-right: 8px;
}

.bloque3 .slider {
    padding-top: 0;
    padding: 20px 0;
    z-index: 2;
    position: relative;
}

.bloque3 .slider .bxslider .bg1 {
    min-height: 420px !important;
    background-image: url("../img/campus_veracruz.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(-1px) scale(1.07);
    transform: translateZ(-1px) scale(1.07);
    background-size: cover;
    z-index: 1;
}

.bloque3 .slider .bxslider .bg2 {
    min-height: 420px !important;
    background-image: url("../img/campus_cancun.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(-1px) scale(1.07);
    transform: translateZ(-1px) scale(1.07);
    background-size: cover;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .bloque3 {
        padding: 40px 0;
    }
    .bloque3 #universidad_texto1 .enfasis1 {
        font-size: 74px !important;
    }
    .bloque3 #universidad_texto1 .enfasis2 {
        font-size: 74px !important;
    }
    .bloque3 #universidad_texto2 .enfasis1 {
        font-size: 74px !important;
    }
    .bloque3 #universidad_texto2 .enfasis2 {
        font-size: 74px !important;
    }
}

@media screen and (min-width: 1024px) {
    .bloque3 {
        padding: 30px 0;
    }
    .bloque3 #universidad_texto1 .enfasis1 {
        font-size: 74px !important;
    }
    .bloque3 #universidad_texto1 .enfasis2 {
        font-size: 74px !important;
    }
    .bloque3 #universidad_texto2 .enfasis1 {
        font-size: 74px !important;
    }
    .bloque3 #universidad_texto2 .enfasis2 {
        font-size: 74px !important;
    }
    .bloque3 .slider {
        padding: 28px 0;
    }
}

@media screen and (min-width: 1200px) {
    .bloque3 {
        padding: 46px 0;
    }
    .bloque3 #universidad_texto1 .enfasis1 {
        font-size: 94px !important;
    }
    .bloque3 #universidad_texto1 .enfasis2 {
        font-size: 94px !important;
    }
    .bloque3 #universidad_texto2 .enfasis1 {
        font-size: 94px !important;
    }
    .bloque3 #universidad_texto2 .enfasis2 {
        font-size: 94px !important;
    }
    .bloque3 .slider {
        padding: 28px 0;
    }
}

.galeria {
    position: relative;
    background: #000;
    padding: 60px 0 0 0;
    z-index: 2 !important;
}

.galeria .contenedor h1 {
    z-index: 2 !important;
    position: relative;
    margin-bottom: 40px;
}

.galeria .contenedor .galerias {
    z-index: 2;
    position: relative;
}

.galeria .contenedor .galerias .ms-slide-info {
    min-height: 100px !important;
}

.galeria .contenedor .galerias .ms-slide-info .ms-info {
    max-height: 50px !important;
}

.galeria .contenedor .galerias .ms-slide-info .ms-info h3 {
    font-size: 22px;
    text-align: left;
    color: #ffffff;
    font-family: 'Gestalt Sans Black';
}

.galeria .contenedor .galerias .ms-slide-info .ms-info h3 span {
    font-size: 22px !important;
    color: #ffffff;
    font-family: 'Gestalt Sans' !important;
}

@media screen and (min-width: 768px) {
    .galeria {
        padding: 100px 0 0 0;
    }
    .galeria .contenedor h1 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .galeria {
        padding: 60px 0 50px 0;
    }
    .galeria .contenedor h1 {
        margin-bottom: 60px;
    }
    .galeria .contenedor .ms-slide-info {
        margin-left: 65px;
    }
}

@media screen and (min-width: 1200px) {
    .galeria .contenedor .ms-slide-info {
        margin-left: 190px;
        width: 50%;
    }
}

.contacto {
    width: 100%;
    height: 2400px;
    position: relative;
}

.contacto .huella {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}

.contacto .huella img {
    width: 100%;
    height: 1700px !important;
    max-width: 1200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-top: -100px;
}

.contacto .bloque_negro {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 1400px;
    z-index: 1;
}

.contacto .contenedor {
    position: relative;
}

.contacto .contenedor .mapas {
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}

.contacto .contenedor .mapas .mapa {
    margin-bottom: 20px;
}

.contacto .contenedor .mapas .mapa iframe {
    border: 1px solid #706f6f !important;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contacto .contenedor .mapas .mapa .contenido .texto_giratorio {
    display: none;
}

.contacto .contenedor .mapas .mapa .contenido .enfasis {
    font-size: 40px !important;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: 'Gestalt Sans Bold';
    margin-top: 10px;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.contacto .contenedor .mapas .mapa .contenido .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.contacto .contenedor .mapas .mapa .contenido .items .item i {
    color: #ffffff;
    font-size: 34px;
    margin-right: 14px;
}

.contacto .contenedor .mapas .mapa .contenido .items .item span {
    color: #ffffff;
}

.contacto .contenedor .mapas .mapa .contenido .items .item .texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacto .contenedor .mapas .mapa .contenido .items .item .texto span {
    display: block;
    margin-top: -5px;
}

.contacto .contenedor .mapas .mapa .contenido .items .item .iconos .icono {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.contacto .contenedor .mapas .mapa .contenido .items .item .iconos .icono i {
    margin-right: 14px !important;
}

.contacto .contenedor .mapas .mapa .contenido .items .item .iconos .icono a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px !important;
    font-family: 'Gestalt Sans' !important;
}

.contacto .contenedor .formulario {
    position: absolute;
    top: 1450px;
    left: 0;
    width: 100%;
}

.contacto .contenedor .formulario .lado1 .letras_contacto {
    margin: 20px 0;
    text-align: left;
}

.contacto .contenedor .formulario .lado1 .letras_contacto .enfasis {
    font-size: 66px !important;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    font-family: 'Gestalt Sans Black';
    font-style: italic;
    margin-top: 10px;
    letter-spacing: 4px;
    margin-bottom: 5px;
    margin-top: -2px;
}

.contacto .contenedor .formulario .lado1 .letras_contacto .enfasis2 {
    font-family: 'Gestalt Sans Black';
    font-style: italic;
    font-size: 33.5px !important;
    color: 000;
    margin-top: -2px;
}

.contacto .contenedor .formulario .lado1 .texto {
    width: 95%;
    text-align: left;
}

.contacto .contenedor .formulario .lado2 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}

.contacto .contenedor .formulario .lado2 form input {
    margin-bottom: 16px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contacto .contenedor .formulario .lado2 form input:focus {
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contacto .contenedor .formulario .lado2 form span {
    font-family: 'Gestalt Sans' !important;
    font-style: italic;
    margin-bottom: 20px;
}

.contacto .contenedor .formulario .lado2 form span .enviar {
    font-family: 'Gestalt Sans Black' !important;
}

.contacto .contenedor .formulario .lado2 form textarea {
    background: transparent;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contacto .contenedor .formulario .lado2 form textarea:focus {
    border-bottom: 2px solid rgba(0, 0, 0, 0.6) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contacto .contenedor .formulario .lado2 form .botones {
    text-align: center;
}

.contacto .contenedor .formulario .lado2 form .botones #boton_enviar {
    background: #000;
    border: 2px solid #000;
    color: #ffffff;
    padding: 8px 30px;
}

.contacto .contenedor .formulario .lado2 form .botones #boton_enviar:hover {
    background: transparent;
    color: #000;
}

.contacto .contenedor .formulario .lado2 form .botones #boton_cancelar {
    background: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 8px 24px;
    margin-left: -5px;
}

.contacto .contenedor .formulario .lado2 form .botones #boton_cancelar:hover {
    background: #000;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .contacto .contenedor .formulario .lado1 .letras_contacto {
        margin: 20px 0;
    }
    .contacto .contenedor .formulario .lado1 .letras_contacto .enfasis {
        font-size: 78px !important;
        color: transparent;
        -webkit-text-stroke: 1px #000;
        font-family: 'Gestalt Sans Black';
        margin-top: 10px;
        letter-spacing: 4px;
        margin-bottom: 5px;
        margin-top: -2px;
    }
    .contacto .contenedor .formulario .lado1 .letras_contacto .enfasis2 {
        font-family: 'Gestalt Sans Black';
        font-size: 39px !important;
        color: 000;
        margin-top: -2px;
    }
    .contacto .contenedor .formulario .lado1 .texto {
        margin-right: auto;
        width: 60%;
    }
    .contacto .contenedor .formulario .lado2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacto .contenedor .formulario .lado2 form {
        margin-top: 80px;
        width: 90%;
    }
    .contacto .contenedor .formulario .lado2 form input {
        margin-bottom: 30px;
    }
    .contacto .contenedor .formulario .lado2 form textarea {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1024px) {
    .contacto {
        height: 1750px;
    }
    .contacto .bloque_negro {
        height: 900px;
    }
    .contacto .huella {
        top: -160px;
    }
    .contacto .huella img {
        height: 1600px !important;
    }
    .contacto .contenedor .mapas {
        margin-top: 80px;
    }
    .contacto .contenedor .mapas .mapa {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .contacto .contenedor .mapas .mapa iframe {
        width: 30%;
        height: 260px;
        margin-right: 20px;
        border: 2px solid #706f6f !important;
    }
    .contacto .contenedor .mapas .mapa .contenido {
        width: 66%;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio {
        display: block;
        position: relative;
        width: 50%;
        height: 120px;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio .powered_absolute {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999 !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio .powered_by_delta {
        width: 140px;
        height: 140px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio img.logo-delta {
        width: 85px;
        margin: 0 auto 5%;
        display: block;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio img.turning-text {
        position: absolute;
        top: 0;
        pointer-events: none;
        width: 100%;
        margin: 0;
        left: 0;
        -webkit-animation: spin 10s linear infinite;
        animation: spin 10s linear infinite;
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .contacto .contenedor .mapas .mapa .contenido .enfasis {
        font-size: 70px !important;
        letter-spacing: 10px;
        margin-bottom: 0;
    }
    .contacto .contenedor .mapas .mapa .contenido .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item {
        margin-right: 20px;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item i {
        font-size: 50px;
        margin-right: 0 !important;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item span {
        font-size: 14px !important;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item .iconos .icono {
        margin-bottom: 5px;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item .iconos .icono i {
        font-size: 26px;
        margin-bottom: 0;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item .iconos .icono a {
        font-size: 14px !important;
    }
    .contacto .contenedor .formulario {
        top: 950px !important;
    }
    .contacto .contenedor .formulario .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacto .contenedor .formulario .flex .lado1 {
        width: 50%;
        margin-right: 30px;
    }
    .contacto .contenedor .formulario .flex .lado1 .letras_contacto {
        margin: 20px 0;
    }
    .contacto .contenedor .formulario .flex .lado1 .letras_contacto .enfasis {
        font-size: 95px !important;
        color: transparent;
        -webkit-text-stroke: 1px #000;
        font-family: 'Gestalt Sans Black';
        margin-top: 10px;
        letter-spacing: 4px;
        margin-bottom: 5px;
        margin-top: -2px;
        text-align: right;
    }
    .contacto .contenedor .formulario .flex .lado1 .letras_contacto .enfasis2 {
        font-family: 'Gestalt Sans Black';
        font-size: 45px !important;
        color: 000;
        margin-top: -2px;
        text-align: right;
    }
    .contacto .contenedor .formulario .flex .lado1 .texto {
        margin-right: unset;
        margin-left: auto !important;
        text-align: right;
        width: 80%;
    }
    .contacto .contenedor .formulario .flex .lado2 {
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacto .contenedor .formulario .flex .lado2 form {
        margin-top: 265px;
        width: 80%;
        margin-right: auto;
        z-index: 999;
    }
    .contacto .contenedor .formulario .flex .lado2 form input {
        margin-bottom: 30px;
    }
    .contacto .contenedor .formulario .flex .lado2 form textarea {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    .contacto {
        height: 1800px;
    }
    .contacto .bloque_negro {
        height: 950px;
    }
    .contacto .contenedor .mapas .mapa iframe {
        width: 42%;
        height: 300px;
        margin-right: 20px !important;
    }
    .contacto .contenedor .mapas .mapa .contenido {
        width: 55%;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio {
        position: relative;
        width: 50%;
        height: 140px;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio .powered_absolute {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999 !important;
        -webkit-animation-delay: 1.2s !important;
        animation-delay: 1.2s !important;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio .powered_by_delta {
        width: 160px;
        height: 160px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio img.logo-delta {
        width: 100px;
        margin: 0 auto 5%;
        display: block;
    }
    .contacto .contenedor .mapas .mapa .contenido .texto_giratorio img.turning-text {
        position: absolute;
        top: 0;
        pointer-events: none;
        width: 100%;
        margin: 0;
        left: 0;
        -webkit-animation: spin 10s linear infinite;
        animation: spin 10s linear infinite;
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .contacto .contenedor .mapas .mapa .contenido .items {
        margin-top: -5px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contacto .contenedor .mapas .mapa .contenido .items .item {
        margin-right: 30px;
    }
    .contacto .contenedor .formulario {
        top: 1000px !important;
    }
    .contacto .contenedor .formulario .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacto .contenedor .formulario .flex .lado1 {
        width: 50%;
        margin-right: 20px !important;
    }
    .contacto .contenedor .formulario .flex .lado1 .letras_contacto {
        margin: 20px 0;
    }
    .contacto .contenedor .formulario .flex .lado1 .letras_contacto .enfasis {
        font-size: 105px !important;
        color: transparent !important;
        -webkit-text-stroke: 1px #000;
        font-family: 'Gestalt Sans Black';
        margin-top: 10px;
        letter-spacing: 4px;
        margin-bottom: 5px;
        margin-top: -2px;
        text-align: right;
    }
    .contacto .contenedor .formulario .flex .lado1 .letras_contacto .enfasis2 {
        font-family: 'Gestalt Sans Black';
        font-size: 55px !important;
        color: 000;
        margin-top: -2px;
        text-align: right;
    }
    .contacto .contenedor .formulario .flex .lado1 .texto {
        margin-right: unset;
        margin-left: auto !important;
        text-align: right;
        width: 55%;
    }
    .contacto .contenedor .formulario .flex .lado2 {
        width: 47%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacto .contenedor .formulario .flex .lado2 form {
        margin-top: 300px !important;
        width: 80%;
        margin-right: auto;
    }
    .contacto .contenedor .formulario .flex .lado2 form input {
        margin-bottom: 30px;
    }
    .contacto .contenedor .formulario .flex .lado2 form textarea {
        padding: 0 10px;
    }
}

footer {
    overflow-x: hidden;
    padding-top: 40px;
    width: 100%;
    height: auto;
    background-repeat: repeat-y repeat-x !important;
    background-size: contain;
    position: relative;
    padding-bottom: 20px;
    background-color: #000;
}

footer .curvas {
    width: 100%;
    height: 12em;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 1 !important;
}

footer .contenedor {
    z-index: 2 !important;
    position: relative;
}

footer .contenedor .lado1 .items .item {
    margin-bottom: 28px;
}

footer .contenedor .lado1 .items .item h3 {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Gestalt Sans Bold' !important;
    margin-bottom: 3px;
    letter-spacing: 2px;
}

footer .contenedor .lado1 .items .item h3 a {
    font-size: 20px !important;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Gestalt Sans Bold' !important;
    letter-spacing: 2px;
}

footer .contenedor .lado1 .items .item ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px !important;
}

footer .contenedor .lado1 .items .item ul li a:hover {
    font-weight: 700 !important;
}

footer .contenedor .lado2 .imagen {
    text-align: center;
}

footer .contenedor .lado2 .imagen img {
    max-width: 300px;
}

footer .contenedor .lado2 .botones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px 0;
    padding: 0 6px;
}

footer .contenedor .lado2 .botones .boton {
    width: 100px;
    height: 100px;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .contenedor .lado2 .botones .boton:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .contenedor .lado2 .botones .boton:hover a {
    font-weight: 700;
}

footer .contenedor .lado2 .botones .boton a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px !important;
}

footer .contenedor .copy {
    margin-top: 30px;
}

footer .contenedor .copy .telefonos {
    color: #b3b3b3;
    z-index: 20 !important;
}

footer .contenedor .copy .telefonos .telefono {
    margin-bottom: 8px;
}

footer .contenedor .copy .telefonos .telefono span {
    color: #b3b3b3;
    font-family: 'Gestalt Sans Bold';
    margin-right: 5px;
    display: block;
}

footer .contenedor .copy .telefonos .telefono i {
    margin-right: 5px;
}

footer .contenedor .copy .derechos {
    margin-top: 20px;
    color: #b3b3b3 !important;
}

@media screen and (min-width: 768px) {
    footer .curvas {
        width: 80%;
        height: 12em;
        position: absolute;
        left: 0;
        bottom: 0%;
        z-index: 1 !important;
    }
    footer .contenedor .lado2 {
        margin-top: 100px;
    }
    footer .contenedor .lado2 .imagen {
        text-align: center;
    }
    footer .contenedor .lado2 .imagen img {
        max-width: 460px;
    }
    footer .contenedor .lado2 .botones {
        margin-top: 50px;
    }
    footer .contenedor .copy .telefonos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    footer .contenedor .copy .derechos {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    footer .curvas {
        height: auto !important;
    }
    footer .contenedor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .contenedor .lado1 {
        width: 49%;
    }
    footer .contenedor .lado2 {
        border-left: 2px solid #fff;
        width: 49%;
        margin-top: 0;
    }
    footer .contenedor .lado2 .imagen {
        padding-left: 50px;
    }
    footer .contenedor .lado2 .botones {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .contenedor .lado2 .botones #botonWhatsApp {
        margin-left: 49px;
    }
    footer .contenedor .copy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    footer .contenedor .copy .telefonos {
        width: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    footer .contenedor .copy .telefonos .telefono {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .contenedor .copy .telefonos .telefono span {
        display: unset;
        display: block;
        width: 70px;
    }
    footer .contenedor .copy .telefonos .telefono i {
        margin-left: 16px;
    }
    footer .contenedor .copy .derechos {
        width: 45%;
        text-align: right;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1200px) {
    footer .curvas {
        width: 60%;
        height: 220px !important;
        opacity: 90%;
        -o-object-fit: fill;
        object-fit: fill;
    }
    footer .contenedor .lado1 .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .contenedor .lado1 .items .item {
        width: 49%;
    }
    footer .contenedor .lado1 .items .item h3 a {
        font-family: 'Gestalt Sans' !important;
        font-size: 16px !important;
    }
    footer .contenedor .lado2 {
        width: 49%;
        margin-top: 0;
    }
    footer .contenedor .lado2 .imagen {
        text-align: right;
    }
    footer .contenedor .lado2 .imagen img {
        max-width: 487px;
    }
    footer .contenedor .lado2 .botones {
        margin-top: 30px;
    }
    footer .contenedor .lado2 .botones .boton {
        width: 130px;
        height: 130px;
        border: 1px solid #ffffff;
        padding: 10px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    footer .contenedor .lado2 .botones .boton a {
        text-decoration: none;
        color: #ffffff;
        font-size: 14px !important;
    }
    footer .contenedor .lado2 .botones #botonWhatsApp {
        margin-left: 76px;
    }
    footer .contenedor .copy {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1600px) {
    footer .curvas {
        height: 280px !important;
    }
}

.social {
    position: fixed;
    top: 120px;
    right: 0;
    padding-right: 10px;
    z-index: 99999 !important;
}

.social .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social .items a {
    display: block;
    background: #706f6f;
    width: 44px;
    height: 44px;
    text-decoration: none;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}

.social .items a i {
    color: #fff;
    line-height: 0 !important;
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .social .items a {
        width: 46px;
        height: 46px;
    }
}

@media screen and (min-width: 1024px) {
    .social {
        top: 20px;
        padding-right: 20px;
    }
    .social .items a {
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .social .items a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
}

.servicios {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.servicios .huella {
    position: absolute;
    left: 0;
    top: -320px;
    background: url("../img/huella_licenciaturas.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 600px !important;
    z-index: 997 !important;
}

.servicios .texto {
    position: absolute;
    left: 0;
    top: 580px;
    z-index: 999 !important;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-450px);
    transform: translateX(-450px);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.servicios .texto .enfasis {
    font-size: 54px !important;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    font-family: 'Gestalt Sans Bold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.servicios .texto .enfasis2 {
    font-size: 54px !important;
    color: #000 !important;
    -webkit-text-stroke: 1px #000 !important;
    font-family: 'Gestalt Sans Bold' !important;
    margin-right: 8px;
}

.servicios .contenedor .titulo {
    padding-top: 130px;
    z-index: 998 !important;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.servicios .contenedor .circulos {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    z-index: 998 !important;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.servicios .contenedor .circulos .texto_giratorio {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

.servicios .contenedor .circulos .texto_giratorio .powered_absolute {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999 !important;
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.servicios .contenedor .circulos .texto_giratorio .powered_by_delta {
    width: 150px;
    height: 150px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.servicios .contenedor .circulos .texto_giratorio img.logo-delta {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.servicios .contenedor .circulos .texto_giratorio img.turning-text {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    margin: 0;
    left: 0;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {
    .servicios {
        height: 700px;
    }
    .servicios .huella {
        top: -360px;
        left: 0;
        right: 0;
        margin: auto;
        width: 650px !important;
        height: 650px !important;
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .servicios .texto {
        top: 520px;
    }
    .servicios .texto .enfasis {
        font-size: 70px !important;
    }
    .servicios .texto .enfasis2 {
        font-size: 70px !important;
    }
    .servicios .contenedor .circulos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 100px;
    }
    .servicios .contenedor .circulos .texto_giratorio {
        width: 200px;
        height: 200px;
        margin: 0 40px;
    }
    .servicios .contenedor .circulos .texto_giratorio .powered_by_delta {
        width: 200px;
        height: 200px;
    }
    .servicios .contenedor .circulos .texto_giratorio img.logo-delta {
        width: 150px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .servicios {
        height: 800px;
    }
    .servicios .huella {
        top: -620px;
        left: 0;
        right: 0;
        margin: auto;
        width: 900px !important;
        height: 900px !important;
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .servicios .texto {
        top: 560px;
    }
    .servicios .texto .enfasis {
        font-size: 90px !important;
    }
    .servicios .texto .enfasis2 {
        font-size: 90px !important;
    }
    .servicios .contenedor .circulos .texto_giratorio {
        width: 240px;
        height: 240px;
        margin: 0 40px;
    }
    .servicios .contenedor .circulos .texto_giratorio .powered_by_delta {
        width: 240px;
        height: 240px;
    }
    .servicios .contenedor .circulos .texto_giratorio img.logo-delta {
        width: 190px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .servicios .huella {
        top: -780px;
        left: 0;
        right: 0;
        margin: auto;
        width: 1140px !important;
        height: 1140px !important;
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
}

.ruido {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: black;
    background-image: url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);
    background-size: none;
    -webkit-filter: brightness(0.16);
    filter: brightness(0.16);
    opacity: 0.5;
    z-index: 1;
}

.ruido2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-image: url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);
    background-size: none;
    opacity: 0.08;
    z-index: 1;
}


/*# sourceMappingURL=style.css.map */