#banner {
background: url(//rottasconstrutora.com.br/rottas/assets/RottasGrafismoPequeno.svg) center center no-repeat;
background-size: contain;
background-color: var(--orange1);
padding: 3rem 0 4rem;
}
#banner .b-container {
width: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#banner .breadcrumb {
text-align: center;
margin-bottom: 1rem;
}
#banner .breadcrumb,
#banner .breadcrumb a {
color: #fff;
}
#banner .breadcrumb a:hover {
color: var(--yellow);
}
#contatos {
padding: 3rem 0 4rem;
}
#contatos .link {
font-size: 16px;
font-weight: 400;
}
#contatos .contacts {
display: flex;
flex-wrap: wrap;
margin: 2rem 0;
}
#contatos .contacts .contact {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fff;
border: 1px solid #D4D4D4;
border-radius: 2rem;
box-sizing: border-box;
padding: 2rem 1.5rem;
width: 49%;
margin-right: 2%;
margin-bottom: 1rem;
}
#contatos .contacts .contact .contact-title {
font-family: Kanit;
font-size: 19px;
font-weight: 600;
color: var(--black);
margin-bottom: 0.8rem;
}
#contatos .contacts .contact .phone {
display: flex;
align-items: center;
font-family: Aller;
font-size: 32px;
font-weight: 700;
margin: 1rem 0;
}
#contatos .contacts .contact .link {
margin-top: 1rem;
}
@media (min-width: 731px) {
#contatos .contacts .contact:nth-child(2n) {
margin-right: 0;
}
}
@media (max-width: 1368px) {
#contatos .contacts .contact .phone {
font-size: 28px;
}
}
@media (max-width: 1050px) {
#contatos .contacts {
justify-content: center;
}
}
@media (max-width: 730px) {
#contatos .contacts .contact {
width: 100%;
margin-right: 0;
}
}
@media (max-width: 440px) {
#contatos .contacts .contact .phone {
font-size: 23px;
}
#contatos .contacts .contact .paragraph,
#contatos .contacts .contact .link {
font-size: 14px;
}
}
#formulario {
padding: 3rem 0 4rem;
background: #fff;
}
#formulario .title2 {
margin-bottom: 1rem;
}
#formulario .rottas-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 500px;
margin: 0 auto;
margin-top: 2rem;
}
#formulario .rottas-form .label {
margin-bottom: 1rem;
}
@media (max-width: 500px) {
#formulario .rottas-form .btn {
margin-top: 2rem;
width: 100%;
}
}
#lojas {
padding: 3rem 0;
background: var(--orange1);
}
#lojas .flex-grid {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
#lojas .flex-grid .title {
width: 20%;
}
#lojas .flex-grid .store {
background: url(//rottasconstrutora.com.br/rottas/assets/LocationBackground.svg) center center no-repeat;
background-size: contain;
padding: 1rem;
box-sizing: border-box;
width: 19%;
}
#lojas .flex-grid .store .name {
font-size: 18px;
font-family: Aller;
font-weight: 700;
color: #fff;
text-align: center;
margin-bottom: 1.2rem;
}
#lojas .flex-grid .store .adress {
display: block;
font-family: Aller;
line-height: 1.2rem;
color: #fff;
text-align: center;
}
@media (max-width: 1020px) {
#lojas .flex-grid .title {
width: 100%;
text-align: center;
}
#lojas .flex-grid .store {
width: 18%;
}
}
@media (max-width: 860px) {
#lojas .flex-grid .title {
text-align: center;
width: 100%;
margin-bottom: 2rem;
}
#lojas .flex-grid .store {
width: 30%;
}
}
@media (max-width: 680px) {
#lojas .flex-grid .store {
width: 100%;
margin-bottom: 3rem;
}
#lojas .flex-grid .store:last-child {
margin-bottom: 0;
}
}
#chamadas {
display: flex;
flex-wrap: wrap;
}
#chamadas .terreno,
#chamadas .trabalhe-rottas {
width: 50%;
}
#chamadas .terreno {
background: url(//rottasconstrutora.com.br/rottas/assets/CompramosTerreno.jpg) center center;
background-size: cover;
}
#chamadas .trabalhe-rottas {
background: url(//rottasconstrutora.com.br/rottas/assets/TrabalhenaRottas.jpg) center center;
background-size: cover;
}
#chamadas .terreno .overlay,
#chamadas .trabalhe-rottas .overlay {
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 4rem;
}
#chamadas .overlay {
height: 100%;
}
#chamadas .terreno .overlay {
align-items: flex-end;
background: linear-gradient(270deg, white 0%, rgba(240, 240, 240, 0.85) 55%, rgba(128, 128, 128, 0) 100%);
}
#chamadas .trabalhe-rottas .overlay {
align-items: flex-start;
background: linear-gradient(90deg, white 0%, rgba(240, 240, 240, 0.85) 55%, rgba(128, 128, 128, 0) 100%);
}
#chamadas .terreno .title2,
#chamadas .terreno .paragraph {
text-align: right;
}
#chamadas .title2 {
margin-bottom: 1rem;
}
#chamadas .btn {
display: inline-flex;
margin-top: 3rem;
}
#chamadas .btn i {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
color: var(--orange1);
background: #fff;
border-radius: 255px;
margin-left: 0.5rem;
}
#chamadas .trabalhe-rottas {
align-items: flex-start;
}
@media (max-width: 800px) {
#chamadas .overlay .paragraph {
text-align: center;
}
#chamadas .terreno,
#chamadas .trabalhe-rottas {
width: 100%;
}
#chamadas .terreno .overlay,
#chamadas .trabalhe-rottas .overlay {
padding: 3rem 2rem;
align-items: center;
justify-content: center;
}
}