.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--cor-verde1: #024638;
--cor-verde2: #4bcbab;
--cor-verde3: #c2e2dc;
--cor-amarelo: #d1a35d;
--cor-padrao: #717171;
--font-titulos: Dongle, Arial, sans-serif;
--font-textos: 'M PLUS Rounded 1c', arial, sans-serif;
}
* {
}
html {
font-size: 62.5%; }
body { }
.main-wrapper {
max-width: 1920px;
margin: 0 auto;
overflow: hidden;
}
a {
font-size: 1.6rem;
color: var(--cor-verde1);
}
a:hover {
transition: all 0.3s;
}
div {
font-family: 'M PLUS Rounded 1c', arial, sans-serif;
font-size: 1.6rem;
}
p {
color: var(--cor-padrao);
font-family: 'M PLUS Rounded 1c', arial, sans-serif;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.5;
margin-bottom: 15px;
}
h1,
h2 {
font-family: Dongle, Arial, sans-serif;
font-weight: 700;
line-height: 0.6;
margin: 0;
}
h3,
h4,
h5,
h6 {
font-family: Dongle, Arial, sans-serif;
font-weight: 700;
line-height: 0.7;
margin: 0;
}
h1 {
color: var(--cor-verde1);
font-size: 9rem;
margin-bottom: 15px;
}
h2 {
color: var(--cor-verde1);
font-size: 9rem;
margin-bottom: 15px;
}
h3 {
color: var(--cor-verde1);
font-size: 5rem;
margin-bottom: 15px;
}
h4 {
color: var(--cor-padrao);
font-size: 3.2rem;
margin-bottom: 15px;
}
h5 {
color: var(--cor-padrao);
font-size: 1.6rem;
margin-bottom: 15px;
}
ul {
padding-left: 20px;
}
ul li,
ol li {
color: var(--cor-padrao);
font-size: 1.6rem;
font-weight: 500;
}
li + li { }
img,
iframe {
max-width: 100%;
height: auto;
}
.hidden {
display: none !important;
}
.visible {
display: block !important;
}  .container {
width: 100%;
max-width: 1270px !important;
padding: 0;
margin: 0 auto;
}
.custom-container {
width: 1270px;
margin: 0 auto;
} .visible-xs {
display: none !important;
}
.hidden-xs {
display: block !important;
}
.visible-lg {
display: none !important;
}
.hidden-lg {
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;
} .sub h1,
.title h1 {
font-size: 9rem;
line-height: 0.6;
}
.sub h2 + p,
.title h2 + p {
color: var(--cor-padrao);
font-size: 2.4rem;
font-weight: 600;
line-height: 1.3;
margin-top: 20px;
}
.sub h2,
.title h2 {
font-size: 9rem;
}
.sub.big h2,
.title.big h2 {
font-size: 9rem;
}
.sub strong,
.title strong {
} .cta a {
background-color: var(--cor-verde2);
border-radius: 20px;
border: 1px solid var(--cor-verde2);
color: #fff;
display: inline-block;
font-size: 1.7rem;
font-weight: bold;
padding: 7px 32px;
text-decoration: none;
transition: all 0.3s;
}
.cta a:hover {
background-color: var(--cor-amarelo);
border-color: var(--cor-amarelo);
}
.cta.alt a {
background-color: transparent;
border: 1px solid var(--cor-padrao);
color: var(--cor-padrao);
}
.cta.alt a:hover {
background-color: transparent;
border-color: var(--cor-verde2);
color: var(--cor-verde2);
} .video-wrapper {
}
.video-wrapper a {
position: relative;
}
.video-wrapper a:after {
background: transparent url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/play.svg) no-repeat center center;
content: '';
height: 57px;
width: 82px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.video-wrapper a:hover {
opacity: 0.8;
} .swiper-slide {
display: flex;
justify-content: center;
}
.swiper-wrapper {
text-align: center;
}
.swiper-button-prev,
.swiper-button-next {
color: #dedede !important;
opacity: 0.5;
} .bg-cinza {
background-color: #f5f5f5;
}
.bg-branco {
background-color: #fff;
} .custom-list {
}
.custom-list ul {
padding-left: 0;
}
.custom-list li + li {
margin-top: 15px;
}
.custom-list li {
color: var(--color-gray);
font-size: 1.7rem;
font-weight: 400;
list-style: none;
padding-left: 20px;
position: relative;
}
.custom-list li:before {
background-color: var(--cor-verde2);
border-radius: 100%;
content: '';
display: inline-block;
height: 7px;
width: 7px;
position: absolute;
left: 0;
top: 10px;
} #header { background-color: transparent;
background: transparent url(//familiarpapel.com.br/wp-content/themes/familiar/images/bg/bg-curva-header.svg) no-repeat bottom center;
width: 100%;
padding: 40px 0 60px 0;
position: relative;
z-index: 999; }
#header:before {
content: '';
background-color: var(--cor-verde1);
height: 40px;
width: 100%;
position: absolute;
display: block;
top: 0;
left: 0;
}
#header #produtos-menu-top {
background-color: transparent;
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/bg/bg-curva-header.svg);
background-repeat: no-repeat;
background-position: bottom center;
height: 530px;
left: 0;
padding-top: 136px;
position: absolute;
top: -600px;
transition: 0.8s;
width: 100%;
z-index: 8;
display: none;
}
#header #produtos-menu-top.visivel {
top: 0;
}
#header-wrapper {
display: flex;
align-items: center;
}
#header-wrapper > .container {
display: flex;
justify-content: space-between;
align-items: center;
z-index: 999;
} #header-wrapper #logo {
width: 198px;
} #menu-superior-wrapper {
}
#menu-superior {
padding: 0px 0;
width: 100%;
}
#menu-superior ul {
display: flex;
align-items: center;
margin: 0;
gap: 50px;
}
#menu-superior ul li {
font-family: Dongle, Arial, Helvetica, sans-serif;
line-height: 0.2;
list-style: none;
position: relative;
transition: all ease 0.3s;
}
#menu-superior ul li a {
color: #fff;
display: block;
font-size: 3.5rem;
font-weight: bold;
text-decoration: none;
}
#menu-superior ul li:hover {
}
#menu-superior ul li a:hover,
#menu-superior ul li.current-menu-item a {
color: var(--cor-amarelo);
text-decoration: none;
} #menu-superior ul.sub-menu {
background-color: #000000b3;
box-shadow: 0px 3px 6px #00000029;
display: none !important;
height: auto;
min-width: 180px;
padding: 0;
position: absolute;
top: 40px;
z-index: 2;
flex-direction: column;
gap: 0 !important;
}
#menu-superior ul.sub-menu li {
border-bottom: 0 !important;
width: 100%;
max-width: 100%;
margin: 0;
}
#menu-superior ul.sub-menu li a {
border-bottom: 1px solid #efefef;
color: var(--color-gray-2) !important;
display: block;
font-size: 1.5rem !important;
font-weight: normal;
}
#menu-superior ul.sub-menu li:hover {
background-color: #efefef;
}
#menu-superior .sub-menu li:last-child a {
border-bottom: none;
}
#menu-superior .sub-menu li a:after {
display: none;
}
#menu-superior .sub-menu li a:hover,
#menu-superior .sub-menu li.current-menu-item a {
color: #fff;
background-color: var(--cor-verde1);
}
#menu-superior li:hover .sub-menu {
display: block !important;
} #midias,
#menu-superior-wrapper {
margin-top: -10px;
}
#midias {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 20px;
}
#midias a:hover {
opacity: 0.8;
} #menu-mobile {
cursor: pointer;
height: 50px;
float: right;
margin-top: 14px;
overflow: hidden;
position: relative;
width: 34px;
z-index: 9999;
}
#menu-mobile span {
height: 3px;
background-color: #fff;
display: block;
width: 40px;
transition: all 0.3s ease;
margin: 6px 0;
}
#menu-mobile:hover span {
}
#menu-mobile:hover .span2 {
width: 80%;
}
#menu-mobile.close {
opacity: 1;
}
#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: var(--cor-verde3);
} #menu-mobile-wrapper {
background-color: var(--cor-verde1);
position: fixed;
top: 0;
left: 0;
width: 100%;
opacity: 0;
height: auto;
display: none;
padding: 0 20px 0 20px;
transition: all 0.3s linear;
z-index: 9998;
}
#menu-mobile-wrapper.open {
opacity: 1;
transition: all 0.3s linear;
} #menu-mobile-wrapper ul {
margin: 0;
padding: 0;
padding-left: 15px;
padding-top: 75px;
}
#menu-mobile-wrapper li {
list-style: none;
padding: 0;
margin: 20px 0;
text-align: left;
line-height: 1.3;
}
#menu-mobile-wrapper li a { color: #fff;
display: block;
font-size: 2.2rem;
font-weight: bold;
line-height: 1;
margin: 5px 0;
padding: 6px 0px;
text-align: left;
text-decoration: none;
}
#menu-mobile-wrapper li:not(.menu-item-has-children) a { }
#menu-mobile-wrapper li:first-child a {
border-top: none;
}
#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;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
} #menu-mobile-wrapper ul.sub-menu {
border-top: none;
border-bottom: 30px;
display: none;
margin-left: 0;
position: relative;
visibility: unset;
z-index: 1;
padding-top: 30px;
}
#menu-mobile-wrapper ul.sub-menu:before {
content: 'Selecione a região:';
color: #fff; position: absolute;
width: 100%;
top: 0;
left: 0;
font-size: 2rem;
font-weight: bold;
margin-top: 10px;
margin-left: 25px;
}
#menu-mobile-wrapper li.menu-item-has-children {
}
#menu-mobile-wrapper .menu-item-has-children a {
padding-bottom: 0;
}
#menu-mobile-wrapper .menu-item-has-children:hover > .sub-menu {
display: block;
}
#menu-mobile-wrapper li > ul {
padding-top: 0;
padding-left: 10px;
}
#menu-mobile-wrapper li > ul.sub-menu li {
}
#menu-mobile-wrapper li > ul.sub-menu li a {
color: #fff;
border-bottom: none;
font-size: 2.2rem;
font-weight: normal;
padding: 0px 15px;
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: var(--cor-padrao);
}  .mobile-social a {
color: white;
text-decoration: none;
}
.mobile-social {
text-align: left;
padding: 0 34px;
margin-top: 50px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.mobile-social a:hover {
text-decoration: none;
}
.mobile-social i {
color: #fff;
padding: 10px 0;
}
.mobile-social a {
padding-left: 10px;
font-size: 14px;
} .cover-dark {
display: none;
background: var(--cor-verde1);
height: 100%;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 998;
}  #footer-arvores {
text-align: center;
margin-top: 50px;
} #footer {
background-color: var(--cor-verde1);
margin-top: -2px;
padding: 65px 0 8px 0;
}
#footer * {
color: var(--cor-verde3);
font-size: 1.3rem;
}
#footer a:hover {
color: #fff;
}
#footer .footer-container {
}
#footer .footer-container .footer-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
} #footer .coluna1 {
display: flex;
}
#footer .coluna2 {
}
#footer .coluna3 {
}
#footer .coluna4 {
} #footer .footer-logo {
width: 190px;
margin-right: 30px;
} #footer .footer-desc {
max-width: 296px;
}
#footer .footer-desc p {
} #footer .footer-menu {
margin-right: 20px;
}
#footer .footer-menu .menu {
list-style: none;
padding: 0;
}
#footer .footer-menu .menu li {
list-style: none;
margin-bottom: 6px;
}
#footer .footer-menu .menu li a {
text-decoration: none;
} #footer .footer-container .footer-sac {
min-width: 155px;
}
#footer .footer-container .footer-sac img {
} #footer .footer-social {
margin-top: 20px;
}
#footer .footer-social .links-wrapper {
align-items: center;
display: flex;
gap: 20px;
justify-content: flex-start;
}
#footer .footer-social img {
width: 23px;
height: auto;
transition: all 0.3s ease;
}
#footer .footer-social img:hover {
opacity: 0.8;
}
#footer .footer-social span {
display: block;
font-size: 17px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 10px;
} #copyright {
padding: 55px 0 0 0;
}
#copyright ul {
display: flex;
align-items: center;
justify-content: center;
}
#copyright ul li {
border-right: 1px solid var(--cor-verde3);
padding: 0 30px;
list-style: none;
}
#copyright ul li:last-child {
border-right: 0;
}
#copyright ul li a {
color: var(--cor-verde3);
font-size: 13px;
text-align: center;
text-decoration: none;
} .wpcf7 {
} .wpcf7 .form-group {
margin-bottom: 17px;
}
.wpcf7 br {
display: none;
}
.wpcf7 h4 {
font-size: 35px;
font-weight: 900;
margin-bottom: 25px;
}
.wpcf7 span {
color: var(--cor-padrao);
font-size: 15px;
margin: 0;
}  .wpcf7 label {
display: block;
font-size: 15px;
}
.wpcf7 ::placeholder {
color: var(--cor-padrao);
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 input[type='phone'],
.wpcf7 textarea {
background-color: #fff;
border: 1px solid #bbbbbb;
border-radius: 5px;
font-size: 17px;
font-weight: 500;
color: var(--cor-padrao);
height: 45px;
padding: 16px;
width: 100%;
}
.wpcf7 textarea {
height: 210px;
padding: 10px 16px;
}
.wpcf7 select {
background-color: transparent;
border: 1px solid #bbbbbb;
border-radius: 4px;
color: var(--cor-padrao);
height: 45px;
padding: 0px 16px;
width: 100%;
}
.wpcf7 .wpcf7-list-item {
display: block;
}
.wpcf7 .wpcf7-list-item span {
font-size: 18px;
}
.wpcf7 input[type='checkbox'],
input[type='radio'] {
margin-right: 10px;
margin-top: 5px;
}
.wpcf7 input[type='submit'],
.wpcf7 button {
background-color: var(--cor-verde2);
border-radius: 20px;
border: 1px solid var(--cor-verde2);
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.7rem;
font-weight: bold;
margin-bottom: 25px;
padding: 7px 32px;
text-decoration: none;
transition: all 0.3s;
}
.wpcf7 input[type='submit']:hover,
.wpcf7 button:hover {
background-color: var(--cor-amarelo);
border-color: var(--cor-amarelo);
text-decoration: none;
}
.wpcf7 .wpcf7-spinner {
display: block;
} .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;
}  #slider-home { margin-top: -160px;
}
#slider-home .swiper-pagination {
bottom: 20px;
}
#slider-home .swiper-pagination-bullet {
background-color: var(--cor-padrao);
padding: 5px;
}
#slider-home .swiper-pagination-bullet-active {
background-color: var(--cor-verde1);
} #section-selecao-home {
background-attachment: fixed;
padding: 100px 0 65px 0;
}
#section-selecao-home .sub {
max-width: 710px;
margin: 0 auto 70px auto;
}
#section-selecao-home .foto {
margin-bottom: 15px;
}
#section-selecao-home .foto img {
}
#section-selecao-home .texto {
}
#section-selecao-home .texto h3 {
color: var(--cor-amarelo);
margin-bottom: 10px;
}
#section-selecao-home .texto h3 + p {
font-size: 2.4rem;
font-weight: 600;
line-height: 1.2;
max-width: 260px;
margin: 0 auto;
}
.regiao-wrapper {
background-color: #024638;
border-radius: 30px;
padding: 45px 30px 20px 40px;
max-width: 370px;
}
.regiao-wrapper p {
color: var(--cor-amarelo);
font-family: var(--font-titulos);
font-size: 5.5rem;
font-weight: bold;
line-height: 0.8;
margin-bottom: 35px;
}
.regiao-wrapper button {
background-color: var(--cor-verde2);
border-radius: 20px;
border: 1px solid var(--cor-verde2);
color: #fff;
display: inline-block;
font-size: 1.7rem;
font-weight: bold;
padding: 7px 24px;
text-decoration: none;
transition: all 0.3s;
margin-top: 10px;
}
.regiao-wrapper button:hover {
background-color: var(--cor-amarelo);
border-color: var(--cor-amarelo);
}
.regiao-wrapper .form-label {
align-items: center;
color: #fff;
cursor: pointer;
display: flex;
font-size: 2.2rem;
font-weight: 600;
gap: 10px;
margin-bottom: 10px;
}
.regiao-wrapper .form-label:focus-within {
color: var(--cor-verde2);
}
.regiao-wrapper input[type='radio'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
color: #fff;
font: inherit;
height: 16px;
margin: 0;
position: relative;
width: 16px;
}
.regiao-wrapper input[type='radio']::before {
background-color: var(--cor-verde2);
border-radius: 50%;
content: '';
height: 10px;
left: 2px;
position: absolute;
top: 2px;
transform: scale(0);
transition: 120ms transform ease-in-out;
width: 10px;
}
.regiao-wrapper input[type='radio']:checked::before {
transform: scale(1);
} #section-video-home {
background-attachment: fixed;
padding: 100px 0 180px 0;
}
#section-video-home .sub {
max-width: 1024px;
margin: 0 auto;
margin-bottom: 65px;
}
#section-video-home .sub h2 {
color: #fff;
}
#section-video-home .sub h2 + p {
color: #fff;
}
@media screen and (max-width: 800px) {
#section-video-home .sub h2 + p br {
display: none;
}
}
#section-video-home .video-wrapper {
text-align: center;
} #section-sustentabilidade-home {
background-color: transparent;
padding: 100px 0 0 0;
margin-top: -85px;
}
#section-sustentabilidade-home .d-flex {
align-items: center;
}
#section-sustentabilidade-home .sub {
max-width: 430px;
margin-bottom: 30px;
}
#section-sustentabilidade-home .sub h3 {
color: var(--cor-amarelo);
font-size: 7rem;
}
#section-sustentabilidade-home .texto {
max-width: 340px;
margin-bottom: 60px;
}
#section-sustentabilidade-home .texto p {
}
#section-sustentabilidade-home .cta {
}
#section-sustentabilidade-home .cta a {
} .content-wrapper.internas {
margin-top: -60px;
}  #produtos-menu-top {
}
#produtos-menu-top .regiao-wrapper {
max-width: 100%;
}
#produtos-menu-top .regiao-wrapper .row {
align-items: center;
justify-content: space-between;
padding: 0 60px;
}
#produtos-menu-top .regiao-wrapper .col-esq {
}
#produtos-menu-top .regiao-wrapper .col-esq p {
margin-bottom: 0;
}
#produtos-menu-top .prod-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 0 40px;
}
#produtos-menu-top .prod-wrapper .item {
text-align: center;
}
#produtos-menu-top .prod-wrapper img {
max-width: 170px;
height: auto;
}
#produtos-menu-top .prod-wrapper p {
color: #fff;
font-size: 3.4rem;
}
#produtos-menu-top .prod-wrapper a {
color: #fff;
text-decoration: none;
} #faixa-cta {
background-color: var(--cor-verde1);
border-radius: 80px;
display: flex;
align-items: center;
padding: 42px 60px 35px 60px;
max-width: 1170px;
margin: 0 auto;
}
#faixa-cta .texto {
margin-bottom: 0;
}
#faixa-cta .texto p {
color: #fff;
line-height: 0.7;
font-family: var(--font-titulos);
font-size: 6rem;
}
#faixa-cta .cta {
margin-bottom: 0;
text-align: right;
}
#faixa-cta .cta a {
}  #section-qs {
background-color: #e7efed;
padding: 100px 0 0px 0;
}
#linha-texto-intro {
background-color: var(--cor-verde2);
border-radius: 60px;
margin-top: 80px;
max-width: 662px;
padding: 60px 35px 15px 30px;
}
#linha-texto-intro .tit {
}
#linha-texto-intro .tit h1 {
}
#linha-texto-intro .sub {
margin-bottom: 25px;
}
#linha-texto-intro .sub h2 {
color: #fff;
font-size: 7rem;
}
#linha-texto-intro .texto {
}
#linha-texto-intro .texto p {
color: #fff;
font-size: 1.9rem;
font-weight: 600;
} #section-qs #linha-midias > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
align-items: center;
display: flex;
gap: 25px;
margin-top: 30px;
}
#section-qs .texto-midias {
}
#section-qs .texto-midias p {
color: var(--cor-verde1);
font-size: 2.2rem;
font-weight: bold;
}
#section-qs .icone {
}
#section-qs .icone a {
transition: all 0.3s ease;
}
#section-qs .icone a:hover {
opacity: 0.8;
} #section-panducho-qs {
background: #e7efed url(//familiarpapel.com.br/wp-content/themes/familiar/images/bg/bg-panducho-sobre-nos.jpg) no-repeat;
background-position: 0 -30px;
background-position: 60% -30px;
min-height: 1070px;
} #section-panducho-qs #faixa-cta {
margin-top: 20px;
margin-bottom: 90px;
} #section-panducho-qs .sub {
}
#section-panducho-qs .sub h2 {
}
#linha-midias-panducho {
background-color: var(--cor-verde2);
border-radius: 44px;
padding: 25px 28px;
max-width: 400px;
float: right;
}
#linha-midias-panducho .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
align-items: center;
display: flex;
gap: 20px;
}
#linha-midias-panducho .texto {
margin-bottom: 0;
}
#linha-midias-panducho .texto p {
color: #fff;
font-size: 2.2rem;
font-weight: bold;
}
#linha-midias-panducho .icone {
margin-bottom: 0;
}
#linha-midias-panducho .icone a {
transition: all 0.3s ease;
}
#linha-midias-panducho .icone a:hover {
opacity: 0.8;
} #section-panducho-qs.teste {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/bg-nuvem-sobre-nos-v2.jpg);
} @media screen and (max-width: 800px) {
#section-panducho-qs.teste {
background-repeat: no-repeat;
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/bg-mobile-nuvem-sobre-nos-v2.png);
background-size: contain;
background-position: center 88%;
}
} #section-bracell-papeis {
background: transparent linear-gradient(180deg, #e5efee 0%, var(--unnamed-color-ffffff) 80%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #e5efee 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
#section-bracell-papeis .vc_row:before {
content: '';
background-color: var(--cor-amarelo);
display: block;
height: 3px;
margin-bottom: 90px;
width: 100%;
}
#section-bracell-papeis .logo {
}
#section-bracell-papeis .logo img {
}
#section-bracell-papeis .texto {
}
#section-bracell-papeis .texto p {
}
#section-bracell-papeis .cta {
}
#section-bracell-papeis .cta a {
}  #section-contato {
background: #e7efed url(//familiarpapel.com.br/wp-content/themes/familiar/images/bg/bg-panducho-contato.jpg) no-repeat; background-position: 60% -150px;
min-height: 800px;
padding: 100px 0 0px 0;
}
@media screen and (max-width: 1536px) {
#section-contato { }
}
@media screen and (max-width: 1366px) {
#section-contato { }
}
@media screen and (max-width: 1024px) {
#section-contato { background-position: 100% 0;
background-size: cover;
min-height: 600px;
}
}
#section-contato .col-conteudo > .vc_column-inner > .wpb_wrapper {
float: right;
max-width: 390px;
margin-top: 140px;
}
#section-contato .col-conteudo {
}
#section-contato .tit {
}
#section-contato .tit h1 {
}
#section-contato .tit p {
color: var(--cor-verde1);
font-size: 2.4rem;
font-weight: bold;
line-height: 1.3;
}
#section-contato .sac-wrapper {
background-color: var(--cor-verde1);
border-radius: 60px;
padding: 18px 15px 18px 15px;
max-width: 330px;
margin: 0 auto;
}
#section-contato .sac-wrapper h4 {
color: #fff;
font-size: 5.5rem;
margin-bottom: 12px;
}
#section-contato .sac-wrapper p {
color: #fff;
font-family: var(--font-titulos);
font-size: 4.2rem;
line-height: 0.7;
margin-bottom: 0;
}
#section-contato .sac-wrapper a {
color: #fff;
font-size: 4.2rem;
line-height: 0.7;
text-decoration: none;
} #section-faq {
background: transparent linear-gradient(180deg, #e5efee 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
padding: 80px 0;
}
#section-faq .sub {
}
#section-faq .sub h2 {
}
#faq-widget {
}
#faq-widget .vc_tta-panel {
border-bottom: 1px solid #bbb;
margin-bottom: 35px;
padding-bottom: 35px;
}
#faq-widget .vc_tta-panel-heading {
background-color: transparent;
border: 0;
margin-bottom: 0;
}
#faq-widget .vc_tta-controls-icon {
left: 0;
height: 21px;
width: 21px;
}
#faq-widget .vc_tta-controls-icon::before {
border-color: var(--cor-verde2);
border-width: 4px 0 0;
border-radius: 10px;
}
#faq-widget .vc_tta-controls-icon::after {
border-color: var(--cor-verde2);
border-width: 0 0 0 4px;
border-radius: 10px;
}
#faq-widget h4 {
}
#faq-widget h4 a {
color: var(--cor-verde1);
font-size: 2.4rem;
font-family: var(--font-textos);
padding-top: 0;
padding-bottom: 0;
}
#faq-widget .vc_tta-panel-body {
background-color: transparent;
border: 0;
padding: 25px 20px 0 45px;
} #section-form-contato {
background: transparent linear-gradient(0deg, #e5efee 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
padding-bottom: 150px;
}
#section-form-contato .vc_row:before {
content: '';
background-color: var(--cor-amarelo);
display: block;
height: 3px;
margin-bottom: 90px;
width: 100%;
}
#section-form-contato .sub {
margin-bottom: 65px;
}
#section-form-contato .sub h2 {
margin-bottom: 45px;
}
#section-form-contato .sub p {
color: var(--cor-verde1);
}
#section-form-contato .wpcf7 input[type='submit'] {
float: right;
margin-top: 10px;
} body.page-id-148 #footer-arvores {
margin-top: -80px;
position: relative;
z-index: 995;
} #section-onde-encontrar {
background: transparent linear-gradient(180deg, #cbeee7 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
opacity: 1;
padding-top: 120px;
}
#section-onde-encontrar .tit {
margin-bottom: 50px;
}
#section-onde-encontrar .tit h1 {
}
#section-onde-encontrar .tit p {
color: var(--cor-verde1);
font-size: 2.4rem;
font-weight: bold;
line-height: 1.3;
}
#linha-mapa {
}
#linha-mapa .row {
align-items: flex-start;
justify-content: space-between;
} #linha-mapa .col-esq {
padding-left: 80px;
padding-bottom: 60px;
position: relative;
}
#linha-mapa .col-esq .wrapper {
}
#linha-mapa .col-esq img {
position: absolute;
left: 0;
bottom: 0;
}
#mapaBrasil .state.hovered circle,
#mapaBrasil .state.selected circle {
fill: var(--cor-verde1);
}
#mapaBrasil .state.hovered .shape,
#mapaBrasil .state.selected .shape {
fill: var(--cor-verde1);
}
#mapaBrasil .state {
text-decoration: none;
}
#mapaBrasil .state .label_icon_state {
cursor: pointer;
font-family: var(--font-titulos);
font-size: 2.4rem;
text-transform: capitalize;
}
#mapaBrasil #label_icon_state_df {
display: none;
} #linha-mapa .col-dir {
background-color: #fff;
border: 1px solid #a7a7a7;
border-radius: 30px;
margin-top: 50px;
max-width: 510px;
padding: 35px 40px 25px 40px;
float: right;
}
#linha-mapa .col-dir h3 {
font-family: var(--font-textos);
font-size: 2.4rem;
margin-bottom: 30px;
text-align: center;
}
#linha-mapa .col-dir .wrapper {
}
#linha-mapa .col-dir .wrapper h4 {
border-bottom: 1px solid #b2b2b2;
color: var(--cor-amarelo);
font-family: var(--font-textos);
font-size: 1.9rem;
margin-bottom: 50px;
padding-bottom: 18px;
text-align: center;
text-transform: uppercase;
}
#linha-mapa .col-dir .wrapper img {
margin-bottom: 12px;
} #lojas-online {
padding-top: 70px;
padding-bottom: 60px;
}
#lojas-online .sub {
margin-bottom: 50px;
}
#lojas-online .sub h3 {
}
.linha-lojas-online {
display: flex;
align-items: center;
justify-content: center;
}
.linha-lojas-online .vc_figure {
border: 1px solid #a7a7a7;
border-radius: 10px;
padding: 2px 10px;
transition: all 0.3s ease;
}
.linha-lojas-online img {
transition: all 0.3s ease;
}
.linha-lojas-online .vc_figure:hover {
border-color: var(--cor-verde1);
}
.linha-lojas-online .vc_figure:hover img {
transform: scale(1.05);
}  #section-sustentabilidade {
background-color: #cbeee7;
padding-top: 120px;
}
#section-sustentabilidade .tit {
margin-bottom: 50px;
}
#section-sustentabilidade .tit h1 {
}
#section-sustentabilidade .icone {
margin-bottom: 50px;
}
#section-sustentabilidade .icone img {
}
#section-sustentabilidade .texto {
}
#section-sustentabilidade .texto p {
font-size: 1.9rem;
font-weight: bold;
} #linha-tabs-sustentabilidade {
background: transparent linear-gradient(180deg, #cbeee7 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
padding-top: 50px;
padding-bottom: 50px;
}
#linha-tabs-sustentabilidade:before {
content: '';
background-color: var(--cor-amarelo);
display: block;
height: 3px;
margin-bottom: 90px;
width: 100%;
}
#linha-tabs-sustentabilidade .sub {
max-width: 780px;
margin: 0 auto 50px auto;
}
#linha-tabs-sustentabilidade .sub h2 {
font-size: 7rem;
line-height: 0.7;
margin-bottom: 10px;
}
#linha-tabs-sustentabilidade .sub h2 + p {
color: var(--cor-verde1);
font-size: 1.9rem;
}
#tabs-widget {
}
#tabs-widget ul.vc_tta-tabs-list {
display: flex;
align-items: center;
justify-content: space-around;
}
#tabs-widget ul.vc_tta-tabs-list li {
flex-grow: 1;
margin: 1px 0 0 0;
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(1) {
margin: 1px 0 0 1px;
}
#tabs-widget ul.vc_tta-tabs-list li a {
background-color: #fff;
background-position: 25px center;
background-repeat: no-repeat;
border: 1px solid #a7a7a7;
border-radius: 20px 20px 0px 0px;
color: #a7a7a7;
font-family: var(--font-titulos);
font-size: 35px;
line-height: 0.6;
padding: 30px 15px 20px 120px;
text-transform: uppercase;
}
#tabs-widget ul.vc_tta-tabs-list li a:before,
#tabs-widget ul.vc_tta-tabs-list li a:after {
display: none;
}
#tabs-widget ul.vc_tta-tabs-list li.vc_active a {
background-color: var(--cor-verde2);
border-color: var(--cor-verde2);
color: #fff;
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(1) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-arvores.svg);
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(2) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-painel-solar.svg);
padding-left: 130px;
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(3) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-100.svg);
padding-left: 150px;
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(4) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-energia-verde.svg);
} #tabs-widget ul.vc_tta-tabs-list li.vc_active:nth-child(1) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-arvores_w.svg);
}
#tabs-widget ul.vc_tta-tabs-list li.vc_active:nth-child(2) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-painel-solar_w.svg);
padding-left: 130px;
}
#tabs-widget ul.vc_tta-tabs-list li.vc_active:nth-child(3) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-100_w.svg);
padding-left: 150px;
}
#tabs-widget ul.vc_tta-tabs-list li.vc_active:nth-child(4) a {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/tab-energia-verde_w.svg);
}
#tabs-widget .vc_tta-tabs-container {
margin-right: 0;
}
#tabs-widget .vc_tta-panels {
background-color: transparent;
border: none;
}
#tabs-widget .vc_tta-panel-body {
background-color: #fff;
border: 1px solid #a7a7a7;
border-radius: 0 0 20px 20px;
padding: 70px 50px 50px 50px;
}
#tabs-widget .conteudo {
}
#tabs-widget .foto img {
border-radius: 30px;
}
#tabs-widget .conteudo h4 {
color: var(--cor-verde1);
font-size: 5rem;
margin-bottom: 35px;
}
#tabs-widget .conteudo p {
font-size: 1.9rem;
font-weight: bold;
}
#tabs-widget .foto {
text-align: center;
} .produto-wrapper.folha-dupla {
background: transparent linear-gradient(180deg, #cbeee7 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
padding: 160px 0 60px 0;
}
.produto-wrapper .container {
padding: 0 30px;
}
.produto-infos {
background-color: var(--cor-verde1);
border-radius: 30px;
margin-bottom: 35px;
padding: 45px 40px 40px 40px;
}
.produto-infos h1 {
background: transparent url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/folha-dupla.png) no-repeat right 30%;
color: #fff;
display: inline-block;
font-family: var(--font-textos);
font-size: 3.6rem;
margin-bottom: 25px;
padding-right: 125px;
text-transform: uppercase;
}
.produto-infos h1 span {
display: block;
font-family: var(--font-titulos);
font-size: 7.2rem;
margin-top: 15px;
}
.produto-infos h3 {
color: #fff;
font-family: var(--font-textos);
font-size: 2.4rem;
line-height: 1.3;
max-width: 450px;
}
.produto-infos p {
color: #fff;
margin-bottom: 0;
max-width: 90%;
}
.produto-selecao {
text-align: center;
}
.produto-selecao-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.produto-selecao .wrapper {
padding: 10px;
text-align: center;
}
.produto-selecao .wrapper:nth-child(1) {
border-right: 2px solid #a7a7a7;
padding-right: 35px;
margin-right: 35px;
}
.produto-selecao .wrapper .seletor-de-numeros {
align-items: center;
display: flex;
gap: 12px;
justify-content: center;
margin-bottom: 15px;
}
.produto-selecao .wrapper .tipo {
color: var(--cor-padrao);
font-size: 1.8rem;
font-weight: bold;
}
.produto-selecao .wrapper .tipo span {
font-size: 2.4rem;
}
.produto-selecao .wrapper .num {
background: #fff;
border: 2px solid var(--cor-verde1);
border-radius: 100%;
color: var(--cor-verde1);
cursor: pointer;
font-family: var(--font-titulos);
font-size: 5rem;
font-weight: bold;
height: 56px;
line-height: 1.2;
transition: all 0.3s ease;
width: 56px;
}
.produto-selecao .wrapper .num.selected,
.produto-selecao .wrapper .num:hover {
background-color: var(--cor-verde1);
color: #fff;
}
.produto-foto-design {
text-align: center;
margin-top: 60px;
}
.produto-foto-design img {
} .produto-wrapper.folha-simples {
background: transparent linear-gradient(180deg, #cbeee7 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box;
padding: 120px 0 60px 0;
}
.folha-simples .produto-infos h1 {
background-image: url(//familiarpapel.com.br/wp-content/themes/familiar/images/icones/folha-simples.png);
}
.folha-simples .produto-infos {
background-color: var(--cor-verde2);
}
.folha-simples .produto-selecao h4 {
margin-bottom: 22px;
}
.folha-simples .produto-selecao .wrapper .num {
border-color: var(--cor-verde2);
color: var(--cor-verde2);
}
.folha-simples .produto-selecao .wrapper .num.selected,
.folha-simples .produto-selecao .wrapper .num:hover {
background: var(--cor-verde2);
color: #fff;
} #faixa-cta.pag-produtos {
justify-content: space-between;
max-width: 1040px !important;
margin: 30px auto 80px auto;
padding-left: 80px;
padding-right: 80px;
}
#faixa-cta.pag-produtos .texto p {
margin-bottom: 0;
} .nordeste {
}
.nordeste #folha-dupla .produto-selecao .wrapper:nth-child(1) {
border-right: 2px solid #a7a7a7;
margin-right: 35px;
padding-right: 35px;
}
.nordeste #folha-simples .produto-selecao .wrapper:nth-child(2) {
border-right: 2px solid #a7a7a7;
margin-right: 35px;
padding-right: 35px;
}
.nordeste .produto-selecao .wrapper .tipo.duplo {
align-items: center;
display: flex;
gap: 30px;
justify-content: space-between;
padding-left: 8px;
text-align: center;
} #lgpd-title {
padding: 120px 0 0 0;
text-align: center;
display: flex;
align-items: center;
}
#lgpd-title h1 {
}
.body-lgpd {
padding: 0 30px;
} .tabs-container {
padding: 50px 0 80px 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(--cor-verde1);
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(--cor-verde1);
border-radius: 2px;
transition: all ease 0.3s;
}
.tabs-container ul li.active .tabs-border {
background: var(--cor-verde1);
}
.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(--cor-verde1);
font-size: 16px;
font-weight: bold;
background-color: transparent;
border: 1px solid #cccccc;
background-repeat: no-repeat;
background-position: right 20px center;
-moz-appearance: none;
-webkit-appearance: none;
text-indent: 1px;
text-overflow: ellipsis;
display: block;
} .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 p {
}
.conteudo-container .tab-content a {
color: var(--cor-verde1);
}
.conteudo-container .tab-content a:hover {
color: var(--cor-verde2);
}
.conteudo-container .tab-content h2 {
font-size: 6rem;
margin-bottom: 35px;
}
.conteudo-container .tab-content h4 {
color: var(--cor-verde1);
margin-top: 35px;
} @media screen and (max-width: 800px) {
.tabs-nav {
display: none !important;
}
.tabs-container .tabs-select {
display: block !important;
}
} #pg-404 {
padding: 120px 0 60px 0;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
#pg-404 .ops {
background: var(--cor-verde1);
border-radius: 50px;
border: 2px solid var(--cor-verde1);
color: #fff;
display: inline-block;
font-size: 2.6rem;
font-weight: bold;
line-height: 1;
margin-bottom: 25px;
padding: 6px 20px;
}
#pg-404 h1 {
color: var(--cor-verde1);
margin-bottom: 45px;
}
#pg-404 h3 {
font-size: 4rem;
font-weight: 500;
margin-bottom: 35px;
}
#pg-404 .cta a {
text-decoration: none;
}   @media screen and (max-width: 1536px) {
} @media screen and (max-width: 1440px) {
} @media screen and (max-width: 1366px) { html {
font-size: 60.5%;
} #header {
padding: 20px 0 40px 0;
}
#header #produtos-menu-top {
padding-top: 100px;
} #slider-home {
margin-top: -130px;
} #section-sustentabilidade .icone img {
max-width: 650px;
}
} @media screen and (max-width: 1280px) { html {
font-size: 59%;
} #header {
padding-left: 25px;
padding-right: 25px;
} #footer {
padding-left: 25px;
padding-right: 25px;
}
} @media screen and (max-width: 1279px) { #midias {
display: none;
} #footer .footer-container .footer-content {
gap: 30px 0;
}
#footer div[class^='coluna'] {
width: 50%;
padding: 0 25px;
}
#footer div.coluna1 {
width: 75%;
}
#footer div.coluna2 {
width: 25%;
} #slider-home {
margin-top: -150px;
}
} @media screen and (max-width: 1024px) { html {
font-size: 56%;
} .hidden-lg {
display: none !important;
}
.visible-lg {
display: block !important;
}
.cta a {
font-size: 1.9rem;
} #header {
padding: 25px 25px 40px 25px;
} #section-selecao-home {
padding: 60px 25px 25px 25px !important;
}
#section-video-home {
padding: 60px 25px 100px 25px !important;
}
#section-video-home .sub {
margin-bottom: 35px;
}
#section-video-home .video-wrapper img {
max-width: 80%;
}
#section-sustentabilidade-home {
padding: 130px 0 0 0;
background-size: cover;
} #section-qs {
padding: 60px 25px 0 25px !important;
}
#linha-texto-intro {
margin-top: 50px;
max-width: 100%;
padding: 40px 25px 15px 25px;
}
#section-panducho-qs #faixa-cta {
margin-left: 25px;
margin-right: 25px;
}
#linha-midias-panducho {
padding: 15px 25px;
}
#section-bracell-papeis {
padding: 0 25px !important;
}
#section-bracell-papeis .vc_row:before {
margin-bottom: 60px;
} #section-sustentabilidade .tit h1 br {
display: none;
}
#section-sustentabilidade .icone img {
max-width: 550px;
}
#linha-tabs-sustentabilidade {
padding: 30px 25px 30px 25px !important;
}
#linha-tabs-sustentabilidade:before {
margin-bottom: 60px;
}
#tabs-widget .vc_tta-panel-body {
padding: 50px 35px 15px 35px;
}
#tabs-widget ul.vc_tta-tabs-list li a {
background-position: 10px center;
background-size: 60px;
font-size: 25px;
padding: 20px 7px 15px 73px !important;
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(1) a,
#tabs-widget ul.vc_tta-tabs-list li:nth-child(4) a {
background-size: 40px !important;
}
#tabs-widget ul.vc_tta-tabs-list li:nth-child(2) a,
#tabs-widget ul.vc_tta-tabs-list li:nth-child(3) a {
padding-left: 80px !important;
} #section-onde-encontrar {
padding: 120px 25px 0 25px !important;
}
#linha-mapa .col-esq,
#linha-mapa .col-dir {
width: 100%;
}
#linha-mapa .col-esq {
margin: 0 auto 35px auto;
}
#linha-mapa .col-esq .wrapper {
margin: 0 auto;
}
#linha-mapa .col-esq img {
left: 10%;
width: 160px;
}
#linha-mapa .col-dir {
margin: 0 auto;
}
#lojas-online {
padding-top: 60px;
} #section-contato .col-conteudo > .vc_column-inner > .wpb_wrapper {
margin-top: 100px;
}
#section-faq {
padding: 60px 25px 25px 25px !important;
}
#section-form-contato {
padding: 25px 25px 150px 25px !important;
}
#section-form-contato .vc_row:before {
margin-bottom: 60px;
}
#section-form-contato .sub h2 {
margin-bottom: 35px;
}
#section-form-contato .sub {
margin-bottom: 35px;
} .produto-wrapper.folha-dupla {
padding: 120px 25px 40px 25px !important;
}
.produto-selecao .wrapper .num {
height: 50px;
width: 50px;
}
.produto-foto-design {
margin-top: 35px;
}
.produto-wrapper.folha-simples {
padding: 80px 25px 45px 25px !important;
}
.produto-wrapper .galeria-wrapper img {
width: 90%;
}
#faixa-cta.pag-produtos {
margin: 30px 25px 80px 25px;
padding-left: 50px;
padding-right: 50px;
}
} @media screen and (max-width: 900px) {
} @media screen and (max-width: 800px) { html {
font-size: 50%;
}
h1 {
font-size: 7rem;
}
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
p,
a,
ul li,
ol li {
font-size: 1.9rem;
} .hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
.cta a { }
.sub h1,
.title h1 {
font-size: 7rem;
}
.title.big h2,
.sub.big h2 {
font-size: 7rem;
}
.title h2,
.sub h2 {
font-size: 7rem;
}
.sub h2 + p { }
.video-wrapper a:after {
background-size: contain;
height: 35px;
} #header {
background: var(--cor-verde1);
padding: 15px 15px;
}
#header:after { }
#header-wrapper #logo {
max-width: 130px;
} #footer * {
font-size: 1.8rem;
}
#footer .footer-container .footer-content {
flex-direction: column;
}
#footer div.coluna1 {
display: flex;
flex-direction: column;
gap: 20px;
text-align: center;
width: 100%;
}
#footer .footer-logo,
#footer .footer-desc {
margin: 0 auto;
max-width: 100%;
}
#footer .footer-logo img {
width: 80%;
}
#footer div.coluna2 {
width: 100%;
}
#footer .footer-menu {
margin-right: 0;
}
#footer .footer-menu .menu {
text-align: center;
}
#footer div[class^='coluna'] {
width: 100%;
}
#footer div.coluna3 {
text-align: center;
}
#footer div.coluna4 {
text-align: center;
}
#footer .footer-social .links-wrapper {
justify-content: center;
} #footer-arvores {
margin-top: 35px;
} #copyright ul {
flex-direction: column;
}
#copyright ul li {
border-right: none;
margin-bottom: 7px;
padding: 0;
} #faixa-cta {
border-radius: 30px;
flex-direction: column;
gap: 20px;
padding: 20px;
text-align: center;
}
#faixa-cta p {
text-align: center;
} #slider-home {
margin-top: 0;
}
#section-selecao-home .sub {
margin-bottom: 50px;
}
.regiao-wrapper.home {
border-radius: 15px;
margin: 0 auto;
max-width: 320px;
padding: 30px 35px 20px 35px;
}
.regiao-wrapper.home p {
font-size: 5rem;
margin-bottom: 20px;
}
.regiao-wrapper.home p br {
display: none;
}
#section-selecao-home .vc_col-sm-6:nth-child(2) {
margin-top: 35px;
}
#section-selecao-home .texto {
margin-bottom: 25px;
}
#section-selecao-home .foto img {
max-width: 100%;
width: 80%;
}
#section-video-home {
padding: 60px 15px 120px 15px !important;
}
#section-video-home .video-wrapper img {
max-width: 100%;
}
#section-sustentabilidade-home {
margin-top: -100px;
padding: 90px 25px 0 25px !important;
}
#section-sustentabilidade-home .d-flex {
flex-direction: column;
}
#section-sustentabilidade-home .sub,
#section-sustentabilidade-home .texto,
#section-sustentabilidade-home .cta {
max-width: 400px;
margin: 0 auto 35px auto;
text-align: center;
} #section-qs {
padding: 60px 15px 0 15px !important;
}
#section-qs > .vc_row {
display: flex;
flex-direction: column;
}
#section-qs .vc_col-sm-5 {
padding-top: 60px;
order: 0;
}
#section-qs .vc_col-sm-5 .tit {
text-align: center;
}
#section-qs .panda {
text-align: center;
}
#section-qs .panda img {
max-width: 60%;
}
#linha-texto-intro {
border-radius: 30px;
margin-left: 0;
margin-top: 0;
}
#linha-texto-intro .tit {
display: none;
margin-bottom: 20px;
}
#linha-texto-intro .sub {
margin-bottom: 20px;
}
#section-qs .icone img {
width: 30px;
}
#section-panducho-qs {
background: #e7efed;
min-height: auto;
padding-bottom: 25px;
}
#section-panducho-qs #faixa-cta {
margin-bottom: 60px;
}
#linha-midias-panducho {
float: none;
margin: 0 auto;
max-width: 340px;
}
#section-panducho-qs .visible-xs {
margin-top: 35px;
} #section-sustentabilidade .icone img {
max-width: 100%;
width: 90%;
}
#linha-tabs-sustentabilidade .sub h2 + p {
font-size: 2.2rem;
}
#tabs-widget .vc_tta-panel-heading {
background-color: transparent;
}
#tabs-widget .vc_tta-panel-heading h4 a {
background-color: #f8f8f8;
background-position: 25px center;
background-repeat: no-repeat;
border: 1px solid #a7a7a7; color: var(--cor-verde1);
font-family: var(--font-titulos);
font-size: 32px;
line-height: 0.6;
padding: 20px 15px 13px 15px;
text-transform: uppercase;
}
#tabs-widget .vc_active .vc_tta-panel-heading h4 a {
background-color: var(--cor-verde1);
border-color: var(--cor-verde1);
color: #fff;
}
#tabs-widget .vc_tta-panel-body {
border-radius: 0;
padding: 25px 25px 0 25px;
}
#tabs-widget .conteudo h4 {
margin-bottom: 20px;
}
#tabs-widget .vc_tta-panel-heading h4 a,
#tabs-widget .vc_active .vc_tta-panel-heading h4 a,
#tabs-widget .vc_tta-panel-body {
border-radius: 10px;
} #section-onde-encontrar {
padding: 120px 10px 0 10px !important;
}
#linha-mapa .col-esq {
padding-left: 0;
padding-bottom: 20px;
}
#linha-mapa .col-esq img {
display: none;
}
#linha-mapa .col-dir {
max-width: 100%;
padding: 20px;
}
#linha-mapa .col-dir .col-sm-4 {
text-align: center;
width: 50%;
}
#linha-mapa .col-dir h3 {
font-size: 3.2rem;
line-height: 1.2;
}
#linha-mapa .col-dir .wrapper h4 {
font-size: 2.8rem;
margin-bottom: 20px;
}
#lojas-online {
padding-top: 40px;
} #section-contato {
background: #e7efed;
min-height: auto;
padding: 25px;
}
#section-contato .col-conteudo > .vc_column-inner > .wpb_wrapper {
margin: 100px auto 0 auto;
float: none;
}
#section-contato .sac-wrapper {
margin-top: 85px;
max-width: max-content;
padding: 15px 40px;
position: relative;
}
#section-contato .sac-wrapper:before {
background: transparent url(//familiarpapel.com.br/wp-content/themes/familiar/panducho-isolado.png) no-repeat top center;
background-size: contain;
content: '';
display: block;
height: 80px;
left: 0;
margin-top: -60px;
position: absolute;
top: 0;
width: 100%;
}
#section-faq {
padding: 40px 15px 25px 15px !important;
}
#faq-widget .vc_tta-panel {
margin-bottom: 25px;
padding-bottom: 25px;
}
#faq-widget .vc_tta-controls-icon {
height: 14px;
width: 14px;
}
#faq-widget h4 a {
padding-left: 36px;
}
#faq-widget .vc_tta-panel-body {
padding-left: 35px;
}
#section-form-contato {
padding: 25px !important;
}
body.page-id-148 #footer-arvores {
background: #e5efee;
margin-top: 0;
} .produto-wrapper.folha-dupla { padding: 100px 0 60px 0 !important;
}
.galeria-wrapper {
text-align: center;
}
.produto-wrapper .container {
padding: 0 20px;
}
.produto-wrapper .linha-d-flex {
display: flex;
flex-direction: column;
}
.produto-wrapper .linha-d-flex .col-md-7 {
order: 1;
}
.produto-wrapper .linha-d-flex .col-md-5 {
order: 2;
}
.produto-infos {
border-radius: 20px;
margin-bottom: 30px;
padding: 30px 15px 25px 25px;
}
.produto-infos h1 {
background-size: 80px;
font-size: 3.2rem;
padding-right: 100px;
}
.produto-infos h1 span {
font-size: 6.4rem;
}
.produto-selecao-wrapper { margin-bottom: 15px;
}
.produto-selecao .wrapper {
padding: 0;
}
.produto-selecao .wrapper:nth-child(1) {
padding-right: 15px;
margin-right: 15px;
}
.produto-selecao .wrapper .tipo span {
font-size: 2rem;
}
#faixa-cta.pag-produtos {
padding: 25px;
} .produto-wrapper.folha-simples { padding: 40px 10px 45px 10px !important;
}
.folha-simples .produto-infos {
margin-bottom: 25px;
} .nordeste .folha-dupla .produto-selecao {
margin-top: 20px;
}
.nordeste .produto-selecao .wrapper:nth-child(1) {
border-right: 2px solid #a7a7a7;
margin-right: 15px;
padding-right: 15px;
}
.nordeste #folha-simples .produto-selecao .wrapper:nth-child(2) {
border-right: 2px solid #a7a7a7;
margin-right: 15px;
padding-right: 15px;
}
.nordeste .folha-dupla .produto-infos {
margin-bottom: 10px;
} #politica-wrapper {
padding: 120px 25px 25px 60px;
}
} @media screen and (max-width: 480px) { .produto-selecao .wrapper .num {
font-size: 4rem;
height: 40px;
width: 40px;
}
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
opacity: 0.2;
background-color: #ffffff;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
.lazy-loaded {
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 1 !important;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}