:root{
    --color-texto: #3f4d5d;
    --color-principal: #526b92;
    --color-secundario: #1289cd;
    --color-secundario-suave: rgba(32, 158, 187, .07);
    --border-radius-4: 4px;
    --border-radius-10: 10px;
    --transition-estandar: .3s all;

    --z-index-1: 10;
    --z-index-10: 100;
}
a,
h1, h2, h3, h4, h5, h6,
span,
body{
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 500;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

body:not(#admin){
    margin-top: 140px;
}
.disabled,
button:disabled{
    opacity: .4 !important;
    pointer-events: none !important;
}
img{
    user-select: none;
}
.error{
    font-size: 12px;
    color: darkred;
}
.lead{
    font-weight: 400;
}
.first-letter-uppercase::first-letter{
    text-transform: uppercase;
}
input.form-control,
select.form-control,
textarea.form-control{
    padding: 12.5px 15px;
    border: 1px solid #ddd;
    background-color: white;
    color: #26304d;
    min-height: 36px;
    border-radius: .25rem;
}
input:focus,
select:focus,
textarea:focus{
    border-color: var(--color-principal);
}
a,
.btn {
    font-size: 16px;
    line-height: 1.6;
}
a{
    color: var(--color-principal);
}
.object-fit-contain{
    object-fit: contain;
}
/* Z-index */
.z-1{
    z-index: var(--z-index-1);
}
.z-10{
    z-index: var(--z-index-10);
}
b{
    font-weight: 600;
}
.enlace{
    color: #007bff;
}
.g-color-whatsapp--hover:hover svg,
.g-color-whatsapp--hover:hover i{
    color: #26d46a;
}
.boton-transparente{
    background-color: transparent;
    border: none;
    font-size: 16px;
    outline: none;
}
.boton-transparente:focus{
    outline: none;
}
input,
select,
textarea{
    color: var(--color-texto);
}
section.section{
    position: relative;
    z-index: 10;
    padding: 50px 0;
}
button{
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.bg-secondary{
    background-color: #f5f6fa !important;
}
.bg-transparent{
    background-color: transparent;
}
.u-info-v11-1-img{
    border-color: var(--color-principal);
}
.u-icon-v2{
    display: block;
}
.u-icon-v2.flex > i{
    position: static;
    transform: none;
}
.u-icon-v2.u-icon-sm{
    width: 2.85714rem;
    height: 2.85714rem;
}
.transition{
    transition: .3s all;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.boton-1{
    display: inline-flex;
    font-size: 16px;
    padding: 10px 30px;
    background-color: var(--color-principal);
    border: none;
    color: white;
    border-radius: var(--border-radius-4);
    transition: var(--transition-estandar);
    text-decoration: none;
}
.boton-1:focus,
.boton-1:hover{
    opacity: .8;
    color: white;
    text-decoration: none;
}
.boton-1.boton-1-transparente{
    border: 1px solid var(--color-principal);
    color: var(--color-principal);
    background-color: transparent;
}
.boton-1.boton-1-transparente:hover{
    color: white;
    background-color: var(--color-principal);
}
.g-bg-whatsapp{
    background-color: #25d366;
    border-color: #25d366;
}
.bg-secundario-suave{
    background-color: var(--color-secundario-suave);
}
.text-decoration-underline{
    text-decoration: underline;
}
.font-size-20{
    font-size: 20px;
}
.font-size-24{
    font-size: 24px;
}
.font-size-40{
    font-size: 40px;
}
.object-fit-cover{
    object-fit: cover;
}
.object-fit-position-top{
    object-position: top;
}
.g-bg-main{
    background-color: var(--color-principal) !important;
}
.g-brd-bottom-1{
    border-bottom: 1px solid;
}
.bg-secundario{
    background-color: var(--color-secundario);
}
.bg-black-333 {
    background-color: #333333;
}
.bg-tei-transparent{
    background-color: transparent;
}
.p-20 {
    padding: 20px;
}
.text-black-777 {
    color: #777777;
}
.g-bg-gray-light-v4--after::after,
.g-bg-gray-light-v4--before::before{
    background-color: #eee !important;
}
.u-btn-outline-principal{
    color: var(--color-principal);
    border-color: var(--color-principal);
    background-color: transparent;
}
.u-btn-outline-principal:hover{
    color: white;
    background-color: var(--color-principal);
}
.lazyloadIframe{
    width: 100%;
    height: 250px;
}
.iframeTestimonio{
    width: 100%;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px;
}
.max-w-900-px,
.g-max-width-900{
    max-width: 900px;
}
.u-link-v5{
    transition: all .2s;
    text-decoration: none;
}
.u-heading-v2-1--bottom::after{
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: inherit;
    margin-top: 1.78571rem;
    width: 3.14286rem;
    border-top-width: 2px;
    border-color: var(--color-principal);
}
/* Position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.static{
    position: static;
}
/* Top Right Bottom Left */
.top-0{
    top: 0;
}
.right-0{
    right: 0;
}
.bottom-0{
    bottom: 0;
}
.left-0{
    left: 0;
}

.g-right-30 {
    right: 2.14286rem;
}
.g-left-auto {
    left: auto !important;
}
.g-absolute-centered--y,
.absolute-centered--y{
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}
/* Align self */
.self-center{
    align-self: center;
}
/* Overflow-hidden */
.overflow-hidden{
    overflow: hidden;
}
/* Border radius */
.rounded-0{
    border-radius: 0;
}
.rounded-5{
    border-radius: 5px;
}
.rounded-20{
    border-radius: 20px;
}
.rounded{
    border-radius: .25rem;
}
.rounded-full{
    border-radius: 100%;
}
h2,
.h2{
    font-size: 28px;
}
h3,
.h3{
    font-size: 24.5px;
}
h5,
.h5{
    font-size: 17.5px;
    line-height: 24.5px;
}
.lead{
    font-size: 17.5px;
}
p{
    color: #3f4d5d;
}
.btn-xl {
    padding: 13px 26px;
}
.u-dropdown--hidden,
.fadeOut{
    opacity: 0 !important;
}
.u-check {
    position: relative;
    cursor: pointer;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
label.form-check-inline span,
label.form-check-inline a{
    font-size: 14px;
}
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
    width: 18px;
    height: 18px;
    font-size: 12px;
}
.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #ccc;
    transform: translate(-50%, -50%);
}
.line-height-lg{
    line-height: 1.8rem;
}
.object-contain{
    object-fit: contain;
}
/* Box shadow */
.u-shadow-v11 {
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
.u-shadow-v36{
    box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
}
/* Font size */
.text-xs{
    font-size: 12px;
    line-height: 1rem;
}
.text-sm{
    font-size: 14px;
    line-height: 1.25rem;
}
.text-base{
    font-size: 17px;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 20px;
    line-height: 1.75rem;
}
.text-2xl{
    font-size: 24px;
    line-height: 2rem;
}
/* Font weight */
.font-extra-light{
    font-weight: 200;
}
.font-light{
    font-weight: 300;
}
.font-semibold{
    font-weight: 500;
}
.font-bold{
    font-weight: 600;
}
/* Colors */
.text-black{
    color: #000
}
.text-tei-primary,
.hover\:text-primary:hover{
    color: var(--color-principal);
}
.text-white-900-o{
    color: rgba(255,255,255,.9);
}
.hover\:text-white:hover{
    color: #fff;
}
.text-gray-dark-100{
    color: #111;
}
.text-gray-dark-200{
    color: #333;
}
.text-gray-dark-300{
    color: #555;
}
.text-gray-dark-400{
    color: #777;
}
.text-gray-dark-500{
    color: #999;
}
.text-color-default{
   color: rgb(38, 48, 77);
}
.text-danger{
    color: darkred;
}
.text-inherit{
    color: inherit;
}
/* Background */
.bg-tei-transparent,
.bg-transparent{
    background-color: transparent;
}

.bg-tei-white,
.hover\:bg-white:hover{
    background-color: #fff;
}
.hover\:bg-white-800-o:hover{
    background-color: rgba(255,255,255,.8);
}
.bg-tei-primary,
.hover\:bg-primary:hover{
    background-color: var(--color-principal);
}
/* Border */
.border-0{
    border: none;
}
.border-1{
    border: 1px solid transparent;
}
.border-4{
    border: 4px solid transparent;
}
.border-7{
    border: 7px solid transparent;
}
.border-b-2{
    border-bottom: 2px solid transparent;
}
.after\:border-b-2{
    border-bottom: 2px solid;
}
.border-t-2{
    border-top: 2px solid transparent;
}
/* Border color */
.border-white{
    border-color: #fff;
}
.border-white-200-o{
    border-color: rgba(255,255,255,.2);
}
.border-gray-light-300{
    border-color: #ddd;
}
.border-gray-light-400{
    border-color: #eee;
}
.border-tei-primary,
.hover\:border-primary:hover{
    border-color: var(--color-principal);
}
/* Height */
.min-h-40-px{
    min-height: 40px;
}
.h-2-px{
    height: 2px;
}
.h-35-px{
    height: 35px;
}
.i\:h-100-px{
    height: 100px !important;
}
.h-140-px{
    height: 140px;
}
.h-full,
.h-100{
    height: 100%;
}
.max-h-350-px{
    max-height: 350px;
}
/* Width */
.min-w-40-px{
    min-width: 40px;
}
.w-35-px{
    width: 35px;
}
.w-120-px{
    width: 120px;
}
.w-170-px{
    width: 170px;
}
.g-width-200{
    width: 200px;
}
.max-w-170{
    max-width: 170px;
}
.w-full,
.w-100{
    width: 100%;
}
/* Display */
.block{
    display: block;
}
.i\:flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.inline{
    display: inline;
}
.inline-block{
    display: inline-block;
}
.inline-flex{
    display: inline-flex;
}
.hidden{
    display: none;
}
/* Justify Content */
.justify-center{
    justify-content: center;
}
/* Align items */
.items-center{
    align-items: center;
}
/* Text decoration y Text transform */
.hover\:underline-none:hover{
    text-decoration: none;
}
.uppercase{
    text-transform: uppercase;
}
/* Padding */
.p-20{
    padding: 20px;
}
.px-15{
    padding-left: 15px;
    padding-right: 15px;
}
.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.py-8{
    padding-top: 8px;
    padding-bottom: 8px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-50{
    padding-top: 50px;
}
.py-150{
    padding-top: 150px;
    padding-bottom: 150px;
}
.pl-25{
    padding-left: 25px;
}
.p-30{
    padding: 30px;
}
/* Background image */
.bg-cover{
    position: relative;
    background-size: cover;
}
.bg-pos-center{
    background-position: center;
}
.bg-img-hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img-hero::after,
.bg-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.flex-centered{
    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;
}
.after\:bg-black-300::after {
    background-color: rgba(0, 0, 0, .3);
}
.after\:bg-black-400::after {
    background-color: rgba(0, 0, 0, .4);
}
/* Margin */
.-ml-10{
    margin-left: -10px;
}
.mb-10{
    margin-bottom: 0.71429rem;
}
.mb-20,
.g-mb-20{
    margin-bottom: 1.42857rem;
}
.mb-30,
.g-mb-30{
    margin-bottom: 2.14286rem;
}
.mb-40,
.g-mb-40{
    margin-bottom: 2.85714rem;
}
.mb-50,
.g-mb-50{
    margin-bottom: 3.57143rem;
}
.g-mb-60{
    margin-bottom: 60px;
}
.mb-80{
    margin-bottom: 80px;
}
.mt-15{
    margin-top: 1.07143rem;
}
.my-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Footer */
#footer{
    background-color: #f5f6fa;
    padding-top: 7.14 rem;
}
#copyright{
    padding: 20px;
    background-color: #333;
}
#copyright p{
    color: rgba(255,255,255, .8);
}

/* JS Carousel */
.js-carousel.slick-initialized {
    background: none;
}
.u-carousel-v5 .slick-list {
    height: 100%;
}
.u-carousel-v5 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.js-carousel.slick-initialized .js-slide, .js-carousel.slick-initialized .js-thumb {
    visibility: visible;
    height: auto;
    overflow: visible;
}
[class*="u-carousel-indicators"] {
    display: block;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
}
[class*="u-carousel-indicators"] li {
    list-style: none;
}
.u-carousel-indicators-v34 li {
    display: block;
    margin: 10px 0;
}
[class*="u-carousel-indicators"] span {
    display: block;
    cursor: pointer;
}
.u-carousel-indicators-v34 span {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: scale(0.7);
    transition: all .3s ease;
}
.u-carousel-indicators-v34 li.slick-active span {
    background-color: var(--color-principal);
    transform: scale(1);
}
/* Header */
#js-header .logo > img{
    max-height: 65px;
}
#js-header .u-link-v5.text-white-900-o:focus{
    color: white;
}
.u-header{
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0.92857rem;
    z-index: 501;
}
.u-header--sticky-top, .u-header--sticky-bottom {
    position: fixed;
}
.u-header--sticky-top {
    bottom: auto;
    top: 0;
}
.u-header__section {
    position: relative;
}
.u-header__section:nth-child(1) {
    z-index: 5;
}
.u-header__section:nth-child(2) {
    z-index: 4;
}
#dropdownLanguague{
    height: 36px;
}
.hs-menu-initialized {
    position: relative;
    z-index: 10;
}
.hs-sub-menu, .hs-mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background-color: #fff;
    opacity: 1 !important;
    min-width: 200px;
}
.hs-has-sub-menu {
    position: relative;
}

.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu, .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu {
    display: block !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: rgba(0, 0, 0, 0.05);
    color: inherit !important;
}
.dropdown-item {
    padding: 0.21429rem 1.07143rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 15px;
    padding-left: 15px;
}
.u-header .navbar a{
    color: rgb(38, 48, 77);
}
/* Paginación */
.page-item .page-link{
    font-size: 14px;
    color: var(--color-principal);
    font-weight: bold;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    border-color: var(--color-principal);
    background-color: var(--color-principal);
}
/* Contacto */
.bachelor-video{
    box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
    background-color: white;
    border-radius: 4px;
    width: 500px;
    max-width: 100%;
    height: 500px;
    padding: 7px;
}
.bachelor-video iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
}

/* Slider */
/* --------------------------------------------------------------------- */
#slider{
    min-height: 600px;
}
#slider .js-carousel{
    max-height: 920px;
}
@media only screen and (min-width: 992px){
    .lg\:text-60-px{
        font-size: 60px;
    }
    .lg\:max-w-200{
        max-width: 200px;
    }
    .lg\:py-0{
        padding-top: 0;
        padding-bottom: 0;
    }
    .lg\:py-30{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lg\:pr-20{
        padding-right: 20px;
    }
    .lg\:pl-20{
        padding-left: 20px;
    }
    .lg\:border-l{
        border-left-width: 1px;
        border-left-style: solid;
    }
}
@media only screen and (min-width: 767px){
    .md\:text-20-px{
        font-size: 20px;
    }
    .g-right-100--md {
        right: 7.14286rem;
    }
}
@media only screen and (max-width: 972px){
    #slider{
        min-height: 300px;
    }
    #dropdown-menu-mba{
        width: 100%;
    }
    .hs-has-sub-menu > button::after{
        margin-left: auto;
    }
    .hs-sub-menu{
        width: auto;
        margin: 0 15px;
    }
    .navbar-nav{
        margin-top: 20px;
        margin-bottom: 13px;
    }
    .iframeMapa{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 572px){
    #dropdownLanguague{
        height: auto;
        margin-right: 10px;
    }
    .precio{
        padding-bottom: 0px;
    }
    .bachelor-video{
        height: 300px;
    }
}

/**
 * Go to Top
 */
body.page-index .js-go-to {
    bottom: 85px !important;
}
