: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+ */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
}

/* Estilo para navegadores basados en WebKit (Chrome, Safari, etc.) */
body::-webkit-scrollbar {
    width: 0rem; /* Ancho del scrollbar */
}

.test h1{
    font-size: 1.5em;
}

.preloader{
    height: 100vh;
    width: 100%;
    background-color: #0d0d0d;
    position: absolute;
    top: 0;
    z-index: 200;
    display: flex;
    align-items: end;
}

#container {
    width: 100%;
    height: 8px;
    position: relative;
    margin: 0rem 2rem 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.menu-action_mobile{
    display: none;
}

.contact-mobile{
    display: none;
}

main {
    position: relative;
    z-index: 2;
    height: auto;
    background-color: #0d0d0d;
}

.dark{
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #000000be;
    z-index: 100;
    cursor: pointer;
    display: none;
    opacity: 0;
}

.section-1 {
    height: 100vh;
    width: 100%;
    padding: 1.25rem 1.5rem;
    max-width: 150rem;
    margin: auto;
    background-color: #0D0D0D;
}

.coloreada{
    opacity: 0;
}

.menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 101;
}

.boton{
    transition: .5s;
}

.boton:hover{
    transform: scale(1.1);
    transition: .3s;
}

.logo-main{
    width: 13rem;
    height: auto;
}

.menu-main{
    width: 3rem;
    height: 3rem;
}

.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;
}

.nav-menu-grid-mobile{
    display: none;
}

.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;
}

.video {
    height: 87%;
    width: 100%;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    margin-top: 1%;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.01);
}

.v-t{
    position: absolute;
    color: white;
    bottom: 4%;
    font-family: Quicksand;
    font-size: 8.5vh;
    font-weight: 400;
    letter-spacing: .05rem;
    display: inline-block;
}

.text-video-1{
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-video-2{
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-2 {
    height: 110vh;
    width: 100%;
    position: relative;
    max-width: 150rem;
    margin: auto;
    background-color: #0D0D0D;
    display: block;
}

.section-2_content_mobile{
    display: none;
}

.section-2_mobile{
    display: none;
}

.fondo {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 150rem;
    margin: auto;
    display: flex;
    justify-content: center;
}

.texto-1 {
    position: absolute;
    right: 2.5rem;
    top: 3.125rem;
    text-align: right;
}

.texto-1-mobile{
    display: none;
}

.section-3 {
    background-color: rgb(13, 13, 13);
    display: block;
    padding-top: 2rem;
}

.comunidad {
    color: var(--VerdeClaro);
    font-family: Quicksand;
    font-weight: bold;
    font-size: 2.9vh;
    padding-bottom: 0.3125rem;
    padding-right: 1.5625rem;
}

.despierta {
    font-family: Quicksand;
    font-size: 5.4vh;
    font-weight: 500;
    line-height: 5.4vh;
    padding-bottom: 0.625rem;
    padding-right: 1.5rem;
}

.bold {
    font-weight: bold;
}

.titulo {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.linea-1 {
    height: 100%;
    position: absolute;
    width: 0.375rem;
    background-color: var(--VerdeClaro);
}

.bienvenido {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 3.4vh;
    padding-right: 1.5625rem;
}

.text-2 {
    padding: 4.375rem 0 2.5rem 1.875rem;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
    padding: 0rem 1.5rem;
    max-width: 150rem;
    margin: auto;
}

.scroll{
    position: relative;
    height: 100vh;
    overflow: hidden;
    
}

.horizontal-scroll{
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: var(--VerdeOscuro);
    top: 0;
}

.wrapper{
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    overflow-x: hidden;
}

.box {
    display: flex;
    color: white;
    font-family: Raleway;
    font-weight: bold;
    font-size: 26vh;
    letter-spacing: -.7rem;
    white-space: nowrap;
    position: relative;
    flex-direction: row-reverse; /* Cambia la dirección de flexión */
}

.test{
    padding: 0 1rem;
}

.imagenes-scroll{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 3rem;
    position: absolute;
    width: fit-content;
    left: 100%;
}

.imagenes-scroll p{
    font-family: Quicksand;
    color: #c1c0c0;
    font-weight: 500;
    font-size: 2.6vh;
    width: 90%;
    line-height: 3vh;
}

.imagenes-scroll_imagenes{
    border-radius: 1.5rem;
    width: 100vh;
    height: 55vh;
    pointer-events: none;
    position: relative;
}

  .texto-overlay {
    bottom: 20px;
    left: 20px;
    font-size: 16px; /* Ajusta el tamaño del texto según tus necesidades */
    z-index: 1; /* Asegura que el texto esté sobre el degradado */
    color: white;
    font-family: Quicksand;
    font-weight: bold;
    font-size: 3.6vh;
    line-height: 4vh;
    padding: .6% 0;
  }

  .icono-overlay {
    bottom: 50px;
    left: 20px;
    z-index: 1; /* Asegura que el texto esté sobre el degradado */
    height: 5.7vh;
    width: 5.7vh;
  }

.imagenes-scroll_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: end;
}

.imagenes-scroll_content{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 37%;
    position: relative;
    height: 25%;
    margin-bottom: 2rem;
    color: white;
    font-family: Quicksand;
}

.content{
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1rem;
    gap: 1rem;
}

.content-tittle{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-bottom: .3rem;
}

.content-subtittle{
    font-weight: 400;
    font-size: 1rem;
}

.tittle-2, .subtittle-2{
    opacity: 0;
}

.tittle-3, .subtittle-3{
    opacity: 0;
    transform: translateY(20px);
}

.tittle-4, .subtittle-4{
    opacity: 0;
}

.tittle-5, .subtittle-5{
    opacity: 0;
}

.icono-1{
    width: 3rem;
    height: auto;
}

.icono-2{
    opacity: 0;
    width: 3rem;
    height: auto;
}

.icono-3{
    opacity: 0;
    width: 3rem;
    height: auto;
}

.icono-4{
    opacity: 0;
    width: 3rem;
    height: auto;
}

.icono-5{
    opacity: 0;
    width: 3rem;
    height: auto;
}

.graficas{
    background-color: var(--VerdeOscuro);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 2vh;
    padding: 1rem 1.5rem 2rem 1.5rem;
    margin: 0 auto;
    height: 100vh;
    position: relative;
}

.grafica-1{
    background-color: #D3D3D3;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    font-family: Quicksand;
    padding: 2rem;
    height: 45vh;
}

.grafica-2{
    background-color: #D3D3D3;
    border-radius: 1.5rem;
    height: 100%;
    padding: 1.5rem .5rem .5rem .5rem;
    height: 45vh;
}

.grafica-2 img{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.grafica-3{
    background-color: #D3D3D3;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    height: 19rem;
    font-family: Quicksand;
    padding: 2rem;
    width: 100%;
    max-width: 150rem;
    height: 45vh;
}

.grafica-3_imagen{
    height: 100%;
}

.grafica-3_imagen img{
    height: 100%;
}

.primeras-graficas{
    display: flex;
    align-items: center;
    height: 19rem;
    gap: 1rem;
    width: 100%;
    max-width: 150rem;
}

.primeras-graficas img{
    height: 100%;
}

.graficas-tittle{
    font-size: 5vh;
    font-weight: 500;
}

.graficas-subttitle{
    font-size: 2.7vh;
    font-weight: 500;
    width: 90%;
    line-height: 4.2vh;
    padding-top: .5rem;
    
}

.titulo-2 {
    display: flex;
    align-items: center;
    font-size: 2.8125rem;
    padding-bottom: 0.625rem;
    position: relative;
}

.hogar {
    line-height: 6vh;
    font-weight: 500;
    color: rgb(13, 13, 13);
    font-size: 6vh;
    padding-left: 1rem;
}

.linea-2 {
    height: 100%;
    position: absolute;
    width: 0.375rem;
    background-color: var(--VerdeClaro);
}

.p-1 {
    padding: 0.4375rem 0;
    width: 95%;
    color: rgb(13, 13, 13);
    font-size: 3.4vh;
    font-weight: 500;
}




.graficas-mobile{
    display: none;
}

.tulum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--Arena);
    font-family: Quicksand;
    font-size: 1.25rem;
    font-weight: 500;
    height: 25rem;
    padding: 1.5625rem;
    border-radius: 1.875rem;
    width: 30%;
    max-width: fit-content;
    box-shadow: -0.375rem 0.25rem 1.8125rem 0rem rgba(0, 0, 0, 0.20) inset;
}

.tittle-graficas {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding-bottom: 0.9375rem;
}

.linea-3 {
    height: 2.8125rem;
    width: 0.25rem;
    background-color: var(--Carbon);
}

.porque {
    font-weight: 500;
    font-size: 1.875rem;
}

.content-graficas {
    background-color: #EAEAEA;
    padding: 1.5625rem 2.5rem;
    border-radius: 1.875rem;
    display: flex;
    align-items: center;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1.25rem;
    height: 25rem;
    width: 65%;
    max-width: fit-content;
    box-shadow: -0.375rem 0.25rem 1.8125rem 0rem rgba(0, 0, 0, 0.20) inset;
    justify-content: space-around;
    gap: 1.25rem;
}



.section-4 {
    background-color: var(--VerdeOscuro);
    width: 100%;
    height: auto;
}

.cuadros{
    height: 100vh;
    width: 100%;
    max-width: 150rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    margin: auto;
    position: relative;
}

.cuadro-1{
    position: relative;
    height: 90vh;
    width: 49%;
    overflow: hidden;
    border-radius: 30px;
    transition: .4s;
}

.cuadro-1:hover{
    transform: scale(.98);
    transition: .4s;
}

.cuadro-2:hover{
    transform: scale(.98);
    transition: .4s;
}

.cuadro-2{
    position: relative;
    height: 90vh;
    width: 49%;
    overflow: hidden;
    border-radius: 30px;
    transition: .4s;
    cursor: pointer;
}

.cuadro-2-img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.cuadro-1-content{
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: Quicksand;
    gap: 1rem;
}

.cuadro-1-tittle{
    font-weight: bold;
    font-size: 3.9vh;
    line-height: 4.6vh;
}

.cuadro-1-subtittle{
    color: #9A9A9A;
    font-size: 3vh;
    font-weight: 500;
}

.cuadro-1-boton img{
    width: 3.5rem;
}

.sombra{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.94) 100%);
}

.piramide{
    position: absolute;
    left: 0;
    height: 100%;
    width: 25%;
}

.alberca{
    position: absolute;
    left: 37.5%;
    transform: translateX(-50%);
    height: 100%;
    width: 25%;
}

.render{
    position: absolute;
    left: 62.5%;
    transform: translateX(-50%);
    height: 100%;
    width: 25%;
}

.aves{
    position: absolute;
    right: 0;
    height: 100%;
    width: 25%;
}

.terrenos {
    color: #1A1A1A;
    font-family: Quicksand;
    padding: 3.9rem 2rem 0px 2rem;
    display: block;
    background-color: #ffffff;
    margin: 0 auto;
}

.terrenos-mobile{
    display: none;
}

.terreno {
    padding-bottom: 3.125rem;
    width: 100%;
    max-width: 150rem;
    margin: 0 auto;
}

.info-terreno {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 1.875rem;
}

.linea-4 {
    height: 0.0625rem;
    background-color: #1A1A1A;
}

.number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    font-weight: 300;
    font-size: 10vh;
}

.text-terreno {
    width: 60%;
}

.medidas {
    color: var(--VerdeClaro);
    font-weight: 600;
    font-size: 2.9vh;
}

.tittle-terreno {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8vh;
    font-weight: bold;
}

.subtittle-terreno {
    font-weight: 400;
    font-size: 3vh;
}

.cotizar {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 3.5vh;
}

.cotizar p {
    cursor: pointer;
}

footer {
    width: 100%;
    padding: 1.875rem 1.875rem;
    position: sticky;
    bottom: 0;
    background-color: white;
    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;
}

.boton-volumen{
    position: absolute;
    bottom: 4%;
    right: 2%;
    height: auto;
    width: 3vh;
    cursor: pointer;
}

.boton-mute{
    position: absolute;
    bottom: 4%;
    right: 2%;
    height: auto;
    width: 3vh;
    cursor: pointer;
    display: none;
}

.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;
}

.sombra-imagen{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: .25rem;
    left: 0;
    border-radius: 23px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.109) 50%, rgba(0, 0, 0, 0.94) 100%);
}

.flechas{
    position: absolute;
    bottom: 5%;
    right: 6%;
    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);
    }
}

  @media screen and (width: 1024px) {
    .fondo{
     height: 90%;
    }

    .v-t{
        font-size: 6vh;
    }

    .graficas{
        padding-bottom: 0;
    }

    .graficas-subttitle{
        font-size: 1.1rem;
        line-height: 1.7rem;
    }

    .graficas-subttitle span{
        font-size: 1.3rem !important; 
    }

    .cuadros{
        height: 90vh;
    }

    .cuadro-1{
        height: 90%;
    }

    .cuadro-2{
        height: 90%;
    }
}



@media screen and (width: 1180px) {
    .fondo{
     height: 90%;
    }

    .graficas{
        padding-bottom: 0;
    }

    .cuadros{
        height: 90vh;
    }

    .v-t{
        font-size: 7vh;
    }

    .cuadro-1{
        height: 90%;
    }

    .cuadro-2{
        height: 90%;
    }
}


@media screen and (width: 1194px) {
    .fondo{
     height: 90%;
    }

    .graficas{
        padding-bottom: 0;
    }

    .cuadros{
        height: 90vh;
    }

    .v-t{
        font-size: 7vh;
    }

    .cuadro-1{
        height: 90%;
    }

    .cuadro-2{
        height: 90%;
    }
}



@media screen and (width: 1280px) {
    .fondo{
     height: 90%;
    }

    .graficas{
        padding-bottom: 0;
    }

    .cuadros{
        height: 100vh;
    }

    .cuadro-1{
        height: 90%;
    }

    .cuadro-2{
        height: 90%;
    }
}




@media screen and (width: 1104px) {
    .fondo{
     height: 90%;
    }

    .graficas{
        padding-bottom: 0;
    }

    .v-t{
        font-size: 6vh;
    }

    .cuadros{
        height: 90vh;
    }

    .cuadro-1{
        height: 85%;
    }

    .cuadro-2{
        height: 85%;
    }
}