/* GLOBAL STYLES
-------------------------------------------------- */
body {
  font-family:'Encode Sans', sans-serif; 
  color: #333;
  background-color: #E2E2E2; 
}

a {
  color: #009aae;
  text-decoration: none !important;
}


/* TITULO SECCIÓN */
.seccion-title {
  font-weight: 900; /* Black */
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* BAJADAS SECCIÓN | Es para los <div> que ahoran son <p> */
.seccion-bajada {
  font-size: 1.1rem;
}

.seccion-bajada-mapa {
  font-size: 1.2rem;
}


.custom-title-interesar h3 {
  font-size: 2rem;
  font-weight: 900; /* Black */
  text-transform: uppercase;
}

@media (max-width: 1080px) {
    .seccion-title {      
      font-size: 1.8rem !important;
  }

    .seccion-bajada {
      font-size: 0.9rem !important;
  }

  .seccion-bajada-mapa {
      font-size: 0.9rem !important;
  }

  .custom-title-interesar h3 {
    font-size: 1.5rem;
    font-weight: 900; /* Black */
    text-transform: uppercase;
  }

    .wrapper-main {
      padding-top: 40px !important;

  }

    .wrapper-interesar-destinos {
      padding-top: 70px !important;
      padding-bottom: 0px;
  }

}


/* SUBTITULOS SECCIÓN */
.seccion-subtitle-1 {
  font-weight: 900; /* Black */
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .seccion-subtitle-1 {
    font-weight: 900; /* Black */
    font-size: 2rem;
    text-transform: uppercase;
  }
}


/* texts */
.text-green {
  color: #00AFC4 !important;
}

/* WRAPPERS */
.wrapper-main {
    padding-top: 70px;
    padding-bottom: 40px;
}

.wrapper-last-home {
    padding-top: 100px;
    padding-bottom: 0px;
}

.wrapper-botonera {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper-interesar {
    padding-top: 100px;
    padding-bottom: 0px;
}

.wrapper-interesar-destinos {
    padding-top: 150px;
    padding-bottom: 0px;
}

.wrapper-destinos {
    padding-top: 60px;
    padding-bottom: 0px;
}

.wrapper-alojamiento {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper-white {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
}

/* FOOTER
-------------------------------------------------- */
.footer-logo {
  background-color:#C3C3C3;
  padding: 2rem !important;
}

.footer-logo img {
  max-height:100px;
}

@media (max-width: 1080px) {

  .footer-logo {    
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.footer-logo img {
    max-height: 85px;
}    

}

/* MAPA REGIONES
-------------------------------------------------- */
.map-container {
  max-width: 500px;
  margin: 0 auto;
}

.region-path {
    fill: #686868; /* Color predeterminado (inactivo) */
    stroke: #fff;
    stroke-width: 1;
    cursor: pointer;
    transition: fill 0.3s ease; /* Transición suave para el cambio de color */
}

.circle {
    fill: #686868; /* Color predeterminado (inactivo) */
    cursor: pointer;
    transition: fill 0.3s ease;
}


.map-container {
    width: 50%; /* Ocupa todo el ancho del contenedor padre */
    max-width: 100%; /* Evita que desborde el contenedor */
    height: auto; /* Permite que la altura se ajuste automáticamente */
    overflow: visible; /* Asegura que el SVG escalado no se corte */
}

.map-container svg {
    width: 100%; /* El SVG ocupa el ancho completo del contenedor */
    height: auto; /* Mantiene las proporciones basadas en el viewBox */
    display: block; /* Elimina espacios no deseados debajo del SVG */
}

@media (max-width: 767px) {
    .map-container {
    width: 100%; /* Ocupa todo el ancho del contenedor padre */
  }
}


/* VIDEO HOME
-------------------------------------------------- */
.video-section {
  position: relative;
  width: 100%;
  height: 600px; /* Ajusta la altura según tus necesidades */
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la sección */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Capa oscura para mejor legibilidad del texto */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.overlay h2 {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
  text-transform: uppercase;
  max-width: 50%;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
}

.overlay p {
  color: white;
  font-size: 1.4rem;
  max-width: 50%;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1.9);
}


@media (max-width: 1080px) {

  .overlay {
    padding: 0rem 2rem 2rem 2rem;
  }

  .overlay h2 {
      font-size: 1.6rem !important;
      line-height: 2rem !important;
      max-width: 100%;
  }

  .overlay p {
      font-size: 1.1rem;
      line-height: 1.6rem;
      max-width: 100%;
  }
}


/* CAJAS FIESTAS
-------------------------------------------------- */
.image-box {
    position: relative;
    overflow: hidden;
    transition: opacity 0.3s;
}
.image-box img {
    width: 100%;
    height: auto;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.image-box:hover {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .image-box {
        height: 400px;
    }
    .image-box img {
        object-fit: cover;
        height: 100%;
    }
}


@media (max-width: 1080px) {

  .overlay-text {
    font-size: 2rem;
  }
}



/* ACCORDIONS/CAJAS (PARA LIMPIAR) */
  .custom-panel {
    border: 1px solid #999;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }

  .custom-panel-header {
    cursor: pointer;
    background-color: #fff;
  }

  .custom-panel-header:hover {
    background-color: #e9ecef;
  }

  .custom-panel-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #333;
    font-weight: bold;
    margin: 0;
  }

  .custom-panel-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0 0 0.3rem 0;
    line-height: 1.2rem;
  }
  .custom-panel-volanta {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0 0 0.3rem 0;
    line-height: 1.2rem;
  }

  .custom-panel-body {
    background-color: #fff;
    padding: 1.25rem;
  }
  .two-line-titles {
    min-height:128px;
  }
  .header_collapse-1 {
    min-height:80px;
  }
  .header_collapse-2 {
    min-height:110px;
  }
  .header_collapse-3 {
    min-height:120px;
  }

  .info-btn {
    width: 260px;
    height: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #E2E2E2;
    border-width: 2px;
    border-color: #6c757d;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    color: #575755;
  }
.info-btn:hover {
    background-color: #D5D5D5;
    border-color: #5a6268;
    color: #4a4a4a;
}
.info-btn:focus {
    background-color: #E2E2E2;
    border-color: #495057;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25); /* Anillo de foco gris */
    color: #575755;
}
.info-btn:active {
    background-color: #CCCCCC;
    border-color: #495057;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra interna */
}
.info-btn:disabled,
.info-btn.disabled {
    background-color: #F8F9FA;
    border-color: #DEE2E6;
    color: #868E96;
    cursor: not-allowed;
    opacity: 0.65;
}

.info-btn:disabled:hover,
.info-btn.disabled:hover {
    background-color: #F8F9FA;
    border-color: #DEE2E6;
    color: #868E96;
    transform: none;
}

  
.naturalmanaque {
    font-weight: 900 !important;
    /* Black */
    word-spacing: 0.6em;
    line-height: 1.4em;
    margin-bottom: 20px;
    ;
  }

  .clickable {
    color: #000;
    /* Color inicial del texto */
  }

  .clickable .icon-wrapper {
    font-size: 3em;
    /* Tamaño del ícono */
    color: #00AFC4;
    /* Color inicial del ícono */
  }

  .clickable .text-wrapper {
    color: #333;
    /* Color inicial del texto, explícito */
  }

  .clickable:hover .icon-wrapper,
  .clickable:hover .text-wrapper {
    color: #333;
    /* Color del ícono y texto al hacer hover */
  }

  /* Opcional: transición suave */
  .clickable .icon-wrapper,
  .clickable .text-wrapper {
    transition: color 0.3s ease;
  }

/* INPUT CON LUPA + TAG CLOUD (PARA LIMPIAR) */
  .search-input {
   text-transform: uppercase;
   border-width: 2px;
   border-color: #6c757d;
   padding-right: 35px;
   background-color: #E2E2E2;
   background-repeat: no-repeat;
   background-position: right 10px center;
   background-size: 16px 16px;
  }

  .margin-buscador { 
    margin-bottom: 1.5rem !important;
  }

  @media (max-width: 812px) {

  .btn-buscador {
   margin-left: 0px !important;
   margin-top: 10px;
   display: block;
   width: 22rem !important;
  }

  .margin-buscador { 
    margin-bottom: 3rem !important;
  }

   .tag-cloud {
    margin-top: 1.5rem;
}
}

    .btn-buscador {
   margin-left: 10px;
 
  }


  .tag-cloud .btn {
   margin: 5px;
   font-size: 1rem;
   background-color: #E2E2E2;
   border-color: #00AFC4;
   border-width: 2px;
   color: #333;
   padding: 6px 14px 8px 14px;
  }
  .tag-cloud {
    justify-content: center;
    max-width: 100%; /* Prevent overflow */
}
  
/* PLANIFICÁ TU VIAJE IMG */  
.viaje-img-left {
   max-width: 180px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   display: block;
  }
  @media (max-width: 768px) {
   .viaje-img-left {
    margin-bottom: 15px;
   }
  }

  .padding-card-resultado {
    padding: 3rem !important;  
  }

   @media (max-width: 768px) {
   .padding-card-resultado {
     padding: 1.5rem !important;
   }
  }

  @media (max-width: 1080px) {
  .card p {
	  font-size: 0.9rem !important;
  }
}

 /* títulos con volanta de la home (PARA LIMPIAR) */


.custom-title-home small {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.margin-top-mapa {
  margin-top: 5rem;
}

.custom-title-home h2 {
  font-weight: 900; /* Black */
  font-size: 2.5rem;
  text-transform: uppercase;
}

@media (max-width: 1080px) {

.custom-title-home h2 { 
  font-size: 1.5rem;

}
}

@media (max-width: 1080px) {

.margin-top-mapa {
  margin-top: 0rem;
}
}


.custom-title-home h3 {
  font-size: 2.5em;;
  font-weight: 900; /* Black */
}

.custom-title-home h4 {
  font-size: 2em;;
  font-weight: 900; /* Black */
}

.custom-title-interesar small {
  font-size: 1rem;
  font-weight: bold;
}


/* TAB ALOJAMIENTO (PARA LIMPIAR) */
.nav-item-aloja {
  margin: 6px;
} 
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #009AAE;
} 
 .nav-pills .nav-link {
  color: #009AAE;
  background-color: #D4D4D4;
  font-size: 1.3em;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #fff;
    font-size: 24px;
    padding: 0 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #009AAE;
}


/* SEARCH INPUT CON LUPA */
.search-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-input {
  padding-right: 40px; /* Espacio para el botón */
  border-radius: 5px !important;
}


.search-btn:hover {
  color: #009AAE;
}

.search-btn:focus {
  outline: 2px solid #009AAE;
  outline-offset: 2px;
}

/* PAGINACIÓN */
.pagination {
  --bs-pagination-color: #009AAE;
  --bs-pagination-bg: transparent;
  --bs-pagination-border-color: #009AAE;
  --bs-pagination-hover-color: #ffffff;
  --bs-pagination-hover-bg: #009AAE;
  --bs-pagination-hover-border-color: #009AAE;
  --bs-pagination-focus-color: #ffffff;
  --bs-pagination-focus-bg: #007a9c;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 154, 174, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #009AAE;
  --bs-pagination-active-border-color: #009AAE;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: #dee2e6;
}

.page-link {
  color: #009AAE !important;
  border-color: #009AAE !important;
  background-color: transparent !important;
  transition: all 0.2s ease-in-out;
}

.page-link:hover {
  color: #ffffff !important;
  background-color: #009AAE !important;
  border-color: #009AAE !important;
}

.page-link:focus {
  color: #ffffff !important;
  background-color: #007a9c !important;
  border-color: #009AAE !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 154, 174, 0.25) !important;
}

.page-item.active .page-link {
  color: #ffffff !important;
  background-color: #009AAE !important;
  border-color: #009AAE !important;
}

.page-item.active .page-link:hover {
  color: #ffffff !important;
  background-color: #009AAE !important;
  border-color: #009AAE !important;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
  background-color: transparent !important;
  border-color: #dee2e6 !important;
}

.page-item.disabled .page-link:hover {
  color: #6c757d !important;
  background-color: transparent !important;
  border-color: #dee2e6 !important;
}

/* Mejoras visuales */
.page-link {
  font-weight: 500;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  margin: 0 0.125rem;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* BUTTON PLUS */
 .btn-plus-4px {
      width: 40px;
      height: 40px;
      padding: 0;
      background-color: #009aae;
      border: none;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      overflow: hidden;
    }


    /* Línea horizontal: 20px largo x 4px alto */
    .btn-plus-4px::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 4px;
      background: white;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    /* Línea vertical: 4px ancho x 20px alto */
    .btn-plus-4px::after {
      content: '';
      position: absolute;
      width: 4px;
      height: 20px;
      background: white;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    /* Hover */
    .btn-plus-4px:hover {
      background-color: #414042;
    }

    /* Active */
    .btn-plus-4px:active {
      background-color: #008fa1;
      transform: translateY(0);
    }

    /* Focus */
    .btn-plus-4px:focus {
      outline: none;
    }

    /* Disabled */
    .btn-plus-4px:disabled {
      background-color: #b2ebf2;
      opacity: 0.6;
      cursor: not-allowed;
      box-shadow: none;
    }
    .btn-plus-4px:disabled::before,
    .btn-plus-4px:disabled::after {
      background: rgba(255, 255, 255, 0.7);
    }



/* BUTTON INFO */
.info-btn {
    width: 260px;
    height: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #E2E2E2;
    border-width: 2px;
    border-color: #6c757d;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    color: #575755;
  }
.info-btn:hover {
    background-color: #D5D5D5;
    border-color: #5a6268;
    color: #4a4a4a;
}
.info-btn:focus {
    background-color: #E2E2E2;
    border-color: #495057;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25); /* Anillo de foco gris */
    color: #575755;
}
.info-btn:active {
    background-color: #CCCCCC;
    border-color: #495057;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra interna */
}
.info-btn:disabled,
.info-btn.disabled {
    background-color: #F8F9FA;
    border-color: #DEE2E6;
    color: #868E96;
    cursor: not-allowed;
    opacity: 0.65;
}

.info-btn:disabled:hover,
.info-btn.disabled:hover {
    background-color: #F8F9FA;
    border-color: #DEE2E6;
    color: #868E96;
    transform: none;
}

/* 404 PAGE */
.e404 {background: url(https://gba.gob.ar/static/pagina_no_encontrada/img_404_back.png) no-repeat; text-align: center; padding: 50px; color: var(--color_secundario);}
.e404__image {margin-top: 30px;}
.e404__title {font-size: 2rem; font-weight: bold; font-variant: small-caps;}
.e404__btn {color: #fff; background-color: #009aae; border-color:#009aae; border-radius: 0px; padding: 12px 30px 12px 30px;}
.e404__btn:hover {border-color: #009aae; background-color: #414042; color: #fff;}
.e404__description {font-size: 1.3rem; font-weight: 600; margin-top: 40px; margin-bottom: 30px; letter-spacing: 1px;}
@media (min-width: 992px) {.e404 {background-position: center;}}
@media (max-width: 575.98px) {.e404 {padding: 25px; background-position: right;}}    


/* LINKS VERDES */
a {color: #009aae; text-decoration: none;
-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:hover {color:#333 !important; }
a:focus {outline: none; text-decoration: none; }