html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, h1, h2 {
	display: block;
}
ol, ul {
	list-style: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
main{
    position: relative;
}
main img{
    width: 100%;
}
.container{
    width: 90%;
    margin: 0 auto;
}
.fundoGray{
    width:75%;
    height: 70%;
    background: rgba(247, 248, 250, 0.6);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.gridHome{
    width: 95%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    gap: 30px;
    vertical-align: baseline;
    text-align: center;
}
.endereco{
    background: white;
    margin-right: 60%;
}
.endereco ul{
    margin: 5% 5% 5% 40%;
}
.logo{
    margin: auto 17%;
    background: white;
    width: 65%;
}
.logo ul{
    margin: 5%;
}
.arearest{
    background: white;
    margin-left: 60%;
}
.arearest ul{
    margin: 5% 40% 5% 5%;
}
h1, h2, p{
    font-family: adobe-caslon-pro, sans-serif;
    color: #060633;
    font-weight: 400;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 18px;
}
p{
    font-size: 20px;
}
.logo h1 span{
    font-size: 24px;
}
.restrita{
    text-align: left;
}
.restrita p{
    padding-top: 40px;
    margin-left: 40px;
}


/* RESPONSIVO */
/* TABLET */
@media screen and (max-width:900px){
    .fundoGray{
        top: 50%;
    }
    .gridHome{
        top: 50%;
    }
    .endereco{
        margin-right: 55%;
    }
    .arearest{
        margin-left: 55%;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 15px;
    }
    p{
        font-size: 18px;
    }
    .logo h1 span{
        font-size: 20px;
    }
}

/* CELULAR */
@media screen and (max-width:600px){
    .fundoGray{
        top: 40%;
    }
    .gridHome{
        width: 98%;
        top: 40%;
    }
    .endereco{
        width: 85%;
        margin: 0 auto;
    }
    .endereco ul{
        margin: 0 auto;
    }
    .logo{
        margin: 0 auto;
        width: 90%;
    }
    .logo ul{
        margin: 0 auto;
    }
    .arearest{
        width: 85%;
        margin: 0 auto;
    }
    .arearest ul{
        margin: 0 auto;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 18px;
    }
    p{
        font-size: 20px;
    }
    .logo h1 span{
        font-size: 24px;
    }
}