@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
}

/* se conserva Ethnocentric por compatibilidad, pero no se usa */
@font-face {
  font-family: "Ethnocentric";
  src: url("../fonts/ethnocentric/ethnocentric rg.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Ethnocentric";
  src: url("../fonts/ethnocentric/ethnocentric rg it.ttf") format("truetype");
  font-weight: 400;
}

/* ---------- TITULOS Y BASE ---------- */
h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Poppins", sans-serif;
  color: #101010;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%; /* evita zoom de iOS */
}

/* ---------- ESPACIADOS ---------- */
.layout_padding {
  padding: 75px 0;
}
.layout_padding2 {
  padding: 45px 0;
}
.layout_padding2-top {
  padding-top: 45px;
}
.layout_padding2-bottom {
  padding-bottom: 45px;
}
.layout_padding-top {
  padding-top: 75px;
}
.layout_padding-bottom {
  padding-bottom: 75px;
}

/* ---------- TITULOS ---------- */
.custom_heading {
  position: relative;
}
.custom_heading::before {
  position: absolute;
  content: "";
  left: -45px;
  width: 37px;
  height: 32px;
  background-image: url(../images/herbal.png);
  background-size: cover;
}

/* ---------- HEADER ---------- */
.hero_area {
  min-height: 100vh; /* ✅ corrige altura móvil */
  height: auto;
  background-image: url("../images/fondo2.png");
  background-size: cover;
  background-attachment: scroll; /* ✅ evita bug iOS */
  background-position: center;
}

.sub_page .hero_area,
.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
}

.navbar-brand img {
  width: 45px;
}
.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
  flex-direction: column;
  align-items: center;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 35px;
}

/* ---------- HERO SECTION ---------- */
.hero_section {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75vh;
}

.hero_section h1 {
  font-size: 85px;
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word; /* ✅ evita desbordes */
}

.hero_section .hero_btn-box a {
  display: inline-block;
  padding: 12px 55px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  margin-top: 55px;
  text-transform: uppercase;
}

.hero_section .hero_btn-box a:hover {
  background-color: #ffffff;
  color: #00ff00;
}

/* ---------- ABOUT SECTION ---------- */
.sub_page .about_section .about_container {
  margin-top: 0;
}

.about_section .about_container {
  width: 85%;
  margin: 0 auto;
  padding: 75px 45px;
  background-image: url("../images/about3.png");
  background-size: auto 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -150px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
}

.about_section .about_container .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_section .about_container .container > div {
  width: 46%;
}

.about_section .detail a {
  display: inline-block;
  padding: 14px 35px;
  background-color: transparent;
  border: 1.5px solid #00ff00;
  color: #3cff3c;
  margin-top: 75%;
}

.about_section .detail a:hover {
  background-color: #00ff00;
  color: #ffffff;
}

.about_section .detail-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ---------- PRODUCT / WHY ---------- */
.product_section .container {
  display: flex;
  flex-wrap: wrap;
}

.product_section .img-box {
  margin: 1%;
  display: flex;
}

.product_section .img-box img {
  width: 100%;
}

.product_section .img-box.box-1,
.product_section .img-box.box-3 {
  width: 43%;
}
.product_section .img-box.box-2,
.product_section .img-box.box-4 {
  width: 53%;
}

.product_section a {
  display: inline-block;
  padding: 14px 35px;
  background-color: transparent;
  border: 1.5px solid #00ff00;
  color: #3cff3c;
}
.product_section a:hover {
  background-color: #00ff00;
  color: #ffffff;
}

.why_section .why_container .img_box {
  width: 85%;
  margin: 0 auto;
}

.why_section .why_container .img_box img {
  width: 100%;
}

.why_section a {
  display: inline-block;
  padding: 14px 35px;
  background-color: transparent;
  border: 1.5px solid #00ff00;
  color: #3cff3c;
}
.why_section a:hover {
  background-color: #00ff00;
  color: #ffffff;
}

/* ---------- CONTACT ---------- */
.contact_section {
  color: #fff;
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; /* ✅ evita bug de fondo fijo en iOS */
}

/* ---------- CLIENT / TESTIMONIOS ---------- */
.client_section {
  padding: 80px 0;
}

.client_section .client_container {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* Imagen circular con degradado */
.client_section .img_box {
  width: 300px;
  height: 300px;
  min-width: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #afad04, #5da802);
}

.client_section .img_box img {
  width: 85%;
  height: auto;
  object-fit: cover;
}

/* Caja de texto del testimonio */
.client_section .detail_box {
  flex: 1;
  background: linear-gradient(to bottom, #afad04, #5da802);
  color: #ffffff;
  padding: 35px 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
}

/* Nombre vertical */
.client_section .detail_box h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 35px;
  font-size: 18px;
}

.client_section .detail_box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Indicadores */
.client_section .carousel-indicators {
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto;
  bottom: 30px;
}

.client_section .carousel-indicators li {
  background-color: #0f0f0f;
  height: 15px;
  width: 35px;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.client_section .carousel-indicators li.active {
  background-color: #46a102;
  width: 38px;
}

/* ---------- INFO SECTION ---------- */
.info_section {
  background-image: url("../images/info-bg.jpg");
  background-size: cover;
  background-attachment: scroll; /* ✅ fijo → scroll para móviles */
  background-position: center;
}

.info_section .logo-box {
  width: 200px;
  margin: 0 auto 75px auto;
}
.info_section .logo-box img {
  width: 100%;
}

.info_items {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.info_items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.info_items .item .img-box {
  width: 50px;
  border-radius: 100%;
  margin-bottom: 15px;
}
.info_items .item .img-box img {
  width: 100%;
}

.info_items .item .detail-box {
  margin-top: 10px;
  color: #fff;
}

/* ---------- FOOTER ---------- */
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-weight: 500;
}
.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}
.footer_section a {
  color: #292929;
}

/* ---------- TARJETAS FINALES ---------- */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* ✅ compatibilidad Safari */
  transition: transform 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
}
.info-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
}

.info-card .icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(
    120% 120% at 30% 30%,
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0.1)
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.info-card .icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.info-card .text h6 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.info-card .text p {
  margin: 2px 0 0;
  opacity: 0.9;
  font-size: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .info-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-card {
    padding: 16px;
  }
  .info-card .icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}
