/* Estilo de los hero cards */
.hero-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 20%;
  /* Ajusta el ancho de la tarjeta */
  height: fit-content;
  margin: 20px;
  margin-bottom: 1.1rem;
  border: 1px solid #f5f4f200;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  /* Agrega una transición suave a todas las propiedades */
  padding: 1rem 0 1rem 0;
}

.hero-card:hover {
  /* Estilo al hacer hover sobre la tarjeta */
  background-color: #fff;
  /* Cambia el color de fondo de la tarjeta al hacer hover */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Agrega sombra alrededor de la tarjeta */
  transform: scale(1.1);
  /* Aumenta el tamaño de la tarjeta en un 10% */
}

.hero-card img {
  width: 15rem;
  height: auto;
  cursor: pointer;
}

.hero-card .title {
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

.hero-card .description {
  font-size: 0.9rem;
  margin: 0 10px;
  text-align: center;
  padding: 0.8rem 0 0.8rem 0;
}

.hero-card .text-ico {
  font-size: 0.8rem;
  margin: 0 10px;
  text-align: center;
  padding: 0.8rem 0 0.8rem 0;
}

.hero-card .date,
.vistas {
  display: flex;
  align-items: center;
}

/* Estilo del grid */
.hero-card-grid {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  grid-template-columns: auto;
}

/* Media queries */
@media (max-width: 1200px) {
  .hero-card {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .hero-card {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .hero-card {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .hero-card {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .hero-card {
    width: 100%;
    height: auto;

  }

  .hero-card img {
    width: 8rem;
    height: auto;
  }
}
/*efecto hover imagenes*/
            
  .image {
      display: block;
      width: 100%;
      height: auto;
  }
  .overlay {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      background-color: #008bba00;
      overflow: hidden;
      width: 100%;
      height: 0;
      /*transition: .5s ease;*/ 
  }
  .container:hover .overlay {
      bottom: 0;
      height: 100%;
  }
  .text {
      color: white;
      position: absolute;
      top: 46%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
  }

.icon-buro {
    opacity: 10 !important;
    margin-bottom: 20px;
  }
  .icon-gobmx {
    opacity: 10 !important;
  }
  .icon-peis1 {
    opacity: 10 !important;
  }
  .interior h3,
  .pagina h3 {
    font-weight: 300;
    line-height: 141%;
    margin-bottom: 52px !important;
    }
    A.claseLink1 {
        text-decoration: none;
        padding: 2px 1px 0;
    } 
    A.claseLink1:link,
    A.claseLink1:visited {
        color: #bc955c;
    }  
    A.claseLink1:hover {
        border-bottom: 1px solid;
    }
    A.claseLink2 {
        text-decoration: underline;
        color: #1122cc;
    }

    #lista2 {
      counter-reset: li; 
      list-style: none; 
      *list-style: decimal;
      padding: 0;
      margin-bottom: 4em;
      text-shadow: 0 1px 0 rgba(188,149,92,.5);
    }
        
    #lista2 ol {
      margin: 0 0 0 2em; 
    }
        
#lista2 li{
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  padding: .4em;
  margin: .5em 0;
  background: #bc955c;
  color: #fff;
  text-decoration: none;
  border-radius: .3em;
  transition: all .3s ease-out;   
  }
        
  #lista2 li:hover{
    background: #ddc9a3;
  }
        
  #lista2 li:hover:before{
    transform: rotate(360deg);  
  }
        
  #lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 25%;
    margin-top: -1.3em;
    background: #235B4E;
    height: -2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
  }

        /* ----------------ACCORDION---------------------- */
.accordion {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin:0 auto;
    } 
    /*Contenedor común plegar/desplegar*/
  .accordion-toggle,
  .accordion-header{
    font-size: 15px;
    width: 100%;
    height: 3em;
    margin: 0;
    line-height: 3em;
    cursor: pointer;
  }
    /*El botón que pliega/despliega*/
  .accordion-toggle {
    opacity: 0;
    background-color: transparent;
    z-index: 1;
    margin-bottom: 2px;
    }
    /*Bloque para el título*/
  .accordion-header{
    background-color: #6f7271;
    color: #fff;
    position: relative;
    margin-top: -3em;
    padding-left: 15px;
    }
    /*Bloque replegable con el contenido */
  .accordion-content {
    box-sizing: border-box;
    background-color: #fff;
    color: #10312b;
    overflow: auto;
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: -150px;
    padding: 0 20px;
    transition: margin 0.3s ease 0.1s;
    }
  .accordion-toggle:checked + .accordion-header + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
    }
  .accordion-header::before,
  .accordion-toggle:checked + .accordion-header::before {
    /*content: '+';*/
    display: inline-block;
    text-align: right;
    width: 1em;
    font-size: 1.em;
    }  
  .accordion-toggle:hover + .accordion-header{
    background-color: #98989A;
    }
  .accordion-toggle:checked + .accordion-header {
    background-color: #6f7271;
    }
    /*** Backgroung con marca de agua ***/
.appointment {
    background: linear-gradient(rgba(250, 252, 251, 0.925), rgba(250, 252, 251, 0.692)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_PRINCIPIO_1_BKG.png);
    background-position: right 75% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 1000px 500px;
    background-attachment: fixed;
}
.appointment2 {
    background: linear-gradient(rgba(250, 252, 251, 0.514), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_PRINCIPIO_2.png);
    background-position: right 75% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 750px 500px;
    background-attachment: fixed;
}
.appointment3 {
    background: linear-gradient(rgba(250, 252, 251, 0.514), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_PRINCIPIO_3.png);
    background-position: right 72% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 750px 500px;
    background-attachment: fixed;
}
.appointment4 {
    background: linear-gradient(rgba(250, 252, 251, 0.514), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_PRINCIPIO_4.png);
    background-position: right 75% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 800px 500px;
    background-attachment: fixed;
}
.appointment5 {
    background: linear-gradient(rgba(250, 252, 251, 0.514), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_PRINCIPIO_5.png);
    background-position: right 74% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 720px 500px;
    background-attachment: fixed;
}
.appointment6 {
    background: linear-gradient(rgba(250, 252, 251, 0.514), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_PRINCIPIO_6.png);
    background-position: right 75% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 860px 500px;
    background-attachment: fixed;
}
.appointment7 {
    background: linear-gradient(rgba(250, 252, 251, 0.514), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_PRINCIPIO_7.png);
    background-position: right 75% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 680px 500px;
    background-attachment: fixed;
}
.appointmentec {
    background: linear-gradient(rgba(250, 252, 251, 0.274), rgba(250, 252, 251, 0.137)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_DIPLOMADOS_Y_CURSOS.png);
    background-position: right 70% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 680px 500px;
    background-attachment: fixed;
}
.appointmentabc {
    background: linear-gradient(rgba(250, 252, 251, 0.068), rgba(250, 252, 251, 0.219)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_EL_ABC_DEL_CUENTA_HABIENTE.png);
    background-position: right 70% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 680px 500px;
    background-attachment: fixed;
}
.appointmentdc {
    background: linear-gradient(rgba(250, 252, 251, 0.205), rgba(250, 252, 251, 0)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_FONDO_DATOS_CURIOSOS.png);
    background-position: right 70% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 680px 500px;
    background-attachment: fixed;
}
.appointmentgg {
    background: linear-gradient(rgba(250, 252, 251, 0.205), rgba(250, 252, 251, 0)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_MUJER_FONDO_Glosario_Genero.jpg);
    background-position: right 70% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 680px 500px;
    background-attachment: fixed;
}
.appointmentefm {
    background: linear-gradient(rgba(250, 252, 251, 0.205), rgba(250, 252, 251, 0)), url(/accionessociales/img/marcaagua/RECURSOS_SISTEMAS_MUJER_FONDO_Mujer.jpg);
    background-position: right 70% bottom 45% ;
    background-repeat: no-repeat;
    background-size: 680px 500px;
    background-attachment: fixed;
}
    /*** Efectos para botones inferiores ***/
.video-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.video-button:hover {
    transform: scale(1.2); /* Efecto de zoom */
}
.foto-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.foto-button:hover {
    transform: scale(1.2); /* Efecto de zoom */
}
.infografias-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.infografias-button:hover {
    transform: scale(1.2); /* Efecto de zoom */
}
.boletin-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.boletin-button:hover {
    transform: scale(1.2); /* Efecto de zoom */
}
.glosario-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.glosario-button:hover {
    transform: scale(1.2); /* Efecto de zoom */
}

/*** Estilo para texto de titulos video ***/
.video-caption {
    font-family: Arial, sans-serif; /* Cambia la fuente si es necesario */
    position: absolute;
    bottom: 0; /* Coloca el subtítulo en la parte inferior */
    left: 0;
    width: 100%; /* Ocupa todo el ancho */
    text-align: center; /* Centra el texto */
    color: #ffffff;
    background-color: #00796b;
    font-size: 16px; /* Aumenta el tamaño de la fuente si es necesario */
}

/*** Estilo para Slider ***/
.image-slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center; /* Centra la imagen horizontalmente */
    align-items: center; /* Centra la imagen verticalmente */
    height: 80vh; /* Ajusta la altura del contenedor */
}

.slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto; /* Permite que la imagen mantenga su proporción */
    height: auto; /* Permite que la imagen mantenga su proporción */
    transition: transform 0.5s ease;
}

.slide:hover img {
    transform: scale(1.1);
}

.caption {
    position: absolute;
    bottom: 0; /* Coloca el subtítulo en la parte inferior */
    left: 0;
    width: 100%; /* Ocupa todo el ancho */
    text-align: center; /* Centra el texto */
    color: #ffffff;
    background-color: #00796b;
    padding: 10px 0; /* Espaciado vertical */
    font-size: 18px; /* Aumenta el tamaño de la fuente si es necesario */
    z-index: 1; /* Asegura que el subtítulo esté por encima de la imagen */
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00796ba4;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 2; /* Asegura que los botones estén por encima de la imagen */
    transition: background-color 0.3s ease; /* Efecto de transición */
}

button.prev:hover, button.next:hover {
    background-color: #00796B; /* Color más oscuro al pasar el mouse */
}
button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

/*** Estilo para Tabla ***/
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  border: 2px solid #ffffff46;
  border-radius: 20px;
  overflow: hidden
}
th, td {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 20px;
  text-align: left;
}
th {
  background-color: #01796B; /* Azul oscuro */
  color: white;
}
td {
  background-color: #80BCB5; /* Gris claro */
}

/*** Hipervinculos para titulos de portadas ***/
.hpportadas {
    color: white; /* Color del texto normal */
    font-weight: normal; /* Sin negritas en hover y active */
    
}

.hpportadas:hover,
.hpportadas:active {
    color: white; /* Color del texto en hover y active */
    font-weight: bold; /* Negritas en el estado normal */
}
