/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_home.sass ***!
  \*************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.home-banner {
  width: 100vw;
  background-image: url(../js/../img/inicio-yauco-tarimas.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home-banner__container {
  height: 100%;
  width: 100%;
  max-width: var(--bp2);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
.home-banner__title {
  width: 100%;
  margin: 5rem auto auto;
  text-align: center;
  font-weight: 900;
  font-family: var(--ff1);
}
.home-banner__title--black {
  display: block;
  color: var(--color1);
}
.home-banner__title--red {
  display: block;
  color: var(--color3);
}
.home-banner__words {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
}
.home-banner__dot {
  color: var(--color3);
}
.home-banner__word, .home-banner__dot {
  display: block;
}
.home-banner__word {
  font-weight: 400;
  font-family: var(--ff1);
}
.home-banner .btn {
  box-shadow: 0 0.1rem 0.5rem var(--btn-drop-shadow);
}

.labels__container {
  width: 100%;
  max-width: var(--bp2);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.label {
  background-color: var(--color3);
  width: 28%;
  max-width: 20rem;
  min-width: 16rem;
  padding: 2rem;
  border-radius: 0 2rem 0 2rem;
  box-sizing: border-box;
  height: auto;
  box-shadow: 0 0.1rem 0.5rem var(--btn-drop-shadow);
}
.label__icon {
  display: block;
  margin: auto;
  width: 6rem;
  height: 5rem;
  object-fit: contain;
}
.label__title {
  text-align: center;
  color: var(--color2);
  font-weight: 900;
  font-size: var(--fs-large);
  font-family: var(--ff1);
  margin: 1rem auto auto;
}
.label__text {
  color: var(--color2);
  margin: 1rem auto auto;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
  text-align: center;
  line-height: 1.27rem;
}
.label--strong {
  background-color: var(--color4);
}

.grid {
  display: flex;
  align-items: stretch;
}
.grid__map {
  display: block;
  height: auto;
}
.grid__element--grey {
  background-color: var(--color5);
}
.grid__element--black {
  background-color: var(--color1);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.grid__element--black .btn {
  margin: 2rem 2rem auto 2rem;
}
.grid--info {
  box-sizing: border-box;
}
.grid--image {
  display: block;
  object-fit: cover;
  height: auto;
}
.grid__text {
  text-align: center;
  margin: auto;
}
.grid__text--strong {
  font-weight: 900;
  display: block;
}
.grid__text {
  font-weight: 400;
  font-family: var(--ff1);
}
.grid__text--black {
  margin-top: 1rem;
  color: var(--color1);
}
.grid__text--white {
  color: var(--color2);
}

.about {
  padding: 3rem 0 0 0;
}
.about__title {
  width: 100%;
  text-align: center;
  margin: auto auto 3rem auto;
  color: var(--color3);
  font-weight: 400;
  font-family: var(--ff1);
}
.about__video {
  background-color: var(--color2);
  display: block;
  height: auto;
}
.about__content {
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about__logo {
  display: block;
  width: 15rem;
  margin: auto;
}
.about__info {
  width: 95%;
  max-width: 35rem;
}
.about__text {
  color: var(--color1);
  text-align: left;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
  margin: 1.5rem auto auto;
  line-height: 1.62rem;
}
.about__text--strong {
  font-weight: 900;
  font-style: italic;
}

.mision-vision__container {
  width: 100%;
  max-width: var(--bp3);
  margin: auto;
  box-sizing: border-box;
}
.mision-vision__element {
  padding: 2rem 0;
}
.mision-vision__icon {
  object-fit: contain;
  display: block;
}
.mision-vision__title {
  color: var(--color3);
  margin: auto;
  font-weight: 900;
  font-size: var(--fs-xl);
  font-family: var(--ff1);
  font-style: italic;
}
.mision-vision__text {
  color: var(--color1);
  margin: 0 auto auto;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  line-height: 1.62rem;
}

.collage {
  display: block;
  margin: auto;
  width: 100%;
  max-width: var(--bp2);
}

.valores {
  width: 100%;
  max-width: var(--bp2);
  margin: 2rem auto;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.valores__image {
  display: block;
  margin: auto;
  object-fit: contain;
}
.valores__list {
  margin: auto auto auto 2rem;
  box-sizing: border-box;
}
.valores__item {
  font-weight: 900;
  font-family: var(--ff1);
  font-style: italic;
  color: var(--color3);
}
.valores__text {
  color: var(--color1);
  font-weight: 400;
  font-style: normal;
}

.no-para {
  display: block;
  width: 100%;
  margin: 4rem auto;
  width: 95%;
  max-width: var(--bp4);
}

#gallery .glide__arrow {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none;
  font-size: 3rem;
}
#gallery .glide__arrow--left {
  left: 1rem;
}
#gallery .glide__arrow--right {
  right: 1rem;
}

.products__title {
  padding: 2rem 1rem;
  box-sizing: border-box;
  text-align: center;
  color: var(--color3);
  margin: auto;
  font-weight: 400;
  font-family: var(--ff1);
}

.product__title {
  background-color: var(--color3);
  text-align: center;
  margin: auto;
  padding: 1rem;
  box-sizing: border-box;
  font-weight: 900;
  font-size: var(--fs-large);
  font-family: var(--ff1);
  color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__icon {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
  margin-right: 1rem;
}

.variant--black {
  background-color: var(--color1);
}
.variant__container {
  width: 100%;
  display: inline-grid;
  max-width: var(--bp2);
  margin: auto;
  padding: 2rem;
  box-sizing: border-box;
}
.variant__tarima {
  display: block;
  width: 95%;
  max-width: 30rem;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.variant__title, .variant__type, .variant__description {
  color: var(--color1);
}
.variant__title--white, .variant__type--white, .variant__description--white {
  color: var(--color2);
}
.variant__number {
  background-color: var(--color3);
  display: block;
  padding: 0.5rem;
  color: var(--color2);
  position: absolute;
  font-size: var(--fs-large);
  top: 90%;
  left: 2rem;
  border-radius: 0.5rem;
}
.variant__title {
  width: max-content;
  position: relative;
  border-radius: 0 2rem;
  font-size: var(--fs-xxl);
  font-weight: 900;
  font-family: var(--ff1);
  margin: auto auto auto 0;
  padding: 1.5rem;
  border: 1px solid var(--color1);
}
.variant__title--white {
  border-color: var(--color2);
}
.variant__content {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.variant__content .btn {
  margin: 1rem auto auto 2rem;
}
.variant__type {
  color: var(--color3);
  padding: 1rem 0 1rem 6rem;
  box-sizing: border-box;
  margin: auto auto auto 0;
  width: 90%;
  font-weight: 900;
  font-size: var(--fs-mid);
  font-family: var(--ff1);
}
.variant__type--white {
  color: var(--color2);
}
.variant__description {
  color: var(--color1);
  padding: 0 0 1rem 2rem;
  box-sizing: border-box;
  margin: auto auto auto 0;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}
.variant__description--white {
  color: var(--color2);
}

.catalog {
  background: url(../js/../img/fondo-rojo.jpg) transparent no-repeat center center;
  background-size: cover;
}
.catalog__container {
  margin: auto;
  padding: 4rem 2rem;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--bp3);
}
.catalog__text {
  font-size: var(--fs-large);
  font-weight: 900;
  font-family: var(--ff1);
  color: var(--color2);
  margin: auto auto 2rem auto;
  text-align: center;
  max-width: var(--bp4);
}
.catalog .btn {
  width: max-content;
  margin: auto;
  color: var(--color3);
  font-weight: 400;
}

.custom {
  background: url(../js/../img/fabricacion.jpg) transparent no-repeat center center;
  background-size: cover;
}
.custom__container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--bp4);
  margin: auto;
}
.custom__text {
  margin: auto;
  color: var(--color2);
  text-align: center;
  font-weight: 400;
  font-size: var(--fs-xl);
  font-family: var(--ff1);
}
.custom__text--strong {
  font-weight: 900;
}
.custom .btn {
  margin: 2rem auto auto auto;
  width: max-content;
}

.certificated {
  background-image: url(../js/../img/sello-certificacion.png);
  background-color: var(--color5);
  background-repeat: no-repeat;
}
.certificated__container {
  width: 100%;
  max-width: var(--bp2);
  margin: auto;
  box-sizing: border-box;
}
.certificated__title {
  color: var(--color1);
  margin: auto auto 2rem auto;
  font-weight: 900;
  font-size: var(--fs-xl);
  font-family: var(--ff1);
}
.certificated__icon {
  display: block;
  width: 5rem;
  height: auto;
}
.certificated__text {
  color: var(--color1);
  line-height: 1.62rem;
  width: auto;
  max-width: var(--bp4);
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}

.customers {
  padding: 3rem 0;
}
.customers__title {
  text-align: center;
  margin: auto auto 2rem auto;
  color: var(--color3);
  font-weight: 400;
  font-size: var(--fs-xxl);
  font-family: var(--ff1);
}
.customers__subtitle, .customers__text {
  color: var(--color1);
  text-align: center;
  font-size: var(--fs-mid);
  font-family: var(--ff1);
}
.customers__subtitle {
  font-weight: 700;
  margin: 2rem auto 1rem auto;
}
.customers__text {
  font-weight: 400;
  margin: auto auto 1rem auto;
}

#customer-logos {
  width: 90%;
  margin: auto;
  max-width: var(--bp1);
}
#customer-logos .glide__sliders {
  height: 10rem;
}
#customer-logos .glide__slide {
  display: table-cell;
  height: 10rem;
}
#customer-logos .glide__slide-logo {
  display: block;
  width: 80%;
  height: 100%;
  margin: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
#customer-logos .glide__arrow {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: var(--color1);
  font-size: 2rem;
}

.contact__title {
  background-color: var(--color3);
  text-align: center;
  color: var(--color2);
  box-sizing: border-box;
  font-weight: 400;
  font-family: var(--ff1);
  font-size: var(--fs-xxl);
  margin: auto;
  padding: 2rem 1rem;
}
.contact__content {
  width: 100%;
  max-width: var(--bp2);
  margin: auto;
  padding: 4rem 0;
  box-sizing: border-box;
}
.contact__col {
  padding: 0 1rem;
  box-sizing: border-box;
}
.contact__whatsapp {
  margin-top: 0.5rem !important;
}
.contact__legend {
  color: var(--color3);
  margin: auto;
  font-size: var(--fs-mid);
  font-weight: 700;
  font-family: var(--ff1);
}
.contact__text {
  color: var(--color1);
  font-family: var(--ff1);
  font-weight: 400;
  font-size: var(--fs-regular);
  margin: auto;
}
.contact__text--link {
  margin: 0.5rem 0 1rem 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.contact__text svg {
  color: var(--color3);
  margin-right: 0.5rem;
}

.branch {
  padding: 0 0 2rem 0;
  width: 100%;
  max-width: 20rem;
}
.branch__title {
  color: var(--color3);
  display: flex;
  align-items: center;
  margin: auto;
  font-weight: 700;
  font-size: var(--fs-mid);
  font-family: var(--ff1);
}
.branch__title svg {
  color: var(--color3);
  margin-right: 0.5rem;
}
.branch__address, .branch__phone {
  line-height: 1.6rem;
  color: var(--color1);
  margin: auto auto auto 2rem;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
}
.branch__address {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.branch__phone {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.branch__phone .material-symbols-outlined {
  margin-right: 0.5rem;
  color: var(--color3);
}

.form {
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.form__fieldset {
  padding: 0;
  width: 100%;
  border: none;
}
.form__container {
  padding: 0.5rem 0;
}
.form__input {
  width: 100%;
  padding: 0.8rem;
  box-sizing: border-box;
  background-color: var(--color5);
  border: none;
  appearance: none;
  color: var(--color1);
  font-family: var(--ff1);
  font-weight: 400;
  font-size: var(--fs-regular);
}
.form__input:focus {
  outline: 1px solid var(--color3);
}
.form__label--hidden {
  display: none;
}
.form .btn {
  width: 100%;
  margin-top: 1rem;
}
.form__alert {
  font-weight: 500;
  font-size: var(--fs-small);
  font-family: var(--ff1);
  color: var(--color4);
  display: block;
  margin: auto;
  padding: 0.2rem 0;
}

.notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.notification--success, .notification--failed {
  display: flex;
}
.notification--success .notification__container {
  border-bottom: 6px solid var(--color6);
}
.notification--failed .notification__container {
  border-bottom: 6px solid var(--color3);
}
.notification__container {
  background-color: var(--color2);
  border-top: 1px solid var(--color5);
  padding: 2rem;
  box-sizing: border-box;
  width: 95%;
  max-width: var(--bp4);
  position: relative;
}
.notification__close {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  appearance: none;
  border: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.notification__title {
  color: var(--color1);
  text-align: center;
  margin: auto;
  font-weight: 700;
  font-size: var(--fs-mid);
  font-family: var(--ff1);
}
.notification__text {
  color: var(--color1);
  text-align: center;
  margin: 1rem auto auto;
  line-height: 1.6rem;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
.loading--active {
  display: flex;
}
.loading__image {
  display: block;
  width: 9rem;
  height: auto;
}

.pds__top {
  background-color: var(--color1);
  padding-top: 3rem;
}
.pds__container {
  width: 100%;
  max-width: var(--bp2);
  margin: auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  display: flex;
}
.pds__container--middle {
  align-items: center;
}
.pds__title {
  color: var(--color2);
  font-size: var(--fs-xxl);
  font-weight: 700;
  font-family: var(--ff1);
}
.pds__title--small {
  font-size: var(--fs-mid);
  font-weight: 400;
  display: block;
}
.pds__title {
  margin: auto auto auto 0;
  text-align: center;
  width: 100%;
  max-width: 24rem;
}
.pds__sub-icon {
  display: block;
  width: 100%;
  max-width: 24rem;
  margin-bottom: 1rem;
}
.pds__image {
  display: block;
  height: auto;
  object-fit: contain;
}
.pds__text {
  color: var(--color1);
  margin: 1rem auto auto auto;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  line-height: 1.61rem;
}
.pds__text--strong {
  display: block;
}
.pds__text--center {
  text-align: center;
}
.pds__feature {
  padding: 0.8rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.pds__feature-title {
  color: var(--color3);
  margin: auto;
  font-weight: 700;
  font-size: var(--fs-mid);
  font-style: italic;
  font-family: var(--ff1);
}
.pds__feature-icon {
  display: block;
  width: 5rem;
  height: 4rem;
  margin-right: 1rem;
  object-fit: contain;
}
.pds__feature-text {
  color: var(--color1);
  line-height: 1.3rem;
  margin: auto;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}
.pds__quote {
  text-align: center;
  width: auto;
  max-width: 32rem;
  margin: auto auto 2rem auto;
  font-family: var(--ff1);
}
.pds__quote--black-small {
  color: var(--color1);
  font-weight: 400;
  font-size: var(--fs-xl);
}
.pds__quote--black-big {
  color: var(--color1);
  font-weight: 700;
  font-size: var(--fs-xxl);
}
.pds__quote--red-small {
  color: var(--color3);
  font-weight: 400;
  font-size: var(--fs-xl);
}
.pds__quote--red-big {
  color: var(--color3);
  font-weight: 700;
  font-size: var(--fs-xxl);
}
.pds__bottom {
  border-top: 2px solid var(--color1);
}
.pds__nwpca {
  display: block;
}
.pds__red-title {
  background-color: var(--color3);
  color: var(--color2);
  padding: 0.5rem 1rem;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  font-size: var(--fs-mid);
  font-weight: 700;
  font-family: var(--ff1);
  border-radius: 0 1rem;
}

@media all and (min-width: 64rem) {
  .home-banner {
    height: 90vh;
  }
  .home-banner__container {
    padding: 2rem;
  }
  .home-banner__title {
    font-size: var(--fs-xxxl);
  }
  .home-banner__word {
    font-size: var(--fs-large);
    margin: auto 1rem;
  }
  .home-banner__dot {
    font-size: 2rem;
  }
  .home-banner .btn {
    margin-top: 3rem;
  }
  .labels__container {
    margin: -8rem auto auto;
    padding: 0 1rem 5rem 1rem;
  }
  .label {
    margin: 0 1rem;
  }
  .grid {
    flex-wrap: wrap;
  }
  .grid__map {
    width: 50%;
    margin: -3rem auto auto;
  }
  .grid--info {
    width: 55%;
    padding: 1rem 2rem;
  }
  .grid--image {
    width: 45%;
  }
  .grid__text {
    font-size: var(--fs-xxl);
    width: 55%;
    min-width: 25rem;
  }
  .grid .btn {
    width: 40%;
  }
  .about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about__title {
    font-size: var(--fs-xxl);
  }
  .about__video {
    width: 25%;
    height: auto;
    aspect-ratio: 3/4;
  }
  .about__content {
    width: 50%;
  }
  .about__content {
    padding: 2rem;
  }
  .valores {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .valores__list {
    width: max-content;
  }
  .variant__container {
    display: flex;
    align-content: center;
  }
  .contact__content {
    display: flex;
  }
  .contact__col {
    width: 50%;
  }
  #customer-logos .glide__arrow--left {
    left: -2rem;
  }
  #customer-logos .glide__arrow--right {
    right: -2rem;
  }
  .valores__image {
    width: 20rem;
    height: 20rem;
  }
  .valores__item {
    font-size: var(--fs-mid);
    line-height: 2.62rem;
  }
  .valores__list {
    padding: 0 0 0 2rem;
  }
  .products__title {
    font-size: var(--fs-xxl);
  }
  .variant__content {
    padding-left: 5rem;
  }
  .variant__content--left {
    order: 0;
  }
  .variant__content--right {
    order: 1;
  }
  .variant__tarima--left {
    order: 0;
  }
  .variant__tarima--right {
    order: 1;
  }
  .custom__container {
    padding: 5rem 2rem;
  }
  .mision-vision__container {
    padding: 5rem 2rem 0 2rem;
  }
  .mision-vision__element {
    display: flex;
    align-items: center;
  }
  .mision-vision__content {
    width: calc(100% - 2rem - 6rem);
  }
  .mision-vision__icon {
    width: 6rem;
    height: 5rem;
    margin: auto 2rem auto;
  }
  .certificated {
    background-position: center right;
    background-size: 30vw;
  }
  .certificated__container {
    padding: 5rem 2rem;
  }
  .certificated__content {
    display: flex;
    align-items: center;
  }
  .certificated__text {
    margin: auto auto auto 2rem;
  }
  .pds__column {
    width: 50%;
  }
  .pds__image {
    width: 50%;
    margin-top: -18rem;
  }
  .pds__feature {
    width: 33.33%;
  }
  .pds__nwpca {
    width: 46%;
    margin-right: 4%;
  }
}
@media all and (max-width: 64rem) {
  .labels__container {
    margin-top: -7rem;
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .label {
    margin: 1rem;
  }
  .grid__map {
    width: 85%;
    max-width: 20rem;
    margin: auto;
  }
  .grid {
    flex-wrap: wrap;
  }
  .grid--info {
    padding: 5rem 0;
    width: 100%;
  }
  .grid--info-invert {
    order: 2;
  }
  .grid__text {
    font-size: var(--fs-large);
    width: 85%;
    max-width: 32rem;
  }
  .grid--image {
    width: 100%;
  }
  .grid--image-invert {
    order: 1;
  }
  .grid .btn {
    width: 100%;
    max-width: 20rem;
  }
  .home-banner {
    height: 105vh;
  }
  .home-banner__container {
    padding: 2rem 0;
  }
  .home-banner .btn {
    margin-top: 1rem;
  }
  .home-banner__words {
    flex-wrap: wrap;
  }
  .home-banner__word {
    font-size: var(--fs-regular);
    margin: auto 0.5rem;
  }
  .home-banner__dot {
    display: block;
    font-size: var(-fs-mid);
  }
  .home-banner__title {
    font-size: var(--fs-xl);
  }
  .about__video {
    width: 95%;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about__content {
    width: 100%;
  }
  .about__title {
    font-size: var(--fs-xl);
  }
  .about__content {
    padding: 2rem 1.5rem;
  }
  .about__text {
    text-align: center;
  }
  .about__text--strong {
    display: block;
  }
  #customer-logos .glide__arrow--left {
    left: 0;
  }
  #customer-logos .glide__arrow--right {
    right: 0;
  }
  .valores__image {
    width: 14rem;
    height: 14rem;
    margin-bottom: 1rem;
  }
  .valores__item {
    font-size: var(--fs-regular);
    line-height: 1.62rem;
  }
  .valores__list {
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }
  .products__title {
    font-size: var(--fs-xl);
  }
  .variant__content {
    order: 2;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  .variant__tarima {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .custom__container {
    padding: 5rem 1rem;
  }
  .mision-vision__container {
    padding: 2rem 2rem 0 2rem;
  }
  .mision-vision__icon {
    width: 9rem;
    height: 5rem;
    margin: auto;
  }
  .mision-vision__title, .mision-vision__text {
    text-align: center;
  }
  .mision-vision__title {
    margin: 1rem auto;
  }
  .mision-vision__text {
    max-width: 20rem;
  }
  .certificated {
    background-position: bottom right;
    background-size: 35vh;
  }
  .certificated__title {
    text-align: center;
  }
  .certificated__icon {
    margin: auto auto 2rem auto;
  }
  .certificated__text {
    margin: auto;
    max-width: var(--bp4);
    padding: 1rem;
  }
  .certificated__container {
    padding: 5rem 1rem 11rem 1rem;
  }
  .customers__text {
    max-width: var(--bp4);
  }
  .contact__content {
    display: inline-grid;
  }
  .contact__col {
    max-width: 30rem;
    margin: 1rem auto;
  }
  .contact__col:first-child {
    order: 2;
  }
  .contact__col:last-child {
    order: 1;
  }
  .pds__title {
    text-align: center;
    margin: auto;
  }
  .pds__container {
    flex-wrap: wrap;
  }
  .pds__column {
    width: 100%;
    max-width: 32rem;
    margin: auto;
  }
  .pds__image {
    width: 100%;
    max-width: 24rem;
    margin: 1rem auto auto;
  }
  .pds__feature {
    width: 100%;
    max-width: 24rem;
    margin: 0.5rem auto;
  }
  .pds__nwpca {
    width: 100%;
    max-width: 24rem;
    margin: auto;
  }
  .pds__red-title {
    text-align: center;
  }
  .pds__text--mobile-centered {
    text-align: center;
  }
}
