
:root {
    --h2white-color: #fff;
    --h2blue-color: #233e9a;
    --h2red-color: #233e9a;

    --h3blue-color: #233e9a;
    --h3red-color: #e4222a;
    --a-color:#000;

    --nav-hover-color: #000;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDMzLCAzNywgNDEsIDAuNzUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==");

}
[data-bs-theme="dark"] {
    --h2white-color: #fff;
    --h2blue-color: #fff;
    --h2red-color: #fff;

    --h3blue-color: #fff;
    --h3red-color: #fff;
    --a-color:#adb5bd;

    --nav-hover-color: #000;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDMzLCAzNywgNDEsIDAuNzUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==");
}

[data-bs-theme=dark] .navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDMzLCAzNywgNDEsIDAuNzUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==");
}

p {
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
    line-height: 1.75;
    font-size: 0.875rem;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
}

h2 {
    font-size: 1.5rem;
    color: var(--h2red-color);
}

.nav-link:focus, .nav-link:hover {
    color: var(--nav-hover-color);
}

.h2blue{
     color: var(--h2blue-color);
}
.profesores{
     color: var(--h2white-color);
}

h3 {
    font-size: 1.3rem;
    color: var(--h2red-color);
}

h4 {
    font-size: 1.2rem;
    color: #e4222a;
}

h5 {
    font-size: 0.8rem;
    color: #ffffff;
}
.face p{
    font-size: 11px;
}
.title-max-width-992px h1{
  color: var(--h2red-color);
}
.title-max-width-992px h4{
  color: var(--h2blue-color);
}
.title-max-width-992px .hr{
          margin-bottom: 15px;
}

.header-logos{
    background-color: #d2d2d2
}

.ligas-de-interes a {
    text-decoration: none;
    color: #000;
}

.ligas-de-interes a:hover,
.ligas-de-interes .ligas:hover {
    color: #fff;
    background-color: #e4222a;
}

.ligas-de-interes .ligas {
    background-color: #eee;

}

.ligas-de-interes .ligas p {
    padding: 5px;
    text-align: left;
}
.navbar {

    box-shadow: 0px 10px 22px 1px rgb(0 0 0 / 75%);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar-nav .nav-link {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.navbar-toggler {
    border: 1px solid rgb(255 255 255 / 31%);
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}

.navbar .navbar-toggler-icon{
    background-image: var(--bs-navbar-toggler-icon-bg);

}


.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.27);
}

.navbar {
    background-color: #fff;
}

.nav-link:hover {}

.menu_icon {
    border-left: 1px #d2d2d2 solid;
    padding-left: 5px;
    margin: 3px;
}

.menu_icon .redessociale{
  border-bottom: 1px #d2d2d2 solid;
  padding-bottom: 5px;
  margin: 3px;
  justify-content: flex-end;
}

.menu_icon .redes_sociales_menu .icon-svg {
    width: 26px;
    height: 26px;
    fill: #414141;
    padding: 5px;
}

.accesibilidad .redes_sociales_menu .icon-svg:hover,
.menu_icon .redes_sociales_menu .icon-svg:hover {
    fill: #e4222a;
}

.accesibilidad {
    display: flex;
    justify-content: flex-end;

}

.menu_icon .redessociales, .accesibilidad .redessociales {
    display: flex;
}

.accesibilidad .redessociales  a, .menu_icon .redessociales a{
    text-decoration: none;
}

.menu_icon .face{
         padding-top: 5px;
         margin: 3px;
         display: block;
}

.accesibilidad .redes_sociales_menu .icon-svg {
    width: 25px;
    height: 25px;
    fill: #414141;
    padding: 5px;
}

.accesibilidad {
    display: flex;
}

.logo-encabezado .img-fluid {
    width: 90px;
}
.vision h3, .valores h3{
  color: white;
}
.vision h2 hr{
  border-top: 2px solid #233e9a;
}
.mision h2 hr{
  border-top: 2px solid #e4222a;
}
.mision h2{
    color: var(--h2white-color);
  }

.mision h3{
  color: #233e9a;
}

.vision{
  background-color: #ee1a23;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.mision{
  background-color: #233e9b;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.eventos{
    background-color: #1d325e;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }

.h2-hr-blue h2 hr{
  border-top: 2px solid #233e9a;
}

.logos{
  display: flex;
}

.title{
    font-size: 1.2rem;
    text-align: center;
}
.vis-mis-val .vision{
    background-color: #ee1a23;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.vis-mis-val .mision{
    background-color: white;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;

}
.vis-mis-val .mision h2, .vis-mis-val .valores h2{
    color: #000;
}
.vis-mis-val .valores h2{
    color: #fff;
}
.vis-mis-val .valores, .valores{
    background-color: #233e9b;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.oferta-educativa a{
  text-decoration: none;
}

.oferta-educativa a{
  text-align: center;
  color: var(--bs-body-color);
}

.oferta-educativa img{
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.oferta-educativa hr {
    margin-bottom: 0px;
}

.oferta-educativa .talleres-extraescolares ul{
    text-align: left;
    color: var(--bs-body-color);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
    line-height: 1.75;
    font-size: 0.875rem;
}

ul, ol{
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.4px;
    line-height: 1.75;
    font-size: 0.875rem;
}


.image-card {
  position: relative;
}
.image-card-text h1, .image-card-text p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 5px;
  color: #233e9b;
  font-weight: bold;
  font-size: 2.5em;
  font-family :Quicksand, sans-serif;
  background-color: #c4c2c2b0;
  }
  .image-card-text-ser p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 5px;
  color: #233e9b;
  font-weight: bold;
  font-size: 1em;
  font-family :Quicksand, sans-serif;
  background-color: #c4c2c2b0;
  }
  .image-card-text-aviso p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 5px;
  color: #233e9b;
  font-weight: bold;
  font-size: 1em;
  font-family :Quicksand, sans-serif;
  background-color: #c4c2c2b0;
  }
.greyscale:hover{
  filter: blur( 3px );
  -webkit-filter: blur( 3px );
}



.container ol li,
.cima@aragon.unam.mxcontainer ul li {
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
    line-height: 1.75;
    font-size: 14px;
    margin-bottom: 16px;
}


.accordion-button {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem;
}

.iglesia{
    background-image: url("../src/img/iglesia.png");
}
.santisima-trinidad{
    background-image: url("../src/img/santisima-trinidad.png");
}
.parallax {
    /* The image used */


    /* Set a specific height */
    /* min-height: 700px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-text {
    padding: 3rem !important;
    background-color: var(--parallax-fondo);
}


.parallax .p-5 {
    padding: 5rem !important;
}


.parallax .liga-muro {
    height: 100px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;

}

.owl-nav {
    display: none;
}

.parallax .liga-muro:hover {
    background-color: #e4222a;
    color: #fff;
}

.list-guion {
    list-style: none;
}

.list-guion li:before {
    content: "-"
}

.list-alpha {
    list-style-type: lower-latin;
}

.list-roman {
    list-style-type: upper-roman;
}

.muro .col-md-6:nth-child(1),
.muro .col-md-6:nth-child(3) {
    border-right: 0.5px solid hsla(0, 0%, 100%, .3);
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
}

.muro .col-md-6:nth-child(5) {
    border-right: 0.5px solid hsla(0, 0%, 100%, .3);
}

.muro .col-md-6:nth-child(2),
.muro .col-md-6:nth-child(4) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
}

.row hr {
    border-top: 2px solid #e4222a;
    width: 10%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    opacity: inherit;
    color: #e4222a;
}

.hr-complete hr {
    border-top: 0.5px solid #e4222a;
    color: #e4222a;
    width: 100%;
    opacity: none;
}

.btn-primary a {
    color: #fff;
    text-decoration: none;
}

a{
    color: #e4222a;
}
.link-a a{
    color: #e4222a;
}
.link{
    color: var(--a-color);
}
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-nav {
    --bs-nav-link-color: #000;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

.accordion-button:not(.collapsed) {
    color: #e4222a;
    background-color: rgb(208 57 53 / 25%);
}

.accordion-button:focus {
    border-color: rgb(208 57 53 / 25%);
    box-shadow: none;
}

.list-group-item.active {
    background-color: #e4222a;
    border-color: #e4222a;
}

.principal .btn,
.educacion_continua .btn,
.centro_de_lenguas .btn,
.suayed .btn {
    --bs-btn-border-radius: 0rem;
}

.principal .btn-primary {
    --bs-btn-bg: #e4222a;
    --bs-btn-border-color: #e4222a;
    --bs-btn-hover-bg: #a7221c;
    --bs-btn-hover-border-color: #a7221c;
    --bs-btn-active-bg: #e4222a;
    --bs-btn-active-border-color: #e4222a;
    --bs-btn-disabled-bg: #e4222a;
    --bs-btn-disabled-border-color: #e4222a;
}

.educacion_continua .btn-primary {
    --bs-btn-bg: #6bb9f7;
    --bs-btn-border-color: #6bb9f7;
    --bs-btn-hover-bg: #75abed;
    --bs-btn-hover-border-color: #75abed;
    --bs-btn-active-bg: #6bb9f7;
    --bs-btn-active-border-color: #6bb9f7;
    --bs-btn-disabled-bg: #6bb9f7;
    --bs-btn-disabled-border-color: #6bb9f7;
}

.centro_de_lenguas .btn-primary {
    --bs-btn-bg: #00b980;
    --bs-btn-border-color: #00b980;
    --bs-btn-hover-bg: #56b684;
    --bs-btn-hover-border-color: #56b684;
    --bs-btn-active-bg: #00b980;
    --bs-btn-active-border-color: #00b980;
    --bs-btn-disabled-bg: #00b980;
    --bs-btn-disabled-border-color: #00b980;
}

.suayed .btn-primary {
    --bs-btn-bg: #ffc100;
    --bs-btn-border-color: #ffc100;
    --bs-btn-hover-bg: #eab108;
    --bs-btn-hover-border-color: #eab108;
    --bs-btn-active-bg: #ffc100;
    --bs-btn-active-border-color: #ffc100;
    --bs-btn-disabled-bg: #ffc100;
    --bs-btn-disabled-border-color: #ffc100;
}
footer {
    position: relative; /* Necesario para posicionar la onda */
    text-align: center;
}

.wave {
    position: relative;
    /* top: 0;
    left: 0;
    width: 100%; */
    /* height: 100px; Ajusta la altura de la onda */
    /* overflow: hidden; Evita que la onda se desborde */
}

.wave svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-content {
    position: absolute;
    /* top: 250px; */
    /* padding: 20px;
    position: relative;
    top: 100px; */
}
.section-two {
    background-image: url('data:image/svg+xml,<svg id="wave" style="transform:rotate(0deg); transition: 0.3s" viewBox="0 0 1440 490" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="sw-gradient-0" x1="0" x2="0" y1="1" y2="0"><stop stop-color="rgba(255, 49, 49, 1)" offset="0%"></stop><stop stop-color="rgba(1, 50, 116, 1)" offset="100%"></stop></linearGradient></defs><path style="transform:translate(0, 0px); opacity:1" fill="url(#sw-gradient-0)" d="M0,0L48,40.8C96,82,192,163,288,179.7C384,196,480,147,576,114.3C672,82,768,65,864,49C960,33,1056,16,1152,73.5C1248,131,1344,261,1440,261.3C1536,261,1632,131,1728,130.7C1824,131,1920,261,2016,285.8C2112,310,2208,229,2304,236.8C2400,245,2496,343,2592,326.7C2688,310,2784,180,2880,130.7C2976,82,3072,114,3168,114.3C3264,114,3360,82,3456,114.3C3552,147,3648,245,3744,253.2C3840,261,3936,180,4032,122.5C4128,65,4224,33,4320,40.8C4416,49,4512,98,4608,155.2C4704,212,4800,278,4896,326.7C4992,376,5088,408,5184,424.7C5280,441,5376,441,5472,375.7C5568,310,5664,180,5760,179.7C5856,180,5952,310,6048,326.7C6144,343,6240,245,6336,171.5C6432,98,6528,49,6624,57.2C6720,65,6816,131,6864,163.3L6912,196L6912,490L6864,490C6816,490,6720,490,6624,490C6528,490,6432,490,6336,490C6240,490,6144,490,6048,490C5952,490,5856,490,5760,490C5664,490,5568,490,5472,490C5376,490,5280,490,5184,490C5088,490,4992,490,4896,490C4800,490,4704,490,4608,490C4512,490,4416,490,4320,490C4224,490,4128,490,4032,490C3936,490,3840,490,3744,490C3648,490,3552,490,3456,490C3360,490,3264,490,3168,490C3072,490,2976,490,2880,490C2784,490,2688,490,2592,490C2496,490,2400,490,2304,490C2208,490,2112,490,2016,490C1920,490,1824,490,1728,490C1632,490,1536,490,1440,490C1344,490,1248,490,1152,490C1056,490,960,490,864,490C768,490,672,490,576,490C480,490,384,490,288,490C192,490,96,490,48,490L0,490Z"></path></svg>');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 90% -10%;
}

.section-one {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" fill="none" viewBox="0 0 200 200" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs"><path fill="rgba(255, 49, 49, 1)" fill-rule="evenodd" d="M199.06 140.014c.545 5.496-3.985 9.986-9.508 9.986h-36.25c-5.523 0-9.882-4.537-11.129-9.917-4.492-19.385-21.869-33.833-42.62-33.833-20.752 0-38.13 14.448-42.622 33.833-1.247 5.38-5.606 9.917-11.129 9.917H9.552C4.03 150-.5 145.51.045 140.014 5.055 89.474 47.694 50 99.552 50c51.858 0 94.497 39.474 99.508 90.014Z" clip-rule="evenodd"></path></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 3.2rem !important;
}
footer p {
    font-size: 14px;
    text-align: center;
}

footer a {
    color: #000;
}


/*--------------- Media Query all max-width ----------------------------- */
@media (max-width: 576px) {
    .derechos-reservados{
        font-size: 8px;
    }
}

@media (max-width: 768px) {
       .max-768{
        display: none;
    }
    .carousel-caption h1{
      display: none;
    }

    .menu_icon .redessociales{
      justify-content: start;
    }

    .carousel-caption h1{
         font-size: 1rem;
    }
    .carousel-caption p{
     font-size: 0.5rem;
     color: black;
    }
}

@media (max-width: 992px) {
    .menu_icon .face{
         justify-content: left;
     }

    .oferta-educativa p{

    }

    .historia-del-colegio{
          padding: 16px;
    }
    .title-max-width-992px {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .noticias-nav {
        display: none;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1400px) {}

/*--------------- Media Query all min-width ----------------------------- */
@media (min-width: 576px) {}
@media (min-width: 768px) {
    .min-768{
        display: none;
    }
    .column {
    column-count: 2;
    text-align: justify;
    }
    /* .vis-mis-val .vision, .vis-mis-val .mision, .vis-mis-val .valores{
      height: 450px;
    } */
    .column {
    column-count: 2;
    text-align: justify;
    }
    .noticias {
        display: none;
    }

}
@media (min-width: 992px) {
    .title, .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .logo-encabezado{
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .icon-before-navbar-toggler{
        display: none;
    }
}

/*--------------- Media Query -- min-width and max-width -- ----------------------------- */
@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1122px) and (max-width: 1252px) {}

@media (min-width: 1058px) and (max-width: 1122px) {}

@media (min-width: 992px) and (max-width: 1058px) {}

@media (max-width: 768px) and (min-width: 992px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 1085px) and (max-width: 1300px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
    .menu_icon .redes_sociales_menu .icon-svg {
        width: 22px;
        height: 22px;
        padding: 3px;
    }
}

@media (min-width: 1120px) and (max-width: 1300px) {
    .navbar-nav .nav-link {
        font-size: 11px;
    }
}
@media (min-width: 992px) and (max-width: 1120px) {
    .navbar-nav .nav-link {
        font-size: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.1rem;
    }
}

@media (min-width: 992px) and (max-width: 1084.98px) {
    .menu_icon .redes_sociales_menu .icon-svg {
    width: 23px;
    height: 23px;
    }
    .face p{
    font-size: 9px;
    }
    .logo-encabezado .img-fluid {
    width: 80px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .icon-after-navbar-toggler{
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .icon-after-navbar-toggler{
        display: none;
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {}