.solodesk {
    display: block;
}

.solodeskFlex {
    display: flex;
}

.solomobile {
    display: none;
}

.maincolor {
    color: #e6292a;
}

.buttonBasic {
    color: #fff !important;
    border-color: #e4292ac7 !important;
    background-color: #e4292ac7 !important;
}

.buttonBasic-transparent {
    color: #e4292ac7 !important;
    border-color: #e4292ac7 !important;
    background-color: #fff !important;
    border: 1px solid #e4292ac7;
}

.buttonBasic-transparent:hover {
    color: #fff !important;
    border-color: #e4292ac7 !important;
    background-color: #e4292ac7 !important;
    border: 1px solid #e4292ac7;
}

.max-200 {
    max-width: 200px;
}


/*******************  LOGO   **********************/

.custom-logo-negro {
    width: 100%;
    max-width: 200px;
}


/*******************  NAVBAR   **********************/

.front-navbar {
    z-index: 1030;
}


/* Avatar perfil */

.profile-avatar {
    width: 34px;
    height: 34px;
    object-fit: cover;
}


/* Links */

.front-navbar .nav-link {
    font-weight: 500;
    color: #2c2c2c;
}

.front-navbar .nav-link:hover,
.front-navbar .nav-link.active {
    color: #e84c50;
}


/* Mobile ajustes */

@media (max-width: 991.98px) {
    .profile-avatar {
        width: 40px;
        height: 40px;
    }
}


/*******************  HOME   **********************/

.custom-front {
    top: 0px;
    margin-left: 0px;
}


/* Contenido por encima del overlay */

.banner-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}


/* Logo */

.banner-logo {
    max-width: 180px;
}


/* Texto principal */

.banner-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #e6292a;
}


/* Subtítulo */

.banner-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
}


/*******************  Banner cumpleañeros  ********************/

.carousel-card {
    width: 100%;
    max-width: 300px;
    margin-right: 1%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.carousel-card img {
    object-fit: cover;
}

.carousel-item {
    /* padding: 40px 0; */
}

.card-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 16px;
}

.carruselControl {
    background-color: #e42c2d;
    padding: 10px;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80% 80%;
}

.carousel-w8 {
    width: 8% !important;
}

.imgCumpleanos {
    min-height: 280px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 770px) {
    .solodesk {
        display: none;
    }
    .solomobile {
        display: block;
    }
    .carruselControl {
        height: 22px;
    }
}


/*******************  Tablero de anuncios  ********************/

.anuncio-contenido {
    min-height: 600px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.anuncio-bg {
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .anuncio-bg {
        min-height: 250px;
    }
    .anuncio-contenido {
        min-height: 500px;
    }
}

.anuncio-info {
    padding: 24px;
    align-items: center;
}

.anuncio-texto {
    flex: 0 0 70%;
}

.anuncio-cta {
    flex: 0 0 30%;
    text-align: right;
}

.anuncios-listado {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.anuncio-btn {
    height: 38px;
    text-align: left;
    border: 1px solid #a7a7a7;
    background: transparent;
    padding: 5px 12px;
    border-radius: 5px;
    margin-bottom: 11px;
    cursor: pointer;
}

.anuncio-btn.active {
    background: #e4292ac7;
    color: #fff;
    font-weight: 800;
    border: 1px solid #e4292ac7;
}