.bg-banner-quem-somos {
display: flex;
background: #ffffff;
margin: 0;
padding: 60px 20px;
align-items: center;
justify-content: center; box-sizing: border-box; 
width: 100%;
overflow: hidden; }
.bg-banner-quem-somos .content-banner-quem-somos {
width: 100%;
max-width: 850px;
margin: 0 auto;
text-align: center;
}
.bg-banner-quem-somos .content-banner-quem-somos h1 {
display: block;
position: relative;
margin-bottom: 25px; padding: 0 0 15px 0; font-weight: 700;
font-size: 40px;
line-height: 42px;
letter-spacing: -0.02em;
color: #2B1B1B;
} .bg-banner-quem-somos .content-banner-quem-somos h1:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 70px;
height: 6px;
background: #e26406;
}
.bg-banner-quem-somos .content-banner-quem-somos p {
width: 100%;
display: block;
margin: 0;
font-weight: 700;
color: #2B1B1B;
font-size: 18px;
letter-spacing: -0.02em;
line-height: 26px; word-wrap: break-word; 
overflow-wrap: break-word;
} @media only screen and (max-width: 768px) {
.bg-banner-quem-somos {
padding: 40px 25px; margin-top: 0; }
.bg-banner-quem-somos .content-banner-quem-somos h1 {
font-size: 28px;
line-height: 32px;
margin-bottom: 20px;
}
.bg-banner-quem-somos .content-banner-quem-somos p {
font-size: 16px; line-height: 22px;
}
} .efeito-scroll {
opacity: 0;
transform: translateY(60px); transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.efeito-scroll.visivel {
opacity: 1;
transform: translateY(0); }
.efeito-scroll.escondido-topo {
opacity: 0;
transform: translateY(-60px); }
.bg-buscamos-atender {
margin: 0 0 110px 0;
}
.bg-buscamos-atender .content-buscamos-atender {
max-width: 1240px;
display: flex;
margin: 0 auto;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
.bg-buscamos-atender .content-buscamos-atender {
flex-wrap: wrap;
}
}
.bg-buscamos-atender .content-buscamos-atender .text-buscamos-atender {
max-width: 485px;
}
@media only screen and (max-width: 1024px) {
.bg-buscamos-atender .content-buscamos-atender .text-buscamos-atender {
max-width: 100%;
margin-bottom: 30px;
}
}
.bg-buscamos-atender .content-buscamos-atender .text-buscamos-atender h2 {
width: 100%;
display: block;
margin: 0 0 45px 0;
font-weight: 700;
font-size: 28px;
line-height: 42px;
letter-spacing: -0.02em;
color: #2B1B1B;
line-height: 38px;
}
@media only screen and (max-width: 768px) {
.bg-buscamos-atender .content-buscamos-atender .text-buscamos-atender h2 {
font-size: 30px;
line-height: 30px;
}
}
.bg-buscamos-atender .content-buscamos-atender .text-buscamos-atender p {
display: block;
margin: 0;
font-size: 18px;
color: #7E7272;
line-height: 26px;
}
@media only screen and (max-width: 768px) {
.bg-buscamos-atender .content-buscamos-atender .text-buscamos-atender p {
font-size: 16px;
line-height: 20px;
}
}
.bg-video {
width: 100%;
position: relative; 
margin-bottom: 0 !important;
padding: 140px 0 130px;
background: url(//www.nanete.com.br/wp-content/themes/nanete/images/quem-somos/bg-video.png) no-repeat center center;
background-size: cover;
}
@media only screen and (max-width: 768px) {
.bg-video {
padding: 75px 0;
margin-bottom: 0 !important; }
} .bg-video::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
rgba(0,0,0,0.35),
rgba(0,0,0,0.45)
);
} .bg-video .content-video{
position:relative;
z-index:2;
max-width:1100px;
margin:0 auto;
padding:0 20px;
text-align:center;
}
.bg-video .content-video h3{
max-width:600px;
margin:0 auto 40px;
font-weight:600;
font-size:clamp(28px,4vw,56px);
line-height:1.1;
letter-spacing:-0.02em;
color:#fff;
}
@media only screen and (max-width: 768px) {
.bg-video .content-video h3 {
font-size: 30px;
}
}
.bg-video .content-video a {
position: relative;
overflow: hidden;
width: 360px;
min-height: 45px;
display: inline-flex;
gap: 10px;
margin: 0 auto;
align-items: center;
justify-content: center;
padding: 12px 26px;
font-size: 16px;
letter-spacing: -0.02em;
font-weight: 600;
text-transform: uppercase;
text-align: center;
color: #FFF;
border-radius: 50px;
background: linear-gradient(
135deg,
#e26406,
#ff8c32,
#e26406
);
background-size: 300% 300%;
cursor: pointer;
transition:
transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.3s ease,
background-position 0.6s ease;
} .bg-video .content-video a:hover {
transform: scale(1.08) translateY(-3px);
box-shadow:
0 10px 25px rgba(226, 100, 6, 0.4),
0 0 15px rgba(255, 140, 50, 0.6);
background-position: right center;
} .bg-video .content-video a::before {
content: "";
position: absolute;
top: 0;
left: -120%;
width: 120%;
height: 100%;
background: linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.5),
transparent
);
transform: skewX(-25deg);
}
.bg-video .content-video a:hover::before {
animation: brilho-metal 0.8s ease forwards;
}
@keyframes brilho-metal {
from {
left: -120%;
}
to {
left: 120%;
}
}
.bg-video .content-video a img {
margin-right: 10px;
}
@media only screen and (max-width: 768px) {
.bg-video .content-video a {
width: 240px;
min-height: 36px;
padding: 8px 16px;
font-size: 12px;
gap: 6px;
}
.bg-video .content-video a img{
margin-right: 0px;
width: 14px;
height: 14px;
}
}
.bg-historia {
margin-bottom: 100px;
}
.bg-historia .content-historia {
max-width: 1240px;
display: block;
margin: 0 auto;
padding: 0 15px;
}
.bg-historia .content-historia h3 {
width: 100%;
display: block;
position: relative;
margin: 0 0 55px 0;
padding: 0 0 20px 0;
text-align: center;
font-weight: 700;
font-size: 40px;
letter-spacing: -0.02em;
color: #2B1B1B;
}
.bg-historia .content-historia h3:before {
content: "";
width: 70px;
height: 6px;
display: block;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
background: #e26406;
bottom: 0;
}
.historia-grid{
display:flex;
gap:60px;
}
.historia-tabs{
width:280px;
list-style:none;
padding:0;
margin:0;
}
.historia-tabs li{
padding:18px 0;
border-bottom:1px solid #eee;
font-size:20px;
font-weight:600;
cursor:pointer;
color:#7E7272;
transition:all .3s;
}
.historia-tabs li.active{
color:#e26406;
}
.historia-content{
flex:1;
}
.historia-item{
display:none;
align-items:flex-start;
gap:40px;
}
.historia-item.active {
display: flex;
animation: fadeEffect 0.5s; }
@keyframes fadeEffect {
from { opacity: 0; }
to { opacity: 1; }
}
.historia-item img{
width:45%;
}
.historia-item .text-historia{
width:55%;
font-size:18px;
line-height:28px;
color:#7E7272;
}
@media(max-width:768px){
.historia-grid {
flex-direction: column;
gap: 30px; }
.historia-tabs {
width: 100%;
display: flex;
flex-direction: row; overflow-x: auto;
border-bottom: 2px solid #eee;
margin-bottom: 20px;
}
.historia-tabs li {
padding: 15px 20px;
white-space: nowrap; border-bottom: none;
font-size: 16px;
}
.historia-tabs li.active {
border-bottom: 3px solid #e26406; }
.historia-item {
flex-direction: column;
text-align: center; align-items: center; }
.historia-item .text-historia {
width: 100%;
margin-bottom: 20px;
padding: 0 10px; font-size:13px;
}
.historia-item img {
width: 100%;
max-width: 400px; height: auto;
}
}
.bg-estrutura {
padding: 105px 0 175px 0;
background: #F6F4EF;
}
@media only screen and (max-width: 1024px) {
.bg-estrutura {
padding: 60px 0;
}
}
.bg-estrutura .content-estrutura h3 {
width: 100%;
display: block;
position: relative;
margin: 0 0 30px 0;
padding: 0 0 20px 0;
text-align: center;
font-weight: 700;
font-size: 40px;
letter-spacing: -0.02em;
color: #2B1B1B;
}
.bg-estrutura .content-estrutura h3:before {
content: "";
width: 70px;
height: 6px;
display: block;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
background: #e26406;
bottom: 0;
}
.bg-estrutura .content-estrutura .content-slider-estrutura {
max-width: 1220px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
.bg-estrutura .content-estrutura .content-slider-estrutura {
display: block;
}
}
.bg-estrutura .content-estrutura .content-slider-estrutura .text-estrutura {
width: 45.083%;
margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
.bg-estrutura .content-estrutura .content-slider-estrutura .text-estrutura {
width: 100%;
margin: 0 0 40px 0;
text-align: center;
}
}
.bg-estrutura .content-estrutura .content-slider-estrutura .text-estrutura h5 {
width: 100%;
display: block;
margin: 20px 0 40px 0;
font-weight: 600;
font-size: 30px;
color: #2B1B1B;
line-height: 34px;
}
@media only screen and (max-width: 1024px) {
.bg-estrutura .content-estrutura .content-slider-estrutura .text-estrutura h5 {
font-size: 22px;
text-align: center;
line-height: 24px;
}
}
.bg-estrutura .content-estrutura .content-slider-estrutura .text-estrutura p {
display: block;
margin: 0;
color: #7E7272;
font-size: 18px;
line-height: 26px;
}
@media only screen and (max-width: 1024px) {
.bg-estrutura .content-estrutura .content-slider-estrutura .text-estrutura p {
font-size: 16px;
line-height: 24px;
text-align: center;
}
}
.bg-estrutura .content-estrutura .content-slider-estrutura ul {
max-width: 600px;
}
@media only screen and (max-width: 1024px) {
.bg-estrutura .content-estrutura .content-slider-estrutura ul {
max-width: 100%;
width: 100%;
}
}
.bg-estrutura .content-estrutura .content-slider-estrutura ul li {
position: relative;
}
.bg-estrutura .content-estrutura .content-slider-estrutura ul li span {
position: absolute;
bottom: 45px;
left: 50px;
font-weight: 700;
font-size: 22px;
letter-spacing: -0.04em;
color: #FFFFFF;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
line-height: 20px;
}
.bg-estrutura .content-estrutura .content-slider-estrutura .slick-dots {
right: inherit;
bottom: -40px;
}
.bg-estrutura .content-estrutura .content-slider-estrutura .slick-dots li button {
width: 10px;
height: 10px;
background: #e26406;
opacity: 1;
}
.bg-estrutura .content-estrutura .content-slider-estrutura .slick-dots li.slick-active button {
width: 15px;
height: 15px;
background: #e26406;
} .bg-form-cartelas {
padding: 60px 0 70px; background: url(//www.nanete.com.br/wp-content/themes/nanete/images/quem-somos/bg-cartela-cores.png) no-repeat center center;
background-size: cover;
}
.bg-form-cartelas .wpcf7-form-control-wrap {
margin-bottom: 0 !important;
}
.bg-form-cartelas .content-form-cartelas {
max-width: 830px;
margin: 0 auto;
padding: 0 15px;
} .bg-form-cartelas h6,
.bg-form-cartelas p,
.bg-form-cartelas strong {
width: 100%;
display: block;
color: #fff;
text-align: center;
}
.bg-form-cartelas h6 {
margin-bottom: 15px; font-weight: 700;
font-size: 34px; letter-spacing: -0.02em;
}
.bg-form-cartelas p {
margin-bottom: 10px;
font-size: 18px; 
line-height: 28px;
opacity: 0.9; }
.bg-form-cartelas strong {
margin-bottom: 30px;
font-size: 20px;
} .bg-form-cartelas .wpcf7-form {
max-width: 380px; margin: 0 auto;
display: flex;
flex-direction: column;
gap: 15px; } .bg-form-cartelas .wpcf7-form p,
.bg-form-cartelas .wpcf7-form span {
margin: 0;
padding: 0;
width: 100%;
display: block;
} .bg-form-cartelas .wpcf7 input,
.bg-form-cartelas .wpcf7 textarea {
width: 100%;
height: 48px; padding: 0 15px;
border-radius: 4px; border: none;
font-size: 15px;
box-sizing: border-box;
font-family: 'Work Sans', sans-serif;
background: rgba(255, 255, 255, 0.95); color: #2B1B1B;
} .bg-form-cartelas .wpcf7 textarea {
height: 100px; resize: vertical;
padding-top: 15px;
} .bg-form-cartelas .wpcf7 input::placeholder,
.bg-form-cartelas .wpcf7 textarea::placeholder {
color: #999;
font-weight: 500;
} .bg-form-cartelas .wpcf7-list-item {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding-top: 5px; margin-bottom: 5px; }
.bg-form-cartelas .wpcf7-list-item input[type="checkbox"] {
width: 16px; height: 16px;
margin: 0; cursor: pointer;
}
.bg-form-cartelas .wpcf7-checkbox {
display: block;
margin-bottom: 0; 
}
.bg-form-cartelas .wpcf7-list-item-label {
color: #fff;
font-size: 13px;
cursor: pointer;
} .bg-form-cartelas .wpcf7-submit {
width: 100%; height: 50px;
margin-top: 5px;
background: #D8684F;
border-radius: 4px; font-weight: 700;
font-size: 16px;
letter-spacing: 0.05em;
color: #fff;
border: none;
cursor: pointer;
box-shadow: none; transition: background 0.3s ease;
}
.bg-form-cartelas .wpcf7-submit:hover {
background: #e26406; } @media (max-width: 768px) {
.bg-form-cartelas {
padding: 40px 0 50px;
}
.bg-form-cartelas h6 {
font-size: 26px;
}
.bg-form-cartelas p {
font-size: 16px;
line-height: 22px;
}
.bg-form-cartelas .wpcf7-form {
max-width: 100%;
padding: 0 10px;
}
}
.content-modal-quem-somos {
z-index: 4;
width: 800px;
position: fixed;
padding: 35px 25px 45px 25px;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
background: #FFFFFF;
border-radius: 4px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
display: none;
z-index: 9;
}
@media only screen and (max-width: 1430px) {
.content-modal-quem-somos {
width: 530px;
}
}
@media only screen and (max-width: 768px) {
.content-modal-quem-somos {
width: 70%;
}
}
.content-modal-quem-somos .close-modal {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: -13px;
top: -13px;
background: #CDB39E;
border-radius: 4px;
cursor: pointer;
}
.content-modal-quem-somos iframe {
width: 100%;
height: 500px;
display: block;
}
@media only screen and (max-width: 768px) {
.content-modal-quem-somos iframe {
height: 300px;
}
} @media (max-width: 768px) {
.bg-historia .content-historia ul,
.bg-historia .content-historia ul li {
display: block !important;
height: auto !important;
overflow: visible !important;
}
.bg-historia .content-historia ul li .content-slider-historia {
display: block !important; width: 100%;
}
.bg-historia .content-historia ul li .content-slider-historia img {
width: 100%;
height: auto;
display: block;
}
.bg-historia .content-historia ul li .content-slider-historia .text-historia {
width: 100%;
margin: 0;
}
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//www.nanete.com.br/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}