/*GENERAL
--------------------------------------*/
:root {
    --blue: #0B2D71;
    --lightblue: #00D1DB;
    --yellow: #FFBD00;
    --dark: #0B0021;
    --green: #059A41;
    --lightgreen: #05CF89;
    --light: #F5F5F5;
    --grey: #737373;
    scroll-behavior: smooth;
}

.hover-white:hover {
    color: #fff !important;
}

.bghover-white:hover {
    background-color: #fff !important;
}

.bdhover-white:hover {
    border-color: #fff !important;
}

.color-blue,
.hover-blue:hover {
    color: var(--blue) !important;
}

.bg-blue,
.bghover-blue:hover {
    background-color: var(--blue) !important;
}

.bd-blue,
.bdhover-blue:hover {
    border-color: var(--blue) !important;
}

.color-lightblue,
.hover-lightblue:hover {
    color: var(--lightblue) !important;
}

.bg-lightblue,
.bghover-lightblue:hover {
    background-color: var(--lightblue) !important;
}

.bd-lightblue,
.bdhover-lightblue:hover {
    border-color: var(--lightblue) !important;
}

.color-yellow,
.hover-yellow:hover {
    color: var(--yellow) !important;
}

.bg-yellow,
.bghover-yellow:hover {
    background-color: var(--yellow) !important;
}

.bd-yellow,
.bdhover-yellow:hover {
    border-color: var(--yellow) !important;
}

.color-dark,
.hover-dark:hover {
    color: var(--dark) !important;
}

.bg-dark,
.bghover-dark:hover {
    background-color: var(--dark) !important;
}

.bd-dark,
.bdhover-dark:hover {
    border-color: var(--dark) !important;
}

.color-green,
.hover-green:hover {
    color: var(--green) !important;
}

.bg-green,
.bghover-green:hover {
    background-color: var(--green) !important;
}

.bd-green,
.bdhover-green:hover {
    border-color: var(--green) !important;
}

.color-lightgreen,
.hover-lightgreen:hover {
    color: var(--lightgreen) !important;
}

.bg-lightgreen,
.bghover-lightgreen:hover {
    background-color: var(--lightgreen) !important;
}

.bd-lightgreen,
.bdhover-lightgreen:hover {
    border-color: var(--lightgreen) !important;
}

.color-light,
.hover-light:hover {
    color: var(--light) !important;
}

.bg-light,
.bghover-light:hover {
    background-color: var(--light) !important;
}

.bd-light,
.bdhover-light:hover {
    border-color: var(--light) !important;
}

.color-grey,
.hover-grey:hover {
    color: var(--grey) !important;
}

.bg-grey,
.bghover-grey:hover {
    background-color: var(--grey) !important;
}

.bd-grey,
.bdhover-grey:hover {
    border-color: var(--grey) !important;
}

.font-archivo {
    font-family: 'Archivo', sans-serif;
}

.font-archivo-14 {
    font-family: 'Archivo', sans-serif;
    font-size: 0.875rem
}

.font-archivo-18 {
    font-family: 'Archivo', sans-serif;
    font-size: 1.125rem
}

.font-archivo-21 {
    font-family: 'Archivo', sans-serif;
    font-size: 1.3125rem
}

.font-archivo-25 {
    font-family: 'Archivo', sans-serif;
    font-size: 1.5625rem
}

.font-archivo-30 {
    font-family: 'Archivo', sans-serif;
    font-size: 1.875rem
}

.font-archivo-32 {
    font-family: 'Archivo', sans-serif;
    font-size: 2rem
}

.font-archivo-36 {
    font-family: 'Archivo', sans-serif;
    font-size: 2.25rem
}

.font-archivo-40 {
    font-family: 'Archivo', sans-serif;
    font-size: 2.5rem
}

.font-archivo-48 {
    font-family: 'Archivo', sans-serif;
    font-size: 2.5rem
}

.font-archivo-54 {
    font-family: 'Archivo', sans-serif;
    font-size: 3.375rem
}

.font-archivo-72 {
    font-family: 'Archivo', sans-serif;
    font-size: 4.5rem
}

.fw-extrabold {
    font-weight: 800;
}

body {
    font: normal normal 1.25rem/1.4 'Archivo', sans-serif;
    color: var(--grey);
}

body.pace-running:before {
    opacity: 1
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: currentColor;
}

a {
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

p {
    margin: 0;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-container {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.parallax-mirror {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.pace-done #main-container {
    opacity: 1 !important
}

.pace-done .parallax-mirror {
    opacity: 1
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.inner-wrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 15px;
}

.inner-wrapper.col-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

a.btn,
input.btn {
    height: 68px;
    padding: 0 40px;
    line-height: 68px;
    background: #1780eb;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

a.btn:hover,
input.btn:hover {
    background: #268ffb;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
    opacity: .3
}

:focus::-moz-placeholder {
    opacity: .3
}

:focus:-ms-input-placeholder {
    opacity: .3
}

:focus:-moz-placeholder {
    opacity: .3
}

.whatsapp{
    position: fixed;
    top:0;
    bottom:0;
    margin:auto 0;
    right:20px;
    z-index: 2;
    width: 62px;
    height: 62px;
    opacity: 0;
    transition: opacity .3s;
}
.whatsapp img{
    max-width: 62px;
}


.pace-done .whatsapp{
    opacity: 1;
}

.ws-hero {
    height: 1px;
    min-height: 655px;
    position: relative;
    padding-top: 134px;
}

.hero-1:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgb(10 45 113) 35%, rgba(11, 0, 33, 0) 100%);
    z-index: 1;
    opacity: .8;
}

.hero-1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-1 .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    padding-bottom: 6rem;
    position: relative;
    z-index: 1;
}

.hero-2:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(11, 45, 113, 1) 55%, rgba(11, 45, 113, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
}

.hero-2 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.hero-2 .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-3 {
    background: var(--dark);
    overflow: hidden;
}

.hero-3 .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-3 .img-container {
    position: relative;
}

.hero-3 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50vw;
    object-fit: cover;
}

.ws-2-cols .gradient {
    position: relative;
}

.ws-2-cols .gradient:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.ws-2-cols .gradient.left:before {
    left: 0;
}

.ws-2-cols .gradient.right:before {
    right: 0;
}

.ws-2-cols .gradient.left.blue:before {
    background: linear-gradient(to right, rgba(11, 45, 113, 0) 0%, rgba(11, 45, 113, 1) 100%);
}

.ws-2-cols .gradient.right.blue:before {
    background: linear-gradient(to left, rgba(11, 45, 113, 0) 0%, rgba(11, 45, 113, 1) 100%);
}

.ws-2-cols .gradient.left.white:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.ws-2-cols .gradient.right.white:before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}



.ws-2-cols .gradient.left.green:before {
    background: linear-gradient(to right, rgba(5, 154, 65, 0) 0%, rgba(5, 154, 65, 1) 100%);
}

.ws-2-cols .gradient.right.green:before {
    background: linear-gradient(to left, rgba(5, 154, 65, 0) 0%, rgba(5, 154, 65, 1) 100%);
}


.ws-feat {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ws-feat-title {
    position: relative;
    display: flex;
    align-items: end;
    height: 1px;
    min-height: 360px;
}

.ws-feat-title h3 {
    min-height: 2.5em;
}

.ws-feat-title:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(11, 0, 33, 1) 35%, rgba(11, 0, 33, 0) 100%);
    z-index: 1;
    opacity: .8;
}

.ws-feat-title img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws-fixed-title {
    min-height: 5rem;
    display: block;
}

.ws-img-overlap {
    height: calc(100% + 3.75rem);
    margin-top: -3.75rem;
}

.ws-img-overlap-w {
    width: calc(120% - 1rem);
    margin-top: -3.75rem;
}

.ws-full-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws-btn {
    width: fit-content;
    height: 2.5rem;
    border: solid 2px currentColor;
    text-align: center;
    font: normal bold .9rem/2.2rem 'Archivo', sans-serif;
    text-transform: uppercase;
    color: currentColor;
    padding: 0 .9rem;
    display: inline-block;
}

.ws-list {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}

.ws-list li {
    padding-left: 1rem;
    position: relative;
}

.ws-list li:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: .5rem;
    transform: translateY(50%);
    background: currentColor;
    border-radius: 50%;
}

.accordion-container .ac .ac-trigger::after {
    font-size: 2rem;
}

.about-houses-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-houses-item:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
}

#about-houses-earth {
    background: var(--green);
}

#about-houses-wind {
    background: var(--yellow);
}

#about-houses-fire {
    background: var(--blue);
}

#about-houses-earth:before {
    background: #8BB23A;
}

#about-houses-wind:before {
    background: #FCEE84;
}

#about-houses-fire:before {
    background: #A6D0E9;
}

#ws-control-numbers .slick-dots {
    display: flex;
    align-items: center;
    column-gap: 13px;
    padding: 0;
}

#ws-control-numbers .slick-dots li {
    padding: 0;
}

#ws-control-numbers .slick-dots button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: unset;
    background: #0B0021;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    text-indent: -200vw;
    transition: background .3s;
}

#ws-control-numbers .slick-dots li.slick-active button,
#ws-control-numbers .slick-dots button:hover {
    background: var(--yellow);
}

.ws-slider .slick-list,
.ws-slider .slick-track {
    display: flex;
}

.ws-slider .slide {
    display: flex;
    flex-direction: column;
}

#mod-admisiones img {
    border-bottom: .75rem solid var(--yellow);
}

.video {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}

.video-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video .player {
    width: 100%;
    height: 100%;
}

.ico-play {
    font-size: 4.4rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: transform .3s;
}

.video button:hover .ico-play {
    transform: translate(-50%, calc(-50% - 5px));
}


/*LAYOUT
--------------------------------------*/
.content {
    padding-top: 130px;
    overflow:hidden;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: var(--blue);
    transition: transform .3s;
    border-bottom: 4px solid var(--yellow);
}

body:not(.overflow-hidden) #header.headroom--unpinned {
    transform: translateY(-150px);
}

#header-options {
    height: 40px;
    background: #000;
    font-size: 14px;
}

#header-options a {
    color: #fff;
}

#header-bottom {
    height: 90px;
}

#logo {
    width: 150px;
}

#logo img {
    width: 100%;
}

#nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 50%;
}

#nav-icon span:nth-child(4) {
    top: 100%;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav {
    position: fixed;
    top: 134px;
    left: 0;
    width: 100%;
    height: calc(100vh - 134px);
    min-height: 500px;
    background: var(--blue);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

#nav.open {
    opacity: 1;
    pointer-events: all;
}

#nav ul {}

#nav li {}

#nav-menu {
    border-width: 0 2px 0 0;
    border-style: solid;
    border-color: #fff;
}

#nav-menu a {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

#nav-submenu-container {
    width: 100%;
    min-width: 300px;
    position: relative;
    z-index: 1;
}

#nav-submenu {
    overflow: hidden;
}

#nav-submenu>li {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity .5s, transform .5s;
}

#nav-submenu>li.visible {
    opacity: 1;
    transform: translateX(0);
}

#nav-submenu a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

#nav-submenu ul a {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .03em;
}

#nav-submenu-level-container {
    overflow: hidden;
    height: 0;
}

#nav p {
    font-size: 17px;
}

#nav-menu>li>a.active,
#nav-submenu-level-trigger.active,
#nav-menu>li>a:hover,
#nav-submenu-level-trigger:hover,
#nav-submenu a:hover {
    color: var(--yellow);
}

#nav-about-container {
    position: absolute;
    left: 335px;
    top: 50%;
    transform: translateY(-50%);
    width: 33%;
    display: flex;
    justify-content: end;
    transition: all .8s;
    transition-delay: 1s;
}

#nav-about-container.right {
    width: calc(100% - 335px);
    transition-delay: 0s;
}

#nav-about {
    width: 100%;
    max-width: 350px;
    transition: all.8s;
}

.nav-about-content {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

.nav-about-content.visible {
    opacity: 1;
}

#nav-social {
    padding-top: 70px;
}

#nav-social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 7px;
    background: #fff;
    color: var(--blue);
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: none;
    z-index: 10;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: rgb(124 43 251 / 88%);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 65px;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0 0;
}

.slicknav_nav ul {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slicknav_nav li {
    margin-bottom: 30px;
    color: #fff
}

.slicknav_nav li a.active,
.slicknav_nav li a.focus,
.slicknav_nav a:hover {
    color: #00a651;
    background: unset;
}

.slicknav_btn {
    background: unset;
    margin: 10px 5px 6px;
}

.slicknav_menu .slicknav_icon-bar {
    background: #f00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer {}

.footer-col {}

#footer-logo {}

#footer small {}

.footer-social a {
    width: 57px;
    height: 57px;
    display: inline-block;
    margin-left: 7px;
    background: var(--blue);
    color: #fff;
    font-size: 36px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
}

.footer-social.small a {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 20px;
}

#footer-top{
    border-bottom: solid 1px #fff;
}

/*HOME
--------------------------------------*/
#home {}

#home-differences-slider {
    min-width: 500%;
}

#home-differences-slider .slide {
    width: 360px;
    margin: 0 5px;
}

.home-levels-item {
    border-bottom: 1px solid var(--c3);
    transition: transform .3s;
}

.home-levels-item:hover {
    transform: translateY(-5px);
}

#home-levels img {
    width: 100%;
}

#home-activities .ws-mixedbox {
    transform: translateY(-135px);
}

#home-news-slider .slide {
    width: 335px;
    margin: 0 15px;
}

#home-news-more {}

/*FORMS
--------------------------------------*/
.ws-form input:not([type="submit"]),
.ws-form textarea,
.ws-form select {
    width: 100%;
    height: 25px;
    background: unset;
    border-style: solid;
    border-width: 0 0 1px;
    color: currentColor;
    border-color: currentColor;
    font-size: 15px;
    overflow: hidden;
}

.ws-form input[type="submit"] {
    transition: all .3s;
}

.ws-form label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.ws-form small {
    display: block;
    font-size: 13px;
}

/*USEFUL INFO
--------------------------------------*/
#useful-info-schedule {
    max-width: 660px;
    margin: 0 auto;
    padding: 100px 0;
}

#useful-info-schedule table {
    margin: 80px auto;
    width: 100%;
}

#useful-info-schedule table th {
    font-size: 1.25rem;
    background: #EDEDED;
    padding: .625rem 1.6rem;
    font-weight: 400;
    text-transform: uppercase;

}

#useful-info-schedule table td {
    font-size: 1.5rem;
    padding: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
}


/*CONTACT
--------------------------------------*/
#map{
    height: 550px;
}
.grecaptcha-badge {
    visibility: hidden;
}
#contact .parsley-errors-list,
#admission .parsley-errors-list {
    display: none;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #ff5252;
    text-align: center;
    padding: 0 5px;
}

#contact .parsley-errors-list.filled,
#admission .parsley-errors-list.filled {
    display: block;
}

#contact #contact-loader,
#admission #contact-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
}

#contact #contact-loader #loader,
#admission #contact-loader #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/loader.svg) no-repeat center;
}

#contact #contact-msg-text,
#admission #contact-msg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
    opacity: 0;
}

#contact #jobs-form #contact-loader,
#contact #jobs-form #contact-msg-text,
#admission #contact-loader,
#admission #contact-msg-text {
    background: #fff;
}

#contact #contact-msg-text h2,
#admission #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: currentColor;
    line-height: 1.5;
}

#contact #contact-msg-text p,
#admission #contact-msg-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

#contact .file-upload-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 100%;
}

#contact .file-upload-container label:first-child {
    font-weight: bold;
    margin-right: 1.25rem;
    margin-bottom: 0;
    white-space: nowrap;
}

#contact .file-label {
    background-color: #eee;
    padding: .6rem 1.5rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .3s;
}

#contact .file-label:hover {
    background: #ddd;
}

#contact .file-label input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#contact #file-label-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}


#contact input[type="submit"] {
    transition: all .3s;
}


/*ADMISION*/

#admission form button {
    transition: all .3s;
}

.borde-superior {
    border-top: solid 1px #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
}

.btn-agregar,
.additional-candidate-close {
    border: solid 3px #ccc;
    background: no-repeat;
    padding: 0 10px;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 2.25rem;
    color: #ccc;
    text-transform: uppercase;
    width: 100%;
    margin-top: .95rem;
}

.nota {
    font-size: 12px;
}

#guardian2-content {
    padding-top: 2.rem;
}

.additional-candidate {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.additional-candidate-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.additional-candidate-content.enabled {
    opacity: 1;
    pointer-events: all;
}

.additional-candidate-close {
    /*position: absolute;*/
    top: 0;
    right: 0;
    z-index: 1;
}

#guardian2 {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

#guardian2-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity .3s;
}

#guardian2-content.enabled {
    opacity: 1;
    pointer-events: all;
}

.exstudent {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.exstudent-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity .3s;
}

.exstudent-content.enabled {
    opacity: 1;
    pointer-events: all;
}

#cohabitation {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

#cohabitation-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity .3s;
}

#cohabitation-content.enabled {
    opacity: 1;
    pointer-events: all;
}

/*MQ
--------------------------------------*/
@media screen and (max-width: 991px) {
    :root {
        font-size: 13px;
    }

    #nav-icon {
        z-index: 1;
        transition: all .3s;
        top: 0;
    }

    #nav-icon.open {
        top: -55px;
    }

    #nav {
        /*display: none;*/
        height: 100vh;
        top: 0;
    }

    #nav-menu {
        border: unset;
        width: 100%;
    }

    #nav-menu>li {
        padding: 25px 50px;
    }

    #mobile-submenu li {
        padding: 5px 50px;
    }

    #nav-about-container,
    #nav-submenu-container {
        display: none;
    }

    #nav-submenu-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #nav-menu a {
        font-size: 30px;
    }

    #mobile-submenu {
        background: #fff;
        height: 0;
        overflow: hidden;
        position: relative;
    }

    #mobile-submenu ul {
        position: absolute;
        padding: 30px 0;
    }


    #mobile-submenu a {
        font-size: 20px;
        color: var(--blue);
    }
    #footer-top{
        border: unset;
    }
    #footer-logo{
        width: 80px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
        margin: 0 ;
        font-size: 28px;
        line-height: 35px;
    }

    body {
        text-align: center;
    }

    .ws-full-img {
        position: static;
    }

    .ws-img-overlap-w {
        width: 100%;
    }

    .ws-hero {
        margin-bottom: 50px;
    }

    .hero-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-2:before {
        background: var(--blue);
        opacity: .8;
    }

    .hero-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-3 .img-container:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(to top, rgba(11, 0, 33, 1) 35%, rgba(11, 0, 33, 0) 100%);
        z-index: 1;
        opacity: .8;
    }

    .hero-3 .img-container {
        position: static;
    }

    .hero-3 img {
        width: 100%;
    }

    .ws-2-cols .gradient.left.blue:before,
    .ws-2-cols .gradient.right.blue:before {
        background: linear-gradient(to bottom, rgba(11, 45, 113, 0) 0%, rgba(11, 45, 113, 1) 100%);
    }

    .ws-2-cols .gradient.left.white:before,
    .ws-2-cols .gradient.right.white:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }

    .ws-2-cols .gradient.left.green:before,
    .ws-2-cols .gradient.right.green:before {
        background: linear-gradient(to bottom, rgba(5, 154, 65, 0) 0%, rgba(5, 154, 65, 1) 100%);
    }

    #ws-control-numbers .slick-dots {
        justify-content: center;
    }

    .ws-form input:not([type="submit"]),
    .ws-form textarea,
    .ws-form select {
        text-align: center;
    }

    .ws-fixed-title {
        min-height: unset;
    }

    .ws-list li {
        width: 230px;
        margin: 0 auto;
        text-align: left;
    }

    .gradient.jarallax{
        height: 75vh !important;
        margin-bottom: -1px;
    }

    #useful-info-schedule {
        padding: 30px 0;
    }

    #useful-info-schedule table {
        margin: 30px auto;
    }

    #useful-info-schedule table th {
        font-size: 1rem;
        padding: .5rem;

    }

    #useful-info-schedule table td {
        font-size: 1rem;
        padding: 1rem;
    }

    #contact .file-upload-container {
        flex-direction: column;
        align-items: center;
    }

    #contact .file-upload-container label:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

}