.header-wrapper {
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.header-container {
  background-color: var(--colorprimario);
  width: 100vw;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0px;
}

.header-inner {
  width: 100%;
  padding: 0px 1rem;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  gap: 46px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-section-holder {
  background-image: url(../images/bg-contact.jpg);
  background-position: center center;
  background-size: cover;
}

.contact-section-holder .container {
  padding: 3rem 0px;
}

@media (max-width: 768px) {
  .contact-section-holder .container {
    padding-bottom: 0px;
  }
}

.title-contact-section {
  color: rgb(255, 255, 255);
  font-family: "League Gothic";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.paragraph-contact-section {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.188%;
}

.btn-holder-2 {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  transition: 0.3s;
  padding: 0px;
  text-decoration: none !important;
  background: none !important;
  border: 0px !important;
  outline: none !important;
}

.btn-holder-2:hover {
  cursor: pointer;
}

.btn-text-2 {
  height: 37px;
  background-color: rgb(102, 186, 147);
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: rgb(255, 255, 255);
  padding: 10px 12px 10px 21px;
  border-radius: 15px 0px 0px 15px;
  box-sizing: border-box;
  transition: 0.3s;
  text-wrap: nowrap;
  text-decoration: none !important;
}

.btn-text-2:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
}

.btn-icono-2 {
  height: 37px;
  background-color: rgb(51, 51, 51);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 44px;
  border-radius: 0px 15px 15px 0px;
  transition: 0.3s;
}

.btn-icono-2 svg {
  width: 21px;
}

.btn-icono-2:hover {
  background-color: rgb(30, 87, 123);
}

.image-contact-holder {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .image-contact-holder {
    position: relative;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 2rem;
  }
}

.logo-holder {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  max-width: 374px;
  position: absolute;
  z-index: 2;
}

.logo-holder::after {
  content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"35\" height=\"91\" viewBox=\"0 0 35 91\" fill=\"none\"> <path d=\"M0 0H35L17.6943 76.6268C15.8265 84.8973 8.47874 90.7706 0 90.7706V0Z\" fill=\"white\"/></svg>");
  display: block;
  width: 35px;
  height: 91px;
  transform: translateX(-1px);
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 2px 4px 2px);
  z-index: 0;
}

.logo-image {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-left: 130px;
  padding-right: 1px;
  background-color: rgb(255, 255, 255);
  height: 91px;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 4px 4px 0px;
}

@media (max-width: 768px) {
  .logo-image {
    padding-left: 10vw;
  }

  .logo-image img {
    width: 130px;
  }
}

.logo-holder-2 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 55px;
  border-bottom: 1px solid rgb(114, 114, 114);
}

:root {
  --colorprimario: #1E577B;
  --colorsecundario: #66BA93;
}

body {
  font-family: Lato, sans-serif;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
}

.hero-section {
  background-image: attr(data-image-src url);
  width: 100%;
  position: relative;
  min-height: 598px;
}

.bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.bg-image img {
  height: 100%;
}

.content-hero {
  padding-top: 250px;
}

@media (max-width: 768px) {
  .content-hero {
    padding-top: 0px;
  }
}

.content-hero .pre-heading {
  color: var(--colorsecundario);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  text-wrap: nowrap;
  gap: 17px;
}

.content-hero .pre-heading::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--colorprimario);
  border: 0px;
  animation: 1s ease-in-out 0.5s 1 normal both running anim-line;
}

.content-hero .heading {
  color: var(--colorprimario);
  font-family: "League Gothic";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  animation: 0.6s ease-in-out 0.1s 1 normal both running anim-heading;
}

.content-hero .heading span {
  color: var(--colorsecundario);
}

.content-hero .subheading {
  color: rgb(51, 51, 51);
  text-align: justify;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  animation: 0.6s ease-in-out 0.5s 1 normal both running anim-heading;
}

@-webkit-keyframes anim-heading {
  0% {
    opacity: 0;
    margin-top: 25px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes anim-heading {
  0% {
    opacity: 0;
    margin-top: 25px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes anim-line {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-line {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

.hero-pill-container {
  position: relative;
  width: 506px;
  height: 598px;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .hero-pill-container {
    transform: translateX(-16%) scale(0.8);
  }
}

.hero-pill-container .hero-pill {
  position: absolute;
}

.hero-pill-container .hero-pill#hero-pill-1 {
  bottom: 0px;
  left: 100px;
  animation: 1s ease-in-out 0.1s 1 normal both running pill-1;
  z-index: 0;
}

.hero-pill-container .hero-pill#hero-pill-2 {
  bottom: 40px;
  left: 30px;
  animation: 1s ease-in-out 0.5s 1 normal both running pill-2;
  z-index: 1;
}

.hero-pill-container .hero-pill#hero-pill-3 {
  bottom: 180px;
  left: 30px;
  animation: 1s ease-in-out 1s 1 normal both running pill-2;
  z-index: 1;
}

.hero-pill-container .hero-pill#hero-pill-4 {
  bottom: 0px;
  right: 0px;
  animation: 1s ease-in-out 0.9s 1 normal both running pill-2;
  z-index: 1;
}

@-webkit-keyframes pill-1 {
  0% {
    opacity: 0;
    transform: translateX(20%) translateY(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pill-1 {
  0% {
    opacity: 0;
    transform: translateX(20%) translateY(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes pill-2 {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pill-2 {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.service-holder .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}

.service-holder .swiper-pagination span.swiper-pagination-bullet {
  width: 19px;
  height: 19px;
}

.service-holder .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--colorsecundario);
}

.service-group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 51px;
}

@media screen and (max-width:768px) {
  .service-group-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-group-wrapper>div:nth-child(2n) {
  background-color: var(--colorprimario);
}

.service-option {
  background-color: var(--colorsecundario);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .service-option {
    margin-top: 60px;
  }
}

.service-option-inner {
  padding: 0px 20px 58px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-option-inner h2 {
  color: rgb(244, 244, 244);
  font-family: "League Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
}

.service-option-inner p {
  color: rgb(255, 255, 255);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  text-decoration: none !important;
}

.service-image-holder {
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 202px;
  height: 169px;
  margin: 0px auto;
  text-decoration: none !important;
}

.service-image-holder img {
  width: 100%;
}

.group-title {
  display: flex;
  max-width: 100%;
  padding: 30px 0px;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}

.group-title .title {
  color: var(--colorprimario);
  font-family: "League Gothic";
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px;
}

.group-title .title span {
  color: var(--colorsecundario);
}

.group-title .subtitle {
  color: var(--colorsecundario);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.188%;
}

.group-title .subtitle span {
  color: var(--colorprimario);
}

.feature-product-holder {
  background: transparent;
  padding: 30px 0px;
}

.infography {
  position: relative;
  width: 449px;
  height: 441px;
}

@media (max-width: 768px) {
  .infography {
    overflow: hidden;
    width: 320px;
  }

  .infography #feature-product-image img {
    width: 370px;
  }
}

.infography .feature-pill {
  position: absolute;
}

.infography .feature-pill#hero-pill-2 {
  bottom: 0px;
  left: 0px;
  z-index: 0;
  animation: 1s ease-in-out 0.1s 1 normal both running pill-feature;
}

.infography .feature-pill#hero-pill-1 {
  top: 0px;
  left: 45px;
  z-index: 1;
  animation: 1s ease-in-out 0.9s 1 normal both running pill-feature;
}

.infography #feature-product-image {
  position: absolute;
  z-index: 2;
  top: 175px;
  right: 0px;
  animation: 1s ease-in-out 1.8s 1 normal both running featureImage;
}

@-webkit-keyframes pill-feature {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pill-feature {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes featureImage {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes featureImage {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.feature-title {
  color: var(--colorprimario);
  font-family: "League Gothic";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.feature-title span {
  color: var(--colorsecundario);
}

@media (max-width: 768px) {
  .feature-title {
    text-align: center;
    width: 100%;
  }
}

.feature-sub-title {
  color: rgb(30, 87, 123);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.188%;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .feature-sub-title {
    text-align: center;
    width: 100%;
  }
}

.feature-text {
  color: rgb(51, 51, 51);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .feature-text {
    text-align: center;
    width: 100%;
  }
}

.btn-holder {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  transition: 0.3s;
  padding: 0px;
  text-decoration: none !important;
  background: none !important;
  border: 0px !important;
  outline: none !important;
}

.btn-holder:hover {
  cursor: pointer;
}

.btn-text {
  height: 37px;
  background-color: rgb(102, 186, 147);
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: rgb(255, 255, 255);
  padding: 10px 12px 10px 21px;
  border-radius: 15px 0px 0px 15px;
  box-sizing: border-box;
  transition: 0.3s;
  text-wrap: nowrap;
  text-decoration: none !important;
}

.btn-text:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(30, 87, 123);
}

.btn-icono {
  height: 37px;
  background-color: rgb(30, 87, 123);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 44px;
  border-radius: 0px 15px 15px 0px;
  transition: 0.3s;
}

.btn-icono svg {
  width: 21px;
}

.btn-icono:hover {
  background-color: rgb(30, 87, 123);
}

.service-holder-2 {
  background-color: rgb(233, 237, 235);
  padding: 30px 0px;
}

.service-holder-alternate {
  background-color: transparent;
  background-image: url(../images/bg-service.webp);
  background-size: cover;
  padding: 30px 0px;
}

@media (max-width: 768px) {
  .service-holder-alternate .row {
    flex-direction: column-reverse;
  }
}

.infography-2 {
  position: relative;
  width: 449px;
  height: 441px;
}

@media (max-width: 768px) {
  .infography-2 {
    overflow: hidden;
    width: 320px;
  }

  .infography-2 #feature-product-image img {
    width: 370px;
  }
}

.infography-2 .feature-pill {
  position: absolute;
}

.infography-2 .feature-pill#hero-pill-2 {
  bottom: 0px;
  left: 0px;
  z-index: 0;
  animation: 1s ease-in-out 0.1s 1 normal both running pill-feature;
}

.infography-2 .feature-pill#hero-pill-2 img {
  width: 279px;
}

.infography-2 .feature-pill#hero-pill-1 {
  top: 0px;
  left: 45px;
  z-index: 1;
  animation: 1s ease-in-out 0.9s 1 normal both running pill-feature;
}

.infography-2 .feature-pill#hero-pill-1 img {
  width: 123px;
}

.infography-2 #feature-product-image {
  position: absolute;
  z-index: 2;
  top: 175px;
  left: 120px;
  animation: 1s ease-in-out 1.8s 1 normal both running featureImage;
}

.infography-2 #feature-product-image img {
  width: 253px;
}

@media (max-width: 768px) {
  .infography-2 #feature-product-image {
    left: 60px;
  }
}

@-webkit-keyframes pill-feature {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pill-feature {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes featureImage {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes featureImage {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.infography-alternate {
  position: relative;
  width: 449px;
  height: 441px;
}

@media (max-width: 768px) {
  .infography-alternate {
    overflow: hidden;
    width: 320px;
  }

  .infography-alternate #feature-product-image img {
    width: 370px;
  }
}

.infography-alternate .feature-pill {
  position: absolute;
}

.infography-alternate .feature-pill#hero-pill-2 {
  bottom: 0px;
  right: 0px;
  z-index: 0;
  animation: 1s ease-in-out 0.1s 1 normal both running pill-feature;
}

.infography-alternate .feature-pill#hero-pill-2 img {
  width: 279px;
}

.infography-alternate .feature-pill#hero-pill-1 {
  bottom: 0px;
  right: 20px;
  z-index: 1;
  animation: 1s ease-in-out 0.9s 1 normal both running pill-feature;
}

.infography-alternate .feature-pill#hero-pill-1 img {
  width: 123px;
}

.infography-alternate #feature-product-image {
  position: absolute;
  z-index: 2;
  top: 175px;
  left: 120px;
  animation: 1s ease-in-out 1.8s 1 normal both running featureImage;
}

.infography-alternate #feature-product-image img {
  width: 253px;
}

@media (max-width: 768px) {
  .infography-alternate #feature-product-image {
    left: 0px;
  }
}

@-webkit-keyframes pill-feature {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pill-feature {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes featureImage {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes featureImage {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.attributes-grid {
  display: grid;
  gap: 34px 29px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .attributes-grid {
    margin: 0px;
    padding: 2rem 0px;
  }
}

.attritube-element {
  list-style: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  color: rgb(30, 87, 123);
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.188%;
}

.gatsby-image-wrapper {
  position: relative;
  overflow: hidden;
}

.gatsby-image-wrapper picture.object-fit-polyfill {
  position: static !important;
}

.gatsby-image-wrapper img {
  inset: 0px;
  height: 100%;
  margin: 0px;
  max-width: none;
  padding: 0px;
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.gatsby-image-wrapper [data-main-image] {
  opacity: 0;
  transform: translateZ(0px);
  transition: opacity 0.25s linear;
  will-change: opacity;
}

.gatsby-image-wrapper-constrained {
  display: inline-block;
  vertical-align: top;
}