@charset "UTF-8";
@import url("https://use.typekit.net/ras5img.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "mozaic-geo-variable", sans-serif !important;
  font-weight: 700;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.ff-1 {
  font-family: "mozaic-geo-variable", sans-serif !important;
}

.fc-1 {
  color: #00862b !important;
}

.br-20 {
  border-radius: 20px !important;
}

#header {
  background-color: #5ae355;
  padding: 0px 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99999;
  height: 60px;
}
@media (max-width: 768px) {
  #header {
    height: auto;
    padding: 0px 20px;
  }
}
#header .logo-header {
  width: 254px;
}
@media (max-width: 768px) {
  #header .logo-header {
    width: 164px;
  }
}
#header li .nav-link {
  font-size: 24px;
  color: #00862b;
}
#header #menu_Principal_headers li .nav-link {
  font-size: 16px;
  color: #00862b;
  font-weight: 500;
}

#carousel {
  height: 80vh;
}
#carousel .slide {
  height: 80vh;
  display: flex;
  position: relative;
  padding: 80px 0px;
}
#carousel .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #55e363;
  background: linear-gradient(90deg, rgba(85, 227, 99, 0.65) 5%, rgba(87, 199, 132, 0.39) 50%, rgba(85, 227, 99, 0.65) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55E363", endColorstr="#55E363", GradientType=1 );
}
#carousel .slide h1 {
  font-size: 2.65rem;
  color: #fff;
}
#carousel .slick-dots {
  bottom: 20px !important;
}
#carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff !important;
}
#carousel .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.35;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#informacion {
  padding: 60px 0px 80px 0px;
}
#informacion h1 {
  line-height: 2.4rem;
}
@media (max-width: 768px) {
  #informacion h1 {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 768px) {
  #informacion h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
#informacion p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}
@media (max-width: 768px) {
  #informacion p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
#informacion #boxImagen {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
  border-top-left-radius: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  height: 450px;
}
@media (max-width: 768px) {
  #informacion #boxImagen {
    height: 220px;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
  }
}
#informacion #boxImagen img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  #informacion #boxImagen img {
    height: 235px;
  }
}
#informacion .btn-success {
  font-family: "mozaic-geo-variable", sans-serif;
  background-color: #5ae355;
  border-color: #5ae355;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  border-radius: 60px;
  padding: 0.85rem 4rem;
  box-shadow: 4px 4px 0 rgba(0, 134, 43, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  #informacion .btn-success {
    font-size: 1.125rem;
    padding: 0.65rem 1.5rem;
  }
}
#informacion .btn-success:hover {
  background-color: #fff;
  border-color: #00862b;
  color: #00862b;
}

#logos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#logos .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

#areaServicios {
  padding: 30px 0px;
}
#areaServicios .card {
  border: none;
}
#areaServicios .card li {
  font-size: 1.125rem;
}

#espacioMasLogos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicios {
  padding: 80px 0px;
}
#servicios .card {
  min-height: 710px;
}
@media (max-width: 768px) {
  #servicios .card {
    min-height: auto;
  }
}
#servicios .galeria img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #servicios .galeria img {
    height: 190px;
  }
}
#servicios .textoDescripcion {
  padding: 20px 45px;
}
#servicios .textoDescripcion p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #servicios .textoDescripcion {
    padding: 20px 35px;
  }
  #servicios .textoDescripcion p {
    font-size: 1rem;
  }
}
#servicios .slick-dots {
  bottom: 8px !important;
}
#servicios .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff !important;
}
#servicios .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.35;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bannerBeneficios {
  background-color: #00862b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#bannerBeneficios #logoBeneficios {
  width: 180px;
}
@media (max-width: 768px) {
  #bannerBeneficios #logoBeneficios {
    width: 120px;
  }
}
#bannerBeneficios h3 {
  letter-spacing: 0.28em;
  color: #fff;
}

#beneficios {
  background-color: #5ae355;
  padding: 50px 0px;
}
#beneficios .tarjeta {
  text-align: center;
  padding: 40px;
}
@media (max-width: 768px) {
  #beneficios .tarjeta {
    padding: 20px;
  }
}
#beneficios .tarjeta .icono {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #beneficios .tarjeta .icono {
    width: 80px;
    height: 80px;
  }
}
#beneficios .tarjeta .icono img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#beneficios .tarjeta h3 {
  font-weight: 500 !important;
}
#beneficios .tarjeta p {
  font-size: 1.2rem;
  font-weight: 300;
}

#mapa #mapaGoogle {
  width: 100%;
  height: 600px;
  border: none;
}
@media (max-width: 768px) {
  #mapa #mapaGoogle {
    height: 400px;
  }
}

#contacto {
  background-color: #5ae355;
  padding: 50px 0px 100px 0px;
  color: #fff;
  margin-top: -10px;
}
@media (max-width: 768px) {
  #contacto {
    padding: 50px 0px 50px 0px;
  }
}
#contacto .inputEffect {
  position: relative;
  margin: 20px 0;
}
#contacto .inputEffect input.form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid #00862b;
  border-radius: 1px;
  padding: 10px 5px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  position: relative; /* Añadido para asegurar que está sobre el fondo */
  z-index: 2; /* Añadido para asegurar que está sobre el fondo */
}
#contacto .inputEffect input.form-control:focus {
  outline: none;
  box-shadow: none;
}
#contacto .inputEffect label {
  position: absolute;
  left: 5px;
  top: 10px;
  color: #00862b;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1; /* Para que no interfiera con el clic en el input */
}
#contacto .inputEffect .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.4s ease;
  z-index: 3;
}
#contacto .inputEffect.is-focused label, #contacto .inputEffect.has-value label {
  top: -15px;
  font-size: 12px;
  color: #fff;
}
#contacto .inputEffect.is-focused input.form-control {
  border-bottom-color: #fff;
}
#contacto .inputEffect.is-focused .focus-border {
  width: 100%;
  left: 0;
}
#contacto .animacionBoton {
  transition: all 0.3s ease;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  font-family: "mozaic-geo-variable", sans-serif;
  font-weight: 400;
  color: #00862b;
}
#contacto .animacionBoton:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
#contacto .animacionBoton:active {
  transform: scale(0.97);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
#contacto .animacionBoton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
#contacto .animacionBoton:hover::after {
  width: 200%;
  height: 500%;
}

footer {
  padding-top: 30px;
  background-color: #5ae355;
}
footer #links-footer li, footer #links-footer2 li {
  font-size: 24px;
  color: #00862b;
}
footer p {
  font-size: 16px;
}
footer hr {
  border-top: 2px solid #fff;
}
footer #menu-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 2px solid #fff;
}
footer #menu-footer li:last-child {
  border-right: none;
}
footer #menu-footer li:first-child a.nav-link {
  padding-left: 0;
}
footer #menu-footer li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
footer #menu-footer li a.nav-link {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
footer #menu-footer li a:hover {
  color: #00862b;
  text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #000;
  color: #000;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.whatsappButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
.whatsappButton a {
  text-decoration: none;
  color: #fff;
}
.whatsappButton .whatsapp-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2ac28d;
  border-radius: 50%;
  border: 5px solid #fff;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  animation: pulsar 2s infinite;
  cursor: pointer;
}
.whatsappButton .whatsapp-icon-inner:hover {
  background-color: rgb(32.9237288136, 152.0762711864, 110.5296610169);
}
.whatsappButton .whatsapp-icon-inner .walogo {
  color: #fff;
  font-size: 30px;
  transition: transform 0.3s ease;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.5);
  }
}/*# sourceMappingURL=estilos.css.map */