/*h1 {*/
/*    font-family: 'Gotham', sans-serif;*/
/*    font-size: 100px;*/
/*    font-weight: bold;*/
/*    color: #000000;*/
/*}*/

/*h2 {*/
/*    font-family: 'Gotham', sans-serif;*/
/*    font-size: 60px;*/
/*    font-weight: lighter;*/
/*    color: #000000;*/
/*}*/

/*h3 {*/
/*    font-family: 'Gotham', sans-serif;*/
/*    font-size: 52px;*/
/*    font-weight: bold;*/
/*    color: #000000;*/
/*}*/

.btn-orange-list{
width: 174px;
height: 46px;
 border-radius: 0.475rem;
 background-color: #E65B2A;
 color: white;
}

.btn-orange-list:hover {
 background: #a84226 !important;
 color: white !important;
}

.label-btn-orange-list{
 font-family: 'Gotham', sans-serif;
 font-weight: 600 !important;
 font-size: 14px;
 line-height: 16.8px;
}

.btn-cancel-swal {
 background: #002C6C !important;
 color: white !important;
 transition: background-color 0.3s ease !important;
}


.btn-ingresarr {
    /* Estilos del botón (de .btn-orange) */
    width: 446px;
    height: 42px;
    border-radius: 3px;
    background-color: #E65B2A;
    color: white;

    /* Estilos del texto (de .label-btn-orange) */
    font-family: 'Gotham', sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 16.8px;
}

/* Replicamos también el hover */
.btn-ingresarr:hover {
    background: #a84226 !important;
    color: white !important;
}