/*
Theme Name: Muqui
Author: Dardo Creativo
Author URI: http://www.dardocreativo.com/
Version: 1.0
*/

@font-face {
    font-family: HelveticaLTStd_REGULAR;
    src: url(css/fonts/HelveticaLTStd_REGULAR.otf);
}
@font-face {
    font-family: Inter;
    src: url(css/fonts/Inter-Regular.ttf);
}
body {
    margin: 0;
    font-family: Inter;
    font-size: 16px;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: black;
}
ul {
    margin: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, p {
    margin: 0;
    font-weight: normal;
}
/*Textos */

.HelveticaLTStd_REGULAR {
    font-family: HelveticaLTStd_REGULAR;
}
.Inter {
    font-family: Inter;
}
.Inter-bold {
    font-family: Inter;
    font-weight: 700;
}
.Inter-medium {
    font-family: Inter;
    font-weight: 400;
}
.line-height {
    line-height: 1;
}
.fs-18 {
    font-size: 1.13rem;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-16 {
    font-size: 16px;
}
/* Color */

.texto-blanco {
    color: white !important;
}
.fondo-blanco {
    background-color: white !important;
}
.texto-negro {
    color: #333334 !important;
}
.fondo-negro {
    background-color: #333334 !important;
}
.texto-gris {
    color: #F6F6F6 !important;
}
.fondo-gris {
    background-color: #F6F6F6 !important;
}
.texto-amarillo {
    color: #FFCB05 !important;
}
.fondo-amarillo {
    background-color: #FFCB05 !important;
}
.texto-gris-claro {
    color: #F3F7FC !important;
}
.fondo-gris-claro {
    background-color: #F4F4F4 !important;
}
.texto-rojo {
    color: #E31E25 !important;
}
.fondo-rojo {
    background-color: #E31E25 !important;
}
.texto-verde {
    color: #87BC40 !important;
}
.fondo-verde {
    background-color: #87BC40 !important;
}
.w-max {
    width: max-content;
}
/* HEADER */

/* Generales */

.owl-carousel .owl-item {
    left: 0px !important;
}
.owl-botones-carrusel .owl-prev {
    float: left;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0px;
}
.owl-botones-carrusel .owl-next {
    float: right;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 0px;
}
.botones-generales-carousel .owl-next {
    background-image: url("image/flecha_der.png");
    zoom: 1;
}
.botones-generales-carousel .owl-prev {
    background-image: url("image/flecha_izq.png");
    zoom: 1;
}
.owl-botones-carrusel .owl-next:focus {
    outline: none
}
.owl-botones-carrusel .owl-prev:focus {
    outline: none
}
.owl-stage-outer {
    padding: 0px;
}
/* Fin Generales */

/* MENU 1*/

.texto-redes-menu, .texto-redes-menu label {
    font-size: 14px;
    cursor: pointer;
}
.padding_menu {
    padding-top: 110px !important;
}
.padding_menu_otros {
    padding-top: 85px !important;
}
#nav_menu {
    /* position: fixed !important; */
    width: 100%;
    /* box-shadow: 0px 5px 15px -9px rgb(178 178 178); */
    z-index: 1004;
}
.nav-item-submenu {
    display: none;
    position: absolute;
    width: max-content;
    min-width: 140px;
    background: white;
    padding: 9px 20px;
    text-align: left;
}
.nav-item-submenu-item {
    list-style: none;
    cursor: pointer;
}
.nav-item:hover>.nav-item-submenu {
    display: block;
}
.flecha_label{
    transition: .2s linear;
}
.nav-item:hover .flecha_label {
    transform: rotate(90deg);
}
.nav-item-submenu li a {
    display: block;
    font-weight: 700;
}
.height_menu, .boton-suscribirse-menu {
    height: 70px
}
.texto_a_menu a {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
}
.texto_a_menu a:hover {
    /* color: #ffebd0 !important; */
}
.border_menu_mobile:hover {
    background-color: #F0BD08;
}
.div_contenedor_input {
    width: 400px;
}
.texto_input_buscar {}
.texto_input_buscar::placeholder {
    color: black;
}
.imagen_buscar_menu {
    width: 35px;
    vertical-align: middle;
    position: absolute;
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.div_contenedor_imagen_logo {
    /*left: 16%;*/
    width: max-content;
    z-index: 9;
    /*transform: translate(0, -50%);
    top: 25%;*/
}
.imagen_menu {
    position: relative;
    height: auto !important;
    max-width: none !important;
}
.movimiento_menu {
    position: relative;
    /*left: 85px;*/
    /*padding-left: 170px;*/
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.imagen_iconos_menu_buscar {
    right: 15px;
    /*background: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    cursor: pointer;
}
.imagen_iconos_menu {
    width: 25px;
    object-fit: scale-down;
    position: absolute;
}
.imagen_iconos_menu_user_carrito {
    height: 23px !important;
    object-fit: scale-down;
    position: relative;
}
.li_productos:hover>.desplegable_prodcutos {
    display: flex;
}
.desplegable_prodcutos {
    transform: translate(-50%, 0);
    top: 56px;
    left: 50% !important;
}
.desplegable_prodcutos.show {
    display: flex;
}
.imagen_redes_menu img {
    width: 30px;
    object-fit: scale-down;
}
.imagen_redes_menu_arriba img {
    width: 40px;
    object-fit: scale-down;
}
#icon_menu .navbar-toggler-icon {
    background-image: url(image/menu-mobile.png);
    width: 46px !important;
    height: 45px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#boton_menu_responsive {
    outline: none;
    border: none;
    box-shadow: none;
}
.menuItemContent {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 48px;
}
.boton_cerrar_menu .navbar-toggler-icon {
    background-image: none !important;
}
/* FIN MENU 1*/
.imagen_pc{
    height: 600px;
    object-fit: cover;
}
/* FIN HEADER*/

/* BANNER */

.contenedor_info_banner {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 8%;
    width: 700px;
}
.carousel-control-prev {
    width: 4%;
}
.carousel-control-next {
    width: 4%;
}
.btn-seguir-leyendo {}
/* FIN BANNER */

/* INFO TARJETAS */

.contenedor-tarjetas-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    position: relative;
    top: -40px;
    z-index: 1;
}
.item-tarjeta-info {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    width: max-content;
}
.imagen-info-tarjetas {
    height: 245px;
    width: 340px;
    object-fit: cover;
}
/* FIN INFO TARJETAS */

/* NOTICIAS */

.contenedor-noticias {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
.iconos-titulos-secciones {
    width: 70px;
    object-fit: scale-down;
}
.imagenes-noticas {
    width: 100%;
    object-fit: cover;
    height: 223px;
}
.btn-seguir-leyendo-borde {
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #E31E25;
}
.btn-seguir-leyendo-borde:hover {
    background-color: #E31E25;
    color: white !important;
}

.texto-descripcion-noticia {
    /*max-height: calc(1.2em * 4);*/
    height: calc(1.2em * 10);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.texto-descripcion-noticia-galeria{
    height: calc(1.2em * 4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.item-informacion-ultimas-noticias{
    border-bottom: 2px solid #E2E2E2;
}
.contenedor-ultimas-noticias{
    height: max-content;
}
/* FIN NOTICIAS */

/* PUBLIACIONES E INVESTIGACIONES */

.contenedor-imagen-publiacion {
    width: 250px;
}
.contenedor-info-publicaciones {
    border: 1px solid #F4F4F4;
    border-bottom: 2px solid #FFCB05;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    width: calc(100% - 250px);
    overflow-y: scroll;
}
.imagen-publicaciones, .contenedor-info-publicaciones {
    height: 400px;
    /*object-fit: cover;*/
}
.link-leer-publicacion {
    border-bottom: 2px solid #E31E25;
}
.item-informacion-publicacion {
    border-bottom: 2px solid #F4F4F4;
}
.icono-informacion-publiaciones {
    height: 12px;
    width: auto !important;
    object-fit: scale-down;
}

.imagen-publicaciones-detalle{
   height: 300px;
    object-fit: scale-down; 
    text-align: right;
    margin-right: auto;
    width: auto;
}
.contenedor-info-publicaciones-detalle {
    width: calc(100% - 220px);
}
.imagen-compartir-red{
    
}
/* FIN PUBLIACIONES E INVESTIGACIONES */

/* QUIENES SOMOS */

.banner-quienes-somos {}
/* FIN QUIENES SOMOS */

/* NUESTROS MIEMBROS */

.nav-item .active {
    color: #FFCB05;
}
.imagen-miembros {
    width: 174px;
    height: 174px;
    object-fit: scale-down;
}
/* FIN NUESTROS MIEMBROS */

/* NUESTRA HISTORIA */
.imagen-nuestra-historia{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.imagen-quienes-son-nuestros-miembros{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contenedor-nuestras-areas{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.imagen-nuestras-areas{
    width: 100%;
    height: 275px;
    object-fit: cover;
}
/* FIN NUESTRA HISTORIA */

/*FOOTER*/

.logo-footer {}
.contenedor-items-footer {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.5fr 2fr 1.5fr 2fr;
    justify-items: center;
}
.imagen-noticia-footer {
    width: 154px;
    height: 70px;
    object-fit: scale-down;
}
.contenedor-fotos-footer {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
}
.imagen-galeria-footer {
    height: 70px;
    object-fit: scale-down;
}
.titulo-noticia-footer{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*FIN FOOTER*/

/*NOSOTROS*/
.imagen-red-muqui{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.imagen-mision-vision{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.contenedor-texto-objetivos {
    min-height: calc(1.2em * 8.1);
}
/*.texto-descripcion-noticia {
    max-height: calc(1.2em * 6);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}*/
.linea-abajo-item {
    width: 70px;
    height: 4px;
    background-color: #FFCB05;
}
.mision-vision-carrusel {
    /*width: 500px;*/
}
/*FIN NOSOTROS*/

/* CONFLICTOS MINEROS */
.items-conflictos-mineros{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    height: max-content;
}
.texto-descripcion-conflictos {
    /* max-height: calc(1.2em * 4); */
    /* 1.2em es una estimación de la altura de una línea */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Número de líneas a mostrar */
    transition: -webkit-line-clamp 1s ease; /* Agrega transición */
    -webkit-box-orient: vertical;
}
.contenedor-informacion-conflictos{
    min-height: calc(3.8em * 4);
    max-height: max-content;
}
.btn-flotante{
    position: absolute;
    bottom: 25px;
}
.mostrar-checkbox {
    display: none;
}
.mostrar {
    -webkit-line-clamp: unset !important; /* Elimina la limitación */
}

.mostrar+.btn-seguir-leyendo-conflictos{
    position: relative;
    bottom: 0px;
}

/* .btn-seguir-leyendo-conflictos:hover + .texto-descripcion-conflictos{
    max-height: max-content;
    -webkit-line-clamp: initial;
}

.btn-seguir-leyendo-conflictos:hover + .contenedor-informacion-conflictos{
    min-height: auto;
    max-height: max-content;
} */

.item-info{
    border-left: 2px solid #e9e9e9;
}
.item-info-more{
    border-left: 2px solid #000;
}
.tabla-datos-more{
    border: 2px solid black;  
}
.item-tabla{
    word-break: break-word;
}
.imagen-acompanamiento{
    width: auto;
    object-fit: scale-down;
    height: 85px;

}

/* FIN CONFLICTOS MINEROS */

/* CAMPAÑAS */
.contenedor-informacion-campanias{
    min-height: calc(3.3em * 4);
    max-height: calc(3.3em * 4);
}
.texto-descripcion-campanias {
    max-height: calc(1.5em * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.texto-descripcion-campanias img{}
.titulo-descripcion-campanias {
    max-height: calc(22px * 5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* FIN CAMPAÑAS */

/* PUBLICACIONES E INVESTIGACIONES */
.contenedor-filtros{
    width: 240px;
}
.year-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #E2E2E2; 
     /* borde verde */
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    background-color: #FFF;
  }

  .checkbox:checked {
    background-color: #4caf50; /* fondo verde cuando está seleccionado */
    border: 1px solid #E2E2E2;
  }

  .year {
    color: #000; /* color original del texto del año */
    cursor: pointer;
  }
  .contendor-texto-filtro{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px;
  }

  .hidden {
    display: none;
  }

  .no-articles {
    color: black; /* color rojo para el mensaje de "No hay artículos" */
  }
/* FIN PUBLICACIONES E INVESTIGACIONES */

/* NUESTRO TRABAJO */
/*.imagen-persona-propuestas{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    height: 500px;
    object-fit: cover;
}*/

.carrusel-nuestro-trabajo-2{
    width: 565px !important;
}
.item-carrusel-nuestro-trabajo-2{
    width: 450px;
}
.contenedor-botones-llamado-accion{

}
.w-boton-llamado-accion{
    width: 270px;
}
.imagenes-mapa{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.contenedor-informacion-mapas {
    min-height: calc(2.2em  * 4);
    max-height: calc(2.2em  * 4);
}

.texto-titulo-mapa{
    max-height: calc(1.4em * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.texto-items-nuestros-objetivos:hover{
    -webkit-line-clamp: unset;
    max-height: max-content;
}

.texto-items-organizacion:hover{
    -webkit-line-clamp: unset;
    max-height: max-content;
}

.mostrar-texto{
    
}

/* FIN NUESTRO TRABAJO */

/* NOTICIAS */
.pagination{
    flex-wrap: wrap;
}
.page-item.active .page-link{
    background-color: #E31E25;
    border-color: #E31E25;
}
.pagination-sm .page-link{
    margin: 0px 3px;
}
.page-link{
    border: none;
    color: black;
    font-weight: bold;
}
.page-link:hover {
    color: #E31E25;
}
#main .imagen-compartir-red{
    /* margin: 15px 0px; */
    width: 35px;
    object-fit: scale-down;
}

#main p{
    text-align: left;
}
.titulo-noticia{
    
}
.blog-wrapper em{
    
}
/* FIN NOTICIAS */

/* GALERIA VIDEOS */
.items-videos .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(rgba(255, 203, 5, 0.50) 50%, rgba(255, 203, 5, 0.50) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
z-index: 1;
}
.items-videos .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.items-videos .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(237 241 245 / 70%);
  top: -15%;
  left: -15%;
  background: rgba(255, 203, 5, 0.50);;
}
.items-videos .play-btn:hover::after {
  border-left: 15px solid rgba(255, 203, 5, 0.50);;
  transform: scale(20);
}
.items-videos .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }
  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }
  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}

.imagen-fondo-videos{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}

/* FIN GALERIA VIDEOS */

/* GALERIA FOTOS */
.contenedor-galeria-fotos{
    width: calc(100% - 240px);
}
.filtros-galeria{
    height: max-content;
}
.lg-backdrop{
    background-color: #000000c7 !important;
}
.imagenes-galeria-detalle{
    width: 100%;
    object-fit: scale-down;
}
.aniimated-thumbnials{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}
.overlay-imagen{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(255, 203, 5, 0.80);
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    align-items: center;
}
.contenedor-imagen:hover .overlay-imagen {
    opacity: 1;
}
.icono-lupa{
    margin: 0 auto;
    object-fit: scale-down;
}
/* FIN GALERIA FOTOS */

/* NUESTROS ENFOQUES */
.item-nuestros-enfoques{
    width: 500px;
}
.contenedor-parrafos-ejes-trabajo{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    transition: -webkit-line-clamp 1s ease;
    -webkit-box-orient: vertical; 
}
.mostrar-boton-ejes{
    display: none;
}
/* FIN NUESTROS ENFOQUES */

/* FOOTER */
.imagen-iconos-footer{
    
}
/* FIN FOOTER */



/* lg */
@media (max-width: 1560px) {
    .contenedor-noticias {
        grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
    }

    .contenedor-informacion-campanias {
        min-height: calc(3.3em* 5);
        max-height: calc(3.3em* 5);
    }
}

@media (max-width: 1399px) {
    .titulo-descripcion-campanias{
        max-height: calc(22px* 6);
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 1199px) {
    .texto_a_menu a{
        display:block;
    }
    .texto-descripcion-noticia{
        height: calc(1.2em* 14);
        -webkit-line-clamp: 14;
    }

    .titulo-descripcion-campanias{
        max-height: calc(22px* 8);
        -webkit-line-clamp: 8;
    }

    .height_menu, .boton-suscribirse-menu {
        height: auto;
    }
    #header {
        /* position: fixed;
        width: 100%;
        z-index: 1004; */
    }
    .texto_a_menu a:hover {
        color: #000 !important;
        font-size: 16px;
        transition: linear 0.2s;
    }
    .contenedor_menu_mobile {
        box-shadow: 0px 5px 15px -15px rgb(0 0 0);
    }
    .navbar-collapse {
        background-color: #FFCB05 !important;
    }
    #nav_menu .navbar-collapse {
        position: absolute !important;
        left: 0px;
        width: 100%;
        top: 0px;
        z-index: 1003;
    }
    .boton-suscribirse-menu {
        width: max-content;
        margin: 0 auto;
    }
    .nav-item-submenu {
        position: relative;
        width: 100%;
        min-width: 100%;
        background: #ffcb05;
        padding: 9px 20px;
        text-align: left;
        max-height: 142px;
        overflow-y: auto;
    }
    .nav-item-submenu-item br {
        display: none;
    }
    .imagen-info-tarjetas {
        height: 200px;
        width: 280px;
    }
    .contenedor-fotos-footer {
        grid-template-columns: repeat(2, 1fr);
    }
    .mision-vision-carrusel {
        /*width: 445px;*/
    }
    .item-nuestros-enfoques{
        width: 445px;
    }
    .carrusel-nuestro-trabajo-2{
        width: 455px !important;
    }
}
/* md */

@media (max-width: 991px) {
    .imagen-info-tarjetas {
        height: 260px;
        width: 325px;
    }
    .contenedor-tarjetas-info {
        grid-template-columns: repeat(2, 1fr);
    }
    .contenedor-imagen-publiacion, .contenedor-info-publicaciones {
        width: 100%;
    }
    .contenedor-info-publicaciones-detalle{
        width: 100%;
    }
    .imagen-publicaciones, .contenedor-info-publicaciones {
        height: auto;
        object-fit: cover;
    }
    .contenedor-items-footer {
        grid-template-columns: 1fr 1fr;
        justify-items: start;
    }
    .contenedor-fotos-footer {
        grid-template-columns: repeat(3, 1fr);
    }
    .mision-vision-carrusel {
        width: 90%;
    }
    .item-nuestros-enfoques{
        width: 90%;
    }
    .carrusel-nuestro-trabajo-2 {
        width: 94% !important;
    }
    .item-carrusel-nuestro-trabajo-2 {
        width: 100%;
    }
    .aniimated-thumbnials {
        grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    }

    .contenedor-nuestras-areas{
        grid-template-columns: 1fr 1fr;
    }
}
/* sm */

@media (max-width: 767px) {

    .texto-descripcion-noticia {
        height: calc(1.2em* 11);
        -webkit-line-clamp: 11;
    }

    .texto-redes-menu {
        display: none;
    }
    .imagen_mobile {
        height: 600px;
        object-fit: cover;
    }
    .contenedor_info_banner {
        width: 85%;
    }
    .contenedor-tarjetas-info {
        grid-template-columns: auto;
        justify-items: center;
    }
    .mision-vision-carrusel {
        width: 100%;
    }
    .item-nuestros-enfoques{
        width: 100%;
    }
    .btn-flotante {
        position: relative;
        bottom: initial;
    }
    .contenedor-informacion-conflictos {
        min-height: auto;
        max-height: initial;
    }
    .contenedor-informacion-campanias{
        min-height: auto;
        max-height: initial;
    }
    .contenedor-informacion-mapas {
        min-height: auto;
        max-height: initial;
    }
    .contenedor-filtros {
        width: 100%;
    }
    .contenedor-galeria-fotos {
        width: 100%;
    }
    .aniimated-thumbnials {
        grid-template-columns: auto;
    }
    .imagen-detalle-1{
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
}
/* < sm */

@media (max-width: 575px) {
    .imagen_menu {
        height: 50px !important;
    }
    .imagen_mobile {
        height: auto;
        object-fit: cover;
    }
    .item-tarjeta-info, .imagen-info-tarjetas {
        width: 100%;
    }
    .imagen-info-tarjetas {
        height: auto;
    }
    .contenedor-noticias {
        grid-template-columns: auto;
    }
    .contenedor-items-footer {
        grid-template-columns: auto;
    }
    .w-boton-llamado-accion{
        width: 80%;
    }
    .w-boton-grande{
        width: 100% !important;
    }

    .contenedor-nuestras-areas{
        grid-template-columns: auto;
    }
    .imagen-nuestras-areas{
        height: auto;
    }
}

#info_content{
    font-size: 0.8em;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 10px;
}

.contenedor_tarjetas_conflictos{
    height: 392px;
    width: 97%;
    padding-right: 10px;
    overflow-y: scroll;
}

.contenedor_tarjetas_conflictos::-webkit-scrollbar {
    width: 5px; /* Ancho del scroll */
}

.contenedor_tarjetas_conflictos::-webkit-scrollbar-thumb {
    background-color: #FFCB05; /* Color del scroll */
    border-radius: 5px; /* Borde redondeado */
}

@media (max-width: 768px) {
    #tarjetas_mapa h2, #tarjetas_mapa .p-sub-casos{
        text-align: center !important;
    }

    #tarjetas_mapa ul{
        justify-content: center !important;
    }

    .contenedor_tarjetas_conflictos{
        width: 100%;
        overflow-y: initial;
        height: auto;
        padding: 15px;
        gap: 15px;
    }
}

#btn-flotante{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    cursor: pointer;
}

.iframe-video{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.wp-block-gallery.has-nested-images{
    /*display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 15px;
    align-items: center;*/
    display: block;
    text-align: center;
}

.wp-block-gallery figure{
    display: inline-block !important;
    width: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
    margin: 5px !important;
}

.imagen-persona-propuestas {
    height: 300px; /* Altura menor para dispositivos móviles */
    width: auto;
    object-fit: cover;
}

/* Estilos para tablets */
@media (min-width: 768px) {
    .imagen-persona-propuestas {
        height: 450px; /* Altura intermedia para tablets */
    }
}

/* Estilos para pantallas de escritorio */
@media (min-width: 992px) {
    .imagen-persona-propuestas {
        height: 500px; /* Altura mayor para escritorios */
    }
}

#mensaje-btn-flotante{
    position: absolute;
    width: 130px;
    top: -20px;
    left: -100px;
    border-radius: 2em;
    z-index: 1;
    padding: 5px 10px;
    background-color: white;
    filter: drop-shadow(0px 0px 1px black);
    font-size: 14px;
    display: none;
}

#btn-flotante:hover #mensaje-btn-flotante{
    display: block;
}