/* ============================= */
/* STYLES - CARILOTURISMO */
/* ============================= */
/* 1. RESETEO Y BASE */
/* 2. LAYOUT GENERAL */
/* 3. NAVBAR */
/* 4. TARJETAS Y COMPONENTES */
/* 5. BLOG, PUBLICACIONES, CIUDADES */
/* 6. FOOTER */
/* 7. MEDIA QUERIES RESPONSIVE */
/* ============================= */

/* ============================
   OPTIMIZACIÓN DE FUENTES
   Forzar font-display en librerías externas
   ============================ */

/* Bootstrap Icons */
@font-face {
    font-family: "bootstrap-icons";
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.0/font/fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* Font Awesome */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Google Fonts (por si los querés forzar también) */
@font-face {
    font-family: "Sacramento";
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/sacramento/v17/buEzpo6gcdjy0EiZMBUG4C0f_f5Iai0.woff2") format("woff2");
}

@font-face {
    font-family: "Sulphur Point";
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/sulphurpoint/v16/RLp5K5vv8KaycDcazWFPBj2adf4YuoMtXHs.woff2") format("woff2");
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
}
.slider-span {
  color: #ff3d1c;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Sacramento", cursive;
  margin-bottom: 10px;
  display: block;
}
.slider-h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Sulphur Point", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.carousel-inner-portada {
  max-height: 600px !important;
}
.carousel-inner {
  max-height: 800px !important;
}
.carousel-item-portada {
  height: 600px;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 24px;
  height: 24px;  
}
.carousel-control-prev-icon::before {
  content: "\2039";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #ff3d1c;
}
.carousel-control-next-icon::before {
  content: "\203A";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #ff3d1c;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.carousel-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.search-box button[type="submit"] {
  width: 30%;
  color: #ff3d1c;
  border-color: #ff3d1c;
}
.search-box:hover button[type="submit"] {
  background-color: #ff5a3e;
  color: #ffffff;
}
.search-box input[type="search"] {
  width: 70%;
}
.navbar-custom {
  background-color: #010e21;
  border-bottom: 2px solid #ff3d1c;
}
.navbar-custom .navbar-brand img {
  max-height: 70px;
}
.navbar-custom .navbar-toggler {
  border-color: #ff3d1c;
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml; charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 61, 28, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml; charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-nav .nav-link {
  color: #ffffff;
  margin-right: 20px;
  font-size: 18px;
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: #ff3d1c;
}
.navbar-custom .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-custom .navbar-toggler:focus {
  outline: none;
}
.navbar-custom .navbar-toggler:hover {
  background-color: #ff3d1c;
}
.navbar-custom .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml; charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-collapse {
  background-color: #010e21;
}
.navbar-custom .navbar-nav .dropdown-menu {
  background-color: #010e21;
}
.navbar-custom .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar-custom .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #ff3d1c;
}
.navbar-custom .modal-content {
  background-color: #010e21;
  color: #ffffff;
}
#btn-scroll-top {
  /*display: none;*/
  font-size: 25px;
  visibility: hidden;
}
.seccion-espacio {
  margin-top: 120px !important;
}
.seccion-espacio-init {
  margin-top: 70px !important;
}
.seccion-espacio-end {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.subtitle-card {
  color: #ff3d1c;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  font-family: "Sacramento", cursive;
}
.card-title {
  font-weight: bold;
  font-family: "Sulphur Point", sans-serif;
}
.card-title-h1 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.3;
  margin-bottom: 13px;
}
.business-card:hover img {
  transform: scale(1.05);
  background-position: 50% 50%;
  background-size: contain;
  transition: transform 0.4s ease-in-out;
}
.category-card {
  position: relative;
  overflow: hidden;
}
.category-card:hover {
  background-color: rgba(1, 14, 33, 1);
  color: #ffffff !important;
}
.category-card .card-body {
  position: relative;
  z-index: 1;
}
.big-icon {
  color: #ff3d1c;
  transition: color 0.4s ease-out;
}
.big-icon:hover {
  color: #ff3d1c;
}
.category-card:hover .card-body h5 {
  color: #fff;
}
.carousel-control-prev-custom,
.carousel-control-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;      /* área más grande para clic/touch */
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px !important; /* incrementa zona activa */
}
.carousel-control-prev-custom {
  left: -10px;
}
.carousel-control-next-custom {
  right: -10px;
}
.city-card:hover img {
  transform: scale(1.05);
  background-position: 50% 50%;
  background-size: contain;
  transition: transform 0.4s ease-in-out;
}
.blog-card:hover img {
  transform: scale(1.05);
  background-position: 50% 50%;
  background-size: contain;
  transition: transform 0.4s ease-in-out;
}
.img-hover-effect-container {
  overflow: hidden;
  height: 230px;
  position: relative;
}
.img-hover-effect-container-blog {
  overflow: hidden;
  height: 400px;
  position: relative;
}
.img-hover-effect {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.img-hover-effect:hover {
  transform: scale(1.05);
}
.mt-80 {
  margin-top: 80px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services-area {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.services-area .single-services .services-icon {
  margin-bottom: 50px;
  width: 67px;
  height: 67px;
  background: #fff;
  line-height: 67px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.services-area .single-services .services-icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 50%;
  transition: 0.5s;
  border: 2px dashed #ff3d1c;
  box-sizing: border-box;
  animation: animate 10s linear infinite;
}
@keyframes animate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
.services-area .single-services .services-icon span {
  color: #ff3d1c;
  font-size: 38px;
  display: block;
}
.services-area .single-services .services-cap h5 > a {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area .single-services .services-cap h5 > a {
    font-size: 29px;
  }
}
.services-area .single-services .services-cap p {
  margin-bottom: 0px;
  font-size: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area .single-services .services-cap p {
    font-size: 15px;
  }
}
.single-services {
  position: relative;
}
.single-services .shape1 {
  position: absolute;
  right: -61%;
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services .shape1 {
    right: -75%;
    top: 40px;
  }
}
.single-services .shape2 {
  position: absolute;
  right: -61%;
  top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services .shape2 {
    right: -80%;
    top: 40px;
  }
}
footer {
  background-color: #010e21;
}
.estrecho {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.landscape-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card {
  border: none;
}
.card-title {
  font-weight: bold;
}
.card-footer-custom {
  background-color: #010e21;
}
footer a {
  color: #fff;
  text-decoration: none !important;
}
.bi-custom {
  font-size: 2em;
}
.copyright-line {
  width: 75%;
  margin: 0 auto;
}
.btn-primary {
  color: #ffffff !important;
  border-color: #ff3d1c !important;
  background-color: #ff3d1c !important;
  font-size: 18px !important;

  text-shadow: 0 0 0.7px rgba(0,0,0,0.35), 0 0 0.3px rgba(0,0,0,0.25) !important; /* Mejora contraste WCAG sin cambiar color */
  border-width: 1.25px !important; /* mejora contraste y foco */
  filter: contrast(110%) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
  color: #ff3d1c !important;
  border-color: #ff3d1c !important;
  background-color: #ffffff !important;
}
.btn-outline-primary {
  color: #ff3d1c !important;
  /*border-color: #ff3d1c !important;*/
  border-color: currentColor !important;
  font-size: 18px !important;
  text-shadow: 0 0 0.7px rgba(0,0,0,0.35), 0 0 0.3px rgba(0,0,0,0.25) !important; /* Mejora contraste WCAG sin cambiar color */
  border-width: 1.25px !important; /* mejora contraste y foco */
  filter: contrast(110%) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  color: #ffffff !important;
  background-color: #ff3d1c !important;
  border-color: #ff3d1c !important;
}
.btn-close {
  color: #ffffff !important;
  background-color: #ff3d1c !important;
  border-color: #ff3d1c !important;
  font-size: 18px !important;
  opacity: none;
}
.btn-close:hover,
.btn-close:active,
.btn-close:focus,
.btn-close:focus-visible {
  color: #ffffff !important;
  background-color: #ff3d1c !important;
  border-color: #ff3d1c !important;
  box-shadow: none;
}
.form-control:focus {
  color: #ff3d1c !important;
  border-color: #ff3d1c !important;
  box-shadow: none !important;
}
.social-icons-container {
  display: flex;
  gap: 10px;
}
.icon-instagram {
  color: #d43089;
}
.icon-facebook {
  color: #1877f2;
}
.icon-x {
  color: #000000;
}
.icon-whatsapp {
  color: #25d366;
}
@media (min-width: 350px) {
  .slider-span {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .slider-h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .carousel-caption {
    top: 130px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 70%;
  }
  #map {
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 450px) {
  .slider-span {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .slider-h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .carousel-caption {
    top: 130px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 70%;
  }
  #map {
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 550px) {
  .slider-span {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .slider-h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .carousel-caption {
    top: 110px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 70%;
  }
  #map {
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 650px) {
  .slider-span {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .slider-h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .carousel-caption {
    top: 110px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 70%;
  }
  #map {
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 750px) {
  .slider-span {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 90px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 70%;
  }
  #map {
    width: 100%;
    height: 700px;
  }
}
@media (min-width: 850px) {
  .slider-span {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 190px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 60%;
  }
  #map {
    width: 100%;
    height: 700px;
  }
}
@media (min-width: 950px) {
  .slider-span {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 180px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 50%;
  }
}
@media (min-width: 1050px) {
  .slider-span {
    font-size: 60px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 160px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 45%;
  }
}
@media (min-width: 1150px) {
  .slider-span {
    font-size: 60px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 160px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 45%;
  }
}
@media (min-width: 1250px) {
  .slider-span {
    font-size: 65px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 65px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 150px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 45%;
  }
}
@media (min-width: 1350px) {
  .slider-span {
    font-size: 70px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 70px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 150px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 45%;
  }
}
@media (min-width: 1450px) {
  .slider-span {
    font-size: 75px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 75px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 150px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 40%;
  }
}
@media (min-width: 1550px) {
  .slider-span {
    font-size: 75px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 75px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 150px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 40%;
  }
}
@media (min-width: 1650px) {
  .slider-span {
    font-size: 75px;
    margin-bottom: 25px;
  }
  .slider-h2 {
    font-size: 75px;
    margin-bottom: 25px;
  }
  .carousel-caption {
    top: 150px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    top: 70%;
  }
  .search-box {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .carousel-item-portada {
    height: 400px !important;
  }
}
#blog .tips-list {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#blog .tips-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  #blog .tips-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    overflow-x: visible !important;
  }
  #blog .tips-list .blog-card {
    min-width: auto !important;
    max-width: none !important;
    margin-right: 0rem !important;
  }
}
#publicaciones .publicaciones-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(85%, 85%);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.25rem;
}
#publicaciones .publicaciones-list::-webkit-scrollbar {
  display: none;
}
#publicaciones .publicaciones-list .business-item {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}
#publicaciones .publicaciones-list .card-img-top {
  height: 140px;
}
@media (min-width: 992px) {
  #publicaciones .publicaciones-list {
    display: grid !important;
    grid-auto-columns: auto;
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    gap: 1.5rem;
    overflow-x: visible !important;
  }
  #publicaciones .publicaciones-list .business-item {
    width: auto;
  }
  #publicaciones .publicaciones-list .card-img-top {
    height: 300px !important;
  }
}
#ciudadesamigas .city-list {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#ciudadesamigas .city-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  #ciudadesamigas .city-list {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    overflow-x: visible !important;
  }
  #ciudadesamigas .city-list .city-card {
    min-width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
  }
}

/* ===== GALERÍA ADAPTATIVA ===== */

/* MOBILE → Carrusel con scroll horizontal (sin mostrar scrollbar) */
.gallery-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;

    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

/* Cada ítem ocupa 80% del ancho en móviles */
.gallery-item {
    flex: 0 0 80%;
    scroll-snap-align: start;
}

/* Imagen con tamaño fijo para estética del sitio */
.gallery-img-fixed {
    height: 260px;         /* ← ajustable, mantenés estética anterior */
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;   /* respeta tu estilo */
}

.gallery-img-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* recorta sin deformar */
    display: block;
}

/* DESKTOP → 2 columnas, sin scroll */
@media (min-width: 768px) {
    .gallery-scroll {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow: visible;
        gap: 2rem;
    }

    .gallery-item {
        flex: none;
    }
}

.description-text {
    font-size: 1.25rem;  /* similar a h5 */
    font-weight: 500;
    margin: 0;
}

/* BANNERS PUBLICITARIOS */
.banner-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mobile-bottom-banner {
    display: none; /* oculto al cargar */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    padding: 5px 10px;
    text-align: center;
    border-top: 1px solid #333;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}
.mobile-bottom-banner img {
    max-height: 60px;
    width: auto;
}
.mobile-bottom-banner .close-banner {
    position: absolute;
    left: 10px;
    top: 5px;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}

/* BOTÓN WHATSAPP EN BANNERS PUBLICITARIOS */
.banner-wrapper {
    position: relative;
}

.banner-whatsapp-float {
    position: absolute;
    /*bottom: 12px;*/           /* margen inferior */
    /*top: 12px;*/
    right: 12px;            /* esquina inferior derecha */
    top: 80%;         /* punto medio vertical */
    transform: translateY(-80%); /* corrige la mitad del alto */
    width: 48px;
    height: 48px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 10;
    transition: transform 0.2s ease, background 0.2s ease;
}

.banner-whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.08);
}

/* BANNER PUBLICITARIO EN EL MODAL*/
/* Fondo oscuro */
.ad-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9990;
}

/* Contenedor del modal */
.ad-modal {
    position: fixed; /* necesario */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    width: 550px;
    background: transparent; /* no tapa la imagen */
    z-index: 9991; /* encima del overlay */
}

/* Contenido */
.ad-modal-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Imagen responsive */
.ad-modal-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Botón cerrar */
.ad-modal-close {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9992;
}

/* SCROLL BUTTON Y WHATSAPP */
.floating-actions {
    position: fixed;
    left: 20px;
    bottom: 20%;          /* tu posición óptima para el pulgar */
    display: flex;
    flex-direction: column;
    gap: 8px;             /* separación pequeña entre botones */
    z-index: 9999;
}

/* WhatsApp */
.btn-whatsapp-float {
    background: #25D366;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 10;
    transition: transform 0.2s ease, background 0.2s ease;
}

.btn-whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.08);
}

