@media screen and (max-width: 980px) {
    #imgen {
        display: none;
        }
    
    }
    

.ofertatext {
    color: #a1000f;
    text-decoration: underline;
}

.hidden {
    display:none
}


.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #dc092a !important;
    border-color: #dc092a;
}

.btn-aparte2{
    
    color: #fff;
    background-color: #dc092a !important;
    border-color: #dc092a;
}

.btn-aparte{
    
    color: #fff;
    background-color:#943535f5 !important;
    border-color: #943535f5 !important;
}

label{
    font-weight: bold;
    font-family: "Jost", Sans-serif;
}


.bg-rojo{
    
    background-color: #52252c;
}

.border-bottom {
    border-bottom: 15px solid #1f1f1f !important;
}


.thead {
    background: #629b07;
    color: white;
}

tr {
    text-align: center;
    font-size: 14px;
}
.thead-dark th{
    text-align: center;
    font-size: 14px;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.camb {
    font-size: 15px;
    color: #686262;
    height: 38px !important;
    border-color: #b5b5b5;
}

.camb2 {
    font-size: 15px;
    color: #686262;
    height: 38px !important;
    border-color: #b5b5b5;
    width: 70px;
}

 select:focus {
    border-color: #b3e473 !important;
}