html {
  /*scroll-behavior: smooth;*/
}

section {
   overflow: hidden;
   overscroll-behavior: none;
   width: 100%;
}

body{
    background-color: #E5E5E5 !important;
}


:root{
    --cinza: #605F5B;
    --bordo: #6C1716;
    --wpp: #00D246;
    --amarelo: #C8A049;
    --degrade: linear-gradient(90deg, #C8A049, #EFC65E, #F4DDB2, #EFC65E, #B68B31, #C8A049);
}

.meio {
	margin: auto;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

*{
    font-family: "Inter", sans-serif;
}

.header {
    padding: 1.5rem 0;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999 !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Header após scroll */
.header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Opcional: mudar cor dos links quando fundo ficar branco */
.header.scrolled .menu nav a {
  color: #000;
  text-shadow: 0 0 0 transparent;
}

.header.scrolled .logo{display: none}
.header.scrolledDark .logo{display: block;}
.header.scrolled .logoDark{display: block;}
.header.scrolledDark .logoDark{display: none}

.header .menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

.header .menu nav {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.header .menu nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    text-shadow: 0 0 5px black;
    transition: 0.5s color;

}
.header .menu nav a:hover{
    color:#bc9239;
}

.header .menu img {
    max-width: 280px;
}

.header::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1140px;
    height: 6px;
    background-image: linear-gradient(45deg, #C8A049, #EFC65E, #F4DDB2, #EFC65E, #B68B31, #C8A049);
}

.infobanner {
        position: relative;
    height: 92vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: linear-gradient(180deg, #00000059, transparent, transparent, transparent);
    color: #fff;
    padding: 11rem 0 5rem;
}
.infobanner video {
        position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.infobanner img {
        position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.infobanner h1 {
    margin-bottom: .5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 38px;
    text-shadow: 0 0 15px black;
}

.infobanner h6 {
    color: #C8A049;
    font-weight: 300;
    margin: 0;
}

.infobanner .botoes {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.infobanner a {
    display: block;
    width: fit-content;
    color: #fff;
    background: #15BF31;
    padding: 8px 15px ;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 0;
    transition: .2s;
}

.infobanner a.sbm {
    color: black;
    background-image: linear-gradient(90deg, #C8A049, #EFC65E, #F4DDB2, #EFC65E, #B68B31, #C8A049);
}

.infobanner a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.volume {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(355,355,355,0.6);
  border: none;
  color: #fff;
  font-size: 10px;
  /*width: 55px;
  height: 55px;*/
  padding: 10px 12px;
  border-radius: 10%;
  cursor: pointer;
  z-index: 20;
  outline: none;
  transition: 0.2s;
}

.volume:hover {
  background: rgba(0,0,0,0.8);
}

.oferecemos {
    padding: 4rem 0;
}

.oferecemos h6 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}

.oferecemos h2 {
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 38px;
}

a.padrao {
    background-image: var(--degrade);
    display: block;
    width: fit-content;
    color: #000;
    padding: 8px 15px ;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 0;
    transition: .2s;
}

a.padrao:hover {
    transform: scale(1.05);
    color: #000;
    text-decoration: none;
}

.oferecemos .grade {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1rem;
    align-items: stretch;
}

.oferecemos .grade .caixa {
    padding: 20px;
    border: 2px solid var(--amarelo);
    position: relative;
    flex: 1 30%;
    align-content: center;
}

.oferecemos .grade .caixa p {
    font-weight: 600;
    margin: 0;
}

.oferecemos .grade .caixa img {
    position: absolute;
    top: -15px;
    right: 20px;
    max-width: 30px;
    width: 100%;
}

.sobrehome {
    padding: 4rem 0;
    color: #fff;
    background-image: url("../img/cimento.webp");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: end;
    position: relative;
}

.sobrehome img {
    position: absolute;
    bottom: 0;
    left: 4rem;
    max-width: 700px;
    width: 100%;
}

.sobrehome h6 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
}

.sobrehome h2 {
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 48px;
}
.sobrehome h3 {
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.sobrehome p b{
    color: #C8A049;
}
.sobrehome a {
    float: right;
}

.servHome {
    padding: 4rem 0;
}

.servHome h6 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
}

.servHome h2 {
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 48px;
}

.servHome .grade {
    display: flex;
    flex-wrap: wrap;
}
.servHome .grade .col-md-3,
.servHome .grade .col-md-4{
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
.servHome .grade .caixa {
    flex: 1 33%;
    height: 220px;
    align-content: center;
    color: #fff;
    background: #444;
    padding: 0;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.servHome .grade .caixa:hover img{
    transform: scale(1.05);
}

.servHome .grade .caixa img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.servHome .grade .caixa span {
        position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.servHome .grade .caixa h6{
    position: absolute;
    font-size: 13px;
    width: 100%;
    margin: 30px 0 0;
}
.servHome .grade .caixa h2{
    position: absolute;
    font-size: 25px;
    width: 100%;
    margin: 40px 0 0;
}

.servHome a.padrao {
    margin: 30px auto;
}
.reformaTributaria{
    background: url(../img/banner-reforma-tributarioa.webp);
    background-size: 100%;
    background-attachment: fixed;
    padding: 150px 0;
}
.reformaTributaria h2 {
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 48px;
}
.reformaTributaria h5 {
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
}
.reformaTributaria h6 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}
.reformaTributaria p{
    color: #fff;
    font-size: 14px;
}


.suaempresa {
    padding: 4rem 0;
    border-top: 1px solid silver;
}

.suaempresa h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.suaempresa p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.suaempresa .grade {
    display: flex;
    gap: 1rem;
    position: relative;
}

.suaempresa .grade::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: silver;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.suaempresa .grade .caixa {
    padding: 40px 20px;
    border: 2px solid silver;
    position: relative;
    flex: 1 30%;
    display: flex;
    flex-direction: column;
    background: #E5E5E5;
    justify-content: space-between;
}

.suaempresa .grade .caixa span {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.suaempresa .grade .caixa a {
    display: block;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.suaempresa .grade .caixa a i {
    font-size: 26px;
}

.suaempresa .grade .caixa img.principalIcon {
    position: absolute;
    top: -15px;
    right: 10px;
    max-width: 40px;
    width: 100%;
}

.full {
    padding: 8rem 0;
    color: #fff;
    background-image: url('../img/banner-full-service.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.full h2 {
    font-weight: 700;
    color: var(--amarelo);
    font-family: "Merriweather", serif;
    font-size: 38px;
}

.full h2 b {
    color: #fff;
    font-weight: 600;
}

.processoredes{
    padding: 4rem 0;
    overflow: hidden;
    color: #fff;
    background-image: url('../img/cimento.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.processoredes h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.processoredes h2 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    font-size: 38px;
    margin-bottom: 30px;
}

.processoredes .caixa {
    position: relative;
    padding: 30px 15px;
    background: #444;
    border-radius: 0px;
    color: #fff;
    min-height: 425px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.processoredes .caixa .texto {
    text-align: center;
    position: relative;
    z-index: 9;
}

.processoredes .caixa .texto p {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 0;
}

.processoredes .caixa .texto h3 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    font-size: 22px;
}

.processoredes .caixa img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.processoredes .caixa h6 {
    font-weight: bold;
}

.processoredes .caixa .texto a {
    margin: 0 auto;
}

.processoredes .caixa .seta {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.processoredes .caixa i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 50%;
}

.processoredes section.timeline-carousel {
    overflow: visible;
}

.processoredes .timeline-carousel .slick-list {
    overflow: visible;
}

.processoredes .timeline-carousel__item-inner {
    padding: 0 10px;
    position: relative;
    cursor: grab;
}

.processoredes a.chamada {
        background: #FFB100;
    color: #000;
    padding: 8px 25px;
    border-radius: 40px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 30px auto;
    transition: .2s;
}

.processoredes a.chamada:hover {
    transform: scale(1.1);
}

.novidades {
    padding: 6rem 0;
    text-align: center;
}

.novidades h6::before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 140px;
    height: 5px;
    background-image: var(--degrade);
}

.novidades h6 {
    font-size: 22px;
    margin: 0;
}

.novidades h2 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    font-size: 38px;
}

.visitar {
    padding: 4rem 0;
}

.visitar .layout .esquerda .topo {
    background: #fff;
    padding: 20px 4rem;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.visitar .layout .esquerda .topo h6 {
    font-size: 20px;
    margin: 0;
}

.visitar .layout .esquerda .topo h2 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    font-size: 38px;
    color: var(--amarelo);
}

.visitar .layout .esquerda .topo .infos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.visitar .layout .esquerda .topo .infos a {
    display: block;
    width: fit-content;
    color: #000;
    text-decoration: none;
}

.visitar .layout .esquerda .topo .infos a i {
    color: var(--amarelo);
}

iframe{
    width: 100%;
    height: 400px;
    border: none;
}
.map{
    display: flex;
}
.leftMap,
.rightMap{
    width: 100%;
    padding: 1px;
    background: #C8A049;
}

.bannerFinal {
    padding: 4rem 0;
    color: #fff;
}

.bannerFinal h3 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}

.bannerFinal .caixa {
    background-image: url('../img/banner-final.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 120px 40px;   
    min-height: 590px;
    display: flex;
    align-items: flex-end;
}

.rodape {
    padding: 4rem 0 4rem;
    color: #fff;
    background-image: url('../img/cimento.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.rodape .topo {
    display: flex;
    gap: 2rem;
    align-items: center;
    border-bottom: 1px solid var(--amarelo);
    padding: 1rem 0;
}

.rodape .topo .logo{
    width: 35%;
}
.rodape .topo .logo img {
    max-width: 410px;
    width: 100%;   
}

.rodape .topo .texto {
    padding: 0 40px 0 40px;
    border-left: 1px solid var(--amarelo);
    border-right: 1px solid var(--amarelo);
    width: 85%;
}

.rodape .topo .texto h4 {
    margin: 0;
    font-size: 22px;
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.rodape .topo .texto p {
    margin: 0;
}

.rodape .inferior {
    padding: 2rem 0;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.rodape .inferior nav {
    /*display: flex;*/
    gap: 1rem;
    align-items: center;
    flex: none;
}
.infos .espacoLivre{
    height: 47px;
}
.rodape .inferior nav a {
    display: block;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.rodape .inferior h5{}

.rodape .inferior .infos {
    display: flex;
    gap: 2rem;
    padding: 0 0 0 40px;
    border-left: 1px solid var(--amarelo);
}

.rodape .inferior .infos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rodape .inferior .infos ul li a {
    display: block;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 13px;
}

.rodape .inferior .infos ul li a i {
    color: var(--amarelo);
}
.rodape .inferior .infos ul li a img{
    width: 21px;
}

.wecan {
    color: #fff;
    background-color: #444;
}

.wecan .col-md-12 {
    align-self: center;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: #fff;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

.espaco{
    display: block;
    width: 100%;
    height: 125px;
}

.capa .caixa {
    background-color: #333;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    min-height: 45vh;
}

.capa .caixa h1 {
    font-size: 28px;
    font-family: "Merriweather", serif;
}

.capa.pageSobre .caixa {
    background-image: url('../img/banner-sobre.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.qSomos {
    padding: 6rem 0 4rem;
    color: #000;
}

.qSomos span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}

.qSomos h2 {
    font-size: 38px;
    font-family: "Merriweather", serif;
    color: #C8A049;
    font-weight: 700;
    margin-bottom: 20px;
}

.historia {
    padding: 2rem 0;
    text-align: justify;
}

.historia .caixa {
    padding: 4rem;
    background-color: #fff;
    border: 1px solid #C8A049;
}

.historia .caixa h3 {
    color: #C8A049;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}

.drederson{
    background: url('../img/drederson.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 80px 0;
    color: #fff;
}
.drederson .leftSide{
        text-align: justify;
}
.drederson .leftSide h2{
    color: #C8A049;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0px;
}
.drederson .leftSide h3{
    color: #C8A049;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
}
.drederson .leftSide p{
    font-size: 14px;
}
.drederson .leftSide ul{}
.drederson .leftSide ul li{
    font-size: 13px;
}

.missao {
    padding: 4rem 0 2rem;
    color: #000;
}
.missao .iconeFilos{
    padding: 0;
    height: 60px;
    align-content: center;
}

.missao .col-md-12 {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.missao .valores {
    margin: 4rem 2rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.missao .valores::before {
    content: '';
    background-color: #707070;
    width: 80%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40%;
    z-index: -1;
}

.missao .valores .caixa {
    padding: 20px 30px;
    border: 1px solid #707070;
    flex: 0 0 26%;
    background-color: #e5e5e5;
}

.missao .valores .caixa h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.diferenciais{
    background: linear-gradient(
        135deg, 
        #bf953f, 
        #fcf6ba 8%, 
        #b38728 30%, 
        #fbf5b7 50%, 
        #aa771c 85%, 
        #d4af37 100%
    );
    padding: 60px 0;
}
.diferenciais h6 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}

.diferenciais h2 {
    font-family: "Merriweather", serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 38px;
}
.diferenciais p{}

.chamadaSobre {
    padding: 4rem 0;
    color: #fff;

}

.chamadaSobre .caixa {
    background-color: #333;
    padding: 4rem;
    background-image: url("../img/sobre-acordo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.chamadaSobre .caixa h4 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 26px;
}

.capa.pageSegmentos img {
    max-width: 80px;
    margin: 0 auto 10px;
}

.capa.pageSegmentos .caixa {
    background-image: url('../img/banner-sobre.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.segmentos {
    padding: 4rem 0;
}

.segmentos .caixa {
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #707070;
    margin-bottom: 2rem;
}

.segmentos .caixa .esquerda {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.segmentos .caixa .esquerda img {
    max-width: 380px;
    width: 100%;
    display: block;
}

.segmentos .caixa .esquerda h5 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 22px;
    padding: 20px;
    border-right: 1px solid #444;
}

.segmentos .caixa .col-md-5 {
    align-self: center;
}

.segmentos .caixa .direita {
    text-align: end;
}

.segmentos .caixa .direita h3 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
}

.segmentos .caixa .direita h6 {
    font-size: 18px;
    font-weight: 700;
}

.segmentos .caixa .direita .botoes {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
}

.segmentos .caixa .direita .botoes a.padrao {
    margin: 0;
}

.segmentos .caixa .direita .botoes a.segWpp {
    display: block;
    padding: 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #15BF31;
    transition: .2s;
}

.segmentos .caixa .direita .botoes a.segWpp:hover{
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.capa.pageCases .caixa {
    background-image: url("../img/banner-case.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.depoimentos {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.depoimentos .depoi img.avatar{
    width: 110px;
    margin-top: -60px;
}
.depoimentos .col-md-4{
    margin: 0 auto;
}
.depoimentos .depoi{
    background: #fff;
    border-radius: 30px;
    box-shadow: 5px 5px 20px #0009;
    text-align: center;
    margin: 50px auto;
}
.depoimentos .depoi .stars{
    text-align: center;
}
.depoimentos .depoi .stars img{
    width: 15px;
}
.depoimentos .depoi h5{
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
/*.depoimentos .depoi p{
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    height: 100px;
    padding: 0 20px;
}*/
.rodape .topo .logoEfs360 {
    text-align: center;
}
.rodape .topo .logoEfs360 img {
    max-width: 410px;
    width: 50%;
    /*float: inline-end;*/
}
.depoimentos .depoi p {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    height: 210px;
    padding: 0 20px;
    align-content: center;
}

.depoimentos::after {
    content: '';
    width: 100%;
    background-color: #707070;
    height: 400px;
    position: absolute;
    right: 0;
    left: 0;
    top: 25%;
    z-index: -1;
}

.depoimentos img {
    width: 100%;
}

.chamadaCase {
    padding: 4rem 0;
}

.chamadaCase .caixa {
    padding: 4rem;
    background-color: #444;
    color: #fff;
    background-image: url("../img/chamada-case.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.chamadaCase .caixa h4 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}

.chamadaCase .caixa a {
        display: block;
        width: fit-content;
    padding: 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #15BF31;
    transition: .2s;
}

.chamadaCase .caixa a i {
    font-size: 22px;
}

.chamadaCase .caixa a:hover {
    transform: scale(1.05);
    color: #fff;
    text-decoration: none;
}

.capa.pageContato img {
    max-width: 80px;
    margin: 0 auto 10px;
}

.capa.pageContato .caixa {
    background-image: url('../img/banner-contato.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.contato {
    padding: 4rem 0;

}

.contato img {
    width: 100%;
}

.contato .caixa {
        padding: 2rem;
    border: 1px solid #707070;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contato .caixa h3 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}

.contato .caixa form input {
    display: block;
    background-color: #EAEAEA;
    padding: 8px 10px;
    margin-bottom: 15px;
    color: #444;
    width: 100%;
    border: none;
}

.contato .caixa form textarea {
    display: block;
    background-color: #EAEAEA;
    padding: 8px 10px;
    margin-bottom: 15px;
    color: #444;
    width: 100%;
    border: none;
}

.contato .caixa .botao {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.contato .caixa .botao button {
    display: block;
    width: fit-content;
    padding: 8px 15px;
    color: #000;
    border-radius: 0px;
    background-image: var(--degrade);
    text-decoration: none;
    border: none;
    font-weight: 400;
    font-size: 18px;
    transition: .2s;
}

.contato .caixa .botao button:hover {
    transform: scale(1.05);
}

.contato .caixa .botao button i {
    font-size: 22px;
    font-weight: 700;
}

.contato2 {
    padding: 0rem 0 4rem;
}

.contato2 .caixa {
    padding: 2rem;
    background-color: white;
    border: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.contato2 .caixa h4 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: var(--amarelo);
    padding: 5px 50px 5px 0;
    border-right: 1px solid #707070;
    margin: 0px;
}

.contato2 .caixa a {
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.contato2 .caixa a i {
    color: var(--amarelo);
    font-size: 22px;
}

.loc {
    padding: 4rem 0 2rem;
}

.loc h4 {
    font-size: 48px;
    color: var(--amarelo);
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}

.loc a {
    font-size: 20px;
    text-decoration: none;
    color: black;
    transition: .2s;
}

.loc a:hover {
    text-decoration: none;
    color: #000;
}

.loc a i {
    color: var(--amarelo);
    font-size: 24px;
}

.mapa iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.wppContato {
    padding: 2rem 0;
    color: #fff;
}

.wppContato .caixa {
    padding: 2rem 4rem;
    background-color: #05C90B;
}

.wppContato .caixa p {
    font-size: 22px;
    margin: 0px;
}

.wppContato .caixa a {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    color: #05C90B;
    background-color: white;
    font-weight: 700;
    font-size: 28px;
    text-decoration: none;
    transition: .2s;
}

.wppContato .caixa a i {
    font-size: 30px;
}

.wppContato .caixa a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.banner {
    padding: 4rem 0;
    color: #2A2A2A;
}

.banner h6 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
}

.banner h1 {
    font-size: 108px;
    color: #2A2A2A;
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 0px;
}

.farmacias {
        background-color: #2A2A2A;
    background-image: url(../img/farmacia.webp);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: right top;
    color: #fff;
}
.farmacias .col-md-7{
        background: #707070;
    padding: 90px 50px;
}

.farmacias h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.farmacias h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 30px;
    text-align: center;
}

.farmacias .destaque {
    padding: 1rem 1rem;
    background-color: #fff;
    text-align: center;
    color: #2A2A2A;
    max-width: 400px;
    width: 100%;
    margin: 10px auto 40px;
}

.farmacias .destaque h4 {
    font-family: "Merriweather", serif;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.farmacias .destaque h3 {
    font-family: "Merriweather", serif;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 900;
    color: var(--amarelo);
}

.farmacias .destaque p {
    margin: 0;
    font-size: 14px;
}

.farmacias .caixa {
    padding: 2rem 1rem 2rem 0px;
    background-color: #fff;
    text-align: center;
    color: #2A2A2A;
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.farmacias .caixa::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 16px;
    background-image: var(--degrade);
}

.farmacias .caixa .iten {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin: 0 0 15px -30px;
}

.farmacias .caixa .iten .icone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-image: var(--degrade);
    flex: 1 0 1;
}

.farmacias .caixa .iten .icone i {
    font-size: 36px;
}

.farmacias .caixa .iten .texto {
    font-size: 20px;
    flex: 1 0 80%;
    text-align: initial;
}

.agroNegocio {
    background-image: url("../img/agro.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.agroNegocio .container{
    padding: 4rem 0;
    border-bottom: 1px solid silver;
}

.agroNegocio .titulo h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.agroNegocio .titulo h1 {
    font-family: "Merriweather", serif;
    font-size: 38px;
    font-weight: 700;
}

.agroNegocio .titulo {
    position: relative;
}

.agroNegocio .titulo::after {
    content: '';
    margin: 10px 0 30px;
    position: relative;
    width: 40%;
    height: 12px;
    background-image: var(--degrade);
    display: block;
}

.agroNegocio h4 {
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.agroNegocio h3 {
    font-family: "Merriweather", serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--amarelo);
    margin-bottom: 20px;
}

.agroNegocio .topicos .subtitulo{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 20px;
}

.agroNegocio .topicos .subtitulo .icone {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #454545;
    border: 1px solid var(--amarelo);
}

.agroNegocio .topicos .subtitulo .icone img {
    width: 100%;
    height: 100%;
}

/**/

.verejoComercio {
    padding: 4rem 0;
}

.verejoComercio .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.verejoComercio .titulo h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.verejoComercio .titulo h1 {
    font-family: "Merriweather", serif;
    font-size: 48px;
    font-weight: 700;
}

.verejoComercio .titulo {
    position: relative;
}

.verejoComercio .titulo::after {
    content: '';
    margin: 10px 0 30px;
    position: relative;
    width: 40%;
    height: 12px;
    background-image: var(--degrade);
    display: block;
}

.verejoComercio h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.verejoComercio .topicos {
    background-color: white;
    padding: 1rem;
    border: 1px solid #444;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 15px;
}

.verejoComercio .topicos img {
    max-width: 35px;
    width: 100%;
}

.verejoComercio .topicos p {
    margin: 0;
    font-size: 16px;
}

.verejoComercio img{
    width: 100%;
}

.verejo {
    padding: 4rem 0;
    color: #fff;
}

.verejo .caixa {
    padding: 4rem;
    border: 1px solid #707070;
    background-color: #555;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.verejo .caixa img {
    max-width: 150px;
    width: 100%;
}

.verejo .caixa h4 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
}

.verejo .caixa h4 b {
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: var(--amarelo);
}

.advImobiliaria {
    padding: 4rem 0;
    background-image: url("../img/imobiliaria.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.advImobiliaria .titulo h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.advImobiliaria .titulo h1 {
    font-family: "Merriweather", serif;
    font-size: 88px;
    font-weight: 700;
}

.advImobiliaria .titulo {
    position: relative;
}

.advImobiliaria .titulo::after {
    content: '';
    margin: 10px 0 30px;
    position: relative;
    width: 20%;
    height: 12px;
    background-image: var(--degrade);
    display: block;
}

.advImobiliaria .caixa {
    padding: 2rem;
    background-color: white;
    border: 1px solid #707070;
    border-bottom: none;
    position: relative;
    margin-bottom: 30px;
}

.advImobiliaria .caixa h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.advImobiliaria .caixa::after {
    content: '';
    display: none;
    width: 100%;
    height: 12px;
    background-image: var(--degrade);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.advImobiliaria .subtitulo h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.advImobiliaria .subtitulo h3 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Merriweather", serif;
}

.advImobiliaria img {
    width: 100%;
}

.terceirizacao {
    padding: 6rem 0;
    background-image: url("../img/fundo-cimento.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 2rem 0 0;
    position: relative;
}

.terceirizacao h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.terceirizacao h2 {
    font-size: 58px;
    font-family: "Merriweather", serif;
    font-weight: 700;   
}

.terceirizacao h2 b {
    color: var(--amarelo);
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.terceirizacao img {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 2rem;
}

.tercerizacao2 {
    padding: 4rem 0;
}

.tercerizacao2 p {
    font-size: 22px;
    padding: 2rem;
    border-bottom: 1px solid #707070;
}

.entregamosEmpresa {
    padding: 4rem 0 0;
}

.entregamosEmpresa .caixa {
    padding: 4rem;
    border: 1px solid #707070;
    position: relative;
    background-color: white;
    border-bottom: none;
}

.entregamosEmpresa .caixa::after {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background-image: var(--degrade);
    position: absolute;
    bottom: 0;
    left: 0;
}

.entregamosEmpresa .caixa .titulo {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 40px;
}

.entregamosEmpresa .caixa .titulo h4 {
    font-size: 48px;
    font-family: "Merriweather", serif;
    font-weight: 700;
    margin-bottom: 0;
}

.entregamosEmpresa .caixa .titulo img {
    max-width: 60px;
    width: 100%;
}

.entregamosEmpresa .caixa .titulo .icone {
    background-color: #555;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.entregamosEmpresa .caixa ul li {
    font-size: 20px;
    margin-bottom: 20px;
}

.transporte {
    padding: 8rem 0;
    margin: 2rem 0;
    background-image: url("../img/transportadora.webp");
    background-color: #0000008c;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

.transporte span {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.transporte h5 {
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    font-family: "Merriweather", serif;
}

.transporte h5 b {
    font-size: 68px;
    color: #fff;
    font-family: "Merriweather", serif;
}

.sobMedida {
    padding: 4rem 0;
}

.sobMedida h3 {
    font-weight: 500;
    margin-bottom: 3rem;
}

.sobMedida h3 b {
    font-weight: 700;
}

.sobMedida .grade {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.sobMedida .cada {
    background-color: #2A2A2A;
    padding: 20px;
    color: #fff;
    flex: 1 0 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sobMedida .cada h6 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 0;
}

.sobMedida .cada span {
    font-size: 12px;
    font-weight: 300;
}

.sobMedida .cada .icone {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-image: var(--degrade);
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sobMedida .cada .icone img {
    width: 100%;
    max-width: 30px;
}

.anosTransporte {
    padding: 4rem 0;
    
}

.anosTransporte .caixa {
    padding: 2rem 4rem;
    border: 1px solid silver;
    background-color: white;
    text-align: center;
}

.anosTransporte .caixa h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 0;
}

.anosTransporte .caixa h4 {
    font-size: 88px;
    font-weight: 700;
    color: var(--amarelo);
    font-family: "Merriweather", serif;
    margin-bottom: 0;
}

.protejaIndustria {
    padding: 4rem 0;
}

.protejaIndustria .cinza {
    background-color: #707070;
    padding: 2rem;
}

.protejaIndustria .cinza h3 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 3rem;
}

.protejaIndustria .cinza h3 b {
    font-weight: 700;
    display: block;
}

.protejaIndustria .caixa {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.protejaIndustria .caixa h5 b {
    display: block;
    font-weight: 700;
}

.protejaIndustria .caixa h5 {
    font-weight: 300;
}

.protejaIndustria .caixa img {
    width: 100%;
}

.banner.pageIndustria {
    background-image: url("../img/banner-industria.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.banner.pageIndustria h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.banner.pageIndustria .caixa {
    position: relative;
}

.banner.pageIndustria .caixa::after {
    content: '';
    display: block;
    width: 60%;
    height: 12px;
    background-image: var(--degrade);
    position: absolute;
    bottom: -30px;
    left: 0;
}

.banner.pageConstrucao {
    background-image: url("../img/banner-construcao-civil.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.banner.pageConstrucao h1 {
    font-size: 42px;
    color: white;
}

.banner.pageConstrucao .caixa {
    position: relative;
}

.banner.pageConstrucao .caixa::after {
    content: '';
    display: block;
    width: 30%;
    height: 10px;
    background-image: var(--degrade);
    position: absolute;
    bottom: -20px;
    left: 0;
}

.baseSegura {
    padding: 4rem 0;
    background-color: #707070;
}

.baseSegura .caixa {
    background-color: white;
    padding: 2rem 20px;
    text-align: center;
    position: relative;
    max-height: 375px;
    height: 100%;
}

.baseSegura .caixa ul {
    padding: 0;
    margin: 0;
    list-style: inside;
}

.baseSegura .caixa ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.baseSegura .caixa h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
}

.baseSegura .caixa h4::after {
    content: '';
    width: 100px;
    height: 4px;
    background-image: var(--degrade);
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 5px auto;
}

.baseSegura .caixa .icone {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background-image: var(--degrade);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: auto;
}

.baseSegura .caixa .icone img{
    width: 100%;
}

.baseSegura .caixa .centro {
    text-align: initial;
    padding: 3rem 20px;
    align-self: center;
}

.baseSegura .caixa .centro h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.baseSegura .caixa .centro h2 {
    font-family: "Merriweather", serif;
    font-size: 58px;
    line-height: 56px;
    font-weight: 700;
    position: relative;
}

.baseSegura .caixa .centro h2::after {
    content: '';
    width: 100%;
    height: 6px;
    background-image: var(--degrade);
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 5px auto;
    z-index: -0;
}
.contentSegment{
    color: #000;
    padding: 50px 15px;
}
.contentSegment .esquerda p{
    text-align: justify; 
}
.contentSegment .direita{
    padding: 50px 15px;
}
.contentSegment .direita h3{
    color: #C8A049;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Merriweather", serif;
}
.contentSegment .direita p{
    font-size: 12.5px;
    text-align: justify; 
}
.infoBanner{
    text-align: right;
    padding: 150px 0;
}
.infoBanner h4{
    color: #fff;
    margin: 0;
}
.infoBanner h1{
    color: #C8A049;
    font-family: "Merriweather", serif;
    margin: 0;
    font-weight: 700;
}
.textoCentral{
    padding: 60px 0;

}
.textoCentral h2{
    color: #C8A049;
    font-family: "Merriweather", serif;
    margin: 0;
    font-weight: 700;
}
.textoCentral h6{
    font-weight: 900;
}
.textoCentral h4{
    margin: 0 0 15px 15px;
    color: #C8A049;
    font-family: "Merriweather", serif;
    font-weight: 700;
}
.textoCentral .dif{
    background: #999;
    border: 10px #e5e5e5 double;
    margin: 5px 15px;
    padding: 15px;
    color: #fff;
}
.textoCentral .dif h5{
    color: #000;
    font-family: "Merriweather", serif;
    margin: 0;
    font-weight: 700;
    font-size: 17px;
}
.textoCentral p{
    text-align: justify;
    margin: 15px 0;
}
.textoCentral .diferenciais2 .dif p{
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}