
body {
font-size: 100%;
font-family: 'Roboto', sans-serif;
overflow-x: hidden;
padding: 0px;
background: white;
}

h1, h2, h3, p{
text-align: left;
margin: 0 auto;
position: relative;
}



.h1-cookie{
color: #000000;
font-size: 2em;
font-weight: 500;
text-transform: uppercase;
padding: 50px 0 0 0;
}


.h2-cookie{
color: #000000;
font-weight: 500;
text-transform: uppercase;
padding: 20px 0 0 0;
}


.h3-cookie{
color: #000000;
font-weight: 500;
text-transform: uppercase;
padding: 20px 0 0 0;
}


.p-cookie {
font-size:16px;
color:#555;
text-align:justify;
line-height: 26px;
font-weight: 300;
position: relative;
text-align: left;
}
.p-cookie a,
.p-cookie a:link,
.p-cookie a:active,
.p-cookie a:focus,
.p-cookie a:visited
{
font-size: 16px;
font-weight: 300;
color:#0d77c7;
text-decoration: underline;
padding-bottom: 2px;
position: relative;
}


.p-cookie a:hover
{
color: rgba(140, 98, 0, 0.78);
padding-bottom: 2px;
}

.p-cookie > strong {font-weight: 400; }


.end-cook
{
padding-bottom: 100px;
}



