*{
    padding: 0;
    margin: 0;
}

.cookies-box{
position: fixed;
bottom: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 9999;
}

.cookies-box .container-cookies{
    padding: 20px 0;
    max-width: 90%;
    display:flex;
    align-items: center;
    background-color: rgb(227 227 227 / 99%);
    box-shadow: -3px 0 12px -7px;
    /* position: relative; */
}

@media (max-width: 768px) {
    .cookies-box .container-cookies {
        flex-direction: column;
    }
}

.cookies-box .container-cookies .parrafo{
    text-align: center;
    line-height: 1.5rem;
    padding-bottom: 2%;
}

.cookies-box .container-cookies .parrafo p a{
    color: rgb(4, 4, 189);
}

.cookies-box .container-cookies .botones{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 4%;
    position: absolute;
    right: 6%;
}

.cookies-box .container-cookies .botones button:first-child {
    background: transparent;
    color: rgb(4, 4, 189);
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    }

    .cookies-box .container-cookies .botones button:first-child a {
        background: transparent;
        color: rgb(4, 4, 189);
        }

.cookies-box .container-cookies .botones button:last-child {
background: rgb(4, 4, 189);
color: white;
padding: 10px 10px;
border: none;
cursor: pointer;
}

/* Responsive */

@media screen and (max-width: 1024px){
    
    .cookies-box .container-cookies .botones {
        padding-top: 10%;
        right: 54px;
    }
}

@media screen and (max-width: 768px){
    
    .cookies-box .container-cookies .parrafo {
        line-height: 1.2rem;
        padding-bottom: 2%;
        font-size: 12px;
    }

    .cookies-box .container-cookies .botones{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 1em;
        position: relative;
        right: 0;
        left: 0;
        font-size: 12px;
    }

    
}

@media screen and (max-width: 425px){
    
    .cookies-box .container-cookies .parrafo {
        font-size: small;
    }
   
    
}
@media screen and (max-width: 375px){
    
    .cookies-box .container-cookies .parrafo {
        font-size: small;
    }
    
}

@media screen and (width: 320px){
    
    .cookies-box .container-cookies .parrafo {
        font-size: small;
    }
    
}

