/* Importa la fuente desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');

body {
    font-family: 'Lato', sans-serif;
    background-color: #ecf0f5;
}

.nav-back {
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    color: #b7b5b5 !important;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
}

.card-body {
    color: #3a3a3a;
}

.card {
    background-color: #ffff;
    border: none;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.text-right {
    text-align: right !important;
}

.titulo-card {
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .titulo-card {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.centrar-div {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

small {
    color: red;
}

form {
    margin-bottom: 0 !important;
}

.multiselect {
    width: 100%;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.multiselect-tarifa {
    width: 100%;
    height: 8em;
    font-size: 12px;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.multiselect label {
    display: block;
}

.multiselect-on {
    color: #ffc107;

}

.multiselect-tarifa-on {
    color: #ffc107;
}

.multiselect-tarifa label {
    display: block;
}

.multiple-select {
    width: 100%;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.no-flecha-select {
    --bs-form-select-bg-img: unset !important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF5000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff9260;
}

.btn-naranja {
    background: #FF5000;
    border-color: #FF5000;
    color: #fff;
}

.form-control:focus {
    border-color: rgba(255, 146, 96, 0.30);
    box-shadow: 0 0 0 0.2rem rgba(255, 146, 96, 0.25);
}

.btn-naranja:hover {
    background: #ff9260;
    border-color: #ff9260;
    color: #fff;
}


.nav-link:hover {
    color: #FF5000;
}

.nav-link {
    font-weight: 600;
}


.obligatorio-p {
    font-size: 12px;
}

.w-send {
    width: 100%;
}


@media (min-width: 992px) {
    .w-send {
        width: 25%;
    }
}

.fondo-container {
    position: relative;
    width: 100%;
    height: 10rem;
    overflow: hidden;
    background: url(../img/fondo_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 90%;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

@media (max-width: 768px) {
    .fondo-container {
        height: 7rem;
    }
}

#fondo-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.content-fondo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content-fondo p {
    font-size: 18px;
}

footer {
    background-color: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.fa-facebook {
    color: #3b5998;
}

.fa-youtube {
    color: #CD201F;
}

.logos-redes {
    font-size: 25px;
}

#instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.redes {
    margin-right: 1.25rem;
    /* Equivalente a me-5 de Bootstrap */
}

.bg-alerta {
    background-color: #ff7e43;
}

.text-naranja {
    color: #FF5000;
}

.esperando_pago {
    color: #ffa700;
    font-weight: 600;
}

.pago_devuelto {
    color: #FF5000;
    font-weight: 600;
}

.pago_aprobado {
    color: #0da019;
    font-weight: 600;
}

.pago_rechazado {
    color: #bb0c0c;
    font-weight: 600;
}

.desactivado {
    background-color: #e9ecef !important;
}

.dni_existe {
    border-color: red !important;
}

a {
    color: #FF5000;
}

a:hover {
    color: #ff9260;
}

.modal_banco p {
    margin-bottom: 0 !important;
}

.dataTables_length .dataTables_filter {
    margin-bottom: 10px !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    background-color: #ff9260;
    border-color: #ff9260;
    opacity: 0.65 !important;
}