.formulario {
    background-color: red;
    text-align: center;
    align-items: center;
}

body {
    background-image: url('/img/background-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #FFFFFF;
    padding-bottom: 70px;
}

.fondo {
    background-color: darkblue;
}

#image-viewer {
    width: 100%;
    height: 500px;
    border: 2px solid black;
}

/* @media (max-width: 576px) {
    #image-viewer {
        max-height: 70vh; 
    }
}  */

.botonCantidad {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin: 0 5px !important;
}

.spanCantidad {
    font-size: larger;
}

.increase:hover,
.decrease:hover {
    opacity: 0.8;
}

.increase:focus,
.decrease:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

td {
    white-space: nowrap;

}

.boton {
    width: auto;
    overflow: visible;
    padding: 3px 8px 2px 6px;
    cursor: pointer;
    border: 2px solid black;
}

.botonCheck {
    cursor: pointer;
}

.modal-open {
    overflow: auto;
}

.botonMenu:hover {
    text-decoration: underline;
}

.solicitado-btn {
    border: none !important;

}

.solicitado-btn:hover {
    transform: scale(0.90);
    border-radius: 20px;

}

.autorizado-btn {
    border: none !important;
}

.autorizado-btn:hover {
    transform: scale(0.90);
    border-radius: 20px;

}

footer {
    height: 3.50em;
    border-top: 10px solid #ef4524;
}

@media only screen and (max-width: 600px) {
    footer {
        height: 2.25em;
    }
}

footer img {
    border: 0;
    overflow: auto;
}

.animated-link {
    position: relative;
    display: inline-block;
    color: #ef4524;
    text-decoration: none;
    transition: color 0.3s;
}

.animated-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ef4524;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.animated-link:hover {
    color: #ef4524;
}

.animated-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

h2 {
    color: white !important;
    margin: auto;
    text-align: center;
    background-color: black;
    border: solid white 3px;
    border-radius: 10px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.list-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.list-group1 {
    width: auto;
    max-height: 400px;
    overflow-y: auto;
    border: 5px solid black;
    border-radius: 5px;
}

.tablaAsignaciones {
    font-family: 'Arial', sans-serif;
    border: 10px ridge #d0d3d4;
    max-height: 600px;
    margin-top: 20px !important;
    overflow-x: auto;
    margin: 20px 0;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th {
    background-color: #ef4524 !important;
    color: white !important;
}

.tabla {
    margin-top: -15px !important;
    margin-left: -7px !important;
    margin-bottom: -15px !important;
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    text-align: left;
}


@media only screen and (max-width: 600px) {
    .tablaVales {
        max-width: 400px !important;
        overflow-x: auto;
        max-height: 600px;
    }
}

@media only screen and (max-width: 600px) {
    .tabla {
        max-width: 400px !important;
        overflow-x: auto;
        max-height: 600px;
    }
}

#result-message {
    display: none;
    width: 300px;
    background-color: white;
    border: solid black 3px;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    font-weight: 700;
}

#result-message.visible {
    font-size: larger;
    margin-top: 20px;
    display: block;
    border: 2px solid black;
}

.contadorItems {
    color: #ef4524;
}

.searchBar {
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.searchBox {
    border: 3px solid white;
    padding: 10px;
    border-radius: 10px;
    background-color: #212121;
    font-size: small;
    font-weight: bold;
    text-align: center;
    width: 400px;
    transition: all .2s ease-in-out;
}

.searchBox:focus {
    outline-color: #ef4524;
    background-color: #212121;
    color: white;
    box-shadow: 5px 5px #ef4524;
    width: 300px;
}

@media only screen and (max-width: 600px) {
    .searchBox {
        width: 200px;
    }
}

.card {
    --background: linear-gradient(to left, #f7ba2b 0%, #ea5358 100%);
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 1rem;
    overflow: visible;
    background: #f7ba2b;
    background: var(--background);
    position: relative;
    z-index: 1;
}

.card::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.8);
    filter: blur(25px);
    background: #f7ba2b;
    background: var(--background);
    transition: opacity .5s;
}

.card-info {
    --color: #181818;
    background: var(--color);
    color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: .7rem;
}

.card .title {
    font-weight: bold;
    letter-spacing: .1em;
}

.card:hover::after {
    opacity: 0;
}

.card:hover .card-info {
    color: #f7ba2b;
    transition: color 1s;
}

.alerta {
    border: 3px solid black !important;
    font-size: large;
    font-weight: bold;
}


.input__container {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #ea412a;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    border: 2px solid black;
}

.input__container::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    background-color: #ef4524;
    background-image: #ea412a;
}

.input__label {
    text-align: center;
    display: block;
    margin-left: 0.4em;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

.input__description {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0);
}

.input {
    border: none;
    outline: none;
    width: 100%;
    padding: 0.6em;
    padding-left: 0.9em;
    border-radius: 10px;
    background: #fff;
    transition: background 300ms, color 300ms;
}

.input:hover,
.input:focus {
    background: rgb(0, 0, 0);
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .input__container {
        max-height: 135px !important;
        gap: 1px;
    }
}

@media only screen and (max-width: 600px) {
    .titulo {
        white-space: nowrap;
    }
}

.container h2 {
    max-width: 380px;
}

@media only screen and (max-width: 600px) {
    .container h2 {
        max-width: 280px;
    }
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: white;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 20px;
    border: 2px solid orangered;
}

.tituloBienvenida {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.textoBienvenida {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    border: solid black 3px;
    border-radius: 8px;
    background-color: wheat;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 600px) {
    .tituloBienvenida {
        margin-left: 10px;
        margin-right: 10px;
    }

    .textoBienvenida {
        font-size: 35px;
    }
}

.carousel {
    border: solid #ef4524 10px;
    border-radius: 8px;
}

#submitButton {
    margin-bottom: 80px;

}

#result-message {
    margin-bottom: 30px;
}

.invisible {
    display: none;
}

.botonSubmit {
    border: 2px solid white !important;
}

/* MODAL DE CONFIRMACION */

.modal {
    display: none;
    position: fixed;
    z-index: 1;

    overflow: auto;


}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 5px solid black !important;
    border-radius: 10px;

    margin: auto;
    max-width: 600px;
}

.btn-ok {
    background-color: #4CAF50;
    color: #fff;
    width: 300px;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 10px;
}

.btn-cancel {
    background-color: #f44336;
    color: #fff;
    width: 300px;
}

.textoModal {
    font-size: 15px;
    font-weight: bold;
}

.tituloModal {
    text-align: center;
    font-weight: bolder;
}

.ocultar {
    display: none;
}

/* CALENDAR */
.fc-theme-bootstrap .fc-scrollgrid,
.fc-theme-bootstrap .fc-scrollgrid table {
    background-color: #f5f5f5;
}

.fc-daygrid-day {
    background-color: white;
}

.fc-day-sat,
.fc-day-sun {
    background-color: #bababa;
}



.fc-toolbar.fc-header-toolbar {
    color: #fff;
}

.fc-daygrid-day-number {
    font-size: 20px;
    color: black;
}

.fc-day-today {
    background-color: wheat !important;
}


.fc-col-header-cell-cushion {
    text-decoration: none !important;
    color: white !important;
}

#calendar {
    max-width: 95%;
    height: 580px !important;
    margin-top: 20px !important;
    margin: auto;
}

.fc-col-header-cell {
    background-color: black !important;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.fc-daygrid-day.fc-day-selected {
    background-color: rgb(255, 0, 0, 0.4);
}

.diasVacaciones {
    font-size: larger;
    background-color: black;
    padding: 3px;
    border-radius: 8px;
    border: 2px solid white;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.container-rutas {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

#fechaRutas {
    font-size: 28px;
    font-weight: 900;
    background-color: white;
    border: 4px solid black;
    border-radius: 8px;
}

.container-botonRutas {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.botonRutas {
    border: 2px solid black !important;
}

.opcionesRutas {
    font-size: 18px;
    padding: 4px;
    width: 170px;
}

.opcionesRutas option {
    font-size: 18px;
    padding: 3px;
}

.table {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.tablaRutas {
    border: 3px solid black !important;
}

.inputRutas:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.reloj {
    border: solid 2px black;
    padding: 3px;
    margin-bottom: 5px;
}

.capturarR {
    text-align: center;
    align-content: center !important;
}

.container-biopad {
    margin-top: 10px;
    background-color: black;
    border: 3px solid white;
    padding: 5px;
    color: white;
}

.containerBio {
    align-items: center;
    align-content: center;
    text-align: center;
}

.botonBio {
    display: block;
    margin: auto;
}

.container-button {
    text-align: center;
}

.container-reset {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;

}

.resetBtn {
    border: 2px solid black !important;
}

.numEco {
    width: 100px;
}

.tablaRutasAdmin {
    overflow-y: visible;
    max-height: 600px;
    border: 4px solid black !important;
    margin-left: 10px;
    margin-right: 10px;
}

.containerEditRutas {
    border: 3px solid black;
    padding: 30px;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;


}

.filasRutas {
    max-width: 120px;
}

.cardEditarRuta {
    border: 2px solid black;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0px 10px 10px rgb(73, 70, 92);
}

.cardEditarRuta:hover {
    transform: translateY(-7px);
    box-shadow: 0px 10px 10px black;
}


.tituloAlerta {
    all: unset !important;
    text-align: center !important;
    font-family: 'Arial', sans-serif !important; 
    font-size: 24px !important;
    border: none !important;
    background: none !important;
    font-weight: bold !important;
    color: black !important; 
    z-index: 15 !important;
}
