#manifesto{margin-top:-10.5rem;padding-top:6.5rem;background:linear-gradient(90deg, #efeed9 0%, #f1f1d8 100%)}#manifesto .b-container{background:url(//rottasconstrutora.com.br/rottas/assets/RottasGrafismoManifesto.svg) no-repeat center center;padding:0 .8rem}#manifesto .flex-grid{display:flex;flex-wrap:wrap;justify-content:space-between}#manifesto .flex-grid .content{box-sizing:border-box;width:38%;padding:4rem 0 5rem}#manifesto .flex-grid .content .title1{margin-top:.5rem;margin-bottom:1rem}#manifesto .flex-grid .content p{margin-bottom:1rem;line-height:1.8rem}#manifesto .flex-grid .content .paragraph.orange{font-weight:700;line-height:1.4rem}#manifesto .flex-grid .image{display:flex;align-items:flex-end;box-sizing:border-box;width:62%}#manifesto .flex-grid .image img{max-width:100%}@media(max-width: 1100px){#manifesto .flex-grid .content{width:46%}#manifesto .flex-grid .image{width:52%}}@media(max-width: 1000px){#manifesto{margin-top:-15rem;padding-top:10.5rem;border-radius:0 0 0 100px}}@media(max-width: 740px){#manifesto .flex-grid .content{width:100%}#manifesto .flex-grid .image{width:100%}}@media(max-width: 640px){#manifesto{margin-top:-18.5rem;padding-top:14rem}}@media(max-width: 375px){#manifesto{margin-top:-29.5rem;padding-top:24rem}}#banner {
background-color: var(--orange1);
}
#banner .overlay {
padding: 4.5rem 0 4.5rem;
background: #2e2e2e94;
}
#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);
}
#menu-institucional {
padding: 3rem 0 3rem;
z-index: 1;
}
#menu-institucional .i-menu ul {
width: 100%;
display: flex;
justify-content: space-between;
}
#menu-institucional .i-menu ul li {
width: 15%;
}
#menu-institucional .i-menu ul li a {
cursor: pointer;
background: #e3e3e3;
border-radius: 255px;
font-family: Kanit;
font-weight: 400;
font-size: 14px;
color: var(--black);
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
padding: 0 1.5rem;
white-space: nowrap;
transition: 0.3s;
}
#menu-institucional .i-menu ul li a:hover {
color: var(--orange1);
}
#menu-institucional .i-menu ul li.current_page_item a{
font-weight: 700;
color: var(--orange1);
background: #fff;
border-radius: 255px;
box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}
@media (max-width: 1000px) {
#menu-institucional .i-menu ul {
flex-wrap: wrap;
}
#menu-institucional .i-menu ul li {
width: 30%;
margin-bottom: 1rem;
}
}
@media (max-width: 640px) {
#menu-institucional .i-menu ul li {
width: 47%;
}
}
@media (max-width: 450px) {
#menu-institucional .i-menu ul li {
width: 49%;
}
}
@media (max-width: 375px) {
#menu-institucional .i-menu ul li {
width: 100%;
}
}