:root{
--cinza: #414042;
--verde:#73eb69;
--roxo:#542889;
--preto: #000409;
--branco: #ffffff;
}
.preto{
color: var(--preto)!important;	
}
.branco{
color: var(--branco)!important;	
}
.cinza{
color: var(--cinza)!important;	
}
.verde{
color: var(--verde)!important;	
}
.roxo{
color: var(--roxo)!important;	
}
.bg-preto{
background-color: var(--preto)!important;   
}
.bg-branco{
background-color: var(--branco)!important;  
}
.bg-cinza{
background-color: var(--cinza)!important;   
}
.bg-verde{
background-color: var(--verde)!important;   
}
.bg-roxo{
background-color: var(--roxo)!important; 
}
@font-face {
font-family: 'Ashley';
src:url(//www.tnkconecta.com/wp-content/themes/tnk/fonts/ashley.otf);
}
@font-face {
font-family: 'Ashley Bold';
src:url(//www.tnkconecta.com/wp-content/themes/tnk/fonts/ashley-bold.otf);
}
@font-face {
font-family: 'Coolvetica';
src:url(//www.tnkconecta.com/wp-content/themes/tnk/fonts/coolvetica.ttf);
}
html, body {
overflow-x: hidden;
scroll-behavior: smooth;
background-color:#ffffff;
font-family: "Poppins", sans-serif;
font-style: normal;
color: var(--cinza);
font-size: 15px;
line-height: 25px;
}
a, a:hover, a:active{
text-decoration: none;
color: var(--verde);
font-weight: bold;
transition: .2s ease;
}
section{
padding: 50px 0;
}
.topo{
font-family: 'Ashley';
color: var(--branco);
font-size: 20px;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
background-image: url(https://www.tnkconecta.com/wp-content/uploads/2026/04/topo.jpg);
padding-top: 0;
padding-bottom: 0;
letter-spacing: 2px;
padding: 40px;
}
.topo h2{
color:var(--branco);
font-family: 'Ashley';
font-size: 50px;
line-height: 55px;
letter-spacing: 2px;
text-transform: uppercase;
}
.topo h2 b{
color:var(--verde);
letter-spacing: 2px;
}
.topo h3{
color:var(--branco);
font-family: 'Ashley';
font-size: 20px;
line-height: 20px;
letter-spacing: 2px;
}
.topo-think{
padding-top: 120px;
padding-bottom: 120px;
padding-left: 50px;
}
.logo{
max-width: 260px;
width: 100%;
margin: 25px 0;
}
.logo-ico{
max-width: 60px;
width: 100%;
padding-left: 5px;
}
.pointer:hover{
cursor: pointer;
}
.bs-canvas-overlay {
opacity: 0;
z-index:-1; }
.bs-canvas-overlay.show {
opacity: 0.85;
z-index: 11000;
}
.bs-canvas {
top: 0;
width: 0;
z-index: 11100;
overflow-x: hidden;
overflow-y: hidden;
background-color: #ffffff;
border-right: 1px solid #efefef;
}
.bs-canvas-right {
right: 0;
}
.bs-canvas-anim {
transition: all .4s ease-out;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
}
.cabecalho{
position: absolute;
top: 0;
right: 10%;
z-index: 100;
}
.vertical-center {
display: flex;
align-items: center;
}
.vertical-bottom{
display: table;
vertical-align: bottom;
}
.carousel-caption{
top: 50%;
transform: translateY(-50%);
}
.carousel-lente{
width: 100%;
position: absolute;
height: 500px;
bottom: 0;
z-index: 10;
}
.zoom {
overflow: hidden;
background-color: var(--roxo);
}
.zoom img {
max-width: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
filter: opacity(100%);
}
.zoom:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
filter: opacity(20%);
}
.link-eventos{
font-size:16px;
line-height: 22px;
font-family: "Poppins", sans-serif;
font-weight: normal;
}
.texto-over{
z-index: 101;
position: absolute;
width: 100%;
height: 100%;
filter: opacity(0%);
transition: all 0.3s;
}
.texto-over:hover{
filter: opacity(100%);
cursor: pointer;
transition: all 0.3s;
}
.relative{
position: relative;
}
.bt-whatsapp{
background-color:#42c553;
border-radius: 100px;
padding: 18px 20px;
font-size: 30px;
font-weight: normal;
color:#fff;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;   
text-transform: uppercase;
position: fixed;
z-index: 100;
bottom: 20px;
right: 20px;
}
.bt-whatsapp:hover{
background-color:#18ed34;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;   
}
.beneficios-think{
border: 3px solid var(--verde);
width: 100%;
padding: 15px 25px;
margin-bottom: 40px;
}
.beneficios-think h2{
background-color: var(--roxo);
color: var(--branco);
font-size: 20px;
padding: 10px 20px;
width: fit-content;
text-align: center;
margin: 0 auto;
margin-top: -35px;
margin-bottom: 35px;
}
.botao1{
margin: 50px 0;  
display: inline-block;
padding: 0;
height: auto !important;
}
.botao1-meio{
background-color: var(--roxo);
color: var(--verde);
padding: 15px 35px;
height: 100% !important;  
text-align: center;
float: left; 
font-size: 30px;
}
.botao-meio{
padding: 0px 35px;
text-align: center;
float: left; 
}
.botao1-before{
float: left;
}
.botao1-before img{
height: auto;  
}
.bg01{
background-image: url(//www.tnkconecta.com/wp-content/themes/tnk/img/bg01.jpg);
background-repeat: no-repeat;
background-position: left top;
}
.bg02{
background-image: url(//www.tnkconecta.com/wp-content/themes/tnk/img/bg02.jpg);
background-repeat: no-repeat;
background-position: right top;
}
.titulo1{
color: var(--roxo);
font-family: "Coolvetica", sans-serif;
font-size: 35px;
line-height: 45px;
margin: 50px 0;
letter-spacing: .4px;
}
.subtitulo1{
font-family: "Poppins", sans-serif;
font-weight: bold;
color: var(--cinza);
font-size: 16px;
line-height: 25px;
margin-top: -25px;
}
.bt-menu{
color: var(--verde);
font-size: 30px;
margin-top: 15px;
transition: .2s ease;
}
.bt-menu:hover{
color: var(--branco);
font-size: 30px;
margin-top: 15px;
transition: .2s ease;
}
.menu{
list-style: none;
padding-left: 0;
}
.menu li a{
padding-left: 30px;
display: block;
font-size: 16px;
line-height: 30px;
font-weight: 600;
color: var(--roxo);
transition: .2s ease;
}
.menu li a:hover{
padding-left: 35px;
background-color: var(--verde);
color: var(--branco);
transition: .2s ease;
}
.menu-endereco{
font-size: 13px;
line-height: 20px;
padding-left: 7px;
}
.planejamento{
text-align: center;
margin: 0 auto;
}
.planejamento-topo{
text-align: center;
margin: 0 auto;
width: 50%;
}
.planejamento-left{
right: -20px;
transition: .2s ease;
}
.planejamento-right{
left: -20px;
transition: .2s ease;
}
.planejamento:hover .planejamento-left{
right: 0px;
transition: .3s ease;
}
.planejamento:hover .planejamento-right{
left: 0px;
transition: .3s ease;
}
.planejamento-txt{
font-family: "Poppins", sans-serif;
font-weight: bold;
color: var(--cinza);
font-size: 16px;
line-height: 25px;
margin:0 auto;
margin-top: 20px;
width: 50%;
}
.estrategia{
background-color: var(--verde);
}
.estrategia h3{
font-family: "Coolvetica", sans-serif;
color: var(--roxo);
font-size: 32px;
line-height: 40px;
letter-spacing: 1px;
}
.estrategia h4{
font-family: "Poppins", sans-serif;
font-weight: 600;
color: var(--branco);
font-size: 38px;
line-height: 40px;
}
.numeros{
padding: 10px 10px 20px 10px;
font-family: "Ashley", sans-serif;
color: var(--branco);
font-size: 20px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
height:100%;
width: 100%;
margin: 0 auto;
}
.numeros b{
font-size: 40px;
line-height: 30px;  
font-family: "Ashley Bold", sans-serif;
}
.numeros h5{
font-size: 28px;
line-height: 20px;
}
.numeros h4{
font-size: 80px; 
line-height: 80px;
font-family: "Ashley Bold", sans-serif;
}
.equipe{
background: var(--preto);
padding:0; 
font-family: "Poppins", sans-serif;
font-weight: normal;
color: var(--branco);
font-size: 14px;
line-height: 22px;
}
.carousel-caption h2{
font-family: "Coolvetica", sans-serif;
font-size: 45px;
line-height: 50px;
color: var(--verde);
margin-top: -40px;
}
.equipe h3{
font-size: 18px;
line-height: 25px;
color: var(--branco);
}
.abre-aspas{
font-family: sans-serif;
color: var(--verde);
font-size: 150px;
font-weight: bold;
}
.fecha-aspas{
font-family: sans-serif;
color: var(--verde);
font-size: 150px;
font-weight: bold;
position: absolute;
bottom: 0;
right: 20px;
}
.conheca-mais{
width: 100%;
max-width: 400px;
margin: 35px 0;
}
.parceiro{
width: 100%;
filter:grayscale(1);
transition: all 0.2;
}
.parceiro:hover{
filter:grayscale(0); 
transition: all 0.2;
cursor: pointer;
}
footer{
font-family: "Poppins", sans-serif;
color: var(--branco);
font-size: 14px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(//www.tnkconecta.com/wp-content/themes/tnk/img/topo-bg.jpg);
padding-top: 60px;
padding-bottom: 50px;
}
footer b, footer a, footer a:active, footer a:visited{
color: var(--branco) !important;
}
footer h5{
font-size: 12px;
line-height: 15px;
margin-top: 40px;
}
.menu-footer{
color: var(--branco);
font-size: 14px !important;
font-weight: normal;
transition: 0.2s;
}
.menu-footer:hover{
color: var(--verde) !important;  
font-weight: normal;
transition: 0.2s;
}
.ico-redes{
width: 18px;
margin: 10px 10px 10px 0;
}
.logo-footer{
width: 100%;
max-width: 150px;
}
.order1{
order:1;
}
.order2{
order:2;
}
.carousel-numbers{
position: absolute;
top: 15px;
z-index: 100;
color: var(--branco);
list-style: none;
padding-left: 16%;
}
.carousel-numbers li{
background-color: var(--roxo);
padding: 12px;
display: block;
height: 24px;
width: 24px;
opacity: 1;
font-size: 17px;
margin-right: 8px;
}
.carousel-numbers .active{
background-color: var(--verde);
} @media (max-width: 575px) {
} @media (max-width: 767px) { 
.abre-aspas{
font-size: 80px;
}
.fecha-aspas{
font-size: 80px;
}
.titulo1{
font-size: 25px;
line-height: 35px;
margin: 30px 0;
}
.estrategia h3{
font-size: 20px;
line-height: 25px;
}
.estrategia h4{
font-size: 16px;
line-height: 22px;
}
.numeros{
font-size: 18px;
line-height: 20px;
}
.equipe{
max-height:550px!important;
font-size: 13px;
line-height: 20px;
}
.equipe h2{
font-size: 25px;
line-height: 35px;
margin-top: 0px;
}
.equipe h3{
font-size: 15px;
line-height: 20px;
}
.topo{
background-image: url(https://www.tnkconecta.com/wp-content/uploads/2026/04/topo-mobile.jpg);
padding: 0px 10px;
background-size: 120%;
background-color: #21013e;
}
.topo-think{
padding-top: 270px;
}
.logo{
width: 200px;
}
.carousel-numbers{
padding-left: 125px;
}
.planejamento-topo{
width: 80%;
}
} @media (max-width: 992px) { 
.order1{
order:2;
}
.order2{
order:1;
}
.equipe{
max-height: 600px;
overflow: hidden;
}
} @media (max-width: 1200px) {  
.equipe{
font-size: 13px;
line-height: 18px;
}
}
@media (max-width: 1450px) {  
.carousel-numbers li{
padding: 8px;
height: 18px;
width: 18px;
font-size: 15px;
margin-right: 6px;
}
}