/* Cookies */
.aviso-cookies {
    display: block;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-top: 12px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .galleta {
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.149);
    border-radius: 50%; 
    overflow: hidden;
}

.aviso-cookies .galleta img {
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .boton {
    width: 100%;
    background: #595959;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.aviso-cookies .boton:hover {
    background: #000;
}

.aviso-cookies .enlace {
    color: #4DBFFF;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0,0,0,.20);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}

/* Fin de cookies */


        /* Cookies  */

        .aviso-cookies {
            display: block;
            background: #fff;
            padding: 20px;
            width: calc(100% - 40px);
            max-width: 300px;
            line-height: 150%;
            border-radius: 10px;
            position: fixed;
            bottom: 20px;
            left: 20px;
            z-index: 100;
            
            box-shadow: 0px 2px 20px 2px rgba(222, 222, 222, 0.141);
            text-align: center;
          }
        
          .aviso-cookies.activo {
              display: block;
          }
        
          .aviso-cookies .galleta {
            max-width: 50px;
            padding-bottom: 20px;
           
          }
        
          .aviso-cookies .titulo,
          .aviso-cookies .parrafo {
            margin-bottom: 15px;
          }
        
          .aviso-cookies .boton {
            width: 100%;
            background: #595959;
            border: none;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            text-align: center;
            padding: 15px 20px;
            font-weight: 700;
            cursor: pointer;
            transition: .3s ease all;
            border-radius: 5px;
            margin-bottom: 15px;
            font-size: 14px;
          }
        
          .aviso-cookies .boton:hover {
            background: #000;
          }
        
          .aviso-cookies .enlace {
            color: #4DBFFF;
            text-decoration: none;
            font-size: 14px;
          }
        
          .aviso-cookies .enlace:hover {
            text-decoration: underline;
          }
        
          .fondo-aviso-cookies {
            display: none;
            background: rgba(0,0,0,.20);
            position: fixed;
            z-index: 99;
            width: 100vw;
            height: 100vh;
            top: 0;
            left: 0;
          }
        
          .fondo-aviso-cookies.activo {
            display: block;
          }
        
          .btn.btn-outline-dark{
            background-color: rgb(249, 252, 255);
            border-color: gray;
            width:200px;
          }
        
          .btn.btn-outline-dark:hover{
            color:rgb(88, 88, 88);
            background-color: rgb(230, 230, 230);
          }
        
          .btn.botonLista{
            background-color: rgba(146, 161, 175, 0.635);
            border-radius:4px;
            color: #ffffff;
          }
          .btn.botonLista:active{
            background-color: rgba(249, 252, 255, 0);}
        
          .btn.botonLista:hover{
            background-color: rgba(182, 198, 213, 0.635) !important;
            color: #ffffff !important;
        
          }
          .card.card-body p {
            color:white;
          } 
         
          /* Fin de cookies */