main {
    min-height: calc(100vh - 150px); 
    padding-bottom: 450px; 
}


.descripcion-principal{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap:30px;
    margin-top: 80px;
    margin-left: -100px;
}



.contenedor-boton-2{
    width: 130px;
    margin-top: 15px;
}

.contenedor-boton-3{
    width: 130px;
    margin-top: 15px;
    margin-bottom: 250px;
    display: none;

}

.boton-verde{
    --gb-height: 40px;
    /* --- */
    display: block;
    height: var(--gb-height);
    border-radius: 3px;
    background-color: #56A694;
    line-height: var(--gb-height);
    font-family: var(--font-inter);
    /* font-weight: 400 !important; */
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #f5f5f5;
    transition: background-color 0.4s ease;
    font-size: 11px;

}
.texto-descripcion{
    margin-top: -430px;
}

.texto-descripcion h3{
    color:#3E9984;
    font-size: 37px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
}

.texto-descripcion p{
    color:black;
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    margin-top: 15px;
    
} 

.contenedor-precio{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: -290px;
}

.contenedor-precio img{
    height: 29px;
    width: 26px;
    margin-left: 13px;
}

.grupo-vent h3{
    font-size: 15px;
    font-family: 'Inter',sans-serif;
    margin-left: 45px;
}

.grupo-precio{
    display: flex;
    flex-direction: row;
    margin-left: 35px;
}

.grupo-precio h3{
    font-size: 64px;
}

.grupo-precio h1{
    color:#3E9984;
    font-size: 24px;
    margin-right: 5px;
}

.contenedor-garantia{
    display: flex;
    flex-direction: column;
    margin-right: -40px;
}

.grupo-garantia{
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 25px;
}

.grupo-garantia img{
    width: 16px;
    height: 12px;
    margin-top: 18px;
}

.grupo-vent{
    margin-left: 50px;
}

.contenedor-preview{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.grupo-preview{
    height: 91px;
    width: 91px;
    border-radius: 10%;
    margin-top: 15px;
    cursor: pointer;
    
}

.grupo-preview img{
    height: 91px;
    width: 91px;
}

.imagen-descripcion{
    border: 2px solid #3E9984  ;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width:500px;
    height: 500px;
}

.imagen-descripcion img{
    width:400px;
    height:480px
}

.activar-1{
    background-color: black;
    border: red 5px solid;
}

.texto-choose{
    background-color:#3E9984;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:fit-content;
    height: 20px;
    padding: 0px 15px 10px 15px;
    color:white
}

.texto-container h1{
    font-family: 'Inter',sans-serif;
    color:white;
    margin-top: 50px;
    font-size: 14px;
}

.texto-container p{
    color:black
}

.parrafo-container{
    width: 1060px;
    margin-top: 10px;
    padding-bottom: 250px;
    margin-bottom: 250px;
    display: none;
}

.container-texto{
    width: 110px;
    height: 20px;
    display:flex;
    flex-direction: column;
}

.container-descripcion{
    display: flex;
    flex-direction: row;
    width: max-content;
    gap:20px;
    margin-top:25px;
    cursor: pointer;
}

.container-descripcion a{
    text-decoration: none;
    color: black;
}

.lista-container{
    width: max-content;
    margin-top:25px;
    padding-bottom: 250px;
    display: none;
}

.lista{
    display: flex;
    flex-direction: column;
    gap:2px
    
}

.vista{
    display: none;
   
}

.activo{
    display:block !important;
}

.left-arrow {
    color:#3E9984;
    font-size: 45px !important;
    position: relative;
    bottom:350px;
    left:20px;
    cursor:pointer;

}

.right-arrow {
    position: relative;
    font-size: 45px !important;
    bottom:350px;
    left:1400px;
    color:#3E9984;
    cursor: pointer;


}





@media (max-width:769px){
    .right-arrow{
        left:720px;
    }
    
    .left-arrow{
        left:-43px;
    }
    
    .parrafo-container{
        width: 735px;
        margin-left:123px;
        
    }
    
    .container-descripcion{
        margin-left: 126px;
    }
    
    .lista{
        margin-left:33px;
        
    }
    
    .contenedor-boton-3{
        margin-left:114px;
    }
    
    .contenedor-preview{
        margin-left:110px;
    }
    
    .imagen-descripcion{
        width:360px;
        height:395px;
        margin-left:129px;
    }
    
    .imagen-descripcion img{
        width:400px;
        height:400px;
    }
    
    .contenedor-precio {
        margin-right:50px;
    }
}

@media (max-width:431px){
    .grupo-descripcion{
        margin-left:67px;
    }
    .contenedor-precio{
        margin-bottom: -118px;
        width: 168px;
        margin-right:0px;
        margin-left:30px;
    }
    
    .texto-descripcion{
        margin-right:55px;
    }
    .texto-descripcion h3{
        font-size: 13px;
        margin-right: 52px;
    }

    .imagen-descripcion{
        width: 180px;
        height: 200px;
        margin-left: 124px;
    }

    .grupo-preview img{
        height: 55px;
        width: 70px;
    }

    .grupo-preview{
        height: 50px;
        width: 50px;
    }

    .contenedor-preview{
        margin-left: 105px;
        gap:0px;
    }

    .descripcion-principal{
        gap:0px;
        width:468px;
        margin-left:-104px;
    }

    .imagen-descripcion img{
        width: 175px;
        height: 180px;
    }
    .nombre{
        margin-top: 137px;
    }

    .contenedor-boton-2{
        margin-top: 0px;
    }

    .contenedor-boton-2 a{
        line-height: 27px;
        height: 26px;
        width: 90px;
        font-size: 8px;

    }

    .container-descripcion{
        margin-left: 142px;
    }

    .tab{
        font-size: 9px;
    }

    .parrafo-container{
        width: 369px;
        margin-left: 127px;
    }

    .parrafo-container p{
        font-size: 9px;

    }

    .lista li{
        font-size: 9px;
        margin-left: 120px;
    }

    .contenedor-garantia{
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .grupo-precio h1{
        font-size: 10px;
        margin-left: -52px;
    }
    .grupo-precio{
        margin-right: 53px;
    }

    .texto-descripcion p{
        font-size: 8px;
    }

    .div-principal{
        margin-top: 280px;
        width: 179px;
        margin-left:8px;
    }

    .grupo-vent{
        margin-left: 50px;
        width: 127px;
        margin-right: 23px;
    }

    .contenedor-boton-3 a{
        margin-left: 118px !important; 
        height: 26px;
        font-size: 8px;
        line-height: 27px;
        width: 87px;
    }
    
    .right-arrow{
        left:378px;
    }
    
    .left-arrow{
        left:-45px;
    }
}

@media (max-width:415px){
    .right-arrow{
        left:368px;
    }
}

@media(max-width:391px){
    .right-arrow{
        left:348px;
    }
}


@media (max-width:376px){
    .right-arrow{
        left:327px !important;
    }
    .left-arrow{
        left:-41px;
    }
    
    .container-descripcion{
        margin-left:116px;
    }
    
    .parrafo-container{
        width:369px;
        margin-left:121px;
    }
    
    .contenedor-precio{
        margin-right:0px;
        margin-left:0px;
    }
    .lista{
        margin-left:11px;
    }
    
    .contenedor-boton-3{
        margin-left:15px;
    }
    
    .grupo-descripcion{
        margin-left:13px;
    }
    
    .div-principal{
        margin-left:-2px;
        
    }
    
    
}