/* ********** Fuentes ********** */
@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/Roboto-Regular.ttf), url(fonts/Roboto-Regular.eot);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto-Medium.ttf), url(fonts/Roboto-Medium.eot);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(fonts/Roboto-Bold.ttf), url(fonts/Roboto-Bold.eot);
}

@font-face {
    font-family: Roboto-Thin;
    src: url(fonts/Roboto-Thin.ttf), url(fonts/Roboto-Thin.eot);
}

@font-face {
    font-family: Roboto-Condensed;
    src: url(fonts/Roboto-Condensed.ttf), url(fonts/Roboto-Condensed.eot);
}

@font-face {
    font-family: Roboto-Light;
    src: url(fonts/Roboto-Light.ttf), url(fonts/Roboto-Light.eot);
}

@font-face {
    font-family: Rajdhani-Bold;
    src: url(fonts/Rajdhani-Bold.ttf);
}

@font-face {
    font-family: Rajdhani-Light;
    src: url(fonts/Rajdhani-Light.ttf);
}

@font-face {
    font-family: Rajdhani-Medium;
    src: url(fonts/Rajdhani-Medium.ttf);
}

@font-face {
    font-family: Rajdhani-Regular;
    src: url(fonts/Rajdhani-Regular.ttf);
}

@font-face {
    font-family: Rajdhani-SemiBold;
    src: url(fonts/Rajdhani-SemiBold.ttf);
}

/*Diseño 2026*/
@font-face {
    font-family: Rajdhani-Bold;
    src: url(fonts/Rajdhani-Bold.ttf) format('opentype');
}

@font-face {
    font-family: ._positype-aago-compressed-bd;
    src: url(fonts/._positype-aago-compressed-bd.OTF);
}

@font-face {
    font-family: ._positype-aago-condensed-rg;
    src: url(fonts/._positype-aago-condensed-rg.OTF);
}

@font-face {
    font-family: .positype-aago-compressed-bl;
    src: url(fonts/positype-aago-compressed-bl.OTF);
}

@font-face {
    font-family: ._aago-condensed-rg;
    src: url(fonts/_positype-aago-condensed-rg.OTF);
}

@font-face {
    font-family: ._aago-condensed-sm;
    src: url(fonts/_positype-aago-condensed-sm.OTF);
}

@font-face {
    font-family: AvenirNextCondensed-Regular;
    src: url(fonts/AvenirNextCondensed-Regular.otf);
}

@font-face {
    font-family: AvenirNextCondensed-Bold;
    src: url(fonts/AvenirNextCondensed-Bold.otf);
}

@font-face {
    font-family: AvenirNextCondensed-DemiBold;
    src: url(fonts/AvenirNextCondensed-DemiBold.otf);
}

@font-face {
    font-family: AvenirNextCondensed-Medium;
    src: url(fonts/AvenirNextCondensed-Medium.otf);
}

/* ********** Custom Properties ********** */
:root {
    --second-color: #e4022e;
    --font: "Avenir Next Condensed", sans-serif;
    --menu-color: #e4022e;
    --menu-second-color: #b80427;
    --black-color: #000000;
    --header-height: 3rem;
    --arrow-accordion1: url(../../sys/img/iconos/arrowB.png);
    --arrow-accordion2: url(../../sys/img/iconos/arrowG.png);
    --link-background: #dee2f5;
    --link-color: #2c53ee;

    /* 2026 */
    --first-color: #21274b;
    --red-color: #e4032e;
    --blue-color: #263588;
    --orange-color: #f77d29;
    --purpul-color: #50398e;
    --green-color: #227d7a;
    --azul-claro: #3283c5;
    --azul-cielo: #2eade3;
    --violeta-color: #9b8df4;
    --yellow-color: #fabc1c;
    --white-color: #ffffff;
    --gray-color: #ececec;
    --gray-text: #939393;
    --gray-MIssion: #333333;
    --rajdhani: "Rajdhani-Bold";
    --aago-bold: "_positype-aago-compressed-bd";
    --aago-regular: "_positype-aago-condensed-rg";
    --aago-boldLight: ".positype-aago-compressed-bl";

    --AvenirNextCondensed-Bold: "AvenirNextCondensed-Bold";
    --AvenirNextCondensed-DemiBold: "AvenirNextCondensed-DemiBold";
    --AvenirNextCondensed-Medium: "AvenirNextCondensed-Medium";
    --AvenirNextCondensed-Regular: "AvenirNextCondensed-Regular";

}

/* ********** Reset ********** */
html {
    box-sizing: border-box;
    font-family: var(--font);
    font-size: 16px;
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--first-color);
}

a {
    text-decoration: none;
    transition: all 0.5s ease-out;
}

.loginNew-name {
    color: var(--white-color);
}

b {
    font-family: "Roboto-bold";
}

h1 {
    margin: 0;
    font-size: 1.75rem;
}

h2 {
    margin: 0;
    font-size: 1.5rem;
}

h3 {
    margin: 0;
    font-size: 1.25rem;
}

h4 {
    margin: 0;
    font-size: 1rem;
}

h5 {
    margin: 0;
    font-size: 0.85rem;
}

h6 {
    margin: 0;
    font-size: 0.7rem;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: 1.6;
}

header {
    background-color: var(--first-color);
    color: var(--white-color);
}

.divMenu {
    background-color: var(--white-color);
    padding: 2rem 0;
}

.icon {
    width: 35px;
}

.icon2 {
    width: 30px;
}

.icon-text {
    font-family: "AvenirNextCondensed-DemiBold";
    font-size: 12px;
    color: var(--white-color);
    text-decoration: none;
    font-weight: bold;
}

.icon-text:hover {
    text-shadow: 4px 4px 3px #000;
}

.icon-sF {
    height: 26px;
    width: auto;
    padding: 0 8px;
}

.icon-sM {
    height: 28px;
    width: auto;
    padding: 0 8px;
}

.icon-yT {
    width: 32px;
    height: auto;
}

.enlaceYT {
    margin-left: 9px;
}

.boxEnlaces {
    margin-left: 9px;
}

#mission {
    background-color: var(--gray-color);
    padding: 1rem 2rem;
}

.loginNew {
    height: 30px;
    transition: all 0.8s;
}

.loginNew:hover {
    -webkit-transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(360deg);
    transform-style: preserve-3d;
}

.loginNew-text {
    font-family: "AvenirNextCondensed-Bold";
    font-size: 17px;
    color: var(--white-color);
    margin-bottom: -9px;
    text-decoration: none;
}

.onlyStaff {
    font-family: "AvenirNextCondensed-Bold";
    margin-bottom: -9px;
}

.AvenirNextCondensed-Bold {
    font-family: "AvenirNextCondensed-Bold"
}

.AvenirNextCondensed-DemiBold {
    font-family: "AvenirNextCondensed-DemiBold";
}

#reloj {
    height: 445px;
    background-image: url(../img/home2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: right;
}

#reloj > div {
    padding: 1rem;
}

.titleAcademics {
    font-family: "AvenirNextCondensed-Bold";
    font-size: 1.7rem;
    color: var(--blue-color);
    margin-bottom: 1rem;
}

.byNumbers  .col-1 {
    margin-top: -30px;
}

.subTitleAcademic {
    font-family: "AvenirNextCondensed-Bold";
    font-size: clamp(2rem, 4vw, 2.25rem);
    line-height: 1;
}

.infoAcademic {
    font-family: AvenirNextCondensed-Regular;
    font-size: 20px;
    line-height: 1.3;
}

.titleMission {
    font-size: 2.2rem;
    color: var(--blue-color);
    font-weight: bold;
}

.textMission {
    color: var(--gray-MIssion);
    font-family: "AvenirNextCondensed-Regular";
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3;
}

.espacioMission {
    margin-top: 25px;
}

.titleVision {
    font-size: 2.2rem;
    color: var(--red-color);
    font-weight: bold;
}

.learning > h3 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: .9;
    font-family: "AvenirNextCondensed-Bold";
    padding: 0 24px;
}

.learning > p {
    font-weight: bold;
    margin-top: 3rem;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 0 24px;
}

.red {
    color: var(--red-color);
}

.welcome {
    font-family: var(--rajdhani);
    color: var(--first-color);
    font-size: clamp(18px, 3vw, 35px);
    letter-spacing: 5px;
}

.carousel-inner {
    border-radius: 40px;
}

.byNumbers {
    background-image: url(../img/iconos26/TexturasARRIBA.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.divByNumbers {
    color: var(--white-color);
}

.divByNumbers > b {
    font-family: "AvenirNextCondensed-Bold";
    font-size: 2rem;
    font-weight: bold;
}

.divByNumbers > p {
    font-family: "AvenirNextCondensed-DemiBold";
    font-size: 1.5rem;
    line-height: 1.1;
}

.texLocation {
    font-family: "AvenirNextCondensed-Bold";
}

.acreditaciones {
    background-image: url(../img/iconos26/TexturasABAJO.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 2rem 1rem;
}

.copyright {
    font-family: "AvenirNextCondensed-Medium";
    font-size: 1.15rem;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}

/* ********** Styles 2026 ********** */
.boxLogin {
    border-left: 1px solid;
    border-right: 1px solid;
}

.btn-discover {
    background-color: var(--red-color);
    color: var(--white-color);
    font-weight: bold;
    text-decoration: none;
    padding: 1rem 3rem;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 4rem;
    width: 215px;
    margin-left: 24px;
}

.caracterCounts {
    background-color: var(--white-color);
    border-radius: 40px;
    height: auto;
}

.caracterLine {
    position: relative;
    padding-bottom: 10px;
}

.caracterLine::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 3px;
    background-color: var(--blue-color);
}

.atributos {
    margin-left: 8px;
}

.atributos > h5 {
    font-family: "AvenirNextCondensed-Bold";
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}

.atributos > p {
    font-family: "AvenirNextCondensed-Medium";
    font-weight: bold;
    font-size: 15px;
    color: var(--gray-text);
    margin-top: 5px;
    margin-bottom: 0;
}

.blue-color {
    color: var(--blue-color);
}

.red-color {
    color: var(--red-color);
}

.orange-color {
    color: var(--orange-color);
}

.purpul-color {
    color: var(--purpul-color);
}

.green-color {
    color: var(--green-color);
}

.azul-cielo {
    color: var(--azul-cielo);
}

.white-color {
    color: var(--white-color);
}

.academicEnlace {
    color: var(--white-color);
    transition: color 0.3s ease-in-out;
}

.academicEnlace:hover {
    color: var(--blue-color);
    transition: color 0.3s ease-in-out;
}

.academicsBox {
    border-radius: 45px;
    height: 450px;
    padding: 1.5rem;
}

.earlyChildhoodBox {
    background-image: url(../img/academics/earlyChilhoodV.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.elementaryBox {
    background-image: url(../img/academics/elementaryV.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.middleSchoolBox {
    background-image: url(../img/academics/middleSchoolV.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.highSchoolBox {
    background-image: url(../img/academics/highSchoolV.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.earlyChildhoodBox > h3 {
    font-size: 1.8rem;
}

.btn-academics {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 3px solid var(--white-color);
    color: var(--white-color);

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;

    font-size: 3rem;
    text-decoration: none;
    font-family: var(--aago-bold);
    font-weight: bold;
    margin-bottom: 30px;
}

.img-border-radius {
    border-radius: 80px;
}

/*#backSchool {
    min-height: 80vh;
}*/

.backToSchool {
    background-image: url(../img/backToSchool.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -100px;
    border-radius: 40px;

    padding: 0 0 0 2rem;

    display: flex;
    align-items: center;
    height: 500px;
}

.backToSchool > div {
    width: 100%;
}

.backToSchool > div > div {
    min-height: 100%;
}

.titleBackSchool {
    font-family: "AvenirNextCondensed-Bold";
    font-size: 4rem;
    line-height: .9;
}

.subTitleBackSchool {
    font-size: 42px;
    font-family: "AvenirNextCondensed-Medium";
}

.btnClickHere {
    background-color: var(--red-color);
    border-radius: 30px;
    color: var(--white-color);
    padding: .2rem 1rem;
    text-decoration: none;
    font-family: "AvenirNextCondensed-Bold";
    font-size: 1.3rem;
    cursor: pointer;
    width: 180px;
    text-align: center;
}

.subTitleNews {
    font-size: 3rem;
    padding-bottom: 1rem;
}

.menuMovil {
    z-index: 9999;
    position: absolute;
    top: 9px;
}

.newsHighlights {
    background-image: url(../img/MsPatty.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -14px 4px;
    color: var(--white-color);
    border-radius: 40px;

    height: 48vh;
}

.newsHighlights > div {
    margin-top: 20px;
}

.newsHighlights > div > h4 {
    font-family: "AvenirNextCondensed-DemiBold";
    font-size: 30px;
    margin-bottom: 2rem;
}

.newsHighlights > div > h3 {
    font-family: "AvenirNextCondensed-Bold";
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

.newsHighlights > div > p {
    font-family: "AvenirNextCondensed-Medium";
    font-size: 16px;
}

.readMore {
    font-family: "AvenirNextCondensed-Medium";
}

.readMore:hover {
    font-family: "AvenirNextCondensed-Bold";
    text-decoration: underline;
}

.eventsBox {
    background-color: var(--gray-color);
    border-radius: 40px;
    height: 52vh;
}

.iconStyle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.iconWidth {
    width: 70px;
    height: 70px;
}

.iconWidthMission {
    width: 60px;
    height: 60px;
}

.iconWidthEnlace {
    width: 70px;
    height: 80px;
}

.averageIcon {
    margin-top: -55px;
}

/* ********** Site styles ********** */
.vimeoBox {
    padding:56.25% 0 0 0;
    position:relative;
}

.vimeoVideo {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.subText {
    font-size: 14px; font-style: italic; margin-top: 20px;
}

.admBtn {
    color: var(--white-color);
    background-color: var(--menu-color);
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 1rem;
    transition: opacity 0.3s ease-in-out;
}

.admBanner {
    margin: 0px;
    padding: 12px 0px;
    background-color: #2d3d9f;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}

.admList li {
    padding: 5px;
    font-size: 16px;
}

.admissionImg {
    position: fixed;
    top: 340px;
    right: 3px;
    z-index: 999999;
}

.admissionImg img {
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease-in-out;
}

.admissionImg img.arriba:hover {
    opacity: 0;
}

.admBtnSection {
    background-color: #e50431;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 14px;
    font-size: 18px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.atsbynumbers {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 25px;
    color: var(--white-color);
    text-align: center;
}

.atsbynumbersBackground {
    background-image: url(../../sys/img/fondoedificio.png);
    background-repeat: none;
    background-size: 100% 100%;
    color: var(--white-color);
    height: 270px;
}

.bannerPrincipal {
    color: var(--white-color);
    background-color: var(--first-color);
    padding: 12px 0;
    text-align: center;
}

.bbottom {
    border-bottom: 1px solid var(--first-color);
    padding-bottom: 0.3rem;
}

.becomeMember {
    border: 1px solid #002c73; border-radius: 10px; padding: 30px 20px;
}

.borderBottom {
    border-bottom: 1px solid var(--first-color);
    padding-bottom: 0.3rem;
}

.boxAffiliations {
    background-color: var(--first-color);
    height: 150px;
}

.boxCard {
    padding: 1rem;
    background-color: var(--first-color);
    border-radius: 10px;
    height: 600px;
    margin-bottom: 1rem;
}

.boxCrad-modal {
    font-size: 0.87rem;
}

.btnAssociations {
    background-color: var(--menu-color);
    padding: 10px 20px;
    color: var(--white-color);
    border-radius: 14px;
    font-size: 14px;
    border: none;
}

.btn-close {
    color: var(--white-color);
    fill: var(--white-color);
    /*--bs-btn-close-bg: url(../img/cerrar.svg);  */
}

.boxCard-link {
    background-color: var(--link-background);
    color: var(--link-color);
    padding: 0 1rem;
    border-radius: 3rem;
    display: block;
    font-family: "Roboto-Bold", sans-serif;
}

.boxCard-link:hover {
    color: var(--black-color);
}

.boxCard-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 1rem 0;
}

.boxCar-text {
    text-align: justify;
    color: var(--white-color);
    transition: color 0.3s ease-in-out;
    font-size: 0.9rem;
}

.boxCar-text2 {
    text-align: justify;
    color: var(--white-color);
    transition: color 0.3s ease-in-out;
    font-size: 0.75rem;
}

.boxCard-table {
    background-color: var(--first-color);
    color: var(--white-color);
}

.boxCard-title {
    text-align: center;
    color: var(--white-color);
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.2rem;
    text-shadow: 2px 2px #000;
}

.boxForm {
    padding: 20px 20px 20px 20px;
    border: 1px solid var(--first-color);
    border-radius: 10px;
}

.button {
    text-decoration: none;
    font-size: 15px;
    font-family: Roboto-Regular;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 3px 12px;
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.buttonHome {
    background-color: #ececec;
    color: #002c73;
    font-weight: bold;
}

.button.blue {
    color: #fff;
    background-color: #002c73;
}

.caption {
    font-size: 19px;
    text-align: center;
    padding: 1rem;
}

.circle {
    border: 1px solid var(--menu-color);
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    display: flex;
}

.classList {
    color: var(--black-color);
}

.curriculum {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    font-size: 1.2rem;
    padding: 0;
}

.curriculum li {
    width: 120px;
    background-color: var(--first-color);
    font-size: 1rem;
    color: var(--white-color);
    padding: 0.25rem 0.43rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.curriculum li:hover {
    background-color: #378dcc;
}

.counseling {
    display: block;
    list-style: none;
    font-size: 0.8rem;
    padding: 0;
}

.counseling li {
    background-color: var(--first-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.25rem 0.43rem;
    margin-bottom: 2px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.counseling li:hover {
    background-color: #378dcc;
}

.divlearning {
    background-color: #ebf3ff;
    padding: 30px 0;
}

.divlocation {
    background-color: #2d3d9f;
    color: var(--white-color);
    padding: 5px 0px;
}

.enlace {
    color: var(--first-color);
    font-family: "Roboto-bold", sans-serif;
    transition: opacity 0.3s ease-in-out;
}

.enlace:hover {
    border-bottom: 1px solid var(--first-color);
}

.eventsBtn {
    background-color: var(--menu-color);
    width: 97%;
    text-align: center;
    margin: 0 5px;
    border-radius: 0 0 40px 40px;
}

.eventsBtn > a {
    color: var(--white-color);
    padding: 10px;
    font-family: "AvenirNextCondensed-DemiBold";
    font-size: 18px;
}

.eventsCalendar {
    /*background-color: #ebebeb;*/
    height: 220px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.eventsDay {
    background-color: var(--first-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "AvenirNextCondensed-Bold";
    padding: 0;
    line-height: 1.1;
}

.eventsText {
    font-size: 22px;
    color: var(--black-color);
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family: "AvenirNextCondensed-Medium";
    line-height: 1.2;
}

.framepdf {
    width: 100%;
    height: 400px;
}

.fondobarra {
    background-color: var(--first-color);
    color: var(--white-color);
}

.footer {
    background-color: var(--menu-color);
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 0px;
}

.fs-error {
    font-size: 10rem;
    font-family: Roboto-Bold;
}

.num-error {
    color: rgba(216, 226, 239, 1) !important;
    opacity: 1;
}

.title-error {
    color: rgb(77, 89, 105, 1);
    font-weight: 600;
    font-size: 1.5rem;
}

.text-error {
    font-size: 1.2rem;
}

.texto3 {
    text-align: center;
    background: #ececec;
    color: #3f4b80;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}

/*.icon {
    width: 25px;
    height: auto;
}*/

.icon-addres {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.icon-affiliations {
    width: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-Ats {
    width: 140px;
    height: auto;
}

.icon-cc {
    width: 90px;
    height: auto;
}

.icon-byNumbers {
    width: 70px;
    height: auto;
}

.icon-byNumbers2 {
    width: 105px;
    height: auto;
}

.icon-byNumbers3 {
    width: 80px;
    height: auto;
}

.icon-caring {
    width: 120px;
    height: auto;
}

.icon-socialMedia {
    width: 40px;
}

/*.icon-text {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 12px;
    color: var(--white-color);
}*/

.icon-text:hover {
    text-shadow: 4px 4px 3px #000;
}

.img_FAQ {
    border-radius: 3rem;
    background-color: var(--first-color);
    padding: 0.5rem;
}

.imgFull {
    width: 100%;
    height: auto;
}

.location {
    font-size: 13px;
}

.login {
    width: 120px;
    transition: all 0.8s;
}

.login:hover {
    -webkit-transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(360deg);
    transform-style: preserve-3d;
}

.login-name {
    color: var(--white-color);
    font-family: "Roboto-Bold", sans-serif;
    font-size: 15px;
}

.login-text {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 12px;
    color: var(--white-color);
    margin-bottom: -9px;
}

marquee {
    font-family: "Rajdhani-Bold";
    font-size: 25px;
}

.none {
    display: none;
}

.marginMenu {
    margin-left: 0;
}

.marginTotal {
    margin: 0 1rem;
}

.messageText {
    color: var(--black-color);
    font-family: "Roboto-Regular", sans-serif;
    padding: 10px 0px;
    line-height: 1.5;
    font-size: 13px;
    text-align: justify;
}

.movilFace {
    width: 18px;
    height: auto;
    text-align: center;
    transition: all 0.5s ease-out;
}

.movilFace:hover {
    width: 21px;
}

.iconotw {
    width: 75px;
    height: auto;
    transition: all 0.5s ease-out;
}

.iconotw:hover {
    width: 33px;
}

.temaInp {
    border-bottom: 1px solid #c3bfbf;
}

.texto {
    text-align: center;
    background-color: #ececec;
    color: #3f4b80;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.313rem;
}

.textBlack {
    font-family: Roboto-Bold;
    color: #26358c;
}

.textWhite {
    color: var(--white-color);
}

.blue-dark {
    background: #002c73;
}

.blue-form {
    --bs-modal-bg: #212529;
    --bs-modal-border-color: rgba(255, 255, 255, 0.15);
    --bs-modal-header-border-color: #495057;
    --bs-modal-footer-border-color: #495057;
}

.fondoB {
    background: #002c73; border-radius: 0px 0px 28px 28px;
}

/*INTRANET*/
.flex-center {
    align-items: center;
    justify-content: center
}

.footerInt {
    position: static; width: 100%; bottom: 0;
}

.min-vh-80 {
    min-height: 80vh !important;
}

.minWidth-40{
    min-width: 40px;
}

.minWidth-50{
    min-width: 50px;
}

.minWidth-60{
    min-width: 60px;
}

.minWidth-70{
    min-width: 70px;
}

.minWidth-80{
    min-width: 80px;
}

.minWidth-90{
    min-width: 90px;
}

.minWidth-100{
    min-width: 100px;
}

.minWidth-110{
    min-width: 110px;
}

.minWidth-115{
    min-width: 115px;
}

.minWidth-120{
    min-width: 120px;
}

.minWidth-150{
    min-width: 150px
}

.minWidth-160{
    min-width: 160px
}

.minWidth-165{
    min-width: 165px
}

.minWidth-195{
    min-width: 195px
}

.minWidth-200{
    min-width: 200px
}

.minWidth-220{
    min-width: 220px
}

.minWidth-250{
    min-width: 250px
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.text-principal {
    font-family: "Roboto-Regular", sans-serif;
    text-align: justify;
}

.text-skolable {
    font-size: 1.3rem;
    font-family: Robot-Regular;
}

.titleAvisoPrivacidad {
    background-color: var(--first-color);
    color: var(--white-color);
    margin: 0.313rem 0;
    padding: 0.625rem 0;
    font-size: 1.125rem;
    font-family: "Roboto-Bold", sans-serif;
    text-align: center;
}

.title-principal {
    background-color: transparent;
    font-family: Roboto-Regular, sans-serif;
    color: var(--first-color);
    margin: 0px;
    text-align: left;
}

.title_staff {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
}

.txt_staff {
    font-size: 1rem;
    font-weight: bold;
    color: gray;
}

.titulo {
    font-family: Roboto-Bold;
    font-size: 5vw;
    color: #32418f;
    text-align: center;
    padding: 15px 0px;
}

/* Table Supply Room */
.table-font {
    font-size: .75rem !important;
}
.suggestions {
    position: absolute;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
    z-index: 1000;
}

.suggestions div{
    padding: 8px;
    cursor: pointer;
}

.suggestions div:hover {
    background: #f0f0f0;
}
/* Table Supply Room */

.read_more {
    width: 110px;
    transition: all 0.5s;
}

.read_more:hover {
    cursor: pointer;
    box-shadow: 4px 4px 3px #a7a7a7;
    transition: all 0.5s;
}

.subTitle {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    margin-top: 40px;
}

.speeches {
    width: 100%;
    height: 900px;
    border: 0;
}

.spinner {
    border: 4px solid transparent;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

.staffImg {
    width: 100%;
    height: auto;
}

.viewPort-Height {
    min-height: 90vh;
}

.viewPort-Height-Elem {
    min-height: 100vh;
}

.viewPort-Intranet {
    min-height: 80vh;
}

.pincipalPicture {
    width: 150px;
    height: auto;
}

.resources-button {
    font-family: Rajdhani-Bold, sans-serif;
    color: var(--first-color);
    cursor: pointer;
    border-bottom: 1px solid var(--first-color);
    padding-bottom: 0.3rem;
    transition: color 0.2s, border 0.2s;
}

.resources-button2 {
    font-family: Rajdhani-Bold, sans-serif;
    color: var(--first-color);
    cursor: pointer;
    padding-bottom: 0.3rem;
}

.resources-title {
    font-size: 1.5rem;
}

.resources-item {
    font-size: 1.2rem;
    font-family: Roboto-Medium, sans-serif;
    line-height: 1.1;
}

.resources-areas {
    background-color: var(--first-color);
    color: var(--white-color);
    font-size: 1rem;
    margin: 0;
    text-align: center;
}

.tableSuppementary {
    width: 400px;
}

ul.submenu {
    list-style: none outside none;
    margin: 0;
    padding: 0 10px;
}

ul.submenu li {
    color: #26358c !important;
    font-size: 15px;
    margin: 0px;
    background: url(../img/iconos/PUNTO-05.png) no-repeat left 6px;
    padding: 2px 5px 2px 20px;
}

ul.submenu li:hover {
    font-size: 15px;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}

ul.submenu li a {
    text-decoration: none;
    color: #26358c;
    font-size: 15px;
    font-weight: bold;
}

/* ********** Mostrar u Ocultar Divs ********** */
.miDiv {
    display: none;
}
.showDiv {
    display: block;
}

/* ********** From control Style ********** */
.controlFrom.ok input {
    border: 0.1px solid #13795b;
}

.controlFrom.falla input {
    border: 0.1px solid #fe5f55;
}

.controlFrom p {
    visibility: hidden;
    position: absolute;
    font-size: small;
    font-weight: 500;
    text-align: right;
}

.controlFrom.falla p {
    visibility: visible;
    color: #e74c3c;
}

/* ********** Login Style ********** */
.btlog {
    display: inline-block;
    background-color: var(--second-color);
    color: var(--white-color);
    font-size: 0.9rem;
    padding: 0.3rem 0.9rem;
    border-radius: 0.5rem;
}

.closePanel {
    color: var(--white-color);
}

.forgotPassword {
    color: var(--white-color);
    font-family: "Roboto-Bold", sans-serif;
}

#forma .form-control {
    padding: 0.234rem 0.469rem;
    font-size: 0.87rem;
    border-radius: 0.188rem;
}

#toppanel {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

#panel {
    width: 100%;
    color: #fff;
    font-size: 0.75rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    transition: opacity 0.7s;
    display: none;
}

#panel p {
    margin: 0.313rem 0;
    padding: 0;
}

h1.welcomeform {
    background: transparent;
    border: none;
    display: inline-block;
    -moz-border-radius: 0.313rem;
    border-radius: 0.313rem;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: "Ropa Sans", sans-serif;
    font-weight: bold;
}

.textLogin {
    color: #fff;
    font-size: 0.7rem;
    text-align: justify;
}

.messageAlert {
    background-color: var(--menu-color);
    color: var(--menu-color);
    opacity: 0.75;
    transition: all 0.5s ease-out;
}

#msgbox {
    display: none;
    transition: all 0.5s ease-out;
}

.msgboxError {
    display: block !important;
    background-color: #f9d7da;
    border: 1px solid #f1aeb5;
    border-radius: 1rem;
    color: #58151c;
    text-align: center;
    font-weight: bold;
    opacity: 1 !important;
    margin-bottom: 0.625rem;
    transition: all 0.5s ease-out;
}

.msgboxOk {
    display: block !important;
    background-color: #ade7d6;
    border: 1px solid #20c997;
    border-radius: 1rem;
    color: #051b11;
    text-align: center;
    font-weight: bold;
    opacity: 1 !important;
    margin-bottom: 0.625rem;
    transition: all 0.5s ease-out;
}

/* ********** Accordion Style ********** */
.accordion-button::after {
    background-image: var(--arrow-accordion1);
}

.accordion-button2 {
    background-color: #f7f8fb;
    color: #696969;
    font-size: 16px !important;
    line-height: 24px;
}

.accordion-button2:hover {
    background-color: red;
    color: #ffffff;
}

.accordion-button2::after {
    background-image: var(--arrow-accordion2);
}

.accordion-buttonRe-Admission {
    background-color: #e50431;
    color: #ffffff;
    font-size: 18px !important;
    line-height: 24px;
}

.accordion-buttonRe-Admission:hover {
    background-color: red;
    color: #ffffff;
}

.accordion-buttonEarly {
    background-color: #0e71c6;
    color: #ffffff;
    line-height: 24px;
}

.accordion-buttonEarly:hover {
    background-color: red;
    color: #ffffff;
}

.accordion-buttonElem {
    background-color: #5d4599;
    color: #ffffff;
    line-height: 24px;
}

.accordion-buttonElem:hover {
    background-color: red;
    color: #ffffff;
}

.accordion-buttonMd {
    background-color: #f8ba05;
    color: #ffffff;
    line-height: 24px;
}

.accordion-buttonMd:hover {
    background-color: red;
    color: #ffffff;
}

.accordion-buttonHs {
    background-color: #36a654;
    color: #ffffff;
    line-height: 24px;
}

.accordion-buttonHs:hover {
    background-color: red;
    color: #ffffff;
}

/* ********** Scrollbar Style ********** */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2c3d9f;
    border-radius: 10px;
}

/* ********** Main Menu Style ********** */
.nav-menu a {
    display: block;
    position: relative;
    color: var(--first-color);
    transition: 0.3s;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "AvenirNextCondensed-Bold";
    padding: 5px 1rem;
    font-weight: bold;
}

.principal:hover,
.principal:active {
    text-decoration: none;
    box-shadow: 0 2px 0 #fff;
    transition: all 0.2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;

    background-color: #e6e6e6;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

/* ********** Medidas Tablas ********** */
.minWidth-200{
    width: 200px;
}

.minWidth-100{
    width: 100px;
}

.minWidth-95{
    width: 95px;
}

.minWidth-70{
    width: 70px;
}

/* ********** Speeches Style ********** */
.speeches-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 1rem;
}

.speeches-Block-title {
    color: #26358c;
    text-transform: none;
    background-color: #2c53ee1a;
    border-radius: 3rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    display: inline-block;
    cursor: pointer;
}

.speeches-Block-title a {
    text-decoration: none;
}

.speeches-block-content {
    margin-top: 2rem;
    border-top: 1px solid #2b2b2b;
    padding-top: 2rem;

    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
    justify-content: center;
}

.speeches-block-content div {
    color: #44485a;
    background-color: #3241e5;
    border-radius: 50px;
    margin-right: 0;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.speeches-block-content div a {
    color: #ffffff;
    text-decoration: none;
}

.speeachesName {
    color: #ffffff;
    background-color: #3241e5;
    border-radius: 50px;
    padding: .2rem 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.speechesShow {
    display: none;
    transition: all 0.5s ease-out;
}

/* ********** MakeUp Style ********** */
.titleMakep {
    border-bottom: 1px solid #005d8c;
}

.boxMakeUp {
    color: #00557f;
    border: 1px solid #0096a1;
    border-radius: 15px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1607843137));

    font-size: 13px;
    font-family: Roboto-Regular, "sains-serif";
    line-height: 1.8;
}

.shedule {
    color: #105b82;
    font-size: 20px;
    font-family: Roboto-Bold;
}

/* -------- MEDIDA PARA IPADS --------- */
@media (max-width: 1024px) and (min-width: 768px) {
    .nav-menu a {
        display: block;
        position: relative;
        color: #fff;
        transition: 0.3s;
        font-size: 11px;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
    }
}

@media (max-width: 500px) and (min-width: 300px) {
    .welcome {
    letter-spacing: 3px;
}

    .textIntranet {
        font-size: 9px;
        margin-bottom: 0;
        font-family: "AvenirNextCondensed-DemiBold";
    }

    .showAtributos {
        display: none !important;
    }

    #reloj > div {
        padding: 11rem 1rem 0 1rem;
    }

    .learning > h3 {
        font-size: 2.8rem;
    }

    .learning > p {
        font-size: .7rem;
        margin-top: 1rem;
    }

    .btn-discover {
        padding: .5rem 0;
        width: 120px;
        text-align: center;
        margin-top: 0;
        font-size: 12px;
    }

    .eventsBox {
        min-height: 71vh;
    }

    .newsHighlights {
        height: 59vh;
    }

    .boxLogin {
       border: 0px;
    }
    .newsHighlights > div > h3 {
        font-size: 1.5rem;
    }

    .newsHighlights > div > p {
        font-size: 15px;
    }

    .byNumbers {
        height: 960px;
    }

    .copyright {
        font-size: 1rem;
    }

    .averageIcon {
        margin-top: 0;
    }

    .showMIssion {
        display: none;
    }

    #navbar-content {
        position: absolute;
        top: 100%;
        right: 0;
        width: 205px;
        background: white;
        z-index: 1050;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
        background-color: var(--white-color) !important;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
        float: left;
    }

    .navbar-collapse {
        background-color: transparent !important;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        list-style: none;
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: right !important;
    }

    .dropdown,
    .dropup {
        position: relative;
        text-align: right;
    }

    .nav-menu {
        background-color: #2d3d9f;
    }

    .nav-item.dropdown > .dropdown-toggle {
        position: relative;
        padding-left: 25px;
    }

    .nav-item.dropdown > .dropdown-toggle::after {
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 0;
    }

    .fondobarrita2 {
        background-color: transparente;
        color: #ffffff;
    }
}

/* ********** Sub Menú Style ********** */
.menu-btn {
    outline: thin solid var(--menu-color-alpha);
    border: 0;
    cursor: pointer;
    background-color: var(--second-color-alpha);
}

.menu-btn svg {
    fill: var(--white-color);
}

.menu {
    position: absolute;
    left: 0;
    top: var(--header-height);
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--menu-color);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.menu.is-active {
    opacity: 1;
    pointer-events: auto;
}

.menu a {
    padding: 0.7rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--white-color);
}

.menu a:hover {
    color: var(--white-color);
    background-color: var(--menu-second-color);
}

.menu-header {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 0.7rem;
    width: 100%;
    height: var(--header-height);
    background-color: var(--menu-color);
}

.menu-header > .menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
}

/* ********** Calif SEP ********** */
.colorWhite {
    color: var(--white-color) !important;
}
.navColor {
    background-color: #153d77 !important;
    color: var(--white-color) !important;
    padding: 10px 0;
}
.sep {
    background-color: #edf2f9;
}

.fromSep {
    border-color: gray;
    font-size: 0.875rem;
}

.titleSep {
    color: #153d77;
    font-family: "Roboto-Bold", sans-serif;
}

/* ********** Boostrap Style Reset ********** */
.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.938rem !important;
}

.fs-9 {
    font-size: 0.719rem !important;
}

.card {
    border: 1px solid #e1e3e1;
    border-radius: 16px;
    box-sizing: border-box;
    -webkit-transition: border 0.15s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.15s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.card {
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1),
        0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.carousel {
    position: relative;
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.dropdown-item {
    padding: 5px 10px !important;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #002c73 !important;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #171931 !important;
    color: var(--white-color) !important;
}

.form-check-input {
   border-color: gray !important;
}

.form-control {
    border-color: #a1a8b0 !important;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap

Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .boxCard {
        height: 560px;
    }

    .counseling {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .counseling li {
        width: 150px;
    }

    .framepdf {
        width: 100%;
        height: 548px;
    }

    .icon {
        width: 30px;
    }

    .messageText {
        font-size: 14px;
    }

    .viewPort-Height-Elem {
        min-height: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .atsbynumbersBackground {
        height: 350px;
    }

    .caption {
        font-size: 24px;
    }

    .framepdf {
        width: 100%;
        height: 815px;
    }

    .iconoredes {
        width: 15px;
        height: auto;
        text-align: center;
        transition: all 0.8s;
    }

    .iconoredes:hover {
        width: 18px;
        transition: all 0.8s;
    }

    .iconotw {
        width: 30px;
        height: auto;
        transition: all 0.8s;
    }

    .iconotw:hover {
        width: 33px;
        transition: all 0.8s;
    }

    .messageText {
        font-size: 16px;
    }

    .speeches {
        width: 100%;
        height: 900px;
        border: 0;
    }

    .staffImg {
        width: 80%;
        height: auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .box-message {
        padding-top: 3rem;
    }

    .box-message-principal {
        padding-right: 4rem !important;
        padding-bottom: 0 !important;
    }

    .eventsBtn {
        position: absolute;
        bottom: 0;
        width: 94%;
    }

    .eventsCalendar {
        /*background-color: #ebebeb;*/
        height: 100%;
        flex-direction: column;
    }

    .framepdf {
        width: 100%;
        height: 903px;
    }

    .icon-byNumbers {
        width: 80px;
        height: auto;
    }

    .icon-byNumbers2 {
        width: 115px;
        height: auto;
    }

    .icon-byNumbers3 {
        width: 90px;
        height: auto;
    }

    .location {
        font-size: 15px;
    }

    .marginMenu {
        margin-left: 1.5rem;
    }

    .marginTotal {
        margin: 0 4rem;
    }

    .messageDir {
        background-color: #ebebeb;
    }

    .titulo {
        font-size: 3vw;
    }

    .menu-btn {
        display: none;
    }

    .logo {
        display: none;
    }

    .marginRight {
        margin-right: 0.25rem;
    }

    .menu {
        background-color: transparent;
        position: static;
        width: auto;
        flex-direction: column;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
    }

    .menu a {
        background-color: var(--menu-color);
        border-radius: 5px;
        font-family: "Roboto-Regular", sans-serif;
        font-size: 1rem;
        margin-bottom: 10px;
        padding: 0.5rem;
    }

    .menu a:last-child {
        padding-right: 0;
    }

    .menu .menu a:hover {
        background-color: transparent;
    }

    .menu-header {
        background-color: transparent;
        padding: 0;
        top: 0;
    }

    .menu-header > .menu-container {
        width: 300px;
    }

    .missionPosition {
        margin-left: 100px;
    }

    .viewPort-Height {
        min-height: 110vh;
    }

    .viewPort-Height-Elem {
        min-height: 120vh;
    }

    .viewPort-Height-HS {
        min-height: 145vh;
    }

    .learning > h3 {
        font-size: 6rem;
    }

    .learningTop {
        margin-top: 5rem;
    }

    #reloj > div {
        padding: 4.6rem 3.2rem;
    }

    .caracterLine {
        border-right: 3px solid var(--blue-color);
        border-bottom: none;
        padding-bottom: 0;
    }

    .caracterCounts {
        height: 200px;
    }

    .caracterLine::after {
        display: none;
    }

    .titleAcademics {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .titleBackSchool {
        font-size: 8rem;
        line-height: .8;
    }

    .backToSchool {
        padding: 1rem 4rem;
        height: 700px;
        background-position: center;
    }

    .btnClickHere {
        padding: .8rem 1.5rem;
    }

    #reloj {
        background-position-y: top;
        height: 100vh;
    }

    .acreditaciones {
        padding: 2.2rem 3rem;
    }

    .iconWidthMission {
        width: 90px;
        height: 90px;
    }

    .textMission {
        font-size: 20px;
    }

    #backSchool {
        min-height: 80vh;
    }

    .newsHighlights {
        background-position: center;
        height: 80vh;
    }

    .eventsBox {
        background-color: var(--gray-color);
        border-radius: 40px;
        height: 80vh;
    }

    .menuMovil {
        position: relative;
        top: 0px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .framepdf {
        width: 100%;
        height: 1120px;
    }

    .viewPort-Height {
        min-height: 125vh;
    }

    .viewPort-Height-Elem {
        min-height: 130vh;
    }

    .viewPort-Height-HS {
        min-height: 145vh;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}      