@font-face {
    font-family: "Montserrat-Regular";
    src: url(/font/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url(/font/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url(/font/Montserrat-ExtraBold.ttf) format("truetype");
}
@media (max-width: 992px) { 
    form.w-50{
        width: 70% !important;
    }
}
@media (max-width: 768px) { 
    form.w-50{
        width: 100% !important;
    }
}

body{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(191,69,84,0.5) 100%);
    font-family: "Montserrat-Regular" !important;
}
.p-10{
    padding: 10%;
}
.nav-link{
    color: #BF4554 !important;
    text-decoration: underline !important;
}
.text-gris{
    color: #707070 !important; 
}
.text-gris2{
    color: #AEAEAE !important;
}
.text-red2{
    color: #BF4554;
}
.text-blue{
    color: #BF4554 !important; 
}
.text-red{
    color: #FB0000 !important;
}
.bg-blue2{
    background-color: #BF4554 !important; 
}
.text1{
    font-size: 1rem;
}
.text2{
    font-family: "Montserrat-ExtraBold";
    font-size: 1.5rem;
    color: #BF4554;
}
.text3{
    font-family: "Montserrat-Bold";
    font-size: 1rem;
    color: #707070;
}
.text4{
    font-size: .8rem;
}
.form-check-label{
    font-family: "Montserrat-Regular";
    font-size: 1rem;
    color: #707070;
}
.form-control, .form-select.area{
    background-color: #F5F5F5 !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 5px !important;
    height: 35px !important;

}
.form-control:focus{
    box-shadow: none !important;
}
.form-select{
    background-color: transparent !important;
    border: none !important;
}
.form-check-input:checked{
    background-color: #5D8BB8 !important;
    border: 1px solid #707070 !important;
    background-image: none !important
}
.boton{
    background-color: #BF4554;
    border-radius: 3px;
    color: #fff;
    border: none; 
    height: 35px;
}
.boton2{
    background-color: transparent;
    border: none; 
}
.boton3{
    font-family: "Montserrat-Regular";
    text-decoration: underline;
    color: #5D8BB8;
    background-color: transparent;
    border: none; 
}
table{
    color: #707070;
}
th{
    font-family: "Montserrat-Bold" !important;
}
td{
    font-family: "Montserrat-Regular" !important;
}
table.dataTable.display>tbody>tr:nth-child(even)>.sorting_1{
    box-shadow: none !important;
}
div.dt-container.dt-empty-footer tbody>tr:last-child>*{
    border-bottom: 0 !important;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    background: transparent !important;
    border: 2px solid#BF4554 !important;
    border-radius: 2px;
}
.modal-header{
    border-bottom: 0 !important;
}
.modal-footer{
    border-top: 0 !important;
}
.progress{
    background-color: #F5F9F8 !important;
    border: 0 !important;
    border-radius: 16px !important;
    height: 35px !important;
}
.progress-bar{
    font-family: "Montserrat-Bold";
    background-color: #CE7983 !important;
    border-radius: 16px !important;
}
.accordion, .accordion-item{
    --bs-accordion-bg: #F5F9F8 !important;
    background-color: #F5F9F8 !important;
    border: 0 !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.accordion-button:not(.collapsed){
    color: #fff !important;
    background-color: rgba(206, 121, 131) !important;
}
.accordion-button{
    font-family: "Montserrat-Bold";
    font-size: 1rem;
    color: #BF4554 !important;
    border-radius: 0.375rem !important
}
.accordion-header{
    padding: .5rem !important;
}
.accordion-button::after{
    background-image: url(../img/icon.svg) !important;
    background-size: 100% 100% !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../img/icon2.svg) !important;
}
.inactivo{
    color: #979797 !important;
}
.activo{
    color: #BF4554 !important;
}
.alert-success{
    font-family: "Montserrat-Regular";
    background-color: rgba(191, 69, 84, .6) !important;
    color: #bf4554 !important;
    border: 1px solid #BF4554 !important;
}
.alert-success .btn-close{
    color: #BF4554 !important;
}
.alert-danger{
    color: #FB0000 !important;
    border: 1px solid #FB0000 !important;
}
.alert-success .btn-close{
    color: #FB0000 !important;
}

/*.form-check{
    padding-left: 0 !important;
}
.form-check .form-check-input{
    float: right !important;
    border-color: rgba(191, 69, 84, .6) !important;
}
/* .form-check-input:checked[type=radio]{
    background-image: url('../img/radio.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
} */
/* .form-check-input:checked{
    background-color: #fff !important;
    
} 
.form-check-input:focus{
    box-shadow: none !important;
}
    