/*=====================================================
        HOGAR LA TIRANA - DESIGN SYSTEM
=====================================================*/

:root{

    /*=========================
            COLORES
    =========================*/

    --color-primary:#0B8F56;
    --color-primary-dark:#087446;

    --color-background:#F7FBF8;

    --color-white:#FFFFFF;

    --color-text:#2B2B2B;

    --color-text-light:#555555;

    --color-border:rgba(11,143,86,.14);



    /*=========================
            SOMBRAS
    =========================*/

    --shadow-sm:
    0 10px 25px rgba(0,0,0,.05);

    --shadow-md:
    0 20px 45px rgba(0,0,0,.08);

    --shadow-lg:
    0 30px 65px rgba(0,0,0,.12);



    /*=========================
            RADIOS
    =========================*/

    --radius-button:16px;

    --radius-card:26px;

    --radius-image:30px;



    /*=========================
            TRANSICIONES
    =========================*/

    --transition:.35s ease;



    /*=========================
            ESPACIADOS
    =========================*/

    --section-space:90px;

    --title-space:50px;

    --grid-space:22px;



    /*=========================
            ANCHOS
    =========================*/

    --container-text:850px;
    }


body {
  padding-top: 90px;
  font-family: Arial, sans-serif;
}

.logo-menu {
  height: 125px;
  width: auto;
}

.navbar {
  min-height: 135px;
  padding: 8px 0;
  background-color: #ffffff;
}

.navbar-brand {
  padding: 0;
}

.navbar .container {
  max-width: 1550px;
}

.nav-link {
  font-weight: 500;
  color: #333;
}

.nav-link:hover {
  color: #198754;
}

.hero {
  min-height: calc(100vh - 90px);
  background:
linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.72)),
url("../IMG/estar 2.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}

.hero-contenido {
  max-width: 900px;
  color: white;
}

.hero-logo {
  width: 190px;
  margin-bottom: 25px;
  background: white;
  padding: 12px;
  border-radius: 14px;
}

.hero h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

.hero p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.hero-botones {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-etiqueta {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #d9f5df;
}

.hero-contenido {
  max-width: 760px;
}

.hero p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  min-height: 95px;
  padding: 10px 0;
  background-color: #ffffff;
}

.navbar-brand img {
  height: 82px;
  width: auto;
}

.navbar-nav {
  gap: 28px;
}

.navbar-nav .nav-link {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2f2f2f;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: #0b8f56;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background-color: #0b8f56;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}
.hero-mensaje {
  max-width: 900px;
  margin: 35px auto;
}

.hero-texto {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 18px;
}

.hero-destacado {
  font-size: 1.45rem;
  line-height: 1.7;
  font-weight: 600;
  color: #ffffff;
  max-width: 820px;
  margin: 0 auto;
}
.seccion-nosotros {
  padding: 100px 0;
  background-color: #ffffff;
}

.etiqueta-seccion {
  display: inline-block;
  color: #0b8f56;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.seccion-nosotros h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 25px;
  line-height: 1.2;
}

.seccion-nosotros p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 18px;
}

.nosotros-img img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.nosotros-valores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.nosotros-valores div {
  background-color: #f3faf6;
  color: #2f2f2f;
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 600;
}
.nuestra-promesa {
  margin-top: 35px;
  padding: 24px 28px;
  background: #f3faf6;
  border-left: 5px solid #0b8f56;
  border-radius: 18px;
}

.nuestra-promesa span {
  display: block;
  color: #0b8f56;
  font-weight: 700;
  margin-bottom: 8px;
}

.nuestra-promesa p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0;
}
.seccion-nosotros {
  padding: 110px 0;
  background-color: #ffffff;
}

.etiqueta-seccion {
  display: inline-block;
  color: #0b8f56;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.seccion-nosotros h2 {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 28px;
  line-height: 1.15;
}

.seccion-nosotros h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0b8f56;
  margin-top: 22px;
  border-radius: 10px;
}

.seccion-nosotros p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #4d4d4d;
  margin-bottom: 20px;
}

.nosotros-img img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.16);
}

.nosotros-valores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.nosotros-valores div {
  background-color: #f1faf5;
  padding: 18px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #2c2c2c;
  transition: 0.3s ease;
}

.nosotros-valores div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.nosotros-valores i {
  color: #0b8f56;
  font-size: 1.35rem;
}

.nuestra-promesa {
  margin-top: 38px;
  padding: 30px 34px;
  background: linear-gradient(135deg, #f3faf6, #ffffff);
  border-left: 6px solid #0b8f56;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.nuestra-promesa span {
  display: block;
  color: #0b8f56;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
}

.nuestra-promesa p {
  font-size: 1.35rem;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.5;
  margin-bottom: 12px;
}

.nuestra-promesa small {
  display: block;
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
}
.seccion-nosotros {
  padding: 100px 0;
  background: #ffffff;
}

.nosotros-bloque {
  align-items: stretch;
}

.nosotros-img {
  height: 100%;
}

.nosotros-img img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16);
}

.etiqueta-seccion {
  display: inline-block;
  color: #0b8f56;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 0.9rem;
}

.seccion-nosotros h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: #2b2b2b;
  margin-bottom: 24px;
}

.seccion-nosotros h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  background: #0b8f56;
  border-radius: 10px;
  margin-top: 22px;
}

.seccion-nosotros p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4f4f4f;
  margin-bottom: 18px;
}

.nosotros-valores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.valor-card {
  background: #f1faf5;
  border-radius: 20px;
  padding: 24px 22px;
  min-height: 170px;
  transition: 0.3s ease;
}

.valor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.valor-card i {
  width: 54px;
  height: 54px;
  background: #0b8f56;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.valor-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 8px;
}

.valor-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  color: #555555;
}

.promesa-full {
  margin-top: 60px;
  padding: 38px 46px;
  background: linear-gradient(135deg, #f3faf6, #ffffff);
  border: 1px solid rgba(11, 143, 86, 0.25);
  border-left: 7px solid #0b8f56;
  border-radius: 26px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 32px;
  align-items: center;
}

.promesa-icono {
  width: 95px;
  height: 95px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b8f56;
  font-size: 2.8rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.promesa-full span {
  display: block;
  color: #0b8f56;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.promesa-full h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.3;
  color: #2b2b2b;
  margin-bottom: 12px;
}

.promesa-full p {
  margin: 0;
  max-width: 900px;
}
/* AJUSTE FINAL SECCIÓN NOSOTROS - VISTA 100% */

.seccion-nosotros{
    padding:55px 0 70px;
}

.seccion-nosotros .container {
  max-width: 1320px;
}

.nosotros-img img {
  min-height: 430px;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

.seccion-nosotros h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.18;
  margin-bottom: 22px;
}

.seccion-nosotros p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.nosotros-valores {
  gap: 14px;
  margin-top: 26px;
}

.valor-card{
  min-height:115px;
  padding: 18px 20px;
}

.valor-card i {
  width: 46px;
  height: 46px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.valor-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.valor-card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.promesa-full {
  margin-top: 42px;
  padding: 30px 38px;
}

.promesa-full h3 {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}
/* MISIÓN Y VISIÓN */

.mision-vision {
  padding: 90px 0;
  background: #f7fbf8;
}

.titulo-seccion {
  max-width: 820px;
  margin: 0 auto 55px;
}

.titulo-seccion span {
  display: inline-block;
  color: #0b8f56;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 0.9rem;
}

.titulo-seccion h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 18px;
}

.titulo-seccion p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

.card-mision {
  height: 100%;
  background: #ffffff;
  border-radius: 26px;
  padding: 42px 38px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(11, 143, 86, 0.12);
  transition: 0.3s ease;
}

.card-mision:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}

.icono-card {
  width: 72px;
  height: 72px;
  background: #0b8f56;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 24px;
}

.card-mision h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 18px;
}

.card-mision p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555555;
  margin: 0;
}

.frase-filosofia {
  margin-top: 55px;
  background: #ffffff;
  border-radius: 26px;
  padding: 42px 30px;
  text-align: center;
  border: 1px solid rgba(11, 143, 86, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}

.frase-filosofia i {
  color: #0b8f56;
  font-size: 2.6rem;
  margin-bottom: 12px;
}

.frase-filosofia h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 8px;
}

.frase-filosofia p {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #0b8f56;
  font-weight: 700;
  margin: 0;
}
/* ¿POR QUÉ ELEGIRNOS? */

.seccion-elegirnos {
  padding: 90px 0;
  background: #ffffff;
}

.card-elegirnos {
  height: 100%;
  background: #f7fbf8;
  border-radius: 26px;
  padding: 34px 30px;
  border: 1px solid rgba(11, 143, 86, 0.14);
  transition: 0.3s ease;
}

.card-elegirnos:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
}

.card-elegirnos i {
  width: 62px;
  height: 62px;
  background: #0b8f56;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
}

.card-elegirnos h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 12px;
}

.card-elegirnos p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

.cierre-elegirnos {
  margin-top: 55px;
  padding: 42px 30px;
  background: linear-gradient(135deg, #0b8f56, #087446);
  border-radius: 28px;
  color: #ffffff;
}

.cierre-elegirnos p {
  max-width: 780px;
  margin: 0 auto 26px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.45;
}

.cierre-elegirnos .btn {
  background: #ffffff;
  color: #0b8f56;
  border: none;
  font-weight: 700;
  padding: 14px 30px;
}

.cierre-elegirnos .btn:hover {
  background: #f1faf5;
  color: #087446;
}
/* GALERÍA / CONOCE NUESTRO HOGAR */

.seccion-galeria {
  padding: 90px 0;
  background: #f7fbf8;
}

.galeria-destacada {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 430px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

.galeria-destacada img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galeria-destacada::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.10));
}

.galeria-texto {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 2;
  color: #ffffff;
  max-width: 620px;
}

.galeria-texto h3 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.galeria-texto p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.galeria-card {
  position: relative;
  height: 310px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
}

.galeria-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.galeria-card:hover img {
  transform: scale(1.08);
}

.galeria-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0.05));
}

.galeria-info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  color: #ffffff;
}

.galeria-info h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.galeria-info p {
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
}

.frase-galeria {
  max-width: 900px;
  margin: 55px auto 0;
}

.frase-galeria p {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.45;
  color: #2b2b2b;
}
/* SERVICIOS */

.servicios {
  padding: 90px 0;
  background: #ffffff;
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.servicio-card {
  background: #f7fbf8;
  border: 1px solid rgba(11, 143, 86, 0.14);
  border-radius: 24px;
  padding: 28px 24px;
  min-height: 220px;
  transition: 0.3s ease;
}

.servicio-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
}

.servicio-card i {
  width: 58px;
  height: 58px;
  background: #0b8f56;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.servicio-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.servicio-card p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #555555;
  margin: 0;
}

.servicios-imagen {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.14);
}

.servicios-imagen img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: 0.5s ease;
}

.servicios-imagen:hover img {
  transform: scale(1.05);
}

.servicios-sello {
  position: absolute;
  left: 28px;
  bottom: 28px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

.servicios-sello i {
  color: #0b8f56;
  font-size: 1.6rem;
}

.servicios-sello strong {
  display: block;
  color: #2b2b2b;
  font-weight: 800;
}

.servicios-sello span {
  display: block;
  color: #666666;
  font-size: 0.92rem;
}
/* AJUSTE FINO SERVICIOS */

.servicios {
  padding: 70px 0;
}

.servicios .titulo-seccion {
  margin-bottom: 42px;
}

.servicios .titulo-seccion h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.servicios-grid {
  gap: 16px;
}

.servicio-card {
  min-height: 185px;
  padding: 24px 22px;
}

.servicio-card i {
  width: 52px;
  height: 52px;
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.servicio-card h3 {
  font-size: 1.08rem;
}

.servicio-card p {
  font-size: 0.94rem;
  line-height: 1.55;
}

.servicios-imagen img {
  height: 470px;
}

.servicios-sello {
  padding: 14px 18px;
  left: 24px;
  bottom: 24px;
}
/* EQUIPO */

.equipo {
  padding: 90px 0;
  background: #f7fbf8;
}

.equipo .titulo-seccion {
  margin-bottom: 55px;
}

.equipo-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(11, 143, 86, 0.14);
  border-radius: 26px;
  padding: 34px 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.equipo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.10);
}

.equipo-icono {
  width: 64px;
  height: 64px;
  background: #0b8f56;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
}

.equipo-card h4 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 12px;
}

.equipo-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

.equipo-final {
  margin-top: 55px;
  padding: 42px 34px;
  background: linear-gradient(135deg, #0b8f56, #087446);
  color: #ffffff;
  border-radius: 28px;
  text-align: center;
}

.equipo-final i {
  font-size: 2.6rem;
  margin-bottom: 14px;
}

.equipo-final h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 14px;
}

.equipo-final p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.75;
}
/* CONTACTO */

.contacto {
  padding: 90px 0;
  background: #ffffff;
}

.contacto-card {
  height: 100%;
  background: #f7fbf8;
  border: 1px solid rgba(11, 143, 86, 0.14);
  border-radius: 28px;
  padding: 38px 34px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.contacto-item {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}

.contacto-item i {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background: #0b8f56;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.contacto-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 6px;
}

.contacto-item p {
  margin: 0;
  color: #555555;
  line-height: 1.6;
}

.contacto-btn {
  width: 100%;
  margin-top: 12px;
  padding: 15px 24px;
  border-radius: 16px;
  font-weight: 800;
}

.mapa {
  height: 100%;
  min-height: 430px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}

.mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/* FOOTER */

.footer {
  background: #063d28;
  color: #ffffff;
  padding: 70px 0 25px;
}

.footer-logo {
  width: 220px;
  background: #ffffff;
  padding: 12px;
  border-radius: 18px;
  margin-bottom: 24px;
}

.footer-text {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.footer h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 22px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer p i {
  color: #ffffff;
  margin-right: 10px;
}

.footer-btn {
  display: inline-block;
  margin-top: 14px;
  background: #ffffff;
  color: #0b8f56;
  padding: 13px 26px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #f1faf5;
  color: #087446;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 45px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
/* =========================================
   WHATSAPP FLOTANTE PREMIUM
========================================= */

.whatsapp-widget{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:9999;
    animation:whatsappEntrada .6s ease;
}

.whatsapp-enlace{
    display:flex;
    align-items:center;
    gap:12px;

    min-width:270px;
    padding:12px 18px 12px 12px;

    background:#ffffff;
    color:#23322b;

    border-radius:18px;
    text-decoration:none;

    box-shadow:0 12px 35px rgba(0,0,0,.22);
    border:1px solid rgba(0,0,0,.06);

    transition:transform .3s ease, box-shadow .3s ease;
}

.whatsapp-enlace:hover{
    color:#23322b;
    transform:translateY(-4px);
    box-shadow:0 16px 40px rgba(0,0,0,.28);
}

.whatsapp-icono{
    width:56px;
    height:56px;
    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#25D366;
    color:#ffffff;

    font-size:31px;
}

.whatsapp-texto{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.whatsapp-texto strong{
    font-size:16px;
    margin-bottom:4px;
}

.whatsapp-texto span{
    font-size:14px;
    color:#5f6d66;
}

.whatsapp-cerrar{
    position:absolute;
    top:-10px;
    right:-8px;

    width:28px;
    height:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:none;
    border-radius:50%;

    background:#ffffff;
    color:#555;

    font-size:20px;
    line-height:1;

    box-shadow:0 4px 14px rgba(0,0,0,.18);
    cursor:pointer;

    z-index:2;
}

.whatsapp-cerrar:hover{
    background:#f2f2f2;
}

.whatsapp-widget.compacto .whatsapp-enlace{
    min-width:0;
    width:66px;
    height:66px;
    padding:5px;
    border-radius:50%;
}

.whatsapp-widget.compacto .whatsapp-texto{
    display:none;
}

.whatsapp-widget.compacto .whatsapp-icono{
    width:56px;
    height:56px;
}

.whatsapp-widget.oculto{
    display:none;
}

@keyframes whatsappEntrada{
    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .whatsapp-widget{
        right:16px;
        bottom:16px;
    }

    .whatsapp-enlace{
        min-width:235px;
        padding-right:14px;
    }

    .whatsapp-icono{
        width:52px;
        height:52px;
        font-size:29px;
    }

    .whatsapp-texto strong{
        font-size:15px;
    }

    .whatsapp-texto span{
        font-size:13px;
    }

    .whatsapp-widget.compacto .whatsapp-enlace{
        width:62px;
        height:62px;
    }

    .whatsapp-widget.compacto .whatsapp-icono{
        width:52px;
        height:52px;
    }
}
/* =====================================================
   RESPONSIVE MÓVIL - HOGAR LA TIRANA
===================================================== */

@media (max-width: 768px) {

  /* EVITAR DESPLAZAMIENTO HORIZONTAL */

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-top: 72px;
  }

  section {
    overflow: hidden;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }


  /* MENÚ */

  .navbar {
    min-height: 72px;
    padding: 6px 0;
  }

  .navbar .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar-brand img,
  .logo-menu {
    width: auto;
    height: 54px;
    max-width: 175px;
    object-fit: contain;
  }

  .navbar-toggler {
    padding: 7px 10px;
    font-size: 1rem;
  }

  .navbar-collapse {
    background: #ffffff;
    margin-top: 8px;
    padding: 14px 18px 18px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  }

  .navbar-nav {
    gap: 4px;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 10px 0;
  }


  /* PORTADA */

  .hero {
    min-height: calc(100svh - 72px);
    padding: 55px 20px;
    background-position: center center;
  }

  .hero-contenido {
    width: 100%;
    max-width: 520px;
  }

  .hero-etiqueta {
    font-size: 0.83rem;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .hero h2 {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
    margin-bottom: 20px;
  }

  .hero-mensaje {
    margin: 22px auto;
  }

  .hero-texto {
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .hero-destacado {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-botones {
    gap: 12px;
  }

  .hero-botones .btn {
    padding: 11px 16px;
    font-size: 0.95rem;
  }


  /* TÍTULOS GENERALES */

  .titulo-seccion {
    width: 100%;
    margin-bottom: 34px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .titulo-seccion span,
  .etiqueta-seccion {
    font-size: 0.78rem;
    letter-spacing: 3px;
  }

  .titulo-seccion h2,
  .seccion-nosotros h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    line-height: 1.25;
  }

  .titulo-seccion p {
    font-size: 0.97rem;
    line-height: 1.65;
  }


  /* NOSOTROS */

  .seccion-nosotros {
    padding: 55px 0 65px;
  }

  .nosotros-bloque {
    gap: 32px;
  }

  .nosotros-img {
    height: auto;
  }

  .nosotros-img img {
    width: 100%;
    height: 340px;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    border-radius: 20px;
  }

  .seccion-nosotros p {
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .nosotros-valores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .valor-card {
    min-width: 0;
    min-height: 150px;
    padding: 18px 16px;
  }

  .valor-card h3 {
    font-size: 0.96rem;
  }

  .valor-card p {
    font-size: 0.85rem;
  }

  .promesa-full {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
    padding: 26px 22px;
    text-align: center;
  }

  .promesa-icono {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 2rem;
  }

  .promesa-full h3 {
    font-size: 1.35rem;
  }


  /* MISIÓN Y VISIÓN */

  .mision-vision {
    padding: 60px 0;
  }

  .card-mision {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .icono-card {
    width: 58px;
    height: 58px;
    font-size: 1.6rem;
    margin-bottom: 18px;
  }

  .card-mision h3 {
    font-size: 1.45rem;
  }

  .card-mision p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .frase-filosofia {
    margin-top: 32px;
    padding: 30px 20px;
  }


  /* POR QUÉ ELEGIRNOS */

  .seccion-elegirnos {
    padding: 60px 0;
  }

  .card-elegirnos {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .card-elegirnos i {
    width: 54px;
    height: 54px;
    font-size: 1.45rem;
  }

  .card-elegirnos h3 {
    font-size: 1.08rem;
  }

  .card-elegirnos p {
    font-size: 0.92rem;
  }

  .cierre-elegirnos {
    margin-top: 34px;
    padding: 30px 22px;
    border-radius: 22px;
  }

  .cierre-elegirnos p {
    font-size: 1.25rem;
  }


  /* GALERÍA */

  .seccion-galeria {
    padding: 60px 0;
  }

  .galeria-destacada {
    height: 310px;
    border-radius: 22px;
  }

  .galeria-texto {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .galeria-texto h3 {
    font-size: 1.65rem;
  }

  .galeria-texto p {
    font-size: 0.92rem;
  }

  .galeria-card {
    height: 240px;
    border-radius: 20px;
  }

  .galeria-info {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .galeria-info h3 {
    font-size: 1.1rem;
  }

  .galeria-info p {
    font-size: 0.85rem;
  }


  /* SERVICIOS */

  .servicios {
    padding: 60px 0;
  }

  .servicios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .servicio-card {
    min-width: 0;
    min-height: 175px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .servicio-card i {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }

  .servicio-card h3 {
    font-size: 0.98rem;
  }

  .servicio-card p {
    font-size: 0.83rem;
    line-height: 1.5;
  }

  .servicios-imagen {
    margin-top: 24px;
    border-radius: 22px;
  }

  .servicios-imagen img {
    height: 330px;
  }

  .servicios-sello {
    left: 16px;
    bottom: 16px;
    padding: 12px 14px;
  }


  /* EQUIPO: UNA TARJETA POR FILA */

  .equipo {
    padding: 60px 0;
  }

  .equipo .row > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .equipo-card {
    min-height: 0;
    padding: 25px 22px;
    border-radius: 20px;
  }

  .equipo-icono {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .equipo-card h4 {
    font-size: 1.2rem;
  }

  .equipo-card p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .equipo-final {
    margin-top: 34px;
    padding: 30px 22px;
    border-radius: 22px;
  }

  .equipo-final h3 {
    font-size: 1.5rem;
  }

  .equipo-final p {
    font-size: 0.95rem;
  }


  /* CONTACTO */

  .contacto {
    padding: 60px 0;
  }

  .contacto-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .contacto-item {
    gap: 14px;
    margin-bottom: 22px;
  }

  .contacto-item i {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 1.25rem;
  }

  .contacto-item h3 {
    font-size: 1rem;
  }

  .contacto-item p,
  .contacto-item a {
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }

  .contacto-btn {
    padding: 14px 16px;
    font-size: 0.94rem;
  }

  .mapa {
    min-height: 330px;
    margin-top: 28px;
    border-radius: 22px;
  }


  /* FOOTER */

  .footer {
    padding: 50px 0 24px;
  }

  .footer .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-logo {
    width: 190px;
    max-width: 100%;
  }

  .footer-text {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .footer h3 {
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .footer p,
  .footer a {
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    margin-top: 34px;
  }


  /* WHATSAPP */

  .whatsapp-widget {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-widget.compacto .whatsapp-enlace {
    width: 58px;
    height: 58px;
  }

  .whatsapp-widget.compacto .whatsapp-icono {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }
}


/* =====================================================
   TELÉFONOS PEQUEÑOS
===================================================== */

@media (max-width: 480px) {

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: 2.15rem;
  }

  .hero-texto,
  .hero-destacado {
    font-size: 0.9rem;
  }

  .hero-botones .btn {
    font-size: 0.88rem;
    padding: 10px 13px;
  }

  .nosotros-valores,
  .servicios-grid {
    grid-template-columns: 1fr;
  }

  .valor-card,
  .servicio-card {
    min-height: 0;
  }

  .galeria-card {
    height: 220px;
  }

  .contacto-card {
    padding: 25px 18px;
  }
}