.hero img {
  height: 100%;
}
.hero h1 {
  max-width: 699px;
  font-size: 50px;
}
@media (max-width: 768px) {
  .hero::after {
    background: linear-gradient(
      0,
      rgba(0, 0, 0, 0) 8.46%,
      rgba(0, 0, 0, 0.48) 64.54%
    );
  }
}
/* Start Pest Types */
.pest-types-about {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
}

.pest-types-about h2 {
  text-align: center;
  font-size: var(--textFontSizeL);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--green);
  max-width: 699px;
  margin: 0 auto 25px;
}

.pest-types-about__wrapper {
  max-width: calc(var(--maxScreenWidth) + calc(var(--sidePadding) * 2));
  margin: 0 auto;
  padding: 0 var(--sidePadding);
}

.pest-types-about__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: var(--grayDark);
  margin: 0 auto 75px;
}

.pest-types-about__content strong {
  font-weight: 700;
}

/* End Pest Types */

/* Start Pest Classification */

.pest-classification {
  padding-top: 65px;
  position: relative;
  overflow: hidden;
}

.pest-classification__wrapper {
  width: 100%;
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  padding: 0 var(--sidePadding);
}

.pest-classification__wrapper h2 {
  text-align: center;
  font-size: var(--textFontSizeL);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--grayDark);
  max-width: 666px;
  margin: 0 auto 25px;
}

.pest-classification__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: var(--grayDark);
  margin: 0 auto 65px;
}

.pest-classification__list {
  display: grid;
  /* flex-direction: column; */
  grid-template-columns: 1fr;
  gap: 50px;
}

.pest-classification__list article {
  height: auto;
  width: 100%;
  position: relative;
  padding: 85px var(--sidePadding);
  min-height: 650px;
}

.pest-type__bg {
  height: 100%;
  width: calc(100% - 170px);
  position: absolute;
  top: 0;
  overflow: hidden;
}

.pest-type__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pest-type__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -2;
}

.pest-classification__list article:nth-child(even) .pest-type__bg {
  right: 0;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 30px;
}

.pest-classification__list article:nth-child(odd) .pest-type__bg {
  left: 0;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 30px;
}

.pest-classification__list article:nth-child(odd) .pest-type__bg::before {
  background: linear-gradient(270deg, rgba(12, 99, 47, 0) 15%, #0c632f 50%);
}

.pest-classification__list article:nth-child(even) .pest-type__bg::before {
  background: linear-gradient(90deg, rgba(12, 99, 47, 0) 15%, #0c632f 50%);
}

.pest-type__subject {
  position: absolute;
  object-fit: contain;
}

#roedores .pest-type__subject {
  bottom: -6.25vw;
  right: -25.23vw;
  width: 84.87vw;
  height: 52.03vw;
}
#insectos-rastreros .pest-type__subject {
  bottom: -5.15vw;
  left: -18.92vw;
  width: 70.2vw;
  height: 39.35vw;
  transform: scaleX(-1);
}

#insectos-voladores .pest-type__subject {
  bottom: -4.28vw;
  right: -4.98vw;
  width: 61.69vw;
  height: 41.15vw;
}

#plagas-madera .pest-type__subject {
  bottom: -5.32vw;
  left: -9.09vw;
  width: 63.6vw;
  height: 41.49vw;
}
#control-aves .pest-type__subject {
  bottom: -0.93vw;
  right: 15.51vw;
  width: 36.28vw;
  height: 35.19vw;
}

.pest-type__wrapper {
  height: 100%;
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pest-type__containter {
  max-width: 665px;
  position: relative;
  z-index: 1;
}

.pest-classification__list article:nth-child(even) .pest-type__containter {
  margin-left: auto;
}

.pest-type__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}

.pest-type__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green3);
  filter: drop-shadow(0 0 5px var(--green));
}

.pest-type__title {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: var(--textFontSizeM);
  text-transform: uppercase;
  color: white;
  margin-bottom: 18px;
}

.pest-type__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: white;
  line-height: 1.33;
  text-align: justify;
}

.pest-type__content strong {
  font-weight: 700;
}

.pest-type__wrapper .button--primary {
  margin-top: 30px;
  text-shadow: initial;
  text-transform: uppercase;
}

.pest-type__list {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.pest-type__list-item-content {
  display: none;
}

.pest-type__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.pest-type__list-item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pest-type__list-item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green3);
  filter: drop-shadow(0 0 5px var(--green));
}

.pest-type__list-item-name {
  color: white;
  font-size: var(--textFontSizeS);
  text-align: center;
  font-weight: 400;
  font-family: var(--secondaryFont);
}

.pest-type__list-item-name strong {
  font-weight: 600;
}

.pest-classification__list .cta-banner {
  grid-row: 3/4;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  #control-aves .pest-type__subject {
    right: 7vw;
  }
  #insectos-rastreros .pest-type__subject {
    left: -30.25vw;
  }
  #plagas-madera .pest-type__subject {
    left: -15vw;
  }
  #roedores .pest-type__subject {
    right: -33vw;
  }
}

@media (max-width: 1050px) {
  .pest-type__bg {
    width: calc(100% - 50px);
  }
  .pest-classification__list article:nth-child(even) .pest-type__bg {
    border-top-left-radius: 300px;
  }
  .pest-classification__list article:nth-child(odd) .pest-type__bg {
    border-top-right-radius: 300px;
  }
}
@media (max-width: 880px) {
  .pest-type__bg {
    width: calc(100% - var(--sidePadding));
  }
  .pest-classification__list article#control-aves .pest-type__bg {
    border-bottom-right-radius: 0;
  }
  .pest-type__containter {
    max-width: 550px;
  }
  .pest-type__list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: 25px;
  }
}
@media (max-width: 768px) {
  .pest-type__containter {
    max-width: 500px;
  }
  .pest-classification__list article .pest-type__bg::before {
    background: linear-gradient(180deg, rgba(12, 99, 47, 0) 0%, #0c632f 50%)!important;
  }
  .pest-type__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 600px) {
  .pest-classification__list article {
    padding-bottom: 150px;
  }
  .pest-classification__list article:nth-child(even) .pest-type__bg {
    border-top-left-radius: 200px;
  }
  .pest-classification__list article:nth-child(odd) .pest-type__bg {
    border-top-right-radius: 200px;
  }
  .pest-type__containter {
    max-width: 400px;
  }
  .pest-type__list {
    grid-template-columns: repeat(5, 1fr);
  }
  #insectos-rastreros .pest-type__subject {
    left: -25.25vw;
    width: 90.2vw;
  }
}
@media (max-width: 400px) {
  .pest-type__wrapper .button--primary {
    font-size: var(--textFontSizeS);
  }
  .pest-type__subject {
    left: 50% !important;
    right: initial !important;
    transform: translateX(-50%) !important;
    max-width: 80% !important;
    width: 80% !important;
    min-width: 80% !important;
  }

  .pest-type__content {
    padding-right: var(--sidePadding);
  }
}
/* End Pest Classification */

/* Start Sectors */

.sectors {
  padding: 0 var(--sidePadding) 50px;
}

.sectors__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  padding: 52px var(--sidePadding) 44px;
  position: relative;
}

.sectors__wrapper::before,
.sectors__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 1px);
  height: 100%;
  background: var(--green3);
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sectors__wrapper::before {
  left: 0;
}

.sectors__wrapper::after {
  right: 0;
}

.sectors__title {
  font-size: var(--textFontSizeL);
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.sectors__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  text-align: justify;
  margin-bottom: 35px;
}

.sectors__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  column-gap: calc(var(--sidePadding) + 1.16vw);
  row-gap: 15px;
}

.sectors__list li {
  width: calc(50% - calc((var(--sidePadding) + 1.16vw) / 2));
  display: flex;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 25px 0 6px;
  gap: 15px;
}

.sectors__list li > span {
  width: 48px;
  height: 48px;
}

.sectors__list li > span svg {
  --iconColor1: var(--green);
  width: 100%;
  height: 100%;
}

.sectors__item-content {
  width: calc(100% - 63px);
}

.sectors__item-content h3 {
  font-size: var(--textFontSizeM);
  color: var(--grayDark);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  margin-bottom: 5px;
}

.sectors__item-content p {
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  text-align: justify;
  min-height: 40px;
}

@media (max-width: 880px) {
  .sectors__wrapper::before,
  .sectors__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(50% + 1px);
    height: 100%;
    background: var(--green3);
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .sectors__wrapper::before {
    left: 0;
    border-bottom-right-radius: 0;
  }

  .sectors__wrapper::after {
    border-bottom-left-radius: 0;
    right: 0;
  }

  .sectors__wrapper ul {
    flex-direction: column;
  }

  .sectors__wrapper ul li {
    width: 100%;
  }
}

/* End Sectors */
.feedback__slider h2 {
  max-width: 666px;
}
