:root {
--green1: #74bc1f;
--green2: #007161;
--gray: #484848;
--gray2: #333;
--green-guide: rgb(118, 184, 47);
--green-guide-2: rgb(10, 118, 101);
}
* {
font-family: Roboto, Arial, Sans-serif;
}
body {
}
a {
color: var(--green2); font-size: 18px;
}
a:hover {
transition: all 0.3s;
}
p {
color: #484848; font-size: 18px;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
}
h1 {
}
h2 {
}
h3 {
font-size: 26px;
}
h4 {
color: #0064b9;
font-size: 24px;
}
h5 {
color: #fdd946;
font-size: 16px;
margin-bottom: 20px;
text-align: center;
text-transform: uppercase;
}
ul {
padding-left: 20px;
}
ul li {
color: #484848;
font-size: 16px;
font-weight: 400;
}
img,
iframe {
max-width: 100%;
height: auto;
}  .container {
max-width: 1270px !important;
} .visible-xs {
display: none !important;
}
.hidden-xs {
display: block !important;
}
.visible-xl {
display: none !important;
}
.hidden-xl {
display: block !important;
} [class^='gap'] {
display: block;
clear: both;
}
.gap10 {
height: 10px;
}
.gap20 {
height: 20px;
}
.gap30 {
height: 30px;
}
.gap40 {
height: 40px;
}
.gap50 {
height: 50px;
}
.gap60 {
height: 60px;
} .title h2,
.sub h2 {
font-weight: 700;
margin-bottom: 35px;
}
h2.h2,
.h2 h2 {
font-size: 36px;
} .cta a {
background-color: var(--green-guide);
border: 1px solid var(--green-guide);
border-radius: 25px;
color: #fff;
display: inline-block;
font-size: 18px;
padding: 7px 28px;
transition: all 0.3s;
}
.cta a:hover {
background: var(--green-guide-2);
border-color: var(--green-guide-2);
color: #ffffff;
text-decoration: none;
}
.cta.alt a {
background-color: var(--green2);
border-color: var(--green2);
color: #fff;
}
.cta.alt a:hover {
background-color: transparent;
color: var(--green2);
} .video-wrapper {
}
.video-wrapper a:hover {
opacity: 0.8;
} .swiper-slide {
display: flex;
justify-content: center;
}
.swiper-button-prev,
.swiper-button-next {
color: #dedede !important;
opacity: 0.5;
} .custom-list {
}
.custom-list ul {
padding-left: 0;
}
.custom-list li + li {
margin-top: 15px;
}
.custom-list li {
color: #484848;
font-size: 16px;
font-weight: 500;
list-style: none;
max-width: 95%;
padding-left: 20px;
position: relative;
}
.custom-list li:before {
background-color: #03a0e6;
border-radius: 100%;
content: '';
display: inline-block;
height: 6px;
width: 6px;
position: absolute;
left: 0;
top: 10px;
} #header {
background-color: #fff;
position: relative;
}
#header .container {
height: 100px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
#logo {
} nav#menu-superior {
align-items: center;
background-color: transparent;
display: flex;
justify-content: end;
padding: 25px 0;
width: 100%;
}
#menu-superior ul {
column-gap: 25px;
display: flex;
margin: 0;
justify-content: flex-end;
}
#menu-superior ul li {
list-style: none;
position: relative;
}
#menu-superior ul li a {
color: #000;
font-size: 16px;
font-weight: 600;
padding: 10px 0;
}
#menu-superior ul li a:hover {
color: green;
text-decoration: none;
} #menu-superior .sub-menu {
background-color: #ffffff;
box-shadow: 0px 3px 6px #00000029;
display: none;
height: auto;
min-width: 180px;
padding: 0;
position: absolute;
top: 30px;
z-index: 2;
}
#menu-superior .sub-menu li {
max-width: 100%;
}
#menu-superior .sub-menu li a {
border-bottom: 1px solid #efefef;
color: #484848 !important;
display: block;
font-weight: 400;
padding: 9px 10px 9px 20px;
text-transform: uppercase;
}
#menu-superior .sub-menu a:hover {
background-color: #efefef;
}
#menu-superior li:hover .sub-menu {
display: block;
} #menu-mobile {
cursor: pointer;
height: 50px;
float: right;
overflow: hidden;
position: relative;
width: 40px;
z-index: 9999;
}
#menu-mobile span {
height: 4px;
background-color: var(--green2);
display: block;
width: 40px;
transition: all 0.3s ease;
margin: 10px 0;
}
#menu-mobile:hover span {
}
#menu-mobile:hover .span2 {
width: 80%;
}
#menu-mobile.close .span1 {
transform: rotate(-45deg);
position: absolute;
top: 10px;
transition: all 1s ease;
}
#menu-mobile.close .span2 {
width: 0;
transition: all 0.3s ease;
}
#menu-mobile.close .span3 {
transform: rotate(45deg);
position: absolute;
top: 10px;
transition: all 1s ease;
}
#menu-mobile.close [class^='span'] {
background-color: #fff !important;
} #menu-mobile-wrapper {
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 113, 97, 1);
position: fixed;
top: 0;
left: 0;
width: 100%;
opacity: 0;
height: auto;
display: none;
transition: all 0.3s linear;
z-index: 9998;
}
#menu-mobile-wrapper.open {
opacity: 1;
transition: all 0.3s linear;
}
#menu-mobile-wrapper #logo-menu {
margin-top: 15px;
text-align: center;
}
#menu-mobile-wrapper #logo-menu img {
max-width: 145px;
}
#menu-mobile-wrapper ul {
margin: 0;
padding: 0;
padding-top: 55px;
}
#menu-mobile-wrapper li {
background-color: var(--dark-blue);
list-style: none;
padding: 0;
margin: 0;
text-align: left;
line-height: 1.3;
}
#menu-mobile-wrapper li a {
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: left; text-decoration: none;
line-height: 1;
padding: 7px 34px;
margin: 0;
margin-bottom: 15px;
}
#menu-mobile-wrapper li a:hover,
#menu-mobile-wrapper li:hover,
#menu-mobile-wrapper li a:active,
#menu-mobile-wrapper li:active,
#menu-mobile-wrapper li a:focus,
#menu-mobile-wrapper li:focus {
background: transparent;
color: #fff;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
} #menu-mobile-wrapper ul.sub-menu {
position: relative;
visibility: unset;
z-index: 1;
}
#menu-mobile-wrapper li.menu-item-has-children {
}
#menu-mobile-wrapper li > ul {
padding-top: 0;
padding-left: 0;
}
#menu-mobile-wrapper li > ul.sub-menu li {
}
#menu-mobile-wrapper ul.sub-menu {
border-top: none;
display: none;
}
#menu-mobile-wrapper li > ul.sub-menu li a {
text-transform: uppercase;
color: #fff;
border-bottom: none;
font-weight: bold;
line-height: 1.3;
font-size: 15px;
padding: 4px 15px 4px 70px;
max-width: 100%;
}
#menu-mobile-wrapper li > ul.sub-menu li a:hover,
#menu-mobile-wrapper li > ul.sub-menu li a:focus,
#menu-mobile-wrapper li > ul.sub-menu li a:active {
color: #333;
}
#menu-mobile-wrapper li:hover > ul.sub-menu {
display: block;
}  #menu-mobile-wrapper ul.sub-menu {
margin-left: -20px;
} .cover-dark {
display: none;
background: rgba(0, 0, 0, 0.9);
background: rgba(0, 113, 97, 1);
height: 100%;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 998;
} #footer {
background-color: var(--green1);
padding: 80px 0;
}
#footer p,
#footer a,
#footer li {
color: #fff;
}
#footer .logo-footer {
}
#footer .logo-footer img {
max-width: 280px;
}
#footer .menu-footer {
}
.menu-footer ul {
margin: 0;
padding: 0;
}
.menu-footer li {
list-style: none;
}
#footer .texto-footer {
}
#footer .texto-footer p {
font-size: 18px;
margin-bottom: 45px;
}
#footer .item-contato {
color: #fff;
font-size: 18px;
margin-bottom: 15px;
}
#footer .item-contato i {
color: #fff;
font-size: 25px;
margin-right: 10px;
} #backToTop {
display: inline-block;
background-color: var(--green2);
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: all 0.3s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#backToTop::after {
content: '\f077';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#backToTop:hover {
cursor: pointer;
background-color: #333;
}
#backToTop:active {
background-color: #555;
}
#backToTop.show {
opacity: 1;
visibility: visible;
}
@media (min-width: 500px) {
#backToTop {
margin: 30px;
}
}
@media (max-width: 768px) {
#backToTop {
bottom: 15px;
right: 15px;
}
} .cookiealert .btn.acceptcookies {
color: var(--green1);
border-color: var(--green1);
background-color: transparent;
}
.cookiealert a {
color: var(--green1);
} #copyright {
background-color: var(--green1);
border-top: 1px solid green;
padding: 50px 0;
}
#copyright .container {
display: flex;
align-items: center;
justify-content: space-between;
}
#copyright p,
#copyright div,
#copyright a {
color: #fff;
font-size: 16px;
margin-bottom: 0;
}
#copyright a:hover {
color: #fff;
} .wpcf7 input:not(input[type='checkbox']):not(input[type='submit']),
.wpcf7 textarea {
background-color: transparent;
border: 1px solid #afafc3;
border-radius: 5px;
color: #484848;
padding: 10px;
width: 100%;
}
.wpcf7 select {
background-color: transparent;
border: 1px solid #afafc3;
border-radius: 5px;
color: #484848;
padding: 10px;
width: 100%;
}
::placeholder {
color: #484848;
}
.wpcf7 textarea {
height: 120px;
resize: none;
}
.wpcf7 h4 {
color: #484848;
font-size: 20px;
font-weight: 400;
margin-bottom: 30px;
text-align: center;
}
.wpcf7 .row {
}
.wpcf7 .row + .row {
margin-top: 20px;
}
.wpcf7 .cta {
display: grid;
justify-content: flex-end;
}
.wpcf7 label {
align-items: flex-start;
column-gap: 2%;
display: grid;
grid-template-columns: 5% 94%;
}
.wpcf7 input[type='submit'] {
background-color: var(--green-guide);
border: 0px;
border-radius: 18px;
color: #ffffff;
cursor: pointer;
padding: 8px 50px;
transition: all 0.3s;
}
.wpcf7 input[type='submit']:hover { background: var(--green-guide-2);
color: #ffffff;
text-decoration: none;
}
.wpcf7 span {
color: #484848;
font-size: 15px;
margin: 0;
}
.wpcf7 input[type='checkbox'] {
margin-top: 5px;
}
.wpcf7 .wpcf7-spinner {
display: block;
float: right;
} .wpcf7 input[type='text'].wpcf7-not-valid,
.wpcf7 input[type='email'].wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
background: #ffe1e2;
color: #ff585d;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
background: #fff;
border: 2px solid #d9d9d9;
color: #398f14;
font-size: 12px;
padding: 7px 15px;
}
.wpcf7-form .wpcf7-response-output {
border-radius: 10px;
border-color: #fff;
background: #fff;
clear: both;
font-size: 14px;
margin: 0 !important;
padding: 12px 15px !important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #dff2bf;
border: 0;
color: #4f8a10;
}
.wpcf7 form.invalid .wpcf7-response-output { background-color: #ffe1e2;
border: 0;
color: #ff585d;
}
.wpcf7 span.wpcf7-not-valid-tip {
color: #ff585d;
font-weight: bold;
font-size: 12px;
margin-top: 5px;
} .grecaptcha-badge {
visibility: hidden;
}  #section-hero {
}
#section-hero .wpb_single_image {
margin-bottom: 0;
}
#section-hero img {
height: calc(100vh - 100px);
} #section-folhas {
background: #fff url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-abstrato.png) no-repeat top left;
background-size: cover;
padding: 60px 0;
}
#section-folhas .item-folha {
margin: 35px 0;
text-align: center;
}
#section-folhas .item-folha h3 {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/icone-folha.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: center left;
background-size: 70px;
display: inline-block;
height: 70px;
line-height: 70px;
margin-bottom: 0;
padding-left: 90px;
text-align: center;
} #section-qs-home2 {
background: var(--green1);
}
#section-qs-home2 * {
color: #fff;
}
#section-qs-home2 .col-left {
background-color: var(--green1);
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg_quem_somos_home_v2_860x860.jpg);
background-repeat: no-repeat;
background-position: center left;
background-size: 860px auto;
}
#section-qs-home2 .col-right {
padding: 80px 60px;
max-width: 600px;
}
#section-qs-home2 .col-left-conteudo {
}
#section-qs-home2 .col-left-conteudo .img-bg {
margin-bottom: 0;
}
#section-qs-home2 .sub {
}
#section-qs-home2 .sub h2 {
}
#section-qs-home2 .texto {
}
#section-qs-home2 .texto p {
}
#section-qs-home2 .lista {
margin-top: 50px;
}
#section-qs-home2 .lista p {
background: transparent url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/icone-test.png) no-repeat center left;
display: flex;
align-items: center;
margin-bottom: 30px;
min-height: 80px;
padding-left: 100px;
}
#section-qs-home2 .lista p:nth-child(1) {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/icone-qs1.png);
}
#section-qs-home2 .lista p:nth-child(2) {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/icone-qs3.png);
}
#section-qs-home2 .lista p:nth-child(3) {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/icone-qs2.png);
} #section-trabalhe-conosco {
background-color: var(--green2);
}
#section-trabalhe-conosco * {
color: #fff;
}
#section-trabalhe-conosco .col-right {
background-color: var(--green2);
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg_trabalhe_conosco_home_860x600_v2.jpg);
background-repeat: no-repeat;
background-position: center right;
background-size: 860px auto;
}
#section-trabalhe-conosco .col-left {
padding: 80px 60px;
}
#section-trabalhe-conosco .col-left .sub,
#section-trabalhe-conosco .col-left .cta {
clear: both;
float: right;
max-width: 600px;
width: 100%;
}
#section-trabalhe-conosco .sub {
}
#section-trabalhe-conosco .sub h2 {
}
#section-trabalhe-conosco .texto {
}
#section-trabalhe-conosco .texto p {
}
#section-trabalhe-conosco .cta {
margin-top: 50px;
text-align: center;
} #section-trabalhe-conosco-linha2 {
background: #fff url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-abstrato.png) no-repeat top left;
background-size: cover;
padding: 80px 0 60px 0;
}
#section-trabalhe-conosco-linha2 .icone {
margin-bottom: 20px;
text-align: center;
}
#section-trabalhe-conosco-linha2 .icone img {
max-width: 100px;
}
#section-trabalhe-conosco-linha2 .nome {
}
#section-trabalhe-conosco-linha2 .nome h4 {
color: #000;
margin-bottom: 0;
text-align: center;
} #section-resp-social-home {
background: var(--green2);
}
#section-resp-social-home * {
color: #fff;
}
#section-resp-social-home .col-left {
background-color: var(--green2);
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-home-resp-social.jpg);
background-repeat: no-repeat;
background-position: center left;
background-size: 860px auto;
}
#section-resp-social-home .col-right {
padding: 90px 40px;
max-width: 700px;
}
#section-resp-social-home .col-left-conteudo {
}
#section-resp-social-home .col-left-conteudo .img-bg {
margin-bottom: 0;
}
#section-resp-social-home .sub {
}
#section-resp-social-home .sub h2 {
}
#section-resp-social-home .texto {
}
#section-resp-social-home .texto p {
}
#section-resp-social-home .cta {
margin-top: 50px;
margin-bottom: 0;
text-align: center;
}
#section-resp-social-home .cta a {
}
@media screen and (max-width: 1440px) {
#section-resp-social-home .col-left {
background-position: bottom;
background-size: cover;
}
#section-resp-social-home .col-right {
padding: 60px 40px;
}
}
@media screen and (max-width: 768px) {
#section-resp-social-home .col-left {
background-position: top;
height: 400px;
}
#section-resp-social-home .col-right {
padding: 45px 45px 55px 45px;
}
} #section-seja-parceiro-home {
background-color: var(--green1);
}
#section-seja-parceiro-home * {
color: #fff;
}
#section-seja-parceiro-home .col-left {
padding: 100px 80px 80px 80px;
}
#section-seja-parceiro-home .col-right {
background-color: var(--green1);
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg_parceiro_florestal_home_860x600.jpg);
background-repeat: no-repeat;
background-position: center right;
background-size: 860px auto;
}
#section-seja-parceiro-home .col-left .sub,
#section-seja-parceiro-home .col-left .cta {
clear: both;
float: right;
max-width: 470px;
width: 100%;
}
#section-seja-parceiro-home .sub {
}
#section-seja-parceiro-home .sub h2 {
}
#section-seja-parceiro-home .texto {
}
#section-seja-parceiro-home .texto p {
}
#section-seja-parceiro-home .cta {
margin-top: 50px;
text-align: center;
}
#section-seja-parceiro-home .cta a {
} #section-mapas-home {
padding: 90px 0 60px 0;
background: #fff url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-abstrato.png) no-repeat center top;
background-size: cover;
}
#section-mapas-home .sub {
margin-bottom: 50px;
text-align: center;
}
#section-mapas-home .sub h2 {
}
#map {
height: 290px;
border-radius: 15px;
}
.map-wrap {
background: #003da9;
color: #fff;
padding: 5px;
border-radius: 15px;
margin: 40px 0;
}
.map-wrap .text-left,
.map-wrap .text-right {
line-height: 1;
margin-top: 13px;
}
.map-wrap .text-left {
padding-left: 25px;
}
.map-wrap .text-right {
padding-right: 25px;
}
.map-wrap select {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
background: #fff;
border-radius: 10px;
color: #a8a8a8;
font-size: 16px;
height: auto;
line-height: 1;
margin: 3px 0 7px 0;
padding: 7px 10px;
width: 300px;
max-width: 100%;
} #section-contato-home {
background-color: var(--green2);
position: relative;
}
#section-contato-home:before {
content: '';
background: var(--green1);
position: absolute;
width: 50%;
top: 0;
left: 0;
height: 100%;
}
#section-contato-home .col-left {
padding: 80px 40px;
}
#section-contato-home .col-right {
padding: 80px 40px;
}
#section-contato-home .sub {
}
#section-contato-home .sub h3 {
color: #fff;
}
#section-contato-home .texto {
}
#section-contato-home .texto p {
color: #fff;
}
#section-contato-home .wpcf7 {
background-color: #fff;
padding: 45px 35px 10px 35px;
} #section-blog-home-tit {
background: var(--green2) url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg_noticias_1920x700.jpg) no-repeat top left;
background-size: cover;
height: 700px;
display: flex;
align-items: center;
position: relative;
}
#section-blog-home-tit:after {
content: '';
width: 100%;
height: 100%;
background-image: linear-gradient(to right, rgba(20, 22, 34, 0.6) 0%, transparent 100%);
transform: translateX(0);
transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
position: absolute;
left: 0;
top: 0;
}
#section-blog-home-tit .sub {
margin-bottom: 0;
position: relative;
z-index: 10;
}
#section-blog-home-tit .sub h2 {
color: #fff;
} #section-blog-home {
padding: 80px 0 80px 0;
}
#inserir-posts-home {
margin-bottom: 0;
}
#section-blog-home .cta {
text-align: center;
}
.posts-wrapper {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: stretch;
justify-content: space-between;
gap: 40px;
margin-bottom: 70px;
}
.posts-wrapper .post-item {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 30%;
max-width: 386px;
}
.post-item .foto-destaque {
}
.post-item .post-img {
background-color: #555;
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
width: auto;
height: 270px; }
.post-item .conteudo-card {
background-color: #f8f8f8;
display: flex;
flex-direction: column;
flex-grow: 1;
gap: 20px;
padding: 15px;
}
.post-item .post-title {
}
.post-item .post-title h4 {
color: var(--gray2);
}
.post-item .post-title a {
color: var(--gray2);
}
.post-item .post-meta { }
.post-item .post-meta div {
font-size: 14px;
}
.post-item .post-meta .categoria {
}
.post-item .post-meta .data {
text-align: right;
}
.post-item .post-desc {
}
.post-item .post-desc p {
}
.post-item .post-cta {  margin-top: auto;
}
.post-item .post-cta a {
color: var(--gray2);
}
.post-item .post-cta:before {
content: '';
width: 30px;
height: 3px;
background: var(--gray2);
display: inline-block;
margin-right: 15px;
} .page-title-wrapper {
background-color: #111;
background-repeat: no-repeat;
background-size: cover;
height: 280px;
display: flex;
flex-direction: column;
justify-content: center;
}
.page-title {
text-align: center;
width: 100%;
}
.page-title * {
color: #fff;
}
.page-title h1 {
color: #fff;
font-weight: bold;
font-size: 40px;
margin-bottom: 0;
}
.breadcrumbs {
text-align: center;
}
.breadcrumbs * {
color: #fff;
}  body.page-id-104 .page-title-wrapper {
display: none;
}
#header-trab-conosco {
background: var(--green2) url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg_trabalhe_conosco_hero_1920x700_v2.jpg) no-repeat top left;
background-size: cover;
min-height: 700px;
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
}
#header-trab-conosco:after {
background-color: rgba(0, 0, 0, 0.2);
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
#header-trab-conosco .titulo {
margin-bottom: 60px;
text-align: left;
}
#header-trab-conosco .titulo h1 {
color: #fff;
}
#header-trab-conosco .titulo,
#header-trab-conosco .cta-wrapper {
z-index: 2;
position: relative;
}
#header-trab-conosco .cta-wrapper {
margin-bottom: 0;
}
#header-trab-conosco .cta-wrapper .wpb_wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: flex-start;
}
#header-trab-conosco .cta a {
} #intro-trab-conosco {
background-color: var(--green2);
padding: 80px 0;
}
#intro-trab-conosco > .vc_row {
display: flex;
justify-content: stretch;
align-items: center;
} #intro-trab-conosco .col-left {
}
#intro-trab-conosco .col-left .wpb_wrapper {
max-width: 320px;
margin: 0 auto;
}
#intro-trab-conosco .sub {
text-align: right;
margin-bottom: 60px;
}
#intro-trab-conosco .sub h2 {
color: #fff;
}
#intro-trab-conosco .texto {
text-align: right;
}
#intro-trab-conosco .texto p {
color: #fff;
font-size: 18px;
} #intro-trab-conosco .col-right {
}
#intro-trab-conosco .linha {
margin-bottom: 10px;
overflow: hidden;
}
#intro-trab-conosco .linha .wpb_wrapper {
display: flex;
align-items: center;
padding: 10px;
}
#intro-trab-conosco .icone {
margin-bottom: 0;
}
#intro-trab-conosco .desc {
margin-bottom: 0;
margin-left: 25px;
}
#intro-trab-conosco .desc p {
color: #fff;
font-size: 20px;
line-height: 1.3;
}
#intro-trab-conosco .desc p strong {
color: var(--green1);
} #trilha {
background: #fff url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-abstrato.png) no-repeat top left;
background-size: cover;
padding: 80px 0 60px 0;
} #trilha .linha1 {
}
#trilha .icone {
margin-bottom: 20px;
text-align: center;
}
#trilha .icone img {
max-width: 100px;
}
#trilha .nome {
}
#trilha .nome h4 {
color: #000;
margin-bottom: 0;
text-align: center;
} #trilha .linha2 {
margin-top: 60px;
}
#trilha .cta-wrapper {
}
#trilha .cta-wrapper a {
}
#trilha .cta-wrapper .wpb_wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 30px;
}
#trilha .cta-wrapper p {
margin: 0;
} .blog-page #blog-wrapper {
padding: 80px 0 40px 0;
}
.blog-page #blog-wrapper .posts-wrapper .post-item {
margin-bottom: 50px;
}  body.single .page-title-wrapper {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-blog-home.jpg);
display: flex;
align-items: flex-start;
justify-content: center;
height: 600px;
position: relative;
}
body.single .page-title-wrapper::after {
content: '';
position: absolute;
background-image: linear-gradient(to right, rgba(20, 22, 34, 0.6) 0%, transparent 100%);
transform: translateX(0);
transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
width: 100%;
height: 101%;
position: absolute;
top: 0;
left: 0;
}
body.single .page-title-wrapper header {
position: relative;
z-index: 10;
}
body.single .page-title-wrapper .row .col-md-12 {
padding-left: 30px;
}
body.single .page-title-wrapper h1 {
line-height: 1.3;
max-width: 500px;
text-align: left;
} .post-meta {
align-items: flex-start;
justify-content: flex-start; display: flex;
flex-wrap: wrap; overflow: hidden;
width: 100%;
}
.post-meta__item {
text-align: left;
}
.post-meta__item .linha-fina {
color: rgba(255, 255, 255, 0.6);
display: block;
letter-spacing: 1px;
text-transform: uppercase;
} .article-item {
max-width: 836px;
margin: 40px auto 70px auto;
} .article-item .post-header {
}
.article-item .post-header h1 {
color: #00aeff;
font-size: 32px;
margin-bottom: 30px;
} .article-item .post__feature-img {
position: relative;
}
.article-item .post__feature-img img {
max-width: 100%;
width: 100%;
} .article-item .post__meta {
border-bottom: 1px solid #9a9a9a;
margin-bottom: 35px;
margin-top: 5px;
padding: 10px 0;
}
.article-item .post__meta div[class^='col-'] {
display: flex;
align-items: center;
}
.article-item .post__meta .col-right {
justify-content: end;
}
.article-item .post__meta .column {
}
.article-item .post__meta .category {
color: var(--gray);
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.article-item .post__meta .date {
border-left: 1px solid var(--gray);
color: var(--gray);
font-size: 13px;
margin-left: 15px;
padding-left: 15px;
}
.article-item .post__meta .share-title {
color: var(--gray);
font-size: 13px;
text-transform: uppercase;
}
.article-item .post__meta .share-icons {
border-left: 1px solid var(--gray);
color: var(--gray);
font-size: 13px;
margin-left: 15px;
padding-left: 15px;
}
.article-item .post__meta .share-icons i {
color: var(--gray);
font-size: 15px;
margin: 0 5px;
}
.article-item .post__meta .share-icons a {
color: var(--gray);
}
.article-item .post__meta .share-icons i:hover,
.article-item .post__meta .share-icons a:hover {
color: var(--green1);
}
.article-item .post__meta .share-icons a:hover {
text-decoration: none;
} .article-item .post__content {
}
.article-item .post__content p {
margin-bottom: 25px;
}
.article-item .post__content h2,
.article-item .post__content h3,
.article-item .post__content h4,
.article-item .post__content h5 {
margin-top: 10px;
}
.article-item .post__content h4 {
color: var(--green2);
font-size: 20px;
font-weight: 600;
margin-bottom: 30px;
}
.article-item .post__content h3 {
color: var(--green2);
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
}
.article-item .post__content h2 {
color: var(--green2);
font-size: 28px;
font-weight: 600;
margin-bottom: 30px;
}
.article-item .post__content a {
color: var(--green2);
text-decoration: none;
}
.article-item .post__content a:hover {
color: var(--green1);
}
.article-item .post__content .wp-caption {
max-width: 100%;
}
.article-item .post__content img {
max-width: 100%;
margin-bottom: 30px;
}
.article-item .post__content .wp-caption-text {
font-size: 13px;
margin-top: -25px;
}
.article-item iframe {
max-width: 100%;
width: 100%;
}
.article-item .post__content ul {
list-style: none;
margin-bottom: 30px;
}
.article-item .post__content ol {
margin-bottom: 30px;
padding-left: 20px;
}
.article-item .post__content li {
font-weight: 500;
margin-bottom: 15px;
padding-left: 0px;
position: relative;
}
.article-item .post__content ul li::before {
content: '';
background-color: var(--green2);
border-radius: 100%;
display: inline-block;
width: 7px;
height: 7px;
position: absolute;
left: -20px;
top: 10px;
} .article-item .post__tags {
color: #858585;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 60px;
}
.article-item .post__tags a {
background-color: #e1e1e1;
border: 1px solid #e1e1e1;
border-radius: 3px;
color: var(--gray);
font-size: 14px;
padding: 4px 12px;
pointer-events: none;
text-transform: lowercase;
}
.article-item .post__tags a:hover {
background-color: transparent;
} #post-navigation-wrapper {
padding: 60px 0 90px 0;
}
.post-navigation {
display: flex;
justify-content: space-around;
max-width: 836px;
margin: 0 auto;
}
.post-navigation > div {
}
.post-navigation .previous-post {
flex: 1;
}
.post-navigation .next-post {
flex: 1;
}
.post-navigation .label {
color: var(--gray);
display: block;
font-weight: 500;
margin-bottom: 10px;
text-transform: uppercase;
}
.post-navigation .title {
color: var(--gray2);
max-width: 300px;
}
.post-navigation .next-post .label,
.post-navigation .next-post {
text-align: right;
}
.post-navigation .next-post .title {
float: right;
}
.post-navigation .next-post svg,
.post-navigation .previous-post svg {
height: 100px;
}
.post-navigation .next-post svg {
float: right;
margin-left: 20px;
}
.post-navigation .previous-post svg {
float: left;
margin-right: 20px;
} #obrigado-wrapper {
background: var(--green2) url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-obrigado.jpg) no-repeat top left;
background-size: cover;
min-height: calc(100vh - 100px);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.page-id-98 .page-title-wrapper {
display: none;
}
#obrigado-wrapper * {
color: #fff;
text-align: center;
}
#obrigado-wrapper .titulo {
margin-bottom: 50px;
}
#obrigado-wrapper h1 {
}
#obrigado-wrapper .texto {
max-width: 800px;
margin: 0 auto 35px auto;
}
#obrigado-wrapper .texto p {
font-size: 20px;
line-height: 1.3;
}
#obrigado-wrapper .grande p {
font-size: 30px;
}
#obrigado-wrapper .cta {
margin-top: 100px;
text-align: center;
} body.error404 .page-title-wrapper {
display: none;
}
#pg-404 {
min-height: 500px;
padding: 50px 0 100px 0;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
#pg-404 img {
width: 140px;
height: auito;
}
#pg-404 .ops {
font-size: 4rem;
font-weight: bold;
margin-bottom: 1.8rem;
margin-top: 1.8rem;
}
#pg-404 h1 {
color: var(--green2);
}
#pg-404 h3 {
font-size: 1.4rem;
font-weight: 500;
margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
#pg-404 h3 br {
display: none;
}
}  body.page-id-476 .page-title-wrapper {
display: none;
} #hero-rs {
}
#hero-rs #hero {
background-size: cover;
height: 490px;
}
#hero-rs #hero .vc_col-sm-12 {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
#hero-rs .tit {
}
#hero-rs .tit h1 {
color: #fff;
}
#hero-rs #intro {
background-color: #384c6d; padding: 60px 15px;
}
#hero-rs #intro .sub {
}
#hero-rs #intro h2 {
color: #fff;
}
#hero-rs #intro .texto {
margin-bottom: 0;
}
#hero-rs #intro p {
color: #fff;
font-size: 24px;
line-height: 1.3;
margin: 0 auto;
max-width: 930px;
}
@media screen and (max-width: 1536px) {
#hero-rs #hero {
height: 350px;
}
}
@media screen and (max-width: 1024px) {
#hero-rs #hero {
height: 250px;
}
#hero-rs .tit h1 {
padding-left: 40px;
}
}
@media screen and (max-width: 768px) {
#hero-rs #hero {
background-position: top;
}
#hero-rs #hero h1 {
max-width: 400px;
}
#hero-rs #intro {
background-color: #384c6d; padding: 35px 15px;
}
#hero-rs #intro p {
font-size: 20px;
}
}
@media screen and (max-width: 480px) {
#hero-rs #hero {
background-position: 70% center;
}
#hero-rs #hero h1 {
font-size: 26px;
max-width: 65%;
padding-left: 15px;
}
#hero-rs #hero h1 br {
display: none;
}
#hero-rs #intro h2 br {
display: none;
}
#projetos-rs #intro .logo img {
max-width: 100%;
}
}
#hero-rs #logos {
padding: 25px 0 60px 0;
}
#hero-rs #logos .logo {
margin-bottom: 0;
}
#hero-rs #logos .logo img {
max-width: 680px;
width: 100%;
} #projetos-rs {
background: #fff url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-responsabilidade-social.png) no-repeat top left;
background-size: cover;
padding: 85px 15px;
}
#projetos-rs #intro {
} #projetos-rs #intro .sub {
margin-bottom: 80px;
}
#projetos-rs #intro .sub h2 {
color: var(--green2);
font-weight: 500;
margin-bottom: 0;
}
#projetos-wrapper {
}
#projetos-wrapper .item-col {
}
#projetos-wrapper .item-col > .vc_column-inner > .wpb_wrapper {
background-color: #fff;
box-shadow: 18px 20px 29.8px -3px #0000001a;
border-radius: 20px;
padding: 50px 0;
}
#projetos-wrapper .item-col .titulo {
background-color: #c11728;
text-align: center;
}
#projetos-wrapper .item-col:nth-child(2) .titulo {
background-color: #f59d08;
}
#projetos-wrapper .item-col:nth-child(3) .titulo {
background-color: #289438;
}
#projetos-wrapper .item-col .titulo h3 {
color: #fff;
font-weight: bold;
text-transform: uppercase;
padding: 18px 15px;
line-height: 1;
}
#projetos-wrapper .item-col .texto {
padding: 0 35px;
}
#projetos-wrapper .item-col .texto p {
color: #384c6d;
font-size: 20px;
line-height: 1.3;
text-align: center;
}
@media screen and (min-width: 801px) {
#projetos-wrapper .item-col .texto p {
min-height: 160px;
}
}
#projetos-wrapper .item-col .galeria {
margin-bottom: 45px;
padding: 0 30px;
}
#projetos-wrapper .vc_carousel-slideline-inner .vc_item a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
#projetos-wrapper .vc_carousel-slideline-inner .vc_item a:after {
content: '';
width: 100%;
height: 100%;
background: transparent url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/lupa2.png) 98% 5px;
background-repeat: no-repeat;
background-size: 32px;
position: absolute;
top: 0;
left: 0;
}
#projetos-wrapper .vc_carousel-slideline-inner .vc_item a:hover:after {
background-size: 38px;
transition: all 0.3s ease;
}
#projetos-wrapper .item-col .galeria .vc_inner img {
border-radius: 14px;
}
#projetos-wrapper .item-col .tabs {
padding: 0 30px;
}
#projetos-wrapper .vc_tta-panel-heading,
#projetos-wrapper .vc_tta-panel-body {
background-color: transparent;
border: none;
}
@media screen and (min-width: 801px) {
#projetos-wrapper .vc_tta-panels-container {
min-height: 198px;
}
}
#projetos-wrapper .vc_tta-panel-heading h4 a {
color: #384c6d;
font-size: 24px;
font-weight: 700;
padding: 10px 12px;
text-align: center;
}
#projetos-wrapper .vc_tta-panel-title > a {
padding-left: 0;
}
#projetos-wrapper .vc_tta-controls-icon {
display: none;
}
#projetos-wrapper .texto-desc {
text-align: center;
}
#projetos-wrapper .texto-desc p {
color: #384c6d;
font-size: 20px;
font-weight: 300;
line-height: 1.2;
}
@media screen and (max-width: 768px) {
#projetos-rs {
padding: 45px 25px 0 25px !important;
}
#projetos-rs #intro .logo {
margin-bottom: 35px;
}
#projetos-rs #intro .logo img {
max-width: 80%;
}
#projetos-rs #intro .sub {
margin-bottom: 35px;
}
#projetos-wrapper {
display: flex;
align-items: center;
flex-direction: column;
gap: 25px;
padding: 0 15px;
}
#projetos-wrapper .item-col {
width: 100%;
margin-bottom: 25px;
max-width: 400px;
}
#projetos-wrapper .item-col > .vc_column-inner > .wpb_wrapper {
padding: 10px 0;
}
#projetos-wrapper .item-col .texto p {
font-size: 18px;
}
#projetos-wrapper .item-col .texto {
padding: 0 20px;
}
#projetos-wrapper .item-col .galeria {
margin-bottom: 25px;
}
#projetos-wrapper .texto-desc p {
font-size: 18px;
}
}
@media screen and (max-width: 480px) {
#projetos-rs #intro .sub {
margin-bottom: 0;
}
#section-mapa .vc_tta-panel-heading {
background-color: var(--green2);
}
#section-mapa .vc_tta-panel-heading a {
color: #fff;
}
} #section-mapa {
background-color: #f7fff4;
} #section-mapa .col-left {
padding: 65px 80px 0 0;
}
#section-mapa .col-left > .vc_column-inner > .wpb_wrapper {
clear: both;
float: right;
max-width: 580px;
width: 100%;
}
#section-mapa .col-left .mapa {
}
#section-mapa .vc_tta-tabs-container {
margin-bottom: 45px;
}
#section-mapa ul.vc_tta-tabs-list li {
margin-right: 15px;
background-color: transparent;
font-weight: bold;
height: auto;
overflow: hidden;
}
#section-mapa ul.vc_tta-tabs-list li.vc_tta-tab a {
background-color: transparent;
border: 2px solid var(--green2);
border-radius: 40px;
color: var(--green2);
padding: 10px 26px;
font-size: 18px;
}
#section-mapa ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
background-color: var(--green2);
color: #fff;
}
#section-mapa ul.vc_tta-tabs-list li.vc_tta-tab a:after,
#section-mapa ul.vc_tta-tabs-list li.vc_tta-tab a:before {
display: none !important;
}
#section-mapa .vc_tta-panels {
background-color: transparent;
border: none;
}
#section-mapa .col-left .vc_tta-container {
margin-bottom: 0 !important;
} #section-mapa .col-right {
background-color: #f7fff4;
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-verde-escuro.png);
background-repeat: repeat;
background-position: center right;
background-size: 860px auto;
padding: 65px 20px 65px 110px;
}
#section-mapa .col-right * {
color: #fff;
}
#section-mapa .col-right > .vc_column-inner > .wpb_wrapper {
clear: both;
float: left;
max-width: 530px;
width: 100%;
}
#section-mapa .col-right .sub {
}
#section-mapa .col-right .sub h2 {
}
#section-mapa .col-right .texto {
}
#section-mapa .col-right .texto p {
}
#section-mapa .col-right .numeros {
background-repeat: no-repeat;
background-position: left center;
display: flex;
align-items: center;
line-height: 1.1;
margin-bottom: 22px;
min-height: 70px;
padding-left: 90px;
}
#section-mapa .col-right .icone1 {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/resp-numero1.png);
}
#section-mapa .col-right .icone2 {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/resp-numero2.png);
}
#section-mapa .col-right .icone3 {
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/resp-numero3.png);
}
#section-mapa .col-right .numeros p {
font-weight: 300;
}
#section-mapa .col-right .numeros strong {
display: block;
font-size: 32px;
}
@media screen and (max-width: 1024px) {
#section-mapa .col-left {
padding: 50px 20px;
}
#section-mapa .col-right {
padding: 50px 40px;
}
}
@media screen and (max-width: 480px) {
#section-mapa .col-right {
padding: 45px 35px !important;
}
#section-mapa .col-right {
font-size: 26px;
}
} #section-bracell-social {
background-color: var(--green1);
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-bracell-social.jpg);
background-repeat: no-repeat;
background-position: center right;
background-size: 1045px auto; }
#section-bracell-social * {
color: #fff;
} #section-bracell-social .col-left {
padding: 120px 150px 120px 0;
}
#section-bracell-social .texto {
clear: both;
float: right;
max-width: 470px;
width: 100%;
}
#section-bracell-social .texto h2 {
}
#section-bracell-social .texto p {
line-height: 1.3;
}
#section-bracell-social .cta a {
margin-top: 35px;
}
@media screen and (max-width: 1536px) {
#section-bracell-social {
background-size: 860px auto;
}
#section-bracell-social .col-left {
padding: 70px 180px 70px 0;
}
}
@media screen and (max-width: 1367px) {
#section-bracell-social {
background-size: 760px 100%;
}
#section-bracell-social .col-left {
max-width: 600px;
padding: 50px;
}
}
@media screen and (max-width: 1024px) {
#section-bracell-social {
background-size: 50% auto;
background-position: top right;
}
}
@media screen and (max-width: 480px) {
#section-bracell-social {
background-position: top left;
background-size: 100%;
}
#section-bracell-social .col-left {
padding: 350px 25px 45px 25px !important;
}
#section-bracell-social .cta {
margin-bottom: 0;
}
#section-bracell-social .cta a {
margin-top: 25px;
}
} #section-depoimentos {
background: #fff url(//msflorestal.com/wp-content/themes/msflorestal/images/bg/bg-responsabilidade-social.png) no-repeat top left;
background-size: cover;
padding: 80px 15px 60px 15px;
}
#section-depoimentos .sub {
text-align: center;
margin-bottom: 50px;
}
#section-depoimentos .sub h2 {
color: var(--green2);
font-weight: bold;
margin-bottom: 0;
}
#section-depoimentos .sub2 {
margin-top: 60px;
margin-bottom: 0;
}
#section-depoimentos .sub2 h2 {
}
#depoimentos-wrapper {
}
.depo-item {
width: 100%;
max-width: 900px;
}
.depo-item * {
text-align: center;
}
.depo-item .texto {
background-color: #384c6d;
border-radius: 20px;
padding: 70px 25px;
margin-bottom: 120px;
position: relative;
width: 100%;
}
.depo-item .texto:after {
content: '';
content: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/triangle-down.svg);
display: block;
width: 100%;
height: 100px;
position: absolute;
bottom: -90px;
left: 0;
}
.depo-item .texto p {
color: #fff;
font-size: 22px;
max-width: 700px;
margin: 0 auto;
}
.depo-item .foto {
margin: 20px 0 15px 0;
}
.depo-item .foto img {
}
.depo-item .nome,
.depo-item .cargo,
.depo-item .local {
color: #2d4697;
}
.depo-item .nome {
font-size: 24px;
font-weight: bold;
margin-bottom: 15px;
}
.depo-item .cargo {
font-size: 20px;
line-height: 1.1;
}
.depo-item .local {
font-size: 18px;
line-height: 1.1;
}
#depoimentos-wrapper .swiper-button-next,
#depoimentos-wrapper .swiper-button-prev {
border: 3px solid var(--green2);
border-radius: 50%;
width: 50px;
height: 50px;
top: 22%; }
#depoimentos-wrapper .swiper-button-next:after,
#depoimentos-wrapper .swiper-button-prev:after {
color: var(--green2);
font-size: 25px;
}
@media screen and (max-width: 800px) {
#section-depoimentos .sub h2 br {
display: none;
}
}
@media screen and (max-width: 768px) {
#section-depoimentos {
padding: 45px 25px !important;
}
.depo-item {
width: 80%;
}
.depo-item .texto {
padding: 35px 25px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.depo-item .texto p {
font-size: 18px;
}
}
@media screen and (max-width: 480px) {
#section-depoimentos {
padding: 45px 10px 0 10px !important;
}
#depoimentos-wrapper .swiper-button-next,
#depoimentos-wrapper .swiper-button-prev {
display: none;
}
.depo-item .texto {
margin-bottom: 70px;
padding: 25px 15px;
width: 100%;
}
.depo-item .texto:after {
bottom: -60px;
z-index: -1;
}
} .page-id-476 #section-blog-home .sub h2 {
color: var(--green2); font-weight: bold;
margin-bottom: 50px;
text-align: center;
} #politica-de-privacidade {
padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
#politica-de-privacidade {
padding: 40px 0 5px 0;
}
} #lgpd-title {
padding: 60px 0;
background-color: var(--green1);
text-align: center;
}
#lgpd-title h1 {
color: #fff;
font-size: 50px;
font-weight: bold;
}
.tabs-container {
padding: 50px 0;
}
.tabs-container ul {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
list-style: none;
padding: 0;
}
.tabs-container ul li {
list-style: none;
}
.tabs-container ul li a {
text-transform: uppercase;
font-weight: 600;
color: var(--green1) !important;
padding: 5px 20px;
text-decoration: none;
transition: all ease 0.3s;
}
.tabs-container ul li.active a {
color: #383838 !important;
}
.tabs-container ul li .tabs-border {
width: 100%;
height: 4px;
background: transparent;
border: 1px solid var(--green1);
border-radius: 2px;
transition: all ease 0.3s;
}
.tabs-container ul li.active .tabs-border {
background: var(--green1);
}
.tabs-container .tabs-select {
display: none !important;
}
.tabs-container .tabs-select {
width: 100%;
height: 46px;
padding: 10px 45px 10px 20px;
border-radius: 5px;
color: var(--green1);
border: 1px solid #cccccc;
background-image: url(//msflorestal.com/wp-content/themes/msflorestal/images/icones/arrow-down.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: right 20px center;
-moz-appearance: none;
-webkit-appearance: none;
text-indent: 1px;
text-overflow: ellipsis;
display: block;
}
.tabs-container .tabs-select:focus-visible {
border-color: var(--green1);
box-shadow: 0 0 5px rgba(0, 128, 0, 0.3);
outline: none;
}
.conteudo-container {
padding-bottom: 50px;
}
.conteudo-container .tab-content {
display: none;
transition: all ease 0.3s;
}
.conteudo-container .tab-content.active {
display: block;
}
.conteudo-container .tab-content h5 {
line-height: 1;
color: #000000;
margin-bottom: 8px;
text-align: inherit;
}
.conteudo-container .tab-content p {
font-size: 16px;
}
.conteudo-container .tab-content a {
color: var(--green1);
text-decoration: none;
}
.conteudo-container .tab-content a:hover {
color: var(--green2);
text-decoration: underline;
}
#lgpd-cont {
padding: 100px 0;
}
#lgpd-cont #abas-container {
}
#lgpd-cont #abas-container .vc_tta-tabs-list {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
#lgpd-cont #abas-container .vc_tta-tab {
}
#lgpd-cont #abas-container .vc_tta-tab a {
background: transparent;
border: 0;
text-transform: uppercase;
font-weight: 600;
color: var(--green1);
padding: 5px 20px;
transition: all ease 0.3s;
}
#lgpd-cont #abas-container .vc_tta-tab::after {
content: '';
display: block;
width: 100%;
height: 4px;
background: var(--green1);
border: 1px solid var(--green1);
top: inherit; left: 0;
bottom: 0;
text-align: center;
border-radius: 2px;
transition: all ease 0.3s;
}
#lgpd-cont #abas-container .vc_tta-tab.vc_active::after {
background: transparent;
}
#lgpd-cont #abas-container .vc_tta-panels {
background: transparent;
border: none;
margin-top: 50px;
}
#lgpd-cont #abas-container .abas-content {
}
#lgpd-cont #abas-container .abas-text p {
font-size: 16px;
}
.vc_tta-panel-body {
transition: all ease 0.3s;
} .cookiealert.newalert {
background: #383838 !important;
}
.cookiealert.newalert a:hover {
color: var(--green2);
}
.cookiealert.newalert button {
background-color: var(--green1) !important;
border-radius: 30px;
border: 1px solid transparent;
color: #171914 !important;
font-weight: bold;
height: 40px;
padding: 0 20px;
transition: all ease 0.3s;
}
.cookiealert.newalert button:hover {
color: #ffffff !important;
background: transparent !important;
border: 1px solid var(--green1) !important;
}   @media screen and (max-width: 1536px) {
} @media screen and (max-width: 1440px) { #section-hero img {
height: auto;
}
#section-blog-home-tit {
height: 500px;
}
} @media screen and (max-width: 1366px) { #section-trabalhe-conosco .col-right {
background-position: center;
}
#section-seja-parceiro-home .col-right {
background-position: center;
} #header-trab-conosco {
min-height: auto;
padding: 200px 0;
}
} @media screen and (max-width: 1280px) { #menu-superior ul {
column-gap: 20px;
}
#menu-superior ul li a {
font-size: 15px;
} #section-blog-home-tit {
height: 360px;
}
} @media screen and (max-width: 1024px) { .visible-xl {
display: block !important;
}
.hidden-xl {
display: none !important;
} #footer {
padding: 50px 0;
}
#footer .texto-footer p,
#footer .item-contato {
font-size: 16px;
} #copyright {
padding: 25px 0;
}
#copyright p,
#copyright div,
#copyright a {
font-size: 14px;
} #section-folhas {
padding: 30px 0;
}
#section-folhas .item-folha h3 {
font-size: 22px;
}
#section-qs-home2 .col-right {
padding: 60px 60px;
}
#section-trabalhe-conosco .col-left {
padding: 60px 60px;
}
#section-seja-parceiro-home .col-left {
padding: 80px 80px 60px 80px;
}
#section-mapas-home {
padding: 60px 0 40px 0;
}
#section-contato-home .col-right {
padding: 50px 40px;
}
.post-item .post-img {
background-position: center;
}
.post-item .post-title h4 {
font-size: 20px;
}
.post-meta { } .posts-wrapper {
gap: 20px 40px;
justify-content: space-around;
margin-bottom: 40px;
}
.posts-wrapper .post-item {
width: 100%;
max-width: 386px;
} #header-trab-conosco {
padding: 100px 50px !important;
}
#intro-trab-conosco {
padding: 40px 0;
}
#intro-trab-conosco .desc p {
font-size: 16px;
}
#intro-trab-conosco .desc p br {
display: none;
}
#intro-trab-conosco .icone {
min-width: 80px;
}
#trilha .nome h4 {
font-size: 20px;
}
} @media screen and (max-width: 900px) { #section-trabalhe-conosco .col-left {
padding: 25px 25px 15px 25px;
}
#section-trabalhe-conosco .cta {
margin-top: 10px;
}
#section-qs-home2 .col-left {
background-size: cover;
}
#section-qs-home2 .col-right {
padding: 25px 25px 15px 25px;
}
} @media screen and (max-width: 768px) { h1 {
font-size: 32px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
} .hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
.cta a {
font-size: 16px;
} #header .container {
height: 80px;
padding-left: 0;
padding-right: 0;
} #footer .coluna1 {
margin-bottom: 35px;
}
#footer .coluna1,
#footer .coluna3 {
text-align: center;
}
#footer .item-contato {
margin-bottom: 0;
}
#footer .texto-footer p {
margin-bottom: 25px;
} #section-qs-home2 {
flex-direction: column;
}
#section-folhas .item-folha h3 {
padding-left: 80px;
}
#section-qs-home2 .col-left {
width: 100%;
height: 400px;
background-position: center;
background-size: cover;
}
#section-qs-home2 .col-right {
padding: 45px 45px 25px 45px;
}
#section-trabalhe-conosco .col-left {
padding: 45px 45px 25px 45px;
}
#section-trabalhe-conosco .col-left {
padding: 45px 45px 25px 45px;
}
#section-trabalhe-conosco .cta {
margin-top: 20px;
}
#section-trabalhe-conosco-linha2 {
padding: 55px 45px 25px 45px;
}
#section-trabalhe-conosco-linha2 .icone img {
max-width: 85px;
}
#section-seja-parceiro-home .col-left {
padding: 45px 45px 20px 45px;
}
#section-seja-parceiro-home .cta {
margin-top: 20px;
}
#section-mapas-home {
padding: 45px 15px 25px 15px !important;
}
#section-mapas-home .sub h2 br {
display: none;
}
.map-wrap .text-left {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
padding-left: 0;
text-align: center !important;
}
#section-contato-home .d-flex {
flex-direction: column;
}
#section-contato-home:before {
display: none;
}
#section-contato-home .col-left {
padding: 45px 25px 0 25px;
}
#section-contato-home .col-right {
padding: 15px 25px 45px 25px;
}
#section-contato-home .wpcf7 {
padding: 30px 30px 10px 30px;
}
#section-blog-home-tit {
height: 200px;
}
#section-blog-home {
padding: 45px 25px;
}
.posts-wrapper {
gap: 60px;
}
.post-meta { } #header-trab-conosco .cta-wrapper .wpb_wrapper {
gap: 0;
}
#intro-trab-conosco > .vc_row {
flex-direction: column;
}
#trilha {
padding: 45px 0 25px 0;
}
#trilha .icone img {
max-width: 85px;
}
#trilha .nome {
margin-bottom: 50px;
}
#trilha .linha2 {
margin-top: 20px;
} .blog-page #blog-wrapper .posts-wrapper .post-item {
margin-bottom: 0;
}
.blog-page #blog-wrapper {
padding: 45px 25px;
} body.single .page-title-wrapper {
padding: 45px 15px;
}
.page-title h1 {
font-size: 32px;
}
.post-meta__item .linha-fina {
font-size: 15px;
}
.article-item {
margin: 20px auto;
padding: 0 15px;
}
.article-item .post__tags strong {
display: block;
width: 100%;
}
#post-navigation-wrapper {
padding: 45px 25px;
}
.post-navigation .previous-post svg,
.post-navigation .next-post svg {
margin-bottom: 30px;
}
.post-navigation .next-post .title {
float: none;
}
.post-navigation a {
font-size: 13px;
}
#lgpd-title {
padding: 40px 0;
}
#lgpd-title h1 {
font-size: 30px;
}
.tabs-nav {
display: none !important;
}
.tabs-container .tabs-select {
display: block !important;
}
.cookiealert {
font-size: 14px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.cookiealert button {
margin-left: 0 !important;
margin-top: 10px;
width: fit-content;
}
}