.language {
    display: flex;
    align-items: center;
    justify-content: end;
  }
 .language img {
    width: 20px;
    margin-right: 5px;
  }
  .ca-ab-item-check {
    grid-template-columns: 1fr 1fr;
}
.ca-item-ch-title {
  font-size: 16px;
  line-height: 16px;
  color: #00060F;
  font-weight: 300;
}
.ca-about-item3 {
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 20px;
  font-weight: 700;
}


.ca-breadcrumb-img {
  padding-top: 250px;
  padding-bottom: 90px;
  background-image: url(/assets/img/fotos/177112123.jpg);
  background-size: cover;
}

.btn-primary{
  background-color: rgb(39, 168, 156);
  border-color: rgb(39, 168, 156);
}
.btn-primary:hover{
  background-color: black;
  border-color:  black;
  transition: .3s;
  color: white;
}

.ca-location-icbox:hover .ca-location-icbox-text a{
  transition: .3s;
  color: white !important;
  opacity: .8;
  height: 165px !important;
}
.ca-cmt-from textarea {
    height: 56px !important;
    padding: 16px !important;
    border: 1px solid #E5E6E7;
}
.expand-slide-ic-box-1 {
  position: absolute;
  background: white;
  height: 100%;
  color: black !important;
  width: 100%;
  padding: 48px 32px;
  transition: .3s;
  overflow-y: auto;
  box-sizing: border-box;
}

a.whatsapp-button {
  position: fixed;
  bottom: 120px;
  right: 50px;
  padding: 7px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4AA455;
}
.fa-brands {
  font-size: 20px;
}

.nav-pills .nav-link.active{
  display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 12px 12px;
    padding-left: 15px;
    color: #4AA455;
    border-radius: 50px;
    background-color: #E7EDF6;
}

.nav-link:focus, .nav-link:hover {
  color: #E7EDF6;
}

.nav-link{
  color: #E7EDF6;
}

.card-deposito{ 
  background-color: rgba(231, 237, 246, 0.8); /* Mantenemos el color de fondo pero lo hacemos ligeramente transparente */
  padding: 65px;
  border-radius: 20px;
  height: 500px;
  width: 600px;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px); /* Aplica un desenfoque al fondo */
}
.card-deposito h3{
  color: #4AA455;
}
.card-deposito p{
  font-size: 16px;
    line-height: 16px;
    color:#5A5D63;
    font-weight: 300;
}

.card-deposito h3{
  text-align: center;
  margin-bottom: 30px;
}

.card-deposito2{
  background-color: #E7EDF6;
  padding: 50px;
  border-radius: 20px;
  height: 215px;
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.2);
}

.card-deposito2 p{
  font-size: 18px;
  color:#5A5D63;
  font-weight: 300;}


  .ca-logo{
    width: 100px;
    margin-left: 65px;
  }

  
@media (max-width: 576px) { /* Bootstrap breakpoint for extra small screens */
  .main-tabs, .fiscal-tabs {
      flex-direction: column; /* Stack tabs vertically on very small screens if needed */
      align-items: center; /* Center align stacked tabs */
  }
  .main-tab-button, .fiscal-tab-button {
      margin-bottom: 0.5rem; 
      width: 100%; 
      text-align: center; 
  }
  .fiscal-tabs .fiscal-tab-button {
      width: auto; /* Allow fiscal tabs to size to content when stacked */
  }
  .ca-logo {
    width: 100px;
margin-left: 15px !important;
    }
}

/* tabs nuevas */

/* Custom styles to override or add to Bootstrap */
.nav-link {
  color: #6b7280; /* text-gray-600 */
  transition: color 0.15s ease-in-out;
}
.nav-link:hover {
  color: #1fa99d; /* hover:text-green-600 */
}
.nav-link.active {
  color: #1fa99d; /* text-green-600 */
  border-bottom: 2px solid #1fa99d; /* border-b-2 border-green-600 */
}
.btn-request-turn {
  background-color: #1fa99d; /* bg-green-500 */
  color: white; /* text-white */
  transition: background-color 0.15s ease-in-out;
}
.btn-request-turn:hover {
  background-color: #1fa99d; /* hover:bg-green-600 */
}
.main-tab-btn {
  position: relative;
  padding-left: 1.5rem; /* px-6 -> 24px approx -> 1.5rem */
  padding-right: 1.5rem; /* px-6 -> 24px approx -> 1.5rem */
  padding-top: 0.75rem; /* py-3 -> 12px approx -> 0.75rem */
  padding-bottom: 0.75rem; /* py-3 -> 12px approx -> 0.75rem */
  transition: all 0.3s ease-in-out;
  border: none;
  background: none;
  cursor: pointer;
}
.main-tab-btn.active {
  color: #1fa99d;
  font-weight: 500;
}
.main-tab-btn.inactive {
  color: #6b7280; 
}
.main-tab-btn.inactive:hover {
  color: #1fa99d; 
}
.main-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px; 
  background-color: white; 
  border-radius: 9999px; 
}
.tab-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1fa99d, #38a169); 
  border-radius: 9999px; 
  height: 4px; 
  bottom: 0;
  transform: translateY(50%); 
  z-index: -1;
}
.fiscal-tab-btn {
  padding-left: 1.5rem; 
  padding-right: 1.5rem; 
  padding-top: 0.5rem; 
  padding-bottom: 0.5rem; 
  font-size: 0.875rem; 
  font-weight: 500; 
  border-radius: 9999px; 
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}
.fiscal-tab-btn.active {
  background-color: white; 
  color: #1fa99d; 
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); 
}
.fiscal-tab-btn.inactive {
  color: white; 
  background-color: transparent;
}
.fiscal-tab-btn.inactive:hover {
  background-color: #1fa99d;
}
.text-bg-fiscal {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.bg-fiscal {
  --bs-bg-opacity: 1;
  background-color: #1fa99d !important;
}
.bg-fiscal-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.rounded-pill {
  border-radius: #1fa99d 1px !important;
}
.content-image-bg {
  background-size: cover; 
  background-position: center; 
}
.content-image-overlay {
   background-image: linear-gradient(to bottom, transparent, #1fa99d); 
}
.icon-green {
  color: #1fa99d;
}
.bg-green-light {
  background-color: #f0fdf4;
}
.text-green-dark {
  color: #1fa99d;
}
.bg-gray-light {
  background-color: #f9fafb; 
}
.text-gray-secondary {
  color: #6b7280; 
}
@media (max-width: 576px) { 
.main-tabs, .fiscal-tabs {
    flex-direction: column;
    align-items: center; 
}
.main-tab-btn, .fiscal-tab-btn {
    margin-bottom: 0.5rem; 
    width: 100%; 
    text-align: center; 
}
.fiscal-tabs .fiscal-tab-btn {
    width: auto; 
}
}

.hidden {
display: none !important;
}

.ca-slider-active-3 .slick-dots .slick-active{
  display: none;
}

.ca-section-subtitle-1 {
  margin-left: 24px;
 
  
  font-size: 16px;
  line-height: 13px;
  font-weight: 400;
  padding: 10px 3px;
  padding-left: 22px;
}

header.header-area-3.stiky .header-3 {
  background: #fff;
  padding: 20px 24px;
  border-radius: 51px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9;
  position: relative;
  left: 0;
  right: 0;
  top: 24px;
}

body.ca-no-scroll { overflow: hidden; }
.ca-offcanvas { z-index: 9999; }
.ca-offcanvas-overlay { z-index: 9998; }

/* ---- FIX de typo ---- */
.main-tab-btn.inactive {
  color: #6b7280;
}

/* ---- Offcanvas: layout y animación (por si el theme no lo define o para reforzar) ---- */
.ca-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(85vw, 360px);
  max-width: 100%;
  background: #ffffff;
  transform: translateX(110%);
  transition: transform .25s ease;
  box-shadow: -20px 0 40px rgba(0,0,0,.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ca-offcanvas.ca-offcanvas-open {
  transform: translateX(0);
}

.ca-offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.ca-offcanvas-overlay.ca-offcanvas-overlay-open {
  opacity: 1;
  visibility: visible;
}

/* Botón cerrar dentro del panel */
.ca-offcanvas .ca-offcanvas-close-toggle {
  position: sticky;
  top: 0;
  margin: 12px;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #f3f4f6;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---- Navegación del offcanvas: solo estilos, tu JS ya clona el <ul> ---- */
.ca-offcanvas-menu-1 nav ul,
.ca-offcanvas-menu-2 nav ul,
.ca-offcanvas-menu-3 nav ul,
.ca-offcanvas-menu-4 nav ul {
  list-style: none;
  margin: 12px 0;
  padding: 0 8px;
}

.ca-offcanvas-menu-1 nav li,
.ca-offcanvas-menu-2 nav li,
.ca-offcanvas-menu-3 nav li,
.ca-offcanvas-menu-4 nav li {
  border-bottom: 1px solid #eef2f7;
}

.ca-offcanvas-menu-1 nav a,
.ca-offcanvas-menu-2 nav a,
.ca-offcanvas-menu-3 nav a,
.ca-offcanvas-menu-4 nav a {
  display: block;
  padding: 14px 14px;
  font-size: 16px;
  line-height: 1.2;
  color: #111827; /* gris muy oscuro para buena lectura */
  text-decoration: none;
}

.ca-offcanvas-menu-1 nav a:hover,
.ca-offcanvas-menu-2 nav a:hover,
.ca-offcanvas-menu-3 nav a:hover,
.ca-offcanvas-menu-4 nav a:hover {
  background: #f9fafb;
  color: #1fa99d;
}

/* Botón para abrir submenús (lo agrega el JS) */
button.ca-menu-close,
button.ca-menu-close2,
button.ca-menu-close3,
button.ca-menu-close4 {
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

/* Cuando un <li> tiene submenú abierto */
.ca-offcanvas-menu-1 nav li.active > a,
.ca-offcanvas-menu-2 nav li.active > a,
.ca-offcanvas-menu-3 nav li.active > a,
.ca-offcanvas-menu-4 nav li.active > a {
  color: #1fa99d;
  background: #f0fdfa; /* leve realce */
}

/* Submenús dentro del panel */
.ca-offcanvas-menu-1 nav .sub-menu,
.ca-offcanvas-menu-2 nav .sub-menu,
.ca-offcanvas-menu-3 nav .sub-menu,
.ca-offcanvas-menu-4 nav .sub-menu {
  list-style: none;
  padding-left: 12px;
  background: #fcfcfc;
}

/* ---- Accesibilidad de tabs/nav (colores coherentes con tu paleta) ---- */
.nav-link { color: #6b7280; }
.nav-link:hover { color: #1fa99d; }
.nav-link.active {
  color: #1fa99d;
  border-bottom: 2px solid #1fa99d;
}

/* ---- Ajustes menores de header y subtitle ---- */
header.header-area-3.stiky .header-3 {
  background: #fff;
  padding: 20px 24px;
  border-radius: 51px;
  box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
  z-index: 9;
  position: relative;
  top: 24px;
}

.ca-section-subtitle-1 {
  margin-left: 24px;
  font-size: 16px;
  line-height: 13px;
  font-weight: 400;
  padding: 10px 22px 10px 22px;
}

/* ---- Utilidades existentes ---- */
body.ca-no-scroll { overflow: hidden; }
.ca-offcanvas { z-index: 9999; }
.ca-offcanvas-overlay { z-index: 9998; }

/* ---- WhatsApp botón: asegura que quede por encima del overlay si lo querés visible al abrir el menú ---- */
a.whatsapp-button { z-index: 10001; }

/* ---- Responsive helpers que ya tenías ---- */
@media (max-width: 576px) {
  .main-tabs, .fiscal-tabs { flex-direction: column; align-items: center; }
  .main-tab-btn, .fiscal-tab-btn { margin-bottom: .5rem; width: 100%; text-align: center; }
  .fiscal-tabs .fiscal-tab-btn { width: auto; }
}
.nice-select {
    width: 100% !important;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    color: #4A4A49 !important;
    float: left;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 56px;
    line-height: 53px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto; 
}

.w-70 {
    width: 70% !important;
}
.ca-faq-img {
  text-align: center;
}
