/* movil*/
.contentPrincipal{
    padding: 6rem 0rem 0rem 0rem;
    display: block;
    z-index: -999;
}
input[type=checkbox] {
    transform: scale(1.5);
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari y Chrome */
    -o-transform: scale(1.5); /* Opera */
}
.form-check-label{
    font-size: .6rem;
}
.asterisco{
    color: #f8af00;
}
.contentDerecho{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
    .contentPrincipal{
        padding: 12rem 0rem 0rem 0rem;
        display: block;
        z-index: -999;
    }
    .form-check-input {
        margin-top: 0.5rem !important;
    }
    .contentVenta{
        padding: 1.5rem 0px 0px 1.5rem ;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .contentVenta p{
        margin: 0px;
    }
    .contentTitulos{
        display: flex;
        justify-content: space-between;
        padding-right: 1.5rem;
    }
    .separador{
        padding: 1rem 1.5rem 1rem 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .separador div{
        display: flex;
        justify-content: space-between;
    }
    .contentTotal{
        display: flex;
        justify-content: space-between;
        padding: 1rem 1.5rem 1rem 0px;
    }
    .contentTotal .textTotal{
        font-weight: 500;
    }
    .contentInfo{
        padding: 1.5rem 1.5rem 2rem 1rem;
    }
    .contentInfo p{
        font-size: 15px;
        margin-bottom:.5rem; 
    }
    /* Modal */
    .modal-dialog {
        max-width: 900px !important;
        margin: 1.75rem auto;
    }
    .modal-content {
        height: 500px;
    }
    .btn-modal{
        width: 400px;
    }

}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
    
}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
    
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
    
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
   
}
