@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Roboto:wght@300;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    margin: 0;
    /* Que no se vea la barra lateral, junto con la de html */
    min-height: 100vh;
    overflow-x: hidden;
}

html {
    overflow-y: auto;
}

optgroup {
    font-weight: bold;
    font-style: italic;
    font-size: 10px;
    color: #434343;
}

footer {
    color: #adadad !important;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}

footer.main {
    background-color: rgb(226, 240, 237) !important;
    color: #FBFFFE !important;
}

footer.footer-dark {
    background-color: rgb(12, 16, 23);
    color: #adadad !important;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}

.logo-blanco {
    filter: brightness(0) invert(1);
}

.form-check-input {
    transform: scale(1.25) !important;
}

.pie {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    background-color: rgb(250, 250, 250);
    color: #404040;
}

.pie a:link,
a:visited {
    display: block;
    font-size: 12px;
    color: #404040;
}

.pie a:hover {
    color: rgb(18, 180, 158);
}

.bannerTits {
    background-color: #2a0303 !important;
    color: #fffffb !important;
    font-weight: bold;
    font-size: 1.2em;
}

.secciones {
    background-color: #2a0303 !important;
    color: #fffffb !important;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px;
}

.inkBlack {
    color: #001514;
}

.disqueWhite {
    color: #FBFFFE;
}

.darkGarnet {
    color: #2a0303
}

.rustBrown {
    color: #A3320B
}

.sunFlowerGold {
    color: #ffc108
}

option.hora-libre {
    color: #1d651d;
    /* background-color: #f0fff0;*/
    font-size: 13px;
}

option.hora-ocupada {
    color: #2a0303;
    /*   background-color: #f5f5f5; */
    text-decoration: line-through;
    font-size: 12px;
}

option {
    color: #2d7a2d;
    /* background-color: #f0fff0;*/
    font-size: 13px;
}

.iconos {
    color: rgb(231, 232, 196) !important;
}

.login-container {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

h1 {
    color: #ddd;
    margin-bottom: 10px;
    text-align: center;
}

.subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
}

.buttoncito {
    color: #FBFFFE;
    background: linear-gradient(135deg, #988686 0%, #001514 100%);
}

.buttoncito:hover {
    color: #FBFFFE;
}

button:hover {
    transform: translateY(-2px);
}

.chiquitas {
    font-size: 12px;
}

.btn-warning:hover {
    color: #5a3907;
}