* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Gotham-Book";
}

body {
  background-color: #f5f5f7 !important;
}

:root {
  --primary-color: #ffcb17;
  --secondary-color: #1b3561;
  --general-background: #fefcf5;
  --footer-background: #122340;
  --text-gray: #777777;
  --border: #424242;
  --white: #ffffff;
  --bs-font-sans-serif: "Gotham-Book";
}

.naturalAs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 36vh;
  background-image: url(../img/personaNatural/background-soypersonaNatural.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.naturalAs h3 {
  color: white;
  font-family: "Gotham-Book";
  font-size: 1.8rem;
}

.naturalAs span {
  display: block;
  width: 15%;
  margin: 21px auto 12px auto;
  border-top: 3px solid var(--primary-color);
}

.naturalAs h2 {
  color: white;
  font-family: "Gotham-Bold2";
  font-size: 3rem;
}

.naturalAs a {
  margin: 24px 0 0 0;
  padding: 10px 30px;
  font-family: "Gotham-Bold2";
  font-size: 1.8rem;
  border-radius: 27px;
  text-align: center;
  text-decoration: none;
  color: var(--secondary-color) !important;
  border: none;
  background-color: var(--primary-color);
  cursor: pointer;
}

.naturalAs a:active {
  background-color: var(--secondary-color);
  color: var(--general-background) !important;
}

.naturalAs a:hover {
  box-shadow: 3px 3px 6px var(--general-background);
}

/* naturalBenefits */
.naturalBenefits {
  width: 100%;
}

.naturalBenefits--content {
  margin: 12px 30px;
  padding: 42px 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/personaNatural/base-efectoVidrio-personaNatural.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.naturalBenefits--glass {
  width: 90%;
  max-width: 600px;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  backdrop-filter: blur(3px);
  box-shadow: 2px 2px 12px #80808061;
}

.naturalBenefits--glass__content h2 {
  font-size: 2.6rem;
  font-family: "Gotham-Black";
  /* text-align: center; */
  color: var(--secondary-color);
}

.naturalBenefits--glass__content p, .naturalBenefits--glass__content ul {
  margin-top: 12px;
  font-size: 1.6rem;
  font-family: "Gotham-Book";
  /* text-align: justify; */
  color: var(--secondary-color);
}

.naturalBenefits--glass__content span {
  font-family: 'Gotham-Bold2';
}

.naturalBenefits--glass__content img {
  width: 100%;
}

.naturalBenefits--glass__content picture {
  position: relative;
}

.naturalBenefits--glass__content a {
  top: calc(100% - -11px);
  display: block;
  position: absolute;
  padding: 10px 30px;
  font-family: "Gotham-Bold2";
  font-size: 1.8rem;
  border-radius: 27px;
  text-align: center;
  text-decoration: none;
  color: var(--secondary-color) !important;
  border: none;
  background-color: #ffcb17d4;
  cursor: pointer;
}

.naturalBenefits--glass__content a:active {
  background-color: var(--secondary-color);
  color: var(--general-background) !important;
}

.naturalBenefits--glass__content a:hover {
  box-shadow: 3px 3px 6px var(--secondary-color);
}


/* media queries */
@media screen and (min-width: 768px) {
  .naturalAs {
    height: 100vh;
  }

  .naturalAs h3 {
    font-size: 2.1rem;
  }

  .naturalAs h2 {
    font-size: 3.3rem;
  }

  .naturalAs a {
    font-size: 2.1rem;
  }

  .naturalBenefits--glass__content a {
    top: 93px;
  }
}

@media screen and (min-width: 1440px) {
  .naturalAs {
    height: 95vh;
  }
}
