/* for producto.html */
/* HERO */
.hero-header {
  background-color: white;
  height: clamp(80px, 20vw, 200px);
}

.hero-header .text {
  float: right;
  margin-top: clamp(40px, 10vw, 85px);
  padding-right: 5px;
  width: clamp(120px, 25vw, 350px);
  text-align: center;
}

.hero-header .text h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 5vw, 70px);
  color: var(--secondary-text-color);
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
}

.hero-header .text .subtitle {
  color: #666;
  margin-top: clamp(-20px, -1.5vw, -5px);
  font-weight: 700;
  font-size: clamp(8px, 1.5vw, 21px);
}

.logo-wrapper img {
  position: absolute;
  width: 50%;
  max-width: 550px;
  left: 50%;
  top: clamp(-270px, -21vw, -100px);
  transform: translateX(-50%);
}

.know-more {
  position: relative;
  width: clamp(100px, 25vw, 450px);
  top: clamp(-467px, -33vw, -150px);
  left: clamp(10px, 2vw, 30px);
}

/* Container button */
.know-more-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: clamp(2px, 1vw, 18px) clamp(10px, 2vw, 26px) clamp(2px, 1vw, 18px) clamp(12px, 5vw, 75px);
  /* extra left padding for icon */
  background-color: var(--background-color);
  /* olive green */
  color: var(--base-text-color);
  opacity: 1;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(8px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* Left circular icon */
.know-more-icon {
  position: absolute;
  left: clamp(-20px, -1.5vw, -5px);
  /* overlap */
  width: clamp(15px, 6vw, 90px);
  /* larger than pill height */
  height: clamp(15px, 6vw, 90px);
  /* larger than pill height */
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Chevron arrows */
.chevron-know-more {
  height: clamp(10px, 4.5vw, 70px);
}

.chevron-small {
  width: clamp(5px, 2.5vw, 20px);
  height: clamp(5px, 2.5vw, 20px);
  border-right: 4px solid var(--background-color);
  border-bottom: 4px solid var(--background-color);
  transform: rotate(-45deg);
}

.chevron-large {
  width: clamp(10px, 2.5vw, 50px);
  height: clamp(10px, 2.5vw, 50px);
  border-right: 4px solid var(--background-color);
  border-bottom: 5px solid var(--background-color);
  transform: rotate(-45deg);
}

/* Text */
.know-more-text {
  text-decoration: underline;
  text-underline-offset: 6px;
  white-space: nowrap;
}

.hero {
  background-color: var(--background-color);
  padding-top: 30px;
  display: grid;
  gap: clamp(5px, 1.54vw, 20px);
  padding: clamp(20px, 7vw, 70px) 0px;
  margin-top: clamp(10px, 5.5vw, 70px);
  padding-bottom: 0px;
}

.hero.secondary {
  padding: clamp(5px, 1.54vw, 20px) 0px;
  margin: 0px;
  background-color: white;
}

.hero.secondary .hero-video-1 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: clamp(145px, 46vw, 606px);
}

.hero.secondary .hero-video-1 video {
  height: 100%;
  object-fit: cover;
}

.hero.secondary .hero-video-2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: clamp(145px, 81vw, 894px);
}

.hero.secondary .hero-video-2 video {
  height: 100%;
  object-fit: cover;
}

.hero.secondary .hero-video-3 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: clamp(145px, 50vw, 642px);
}

.hero.secondary .hero-video-3 video {
  height: 100%;
  object-fit: cover;
}

.hero h2 {
  color: var(--base-text-color);
  font-size: clamp(14px, 3.5vw, 45px);
}

.hero h3 {
  color: var(--base-text-color);
  font-size: clamp(8px, 2.2vw, 30px);
  padding: 0px;
  margin: 0px;
}

.hero span {
  color: var(--hylight-color);
}

.hero.green {
  color: var(--secondary-text-color);
  gap: 0;
  padding-bottom: 0;
}

.hero.green h3 {
  color: var(--secondary-text-color);
}

.hero.green span {
  color: var(--secondary-text-color);
  font-weight: 800;
}

.hero-group {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  align-items: center;
  column-gap: 0rem;
  text-align: center;
  color: var(--base-text-color);
}

.hero.secondary .hero-group {
  grid-template-columns: 1.5fr 5fr 1.5fr;
}

.hero-subgroup {
  display: grid;
  row-gap: 1vw;
  grid-template-columns: 2fr 6fr;
  justify-items: flex-start;
  column-gap: clamp(5px, 2vw, 15px);
  padding: clamp(5px, 1vw, 15px) 0px;
}

.hero-subgroup img {
  justify-self: flex-end;
  width: clamp(30px, 10vw, 108px);
  height: clamp(30px, 10vw, 108px);
  object-fit: scale-down;
}

.name-layer {
  background-color: white;
  padding: clamp(5px, 1vw, 15px) 0px;
}

.name-layer .text h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 5vw, 70px);
  color: #4c8b2b;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
}

.name-layer .text .subtitle {
  color: #666;
  margin-top: clamp(-20px, -1.5vw, -5px);
  font-weight: 700;
  font-size: clamp(8px, 1.5vw, 21px);
}

.hero-text {
  text-align: center;
}

.hero-image {
  display: grid;
  justify-items: center;
  padding: 0px clamp(7px, 1.5vw, 35px);
  font-size: clamp(8px, 1.5vw, 40px);
  line-height: clamp(8px, 1.5vw, 40px);
}

.hero-image img {
  width: clamp(30px, 10vw, 110px);
  object-fit: cover;
}

.hero-image img.larger {
  width: clamp(30px, 15vw, 170px);
  object-fit: cover;
}

.hero-image .first-line {
  margin-top: clamp(5px, 0.5vw, 10px);
}

.hero-main-image {
  width: 100%;
  height: clamp(145px, 40vw, 576px);
  max-height: 576px;
  object-fit: cover;
}

.side-kick {
  width: 100%;
  height: 25vw;
  max-height: 350px;
  background-image: url(/assets/images/pellets.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
  /* vertical */
}

.side-kick.compressed {
  height: unset !important;
  padding: clamp(5px, 1vw, 15px) 0px;
}

.side-kick .know-more {
  position: inherit;
  width: clamp(200px, 50vw, 700px);
}

.side-kick .know-more-button {
  padding: clamp(10px, 2vw, 30px) clamp(20px, 5vw, 60px) clamp(10px, 2vw, 30px) clamp(40px, 10vw, 150px);
  font-size: clamp(14px, 3vw, 40px);
}

.side-kick .know-more-icon {
  left: clamp(-20px, -1.5vw, -5px);
  width: clamp(40px, 9vw, 130px);
  height: clamp(40px, 10vw, 130px);
}

.side-kick .chevron-know-more {
  height: clamp(20px, 7vw, 100px);
}