.avisoCookies{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
    background-image: url(/Pagina/imagenes/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-blend-mode: soft-light;
    background-color: #b9bdbd;
    color: #326868;
    top: 2rem;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0px 10px 10px #3D3614;
    padding: 2rem;
    gap: 1rem;
    z-index: 2;
    .legalCookies,
    .legalCookies2{
        text-align: justify;    
    }

    .botones{
        display: flex;
        width: 90%;
        justify-content: space-around;
       
        .botonAceptar{
            padding: 0.5rem;
            font-size: 1rem;
            font-weight: 900;
            color: #326868;
            border-radius: 1rem;
            border-style: none;
            box-shadow: 0px 10px 10px #3D3614;
            background-color: transparent;
            text-shadow:0px 1px 1px #3D3614;
        }

        .botonRechazar{
            font-size: 1rem;
            border-style: none;
            background-color: transparent;
            color: #68150aa7;
            text-decoration: underline;
        }
    }
    
}

.fondoCookies{
    
    background-color: #b9bdbd50;
    backdrop-filter: blur(5px);
    min-width: 110vw;
    min-height: 110vh;
    position: fixed;
    top: 0;
    z-index: 1;
}

@media (min-width:702px){
    .avisoCookies{
        background-size: 50%;
        top: 10rem;
    }
}

@media (min-width:1031px){
    .avisoCookies{
        background-size: 30%;
        top:5rem;
         
    }
}




