.azul {
    font-family: lighter 16px 'Open Sans', 'Segoe UI', 'Gill Sans', 'Gill Sans MT', GillSans, 'Trebuchet MS', Arial, sans-serif;
    color: rgb(0, 111, 111);
}

.negro {
    color: #000 !important;
}

.form-titulo {
    text-align: left;
}

.form-info,
.form-email-info {
    font-style: italic;
    font-size: 14px;
}

.form-email-info {
    text-indent: 1cm;
}

.firma-info {
    display: none;
    text-indent: 1cm;
}

.form-cuenta {
    font-size: 19px;
}

form .error {
    color: red;
    font-size: 16px;
    font-weight: normal;
}

label,
.label-bold {
    font-weight: bold;
    text-align: right;
}

@media only screen and (max-width: 375px) {
    label,
    .label-bold {
        font-weight: bold;
        text-align: left;
    }
}

@media only screen and (max-width: 576px) {
    label,
    .label-bold {
        font-weight: bold;
        text-align: left;
    }
}




.sub-total-precio,
.iva {
    font-size: 16px;
    font-weight: normal;
}

.precio-paquete {
    font-size: 19px;
    font-weight: normal;
}

.total-label {
    font-size: 21px;
    font-weight: normal;
    
}

.total-label-descuento {
    font-size: 19px;
    font-weight: bold;
    color: #B1251E;
    
}

.raya {
 text-decoration:line-through;
 text-decoration-thickness: 0.1em;
    
}

.total-precio {
    font-size: 21px;
    font-weight: bold;
}

.margen-top5 {
    margin-top: 5px;
}

.margen-bottom20 {
    margin-bottom: 20px;
}

.terminos {
    font-weight: bold;
}