/* Estilos para mostrar nuevamente el contenido en pantallas más grandes */
@media (min-width: 1601px) {
  body {
    display: block;
  }
}

@font-face {
  font-family: 'KumbhSans';
  src: url('../font/KumbhSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'KumbhSans-Bold';
  src: url('../font/KumbhSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'ZenLoop-Regular';
  src: url('aseets/font/ZenLoop-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}


/* Definición de las variables de colores */
:root {
  --Rojo: #C8000D;
  --GrisOscuro: #242424;
  --GrisClaro: #A0A0A0;
  --Blanco: white;
  --GrisOscuroSombra: #242424f9;
}

.popupmenu-carteles {
  display: none;
  width: 100%;
  height: 100vh;
}


.popupmenu-carteles-active {
  transform: translate(0px, 0px);
  top: 0 !important;
  left: 0 !important;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--GrisOscuroSombra);
  animation: zoomIn;
  animation-duration: 1s;
  z-index: 999999 !important;
}

.popupViaPublica {
  display: none;
  width: 100%;
  height: 100vh;
}


.popupViaPublica-active {
  transform: translate(0px, 0px);
  top: 0 !important;
  left: 0 !important;
  display: block;
  position: fixed;

  width: 100%;
  height: 100vh;
  background-color: var(--GrisOscuroSombra);
  animation: zoomIn;
  animation-duration: 1s;
  z-index: 999999 !important;
}

.popmenu-interno {
  margin-top: 7% !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
  margin-bottom: 14% !important;
  ;
}

.mapid-oculto {
  display: none;
}

.img_carteles-movil {
  float: right !important;
  z-index: 999999999 !important;
  width: 20px !important;
}

body {
  background-color: var(--GrisOscuroSombra) !important;
}

@media (max-width: 768px) {

  /* Ajuste el tamaño de las imágenes en el carrusel */
  #carouselExampleIndicators .carousel-inner img {
    max-width: 100%;
    height: auto;
  }

  /* Ajuste el tamaño de las miniaturas */
  #carouselExampleIndicators .carousel-indicators img {
    max-width: 50px;
    /* Tamaño de las miniaturas en dispositivos móviles */
    height: auto;
  }

  #carouselExample {
    padding-top: 20px !important;
    width: 100%;
  }

  .img-thumbnail {
    padding: 0px !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    max-width: 100%;
    width: 100% !important;
  }

  .row.mx-auto.mt-3>.col-3:first-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .row.mx-auto.mt-3>.col-3:nth-child(1) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  .row.mx-auto.mt-3>.col-3:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  .row.mx-auto.mt-3>.col-3:nth-child(3){
    padding-left: 0px !important;
    padding-right: 7.5px !important;
  }

  .row.mx-auto.mt-3>.col-3:nth-child(4){
    padding-left: 7.5px !important;
    padding-right: 0px !important;
  }


  .descripcion-viapublica{
    color: white;
    font-family: 'KumbhSans';
  }

  .descripcion-viapublica h1{
    font-size: 32px;
    font-family: 'KumbhSans-bold';
  }
  .descripcion-viapublica h4{
    font-size: 18px;
    font-family: 'KumbhSans';
  }

  .descripcion-viapublica p{
    font-size: 14px;
    font-family: 'KumbhSans';
    font-weight: 15px;
    margin-bottom: 0px ;
  }

  .img-arrow{
    width: 35px;
  }

  .flechas span{
    color: white;
    font-size: 22px;
  }

  .flechas{
    margin-top: 10vh;
    padding: 0 !important;
  }

  .derecha{
    float: right;
  }
  .popmenu-interno-movil{
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin: 0 !important;
  }

  .btn-cierre{
    height: 20px !important;
    padding: 0 !important;
  }

  .iframe-full-screen{
    height: 24.35% !important;
  }

}