body{
    overflow-x: hidden;
}


main {
    position: relative;
    z-index: 2;
    height: auto;
    background-color: #0D0D0D;
}


.menu{
    padding: 1.25rem 1rem;
}

.logo-main{
    width: 11rem;
}

.menu-main{
    width: 2.8rem;
}

.navbar-menu-grid{
    display: none;
}

.nav-menu-grid-mobile{
    display: block;
    width: 100%;
}

.logo-mobile-container{
    padding: 1rem;
}

.menu-logo-mobile{
    height: 3.5rem;
    opacity: 0;
}

.link-mobile{
    border-top: 1px solid black
}

.link-mobile a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: black;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
}

.action{
    opacity: 0;
    transform: translateY(10px);
}

.menu_view-1{
    display: none;
}

.menu_social{
    display: none;
}

.salir{
    display: none;
}

.menu-action_mobile{
    display: block;
    background-color: #acacac;
    border-radius: 1rem;
}

.correo-mobile{
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1rem 1.5rem 1rem;
}

.correo-mobile a{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.correo-mobile img{
    width: 2rem;
}

.cotizar-mobile{
    display: flex;
    align-items: center;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1rem;
    padding: 0rem 0 0 1rem;
    justify-content: space-between;
    border-top: 1px solid black;
}

.cotizar-mobile img{
    width: 2rem;
}

.menu-cta-mobile{
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 8rem;
    border-radius: 1rem;
}

.salir-mobile{
    border-bottom-right-radius: 1rem;
}

.control-izquierdo{
    position: absolute;
    left: 4%;
    bottom: 0;
    border: 1px solid white;
    border-radius: 50%;
    padding: .7rem .6rem .7rem .6rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0s;
}

.control-izquierdo svg{
    width: 1rem;
    height: auto;
}

.control-derecho{
    position: absolute;
    right: 4%;
    bottom: 0;
    border: 1px solid white;
    border-radius: 50%;
    padding: .7rem .6rem .7rem .6rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .0s;
}

.control-derecho svg{
    width: 1rem;
    height: auto;
}

.control-derecho:hover{
    background-color: transparent;
    transition: .0s;
}

.control-derecho:hover .fill-change{
    fill: white;
    transition: .0s;
}

.control-izquierdo:hover{
    background-color: transparent;
    transition: 0s;
}

.control-izquierdo:hover .fill-change{
    fill: white;
    transition: 0s;
}


.slide video{
    width: 17rem;
    height: 10rem;
}

.absolute{
    padding: 0 2rem;
}


.tittle-slider{
    font-weight: bold;
    color: var(--Arena);
    font-size: 2rem;
}

.subtittle-slider{
    font-weight: 400;
    font-size: 1rem;
}

.wrapper{
    padding-top: 0;
    overflow-x: hidden;
}

.box{
    font-size: 2rem;
}

.section-2{
    height: 70vh;
    margin-top: 1.7rem;
}

iframe{
    width: 100%;
    height: 100%;
    border-radius: 0rem;
}

.section-3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding: 3rem 1rem 0 1rem;
}

.image-container:hover .image img{
    transform: none;
}

.image {
    border-radius: 8px;
}

.text-container {
    padding: 1rem;
}

.section-3 h2{
    font-size: 1.5rem;
}

.section-3 p{
    font-size: .9rem;
}

.image-7{
    transform: scale(1);
    height: 11.5rem;
}

.image-7 img{
    height: 11.5rem;
}

.image-7 h2{
    font-size: 1.5rem;
}

.image-7 p{
    font-size: .9rem;
}

footer {
    width: 100%;
    padding: 1rem 1rem;
    height: 100vh;
}

footer a:hover{
    color: white;
    transform: scale(1);
}

.pie{
    height: 100%;
    padding: 0 3rem;
    border-radius: 20px;
}

.logo img{
    width: 90%;
    margin-right: .4rem;
}

.social-media {
    flex-direction: column;
    font-size: 1.4rem;
    gap: 2rem;
}

.linea-social {
    display: none;
}

.contact-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    text-align: center;
}

.contact{
    display: none;
}

.inferior {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.legal {
    display: flex;
    font-size: 1.3rem;
    gap: 3rem;
    align-items: center;
    text-align: center;
    padding-bottom: 4rem;
}

.final {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    padding-top: 1rem;
    padding-bottom: 6rem;
}

.renders-grandes{
    width: 100%;
    height: 100%;
}

.cerrar{
    right: 0rem;
    top: 30%;
    transform: translateY(-50%);
}

.cerrar:hover{
    color: rgb(0, 0, 0);
    background-color: white;
}

.menu-small{
    padding: .7rem 1rem .5rem 1rem;
    gap: 1rem;
}

.logo-small{
    height: auto;
    width: 6rem;
}

.b-small{
    cursor: pointer;
    height: 2rem;
    width: 2rem;
}




@media screen and (min-width: 768px) and (max-width: 884px){
    .control-derecho{
        bottom: 40%;
    }

    .control-izquierdo{
        bottom: 40%;
    }

    .tittle-slider{
        font-size: 3.3vh;
    }

    .subtittle-slider{
        font-size: 2vh;
    }

    iframe{
        width: 95%;
        height: 85%;
        border-radius: 2rem;
    }

    .image-container{
        width: 100%
    }

    .image{
        height: 44vh;
    }

    .image img{
        height: 100%;
    }

    .renders-grandes img{
        width: 95% !important; 
    }

    .cerrar{
        top: 5%;
        right: 1rem;
    }

    .section-3 h2{
        font-size: 3vh;
    }

    .section-3 p{
        font-size: 2vh;
    }

    .renders-grandes{
        background-color: #000000c6;
    }

    .image-7{
        height: 44vh;
    }

    .image-7 img{
        height: 100%;
    }

    .logo img{
        width: auto;
        height: 10vh;
    }

    .social-media{
        font-size: 2.5vh;
    }

    .contact-mobile{
        font-size: 2.5vh;
    }

    .legal{
        font-size: 2.5vh;
    }

    .mexo img{
        width: auto;
        height: 6vh;
    }

    .final{
        font-size: 2.2vh;
    }
}