* {
    margin: 0;
    padding: 0;
}

#background {
    z-index: -1;
    width: 100%;
    filter: blur(10px) brightness(0.3);
    position: absolute;
}

/* ENCABEZADO DE LA WEB */
#header {
    background-color: rgba(184, 184, 184);
    margin-bottom: 45px;
    width: 100%;
}

#header-logo-container {
    background-color: rgb(184, 184, 184);
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

#header-logo {
    width: 100%;
    margin-left: 100px;
    padding: 5px;
    transform: translateY(4px);
    font-weight: bold;
}

#header-Text {
    color: #000;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    width: 100%;
}
/* ASEOS DEL CENTRO */
.grid-container {
    display: grid;
    grid-template-columns: 100%;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    row-gap: 25px;
}

.aseos-almenara {
    background: linear-gradient(25deg, rgb(184, 184, 184) 0% rgb(184, 184, 184) 31%, rgb(184, 184, 184) 100%);
    border-radius: 20px;
    filter: saturate(1.2);
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(184, 184, 184);
    font-size: 23px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: rgb(184, 184, 184);
}

.grid-item {
    border: 4px;
    text-align: center;
}

.AnimateBtn:not(:hover) {
    animation-name: rzoom;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards;
}

.almenaraCust {
    border-radius: 20px;
    filter: saturate(1.2);
}

.reflection {
    width: 100%;
    height: 100%;
    margin-top: auto;
}

.reflection img {
    border-radius: 15px;
}

.aseosImg {
    width: 60%;
}

.AnimateBtn:not(:hover) {
    animation-name: rreflection;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-fill-mode: backwards;
    border-radius: 20px;
}

/* HORARIO DEL CENTRO */
#horarioCust {
    background: linear-gradient(25deg, rgb(184, 184, 184) 0% rgb(184, 184, 184) 31%, rgb(184, 184, 184) 100%);
    border-radius: 20px;
    filter: saturate(1.1);
}

.horario-centro {
    background: linear-gradient(25deg, rgb(184, 184, 184) 0% rgb(184, 184, 184) 31%, rgb(184, 184, 184) 100%);
    border-radius: 20px;
    filter: saturate(1.2);
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(184, 184, 184);
    font-size: 23px;
}

.horarioImg {
    margin: 0;
    padding: 0;
    width: 230px;
}

.footer {
    position: fixed;
    left: 0; bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.jumbotron {
    background-color: rgb(184, 184, 184);
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

