
.navLinkBtn {
        color: #ffffff;
    background-color: #e72a36;
    padding: 4px 12px !important;
    font-weight: 500;
    cursor: pointer;
}
.submenu-responsive.submenu-top-responsive ul a.navLinkBtn {
        color: #ffffff;
    background-color: #e72a36;
    padding: 4px 12px !important;
    font-weight: 500;
    cursor: pointer;
}

.modalCustom1 .modal-body {
    padding: 0 30px 40px;
}


    .formContacto p, .formContacto label {
    color: #002F52;
    font-size: 1rem;
}
.formContacto .titleh3 {
        font-family: "Oswald",sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #002F52;
}
.btn-solid-color::before, .btn-solid-color::after {
    content: none;
}
.form-check-input:checked {
    background-color: #e72a36;
    border-color: #e72a36;
}
.form-check-input {
    width: 1rem;
    height: 1rem;
    
}

.modalCustom1 thead, .modalCustom1 tbody, .modalCustom1 tfoot, .modalCustom1 tr, .modalCustom1 td, .modalCustom1 th {
    color: #002F52;
    font-size: 1rem;

}
.modalCustom1 .btn-link {
    color: red;
    font-size: 0.9rem;
}