:root {
    --VerdeOscuro: #041C14;
    --VerdeClaro: #44946B;
    --Arena: #EFCCB1;
    --ArenaClara: #F9EEE5;
    --Carbon: #171717;
}

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/quicksand-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/quicksand-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/quicksand-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/quicksand-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/quicksand-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/raleway-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/raleway-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/raleway-v36-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #D3D3D3;
    overflow-x: hidden;
}

/* Estilo para navegadores basados en WebKit (Chrome, Safari, etc.) */
body::-webkit-scrollbar {
    width: 0rem; /* Ancho del scrollbar */
}

.menu-action_mobile{
    display: none;
}

.contact-mobile{
    display: none;
}

main {
    position: relative;
    z-index: 6;
    height: auto;
    background-color: #EAEAEA;
}
.dark{
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #000000be;
    z-index: 100;
    cursor: pointer;
    display: none;
    opacity: 0;
}

.section-1 {
    height: 500vh;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10;
}

.menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    z-index: 101;
    max-width: 150rem;
    margin: auto;
}

.nav-menu-grid-mobile{
    display: none;
}

.boton{
    transition: .5s;
}

.boton:hover{
    transform: scale(1.1);
    transition: .3s;
}

.logo-main{
    width: 13rem;
}

.menu-main{
    width: 3.2rem;
}

.menu_social{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.menu_social:hover{
   background-color: rgb(145, 145, 145);
   transition: .4s;
}

.menu_view-1{
    transition: .5s;
}

.menu_view-1:hover{
    background-color: rgb(145, 145, 145);
    transition: .4s;
 }


 .boton-salir{
    transition: .5s;
 }

 .boton-salir:hover {
    transition: .4s;
    background-color: rgb(65, 118, 148);
 }

 .home{
    transition: .4s;
 }

 .home:hover{
    background-color: rgb(155, 155, 155);
    transition: .5s;
 }

 .destiny{
    transition: .4s;
 }

 .destiny:hover{
    background-color: rgb(155, 155, 155);
    transition: .5s;
 }

 .us{
    transition: .4s;
 }

 .us:hover{
    background-color: rgb(155, 155, 155);
    transition: .5s;
 }

 .buy{
    transition: .4s;
 }

 .buy:hover{
    background-color: rgb(155, 155, 155);
    transition: .5s;
 }

.nav_menu{
    z-index: 101;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    display: none;
}

.nav-menu-base{
    z-index: 101;
    background-color: #ACACAC;
    border-radius: 1rem;
    flex-direction: column;
    margin-top: 0rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: scaleY(0);
}

.navbar_menu{
    width: 100%;
    min-height: 21rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
}

.w-nav-menu{
    float: right;
    position: relative;
}

.navbar-menu-grid{
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
}

.icon{
    width: 100%;
    max-width: 13.5rem;
    position: absolute;
}

#nav-icon{
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center;
    justify-self: center;
    opacity: 0;
    transform: scale(0.7);
}

.m-l{
    opacity: 0;
    transform: translateY(10px);
}

.boton-flecha{
    opacity: 0;
    transform: translateY(10px);
}

.action{
    opacity: 0;
    transform: translateY(10px);
}

.navbar_link{
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-right: 1px solid black;
    color: #000;
    background-color: transparent;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    text-decoration: none;
    display: grid;
    position: relative;
    overflow: hidden;
}

.clip{
    z-index: 10;
    flex-direction: column;
    padding-right: 1px;
    display: flex;
    position: relative;
    overflow: hidden;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1.3rem;
}

.nav_menu-action{
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 0.4rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding: 0;
    display: flex;
    position: absolute;
    top: -100%;
    left: 0%;
    right: 0%;
}

.menu-bottom{
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    border-radius: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 3fr 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
}

.background-blur{
    background-color: #ACACAC;
}

.menu-cta{
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-right: 1px solid black;
    color: #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.5rem;
    text-decoration: none;
    display: flex;
}

.w-inline-block{
    max-width: 100%;
}

.menu-small{
    display: flex;
    align-items: center;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 100;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    padding: .75rem .8rem .55rem .8rem;
    gap: 1rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.logo-small{
    height: auto;
    width: 7.5rem;
}

.b-small{
    cursor: pointer;
    height: 2.4rem;
    width: 2.4rem;
}

.imagen-gigante{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 500vh;
    display: block;
}


.section-1_tittle{
    width: 100%;
    color: #1A1A1A;
    font-size: 15vh;
    text-align: center;
    font-weight: 400;
    line-height: 15vh;
    letter-spacing: .1rem;
    position: absolute;
    top: 50%;
    font-family: Raleway;
    transform: translateY(-50%);
}

.fixed{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
}

.bold{
    font-weight: bold;
}

.section-1_subtittle{
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-family: Quicksand;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-1_subtittle_tittle{
    font-weight: bold;
    font-size: 7.5vh;
    color: var(--VerdeClaro);
    text-transform: uppercase;
}

.section-1_subttitle_content{
    font-size: 4.2vh;
    text-align: center;
    font-weight: 600;
}

.cuadros{
    position: relative;
    height: 130vh;
    z-index: 2;
}

.cuadro-1{
    background-color: white;
    width: fit-content;
    position: fixed;
    border-radius: 1rem;
    padding: 3% 6.2% 3% 1.9%;
    font-family: Quicksand;
    left: 3%;
    top: 5%;
    opacity: 0;
}

.cuadro-1_tittle{
    font-weight: 600;
    font-size: 7vh;
    line-height: 7vh;
    padding-bottom: .5rem;
    opacity: 0;
}

.verde{
    color: var(--VerdeClaro);
    font-family: Raleway;
    font-weight: 800;
}

.cuadro-1 img{
    position: absolute;
    right: -33%;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 30vh;
    height: auto;
    opacity: 0;
    pointer-events: none;
}

.cuadro-1_content-1{
    font-weight: 600;
    font-size: 3vh;
    padding-bottom: .6rem;
    padding-left: .2rem;
    opacity: 0;
}

.cuadro-1_content-2{
    font-weight: 600;
    font-size: 3vh;
    padding-left: .2rem;
    opacity: 0;
}

.cuadro-2{
    background-color: white;
    width: fit-content;
    position: fixed;
    border-radius: 1rem;
    padding: 3% 1.9% 3% 6.7%;
    font-family: Quicksand;
    right: 3%;
    bottom: 5%;
    opacity: 0;
}

.cuadro-2_tittle{
    font-weight: 600;
    font-size: 7vh;
    line-height: 7vh;
    padding-bottom: .5rem;
    opacity: 0;
}

.cuadro-2 img{
    position: absolute;
    left: -33%;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 30vh;
    height: auto;
    opacity: 0;
    pointer-events: none;
}

.cuadro-2_content-1{
    font-weight: 600;
    font-size: 3vh;
    padding-bottom: .6rem;
    padding-left: .2rem;
    opacity: 0;
}

.cuadro-2_content-2{
    font-weight: 600;
    font-size: 3vh;
    padding-left: .2rem;
    opacity: 0;
}

.section-2 {
    height: auto;
    position: relative;
    background-color: #EAEAEA;
    padding: 2rem 1.5rem;
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    display: block;
}

.section-2_mobile{
    display: none;
}

.sticky-tittle {
    position: sticky;
    top: 0;
    height: 100%;
    width: 30%;
    font-family: Quicksand;
    padding: 1rem 1rem 1rem 0;
}

.sticky-tittle_tittle{
    font-weight: 500;
    font-size: 9vh;
    line-height: 9vh;
    padding-bottom: .5rem;
}

.sticky-tittle_content{
    font-weight: 500;
    font-size: 2.8vh;
    line-height: 5vh;
    padding-left: .3rem;
    padding-bottom: 1rem;
}

.sticky-tittle_boton{
    background-color: var(--VerdeClaro);
    width: fit-content;
    color: white;
    font-weight: bold;
    font-size: 2.5vh;
    padding: .8rem 2.2rem;
    border-radius: .5rem;
    cursor: pointer;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: .2rem;
}

.sticky-tittle_boton span{
    background-image: url(./Assets/Icono\ de\ instagram.svg);
    width: 4.5vh;
    height: 4.5vh;
    background-size: cover;
}

.sticky-tittle a{
    text-decoration: none;
    display: inline-block;
}

.sticky-tittle_boton:hover{
    background-color: #286747;
    transition: .5s;
}

.section-2_linea {
    height: 2px;
    width: 100%;
    background-color: #171717;
}

.section-2_flex {
    display: flex;
    justify-content: space-between;
}

.section-2_equipo{
    border-left: 2px solid black;
    padding: 1rem 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

.imagen-1{
    padding-bottom: 1rem;
    width: 100%;
}

.linea-vertical {
    width: 2px;
    background-color: #171717;
}

.grupo-imagenes_1{
    border-top: 2px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
}

.grupo-imagenes_1 img{
    width: 100%;
}

.grupo-imagenes_2{
    border-top: 2px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    gap: 1rem;
}

.grupo-imagenes_2 img{
    width: 100%;
}

.gif{
    height: 100%;
    width: 50%;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gif video:hover{
    filter: brightness(.4);
    transition: .3s;
}


.gif video{
    position: absolute;
    height: 110%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    border-radius: 1.5rem;
}

.top{
    top: -3.9rem;
}

.reproducción{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.reproducción img:hover{
    transform: scale(1.15);
    transition: .3s;
}

.reproducción img{
    transition: .5s;
}

.section-3 {
    height: 260vh;
    position: relative;
    width: 100%;
    display: block;
}

.aspiracion-imagen{
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    clip-path: circle(20.7% at 50% 50%);
    transform: scale(1);
    background-image: url(./Assets/aspiracion\ no\ blur.jpg);
    background-repeat: no-repeat;
    z-index: 4;
    overflow: hidden;
}

.tittle-aspiracion{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    font-family: Raleway;
    letter-spacing: .2rem;
    font-size: 6.5vh;
    font-weight: 800;
    z-index: 2;
}

.tittle-aspiracion_2{
    font-family: Raleway;
    letter-spacing: .2rem;
    font-size: 9vh;
    font-weight: 800;
    opacity: 0;
    transform: translateY(20px);
}

.line-aspiracion{
    width: 60%;
    height: .2rem;
    background-color: white;
}

.line-aspiracion_2{
    width: 30%;
    height: .2rem;
    background-color: white;
    margin: 0rem 0 1rem 0;
    opacity: 0;
    transform: translateY(20px);
}

.start{
    opacity: 0;
    transform: translateY(20px);
}

.content-aspiracion{
    position: absolute;
    color: white;
    top: 50%;
    left: 5%;
    transform: translateY(-60%);
    font-size: 4vh;
    font-family: Quicksand;
    font-weight: 500;
    width: 70%;
}

.transition{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--Arena);
    transform: scaleX(0);
    z-index: 10;
}


.proposito-imagen{
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
    display: none;
}

.sustentabilidad{
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0rem;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: flex;
    background: linear-gradient(106deg, #EAEAEA -13.21%, rgba(190, 190, 190, 0.70) 106.25%);
}

.proposito-imagen img{
    width: 100%;
    height: 100vh;
    object-fit:cover;
    filter: brightness(80%);
}

.content-proposito{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 5%;
    transform: translateY(-60%);
    color: white;
    font-size: 4vh;
    font-family: Quicksand;
    font-weight: 500;
    width: 70%;
}

.start-2{
    opacity: 0;
    transform: translateY(20px);
}

.tittle-proposito_2{
    font-family: Raleway;
    letter-spacing: .2rem;
    font-size: 10vh;
    font-weight: 800;
    opacity: 0;
    transform: translateY(20px);
}

.line-proposito_2{
    width: 30%;
    height: .2rem;
    background-color: white;
    margin: 0rem 0 1rem 0;
    opacity: 0;
    transform: translateY(20px);
}

.section-3_mobile{
    display: none;
}


.section-4{
    position: relative;
    width: 100%;
    height: 105vh;
    background-color: #D3D3D3;
    display: block;
}

.section-4_mobile{
    display: none;
}

.section-4_first{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1%;
    height: 100%;
}

.section-4_tittle{
    font-family: Quicksand;
    font-weight: 600;
    font-size: 8vh;
    width: 100%;
    line-height: 9vh;
}

.section-4_content-tittle{
    width: 50%;
    padding-left: 2rem;
}

.section-4_subtittle{
    font-family: Quicksand;
    font-weight: 500;
    font-size: 3.7vh;
    padding: 2vh 0;
}

.section-4_subtittle-2{
    font-family: Quicksand;
    font-weight: 500;
    font-size: 3.7vh;
}


.circle-sustentabilidad{
    position: relative;
    width: 41rem;
    height: 41rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-right: .5rem;
}

.mask-1{
    -webkit-mask-image: url(./Assets/mask-1.png);
    mask-image: url(./Assets/mask-1.png);
    position: absolute;
    width: 224px;
    height: 496px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(.8);
}

.leopardo{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mask-2{
    -webkit-mask-image: url(./Assets/mask-2.png);
    mask-image: url(./Assets/mask-2.png);
    position: absolute;
    width: 495px;
    height: 224px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(.8);
}

.playa{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mask-3{
    -webkit-mask-image: url(./Assets/mask-3.png);
    mask-image: url(./Assets/mask-3.png);
    position: absolute;
    width: 224px;
    height: 496px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.8);
}

.hojas{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mask-4{
    -webkit-mask-image: url(./Assets/mask-4.png);
    mask-image: url(./Assets/mask-4.png);
    position: absolute;
    width: 495px;
    height: 224px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(.8);
}

.flauta{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mask-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mask-logo svg{
    height: auto;
    width: 16rem;
}


.transition-sustentabilidad{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--Arena);
    transform: scaleX(0);
    z-index: 10;
}


.section-4_second{
    position: relative;
    top: 0;
    left: 0;
    background-color: #D3D3D3;
    display: block;
    width: 100%;
    height: 105vh;
    color: white;
    font-family: Quicksand;
    padding: 0rem 4%;
}

.centrar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.linea-rows{
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scaleX(1);
    transform-origin: left;
}

.rows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 2%;
}

.section-4_icon{
    height: auto;
    width: 9%;
    transform: scale(.7);
    opacity: 0;
}

.section-4_second-tittle{
    font-weight: bold;
    font-size: 4.3vh;
    padding: .2rem 0;
    opacity: 0;
    transform: translateY(10px);
}

.section-4_second-subtittle{
    font-weight: 400;
    font-size: 2.9vh;
    opacity: 0;
    transform: translateY(10px);
}

.section-4_imagenes{
    height: auto;
    width: 100%;
    opacity: 0;
    transform: scale(.95);
}

.section-4_second_content{
    width: 50%;
}

.section-4_second_containerimg{
    width: 33.5%;
}


.section-5{
    background-color: #D3D3D3;
    color: #131313;
    font-family: Quicksand;
    height: 90vh;
    padding: 1.5rem 2rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 5;
}

.section-5_tittle{
    text-align: center;
    font-size: 7vh;
    padding-bottom: 5rem;
}

.section-5_text{
    width: 50%;
    font-size: 4.2vh;
    font-weight: 500;
}

.section-5_text a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    margin-top: 1.5rem;
    display: inline-block;
    font-size: 3.2vh;
    padding: .7rem 1.5rem;
    background-color: #367c59;
    border-radius: 10px;
}

.section-5_content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 5rem;
}

.documento{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
    gap: 1.5rem;
    cursor: pointer;
}

.documents-grandes{
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000000b9;
    opacity: 0;
    display: none;
    z-index: 100;
}

.click-acta{
    margin: 2rem 0;
    padding-bottom: 1.5rem;
}

.click-escritura{
    padding-bottom: 1.5rem;
}

.click-compraventa{
    gap: 4rem;
}

.acta{
    opacity: 0;
    display: none;
}

.escritura{
    opacity: 0;
    display: none;
}

.compraventa{
    opacity: 0;
    display: none;
}

.x{
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: black;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: white;
    padding: .5rem 1rem;
    border-radius: 20%;
    transition: all .5s;
}

.x:hover{
    color: white;
    background-color: var(--VerdeClaro);
    transition: all .3s;
}

.icono-legal{
    width: 9vh;
    height: auto;
}

.documents-grandes img{
    position: absolute;
    height: 100vh;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.documento p{
    font-family: Quicksand;
    font-weight: 600;
    font-size: 3.5vh;
    text-align: center;
}

.flecha-legal{
    height: auto;
    width: 2.2vh;
}

.parrafo-2{
    margin-top: -0.5rem;
    display: inline-block;
}

.legal-2{
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



footer {
    width: 100%;
    padding: 1.875rem 1.875rem;
    position: sticky;
    bottom: 0;
    height: 100vh;
}

footer a{
    text-decoration: none;
    color: white;
    transition: .5s;
}

footer a:hover{
    color: var(--VerdeClaro);
    transition: .3s;
    transform: scale(1.03);
}

.pie {
    background-color: #0D0D0D;
    border-radius: 25px;
    height: 100%;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.logo img{
    height: auto;
    width: 35vh;
}

.mexo img{
    height: auto !important;
    width: 24vh;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 3.4vh;
}

.linea-social {
    width: 0.0625rem;
    height: 1.875rem;
    background-color: white;
    display: block;
}

.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 3.4vh;
    color: white;
}

.inferior {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.legal {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 3.4vh;
}

.final {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 2.8vh;
    padding-top: 1.25rem;
    padding-bottom: 4rem;
    color: white;
}

.flechas{
    position: fixed;
    bottom: 5%;
    right: 6%;
    z-index: 1;
    animation: flechas 2.4s infinite ease-in-out;
  }

.flechas img{
    width: 5.5vh;
    height: auto;
}

@keyframes flechas {
    0%{
        transform: translateY(-20px);
    }

    50%{
        transform: translateY(0);
    }

    100%{
        transform: translateY(-20px);
    }
}

.flechas-cotainer{
    position: absolute;
    top: 0%;
    height: 100vh;
    width: 100%;
    padding-right: 6%;
    padding-bottom: 2rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.flechas-2{
    animation: flechas 2.4s infinite ease-in-out;
    background-color: #1a1a1a;
    padding: .95rem .87rem .8rem .87rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flechas-2 img{
    width: 3.9vh;
    height: auto;
}

.flechas-cotainer-mobile{
    display: none;
}

  @media screen and (width: 1024px){
    .cuadro-1{
        left: 1rem;
        padding-right: 5rem;
    }

    .cuadro-1_tittle{
        font-size: 5vh;
        line-height: 5.3vh;
    }

    .cuadro-1_content-1{
        font-size: 2.5vh;
    }

    .cuadro-1_content-2{
        font-size: 2.5vh;
    }

    .cuadro-1 img{
        width: 25vh;
        right: -33%;
    }

    .cuadro-2{
        right: 1rem;
        padding-left: 5rem;
        bottom: 4%;
    }

    .cuadro-2_tittle{
        font-size: 5vh;
        line-height: 5.3vh;
    }

    .cuadro-2_content-1{
        font-size: 2.5vh;
    }

    .cuadro-2_content-2{
        font-size: 2.5vh;
    }

    .cuadro-2 img{
        width: 25vh;
        left: -33%;
    }

    .section-2{
        padding-left: 1rem;
    }

    .sticky-tittle_tittle{
        font-size: 8vh;
        line-height: 8.5vh;
        padding-right: 1rem;
    }

    .sticky-tittle_content{
        padding-right: 1rem;
        font-size: 2.5vh;
        line-height: 4vh;
    }

    .section-2_equipo{
        padding-right: 0rem;
    }

    .imagen-1{
        width: 100%;
    }

    .tittle-aspiracion{
        font-size: 6vh;
    }

    .content-aspiracion{
        left: 5%;
    }

    .line-aspiracion_2{
        width: 70%;
    }

    .line-proposito_2{
        width: 70%;
    }

    .section-4_tittle{
        font-size: 6vh;
        line-height: 6.5vh;
    }

    .section-4_subtittle{
        font-size: 3vh;
    }

    .section-4_subtittle-2{
        font-size: 3vh;
    }

    .mask-logo svg{
        width: 12.5rem;
    }

    .mask-1{
        transform: translateY(-50%) scale(.65);
    }

    .mask-2{
        transform: translateX(-50%) scale(.65);
    }

    .mask-3{
        transform: translateY(-50%) scale(.65);
    }

    .mask-4{
        transform: translateX(-50%) scale(.65);
    }

    .circle-sustentabilidad{
        width: 42rem;
        height: 36.5rem;
    }

    .section-4{
        height: 90vh;
    }

    .section-4_second_containerimg{
        width: 45%;
    }

    .section-4_icon{
        width: 12%;
    }

    .section-5_tittle{
        font-size: 8vh;
    }

    .section-5_text{
        font-size: 3.2vh;
    }

    .documento p{
        font-size: 3vh;
    }
 
}





@media screen and (width: 1180px){
    .cuadro-1{
        left: 2%;
        padding-right: 4.5rem
    }

    .cuadro-1 img{
        width: 24vh;
        right: -34%;
    }

    .cuadro-2{
        right: 2%;
        padding-left: 5rem;
    }

    .cuadro-2 img{
        width: 24vh;
        left: -34%;
    }

    .section-2{
        padding-left: 1rem;
    }

    .sticky-tittle_tittle{
        font-size: 8vh;
        line-height: 8.5vh;
        padding-right: 1rem;
    }

    .sticky-tittle_content{
        padding-right: 1rem;
        font-size: 2.5vh;
        line-height: 4vh;
    }

    .section-2_equipo{
        padding-right: 0rem;
    }

    .imagen-1{
        width: 100%;
    }

    .tittle-aspiracion{
        font-size: 6vh;
    }

    .content-aspiracion{
        left: 5%;
    }

    .line-aspiracion_2{
        width: 70%;
    }

    .line-proposito_2{
        width: 70%;
    }

    .section-4_tittle{
        font-size: 6.5vh;
        line-height: 6.8vh;
    }

    .section-4_subtittle{
        font-size: 3vh;
    }

    .section-4_subtittle-2{
        font-size: 3vh;
    }

    .mask-logo svg{
        width: 14.5rem
    }

    .mask-1{
        transform: translateY(-50%) scale(.7);
    }

    .mask-2{
        transform: translateX(-50%) scale(.7);
    }

    .mask-3{
        transform: translateY(-50%) scale(.7);
    }

    .mask-4{
        transform: translateX(-50%) scale(.7);
    }

    .circle-sustentabilidad{
        width: 42rem;
        height: 38rem;
    }

    .section-4{
        height: 90vh;
    }

    .section-4_second_containerimg{
        width: 45%;
    }

    .section-4_icon{
        width: 11%;
    }

    .section-5_tittle{
        font-size: 8vh;
    }

    .section-5_text{
        font-size: 3.5vh;
    }

    .documento p{
        font-size: 3vh;
    }
}







@media screen and (width: 1114px){
    .cuadro-1{
        left: 2%;
        padding-right: 4.5rem
    }

    .cuadro-1 img{
        width: 24vh;
        right: -26%;
    }

    .cuadro-2{
        right: 2%;
        padding-left: 5rem;
    }

    .cuadro-2 img{
        width: 24vh;
        left: -26%;
    }

    .section-2{
        padding-left: 1rem;
    }

    .sticky-tittle_tittle{
        font-size: 8vh;
        line-height: 8.5vh;
        padding-right: 1rem;
    }

    .sticky-tittle_content{
        padding-right: 1rem;
        font-size: 2.5vh;
        line-height: 4vh;
    }

    .section-2_equipo{
        padding-right: 0rem;
    }

    .imagen-1{
        width: 100%;
    }

    .tittle-aspiracion{
        font-size: 6vh;
    }

    .content-aspiracion{
        left: 5%;
    }

    .line-aspiracion_2{
        width: 70%;
    }

    .line-proposito_2{
        width: 70%;
    }

    .section-4_tittle{
        font-size: 6.5vh;
        line-height: 6.8vh;
    }

    .section-4_subtittle{
        font-size: 3vh;
    }

    .section-4_subtittle-2{
        font-size: 3vh;
    }

    .mask-logo svg{
        width: 14.5rem
    }

    .mask-1{
        transform: translateY(-50%) scale(.7);
    }

    .mask-2{
        transform: translateX(-50%) scale(.7);
    }

    .mask-3{
        transform: translateY(-50%) scale(.7);
    }

    .mask-4{
        transform: translateX(-50%) scale(.7);
    }

    .circle-sustentabilidad{
        width: 42rem;
        height: 38rem;
    }

    .section-4{
        height: 90vh;
    }

    .section-4_second_containerimg{
        width: 40%;
    }

    .section-4_icon{
        width: 11%;
    }

    .section-5_tittle{
        font-size: 8vh;
    }

    .section-5_text{
        font-size: 3.5vh;
    }

    .documento p{
        font-size: 3vh;
    }
}









@media screen and (width: 1104px){
    .cuadro-1{
        left: 2%;
        padding-right: 4.5rem
    }

    .cuadro-1 img{
        width: 23vh;
        right: -37%;
    }

    .cuadro-1_tittle{
        font-size: 5.5vh;
        line-height: 5.5vh;
    }

    .cuadro-1_content-1{
        font-size: 2.5vh;
    }
    
    .cuadro-1_content-2{
        font-size: 2.5vh;
    }

    .cuadro-2{
        right: 2%;
        padding-left: 5rem;
    }

    .cuadro-2 img{
        width: 23vh;
        left: -34%;
    }

    .cuadro-2_tittle{
        font-size: 5.5vh;
        line-height: 5.5vh;
    }

    .cuadro-2_content-1{
        font-size: 2.5vh;
    }
    
    .cuadro-2_content-2{
        font-size: 2.5vh;
    }

    .section-2{
        padding-left: 1rem;
    }

    .sticky-tittle_tittle{
        font-size: 7vh;
        line-height: 7.5vh;
        padding-right: 1rem;
    }

    .sticky-tittle_content{
        padding-right: 1rem;
        font-size: 2vh;
        line-height: 3.5vh;
    }

    .section-2_equipo{
        padding-right: 0rem;
    }

    .imagen-1{
        width: 100%;
    }

    .tittle-aspiracion{
        font-size: 4.5vh;
    }

    .tittle-aspiracion_2{
        font-size: 8vh;
    }

    .tittle-proposito_2{
        font-size: 8vh;
    }

    .start{
        font-size: 3.6vh;
    }

    .start-2{
        font-size: 3.6vh;
    }

    .content-aspiracion{
        left: 5%;
    }

    .line-aspiracion_2{
        width: 70%;
    }

    .line-proposito_2{
        width: 70%;
    }

    .section-4_tittle{
        font-size: 5.5vh;
        line-height: 6vh;
    }

    .section-4_subtittle{
        font-size: 3vh;
    }

    .section-4_subtittle-2{
        font-size: 3vh;
    }

    .mask-logo svg{
        width: 14.5rem
    }

    .mask-1{
        transform: translateY(-50%) scale(.7);
    }

    .mask-2{
        transform: translateX(-50%) scale(.7);
    }

    .mask-3{
        transform: translateY(-50%) scale(.7);
    }

    .mask-4{
        transform: translateX(-50%) scale(.7);
    }

    .circle-sustentabilidad{
        width: 44rem;
        height: 38rem;
    }

    .section-4{
        height: 80vh;
    }

    .section-4_second_containerimg{
        width: 45%;
    }

    .section-4_icon{
        width: 11%;
    }

    .section-5_tittle{
        font-size: 7vh;
    }

    .section-5_text{
        font-size: 3vh;
    }

    .documento p{
        font-size: 3vh;
    }
}











@media screen and (width: 1194px){
    .cuadro-1{
        left: 2%;
        padding-right: 4rem
    }

    .cuadro-1 img{
        width: 23vh;
        right: -36%;
    }

    .cuadro-1_tittle{
        font-size: 6vh;
        line-height: 6vh;
    }

    .cuadro-1_content-1{
        font-size: 2.8vh;
    }
    
    .cuadro-1_content-2{
        font-size: 2.8vh;
    }

    .cuadro-2{
        right: 2%;
        padding-left: 4rem;
    }

    .cuadro-2 img{
        width: 23vh;
        left: -36%;
    }

    .cuadro-2_tittle{
        font-size: 6vh;
        line-height: 6vh;
    }

    .cuadro-2_content-1{
        font-size: 2.8vh;
    }
    
    .cuadro-2_content-2{
        font-size: 2.8vh;
    }

    .section-2{
        padding-left: 1rem;
    }

    .sticky-tittle_tittle{
        font-size: 8vh;
        line-height: 8.5vh;
        padding-right: 1rem;
    }

    .sticky-tittle_content{
        padding-right: 1rem;
        font-size: 2.5vh;
        line-height: 4vh;
    }

    .section-2_equipo{
        padding-right: 0rem;
    }

    .imagen-1{
        width: 100%;
    }

    .tittle-aspiracion{
        font-size: 6vh;
    }

    .content-aspiracion{
        left: 5%;
    }

    .line-aspiracion_2{
        width: 70%;
    }

    .line-proposito_2{
        width: 70%;
    }

    .section-4_tittle{
        font-size: 6.5vh;
        line-height: 6.8vh;
    }

    .section-4_subtittle{
        font-size: 3vh;
    }

    .section-4_subtittle-2{
        font-size: 3vh;
    }

    .mask-logo svg{
        width: 14.5rem
    }

    .mask-1{
        transform: translateY(-50%) scale(.7);
    }

    .mask-2{
        transform: translateX(-50%) scale(.7);
    }

    .mask-3{
        transform: translateY(-50%) scale(.7);
    }

    .mask-4{
        transform: translateX(-50%) scale(.7);
    }

    .circle-sustentabilidad{
        width: 42rem;
        height: 38rem;
    }

    .section-4{
        height: 90vh;
    }

    .section-4_second_containerimg{
        width: 45%;
    }

    .section-4_icon{
        width: 11%;
    }

    .section-5_tittle{
        font-size: 8vh;
    }

    .section-5_text{
        font-size: 3.5vh;
    }

    .documento p{
        font-size: 3vh;
    }
}







@media screen and (width: 1280px){
    .cuadro-1{
        left: 2%;
        padding-right: 4.5rem
    }

    .cuadro-1 img{
        width: 24vh;
        right: -34%;
    }

    .cuadro-2{
        right: 2%;
        padding-left: 5rem;
    }

    .cuadro-2 img{
        width: 24vh;
        left: -34%;
    }

    .section-2{
        padding-left: 1rem;
    }

    .sticky-tittle_tittle{
        font-size: 8vh;
        line-height: 8.5vh;
        padding-right: 1rem;
    }

    .sticky-tittle_content{
        padding-right: 1rem;
        font-size: 2.5vh;
        line-height: 4vh;
    }

    .section-2_equipo{
        padding-right: 0rem;
    }

    .imagen-1{
        width: 100%;
    }

    .tittle-aspiracion{
        font-size: 6vh;
    }

    .content-aspiracion{
        left: 5%;
    }

    .line-aspiracion_2{
        width: 70%;
    }

    .line-proposito_2{
        width: 70%;
    }

    .section-4_tittle{
        font-size: 7vh;
        line-height: 7.5vh;
    }

    .section-4_subtittle{
        font-size: 3.5vh;
    }

    .section-4_subtittle-2{
        font-size: 3.5vh;
    }

    .mask-logo svg{
        width: 14.5rem
    }

    .mask-1{
        transform: translateY(-50%) scale(.7);
    }

    .mask-2{
        transform: translateX(-50%) scale(.7);
    }

    .mask-3{
        transform: translateY(-50%) scale(.7);
    }

    .mask-4{
        transform: translateX(-50%) scale(.7);
    }

    .circle-sustentabilidad{
        width: 38rem;
        height: 38rem;
    }

    .section-4{
        height: 90vh;
    }

    .section-4_second_containerimg{
        width: 40%;
    }

    .section-4_icon{
        width: 10%;
    }

    .section-5_tittle{
        font-size: 7vh;
    }

    .section-5_text{
        font-size: 3.5vh;
    }

    .documento p{
        font-size: 3vh;
    }
}