.aux-nav{
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    padding-left: 30px;
    padding-right: 30px;

}

/* Shadow of main text */
.aux-shadow-dark{
    text-shadow: 0 0 40px #000000b6;
}
.aux-shadow-dark h5{
    text-shadow: 0 0 10px black;
}


@media (max-width: 768px){
    .aux-img-second-banner-centered{
        background-position: 1090px;
    }
}

.aux-padding-zero{
    padding-bottom: 0;
}
@media (max-width: 991px){
    .aux-padding-zero{
        padding-bottom: 30px;
    }
}

.name-products{
    font-size: 20px;
}


.aux-properties-list{
    padding-left: 17px;
}

/* Style of list of politics on the footer */
.aux-list-politics{
    list-style-type: none;
    padding-left: 0;
}

.cookies{
    position: fixed;
    z-index: 2;
    width: 100vw;
    min-height: 80px;
    background-color: #e1e2d3;
    bottom: 0;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.cookies p{
    margin-bottom: 0;
}
.cookies button{
    margin: 0 10px;
}

@media (max-width: 600px){
    .cookies{
        font-size: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr;
        padding: 10px;
    }
    .cookies p{
        grid-column: 1/3;
    }
}