/* Reset some default browser styles */

.checkout-right-box-alt{
position: sticky;
top: 160px;
left: 0;
}
.texto-contenido{
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    color:#3b3b3b;
    font-size: calc(18px + 2*(100vw - 320px) / 1600);    
}
@media (min-width: 0px) and (max-width: 900px) {
    .button-continuar-google{
        background-color: #ea4335; 
        color: white; 
        padding: 10px 15px; 
        border: none; 
        border-radius: 5px; 
        font-size: 16px; 
        width: 100%; 
        font-weight: bold; 
        cursor: pointer;
    }
    .button-continuar-correo{
        background-color: #1877f2; 
        color: white; 
        padding: 10px 15px; 
        border: none; 
        border-radius: 5px; 
        font-size: 16px; 
        width: 100%; 
        font-weight: bold; 
        cursor: pointer;
    }
    
}
@media (min-width: 901px) and (max-width: 2900px) {
    .button-continuar-google{
        background-color: #ea4335; 
        color: white; 
        padding: 10px 15px; 
        border: none; 
        border-radius: 5px; 
        font-size: 16px; 
        width: 60%; 
        font-weight: bold; 
        cursor: pointer;
    }
    .button-continuar-correo{
        background-color: #1877f2; 
        color: white; 
        padding: 10px 15px; 
        border: none; 
        border-radius: 5px; 
        font-size: 16px; 
        width: 60%; 
        font-weight: bold; 
        cursor: pointer;
    }
}
