/*Common: Needed for background*/
html {
    background: url(./assets/fondo.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 49.5%;
}

/* Client Custom styles */
@font-face {
    font-family: 'verdana';
    src: url('assets/verdana.ttf') format('truetype');
}

* {
    font-family: 'verdana', 'Segoe', 'sans-serif' !important;
}

#cookie-button1, #cookie-button2, #newslettertext0, #newslettertext1, #newslettertext2, #newslettertext3, #newslettertext4 {
    color: #000;
}
/*Especifico para PC*/
@media screen and (min-width: 1000px)
{
    .logohome{
        max-width: 80vh;
    }
}
/*Especifico para PC*/
@media screen and (max-width: 1000px)
{
    .logohome{
        max-width: 90%;
    }
}