@import "stylesHomeSems.css";
:root{
    --bg-primary: #691C32;
    --bg-secondary:#fcf8f9;
    --bg-muted: #D9D9D9;
    --bg-separator: #A48138;

    --text-primary: #691C32;
    --text-secondary: #235B4E;
    --color-boton: #9F2241;
}

.espaciado{
    margin: 55px 0;
}

h2{
    text-align: center;
    color: var(--text-primary);
}

/* CARRUSEL BANNERS SEMS */
.carousel-indicators li {
    border: 1px solid transparent;
    background-color: #611232;
}

/* termina carrusel banner sems */

/* QUIENES SOMOS */
.vertical-wrapper{
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.2px;
  background-color: var(--bg-separator);
  left: 50.0000%; 
  z-index: 1;
}
.video{
  position: relative;
  z-index: 2;
  
}
.d-flex-col{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.boton{
    background-color: var(--color-boton);
    color: #FFFFFF;
    border-radius: 25px;   
}
.boton:hover{
    background-color: #FFFFFF;
    color: var(--color-boton);
    border: 1px solid var(--bg-primary);
    transition: all .3s ease;
}

.iconos{
  padding: 30px;
}


.info-icono{
    color: var(--text-secondary);
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 10px; 
    text-align: center;

  p{
    font-weight: bold;
  }
  strong{
    font-size: 22px;
  }
  .img-icono{
             width: 46px;
            height: 39px;
        }
}

.col-carreras-tecnicas{
  width: 16.888888%;
  margin: 0 auto;
}

/* vida academica */
.card-info{
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: space-between; 
    height: 219px; 
    width: 236px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 8px 8px rgba(0,0,0,0.12);
    overflow: hidden;
     p{
        font-weight: bold;
        text-align: left;
    }

}

 .img-box{
  width: 100%;
  height: 70px;              
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: 9px;
}

.card-info img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;     
}

.card-info-margin{
  margin-left: 13px;
}

.card-info a{
  text-decoration: none;
}
.card-info a:focus{
  outline: none;
}

.card-info-span {
  display: flex;         
  justify-content: space-between;
  align-items: center;
  width: 100%;   
  height: 50px; 
  padding: 0 20px;
  border-radius: 0 0 12px 12px;
  transition: all 0.3s ease; 
  text-decoration: none!important;
  position: relative;
  gap: 8px; 
  color: var(--text-primary);
}


.hover-text {
  opacity: 0;
  visibility: hidden;  
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
}


.card-info-span:hover{
  background-color: var(--bg-primary);
  cursor: pointer;
  color: #ffffff;
}

.card-info-span:hover .hover-text{
  opacity: 1;
  visibility: visible; 
  color: #ffffff;
}


.card-info-span .svg-hover {
  transition: color 0.2s ease;
}
.card-info-span:visited{
  color: var(--bg-primary);
}


.imagen-carrusel{
  width: 40%; 
  border-radius: 10px;
  order: 1;
}
.divisor-carrusel{
  width: 2px;
  min-height: 249px;
  background-color: var(--bg-separator);
  order: 2;
}
.carrusel-description{
  width: 100%;
  order: 3;
}
.fecha{
  order:4
}
.titulo-noticia{
  order: 5;
}
.descripcion{
  order: 6;
}

.buton-leer-mas{
  display: flex; 
  justify-content: flex-end;
  order: 7;
}

/* a tu alcance*/

 .container-cards-3{
    display: grid; 
    grid-template-columns: repeat(3, 250px);
    place-items: center; 
    gap: 55px; 
    justify-content: center;
    
}

.card-red-de-apoyo{
    border-radius: 20px; 
    box-shadow: 2px 8px rgba(0,0,0,0.12); 
    max-width: 75%; 
    margin: 20px auto ; 
    padding: 30px; 
    background-color: #ffffff;
}

.card-red-de-apoyo > img{
  max-width: 30%;
  height: 70px;
  margin: 0 auto;
}

/* Mi escuela me cuida */
.cards{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: space-between; 
    height: 200px; 
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);

    img{
        margin-top: 20px;
        width: 40px;
        height: 40px;
    }

     p{
        font-weight: bold;
    }

}
.img-escuela{
  height: 89px;
}
.img-escuela > img{
  margin-top: 77px;
  margin-left: 4px;
}

/* tu voz nos importa*/
.vertical-wrapper-voz{
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vertical-line-voz {
  position: absolute;
  top: 62px;
  bottom: 0;
  width: 1.2px;
  background-color: var(--bg-separator);
  left: 58%; 
  z-index: 1;
  height: 27vh;
}
.container-cards-voz{
    display: grid; 
    grid-template-columns: repeat(3, 250px);
    place-items: center; 
    gap: 55px; 
    justify-content: center;
    padding: 20px;
    
}
.container-cards-voz > .card-info > .span-voz{
    color: var(--bg-primary);
}
.container-cards-voz > .card-info > .p-voz{
    font-weight: 300;
}
.card-info-voz{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 10px;
    justify-content:center; 
    height: 250px; 
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 8px 8px rgba(0,0,0,0.12);
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }

.info-item img {
    width: 24px;
    margin-right: 10px;
    margin-top: 3px;
}

.info-item p {
    margin: 0;
  }

.row.centrado {
  max-width: 900px;
  margin: 0 auto;
}
.voz-movil{
  max-width: 75%; 
  margin: 0 auto; 
  border-radius: 20px; 
  box-shadow: 2px 8px rgba(0,0,0,0.12); 
  padding: 40px 60px; 
  margin-bottom: 40px; 
  background-color: #FFFFFF;
}
.voz-correo{
  margin-right: 29px
}
@media (max-width: 576px) {
  .voz-movil{
  max-width: 100%;
  padding: 40px 18px;
}
.voz-correo{
  margin-right: 2px;
}
.info-item{
  flex-direction: column;
}
}
/* Ocultar en mobile (ejemplo: hasta 991px) */
@media (max-width: 991px) {
  .vertical-line-voz {
    display: none;
  }
}

/* Mover a 65% en pantallas medianas (hasta 1195px) */
@media (max-width: 1195px) {
  .vertical-line-voz {
    left: 65%;
  }
}

/* carrusel lo que estamos haciendo */
.container-description{
    display: flex; 
    justify-content: space-around; 
    align-items: center; 
    gap: 10px;
}
.carrusel-a, .carrusel-a:visited{
  color: #FFFFFF; 
  text-decoration: none;
}
.carrusel-a:hover{
  color: var(--text-primary); 
  text-decoration: none;
}
.carrusel-a:focus{
  outline: none;
  text-decoration: none;
}
.carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}

.carrusel-scroll.horizontal {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 10px;
  scrollbar-width: none; 
  cursor: grab;
}

.carrusel-scroll::-webkit-scrollbar {
  display: none; 
}

.card-noticia{
  flex: 0 0 80%; 
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  min-height: 250px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #272829;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}
.carousel-scroll.dragging {
  cursor: grabbing;
  user-select: none;
}
.carousel-btn.left {
  left: 10px;
}

.carousel-btn.right {
  right: 10px;
}

.carousel-btn:hover {
  cursor: pointer;
}
.card-noticia {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  margin: 15px auto;
  max-width: 790px;
  min-height: 250px;
}

.card-noticia .fecha {
  font-weight: bold;
  color:var(--text-secondary);
  margin-bottom: 5px;
}

.card-noticia .titulo-noticia {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.card-noticia .descripcion {
  font-size: 14px;
  color: #444;
}

.card-quienes-somos {
   display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-start; 
    min-height: 500px;
    width: 100%;
    background-color:var(--bg-secondary);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin: 20px auto;
    padding: 30px;

    h3{
      text-align: center;
      color: var(--text-primary);
    }

    img{
        margin-top: 20px;
        width: 40px;
        height: 40px;
    }

     p{
        color: #727171;
        text-align: start;
    }
}

.card-quienes-somos:hover{
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    background-color: var(--bg-secondary);
    width: 100%;
}

.card-quienes-somos-atri {
    display: flex; 
    flex-direction: column; 
    align-items: start; 
    justify-content: flex-start; 
    min-height: 250px;
    width: 100%;
    background-color: var(--bg-secondary);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin: 20px auto;
    padding: 30px;

    h3 {
      text-align: center;
      color: var(--text-primary);
    }

    p {
        color: #727171;
        text-align: start;
    }
}

.card-quienes-somos-atri:hover{
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    background-color: var(--bg-secondary);
    width: 100%;
}

.card-directorio {
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  justify-content: flex-start; 
  height: auto; 
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 20px;
  text-align: left;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  padding: 20px;
  gap: 20px;
  margin-left: 200px;

}

.card-directorio img{
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

.card-directorio h4 {
  color: var(--text-primary);
}

.card-cifras {
  height: auto;
  width: auto;
  min-width: 100px;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  padding: 20px;
  overflow: hidden;
  flex: 0 0 auto;

  h6 {
    color: var(--text-primary);
    font-weight: bold;
  }
}

.descarga {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  color: var(--text-primary);;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; 
  transition: opacity 0.3s ease;
  font-size: medium;
}

.img-wrapper {
  position: relative;
  width: 130px;
  height: auto;
  align-items: center;
  display: block;

  img {
    width: 130px;
    align-items: center;
  }
}

.card-cifras:hover .descarga {
  opacity: 1;
}

.card-cifras:hover {
  background-color: #691C32;

  h6 {
    color: #ffffff;
  }
}

.card-explora{
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: space-between; 
    height: 280px; 
    width: 280px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    gap: 10px;

    img{
        margin-top: 20px;
        width: 105px;
        height: 100px;
        padding: 16px;
    }

     p{
        font-weight: bold;
        text-align: start;
        font-size: medium;
        padding: 16px;
    } 
}

.boton2{
    background-color: #FFFFFF;
    color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    transition: all .3s ease;
    border-radius: 25px;
}

.boton2:hover{
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    background-color: #fcf8f9;
    
}

.card-doc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #235B4E;
  border-radius: 12px;
  padding: 16px 0 0 0;
  min-height: 268px;
  height: auto;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.card-doc img {
  width: 70px;
  height: 60px;
  align-content: flex-start;
}

.card-doc p {
  color: #ffffff;
  font-weight: bold;
  font-size: medium;
  padding: 16px;
  text-align: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.card-doc-span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  height: auto;
  padding: 0;       
  margin: 0;
  gap: 8px;
  height: 60px;
  border: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 12px;
  transition: border-color 0.3s ease;
}

.card-doc-span .hover-text {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #235B4E;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  bottom: 0;
  left: 0;
}

.card-doc-span:hover {
  border-color: #235B4E;
  border-bottom: 2px;
}

.card-doc-span:hover .hover-text {
  opacity: 1;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-body {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
}

.modal-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.modal-img img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  margin-top: 80px;
}

.modal-texto {
  flex: 1;
  color: #333;
  font-size: 14px;
}

.modal-contenido {
  background-color: #fcf8f9;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 1200px;
  border-radius: 8px;
  position: relative;
}

.modal-contenido h3 {
  color: var(--text-primary);
  text-align: left;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  gap: 10px; 
  margin-top: 20px;
}

.icono-imp img {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
}

.boton:hover .icono-imp img {
  display: inline-block;
}

.cerrar {
  color: var(--bg-primary);
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.card-explora-span{
    display: flex;         
    width: 100%;   
    height: 50px;      
    transition: all 0.3s ease; 
    position: relative;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    align-items: baseline;

    span{
      width: 100px;
      height: 60px;
    }

}

.card-explora-span:hover{
    border-radius: 0 0 12px 12px;
    background-color: var(--bg-primary);
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
}

.card-explora-span:hover .hover-text {
  opacity: 1;
  padding: 16px;
}

.card-explora-span .glyphicon-chevron-right {
  margin-left: 150px;
}

.marco-normativo p{
  text-align: center;
  font-weight: bold;
}

.marco-normativo h4 {
  text-align: center; 
  color: var(--text-primary);
}

.card-marco-n {
  background-color: #FCF8F9;
  border-radius: 15px 15px 15px 15px;
  padding: 20px;
  transition: border-color 0.3s ease;
}

.card-marco-n h5 {
  text-align: start;
  color: var(--text-primary);
  font-weight: bold;
}

.card-contenedor {
  border-radius: 20px 20px 20px 20px;
  background-color: #F6CECE;
  padding: 10px;
  border: 2px solid #9F2241;
  align-content: center;
  text-align: center;
}

.card-marco-n p {
  color: #9F2241;
  font-weight: bold;
  text-align: start;
}

.card-contenedor p {
  text-align: center;
  color: #9F2241;
  font-weight: bold;
  text-align: center;
}

.card-contenedor img {
  border-radius: 15px 15px 15px 15px;
}

.card-marco-n-hover:hover {
  box-shadow: 0 2px 8px var(--bg-primary);
  transition: box-shadow 0.3s ease;
  border: 1px solid var(--bg-primary);
}


/* CALENDARIO */
.media-superior{
  color: #7c7c7b;
    font-weight: 900;
    font-size: 1.8em;
    text-align: center;
}
.media-h1{
  color: var(--text-primary);
  span{
    color: var(--bg-separator);
  }
}
.boton-rojo {
    background: #9f2241;
    color: #fff;
    margin: 64px auto 32px;
    border-radius: 20px;
    padding: 16px 10px;
    font-weight: 600;
    max-width: 280px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.boton-rojo:hover, .boton-rojo:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: #4a0d27 0.15em 0.15em 0 0;
    translate: 0.15em 0.15em;
}
.calendar{
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}    
.calendar > [class*="col-"] {
                        display: flex;
                        flex-direction: column;
                    }
.month{
  padding: 5px;
}
.month-header {
    background-color: var(--bg-primary);
    color: #fff;
    text-align-last: justify;
    padding: 0.3em 0.5em;
    font-family: 'Patria', 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}
.days-header, .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.days-header div {
    background-color: #eaeaec;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
}
.day {
    text-align: center;
    padding: 0.5em;
    position: relative;
}


/* ACOTACIONES DEL CALENDARIO */
.inicio-clases::after, .planeacion::after , 
.campana::after, .fin-clases::after, 
.receso-clases::after, .suspension::after, 
.jornada-concientizacion::after, .cte-intensivo::after, 
.cte-ordinario::after, .evaluacion::after, .vacaciones::after, 
.registro-calificaciones::after, 
 .preinscripciones::after, .reunion-discusion::after {
    padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
.day::after {
    content: "";
    position: absolute;
    bottom: 2em;
    left: -3.5em;
    text-align: center;
    background-color: #611232;
    color: whitesmoke;
    padding: 0;
    width: 0;
    z-index: 100;
    font-size: .8em;
    display: none;
    line-height: 1.2;
}
.day:hover::after {           
   display: block;            
  } 

.acotaciones {
    font-size: .8em;
}
.acotaciones ul {
    list-style: none;
    padding: 0;
}
.acotaciones li {
    margin: 1em;
}
.cuadrito {
    display: inline-block;
    width: 3em;
    text-align: center;
    margin-right: 0.5em;
    height: 2em;
}
.inicio-clases {
    background: url(/assets/calendario/icono-inicio-clases.png) right center;
    color: white;
}

.suspension {
    background-color: black;
    color: white;
    border-radius: 50%;
    height: 1.8em;
    width: 1.8em;
    margin: 0 auto;
    padding-left: 0.3em;
}
.suspension::after{
  content: "SUSPENSIÃ“N DE LABORES DOCENTES";
}
.circulito {
    width: 2.5em;
    height: 2.5em;
    padding: 0;
}
.circulito-jornada{
    width: 2.5em;
    height: 2.5em;
    padding: 0;
}
.jornada-concientizacion {
    border-radius: 50%;
    background-color: #d86ecc;
    height: 1.8em;
    width: 1.8em;
    margin: 0 auto;
    padding-top: 4px;
    padding: 1px;
}
.jornada-concientizacion::after{
  content: "Jornada contra el abuso sexual y el maltrato en las adolescencias";
}
.jornada-concientizacion::after{
  content: "Jornada contra el abuso sexual y el maltrato en las adolescencias";
  padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}

.borde {
    width: calc(3em - 6px);
}
.planeacion {
    border: 3px dashed var(--text-secondary);
}


.inicio-clases::after {
    content: "Inicio de clases";
    padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
.planeacion::after{
  content: "ReuniÃ³n de planeaciÃ³n del ciclo escolar";
    padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
.suspension::after {
    content: "SuspensiÃ³n de labores docentes";
    padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
.campana {
    border: 3px dashed #7c9ab5;
}
.campana::after{
  content: "CampaÃ±a ''Te extraÃ±amos en el salÃ³n'";
  padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
.start {
    border-right: none;
    padding: calc(0.5em - 3px) 0.5em;
}
.inter {
    border-left: none;
    border-right: none;
    padding: calc(0.5em - 3px);
}
.end {
    border-left: none;
    padding: calc(0.5em - 3px) 0.5em;
}
.evaluacion {
    border: 3px dashed #fd5252;
}
.evaluacion::after{
  content: "ReuniÃ³n de evaluaciÃ³n del ciclo escolar";
  width: 15em;
  left: -7em;
}

.negritas {
    font-weight: bold;
}
.nota{
  list-style: none;
}
.reunion-discusion {
    background-color: #60113d;
    color: white;
}
.reunion-discusion::after{
  content: "ReuniÃ³n de discusiÃ³n del MCCEMS ";
  padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
.vacaciones {
    background-color: #817f7e;
    color: white;
}
.vacaciones::after {
    content: "Vacaciones";
    width: 6.5em;
    left: -1.7em;
    padding: 0.5em;
}
.fin-clases {
    background: url(/assets/calendario/icono-fin-clases.png) left center;
    color: white;
}
.fin-clases::after {
    content: "Fin de clases";
    padding: 0.5em;
    width: 10em;
    box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, .3);
}
/****************Bachillerato nacional*****************/
.mb-30{
  margin-bottom: 30px;
}
.mt-30{
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

/* Cada imagen del carrusel */
.contenedor-imgCarrusel {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 12px;
  /* 
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  */
}

/* Logos */
.imgCarrusel-bachillerato {
  height: 143px;
  width: auto;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.carousel-formatoBachillerato{
  background: #fff1f1;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  max-width: 100% !important;
  margin-top: 20px;
}

/* Responsive logos mas chicos en mobil */
@media (max-width: 576px) {
  .imgCarrusel-bachillerato {
    height: 44px;
  }

  .contenedor-imgCarrusel {
    gap: 12px;
  }
}

.hr-dorado{
  border-top: 2px solid var(--bg-separator);
   max-width: 990px; 
   margin: 0 auto;
}

.contenedor-mapa-interactivo{
  background: #fff1f1;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  height: auto;
  padding: 25px;
  min-width: 416px;
}

.contenedor-mapa{
  align-items: center;
}

.centradoBacillerato{
  margin: 0 auto;
}

/***********termina Bachillerato nacional**************/

/***********Red de Apoyo**************/

.card-red-apoyo {
  background-color: #fef4f4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px;
  box-sizing: border-box;
}


/* TÃ­tulo */
.titulo-seccion {
  color: #8b1b34;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}

/* Recuadro */
.recuadro-contacto {
  background-color: #fecece;
  border-radius: 20px;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

/* Texto */
.texto-contacto {
  font-weight: bold;
  color: #5a0e20;
  margin-bottom: 10px;
}

/* Botones */
.btn-contacto {
  background-color: #8b1b34;
  color: #fff !important;
  border-radius: 10px;
  margin-right: 10px;
  padding: 8px 12px;
  font-weight: bold;
  display: inline-block;
}

.btn-contacto .glyphicon {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 767px) {
  .recuadro-contacto {
    flex-direction: column;
    align-items: flex-start;
  }

  .botones-contacto {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* Tarjeta */
.edu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcf8f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .55);
  padding: 18px;
  margin: 16px 0;
  text-decoration: none;
  color: #333;
  transition: box-shadow .2s ease, transform .15s ease;
  height: 143px;
  max-width: 288px;
}

.edu-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  transform: translateY(-2px);
  text-decoration: none;
  
}

.edu-card__logo {
  width: 84px;
  text-align: center;
}

.edu-card__logo img {
  max-width: 64px;
  height: auto;
}

.edu-card__divider {
  width: 1.5px;
  height: 110px;
  background: #a48138;
  margin: 0 14px;
}

.edu-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.edu-card__title {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 16px;
}

.edu-card__title:hover{
  color: #333;
}

.edu-card__subtitle {
  margin: 0 0 10px;
  color: #9f2241;
  font-size: 13px;
  line-height: 1.3;
}

.icono-titulo {
  width: 35px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

/* BotÃ³n "Ir" tipo pÃ­ldora */
.edu-card__btn {
  border-radius: 999px;
  padding: 2px 20px;
  font-weight: 600;
}

/* Responsivo */
@media (max-width:767px) {

  .edu-card-container{
    margin: 20px auto 0;
  }
  .edu-card {
    padding: 16px;
    margin: 20px auto 0;

  }

  .edu-card__logo {
    width: 72px;
  }

  .edu-card__divider {
    height: 60px;
  }

  .recuadro-contacto {
    display: block;
    text-align: left;
    height: auto;
  }

  .botones-contacto {
    margin-top: 10px;
  }

  .botones-contacto a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

}

/***********termina Red de Apoyo**************/


@media (max-width: 768px) {
  .hover-text {
    opacity: 1 !important;
  }

    .card-info-span {
      border-radius: 0 0 12px 12px;
      color: #FFFFFF;
      cursor: pointer;
      width: 100%;
    }

    .contenedor-mapa-interactivo {
      min-width: unset;
        width: 100%;
    }

    .card-info {
      margin: 20px auto 0;
      max-width: 400px;
   
    }
}


 /*Responsive Quienes somos secciÃ³n Directorio*/
 @media (max-width: 576px) {
  .card-directorio {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0;
    padding: 16px;
  }

  .card-directorio img {
    width: 100px;
  }

  .card-directorio h4, 
  .card-directorio p {
    text-align: center;
  }

  .btn-description {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}

/*Responsive Quienes somos secciÃ³n Bachillerato*/
@media (max-width: 576px) {
  .card-oferta-educativa .col-sm-8 {
    margin-left: 0 !important;
    padding: 0 15px; 
  }

  .p {
    text-align: center !important;
  }

  .card-oferta-educativa img[alt="Bachillerato nacional"] {
    width: 180px !important;
  }

  .card-oferta-educativa div[style*="border-top"] {
    width: 150px !important;
  }

  .card-oferta-educativa div[style*="gap: 400px"] {
    flex-direction: row !important; 
    justify-content: space-between !important;
    gap: 130px !important;
    flex-wrap: nowrap;
    align-items: flex-start !important;
  }

  .card-oferta-educativa img[alt="Bachillerato general"],
  .card-oferta-educativa img[alt="Bachillerato tecnologico"] {
    width: 100px !important;
  }

  .card-oferta-educativa button {
    margin-top: 20px;
  }
}

/*Responsive Marco normativo*/
@media (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-marco-n {
    padding: 15px;
  }

  .card-marco-n h5 {
    font-size: 1.3rem;
    text-align: center;
  }

  .col-sm-6 {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .card-contenedor {
    width: 100% !important;
    box-sizing: border-box;
  }

  .card-contenedor p,
  .card-marco-n p {
    font-size: 1.1rem;
    text-align: center !important;
    word-break: break-word;
  }

  .card-contenedor img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* SecciÃ³n proceso de construccion de la ley */
.card-proceso{
  width: 320px;
  height: auto;
  background-color: var(--text-secondary);
  color: #ffffff;
}
.card-info-proceso:hover{
  background-color: #ffffff;
  cursor: pointer;
  color: var(--text-secondary);
}
.card-info-proceso:hover .hover-text{
  opacity: 1;
  visibility: visible; 
  color: var(--text-secondary);
  font-weight: bold;
}

.icon-descarga{
  width: 45px;
  height: 44px;
  background: url("/assets/proceso-ley/descarga_blanco.png") no-repeat center/contain;
  transition: background 0.3s ease;
}

.card-info-proceso:hover .icon-descarga {
  background: url("/assets/proceso-ley/Descargar_verde.png") no-repeat center/contain;
}

/* Termina secciÃ³n proceso de construccion de la ley */

/* BOLETINES */
.card-boletin{
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 5px;
  padding: 20px;
  border-radius: 20px;
  height: 450px;
}
.p-boletin{
  color: var(--text-secondary);
  font-weight: bold;
  font-size: 16px;
  background-color: #d8d9d9;
  max-width: 33%;
  border-radius: 5px;
  text-align: center;
  padding: 3px;
}
.card-boletin > strong{
  color: var(--text-secondary);
}
.card-boletin > img{
  border-radius: 20px;
}
.card-boletin-btn{
  text-align: end;
}

/* seccion quienes somos carrusel de documentos */
.card-documentos{
  width: 305px;
  height: 268px;
  background-color: var(--text-secondary);
  box-shadow: none;
}

.span-documentos{
  color: #ffffff!important;
}


.span-documentos:hover{
  background-color: #ffffff;
  cursor: pointer;
  color: var(--text-secondary);
}

.span-documentos:hover .hover-text{
  opacity: 1;
  visibility: visible; 
  color: var(--text-secondary);
}


.span-documentos:hover .svg-hover {
  transition: color 0.2s ease;
  color: var(--text-secondary);
}




/* termina seccion quienes somos carrusel de documentos */

/* media query */
@media only screen and (max-width: 700px) {
  .col-xs-6 {
    padding-left: 13px;
    padding-right: 9px;
  }
  .card-info{
    width: auto;
    height: 213px;
  }
  .img-box {
    height: 53px;
}
.card-cosfac{
  font-size: 16px;
}
.img-bachiller{
  width: 120px!important;
}
.card-info-margin {
    margin-left: 9px;
}
  .d-flex-col{
    gap: 20px;
  }
  .btn-description{
    margin: 0 auto;
    margin-top: 0;
  }
  .iconos {
    padding: 0;
 }

 .img-escuela{
  height: 59px;
}
.img-escuela > img{
  margin-top: 77px;
  margin-left: 12px;
}

.card-carrusel{
  flex: 0 0 100%;   
    max-width: 100%;  
    margin: 10px 0; 
}
.p-formacion{
  font-size: 16px;
}

.card-info-escuela{
  width: auto;
  height: 200px;
}

 .card-red-de-apoyo{
  width: 100%;
  padding: 16px;
  max-width: 100%;
 }
 .voz-movil {
    padding: 40px 0;
}
.mapa{
  margin: 0 auto;
}
.info-item {
    align-items: center;
}
.parrafo-direccion{
  text-align: center;
}

.card-noticia {
  width: 100%;
  max-width: 100%;
}
.container-description {
    flex-direction: column;
    gap: 17px;
}
.divisor-carrusel {
    width: 132px;
    min-height: 2px;
}
.card-noticia .fecha , .titulo-noticia, .descripcion{
    text-align: center;
}
.buton-leer-mas{
  justify-content: center;
  margin-top: 20px;
}

.imagen-carrusel{
  order: 1;
  width: 100%;
}
.divisor-carrusel{
  order: 2;
}


}