/* Header */
.header__navbar,
footer {
    background-image: url('../img/fondo-menu.jpg');
    width: 100%;
    height: auto;
}
.header__logo {
    width: 100%;
    max-width: 200px;
    height: auto;
}

body {
    background-color: #f7f7f7;
    font-family: "Roboto", sans-serif;
}
.coming-soon-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.info-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
/* Estilo para que los banners rellenen su columna */
.banner-img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Opcional: para que se vean mejor */
}
.redes__item {
    text-align: center;
}
.redes__link {
    border-radius: 5px;
    border: 1px solid rgba(220, 53, 69, 1);
    background-color: white;
    padding: 8px 10px;
    color: rgba(220, 53, 69, 1);
    font-size: 20px;
    transition: all ease .2s;
}
.redes__link:hover {
    background-color: rgba(220, 53, 69, 1);
    color: white;
    border: transparent;
}
.text__rrss {
    font-size: 20px;
    font-weight: bold;
}