/*=====================================================
        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, 0.72), rgba(0, 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);
}