@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&family=Rubik+Mono+One&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

nav {
    background: none;
    height: 80px;
    width: 100%;
    margin-bottom: -15px;
}

.enlace {
    position: absolute;
    padding: 5px 50px;
}
.enlace2 {
    position: absolute;
    padding: 5px 50px;
    display: none;
}


.logo {
    margin-top:0px;
    height: 75px;
}

nav ul {
    float: right;
    margin: 0;

}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: -15px 5px;
}

nav ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #202020;
    font-size: 12px;
    padding: 0;
    font-weight: bold;

}

li a.active,
li a:hover {
    background: rgb(32, 65, 34);
    transition: .5s;
    padding: 18px;
    color: white;
}

nav ul li a.active_blue {
    color: #fff;
    background: rgb(176, 132, 61);
    padding: 25px;
}

.checkbtn {
    font-size: 30px;
    color: #272727;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}



/*------------------------------------------------S1---------------------------------*/

.contenedor_todo {
    background-color: none;
    height: 90vh;
    overflow: hidden;
    display: flex;
}

aside {
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
    margin-left: 60px;
}

.caja1 {
    flex: 30;
    background-color: rgb(246, 246, 246);
    border-radius: 16px;
    width:600px;
    height:95%;
    margin-top: 5px;
}

.checkbtn2 img {
    
    height: 30px;
    color: #38a306;
    float: left;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check2 {
    display: none;
}

.caja2 {
    flex: 60;
    background-color: none;
    top: 5;
    margin-left: 50px; 
}

/*---------------------------------------------------------------------------*/

/* .caja1_a {
    padding: 20px;
} */

.caja1_a h1 {
    color: #2c2c2c;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -4;
    margin-top: -5.5px;
}

.caja1 h2 {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 800;
    top: 75px;
    width: 200px;
    border-radius: 6;
    margin-bottom: -12px;
    margin-left: 3px;
}

.caja1 h3 {
    font-size: 30px;
    margin-left: 65px;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background-color: none;
    margin-top: -70px;
}

.caja1 p {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 800;
    margin: 0;
}

.caja1 a {
    display: block;
    font-size: 70px;
    color: red;
    margin-bottom: 0;
    margin-top: -65px;
    margin-left: 400px;
    transition: transform 0.3s ease;
}

.fa-brands.fa-youtube {
    text-decoration: none;
}

.subtitulo {
    display: flex;
    flex-direction: column;
}

.cabezas {
    display: flex;
    flex-direction: row;
    margin-left: 100px;
    margin-top: 10px;

}

.num_cabezas {
    background-color: rgb(0, 68, 56);
    color: #fff;
    width: 400px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 75px;
    margin-left: -340px;
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 800;
}

.subtitulo h3 {
    font-size: 30px;
    margin-left: 15px;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background-color: none;
    margin-top: -10px;

}

.play-button {
    z-index: 5;
    padding: 7px;
    position: relative;
    border-radius: 10px;
    background: rgb(176, 132, 61);
    color: #fff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    width: 37%;
    top: 0px;
    left: 68px;
    transition: background-color 0.5s ease;
    /* Agregamos una transición para suavizar el efecto */
}



.play-button:hover {
    color: rgb(255, 187, 0);
    background: rgb(0, 68, 56);
    
    cursor: pointer;
}


legend {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 900;
    color: rgb(0, 68, 56);
}

fieldset {
    position: relative;
    padding: 10px;
    border: 2px solid rgb(176, 132, 61);
    width:540px;
    margin: auto;
}

.btn {
    position: relative;
    z-index: 50px;
    width: 80%;
    margin: 10px 60px 15px;
    border-radius: 10px;
    background: rgb(0, 68, 56);
    color: #fff;
    border: 2px solid rgb(176, 132, 61);
    padding: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    transition: background-color 0.5s ease;
    /* Agregamos una transición para suavizar el efecto */
    
    
}
.caja1 .btn {
    display: block;
    font-size: 19px;
    margin-bottom: 0;
    margin: 10px auto;
    transition: transform 0.8s ease;
    color: white;
    text-align: center;
}
.btn:hover {
    color: white;
    background: rgb(176, 132, 61);
    border: 2px solid rgb(209, 188, 0);
    cursor: pointer;

}

.resaltar {
    background-color: #262626;
    color: #fff;
}
.PRECIO {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(0, 68, 56);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 15px;
    margin-top: 5px;
}

.PRECIO h3, .PRECIO h1, .PRECIO h5 {
    margin: 0px;
}

.PRECIO>h1 {
    
    font-size: 45px;

}

.PRECIO>h3 {
    color: rgb(176, 132, 61);
    font-size: 19px;
}

.PRECIO>h5 {
    font-weight: 400;
    color: rgb(176, 132, 61);
    font-size: large;
    letter-spacing: 1;
    font-size: 10px;
}

/*-----------------------------------------CAROUSEL-----------------------------------*/
.galeria {
    display: flex;
    overflow: hidden;
    background-color: none;
    height: 125px;
    width: 540px;
    margin-left: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.columna {
    flex: 33.33%;
    text-align: center;
}

.columna img {
    width: 30%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all .8s ease;
    border-radius: 8px;
}

.columna img:hover {
    cursor: pointer;
    filter: grayscale(0%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transform: scale(1.1);
}

.oculto {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1800;
}

.modal {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 80vw;
    /* Ajusta el ancho del modal según tus necesidades */
    height: 90vh;
    /* Ajusta la altura del modal según tus necesidades */
    max-width: 90%;
    max-height: 90%;

}

.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background-color: #262626;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    transition: transform 0.3s ease;
}

.modal-close:hover {
    transform: scale(1.3);

}

.modal-img-container {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.modal-img {
    max-width: 100%;
    max-height: 100%;
}

.modal-nav {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 96%;
    transform: translateY(-50%);
    width: 100%;
}

.modal-nav-prev,
.modal-nav-next {
    font-size: 24px;
    cursor: pointer;
}

.modal-nav-prev {
    order: 1;
}

.modal-nav-next {
    order: 3;
}

/*------------------------------------------ANIMACIONES-------------------------------*/
.animation-container {
    width: 1100px;
    /* Tamaño deseado de la animación */
    height: 1100px;
    position: absolute;
    /* Para posicionar las animaciones de forma absoluta */
    padding: 0;
    top: -150px;
    margin-left: -60px;
}

.viewer {
    height: 900px;
    width: 1180px;
}

/*------------------------------------------FOOTER-------------------------------*/

footer {
    background-color: rgb(0, 68, 56);
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: -30px;
    height: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12PX;
    padding: 12px;
    color: #3b3b3b;
}

/*-----------------------------CUADRO DE PRECIOS----------------------------------*/


.PRODUCTO3D {
    margin-top: 30px;
    margin-left: 0px;
    mix-blend-mode: multiply;
    z-index: 500;
}




/*-------------------------------------*/

.checkbtn2 img {
    display: none;
}

#check2:checked + .checkbtn2 img {
    display: block;
}
/*-------------------------------------*/
/*-------------------------------------*/
@media (max-width: 1915px) {
    .viewer {
    height: 600px;
    width: 1000px;
    margin-left:20px;
}
 .caja1 {
     width:410px;
     height: 550px;
    }
    .galeria {
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 10px;
        height: 65px;
        width: 380px;
    }
    .caja1_a h1 {
        font-size: 40px;
        margin-left: 20px;
    }
    .caja1 h3 {
    font-size: 15px;
    margin: 0px;
    margin-left: 20px;
    
    }
    .num_cabezas {
    font-size: 30px;
    height: 40px;
    display:none;
    }
    .caja1 a {
    font-size: 40px;
    margin-left: 345px;
    }
    .caja1 h2 {
        margin-left: 20px;
    }
    legend {
    font-size: 16px;
    }
    p {
    font-size: 16px; /* Ajusta el tamaño de fuente según tus necesidades */
    line-height: 0.9; /* Ajusta el valor para controlar el interlineado */
    margin: 2px 0; /* Añade margen superior e inferior para separar los párrafos */
}
    fieldset {
     width:320px;
     height:155px;
     }
    .resaltar {
    font-size: 12px;
    } 
    .btn {
    font-size: 11px;
    z-index: 50px;
    width: 80%;
    margin: 10px 30px 15px;
    }
    
    .play-button {
    padding: 7px;
    font-weight: 400;
    font-size: 12px;
    width: 37%;
    top: -30px;
    left: 185px;
    transition: background-color 0.5s ease;
    /* Agregamos una transición para suavizar el efecto */

}
.PRECIO>h1 {
    font-size: 30px;
    }
    
    .caja1 .btn {
    font-size: 15px;
}
 .animation-container {
    width: 800px;
    height: 800px;
    top: -120px;
    margin-left:-20px;
    
}
}
/*--------------------------------------------------------------*/
@media (max-width: 1519px) {
 .caja1 {
     width:410px;
     height: 550px;
    }
    .galeria {
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 10px;
        height: 65px;
        width: 380px;
    }
    .caja1_a h1 {
        font-size: 40px;
        margin-left: 20px;
    }
    .caja1 h3 {
    font-size: 15px;
    margin: 0px;
    margin-left: 20px;
    
    }
    .num_cabezas {
    font-size: 30px;
    height: 40px;
    display:none;
    }
    .caja1 a {
    font-size: 40px;
    margin-left: 345px;
    }
    .caja1 h2 {
        margin-left: 20px;
    }
    legend {
    font-size: 16px;
    }
    p {
    font-size: 16px; /* Ajusta el tamaño de fuente según tus necesidades */
    line-height: 0.9; /* Ajusta el valor para controlar el interlineado */
    margin: 2px 0; /* Añade margen superior e inferior para separar los párrafos */
}
    fieldset {
     width:320px;
     height:155px;
     }
    .resaltar {
    font-size: 12px;
    } 
    .btn {
    font-size: 11px;
    z-index: 50px;
    width: 80%;
    margin: 10px 30px 15px;
    }
    
    .play-button {
    padding: 7px;
    font-weight: 400;
    font-size: 12px;
    width: 37%;
    top: -30px;
    left: 185px;
    transition: background-color 0.5s ease;
    /* Agregamos una transición para suavizar el efecto */

}
.PRECIO>h1 {
    font-size: 30px;
    }
    
    .caja1 .btn {
    font-size: 15px;
}
 .animation-container {
    width: 800px;
    height: 800px;
    top: -120px;
    margin-left:-20px;
    
}


.viewer {
    height: 600px;
    width: 800px;
    margin-left:20px;
}
}
  
  /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1320px) {
    
    .enlace {
    position: absolute;
    padding: 5px 50px;
    display: none;
    
    }
    .enlace2 {
    display: block;
    padding-left: 20px;
    padding-top: 10px;
}
    .logo2{
    display: block;
    }
       nav {
        background-color: rgb(0, 68, 56);
        }
    
    .checkbtn {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        margin-top: -8px;
        margin-right: 12px;
        z-index: 2500;
        color: white;
    }
    .caja1 a {
        margin-top: -50px;
        margin-left: 245px;
        }

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 68, 56);
        top: 59px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
        z-index: 2000;
    }
    nav ul {
    display: none;
}

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 15px;
        color: rgb(32, 65, 34);
    }

    li a:hover,
    li a.active {
        background: rgb(32, 65, 34);
        color: rgb(255, 255, 255);
        padding: 20px 40%;

    }

    #check:checked~.checkbtn~ul {
        left: 0;
        display: block;
    }

    aside {
        margin-left: 0px;
    }

    .viewer {
        height: 100vh;
        width: 100vw;
    }

    .PRODUCTO3D {
        margin-top: 0px;
        margin-left: 0px;
    }

    .animation-container {
        display: none;
    }

    /*---------------CAMBIOS AGREGADOS --------*/

    .caja1 {
        /* position: fixed; */
        position: relative;
        margin-top: 45px;
        margin-left: 12px;
        /* height: 100vh; */
        left: -125%;
        transition: all 1s;
        opacity: 0;
        z-index: 800;
        width: 95vw;
        padding: 20px;

    }

    #check2:checked~.caja1 {
        left: 0;
        opacity: 1;
    }

    .caja1_a h1 {

        font-size: 50px;
    }

    .caja1_a h3 {
        font-size: 40px;
        
        
    }

    .caja1 h2 {
        font-size: 18px;
        margin-bottom: -12px;
        margin-left: 3px;
    }

    aside {
        margin-left: 0px;
    }

    .viewer {
        height: 100vh;
        width: 100vw;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -500;
        
    }

    /*.PRODUCTO3D {
    margin-top: 0px;
    margin-left: 0px;
    background-color: red;
    height:100vh;
    width: 100vw;
    position: absolute;
    z-index: -80;
    left: 0;
    top: 0;
    }*/
    .animation-container {
        display: none;
    }

    .checkbtn2 img {
        display: block;
        margin-top: 20px;
        margin-left: 10px;
        position: absolute;
        z-index: 1000;
    }

    .play-button {
        display: none;
    }

    .galeria {
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 10px;
        height: 80px;
        width: 350px;
    }
    .caja1 h3 {
    font-size: 15px;
    margin: 0px;
    }
    .num_cabezas {
    font-size: 30px;
    height: 40px;
    display:none;
    }
    .caja1 a {
    font-size: 40px;
    }
    legend {
    font-size: 17px;
    }
    fieldset {
     width:350px;
     }
    .resaltar {
    font-size: 16px;
        
    } 
    .btn {
    font-size: 10px;
    }
    .caja1 .btn {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin: 10px auto;
    transition: transform 0.8s ease;
    color: white;
    text-align: center;
}
    
    .PRECIO>h1 {
    font-size: 35px;
    }
    .PRECIO>h3 {
    color: rgb(255, 187, 0);
    font-size: 19px;
    }
}