/***** FONDOS EN FUNCION DE LA SECCIÓN *****/
.wrapper{ overflow-x: hidden; }
.content-wrapper{ padding-top: 10px; }
.card{
    opacity: 0.95;
}

blockquote.quote-info {
    border-color: #17a2b8;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    margin-top: 0px;
}

blockquote { border-left: 0.7rem solid #ffc107; }

#bodyregalos{
    width: 115%;   
}

.cuadroregalo{
    border: 2px solid silver;
    border-radius: 15px;
    margin: 5px;
    padding: 11px;
}

.cuadroregalo:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Color semi-transparente */
    border-radius: 13px;
    z-index: 1; /* Asegura que la capa esté por encima del contenido */
}

#bg_normal{
    background: transparent url(../img/bg_normal.jpg) no-repeat bottom right;  
}

#bg_miagencia{
    background: transparent url(../img/bg_miagencia.jpg) no-repeat bottom right;  
}

#bg_mispuntos{
    background: transparent url(../img/bg_mispuntos.jpg) no-repeat bottom right;  
}

#bg_siniestros{
    background: transparent url(../img/bg_siniestros.jpg) no-repeat bottom right;  
}