@media screen and (min-width: 1024px) {
  nav .content-nav {
    background: rgba(132, 149, 136, 0.099);
  }
  nav .center-content-nav a,
  nav .center-content-nav span {
    /* color: #b3b3b3 !important; */
    font-size: 1.14vw;
    text-wrap: nowrap;
  }

  nav #reflejo2 {
    opacity: 1;
  }

  nav #reflejo1 {
    opacity: 0;
  }

  nav .four {
    color: #97ae58 !important;
    font-size: 1.14vw !important;
    text-wrap: nowrap !important;
  }

  nav .login-btn {
    color: #2c5134 !important;
    background: #f6f6f6 !important;
    border: none !important;
    font-size: 1.14vw !important;
    text-wrap: nowrap !important;
  }


  nav .center-content-nav {
    column-gap: 2.9vw
  }

  .services__nav__mobile {
    display: none;
  }

  .services__nav__desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    column-gap: 0.52vw;
    width: 33.22vw;
    height: 3.13vw;
    border-radius: 5.21vw;
    background: rgba(205, 234, 128, 0.25);
    backdrop-filter: blur(1.56vw);
  }

  .services__nav__desktop a {
    color: #ececec;
    font-family: "Articulat CF";
    font-size: 1.15vw;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.03vw;
    padding: 0.99vw 1.41vw;
    text-wrap: nowrap;
    cursor: pointer;
    border-radius: 5.21vw;
    transition: color 0.3s ease;
  }

  .services__nav__desktop a:hover {
    color: #cdea80;
  }

  /* MODAL  */
  .why__modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: #00000065;
    transform-origin: center;
    display: none;
  }

  .why__modal iframe {
    width: 70vw;
    aspect-ratio: 1.75 / 1;
    transform: scale(0);
  }

  /* SECTION 1  */
  .why-section-1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 8vw 0 9.8vw 10vw;
    overflow: hidden;
    height: 100vh;
  }

  .why-section-1__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    object-fit: cover;
  }

  .why-section-1 .why-section-1__content {
    position: relative;
    z-index: 2;
    width: 50.39vw;
    height: fit-content;
  }

  .why-section-1 .why-section-1__content h2 {
    color: #d1ccbc;
    font-family: "Articulat CF";
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08vw;
    margin-block: 9vw 1.78vw;
  }

  .why-section-1 .why-section-1__content h3 {
    color: #f6f6f6;
    font-family: "Articulat CF";
    font-size: 6.23vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 42.7vw;
    margin-bottom: 2.29vw;
    text-wrap: nowrap;
  }

  .why-section-1 .why-section-1__content p {
    color: #d1ccbc;
    font-family: "Neue Haas Unica Pro";
    font-size: 1.24vw;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    width: 100%;
    margin-bottom: 3vw;
  }

  .why-section-1 .why-section-1__content a {
    display: none;
  }

  .why-section-1__content button {
    all: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 11.16vw;
    height: 2.71vw;
    border-radius: 0.52vw;
    background: #f6f6f6;
    backdrop-filter: blur(0vw);
    color: #2c5134;
    font-family: "Articulat CF";
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03vw;
    transition: color 0.2s ease, background-color 0.2s ease, outline 0.1s ease;
    cursor: pointer;
  }

  .why-section-1__content button:hover {
    outline: 1px solid var(--Secondary-Lime, #cdea80);
    color: #cdea80;
    background-color: rgba(246, 246, 246, 0.1);
    backdrop-filter: blur(7.5px);
  }

  .why-section-1__image__mobile {
    display: none;
  }

  .why-section-1 .why-section-1__image__desktop {
    position: absolute;
    z-index: 2;
    width: 18.62vw;
    height: 41.52vw;
    bottom: 0vw;
    right: 12.5vw;
  }

  .why-section-1 .why-section-1__image__desktop img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .why-section-1 .why-section-1__image__desktop svg {
    position: absolute;
    top: 10.37vw;
    left: 50%;
    transform: translateX(-50%);
    width: 14.99vw;
    height: 21.54vw;
    z-index: -1;
  }

  /* Section 2  */
  .why-section-2 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    padding-block: 5.92vw 4.36vw;
    background-color: #cdea80;
  }
  .why-section-2__shape {
    position: absolute;
    width: 25.17vw;
    height: 27.2vw;
    object-fit: contain;
  }

  .why-section-2__shape--1 {
    top: 13vw;
    left: 1.25vw;
  }

  .why-section-2__shape--2 {
    top: 6.38vw;
    left: 41.1vw;
  }

  .why-section-2 .why-section-2__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.4vw;
    width: 41.13vw;
  }

  .why-section-2 .why-section-2__content .why-section-2__content__heading {
    color: #535353;
    font-family: "Articulat CF";
    font-size: 4.26vw;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.08;
  }

  .why-section-2__content__heading__span {
    color: #2c5134;
  }

  .why-section-2__content__image__wrapper {
    position: relative;
    width: 100%;
    height: 29.22vw;
    overflow: hidden;
  }

  .why-section-2__content__image__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url("../assets/services-custom-shape.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

    -webkit-mask-image: url("../assets/services-custom-shape.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .why-section-2__content__play {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.28vw;
    height: 3.07vw;
    cursor: pointer;
    z-index: 2;
  }

  .why-section-2__content__play svg {
    width: 100%;
    height: 100%;
  }

  .why-section-2__content__text {
    color: #000;
    text-align: center;
    font-family: "Neue Haas Unica Pro";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    width: 37.89vw;
    margin-bottom: 1vw;
  }

  .why-section-2__content__button {
    all: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 9.53vw;
    height: 2.71vw;
    border-radius: 0.52vw;
    background-color: #2c5134;
    color: #f6f6f6;
    font-family: "Articulat CF";
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03vw;
    transition: color 0.2s ease, background-color 0.2s ease, outline 0.1s ease;
    cursor: pointer;
  }

  .why-section-2__content__button:hover {
  }

  /* Section 3 Map  */
  .services__map-section__container {
    height: fit-content;
    padding-bottom: 8.1vw;
  }

  .services__map__container {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.4vw;
    padding-top: 7.81vw;
  }

  .services__map__container h2 {
    text-align: center;
    width: 30.78vw;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.72vw;
    color: var(--Primary-Green, #2c5134);
    font-family: "Articulat CF";
    font-size: 6.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .services__map__container p {
    margin-bottom: 2.4vw;
    text-align: center;
    color: #000;
    font-family: "Neue Haas Unica Pro";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    width: 37.5vw;
  }

  .services__map-section__container a {
    display: inline-flex;
    padding: 0.78vw 1.98vw;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
    border-radius: 0.52vw;
    background: var(--Primary-Green, #2c5134);
    backdrop-filter: blur(0px);
    color: var(--Primary-white, #f6f6f6);
    font-family: "Articulat CF";
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03vw;
    margin-top: 3.18vw;
  }

  .services__map__contenedor-ul {
    top: 59.34vw;
  }

  .services__map__ul {
    top: 0 !important;
  }

  .services__map__ul li {
    color: var(--Primary-Dark, #666);
    font-family: "Articulat CF";
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .services__map__ul li span {
    width: 0.97vw;
    height: 1.04vw;
  }

  .services__map__ul li span svg {
    width: 100%;
    height: 100%;
  }

  /* Section 4 Customers Home  */
  /* CUSTOMERS HOME  */

  .services__get-quote {
    height: auto;
  }

  .services-customers-hexagon {
    width: 25.26vw;
    height: 27.3vw;
    position: absolute;
    object-fit: contain;
  }

  .services-customers-hexagon--1 {
    top: 21vw;
    left: 45.47vw;
  }

  .services-customers-hexagon--2 {
    top: 8.6vw;
    right: 5.8vw;
  }

  .services-customers-hexagon--3 {
    top: 36.6vw;
    right: -2.68vw;
  }

  .services__customers__container {
    height: fit-content;
    padding: 8.96vw 9.38vw 0 11.82vw;
  }

  .services__div-h2-customers {
    width: 100% !important;
    margin-bottom: 2.3vw !important;
    height: fit-content !important;
  }

  .services__div-h2-customers h2 {
    font-size: 4.68vw !important;
    width: 40.03vw !important;
  }

  .services__info-customers__container {
    width: 100%;
    height: 31.6vw;
    column-gap: 4.7vw;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  /* SLIDER IZQUIERDO   */
  .services__titles-customers {
    width: 32.81vw;
    flex-grow: 0;
    margin-top: 0.6vw;
    height: fit-content;
  }

  .services__child-title-customer {
    row-gap: 2.29vw;
    width: 100%;
  }

  .services__active__heading {
    color: #fff;
    font-family: "Articulat CF";
    font-size: 2.18vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .services__active__heading .services__active__heading__span {
    color: var(--Secondary-Lime, #cdea80);
  }

  .services__active__title h4 {
    font-size: 1.35vw;
  }

  .services__active__title h5 {
    font-size: 0.94vw;
  }

  .services__contenedor__texto {
    width: 100%;
    height: fit-content;
    min-width: auto;
    margin-top: 0.2vw;
  }

  .info-title-customer {
    height: 3.23vw;
    column-gap: 0.6vw;
    margin-left: 0.5vw;
  }

  .info-title-customer__content {
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    max-width: 100% !important;
    gap: 0.4vw !important;
    justify-content: center;
  }

  .info-title-customer__content__name {
    width: fit-content !important;
    position: relative !important;
    color: var(--Secondary-Lime, #cdea80) !important;
    font-family: "Articulat CF" !important;
    font-size: 1.35vw !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .info-title-customer__content__country {
    width: fit-content !important;
    position: relative !important;
    color: #fff;
    font-family: "Articulat CF" !important;
    font-size: 0.9vw !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .info-title-customer svg {
    height: 100%;
  }

  .services__contenedor__texto p {
    font-size: 1.38vw;
    width: 100%;
    position: relative;
  }

  .services__btn-see {
    margin-top: 0.5vw;
    height: auto;
    column-gap: 2.7vw;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .services__btn-see .services__history__button {
    width: 14.18vw;
    font-size: 1.25vw;
    gap: 0.57vw;
    height: 3.07vw;
    max-width: none;
  }

  .services__btn-see .services__history__button svg {
    width: 1.36vw;
    height: 1.36vw;
  }

  .services__testimonials__button {
    all: unset;
    display: flex;
    column-gap: 0.6vw;
    color: #cdea80;
    font-family: "Articulat CF";
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
  }

  .services__testimonials__button svg {
    width: 1.61vw;
    height: auto;
    object-fit: contain;
  }

  /* IMAGE CENTER  */
  .services__shapes__wrapper {
    width: 41.27vw;
    height: 29.32vw;
  }

  .services__shapes__wrapper svg {
    width: 3.28vw;
    height: 3.07vw;
  }

  .services__custom-shape {
    width: 41.27vw;

    height: 100%;
    clip-path: none;

    mask-image: url("../assets/services-custom-shape.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

    -webkit-mask-image: url("../assets/services-custom-shape.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .services__custom-shape__image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    background: blue;
  }

  .services__custom-shape img {
  }

  /* SLIDER DERECHO  */
  .services__right__slider {
    width: 24.27vw;
    height: 100%;
    justify-content: flex-start;
  }

  .services__right__slider__customer-child {
    width: 100%;
    height: 100%;
    padding-top: 1vw;
    padding-bottom: 1.3vw;
    gap: 0;
  }

  .services__right__slider__customer-child h3 {
    font-size: 2.19vw;
    width: 100%;
    margin-bottom: 2.35vw;
  }

  .services__right__slider__customer-child p {
    font-size: 1.35vw;
    width: 100%;
  }

  .services__botones-slide {
  }

  .services__botones-slide button {
    display: grid;
    place-content: center;
    width: min(2.9vw, 50px);
    height: min(2.9vw, 50px);
  }

  .services__botones-slide button svg {
    width: 1.25vw;
    height: 1.25vw;
  }

  /* SECTION get a quote   */
  #get-quote {
    padding-block: 3.38vw 0;
    padding-inline: 2.4vw;
    height: fit-content;
  }

  #get-quote .container {
    height: fit-content;
  }

  #get-quote .container .get-quote-div {
    position: relative;
    z-index: 2;
    padding-block: 7.76vw 3.49vw;
    width: 100%;
  }

  #get-quote .container-quote {
    padding-inline: 4.38vw 10.15vw;
    width: 100%;
    justify-content: space-between !important;
    column-gap: 13vw;
  }

  #get-quote #hexa-section {
    left: 0.5vw;
    top: 0;
    width: 58.36vw;
    height: 100%;
    object-fit: cover;
  }

  #get-quote .title-div-quote h3 {
    font-size: 6.25vw;
    margin-top: -0.5vw;
    margin-left: -0vw;
    width: 34.38vw;
  }

  #get-quote #panel2-section {
    top: 10vw;
    left: 5vw;
    width: 43.33vw;
  }

  .services-customers-hexagon--4 {
    left: 0.5vw;
    top: 7vw;
  }

  .services-customers-hexagon--5 {
    left: 24.8vw;
    top: -7.5vw;
  }

  .services-customers-hexagon--6 {
    left: 32.8vw;
    top: 20vw;
  }

  .form-div-quote form {
    gap: 2.6vw;
  }

  .form-div-quote form .check-btn {
    justify-content: space-between;
    gap: 0;
  }

  .form-div-quote form .check-btn .input-quote-button {
    width: fit-content;
    justify-content: center !important;
  }

  .form-div-quote form .check-btn .input-quote-button button {
    margin-left: auto;
  }

  .form-div-quote form .custom-checkbox {
    font-size: 0.8vw;
    gap: 0.7vw;
    width: 18vw;
  }











  /* SECTION 6 */
  .why-section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 10vw 4.72vw;
    row-gap: 1.97vw;
  }

  .why-section-6 .why-section-6__heading {
    color: var(--Primary-Green, #2c5134);
    text-align: center;
    font-family: "Articulat CF";
    font-size: 6.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 56.35vw;
  }

  .why-section-6 .why-section-6__paragraph {
    color: var(--Primary-Dark, #666);
    text-align: center;
    font-family: "Neue Haas Unica Pro";
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    width: 45.41vw;
  }

  .why-section-6 .why-section-6__video__wrapper {
    position: relative;
    margin-bottom: 0.98vw;
    width: 64.69vw;
    height: 33.75vw;
    overflow: hidden;
    border-radius: 16.88vw;
  }

  .why-section-6 .why-section-6__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }

  .why-section-6__video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.51vw;
    height: auto;
    pointer-events: none;
  }

  .why-section-6 .why-section-6__button {
    display: flex;
    padding-inline: 2.16vw;
    padding-block: 0.85vw;
    justify-content: center;
    align-items: center;
    gap: 0.57vw;
    flex-shrink: 0;

    color: var(--Primary-Green, #2c5134);
    font-family: "Articulat CF";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.04vw;

    border-radius: 0.57vw;
    background: var(--Primary-white, #f6f6f6);
    backdrop-filter: blur(0px);
  }

  .why-section-6 .why-section-6__button svg {
    width: 1.36vw;
    height: 1.36vw;
    object-fit: contain;
  }

  .why-section-6 .why-section-6__button:hover {
  }
}

@media screen and (max-width: 1023px) {
  nav {
    top: 0vw !important;
    padding-inline: 3vw !important;
    min-height: auto !important;
    max-height: fit-content !important;
  }

  nav .content-nav {
    padding-block: 8vw !important;
    margin-top: 5vw !important;
    /* height: 13vw !important; */
    width: 100% !important;
    padding-inline: 3vw !important;
  }

  nav #reflejo4 {
    opacity: 0;
  }

  nav #reflejo3 {
    opacity: 1;
  }

  nav .menu-hamburguesa #dos {
    opacity: 0;
  }

  nav .menu-hamburguesa #uno {
    opacity: 1;
  }

  .services__nav__desktop {
    display: none;
  }

  .services__nav__mobile {
    display: block;
    position: absolute;
    z-index: 4;
    top: 31.47vw;
    width: 90.67vw;
    height: 82vw;
    border-radius: 8vw;
    overflow: hidden;
    pointer-events: none;
  }

  .services__nav__mobile .services__nav__mobile__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 90.67vw;
    width: 100%;
    height: 15.73vw;
    border-radius: 26.67vw;
    background: #f2fadf;
    backdrop-filter: blur(8vw);
    border: none;
    pointer-events: all;
  }

  .services__nav__mobile .services__nav__mobile__button span:nth-child(1) {
    color: #2c5134;
    font-family: "Articulat CF";
    font-size: 4.27vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.13vw;
    margin-inline: 5.33vw auto;
  }

  .services__nav__mobile .services__nav__mobile__button span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 5.33vw;
  }

  .services__nav__mobile .services__nav__mobile__button span:nth-child(2) svg {
    width: 70%;
    height: 80%;
  }

  .services__nav__mobile > div {
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2.13vw;
    width: 90.67vw;
    border-radius: 8vw;
    background: #f2fadf;
    backdrop-filter: blur(8vw);
    opacity: 0;
    margin-top: 2.13vw;
    transform: translateY(-20%);
    transition: all 0.3s ease;
  }

  .services__mobile__active {
    transform: translateY(0%) !important;
    opacity: 1 !important;
    pointer-events: all;
  }

  .services__nav__mobile div a {
    display: flex;
    padding: 5.07vw 7.2vw;
    align-items: center;
    color: #5e5e5e;
    font-family: "Articulat CF";
    font-size: 4.27vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.13vw;
    width: 100%;
    transition: none;
  }

  /* MODAL  */
  .why__modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: #00000065;
    transform-origin: center;
    display: none;
  }

  .why__modal iframe {
    width: 70vw;
    aspect-ratio: 1.75/1;
    transform: scale(0);
  }

  /* SECTION 1 */
  .why-section-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    padding: 64vw 5.02vw 0 5.02vw;
    overflow: hidden;
    min-height: 100vh;
  }

  .why-section-1__background {
    position: absolute;
    top: 0;
    left: -1px;
    width: 101%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    background: #2c5134;
  }

  .why-section-1 .why-section-1__content {
    position: relative;
    z-index: 2;
    width: 86.8vw;
    height: 100%;
  }

  .why-section-1 .why-section-1__content h2 {
    color: var(--Secondary-Street, #d1ccbc);
    font-family: "Articulat CF";
    font-size: 3.19vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.25vw;
    margin-bottom: 2.92vw;
  }

  .why-section-1 .why-section-1__content h3 {
    color: var(--Primary-white, #f6f6f6);
    font-family: "Articulat CF";
    font-size: 13.29vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2.92vw;
  }

  .why-section-1 .why-section-1__content p {
    color: #fff;
    font-family: "Neue Haas Unica Pro";
    font-size: 4.25vw;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    margin-bottom: 10vw;
    width: 100%;
  }

  .why-section-1 .why-section-1__content button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 46vw;
    height: 10.58vw;
    border-radius: 2.03vw;
    background: var(--Primary-white, #f6f6f6);
    backdrop-filter: blur(0px);
    color: var(--Primary-Green, #2c5134);
    font-family: "Articulat CF";
    font-size: 4.46vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.13vw;
  }

  .why-section-1 .why-section-1__image__desktop {
    width: 100%;
    height: 121vw;
  }

  .why-section-1 .why-section-1__image__desktop img {
    position: absolute;
    width: 54.25vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .why-section-1 .why-section-1__image__desktop svg {
    display: none;
  }

  /* Section 2  */
  .why-section-2 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    padding-block: 24.2vw 38vw;
    background-color: #cdea80;
  }

  .why-section-2__shape {
    display: none;
  }

  .why-section-2 .why-section-2__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8.5vw;
    width: 87.76vw;
  }

  .why-section-2 .why-section-2__content .why-section-2__content__heading {
    color: #535353;
    font-family: "Articulat CF";
    font-size: 10.9vw;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.22vw;
    width: 100%;
    text-wrap: nowrap;
  }

  .why-section-2__content__heading__span {
    color: #2c5134;
  }

  .why-section-2__content__image__wrapper {
    position: relative;
    width: 100%;
    height: 62.22vw;
    overflow: hidden;
  }

  .why-section-2__content__image__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;

  }

  .why-section-2__content__play {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.15vw;
    height: 8.57vw;
    cursor: pointer;
    z-index: 2;
  }

  .why-section-2__content__play svg {
    width: 100%;
    height: 100%;
  }

  .why-section-2__content__text {
    color: #000;
    text-align: center;
    font-family: "Neue Haas Unica Pro";
    font-size: 4.79vw;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    width: 82.98vw;
    margin-bottom: 1vw;
  }

  .why-section-2__content__button {
    all: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 46.54vw;
    height: 12.77vw;
    border-radius: 2.66vw;
    background-color: #2c5134;
    color: #f6f6f6;
    font-family: "Articulat CF";
    font-size: 4.78vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.14vw;
    cursor: pointer;
  }

  .why-section-2__content__button:hover {
  }

  /* Section MAP / */
  .map-container {
    height: fit-content;
    padding-block: 26vw 43.2vw;
  }

  .contenedor-de-estado {
    display: none;
  }

  .gap-05 {
  }

  .services__map-section__header--mobile {
    width: 100%;
  }

  .services__map-section__header--mobile h2 {
    width: 100%;
    font-weight: 'Articulat CF Bold';
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 7.8vw;
  }

  .services__map-section__header--mobile p {
    width: 80.32vw;
    font-size: 16px;
    color: #000;
    font-family: "Neue Haas Unica Pro";
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
  }

  .gap-05 .contenedor-div2 {
    width: 100%;
  }
  .input-quote-button button{
    line-height: 135%;
    letter-spacing: 0px;
  }
  .gap-05 .contenedor-div2-div {
    gap: 8.5vw;
  }
  .input-quote label{
    font-family: 'Articulat';
  }

  .gap-05 .contenedor-div2 label {
    font-size: 4.2vw;
    width: 100%;
  }

  .gap-05 .contenedor-div2 select {
    font-size: 4.2vw;
    width: 100%;

    /* // REVISAR //  */
  }

  .gap-05 .contenedor-div2 option {
    font-size: 4.2vw;
    width: 44%;
  }

  /* Section 4 Customers Home  */
  /* CUSTOMERS HOME  */

  .services__get-quote {
    position: relative;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-block: 15.96vw 31.38vw;
    padding-inline: 5.85vw;
  }

  .services__get-quote .bg-dark {
    top: 0;
    left: 0;
  }

  .services-customers-hexagon {
    display: none;
  }

  .services__customers__container {
    height: fit-content;
    gap: 11vw;
    padding: 0;
  }

  .services__div-h2-customers {
    width: 100% !important;
    margin-bottom: 2.3vw !important;
    height: fit-content !important;
  }

  .services__div-h2-customers h2 {
    font-size: 11.56vw !important;
    width: 100% !important;
  }

  .services__info-customers__container {
    width: 100%;
    height: fit-content;
    column-gap: 4.7vw;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .no-desk {
    display: flex;
    flex-direction: column;
    row-gap: 6.9vw;
    width: 100%;
  }

  /* SLIDER IZQUIERDO   */
  .services__active__heading {
    color: #fff;
    font-family: "Articulat CF";
    font-size: 8.51vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .services__active__heading .services__active__heading__span {
    color: var(--Secondary-Lime, #cdea80);
  }

  .services__active__title h4 {
    font-size: 1.35vw;
  }

  .services__active__title h5 {
    font-size: 0.94vw;
  }

  .services__contenedor__texto {
    width: 100%;
    height: fit-content;
    min-width: auto;
    margin-top: 0.2vw;
  }

  .info-title-customer {
    height: 16.49vw;
    column-gap: 3.46vw;
    margin-left: 0;
  }

  .info-title-customer__content {
    display: flex;
    flex-direction: column;
    padding-top: 0.79 !important;
    max-width: 100% !important;
    gap: 3.2vw !important;
    justify-content: flex-start;
  }

  .info-title-customer__content__name {
    width: fit-content !important;
    position: relative !important;
    color: var(--Secondary-Lime, #cdea80) !important;
    font-family: "Articulat CF" !important;
    font-size: 5.85vw !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .info-title-customer__content__country {
    width: fit-content !important;
    position: relative !important;
    color: #fff;
    font-family: "Articulat CF" !important;
    font-size: 3.72vw !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .info-title-customer svg {
    height: 100%;
  }

  .services__contenedor__texto p {
    font-size: 4.25vw;
    width: 81.91vw;
    position: relative;
    color: #fff;
    font-family: "Neue Haas Unica Pro";
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
  }

  .services__btn-see {
    margin-top: 0.5vw;
    height: auto;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem;
    width: 100%;
  }

  .services__btn-see .services__history__button {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 3.98vw;
    gap: 1.87vw;
    height: 11.17vw;
    min-height: 50px;
    box-sizing: border-box;
  }

  .services__btn-see .services__history__button svg {
    width: 5.18vw;
    height: 5.18vw;
  }

  .services__btn-see .services__testimonials__button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.87vw;
    color: #cdea80;
    font-family: "Articulat CF";
    font-size: 3.98vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    text-decoration: none;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 1rem;
  }

  .services__btn-see .services__testimonials__button svg {
    width: 4.3vw;
    height: auto;
    object-fit: contain;
  }

  /* IMAGE CENTER  */
  .services__shapes__wrapper {
    width: 100%;
    height: 62.2vw;
  }

  .services__shapes__wrapper svg {
    width: 7.8vw;
    height: 6.4vw;
  }

  .services__custom-shape {
    width: 100%;
    height: 100%;
    clip-path: none;

    mask-image: url("../assets/services-custom-shape.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

    -webkit-mask-image: url("../assets/services-custom-shape.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .services__custom-shape__image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
  }

  .services__custom-shape img {
  }

  /* GET A QUOTE  */
  #get-quote {
    padding-block: 11.17vw 0;
    padding-inline: 5.85vw;
  }

  .get-quote-div {
    width: 100%;
  }


  .services-customers-hexagon--4,
  .services-customers-hexagon--5,
  .services-customers-hexagon--6 {
    display: block;
    position: absolute;
    width: 87vw;
    height: 94vw;
  }

  .services-customers-hexagon--4 {
    top: -26vw;
    left: 40vw;
  }

  .services-customers-hexagon--5 {
    top: 32vw;
    right: 39vw;
  }

  .services-customers-hexagon--6 {
    top: 100vw;
    left: 76vw;
  }

  .absolute-blur {
    width: 98vw;
    height: 98vw;
    border-radius: 98vw;
    opacity: 0.15;
    background: #cdea80;
    filter: blur(69.33807373046875px);
    bottom: 9vw;
    right: -19vw;
  }

  /* SECTION 6 */
  .why-section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 25.8vw;
    padding-inline: 5.85vw;
    row-gap: 4.79vw;
  }

  .why-section-6 .why-section-6__heading {
    color: var(--Primary-Green, #2c5134);
    text-align: center;
    font-family: "Articulat CF";
    font-size: 9.57vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 100%;
  }

  .why-section-6 .why-section-6__paragraph {
    color: var(--Primary-Dark, #666);
    text-align: center;
    font-family: "Neue Haas Unica Pro";
    font-size: 4.2vw;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    width: 100%;
    margin-bottom: 8vw;
  }

  .why-section-6 .why-section-6__video__wrapper {
    position: relative;
    margin-bottom: 0.98vw;
    width: 100%;
    height: 72.6vw;
    overflow: hidden;
    border-radius: 13.3vw;
  }

  .why-section-6 .why-section-6__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }

  .why-section-6__video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14vw;
    height: auto;
    pointer-events: none;
  }

  .why-section-6 .why-section-6__button {
    display: flex;
    padding-inline: 7.75vw;
    padding-block: 3.11vw;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    flex-shrink: 0;

    color: var(--Primary-Green, #2c5134);
    font-family: "Articulat CF";
    font-size: 4.78vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.14vw;

    border-radius: 2vw;
    background: var(--Primary-white, #f6f6f6);
    backdrop-filter: blur(0px);
  }

  .why-section-6 .why-section-6__button svg {
    width: 4.9vw;
    height: 4.9vw;
    object-fit: contain;
  }

  .why-section-6 .why-section-6__button:hover {
  }

}
