*{
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

#map-mendoza {
    width: 100%;
    height: 700px;
    border-radius: 12px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 100%;
    height: auto;
    border-radius: 40%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s;
}

.whatsapp-button img:hover {
    transform: scale(1.1);
}

/* Tooltip */
.tooltip {
    visibility: hidden;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 200px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show tooltip on hover */
.whatsapp-button:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.contenedor-header{
    background: #3A89C9;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.contenedor-header header{
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.contenedor-header header .logo img{
    width: 160px;
}
.contenedor-header header ul{
    display: flex;
    list-style: none;
}
.contenedor-header header nav ul li a{
    text-align: none;
    color: #fff;
    margin: 0 15px;
    padding: 3px;
    transition: .5s;
    text-decoration: none;
}
.contenedor-header header nav ul li a:hover{
    color: #f26c4f;
}
.inicio {
    background: linear-gradient(to top, rgba(30,35,38,.01), rgba(30,35,38,1)), url(/img/sudamerica_de_noche\(copia\).jpeg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio .contenido-banner{
    padding:  20px;
    /* background-color: #3A89C9; */
    max-width: 550px;
    margin: auto;
    text-align: center;
    border-radius: 40px;
}
.inicio .contenido-banner img{
    margin-top: 40px;
    display: block;
    width: 50%;
    margin: auto;

}
.inicio .contenido-banner h1{
    margin-top: 45px;
    font-size: 62px;
}
.inicio .contenido-banner h2{
    font-size: 40px;
    font-weight: normal;
}
.inicio .contenido-banner h3{
    font-size: 33px;
    font-weight: normal;
}
.inicio .contenido-banner .redes a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
.inicio .contenido-banner .redes a:hover{
    background-color: #f26c4f;
}
.sobrenosotros {
    background-color: #1B325F;
    color: #fff;
    height: 50vh;
    padding: 50px 20px;
}
.sobrenosotros .contenido-nosotros{
    max-width: 1100px;
    margin: auto;

}
.sobrenosotros .contenido-nosotros h1{
    font-size: 45px;
    text-align: center;
    padding: 20px 0;
}
.sobrenosotros .contenido-nosotros p{
    font: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
#map-tutorial {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  max-width: 260px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

#map-tutorial-close {
  position: absolute;
  top: 4px;
  right: 6px;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}
.mapa-mendoza{
    padding: 50px 0;
    background-color: #1B325F;
}
#map-container {
  position: relative;
}
.map-container{
    width: 100%;
    max-width: 900px;
    height: 600px;
    margin: 0 auto;
}
.mapa-mendoza {
    padding: 60px 0;
    background-color: #f5f5f5; /* un gris suave para separar la sección */
}

.mapa-mendoza .contenido-seccion {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.mapa-mendoza h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.mapa-mendoza p {
    margin-bottom: 25px;
}

.map-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Para que el SVG se adapte al ancho */
#mapa-mendoza-svg {
    width: 100%;
    height: auto;
    display: block;
}
/* === Lux Leasing – Tablas Responsive === */
.ll-tablas-wrap{
  width: 100%;
  padding: 40px 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.ll-tablas-head h2{
  margin: 0 0 8px 0;
  font-size: 28px;
}

.ll-tablas-head p{
  margin: 0 0 18px 0;
  opacity: .85;
}

.ll-tablas-stack{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ll-card{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.ll-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.ll-card-head h3{
  margin: 0;
  font-size: 16px;
}

.ll-badge{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  opacity: .9;
  white-space: nowrap;
}

.ll-table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ll-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 760px; /* ayuda a que en desktop se vea bien y en mobile scrollee si hace falta */
}

.ll-table thead th{
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 12px;
  background: rgba(0,0,0,.22);
  position: sticky;
  top: 0;
  z-index: 1;
}

.ll-table tbody td{
  padding: 12px 12px;
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.ll-table tbody tr:hover{
  background: #1B325F;
}
/* Resaltado de fila al pasar el cursor */
.ll-table tbody tr{
  transition: background-color .2s ease, box-shadow .2s ease;
}

.ll-table tbody tr:hover{
  background-color: #1B325F;
  color:#fff;
  box-shadow: inset 0 0 0 9999px rgba(0,0,0,.05);
}
.ll-table tbody tr:hover td:first-child{
  font-weight: 600;
}
/* === Mobile: filas en formato "cards" === */
@media (max-width: 900px){
  .ll-tablas-grid{
    grid-template-columns: 1fr;
  }
  .ll-table{
    min-width: 0; /* ya no forzamos ancho grande */
  }
}

@media (max-width: 640px){
  .ll-table-scroll{
    overflow: visible; /* dejamos de scrollear y pasamos a cards */
  }

  .ll-table, .ll-table thead, .ll-table tbody, .ll-table th, .ll-table td, .ll-table tr{
    display: block;
    width: 100%;
  }

  .ll-table thead{
    display: none;
  }

  .ll-table tbody tr{
    border-radius: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,.03);
    padding: 10px 12px;
  }

  .ll-table tbody td{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: 0;
  }

  .ll-table tbody td::before{
    content: attr(data-label);
    font-weight: 600;
    opacity: .85;
    max-width: 55%;
  }
}

.servicios{
    padding: 50px 0;
    background-color: #1B325F;
    color: #fff;
}
.servicios .contenido-seccion {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.servicios h2{
    font-size: 36px;
    margin-bottom: 20px;
}
.servicios p{
    font-size: 20px;
    margin-bottom: 40px;
}
.opciones {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.servicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3A89C9;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    width: 45%;
    min-width: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.servicio h3{
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.servicio a{
    text-decoration: none;
    color: #fff;
}
.servicio button{
    background: #1B325F;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s;
}
.servicio button:hover{
    background: #F26C4F;
}
.portfolio{
    background-color: #1B325F;
    color: #fff;
    padding: 50px 20px;
}
.portfolio .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.portfolio h2{
    font-size: 48px;
    font-family: 'Montserrat';
    text-align: center;
    padding: 20px 0;
}
.portfolio .galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portfolio .galeria .proyecto{
    background-color: #3A89C9;
    position: relative;
    max-width: 300px;
    height: fit-content;
    margin: 10px;
    cursor: pointer;
}
.portfolio .galeria .proyecto img{
    width: 100%;
    display: block;
}
.portfolio .galeria .proyecto .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(rgb(0, 123, 255),rgb(0, 123, 255));
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s;
    font-size: 18px;
    letter-spacing: 3px;
    opacity: 0;
}
.portfolio .galeria .proyecto .overlay h3{
    margin-bottom: 20px;
    transition: 1s;
}
.portfolio .galeria .proyecto .overlay:hover{
    opacity: 1;
}
.portfolio .galeria .proyecto .overlay:hover h3{
    margin-bottom: 0px;
}
.portfolio .galeria .proyecto a {
    color: inherit;
    text-decoration: none;
}
.c4 {
    background-color: #3A89C9;
    padding-bottom: 30px;
}
.title-contacto{
    margin: auto;
    padding-top: 20px;
    
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}
.c4 p{
    margin: auto;
    padding-bottom: 20px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
}
.contacto{
    width: 90%;
    max-width: 500px;
    height: 520px;
    margin: auto;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
    box-sizing: 10px;
    margin-bottom: 20px;
}
.form-contact{
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}
.form-contact label{
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.form-contact input,
.form-contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;
    border: 1px solid #365486;
    border-bottom: 2px solid #365486;
    border-radius: 3px;
    font-size: 0.8rem;
}
.form-contact button{
  background: #1B325F;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s;
}
.form-contact button:hover{
  background: #F26C4F;
}

.map-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Banner superior */
.map-banner {
  text-align: center;
  margin-bottom: 1rem;
}

.map-banner h2 {
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}

.map-banner p {
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Contenedor del mapa */
.map-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Ajustá la altura a lo que ya venías usando */
#map {
  width: 100%;
  height: 480px;
}
#map-mendoza {
    position: relative;
}
/* Etiqueta flotante */
.map-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 0.8rem;
    cursor: default;
    z-index: 500; /* por encima del mapa y capas */
}

.map-tag i {
  font-size: 0.9rem;
}

/* Tooltip */
.map-tag-tooltip {
  position: absolute;
  top: 120%;
  right: 0;
  width: 260px;
  background: #ffffff;
  color: #222;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  font-size: 0.8rem;
  line-height: 1.4;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

/* Mostrar tooltip al pasar el mouse */
.map-tag:hover .map-tag-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Opcional: pequeño ajuste en mobile */
@media (max-width: 768px) {
  .map-banner h2 {
    font-size: 1.3rem;
  }

  .map-banner p {
    font-size: 0.85rem;
  }

  .map-tag span {
    display: none; /* solo el icono en pantallas chicas */
  }

  .map-tag {
    padding: 0.45rem;
    border-radius: 50%;
  }
}
