@charset "UTF-8";
/* Importa tipografías utilizadas en el proyecto. */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
/* Declara la fuente Practish. Coloca los archivos en assets/fonts/practish/ */
@font-face {
  font-family: "Practish";
  src: url("../../assets/fonts/practish/Practish Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 10px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  overflow-x: hidden;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: inherit;
    text-transform: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-top: 80px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  background: #000000;
}

h1, h2, h3 {
  line-height: 1.2;
}

h1, h2, h3 {
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

h1 {
  font-size: clamp(2rem, 1.3rem + 2.5vw, 3rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.2rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  font-weight: 600;
}

p {
  color: #FFFFFF;
}

.muted {
  color: #495057;
}

/**BLOG**/
html {
  scroll-behavior: smooth;
}

.container {
  width: min(100% - 2rem, 1370px);
  margin-inline: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 600;
}

.button--primary {
  font-size: 1.6rem;
  background: #8CC148;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 110%;
  padding: 2rem 2.5rem;
  border-radius: 10px;
}

/*
.button--primary:hover{ 
  background:$brand-secondary 
}
*/
.button--secondary {
  background: transparent;
  color: #FFFFFF;
  border-color: #495057;
}

main {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: clip;
}

.button--secondary:hover {
  border-color: #FFFFFF;
}

.field {
  display: grid;
  gap: 1.8rem;
}
.field label {
  font-size: 1.4rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #000000;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: .4rem;
  display: block;
}
.field input {
  height: 4.6rem;
}

.field input, .field textarea {
  background: #F7F7F7;
  color: #000000;
  border: none;
  padding: 0.8rem 1rem;
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
   width: 100% !important;
}

main {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  backdrop-filter: blur(2px);
  top: 0;
  z-index: 450;
  height: 16.8rem;
}
.header .container {
  height: 100%;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1000px) {
  .header {
    height: auto;
  }
}
/* Extra nav hooks reserved for future JS toggling */
.site-nav {
  height: 100%;
}

.site-nav__toggle {
  display: none;
}

.site-nav__list {
  display: flex;
  margin: 0;
  list-style: none;
  height: 100%;
}

.site-nav__list a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding-inline: 1.9rem;
  height: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.site-nav__list a:hover {
  color: #000000;
  background-color: #8CC148;
}

@media (max-width: 1000px) {
  .site-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 5.5rem;
  }
  .site-nav__list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1rem 0;
    gap: 0.5rem;
    border-radius: 0 0 10px 10px;
    height: auto;
  }
  .site-nav__list a {
    justify-content: center;
    padding: 1rem 2rem;
    width: 100%;
  }
  .site-nav__toggle[aria-expanded=true] + .site-nav__list {
    display: flex;
  }
}
@media (max-width: 800px) {
  .site-nav__list {
    flex-wrap: nowrap;
  }
}
/* CONTINUAR AQUI*/
.site-footer {
  padding: 5.7rem 0;
  background: #000000;
}

.footer__content {
  display: grid;
  grid-template-columns: 32px repeat(9, 1fr);
  align-items: start;
  column-gap: 2rem;
  padding-inline: 5rem;
}
.footer__content .footer__logo-container {
  grid-column: span 1;
  min-width: 14.5rem;
}
.footer__content .footer__copy-container {
  grid-column: 3/span 4;
}
.footer__content .footer__copy-container .footer__copy-text {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2em;
}
.footer__content .footer__message-container {
  grid-column: 7/span 4;
}
.footer__content .footer__message-container .footer__message-text {
  font-size: 1.3rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #888888;
  font-weight: 500;
  line-height: 1.2em;
}

@media (max-width: 1000px) {
  .footer__logo-container {
    margin: auto;
  }
  .footer__logo-container img {
    max-width: 10rem;
  }
}
@media (max-width: 768px) {
  .site-footer .footer__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-inline: 2.5rem;
  }
  .footer__logo-container,
  .footer__copy-container,
  .footer__message-container {
    grid-column: 1;
    text-align: center;
    margin: auto;
  }
  .footer__logo-container img {
    min-width: 100%;
  }
}
/* Buttons are defined in base/_globals for simplicity. Keep component-specific variants here if needed. */
.hero {
  padding: clamp(3rem, 6vw, 6rem) 0;
  background-color: #000000;
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
}
.hero .hero__content {
  width: 50%;
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.hero .hero__content .hero__title {
  font-size: 6rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .hero .hero__content .hero__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__content .hero__title {
    font-size: 3.2rem;
  }
}
.hero .hero__content .hero__title {
  margin-block: 1.6rem;
}
.hero .hero__content .hero__subtitle {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #8CC148;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.hero .hero__content .hero__paragraph {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
}
.hero .hero__box-content {
  max-width: 40%;
  margin: 5rem auto 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.6rem;
  position: absolute;
  bottom: 8rem;
  right: 2.5rem;
  z-index: 1;
}
.hero .hero__box-content .box__image-wrapper {
  width: 8.6rem;
  min-width: 8.6rem;
}
.hero .hero__box-content .box__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hero .hero__box-content .hero__box-text {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
}

.hero__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: auto;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(143.13deg, rgba(0, 0, 0, 0) 38.48%, #000000 84.1%);
  z-index: 1;
}

.hero .plant {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero .plant .container {
  position: relative;
}
.hero .plant .container::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 5.8rem;
  height: 5.8rem;
  background-image: url("../../assets/images/plant-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 1460px) {
  .hero .hero__content {
    width: 60%;
  }
  .hero .hero__box-content {
    max-width: 60%;
    bottom: 3rem;
  }
  .plant .container::before {
    left: 0;
  }
}
@media screen and (max-width: 1164px) {
  .hero .hero__content {
    width: 80%;
  }
  .hero .hero__content .hero__paragraph {
    max-width: 68rem;
  }
  .hero .hero__box-content {
    max-width: 70%;
    bottom: 3rem;
    right: 2.5rem;
  }
  .hero .hero__image {
    width: 50%;
  }
  .hero .hero__image {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .hero .hero__content {
    width: 100%;
  }
  .hero .hero__box-content {
    max-width: 70%;
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__box-content {
    display: none;
  }
  .hero .hero__image {
    width: 100%;
  }
  .hero::before {
    background: linear-gradient(123deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 95%);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  backdrop-filter: blur(2px);
  top: 0;
  z-index: 450;
  height: 16.8rem;
}
.header .container {
  height: 100%;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.hero-blog {
  padding: clamp(3rem, 6vw, 6rem) 0;
  background-color: #000000;
  min-height: 75dvh;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-single {
   padding: 0;
   min-height: 66dvh;
}
.hero-blog .hero__content {
  width: 66%;
  margin: auto;
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.hero-blog .hero__content .hero__title {
  font-size: 6rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .hero-blog .hero__content .hero__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .hero-blog .hero__content .hero__title {
    font-size: 3.2rem;
  }
}
.hero-blog .hero__content .hero__title {
  margin-block: 1.6rem;
}
.hero-blog .hero__content .hero__subtitle {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #8CC148;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.hero-blog .hero__content .hero__paragraph {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
}
.hero-blog .hero__image {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-blog .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-blog .plant {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero-blog .plant .container {
  position: relative;
}
.hero-blog .plant .container::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 5.8rem;
  height: 5.8rem;
  background-image: url("../../assets/images/plant-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.hero-blog::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8431372549) 44%, rgba(141, 193, 72, 0.8784313725) 100%);
  z-index: 1;
}

.section-form-comunidad {
  padding: 10rem 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1460px) {
  .hero-blog .hero__content {
    width: 60%;
  }
  .plant .container::before {
    left: 0;
  }
}
@media screen and (max-width: 1164px) {
  .hero-blog .hero__content {
    width: 80%;
  }
  .hero-blog .hero__content .hero__paragraph {
    max-width: 68rem;
  }
  .hero-blog .hero__image {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .hero-blog .hero__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero-blog .hero__image {
    width: 100%;
  }
}
.objetivos {
  padding: clamp(3rem, 6vw, 6rem) 0;
  background-color: #FFFFFF;
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
}
.objetivos .objetivos__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4rem);
  margin: 2rem 0;
  background-image: url("../../assets/images/acudecann-logo-bg-section.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.objetivos .objetivos__content {
  display: flex;
  gap: 11.5%;
  text-align: center;
  justify-content: center;
}
.objetivos .objetivos__content .objetivo {
  background-color: #D9D9D9;
  padding: 8.5rem 4.2rem 4.2rem;
  border-radius: 10px;
  position: relative;
  border-radius: 3.6rem;
  max-width: 41rem;
}
.objetivos .objetivos__content .objetivo .objetivo__icon {
  position: absolute;
  top: -6.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.objetivos .objetivos__content .objetivo .objetivo__icon.sheet-icon {
  background-color: #8CC148;
}
.objetivos .objetivos__content .objetivo .objetivo__icon.eye-icon {
  background-color: #2B3623;
}
.objetivos .objetivos__content .objetivo .objetivo__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.objetivos .objetivos__content .objetivo .objetivo__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  margin-block: 1.6rem;
  color: #495057;
}
.objetivos .objetivos__content .objetivo .objetivo__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
.objetivos .objetivos__content .objetivo .objetivo__list .objetivo__list-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  color: #2B3623;
  text-align: left;
  position: relative;
  padding-left: 3.3rem;
}
.objetivos .objetivos__content .objetivo .objetivo__list .objetivo__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../../assets/images/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.objetivos .plant {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.objetivos .plant .container {
  position: relative;
}
.objetivos .plant .container::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -0.2rem;
  width: 5.8rem;
  height: 5.8rem;
  background-image: url("../../assets/images/plant-icon-dark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 1460px) {
  .objetivos .plant .container::before {
    left: calc(100% - 5.8rem);
  }
}
@media (max-width: 950px) {
  .objetivos {
    padding: 7rem 0;
  }
}
@media (max-width: 768px) {
  .objetivos .objetivos__content {
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
  .objetivos .objetivos__content .objetivo {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .objetivos {
    padding: 10rem 0 5rem;
  }
  .objetivos .objetivos__content .objetivo {
    max-width: 95%;
  }
}
.cta {
  padding: 11rem 0;
  background-color: #2B3623;
  position: relative;
}
.cta .cta__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4rem);
  margin: 2rem 0;
  background-image: url("../../assets/images/acudecann-logo-bg-white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta .cta__content {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
.cta .cta__content .cta-title {
  flex-basis: 30%;
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #8CC148;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.cta .cta__content .cta__content-text {
  flex-basis: 53%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cta .cta__content .cta__content-text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  color: #FFFFFF;
}
.cta .cta__content .cta__actions {
  flex-basis: 18%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .cta__content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cta-title,
  .cta__content-text,
  .cta__actions {
    flex: 1 1 70%;
    width: 70%;
  }
  .cta__actions {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .cta .cta__background {
    display: none;
  }
  .cta-title,
  .cta__content-text,
  .cta__actions {
    flex: 1 1 90%;
    width: 90%;
    margin: 0 auto;
  }
}
.sponsors {
  padding: 3rem 0;
  background-color: #FFFFFF;
}

.sponsors__slider-wrapper {
  overflow: hidden;
  position: relative;
}

.sponsors__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 500ms ease;
}
@media (max-width: 768px) {
  .sponsors__list {
    display: flex;
    grid-template-columns: none;
    width: max-content;
    will-change: transform;
    gap: 2.5rem;
  }
}

.sponsor {
  border-radius: 10px;
  padding: 0 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sponsor .sponsor-logo {
  max-height: 11rem;
  width: auto;
  padding: 1rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .sponsor {
    width: 50%;
    min-width: calc(100% / 2.25);
    padding: 0 1.25rem;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .sponsor {
    width: calc(100vw / 1);
    min-width: calc(100vw / 1);
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.equipo {
  padding: 13.5rem 0;
  position: relative;
}
.equipo .equipo__title {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.4rem;
}
.equipo .equipo__text {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  max-width: 40%;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.equipo .equipo__content {
  position: relative;
  z-index: 1;
}
.equipo .team__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: auto;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.equipo .team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.equipo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.equipo__slider {
  max-width: 100.2rem;
  margin: 0 auto;
}

.equipo__slider-viewport {
  overflow: visible;
  transition: opacity 400ms ease;
}
.equipo__slider-viewport.is-fading {
  opacity: 0;
  pointer-events: none;
}

.equipo__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.persona {
  margin: 0 0.5rem;
  text-align: center;
}
.persona .persona__avatar {
  position: relative;
  width: 82%;
  padding-top: 82%;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #FFFFFF;
  overflow: hidden;
}
.persona .persona__avatar .persona__avatar-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.persona .persona__name {
  margin: 2.3rem 0 0.6rem;
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 110%;
  color: #8CC148;
}
.persona .persona__role {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 110%;
  color: #FFFFFF;
}

.equipo__box-content {
  max-width: 76rem;
  margin: 5rem auto 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.6rem;
}
.equipo__box-content .box__image-wrapper {
  flex-basis: 12%;
}
.equipo__box-content .box__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.equipo__box-content .equipo__box-text {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
}

.equipo .plant {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.equipo .plant .container {
  position: relative;
}
.equipo .plant .container::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -0.2rem;
  width: 5.8rem;
  height: 5.8rem;
  background-image: url("../../assets/images/plant-icon-light.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media (max-width: 800px) {
  .equipo__slider-viewport {
    overflow: hidden;
  }
  .equipo__grid.is-slider {
    display: flex;
    gap: 1.6rem;
    margin-top: 1.2rem;
    transition: transform 500ms ease;
    will-change: transform;
  }
  .persona {
    flex: 0 0 calc(50% - 0.8rem);
    margin: 0;
  }
  .equipo__slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
  .equipo__slider-dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .equipo__slider-dot[aria-current=true] {
    background-color: #8CC148;
    transform: scale(1.15);
  }
}
@media (max-width: 768px) {
  .persona {
    flex: 0 0 100%;
  }
  .equipo .equipo__text {
    max-width: 85%;
  }
  .equipo__box-content {
    flex-direction: column;
    max-width: 85%;
  }
}
@media (min-width: 801px) {
  .equipo__slider-dots {
    display: none;
  }
}

.blog {
  background-color: #FFFFFF;
  padding: 8.7rem 0;
}

.blog .blog__content {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}
.blog .blog__header {
  display: grid;
  max-width: 48rem;
  margin-left: 8rem;
}
@media (max-width: 768px) {
  .blog .blog__header {
    margin-left: 0;
  }
}
.blog .blog-title {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #2B3623;
  margin-bottom: 1.4rem;
}
.blog .blog-subtitle {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
  color: #000000;
  text-transform: uppercase;
}
.blog .blog-text {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
  color: #000000;
}
.blog .blog__slider {
  margin-top: 5rem;
}
.blog .blog__slider-viewport {
  overflow: hidden;
  position: relative;
  transition: opacity 400ms ease;
}
.blog .blog__slider-viewport.is-fading {
  opacity: 0;
  pointer-events: none;
}
.blog .blog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
@media (max-width: 800px) {
  .blog .blog__grid.is-slider {
    display: flex;
    gap: 1.2rem;
    transition: transform 500ms ease;
    will-change: transform;
  }
  .blog .blog__item {
    flex: 0 0 calc(50% - 0.6rem);
  }
  .blog .blog__slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
    list-style: none;
    padding: 0;
  }
  .blog .blog__slider-dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: none;
    background: #D9D9D9;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease;
  }
  .blog .blog__slider-dot[aria-current=true] {
    background: #8CC148;
  }
  .blog .blog__slider-dot:hover {
    background: #8CC148;
  }
}
@media (max-width: 768px) {
  .blog .blog__content {
     display: block;
  }
  .blog .blog__item {
     flex: 0 0 100%;
  }
}

.blog .blog__item {
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 16rem;
  background: rgba(255, 255, 255, 0.05);
}
.blog .blog__item .blog__item-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 90%;
  border-radius: 0.5rem;
}
.blog .blog__item .blog__item-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.blog .blog__item .blog__item-image .blog__item-category {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #8CC148;
  padding: 0.8rem 1.6rem;
  border-radius: 0.5rem;
}
.blog .blog__item .blog__item-date {
  font-size: 1.2rem;
  font-family: "Lora", "Times New Roman", Times, serif;
  color: #6C757D;
  font-weight: 500;
  line-height: 1.2;
  margin: 1.7rem 0;
}
.blog .blog__item .blog__item-title {
  font-size: 1.8rem;
  font-family: "Lora", "Times New Roman", Times, serif;
  color: #495057;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.6rem;
}
.blog .blog__item .blog__item-text {
  font-size: 1.2rem;
  font-family: "Lora", "Times New Roman", Times, serif;
  color: #6C757D;
  font-weight: 500;
  line-height: 1.2em;
}

body.blog, body.single, body.pageComunidad {
  color: #FFFFFF;
  background: transparent;
  padding: 0;
}

.contacto {
  padding: 3rem 0;
  background-color: #FFFFFF;
}
.contacto .contacto__content {
  margin-inline: 8rem;
  display: flex;
  gap: 10rem;
}
.contacto .contacto__content .contacto__left {
  flex-basis: 50%;
}
.contacto .contacto__content .contacto__left .contacto__title {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 2rem;
}
.contacto .contacto__content .contacto__left .contacto__text {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
  color: #000000;
  margin-bottom: 3.8rem;
}
.contacto .contacto__content .contacto__left .contacto__group {
  display: flex;
  gap: 3.5%;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__img {
  flex-basis: 52.5%;
  flex-shrink: 1;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links {
  flex-grow: 1;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links .email_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #2B3623;
  padding: 1.3em 1.6rem;
  border-radius: 1rem;
  text-decoration: none;
  margin-bottom: 2.3rem;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links .email_item .email_item-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links .email_item .email_item-text {
  font-size: 1.4rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.4em;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links .whatsapp_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #8CC148;
  padding: 1.3em 1.6rem;
  border-radius: 1rem;
  text-decoration: none;
  margin-bottom: 7rem;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links .whatsapp_item-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links .whatsapp_item-text {
  font-size: 1.4rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.4em;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links-title {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 3.8rem;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links-list {
  display: flex;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.2rem;
}
.contacto .contacto__content .contacto__left .contacto__group .contacto__links-list .link_item {
  width: 3.4rem;
  height: 3.4rem;
}
.contacto .contacto__content .contacto__right {
  flex-basis: 50%;
}

.contacto__form {
  display: grid;
  gap: 1rem;
}
.contacto__form .button {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 2rem;
}

.contacto {
  position: relative;
}
.contacto .plant {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contacto .plant .container {
  position: relative;
}
.contacto .plant .container::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -0.2rem;
  width: 5.8rem;
  height: 5.8rem;
  background-image: url("../../assets/images/plant-icon-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 1460px) {
  .contacto .plant .container::before {
    left: calc(100% - 5.8rem);
  }
}
@media screen and (max-width: 1200px) {
  .contacto .contacto__content .contacto__left .contacto__group .contacto__links .email_item {
    margin-bottom: 1.3rem;
  }
  .contacto .contacto__content .contacto__left .contacto__group .contacto__links .whatsapp_item {
    margin-bottom: 2.5rem;
  }
  .contacto .contacto__content .contacto__left .contacto__group .contacto__links-title {
    font-size: 3.2rem;
    font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .contacto .contacto__content .contacto__left .contacto__group .contacto__img {
    display: none;
  }
  .contacto .contacto__content .contacto__left .contacto__group .contacto__links {
    flex-grow: 0;
  }
}
@media screen and (max-width: 820px) {
  .contacto .contacto__content {
    flex-direction: column;
  }
  .contacto .contacto__content .contacto__left {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacto .contacto__content .contacto__left .contacto__title {
    text-align: center;
  }
  .contacto .contacto__content .contacto__left .contacto__text {
    padding-inline: 4rem;
  }
  .contacto .contacto__content .contacto__left .contacto__group .contacto__links .contacto__links-title {
    text-align: center;
  }
  .contacto .contacto__content .contacto__left .contacto__group .contacto__links .contacto__links-list {
    justify-content: center;
  }
  .contacto .contacto__content .contacto__right {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contacto .contacto__content {
    margin-inline: 2rem;
  }
  .contacto .contacto__content .contacto__left .contacto__text {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .contacto .contacto__content {
    margin-inline: 0;
  }
  .contacto .contacto__content .contacto__left .contacto__text {
    padding-inline: 0;
  }
}
.hero-comunidad {
  padding: clamp(3rem, 6vw, 6rem) 0;
  background-color: #000000;
  min-height: 80dvh;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-comunidad .hero__content {
  width: 66%;
  margin: auto;
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.hero-comunidad .hero__content .hero__title {
  font-size: 6rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .hero-comunidad .hero__content .hero__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .hero-comunidad .hero__content .hero__title {
    font-size: 3.2rem;
  }
}
.hero-comunidad .hero__content .hero__title {
  margin-block: 1.6rem;
}
.hero-comunidad .hero__content .hero__subtitle {
  font-size: 3.2rem;
  font-family: "Practish", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #8CC148;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.hero-comunidad .hero__content .hero__paragraph {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25em;
}
.hero-comunidad .hero__image {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-comunidad .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-comunidad::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgba(0, 0, 0, 0.7803921569) 48%, rgba(140, 193, 72, 0.7803921569) 100%);
  z-index: 1;
}

.section-form-comunidad {
  padding: 10rem 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1460px) {
  .hero-comunidad .hero__content {
    width: 60%;
  }
  .plant .container::before {
    left: 0;
  }
}
@media screen and (max-width: 1164px) {
  .hero-comunidad .hero__content {
    width: 80%;
  }
  .hero-comunidad .hero__content .hero__paragraph {
    max-width: 68rem;
  }
  .hero-comunidad .hero__image {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .hero-comunidad .hero__content {
    width: 100%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .hero-comunidad .hero__image {
    width: 100%;
  }
}


/* ===================================
  ESTILOS PARA CONTACT FORM 7
=================================== */

/* Reset básico para el formulario */
.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.contacto__right .contacto__form .wpcf7-form {padding: 0; max-width: none;}

.wpcf7-form-control-wrap {width: 100%;}

/* Ocultar el botón original de Contact Form 7 */
body.home .wpcf7-form input[type="submit"] {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
   font-size: 1.5rem;
   color:#000
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: -20px;
}

/* Campos del formulario */
.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 20px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}

.form-group:hover {
  border-color: #c0c0c0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-group:focus-within {
  border-color: #8BC34A;
  box-shadow: 0 2px 12px rgba(139, 195, 74, 0.15);
}

/* Labels */
.demo-container .form-group label {
  display:flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.demo-container .form-group label .required {
  color: #e53935;
  margin-left: 3px;
}

/* Inputs de texto */
.demo-container .wpcf7-text,
.demo-container .wpcf7-email,
.demo-container .wpcf7-tel,
.demo-container .wpcf7-number {
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  color: #333;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.demo-container .wpcf7-text::placeholder,
.demo-container .wpcf7-email::placeholder,
.demo-container .wpcf7-tel::placeholder,
.demo-container .wpcf7-number::placeholder {
  color: #999;
  font-size: 14px;
}

.demo-container .wpcf7-text:focus,
.demo-container .wpcf7-email:focus,
.demo-container .wpcf7-tel:focus,
.demo-container .wpcf7-number:focus {
  border-bottom: 2px solid #8BC34A;
}

/* Radio buttons */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.wpcf7-list-item {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.wpcf7-radio input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.wpcf7-radio input[type="radio"]:hover {
  border-color: #8BC34A;
}

.wpcf7-radio input[type="radio"]:checked {
  border-color: #8BC34A;
  background: white;
}

.wpcf7-radio input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8BC34A;
}

.wpcf7-list-item-label {
  font-size: 15px;
  color: #333;
  cursor: pointer;
  user-select: none;
}

/* Checkboxes */
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.wpcf7-checkbox input[type="checkbox"]:hover {
  border-color: #8BC34A;
}

.wpcf7-checkbox input[type="checkbox"]:checked {
  background: #8BC34A;
  border-color: #8BC34A;
}

.wpcf7-checkbox input[type="checkbox"]:checked::before {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}

/* Botones */
.form-buttons p {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
  flex-direction: row-reverse;
}

.form-buttons a {
    display: block;
}

.wpcf7-submit {
  background: #8BC34A;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(139, 195, 74, 0.3);
}

.wpcf7-submit:hover {
  background: #7CB342;
  box-shadow: 0 4px 12px rgba(139, 195, 74, 0.4);
  transform: translateY(-1px);
}

.wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(139, 195, 74, 0.3);
}

.reset-link {
  color: #e53935;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.reset-link:hover {
  color: #c62828;
  text-decoration: underline;
}

/* Mensajes de validación */
.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #81c784;
}

.wpcf7-validation-errors {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef5350;
}

/* Spinner de carga */
.wpcf7-spinner {
  margin-left: 10px;
  width: 100%;
  height: 0;
  background-color: transparent;
}

/* Responsive */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 15px;
  }

  .form-group {
    padding: 15px;
  }

  .form-buttons {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .wpcf7-submit {
    width: 100%;
  }

  .reset-link {
    text-align: center;
  }
}

.demo-container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.demo-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 500px) {
    .demo-container {
        max-width: 600px;
        margin: 0 auto;
        background: white;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .demo-container .wpcf7-form {
        padding: 5px;
    }
}


.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-size: 2.3rem;
  font-family: "Lora", "Times New Roman", Times, serif;
  color: #495057;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.6rem;
  margin: 2.5rem 0 1.3rem;
}

.entry {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25em;
  color: #2B3623;
}

.entry p, .entry a, .entry li {
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25em;
  color: #2B3623;
}

.entry p {
    margin-bottom: 18px;
}

/* imagen del contenido */
.entry img {
    max-width: 100%;
    height: auto;
}

/* alineaciones que WordPress agrega: alignleft, aligncenter, alignright */
.entry .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.entryt .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.entry .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

// Estilos adicionales y correcciones finales

/* ESTILOS PARA EL FOOTER */
.footer__content {
    grid-template-columns: 32px repeat(12, 1fr);
}

.footer__content .footer__logo-container {
    min-width: 13rem;
}

.footer__content .footer__copy-container {
    grid-column: 3 / span 5;
}

.footer__content .footer__message-container {
    grid-column: 8 / span 5;
}

.footer__content .footer__social-container {
    grid-column: 13 / span 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__content .footer__social-list {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__content .footer__social-list  li {
    margin: 0;
    padding: 0;
}

.footer__content .footer__social-list li a {
        display: block;
        width: 32px;
        height: 32px;
}

.footer__content .footer__social-list li a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: invert(1);
}

/* FIN ESTILOS PARA EL FOOTER */

/* ESTILOS PARA DATA DISCLAIMER EN COMUNIDAD */
.data-disclamer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-block: 2.5rem;
}
.data-disclamer .disclamer-text-wrapper {
    max-width: 100%;
    display: block;
    margin: auto;
}
.data-disclamer .disclamer-text-wrapper .disclamer-text {
    max-width: 65rem;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
/* FIN ESTILOS PARA DATA DISCLAIMER EN COMUNIDAD */
