/* Hoja de estilo usada por pantalla Inicio de la Aplicación */
#page-inicio {
    padding-left: 6px;
    padding-right: 6px;
}
body#page-inicio .container-lg {
    padding-bottom: 80px;
}
#bloque-01 {
    margin-bottom: 24px;
}
#bloque-01 {
    display: none !important;
}
.buscador {
    height: 48px;
    border-radius: 8px;
    background: #F4F7F5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #003049;
}
.container-visor-publicidad {
    display: flex;
    flex-wrap:nowrap;
    overflow: auto;
    column-gap: 8px;
}
.container-visor-publicidad::-webkit-scrollbar {
    display: none;
}
.container-visor-publicidad img {    
    max-width: 90%;    
    border-radius: 8px;          
}

/* Sección Publicidad */
#bloque-02 {    
    margin-bottom: 40px;
}

/* Sección Botonera Principal */
#bloque-03 {
    margin-bottom: 40px;
}
#bloque-04 {
    margin-bottom: 40px;
}
#bloque-03 .col,
#bloque-04 .col  {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#bloque-03 .col a,
#bloque-04 .col a {    
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    box-shadow: 0px 4px 16px 0px #00000029;
    border-radius: 8px;
    background: white;
    margin-bottom: 8px;
    position: relative;
}
#bloque-03 .col a img,
#bloque-04 .col a img {
    width: 55%;
    max-width: 34px;
}
#bloque-03 .col span,
#bloque-04 .col span {
    display: block;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.30000001192092896px;
    text-align: center;
    color: #668392;
}
.label-aviso {
    position: absolute;
    height: 16px;
    bottom: -8px;    
    background: #FFCC28;
    border-radius: 4px;
    padding: 0px 8px 0px 8px;
    font-family: "Montserrat" !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    letter-spacing: -0.30000001192092896px !important;
    text-align: center;
    color: white !important;
}
.label-notificacion {
    width: 20px;
    height: 20px;   
    background: #9C528B;
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    top: -10px;
    right: -10px;
    color: white !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
}
.label-notificacion img {    
    width: 16px !important;
}

/* Sección Recomendamos */
#bloque-05 {
    row-gap: 10px; 
    margin-bottom: 20px;   
}
#bloque-05 .container-visor-publicidad {
    margin-bottom: 20px;
}
.titulo-recomendamos {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #668392;
}

/* Sección Novedades */
#bloque-06 {
    row-gap: 10px; 
    margin-bottom: 20px;      
}
.wrapper-novedad {
    margin-bottom: 15px;
    font-family: "Montserrat";
    border-bottom: solid 1px #bbb;
    padding-bottom: 15px;
    display: block;
    text-decoration: none;
}
.imagen-novedad {   
    margin-bottom: 15px;
    border-radius: 8px;
}
.fecha-novedad {
    color: #668392;
    font-weight: 600;
    font-size: 13px;
}
.titulo-novedad {
    color: #2BA309;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.contenido-novedad > * {    
    font-size: 14px;
}
.contenido-novedad strong,
.contenido-novedad b {
    color: #2BA309 !important;
}
.btn-novedad {
    background: #FFCC28;
    color: white;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}

/* Menú de Navegación Fijo */
#menu-principal {
    background: white;
    box-shadow: 0px -4px 4px 0px #0000000A;
}
#menu-principal a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.30000001192092896px;
    text-align: center;
    color: #668392;
    text-decoration: none;
}
#menu-principal a.item-activo {
    color: #2BA309;
}
#menu-principal .container-fluid {
    padding-left: 15px; 
    padding-right: 15px;
    justify-content: space-around;
}
#menu-principal a img.btn-nav {
    max-width: 32px;
}
#menu-principal .btn-inicio {
    width: 49px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
}  

@media screen and (max-width: 480px) {
} 

@media screen and (max-width: 340px) {
    #bloque-03 .col, #bloque-04 .col {
        flex: 50%;        
        margin-bottom: 20px;
    }    
    #bloque-03 {
        margin-bottom: 0;
    }
} 

