/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 
  background: #fffcdb;  
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(360deg, #4ba780 , #fffcdb);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #42306a;
  border-top-color: #42306a;
  border-bottom-color: #a1b0ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #42306a;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #42306a;
  /* background: linear-gradient(100deg, #fcfbf0, #fcfbf0); */

}

.fixed-top.header-scrolled{
  position: fixed !important ;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



.logo-header{
  margin-right: 20%;
}

#header.header-scrolled,
#header.header-inner-pages {
  transition: 0.5s;
  background: #42306a;
  

}



#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 70px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}


.d-flex.justify-content-center.btn-comercial, .btn-societario {
  position: absolute;
  width: 100%;
  bottom: 18px;
  text-align: center;
}

.d-flex.justify-content-center.mt-auto.cta-consultar {
  position: relative;
  bottom: 25px;
}


.d-flex.justify-content-center.cta-cotizar {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
}



@media(min-width: 994px){
  .navbar{
    /* transform: translate(-5%); */

  }
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px 30px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active:focus,
.navbar li:hover>a {
  color:#a1b0ff;
  border-radius: 30px;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fffcdb;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #42306a;
  

}

.navbar .dropdown ul a i {
  font-size: 12px;
  text-transform: uppercase;

}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #a1b0ff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  /* transform: translate(220%) !important; */
}

.mobile-nav-toggle.bi-x {
  color: #fffcdb;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #4ba780;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fffcdb;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #42306a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #a1b0ff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fffcdb;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background:  #419873;
  
}

.servicios #hero {
  margin-top: 113px;

}

.hero-s{
  background-color: #fffcdb !important;
  /* background-position: 0px 940px !important; */
 
}



#hero .container {
  padding-top: 72px;
}

#hero img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42.5%; 
  
  
  
}

#hero h1{
  margin: 0 0 12px;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800 !important;                 /* o 700 si lo ves muy pesado */
  font-size: 44px;
  line-height: 1.15;                /* ~36–62px según viewport */
  color: #FFFCDB;
  text-shadow: none;                /* saca la sombra */
  text-transform: none;  
  margin-top: 20% !important;   
  font-size: clamp(28px, 3.2vw, 42px) !important;        /* casing normal */
}


#hero h2{
  color: #FFFCDB;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.35;
  margin-bottom: 18px;
}

#hero p{
  color: #FFFCDB;                   /* un blanco verdoso suave */
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
}

#hero .row {
  align-items: center; /* centra verticalmente imagen y texto */
}



#hero .col-lg-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* todo el contenido alineado a la izquierda */
       /* ajustá este valor según lo ancho que quieras la columna de texto */
  max-width: 700px;        /* ancho máximo del bloque de texto */
}

#hero h1, 
#hero h2, 
#hero p, 
#hero .btn-get-started {
  text-align: left; /* asegura que el contenido del bloque no se centre */
  width: 100%;
}

#hero .col-lg-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* que todo arranque a la izquierda */
  justify-content: center; /* verticalmente centrado */
  padding-left: 80px; /* separa del borde izquierdo del hero */
  padding-top: 40px;
  padding-bottom: 40px;
}

#hero .cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* botón alineado a la izquierda */
  margin-top: 30px;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 50px;
  background: #a1b0ff;
  color: #42306a !important;
  border: 2px solid #a1b0ff;
    box-shadow: 0 14px 28px rgba(66, 48, 106, 0.934);

  /* Subir 5px (ajustá el valor a gusto) */
  transform: translateY(-50%);
}


#hero .btn-get-started i {
  font-size: 20px;
  margin-left: 8px;
}

#hero .btn-get-started:hover {
  background: #42306a;
  color: #a1b0ff !important;
  border-color: #42306a;
}
 



#hero .btn-get-started {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin-top: -2%;
  color: #42306a !important;
  font-weight: bold;
  line-height: 1;
  background: #a1b0ff;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fcfbf0;
  border-radius: 50px;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  border: 2px solid #a1b0ff;
  


}

.btn-get-started {
  font-size: 18px;
  display: inline-flex; /* Cambiado a 'inline-flex' para permitir alineación vertical */
  align-items: center;
  justify-content: center; /* Alinea el contenido horizontalmente al centro */
  transition: 0.5s;
  margin-top: -2%;
  color: #42306a !important;
  font-weight: bold;
  line-height: 1;
  background: #a1b0ff;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fcfbf0;
  border-radius: 50px;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  border: 2px solid #a1b0ff;
}

.card .btn-get-started:hover{
  background: #000!important;
  border: 2px solid #000 !important;
  color: #42306a !important;
 
}


.st0, .st1{
  fill: #fffcdb !important;
}

.btn-get-started i {
  transform: rotate(0deg); /* Establece la rotación inicial en 0 grados */
  transition: transform 0.5s; /* Agrega una transición para que la rotación sea suave */
  color: #42306a !important;
  font-size: 25px !important;
}

.btn-get-started:hover i {
  transform: rotate(360deg) ; /* Establece la rotación en sentido horario cuando hay hover */
  color: #a1b0ff !important;
}

#hero i{
  color: #fcfbf0;
  font-size: 20px;
}

#hero .btn-get-started:hover {
  background: #42306a;
  color: #a1b0ff !important;
  border: 2px solid #42306a;
  transition: 0.5s;
}

.btn-get-started:hover {
  background: #42306a;
  color: #a1b0ff !important;
  border: 2px solid #42306a;
  transition: 0.5s;
}



#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
  background: #9fd174;
  padding: 15px;
  color: #356351;
  border-radius: 50px;
  border: 2px solid #9fd174;

}

#hero .btn-watch-video:hover{
  background: #532a51;
  color: #fcfbf0;
  border: 2px solid #532a51;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #356351;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
  
  
  
}

#hero .btn-watch-video:hover i {
  
  color: #fcfbf0;
  transform:   scale(1.2);
  transition: 0.5s;
  
  
  
}

.wave{
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
    margin-top: 0;
    position: relative;
    top: -6em;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;

  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  

  #header.header-scrolled,
#header.header-inner-pages {
  transition: 0.5s;
  

}

  /* #hero .hero-img img {
    width: 70%;
  } */

  #hero img{
    transform: translate(10%, 0%);
    object-fit: fill;
    height: 350px;


  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  img#select-logo {
    transition: all 500ms;
    width: 115px;
    height: auto !important;
  }

  .logo-scrolled{
    width: 90px !important;
    height: auto !important;
  }

@media (max-width: 480px) {
    #hero h1 {
        text-align: center;
        padding: 0 0.5rem;
        margin-top: 250px !important; /* Desplaza el h1 hacia abajo */
    }
}
}


  .hero-s{
    height: auto !important;
    background-image:none !important ;
    background: #419873 !important;
    top: 3em !important;
  }

  .hero-sl{
    
    background: #fffcdb !important;

  }

#h5p h5{
font-size: 25px !important;
}

#h5p{
  font-size: 20px !important;
}

.d-flex.justify-content-center.btn-comercial, .btn-societario {
  position: relative;
  bottom: 0;
}

.wrap-card .card.h-100 .card-body {
  padding: 0;
}
  
} 

/* ===== Mobile fixes ===== */
@media (max-width: 991px) {
  /* Centrar columna de texto y quitar padding izquierdo grande */
  #hero .hero-copy,
  #hero .col-lg-6 {
    align-items: start !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Centrar títulos y párrafos */
  #hero h1, 
  #hero h2, 
  #hero p {
    text-align: start !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* Botón: sin transform ni margin negativo, tamaño más chico y centrado */
  #hero .btn-get-started {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    transform: none !important;
    margin: 8px auto 0 !important;
    width: auto;
    max-width: 260px;
    padding: 10px 18px;
    font-size: 0.95rem;
  }
}

/* Si querés aún más compacto en <576px */
@media (max-width: 576px) {
  #hero .btn-get-started {
    max-width: 240px;
    padding: 9px 16px;
    font-size: 0.9rem;
  }
}

/* ===== Alinear texto del HERO en mobile ===== */
@media (max-width: 991px) {
  /* La columna de texto no debe heredar padding-left ni alinearse a la izq */
  #hero .hero-copy,
  #hero .col-lg-6 {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    align-items: start !important;   /* centra el bloque interno */
  }

  /* Centrar los textos y evitar corrimientos laterales */
  #hero .hero-copy h1,
  #hero .hero-copy h2,
  #hero .hero-copy p {
    text-align: start !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Si dejaste margin-top grande en mobile, lo normalizamos */
  #hero h1 {
    margin-top: 0 !important;
  }

  /* Evitar que un max-width inline te desbalancee la columna */
  #hero .hero-copy[style] {
    max-width: 100% !important;
  }
}

/* Las reglas “de desktop” se limitan a ≥992px para no romper mobile */
@media (min-width: 992px) {
  #hero .col-lg-6 {
    align-items: flex-start;
    padding-left: 80px;
  }
}


@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* Dar más aire al título en mobile */
@media (max-width: 991px) {
  #hero .hero-copy {
    padding-top: 15% !important; /* bajá el bloque un 15% */
  }

  #hero h1 {
    margin-top: 55% !important; /* un poco más de aire solo al título */
  }
}


  




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;

}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #42306a;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
  display: none;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
  display: none;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
/* ===========================
   About Us Section
   =========================== */
.about {
  background: #fffcdb;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.about .content {
  align-items: stretch;
}

/* Columna izquierda (texto) */
.about .about-text {
  padding: 60px 40px;
}

.about .about-title {
  color: #42306a;
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.about .about-subtitle {
  color: #42306a;
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.3;
  margin-bottom: 22px;
}

.about .about-copy p {
  color: #42306a;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  font-weight: 200;
}

.about .about-copy .about-strong {
  font-weight: 700;
  margin-top: 10px;
}

.about .about-cta {
  margin-top: 22px;
}

/* Botón */
.btn-about {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 50px;
  background: #a1b0ff;
  color: #42306a !important;
  border: 2px solid #a1b0ff;
  box-shadow: 0 14px 28px rgba(66, 48, 106, 0.934);
  transition: transform .08s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.btn-about:hover {
  background: #42306a;
  color: #a1b0ff !important;
  border-color: #42306a;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,.18), 0 4px 10px rgba(0,0,0,.12);
}

.btn-about i {
  font-size: 20px;
}

.about-bg {
  background: #419873 url("/assets/img/nuevo-about-index.png") no-repeat center top / cover;
  height: 800px; /* ajusta según necesites */
  margin-top: -90px; /* sube todo el bloque 50px, cambia el valor a gusto */
}


/* Responsive ajustes */
@media (max-width: 991px) {
  .about .about-text {
    padding: 40px 20px;
  }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/* ===== Nuestro Enfoque (layout en 2 columnas) ===== */
.services.enfoque{
  /* Fondo verde + patrón si lo tenés; si no, queda solo verde */
  background: #419873 url(/assets/img/bg-team.png);
  background-size: cover;
  background-position: center top;
  padding: 56px 0;        /* mejor que altura fija */
  min-height: 730px;      /* conserva tu sensación de alto mínimo */
}

/* Tarjetas de socios (lado izquierdo) */
.services.enfoque .card-team{
  background: #fffcdb;
  border-radius: 20px;
  padding: 28px 24px 22px;
  text-align: center;
  /* estilo de sombra tipo maqueta (borde + base) */
  box-shadow: -5px 5px 0 #000, 0 0 0 1px #000;
  transition: 0.5s;
    
}

@media(min-width:1200px){
  .services.enfoque .card-team{
    height: 500px !important;
    transform: translateY(-15%);
  }
}

.services.enfoque .card-team:hover{
  transition: 0.5s;
  

}

.services.enfoque .team-photo{
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 8px auto 18px;
    box-shadow: -5px 5px 0 #00000096, 0 0 0 1px #00000079;

}

.services.enfoque .team-name{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #42306a;
  margin: 0 0 6px;
}

.services.enfoque .team-role{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #42306a;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px;
  line-height: 1.35;
}

.services.enfoque .team-links{
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
}

.services.enfoque .team-links i{
  font-size: 24px;
  color: #42306a;
  transition: transform .15s ease, color .2s ease;
}
.services.enfoque .team-links a:hover i{
  transform: translateY(-2px);
  color: #42306aca;
}

/* Texto “Nuestro enfoque” (lado derecho) */
.services.enfoque .enfoque-copy{
  padding: 14px 8px;
  color: #fffcdb; /* crema */
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.services.enfoque .enfoque-title{
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 42px) !important; 
  line-height: 1.15;
  color: #fffcdb;
  margin: 0 0 16px;
}

.services.enfoque .enfoque-copy p{
  color: #fffcdb;
  opacity: .95;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
  margin-bottom: 12px;
}

.services.enfoque .enfoque-list{
  margin: 0 0 12px 0;
  padding-left: 1.25rem; /* sangría bullets */
}
.services.enfoque .enfoque-list li{
  color: #fffcdb;
  margin: 0 0 10px 0;
  line-height: 1.6;
}
.services.enfoque .enfoque-list li strong{
  font-weight: 700;
}

/* Responsive */
@media (max-width: 991px){
  .services.enfoque{
    padding: 40px 0;
    min-height: auto;  /* que crezca según contenido en mobile */
    background: #419873; /* liso en mobile si el patrón molesta */
  }
  .services.enfoque .team-photo{
    width: 160px; height: 160px;
  }
}

/* Desktop: bajá las cards 24–40px */
@media (min-width: 992px){
  .services.enfoque .row.align-items-stretch > .col-lg-6:first-child{
    margin-top: 102px; /* probá 24 / 32 / 40 */
  }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
   font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 margin-top: 5%;
                font-size: 15px;
                font-weight: 200 !important;
                line-height: 20px;
                /* text-align: justify; */
}

.pricing .box {
  padding: 10px 20px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #42306a;
  height: 300px;
  border-top: 4px solid #fff;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fffcdb;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
   font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 margin-top: 5%;
                font-size: 20px;
                font-weight: 200 !important;
                line-height: 20px;
                /* text-align: justify; */
}

.pricing h4 {
  font-size: 48px;
  color: #fffcdb;
  font-weight: 400;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #419873;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #fffcdb;
  text-align: left;
  line-height: 20px;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  font-size: 18px;
}

.pricing ul li {
  padding: 10px 0 10px 10px;
  position: relative;
}

.pricing ul i {
  color: #fffcdb;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing .btn-get-started:hover{
   /* Posicionamiento absoluto con respecto al contenedor */
   background: #A1B0FF !important;
   color: #fff !important;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #419873;
  transition: none;
  font-size: 16px;
  font-weight: 500;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  transition: 0.3s;
  border: 1px solid #419873;
}

.pricing .buy-btn:hover {
  background: #419873;
  color: #fff;
}

.pricing .featured {
  border-top-color: #000;
}

.pricing .featured .buy-btn {
  background: #419873;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
    height: 380px;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }

  .pricing p{
    text-align: center !important;
  }
 
  
}

@media (min-width: 992px){
  .pricing img{
    transform: translate(0px, 30px) rotate(-15deg) !important;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #42306a;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #fffcdb;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background: #fffcdb;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;


}
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fffcdb;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fffcdb;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fffcdb;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #42306a;
  border-bottom: 3px solid #42306a;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #42306a;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #42306a;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #a1b0ff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #42306a;
  text-decoration: none;
}

#footer .footer-newsletter {
  padding: 50px 0;
  
  text-align: center;
  font-size: 15px;
  
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #42306a;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #42306a;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #A1B0FF;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .footer-top .contact-lines{
  margin-top: 12px;
}
#footer .footer-top .contact-line{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
  color: #fff;
}
#footer .footer-top .contact-line i{
  font-size: 18px;
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
}
#footer .footer-top .contact-line span{
  font-weight: 600;
  letter-spacing: .2px;
}

#footer .btn-get-started{
  text-transform: none !important;
    box-shadow: 0 14px 28px rgba(66, 48, 106, 0.934);

}




@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }


  .wrap-card {
    height: auto !important;
    margin-top: 0;
}

.wrap-card .card.h-100 {
    transform: none;
}

.d-flex.justify-content-center.mt-auto.cta-consultar {
    bottom: 0;
    margin: 15px 0px;
    margin-top: 15px !important;
}

.d-flex.justify-content-center.cta-cotizar {
  position: relative;
}
  
}

/* Estilos para pantallas con ancho máximo de 1200px y alto máximo de 800px */
@media only screen and (max-width: 1280px) and (max-height: 800px) {
  /* Aquí puedes añadir los estilos que deseas aplicar en esas dimensiones */
  /* Por ejemplo: */
 .hero-s .card{
  transform: translate(0%, 20%);

  height: 600px;
 }



 .btn-igj{
  transform: translate(0%, -20%) !important;
 }

 .btn-comercial{
  transform: translate(0%, -70%) !important;
 }

 .btn-societario{
  transform: translate(0%, -95%) !important;

 }

 

 .btn-price{
  transform: translate(0%, -50%) !important;

 }

 .services{
  background: #419873;
 }
  /* Añade más estilos según tus necesidades */
}


/* ----------------------  ESTILOS Version 


/* ----------------------

/* ====== SOCIEDADES ====== */
:root{
  --ml-green:#419873;
  --ml-purple:#42306a;
  --ml-cream:#fffcdb;
  --ml-lilac:#a1b0ff;
  --btn-shadow:0 16px 26px rgba(0,0,0,.18), 0 6px 10px rgba(0,0,0,.12);
  --card-shadow:0 22px 30px rgba(0,0,0,.18), 0 4px 10px rgba(0,0,0,.10);
}

.sociedades{
  background:var(--ml-green);
  padding:56px 0 72px;
  font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.sociedades *{ text-shadow:none !important; }

/* Izquierda */
.soc-title{
  margin:0 0 8px;
  font-weight:800;
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing:.5px;
  color:var(--ml-purple);
  text-transform:uppercase;
}
.soc-subtitle{
  margin:0 0 18px;
  font-weight:700;
  font-size: clamp(22px, 3vw, 36px);
  color:var(--ml-purple);
}
.soc-lead{
  margin:0 0 28px;
  max-width: 680px;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height:1.4;
  color:var(--ml-purple);
}

/* CTA grande a la izquierda */
.btn-cta-lg{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:18px 32px;
  border-radius:999px;
  background:var(--ml-lilac);
  color:var(--ml-purple) !important;
  border:2px solid var(--ml-lilac);
  font-weight:800;
  letter-spacing:.5px;
  text-decoration:none;
  box-shadow:var(--btn-shadow);
  transition:transform .12s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn-cta-lg i{ font-size:22px; }
.btn-cta-lg:hover{ transform:translateY(-2px); }

/* Cards */
.soc-cards{ margin-top:10px; }
.soc-card{
  background:var(--ml-cream);
  border-radius:27px;
  padding:22px 20px 18px;
  min-height: 260px;
  color:var(--ml-purple);
  display:flex;
  flex-direction:column;
  box-shadow:var(--card-shadow);
}
.soc-card-title{
  font-size: clamp(18px, 2vw, 26px);
  font-weight:800;
  line-height:1.2;
  margin:6px 0 10px;
  color:var(--ml-purple);
}
.soc-card-text{
  font-size: clamp(15px, 1.2vw, 18px);
  line-height:1.6;
  margin:0 0 14px;
}

/* Botón pill dentro de cada card */
.btn-cta-pill{
  display:inline-block;
  padding:14px 28px;
  border-radius:999px;
  background:var(--ml-purple);
  color:var(--ml-lilac) !important;
  border:2px solid var(--ml-purple);
  font-weight:800;
  text-decoration:none;
  letter-spacing:.5px;
  box-shadow:var(--btn-shadow);
  transition:transform .12s ease, box-shadow .2s ease;
}
.btn-cta-pill:hover{ transform:translateY(-2px); }

/* Responsive */
@media (max-width: 991px){
  .sociedades{ padding:40px 0 56px; }
  .btn-cta-lg{ width:100%; justify-content:center; }
}

/* --- FIX SOCIEDADES: asegurar que el H1 se vea y no lo tape el header --- */
.sociedades{
  /* subí el padding-top para que el H1 no quede debajo del nav fijo */
  padding-top: 120px;            /* ajustá a 96–140px según la altura real del header */
  padding-bottom: 72px;
  position: relative;
  z-index: 0;
}

/* evitar márgenes colapsados/raros en el título */
.sociedades .soc-title{
  margin-top: 0.25rem;
  display: block;
  visibility: visible;
}

/* por si algún contenedor padre tiene overflow que recorta */
.sociedades .container-fluid,
.sociedades .row{
  overflow: visible;
}

/* en pantallas medianas/grandes no bajes la tipografía por line-height raro */
.sociedades .soc-title,
.sociedades .soc-subtitle,
.sociedades .soc-lead{
  line-height: 1.15;
}

/* si usás anclas a #sociedades, que haga scroll con margen para el header */
#sociedades{ scroll-margin-top: 140px; }   /* ajustá a la altura de tu header */

/* ======= PALETA CORREGIDA + SOMBRAS (match maqueta) ======= */
:root{
  --ml-green: #419873;          /* fondo secciones verdes */
  --ml-cream: #FFF0D6;          /* crema de cards (más claro que #fffcdb) */
  --ml-purple: #42306a;         /* violeta base */
  --ml-lilac:  #A1B0FF;         /* lila CTA izquierda */
  --btn-grad-top: #4B3A78;      /* gradiente btn consultar */
  --btn-grad-bot: #36265E;
  --card-shadow: 0 28px 36px rgba(0,0,0,.18), 0 10px 14px rgba(0,0,0,.10);
  --btn-shadow:  0 18px 28px rgba(42,32,76,.35), 0 6px 12px rgba(42,32,76,.18);
}

/* Sección SOCIEDADES */
.sociedades{
  background: var(--ml-green);
  padding-top: 120px;      /* evita que lo tape el header fijo */
  padding-bottom: 72px;
}

/* Títulos a la izquierda */
.soc-title{
  color: var(--ml-purple);
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.soc-subtitle{ color: var(--ml-purple); font-weight: 700; margin: 0 0 18px; }
.soc-lead{ color: var(--ml-purple); }

/* Botón lila grande (izquierda) */
.btn-cta-lg{
  background: var(--ml-lilac) !important;
  color: var(--ml-purple) !important;
  border: 2px solid var(--ml-lilac) !important;
  box-shadow: 0 14px 32px rgba(34,20,60,.25) !important;
  border-radius: 999px !important;
  padding: 18px 32px !important;
  font-weight: 800 !important;
}
.btn-cta-lg:hover{ transform: translateY(-2px); }

/* Cards crema (derecha) */
.soc-card{
  background: var(--ml-cream) !important;
  color: var(--ml-purple) !important;
  border-radius: 27px !important;
  box-shadow: var(--card-shadow) !important;
}
.soc-card-title{ color: var(--ml-purple) !important; font-weight: 800; }

/* Botón “CONSULTAR” (violeta con gradiente y sombra) */
.btn-cta-pill{
  background: linear-gradient(180deg, var(--btn-grad-top) 0%, var(--btn-grad-bot) 100%) !important;
  color: #FFFFFF !important;               /* en la maqueta se ve blanco */
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-weight: 800 !important;
  letter-spacing: .5px;
  box-shadow: var(--btn-shadow) !important;
}
.btn-cta-pill:hover{ filter: brightness(1.04); transform: translateY(-2px); }

/* Por si algún global metió sombras de texto */
.sociedades *{ text-shadow: none !important; }

/* También ajusta “Pack Inicial Flexible” si querés el mismo look en sus cards/botones */
#pack-inicial .card,
.pack-inicial .card{ background: var(--ml-cream) !important; box-shadow: var(--card-shadow) !important; }
#pack-inicial .btn-consultar,
.pack-inicial .btn-consultar{ background: linear-gradient(180deg, var(--btn-grad-top), var(--btn-grad-bot)) !important; color:#fff !important; box-shadow: var(--btn-shadow) !important; }

/* ====== PACK INICIAL FLEXIBLE (estilos encapsulados) ====== */
:root{
  --ml-green: #419873;   /* fondo verde */
  --ml-cream: #FFF0D6;   /* crema claro para tarjetas */
  --ml-purple:#42306a;   /* violeta títulos y texto */
  --ml-lilac: #A1B0FF;   /* CTA lila */
  --btn-grad-top:#4B3A78;/* gradiente botón consultar */
  --btn-grad-bot:#36265E;
  --card-shadow: 0 26px 36px rgba(0,0,0,.18), 0 8px 12px rgba(0,0,0,.10);
  --btn-shadow:  0 18px 28px rgba(42,32,76,.35), 0 6px 12px rgba(42,32,76,.18);
}

.pack-inicial{
  background: var(--ml-green);
  padding: 72px 0;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  min-height: 100vh;
}
.pack-inicial *{ text-shadow: none !important; }

/* Izquierda */
.pk-title{
  color: #FFFCDB;               /* Título grande blanco (como maqueta) */
  font-weight: 800;
    font-size: clamp(28px, 3.2vw, 42px) !important; 

  margin: 0 0 18px;
  letter-spacing: .3px;
}
.pk-claim{
  color: #FFFCDB;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  max-width: 740px;
  margin: 0 0 26px;
}
.pk-claim strong{ font-weight: 800; }

/* CTA lila ancho */
.pk-cta{
  display: inline-block;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--ml-lilac);
  color: var(--ml-purple) !important;
  border: 2px solid var(--ml-lilac);
  font-weight: 800;
  letter-spacing: .3px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(34, 20, 60, 0.979);
  transition: transform .12s ease, filter .2s ease;
}
.pk-cta:hover{ transform: translateY(-2px); filter: brightness(1.04); }

/* Tarjetas a la derecha */
.pk-card{
  background: #FFFCDB;
  border-radius: 22px;
  padding: 22px 20px 18px;
  color: var(--ml-purple);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--card-shadow);
  text-align: center;
}
.pk-card-title{
  color: var(--ml-purple);       /* Título de tarjeta VIOLETA (no blanco) */
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  margin: 2px 0 10px;
}
.pk-card-text{
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.pk-card-text strong{ font-weight: 800; }

/* Botón “CONSULTAR” con gradiente violeta + sombra */
.pk-btn{
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--btn-grad-top) 0%, var(--btn-grad-bot) 100%);
  color: #fff !important;
  border: 0;
  font-weight: 800;
  letter-spacing: .4px;
  text-decoration: none;
  box-shadow: var(--btn-shadow);
  transition: transform .12s ease, filter .2s ease;
}
.pk-btn:hover{ transform: translateY(-2px); filter: brightness(1.05); }

/* Responsive */
@media (max-width: 991px){
  .pk-cta{ width: 100%; text-align: center; }
  .pack-inicial{ padding: 56px 0; }
}

/* En mobile: hacerlo más compacto */
@media (max-width: 576px) {
  .pk-cta {
    padding: 10px 18px;   /* menos espacio interno */
    font-size: 0.85rem;   /* letra más chica */
    width: auto;          /* no ocupa todo el ancho */
    margin: 0 auto;       /* lo centra */
  }
}

/* Altura del header fijo: ajustá a tu valor real */
:root{
  --header-h: 110px;   /* probá 110–140px según se vea en tu pantalla */
}

/* Pack Inicial Flexible: que no lo tape el header */
.pack-inicial{
  padding-top: calc(var(--header-h) + 24px);  /* espacio extra arriba */
}
#pack-inicial{ 
  scroll-margin-top: calc(var(--header-h) + 24px); /* al hacer click en el menú, deja margen */
}

/* Por si algún margen del h1 colapsa */
.pack-inicial .pk-title{ 
  margin-top: 0;
}

/* Evitar recortes raros de contenido */
.pack-inicial .container-fluid,
.pack-inicial .row{
  overflow: visible;
}
/* ===== Ajustes Pack Inicial: centrar y alivianar pesos ===== */

/* Centrar la columna izquierda de esta sección */
#pack-inicial > .container-fluid > .row > .col-lg-6:first-child{
  text-align: center;
}

/* Título: centrado y un poco más liviano */
.pk-title{
  font-weight: 700;              /* antes 800 */
  max-width: 760px;              /* evita líneas larguísimas */
  margin: 0 auto 18px;           /* centra el bloque */
}

/* Claim: centrado y menos peso, con el strong destacado */
.pk-claim{
  font-weight: 500;              /* antes 400 + strong muy pesado */
  max-width: 700px;
  margin: 0 auto 24px;           /* centra el bloque */
  line-height: 1.35;
}
.pk-claim strong{
  font-weight: 700;              /* destaca pero sin pasarse */
}

/* CTA: centrado visual */
.pk-cta{
  display: inline-block;
  margin: 6px auto 0;            /* centra el botón */
}
/* ----- Bajar el bloque izquierdo del Pack Inicial ----- */
:root{
  /* Ajustá este valor hasta que te guste */
  --pack-intro-offset: 28px; /* probá 24–40px */
}

@media (min-width: 992px){
  #pack-inicial > .container-fluid > .row > .col-lg-6:first-child{
    margin-top: var(--pack-intro-offset);
  }
}

/* Un pelín más de aire entre claim y botón */
.pk-cta{
  margin-top: 14px; /* antes 6px */
}
html, body{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-optical-sizing: auto; /* para la variable font */
}




/* ===== Paleta base (misma que el ejemplo) ===== */
:root{
  --ml-green:  #419873;   /* títulos verdes */
  --ml-purple: #42306a;   /* paneles morados */
  --ml-beige:  #fffcdb;   /* fondo/blocks beige */
  --ml-lilac:  #a1b0ff;   /* CTA lila */
}

:root{
  --ml-purple:#42306a;
  --ml-lilac:#A1B0FF;
  --ml-green:#419873;
  --ml-beige:#FFF6D8;
}

/* ===== EMPRESARIAL ===== */
#hero-er{
  background: #FFFCDB;
  padding: 80px 0 90px;
  min-height: 100vh;
}
#hero-er *{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-shadow: none !important;
  
}

/* Títulos */
#hero-er h1{
  color: var(--ml-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: clamp(28px, 3.2vw, 42px) !important; 
  margin-bottom: .5rem;
}
#hero-er h2{
  color: var(--ml-green);
  font-weight: 600;              /* menos bold */
  font-size: clamp(18px,2.1vw,28px);
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

/* Tarjetas moradas (izquierda) */
#hero-er .wrap-card .card{
  background: var(--ml-purple);
  color: #FFFEF5;
  border-radius: 22px;
  padding: 22px 20px 18px;
  
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--card-shadow);
  text-align: center;
}
#hero-er .wrap-card .card-title{
  color: #FFFEF5;
  font-weight: 800;
  text-transform: none;
  letter-spacing: .6px;
  font-size: 26px;
  margin-bottom: 16px;
}
#hero-er .wrap-card .card-text,
#hero-er .wrap-card li{
  color: #FFFEF5;
  font-weight: 400;
  font-size: 12px;   /* menos peso, mejor legibilidad */
  line-height: 1.55;
}
#hero-er .wrap-card ul{ padding-left: 22px; margin-bottom: 0; }
#hero-er .wrap-card li+li{ margin-top: .45rem; }

/* Botones (cta) */
#hero-er .btn-get-started{
  background: var(--ml-lilac) !important;
  color: var(--ml-purple) !important;
  padding: 12px 28px;
  border-radius: 9999px;
  font-weight: 800;
  letter-spacing: .3px;
  box-shadow: 0 14px 28px rgba(66, 48, 106, 0.934);
  transition: transform .15s ease, box-shadow .15s ease, filter .2s ease;
}
#hero-er .btn-get-started:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(66,48,106,.28);
  filter: saturate(1.03);
}

#hero-er h3{
  font-size: 24px;
}
/* cta general (derecha) y ctAs de tarjetas */
#hero-er .cta-main .btn-get-started{ padding: 14px 32px; font-size: clamp(14px,1.2vw,18px); }
#hero-er .wrap-card .btn-get-started{ margin-top: auto; align-self: center; }

@media (max-width: 991.98px){
  #hero-er{ padding: 56px 0 60px; }
  #hero-er .wrap-card .card{ min-height: unset; }
  #hero-er .wrap-card{ margin-bottom: 16px; }
  #hero-er h2{ font-weight: 500; }
}

@media (max-width: 576px) {
  .pk-cta,
  .membresia-cta {
    padding: 10px 18px;   /* menos padding */
    font-size: 0.85rem;   /* letra más chica */
    width: auto;          /* se ajusta al contenido */
    margin: 0 auto;       /* se centra */
  }
}
/* CTA Membresía */
.membresia-cta{
  background: var(--ml-lilac) !important;       /* lila */
  color: var(--ml-purple) !important;            /* texto morado */
  /* borde nuevo */
  border-radius: 50px;                           /* como los otros botones */
  box-shadow: 0 14px 28px rgba(66, 48, 106, 0.877);   /* sombra */
  transition: transform .2s ease, box-shadow .2s ease;
}

.membresia-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(66,48,106,.30);
}

.membresia-cta:active{
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(66,48,106,.22);
}

/* ===== Sección Servicios individuales (hero-alt) ===== */
#hero-alt{
  background: var(--ml-green) !important;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 100vh;
}

/* Copia principal a la izquierda (blanco + sombra como el resto) */
#hero-alt .main-copy,
#hero-alt .main-copy h1,
#hero-alt .main-copy h2,
#hero-alt .main-copy p{
  color: #fffcdb !important;
      font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}
#hero-alt .main-copy h1{ 
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      font-size: clamp(28px, 3.2vw, 42px) !important; 

 }

 #hero-alt h2{
  font-size: 24px;
 }

/* Botón principal (CONSULTAR) */
#hero-alt .btn-cta-main{
  background: var(--ml-purple);
  color: var(--ml-beige) !important;
  border-radius: 48px;
  padding: 12px 28px;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(34, 20, 60, 0.979) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
#hero-alt .btn-cta-main:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(66,48,106,.32);
}

/* Tarjetas beige de la derecha */
#hero-alt .info-card{
  background: #FFFCDB;
  color: var(--ml-purple);
  border-radius: 27px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 22px 40px rgba(0,0,0,.14);
}
#hero-alt .info-card .card-title{
  color: var(--ml-purple);
  font-weight: 800;
}

/* Listas dentro de las tarjetas */
#hero-alt .info-card ul{
  margin: 0;
  line-height: 1.35;
}

/* Botón de tarjeta (MÁS INFO) – lila con borde morado */
#hero-alt .btn-card{
  background: var(--ml-lilac) !important;
  color: var(--ml-purple) !important;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 14px 28px rgba(66,48,106,.25);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
#hero-alt .btn-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(66,48,106,.30);
}



/* Responsivo pequeño */
@media (max-width: 991.98px){
  #hero-alt .main-copy p{ padding-left: 8px; padding-right: 8px; }
}

/* Botones de la sección "Servicios individuales" (hero-alt)  */
#hero-alt .btn-cta-main,
#hero-alt .btn-card{
  background: var(--ml-lilac) !important;     /* mismo lila que el resto */
  color: var(--ml-purple) !important;         /* texto morado */
  border-radius: 48px;
  padding: 12px 28px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(66,48,106,.28); /* sombra como en la maqueta */
  transition: transform .2s ease, box-shadow .2s ease;
}

#hero-alt .btn-cta-main:hover,
#hero-alt .btn-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(66,48,106,.32);
}

#hero-alt .info-card {
  text-align: center; /* centra los hijos (incluido el ul) */
}

#hero-alt .info-card ul {
  display: inline-block;  /* lista solo ocupa el ancho del contenido */
        /* mantiene los ítems alineados entre sí */
  list-style-position: inside;
  margin: 0 auto;         /* centra la lista dentro del div */
  padding-left: 0;        /* saca espacio extra */
}



/* ========== INDEX – FIXES MOBILE (≤ 576px) ========== */
@media (max-width: 576px) {
  /* Evita scroll lateral por sombras/ancho de imágenes */
  html, body { overflow-x: hidden; }

  /* Hero: respiración y que no lo tape el header fijo */
  #hero,
  .hero-s#hero {                /* por si usás la clase hero-s */
    padding: 56px 18px 120px;   /* bottom más grande por el botón flotante WA */
    min-height: auto;
  }

  /* Copete/títulos del hero */
  #hero h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: .2px;
    margin: 8px 0 10px;
  }
  #hero h2 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;           /* más legible en móvil */
    margin-bottom: 14px;
  }
  #hero p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  /* Botón principal del hero */
  #hero .btn-get-started {
    width: 100%;
    max-width: 320px;
    margin-top: 10px;
    border-radius: 48px;
    padding: 12px 22px;
    box-shadow: 0 14px 28px rgba(66,48,106,.22);
  }



  /* El “puntito” que aparece arriba del H1: 
     anulamos cualquier marcador/decoración que venga de escritorio */
  #hero h1::before,
  #hero h2::before,
  #hero *::marker { content: none !important; }
  #hero ul, #hero li { list-style: none; padding-left: 0; margin-left: 0; }
}

/* ========== Ajustes tablet (576–768px) opcionales ========== */
@media  (max-width: 768px) {

  #hero{
    text-align: center !important;
    
  }
  
  #hero h1 { font-size: 20px;  }
  #hero h2 { font-size: 14px;}
  #hero p  { font-size: 10; }

  #hero .btn-get-started{
    font-size: 12px;
  }
}


/* ========== INDEX – FIXES MOBILE (≤ 576px) ========== */
@media (max-width: 576px) {
  html, body { overflow-x: hidden; }

  #hero,
  .hero-s, #hero {
    padding: 56px 18px 120px;
    min-height: auto;
  }

  #hero h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: .2px;
    margin: 8px 0 10px;
  }
  #hero h2 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 14px;
  }
  #hero p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  #hero .btn-get-started {
    width: 100%;
    max-width: 320px;
    margin-top: 10px;
    border-radius: 48px;
    padding: 12px 22px;
    box-shadow: 0 14px 28px rgba(66,48,106,.22);
  }

  #hero h1::before,
  #hero h2::before,
  #hero *::marker { content: none !important; }
  #hero ul, #hero li { list-style: none; padding-left: 0; margin-left: 0; }
}

/* ========== FIX EXTRA: MOBILE BAJA ALTURA (ej. Instagram iPhone 14 Pro) ========== */
/* Se activa solo si el ancho es ≤576px y además la altura útil es ≤780px */
@media (max-width: 496px) and (max-height: 780px) {
  #hero {
    min-height: 100dvh; /* altura dinámica que respeta las barras */
    padding-top: calc(48px + env(safe-area-inset-top));
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  #hero h1 { font-size: 21px; }
  #hero h2 { font-size: 14px; }
  #hero p  { font-size: 12px; }
  #hero .btn-get-started { max-width: 300px; }
}



/* Centrar bloque de copy del hero en mobile */
@media (max-width: 991.98px){
  .hero-copy{
    max-width: 620px !important; /* sobreescribe el inline de 850px */
    width: 100%;
    margin-left: auto;
    margin-right: auto;           /* <-- centra la caja */
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-copy h1,
  .hero-copy h2,
  .hero-copy p{
    text-align: center !important; /* por si alguna regla lo empuja a la izq */
  }
}


/* === Ajustes específicos para pantallas grandes (como monitores ≥1600px) === */
@media (min-width: 1600px) {
  
  /* 1) Pack Inicial Flexible: centrar verticalmente el contenido */
  #pack-inicial.pack-inicial {
    /* Antes era height:100vh; vamos a usar flexbox para centrar */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: calc(100svh - var(--header-h));
    padding-top: 0; /* ya no necesitamos padding extra del header */
  }

  /* 2) Aumentar un poco las fuentes para que no se vean pequeñas */
  #pack-inicial .pk-title {
    font-size: 60px; /* de 50 → 60px en pantallas grandes */
    line-height: 1.1;
  }
  #pack-inicial .pk-claim {
    font-size: 28px; /* de 24 → 28px */
    line-height: 1.35;
  }
  #pack-inicial .pk-card-title {
    font-size: 26px; /* de 22 → 26px */
  }
  #pack-inicial .pk-card-text {
    font-size: 18px; /* de 15 → 18px para más legibilidad */
    line-height: 1.55;
  }
  #pack-inicial .pk-cta,
  #pack-inicial .pk-btn {
    font-size: 18px; /* botones más grandes también */
  }

  /* 3) Servicios individuales (las tres columnas) – centrado vertical */
  .servicios-section { /* ajustá si tu contenedor se llama distinto */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0; /* aumentar un poco el espacio vertical */
  }

  .servicios-column { /* cada una de las tres columnas */
    text-align: center;
    max-width: 300px; /* evitar que sean muy anchas */
    margin: 0 20px;
  }

  /* También ajustamos las fuentes en esa sección si querés */
  .servicios-column h3 {
    font-size: 32px; /* títulos de columna más grandes */
  }
  .servicios-column ul li {
    font-size: 18px; /* ítems más legibles */
  }
}

@media(min-width:1600px){
  #pack-inicial .ini-cont {
    transform: translateY(30%);
  }

  #pack-inicial .pk-title {
font-size: 70px;
  }

  #pack-inicial .pk-card-text {
    font-size: 14px; /* de 15 → 18px para más legibilidad */
    line-height: 1.55;
  }

  #pack-inicial .pk-card{
    transform: translateY(10%);
  }

  /* Aplica al H2 correcto dentro de .cont-er */
#hero-er .cont-er h2{
    font-size: clamp(28px, 3.2vw, 42px) !important; 
  /* pisa el inline de 36px */
  line-height: 1.1;
}

#hero-er h2{
  font-size: 42px !important;
}

#hero-er .wrap-card p{
  font-size: 16px;
}

#hero-alt .cont-alt h1{
  font-size: 70px;
}

#hero-alt .info-card p{
  font-size: 20px;
}







  
}



@media(max-width: 576px){
#pack-inicial .pk-claim{
      font-size: 16px !important; 

}

#hero h2{
  font-size: 18px !important;
}
#hero-er h2{
      font-size: clamp(28px, 3.2vw, 42px) !important; 

}
#hero-er h3{
font-size: 16px !important;
}

#hero-alt h2{
  font-size: 16px !important;
}
}

