/* ==========================
ESTILOS MESES Y FONDOS
========================== */

/* NAVBAR ::before decorativo para meses */
.navbar-cliente::before,
.navbar-visitante::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background-repeat: repeat-x;
background-size: auto 90%;
background-position: center 75%;
pointer-events: none;
z-index: -1;
}

/* FONDOS POR MES */
.navbar-cliente.diciembre::before,
.navbar-visitante.diciembre::before {
background-image: url('../img/meses/Diciembr.gif');
}
.navbar-cliente.febrero::before,
.navbar-visitante.febrero::before {
background-image: url('../img/meses/febrero.gif');
}
.navbar-cliente.marzo::before,
.navbar-visitante.marzo::before {
background-image: url('../img/meses/Marzo.jpg');
}
.navbar-cliente.mayo::before,
.navbar-visitante.mayo::before {
background-image: url('../img/meses/mayo.png');
}
.navbar-cliente.junio::before,
.navbar-visitante.junio::before {
background-image: url('../img/meses/junio.png');
}
.navbar-cliente.julio::before,
.navbar-visitante.julio::before {
background-image: url('../img/meses/julio.gif');
}
.navbar-cliente.octubre::before,
.navbar-visitante.octubre::before {
background-image: url('../img/meses/octubre.gif');
}

/* FOOTER PROFESIONAL */
.footer {
    background: linear-gradient(180deg, #0bbaff, #e0e0e0);
    padding: 25px 10px;
    margin-top: 40px;
    text-align: center;
    border-top: 3px solid #aaa;
}

.footer-contenido {
    max-width: 900px;
    margin: auto;
}

.footer a {
    text-decoration: none;
}

.redes-sociales {
    margin-bottom: 12px;
}

.redes-sociales a {
    font-size: 25px;
    margin: 0 10px;
    color: #ffcb1f;
    transition: 0.3s;
}

.redes-sociales a:hover {
    transform: scale(1.25);
    color: #ff0000;
}

.ubicacion {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.copyright {
    font-size: 14px;
    color: #444;
}
