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;

}

.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: -339px;
}

.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;
}

.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: fit-content;
    width: fit-content;
}

.imagen-descripcion{
    border: 2px solid #3E9984  ;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.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 10px 10px 10px;
    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;
}

.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;
}

.lista{
    display: flex;
    flex-direction: column;
    gap:2px
    
}

.oculto{
    display: none;
}

.oculto-2{
    display: none;
}
