/*
Theme Name: Clamper
Author: Laís Santos 
Author URI: laissantostz@gmail.com
Description: Tema para o novo site Clamper em 2022.
Version: 1.0
*/

/* Estilos Gerais */
html,

body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  color: #425563;
}
p{
  line-height: 1.5em;
}
strong, b{
  font-weight: 700 !important;
}
button,
button:hover,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active {
  border: none;
  outline-style: none;
  text-decoration: none;
  background-color: transparent;
}
body {
  background: #fff;
  position: relative;
	min-height: 100vh;
}
section{
  overflow: hidden;
}
.container-fluid{
  padding: 0 100px;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  background: #1D57A5;
  color: #fff;
  font-size: 1.125em;
  padding: 10px 28px;
  width: fit-content;
  transition: ease-in-out .3s;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
}
.cta.white{
  background: #fff;
  color: #1D57A5;
}
.cta.white.secundario{
  border: 2px solid #1D57A5;
}
.cta:hover {
  background: #fff;
  color: #1D57A5;
  border: 1px solid transparent;
}
.cta.white:hover {
  background: #1D57A5;
  color: #fff;
  border: 1px solid transparent;
}
.cta.white.cta.white.secundario:hover {
  border: 2px solid transparent;
}
/* Estilos Header */
.header {
  width: 100%;
	background: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .navbar {
  display: flex;
  justify-content: space-between;
  padding: 20px 100px !important;
  align-items: center;
}
.navbar-brand{
  padding: 0 !important;
  margin-right: 0; 
}
.navbar-brand img {
  width: 100%;
  max-width: 300px;
}
.navbar a {
  color: #1D57A5;
  font-size: 0.8em;
  transition: ease-in-out 0.1s;
  padding: 0 10px;
  display: block;
  text-align: center;
	position: relative;
  font-weight: 400;
}
.navbar .current_page_item a{
  font-weight: 800;
}
.navbar .menu-item-gtranslate a{
	padding: 0 5px;
}
.navbar a.glink span{
	margin-right: 0px;
	
}
.navbar a:hover{
	font-weight: 800;
}
.navbar-brand:hover {
  border: none !important;
}
/* Estilos Menu */

.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #1D57A5;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: auto;
  right: -120%;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #425563;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.close-button span {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral.active {
  right: 0;
  overflow: auto;
}
.gtranslate_wrapper{
	display: flex;
}
.gtranslate_wrapper a{
	padding: 0;
	display: grid;
}
.gtranslate_wrapper a:nth-child(2){
	padding: 0 10px;
}

/* Footer */
footer{
  background: #1F272E;
}
footer h4{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 20px;
}
footer a:hover{
  color: #FCC412;
}
footer p,
footer a{
  color: #fff;
  font-size: .85em;
  margin-bottom: 0;
}
footer .info a{
  margin-bottom: 20px;
  line-height: 1.5em;
}
footer .copy{
  background: #005692;
}
footer .copy p,
footer .copy a{
  font-size: .85em;
  font-weight: 300;
  text-align: center;
}
footer .copy p strong{
  font-weight: 600;
  letter-spacing: 2px;
}
footer .copy a strong{
  font-weight: 600;
}


/* Página Inicial */
h2.titulo{
  color: #002D74;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 32px;
}
h3{
  color: #425563;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 16px;
}
p{
  color: #425563;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
}
.slide-principal{
  background: linear-gradient(180deg, #03142B 0%, #020D1D 100%);
}
.slide-principal .left{
  padding: 100px 65px 100px 100px;
  height: calc(100vh - 69px);
}
.slide-principal h2,
.slide-principal h3,
.slide-principal p{
  color: #fff;
}
.slide-principal h2{
  margin-bottom: 0;
  font-size: 2.5em;
}
.slide-principal h3{
  font-weight: 400;
  font-size: 2em;
}
.slide-principal h3 strong{
  font-weight: 700;
}
.slide-principal .divisor{
  width: 24px;
  height: 1px;
  margin: 40px 0;
  background: #B1C8E8;
}
.controle{
  margin-left: 38px;
}
.controle .setas{
  position: relative;
  display: flex;
  align-items: center;
}
.controle .setas .dots{
  order: 2;
  padding-left: 1px;
  padding-right: 3px;
}
.controle .setas .slick-next{
  order: 3;
  width: auto;
  height: auto;
}
.controle .setas .slick-prev{
  order: 1;
  width: auto;
  height: auto;
}
.slick-prev:before{
  content: url('assets/img/arrow-left.svg');
}
.slick-next:before{
  content: url('assets/img/arrow-right.svg');
}
.controle .dots .slick-dots{
  position: relative;
  list-style: none;
  display: flex;
  right: 0;
  bottom: auto;
  width: auto;
  margin: 0 20px;
}
.slick-dots li{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 5px;
}
.controle .dots .slick-dots li.slick-active{
  background: #fff;
}
.slideimg .slick-list,
.slideimg .slick-track,
.slideimg .slick-slide div,
.slideimg img{
  height: calc(100vh - 69px);
  object-fit: cover;
}
#home .sobre .right{
  padding: 100px 100px 100px 65px;
}
.item{
  background: #002D74;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 10px;
}
.item p{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
#home .loja-virtual{
  background: linear-gradient(180deg, #03142B 0%, #020D1D 100%);
}
#home .loja-virtual{
  position: relative;
}
#home .loja-virtual h2{
  color: #fff;
}
#home .loja-virtual .detalhe1{
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .loja-virtual .detalhe2{
  position: absolute;
  right: 0;
  bottom: 0;
}
.box{
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #F0F0F0;
  backdrop-filter: blur(10px);
  border-radius: 16px;
  position: relative;
  height: 430px;
  padding: 30px;
  margin-bottom: 24px;
}
.box img{
  margin-bottom: 12px;
  width: 100%;
  max-width: 94px;
  height: 94px;
  object-fit: contain;
}
.box p{
  color: #3D3D3D;
}
.box .cta{
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.box.big{
  background: linear-gradient(180deg, #FAFAFA 0%, #EDEDED 100%);
  box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  backdrop-filter: none;
  height: 225px;
}
.box.big p{
  color: #656565;
}
#home .produtos{
  position: relative;
}
#home .produtos .detalhe3{
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}
#home .produtos .detalhe4{
  position: absolute;
  top: 65%;
  left: 0;
  z-index: -1;
}
#home .produtos .detalhe5{
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: -1;
}
/* Página DPS */
.banner-topo{
  position: relative;
}
.banner-topo h2.titulo{
  font-weight: 400;
  font-size: 2.5em;
}
.banner-topo .left{
  padding: 100px 65px 100px 100px;
  height: auto;
  background: rgba(255, 255, 255, 1);
  border-width: 1px 0px;
  border-style: solid;
  border-color: #F0F0F0;
  backdrop-filter: blur(8px);
}
.banner-topo .img-absolute{
  position: absolute;
  right: 0;
  top: 0;
  max-width: 60%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.box.cinza{
  background: linear-gradient(180deg, #FAFAFA 0%, #EDEDED 100%);
}
.box.cinza p{
  color: #656565;
}
.classes .box{
  height: 300px;
}
.beneficios .box{
  height: 200px;
}
.beneficios .box li{
  line-height: 1.5em;
  margin-bottom: 15px;
}
#sou-mais .beneficios .box img{
  height: auto;
}
.beneficios h4{
  font-size: 1.5em;
}
.video iframe{
  border-radius: 40px;
}
.surto-eletrico img{
  border-radius: 8px;
}
.surto-eletrico h3{
  color: #002D74;
  margin-bottom: 0;
}
.box.red{
  background: #D6001C;
}
.box.blue{
  background: #1D57A5;
}
.box.cinza2{
  background: #C5CFDA;
}
.box.red p,
.box.blue p,
.box.cinza2 p{
  color: #fff;
}
.surto-eletrico .topo{
  margin-bottom: 20px;
}
.surto-eletrico .box{
  height: 100px;
  padding: 16px;
  margin-bottom: 16px;
}
.surto-eletrico .box p{
  margin-bottom: 0;
  font-size: .85em;
}
.bg-blue{
  background: linear-gradient(180deg, #03142B 0%, #020D1D 100%);
}
h2.titulo.white{
  color: #fff;
}
.call-to .cta{
  text-align: center;
  width: 100%;
}
/* Página Sobre */
#sobre .sobre img{
  border-radius: 8px;
}
#sobre .clamper-lab h3{
  font-weight: 400;
  max-width: 350px;
}
#sobre .clamper-lab .box{
  height: 100%;
}
.box.cinza3{
  background: linear-gradient(264.48deg, #425563 0%, #1C2C38 100%);
}
#sobre .numeros .box{
  height: 120px;
}
#sobre .numeros .box p,
#sobre .numeros .box h3{
  color: #fff;
  margin-bottom: 0;
}
#sobre .premios .container-premios{  
  padding-left: 100px;
}
#sobre .premios .box{  
  height: 230px;
}
#sobre .premios .box p{  
  margin-bottom: 0;
}
#sobre .premios .slick-slide{
  margin-right: 10px;
}
#sobre .slick-dots li{
  background: #C5CFDA;
}
#sobre .slick-dots li.slick-active{
  background: #425563;
}
#sobre .slick-next:before{
  content: url('assets/img/arrow-right-2.svg');
}
#sobre .slick-prev:before{
  content: url('assets/img/arrow-left-2.svg');
}

/* Página Soluções */
#solucoes .acesso-rapido .solucao{
  width: 120px;
}
#solucoes .acesso-rapido .solucao img{
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 5px;
}
#solucoes .acesso-rapido .solucao p{
  font-size: .75em;
  text-align: center;
}
#solucoes .box{
  height: auto;
}
/* Página Linhas de produtos (categorias) */
#solucoes.archive .banner-principal{
  margin-bottom: 24px;
}
#solucoes.archive .banner-secundario img{
  border-radius: 16px;
  margin-bottom: 30px;
}
#solucoes.archive .aplicacoes h4{
  font-size: 1.5em;
  margin-bottom: 20px;
}
/* Página produto */
#solucoes.single .titulo a{
  color: #002D74;
  font-weight: 700;
  font-size: 1em;
}
#solucoes.single .nav-tabs .nav-link{
  font-size: 1em;
  border: 1px solid #002D74;
  border-radius: 4px;
  margin-right: 10px;
  color: #002D74;
  text-transform: uppercase;
}
#solucoes.single .nav-tabs .nav-link.active{
  background: #002D74;
  color: #fff;
  font-weight: 600;
}
#solucoes.single .nav-tabs .nav-link.active{
  background: #002D74;
}
#solucoes.single .tab-content{
  padding-top: 20px;
}
#solucoes.single .box{
  margin: 0 10px;
  padding: 20px;
}
#solucoes.single .box img{
  margin-right: 20px;
}
#solucoes.single .box p{
 margin-bottom: 0;
}
#solucoes.single .box .categoria{
 font-weight: 600;
}

/* Página Linha do tempo */
#timeline .card{
  margin-bottom: 30px;
  border-radius: 20px;
  background: #1D57A5;
  padding: 30px;
  margin-left: 30px;
  position: relative;
  z-index: 9;
}
#timeline .card:nth-child(even){
  background: #F0F0F0;
}
#timeline .card::before{
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  background: #002D74;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 10;
}
#timeline .card button{
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}
#timeline .card p,
#timeline .card span{
  color: #fff;
  margin-bottom: 0;
}
#timeline .card:nth-child(even) span{
  color: #002D74;
}
#timeline .card:nth-child(even) p{
  color: #425563;
}
#timeline .card span{
  font-size: 1.3em;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
#timeline .card p strong{
  text-transform: uppercase;
}
#timeline .card .card-header{
  background: transparent;
  border: 0;
  margin-bottom: 0;
}

/* Página Socioambiental */
#socioambiental .box{
  height: 100%;
  margin-bottom: 20px;
}
#socioambiental .box h3{
  color: #002D74;
  margin-bottom: 30px;
  text-align: center;
}
#socioambiental .box img{
  height: 200px;
  border-radius: 16px;
  max-width: 100%;
}

/* Página Onde comprar */
#onde-comprar .container-boxes .conteudo{
  height: 460px;
  position: relative;
}
#onde-comprar .container-boxes .conteudo img{
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
#onde-comprar .container-boxes .conteudo h3{
  color: #002D74;
}
#onde-comprar .container-boxes .conteudo .cta{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}
#onde-comprar form{
  margin-top: 40px;
}
#onde-comprar .distribuidores form label{
  text-align: center;
  display: block;
  width: 100%;
}
#onde-comprar form select,
.filtro form input{
  height: 70px;
  background: #F0F0F0;
  border-radius: 8px;
  padding-left: 35px;
}
#onde-comprar form{
  position: relative;
}
#onde-comprar form .pin{
  position: absolute;
  top: 60%;
  transform: translateY(-35%);
  left: 15px;
  z-index: 10;
}
#onde-comprar .container-estados,
#onde-comprar .container-lojistas{
  margin-top: 40px;
}
#onde-comprar .box{
  height: auto;
  padding: 24px;
  border-radius: 12px;
}
#onde-comprar .box p{
  margin-bottom: 0;
}
#onde-comprar legend{
  font-weight: 700;
}
.filtro .checkbox{
  position: relative;
  background: linear-gradient(180deg, #FAFAFA 0%, #EDEDED 100%);
  border: 1px solid #F0F0F0;
  border-radius: 16px;
}
.filtro .checkbox input{
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  background-color: transparent;
  appearance: none;
  display: block;
  cursor: pointer;
}
.filtro .checkbox input:focus{
  border: 1px solid #002D74;
}
.filtro .checkbox label{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#onde-comprar .lojistas .container-boxes{
  margin: 47px 0 80px 0;
}
#onde-comprar .lojistas .cep{
  position: relative;
}
#onde-comprar .lojistas .cep .pin{
  top: 30%;
}
#onde-comprar .lojistas .cep input{
  padding-left: 30px;
}
#onde-comprar .lojistas .cep .cta{
  display: block;
  width: 100%;
  margin-top: 32px;
}
#onde-comprar .lojas-online .slick-slide{
	margin-right: 10px;
}
#onde-comprar .lojas-online .box{
	height: 230px;
}
#onde-comprar .slick-dots li{
	background: #C5CFDA;
}
#onde-comprar .slick-dots li.slick-active{
	background: #425563;
}
#onde-comprar .slick-prev:before{
	content: url('assets/img/arrow-left-2.svg');
}
#onde-comprar .slick-next:before{
	content: url('assets/img/arrow-right-2.svg');
}

/* Página Sou+CLAMPER */
#sou-mais .banner-topo{
  background: linear-gradient(180deg, #03142B 0%, #020D1D 100%);
}
#sou-mais h3.titulo{
  color: #002D74;
}
#sou-mais .banner-topo h1{
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 32px;
}
#sou-mais .box img{
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
#sou-mais .como-funciona .box p{
  line-height: 1.85em;
}
#sou-mais .pontos .box{
  height: auto;
}
#sou-mais .pontos .box h4{
  margin-bottom: 0;
}
#sou-mais .beneficios .box{
  height: 100%;
}
#sou-mais .beneficios p strong{
  margin-bottom: 12px;
}
#sou-mais .beneficios ul{
  margin-top: 15px;
}

/* Página Eventos */
#eventos .categorias input{
  width: 100%;
  background: #1D57A5;
  color: #fff;
  transition: ease-in-out .3s;
  border: 1px solid transparent;
  border-radius: 8px;
  display: block;
}
#eventos .categorias label{
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
}
#eventos .checkbox{
  border-radius: 8px;
}

#eventos .checkbox input{
  height: 45px;
  font-weight: 500;
	position: relative;
	z-index: 999;
}

#eventos .checkbox-categoria{
	background:#1D57A5 !important;
}
#eventos .checkbox-categoria input{
	background:transparent;
	position: relative;
	z-index:999;
}
#eventos .box{
  height: 80px;
  text-align: center;
  display: block;
}
#eventos .box p{
  margin-bottom: 0;
}
#eventos .cta{
	text-align: center;
}
#eventos .datepicker-switch{
  padding: 20px 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
#eventos .filtro-data .dow{
  padding-bottom: 15px;
}
#eventos .filtro-data .day{
  padding: 10px;
}
#eventos .redes-sociais svg path{
  fill: #425563;
}

#eventos .eventos .img-margin {
	gap:30px;
}
#eventos .eventos .img-margin div img{
	display:block;
	margin-bottom:20px;
}
.daterangepicker{
	position: initial;
	display: block !important;
}

/* Página Ajuda */
#faq .box{
  height: 400px;
}
#faq .box a{
  color: #1D57A5;
  text-decoration: underline;
  font-weight: 700;
}
.faq .card{
  background: #1D57A5;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq .card-header{
  padding: 20px;
}
.faq .card button{
  color: #fff;
  outline: none;
  border: 0;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.faq .card button:hover{
  text-decoration: none;
}
.faq .card-body{
  background: #fff;
}
#faq .card-scroll-auto{
	height:400px;
	overflow:auto;
}
.formulario .form-control{
  background: #F0F0F0;
  border-radius: 8px;
  border: 0;
}
.formulario input,
.formulario select{
  position: relative;
  height: 48px;
}
.formulario textarea{
  position: relative;
  height: auto;
}
.formulario input[type="checkbox"]{
  height: auto;
}
.formulario .name::after{
  content: url('assets/img/form-name-icon.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 16px;
  height: 24px;
  object-fit: contain;
}
.formulario label{
  color: #425563;
  font-size: .85em;
}
.formulario input.cta{
  min-width: 250px;
  margin: 0 auto;
}

/* Página Trabalhe conosco */
.gptw .box{
  position: relative;
}
.gptw img{
  position: absolute;
  top: 0;
  left: 100px;
}
.gptw h2{
  margin-bottom: 0;
  text-transform: uppercase;
}
/* Página Blog */
#blog .secao-filtros{
  background: #F0F0F0;
}
#blog .secao-filtros .categorias{
  margin-right: 20px;
}
#blog .secao-filtros select{
  width: 140px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  color: #1D57A5;
  border: 0;
  outline: none;
}
#blog .secao-filtros .link{
  font-weight: 600;
  color: #1D57A5;
  text-transform: uppercase;
}
#blog .secao-filtros .busca{
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  margin-right: 24px;
  background: #FFFFFF;
}
#blog .secao-filtros .busca input{
  background: transparent;
  color: #425563;
  border: none;
  padding: 12px 10px;
  width: 300px;
}
#blog .secao-filtros .busca button{
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#blog .secao-topo{
  margin-top: 80px;
}
#blog h3.titulo{
  font-weight: 700;
  color: #002D74;
  font-size: 1.3em;
}
#blog .secao-destaque .block img{
  border-radius: 16px;
  height: auto;
  margin-bottom: 16px;
}
#blog .block .tags span{
  color: #425563;
  font-size: .8em;
  text-transform: uppercase;
  display: block;
}
#blog .secao-destaque .right h3.titulo{
  text-transform: uppercase;
}
#blog .secao-destaque .right .block {
  border: 1px solid #F0F0F0;
  border-radius: 16px;
  padding: 16px;
  display: block;
}
#blog .secao-destaque .right .block .tags span{
  font-size: .7em;
}
#blog .block h2{
  color: #1D57A5;
  font-size: 1.3em;
  margin-top: 16px;
  font-weight: 700;
}
#blog .secao-destaque .block h2{
  font-size: 1.5em;
}
#blog .secao-destaque .right .block h2{
  font-size: 1em;
}
#blog .block img{
  border-radius: 16px;
  height: 120px;
  margin-bottom: 16px;
  object-fit: cover;
}
#blog .secao-newsletter h3{
  color: #3D3D3D;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2em;
}
#blog.single .thumb{
  border-radius: 16px;
  margin-bottom: 40px;
}
#blog.single h1{
  color: #002D74;
  font-weight: 700;
  font-size: 1.5em;
}
#blog.single .tags ul{
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin: 24px 0;
}
#blog.single .sidebar h3.titulo{
  text-transform: uppercase;
}
#blog.single .sidebar .block {
  border: 1px solid #F0F0F0;
  border-radius: 16px;
  padding: 16px;
  display: block;
  margin-bottom: 16px;
}
#blog.single .sidebar .block h2{
  font-size: 1em;
}
#blog.single .sidebar .banner-lateral{
  border-radius: 16px;
}
#blog .navegacao a{
  color: #1D57A5;
  margin: 0 5px;
  font-weight: 400;
}
#blog .navegacao .current{
  font-weight: 600;
  color: #1D57A5;
  margin: 0 5px;
}
#blog .navegacao .next,
#blog .navegacao .prev{
  background: #1D57A5;
  padding: 5px 10px;
  border-radius: 50%;
  color: #fff;
}

/* Página Materiais */
#blog.materiais .secao-destaque .block{
  background: linear-gradient(180deg, #FAFAFA 0%, #EDEDED 100%);
  border: 1px solid #F0F0F0;
  border-radius: 40px;
  padding: 60px;
}
#blog.materiais .block img{
  object-fit: contain;
}
#blog.materiais .secao-destaque .block h2{
  color: #3D3D3D;
  max-width: 450px;
  margin-bottom: 30px;
}
#blog.materiais .secao-destaque .block p{
  max-width: 450px;
}
#blog.materiais .secao-postagens .block img{
  background: linear-gradient(180deg, #03142B 0%, #020D1D 100%);
  border-radius: 16px;
  padding: 0px;
  height: 124px	
}
#blog.materiais .secao-postagens .block .cta{
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  text-transform: uppercase;
  display: block;
  margin-top: 24px;
}

/* Página Obrigado */
.page-template-page-obrigado footer{
	position: absolute;
    bottom: 0;
    left: 0;
}

















/* Animação */
[data-anime]{
  opacity: 0;
}
[data-anime="left"]{
  transform: translate3d(-200px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(200px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -200px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 200px, 0);  
}
/* [data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
} */

[data-anime="top"].animate{
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  }
  } 

[data-anime="right"].animate {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  }
  } 

[data-anime="left"].animate {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  }
  } 

[data-anime="down"].animate {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  }
  }
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  visibility: visible;
  opacity: 0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  }
} 


/* Responsividade */
@media (max-width: 991px) {
  .container-fluid{
    padding: 0 40px;
  }
  .menu-toggle {
    display: flex !important;
  }
  .navbar a{
    text-align: left;
    color: #fff;
    padding: 15px 0;
	  border-bottom: 1px solid #fff;
  }
	.navbar .traducao  a{
		padding: 0 5px;
		display: flex;
		flex-direction: column;
	}
	.navbar .traducao a span{
		color: #1D57A5;
	}
	.menu-item-gtranslate{
		display: none;
	}
  header .navbar{
    padding: 20px !important;
  }
	.controle{
		margin-left: 0;
	}
	#solucoes.single .nav-tabs .nav-link{
		font-size: .7em;
		margin-bottom: 10px;
	}
	#solucoes.single .botoes .cta{
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) { 
  .container-fluid{
    padding: 0 20px;
  }
  .slide-principal .left,.slideimg .slick-list, 
	.slideimg .slick-track, .slideimg 
	.slick-slide div, .slideimg img{
    height: auto;
  }
	#solucoes.camada-1{
		display:flex;
		flex-direction: column-reverse;
	}
	#solucoes .no-show-item{
		display: none;
	}
	#solucoes .categorias{
		padding-bottom: 0px !important;
	}
		#solucoes .acesso-rapido{
		padding-bottom: 0px !important;
	}
	#solucoes .banner-principal img{
		width: 100%;
	}
	#timeline .card{
		margin-left:0px;
		padding: 10px 0;
	}
	#timeline .accordion{
		display:flex;
		overflow: auto;
		gap: 30px;
		
	}
	#timeline .accordion .card{
		flex-shrink: 0;
		width:100%;
		max-height:450px;
		
	}
	.size-card{
		max-height:17.35em;
		height: 100%;
		overflow: auto;
	}
	.banner-topo .left {
		padding: 20px 15px;
		height: auto;
	}
	.banner-topo .left .conteudo .titulo{
		font-size: 1.5em;
    	text-align: center;
	}
	.banner-topo .left .conteudo p{
		text-align: center;
	}
  #home .sobre .right{
    padding: 20px;
  }
  h2.titulo{
    font-size: 1.5em;
	  margin-bottom:20px;
  }
  .item p{
    text-align: left;
  }
  #home .loja-virtual .detalhe1,
  #home .loja-virtual .detalhe2{
    display: none;
  }
  h3{
    font-size: 1em;
    margin-bottom: 15px;
  }
  p{
    font-size: .85em;
  }
  .box{
    padding: 15px;
    height: auto;
  }
  .cta{
    font-size: .75em;
    padding: 10px 15px;
	  margin: 0 auto
  }
  .box .cta{
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 30px;
  }
  .box.big{
    height: auto;
  }
  #home .loja-virtual h2{
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .box img{
    height: 130px;
    max-width: 130px;
  }
	.produto .box img{
    height: 80px;
    max-width: 80px;		
	}
  .produtos .box p{
    display: none;
  }
  .produtos .box .cta{
    font-weight: 400;
    text-decoration: underline;
    border: none;
    text-align: left;
    background: transparent;
    color: #1D57A5;
    font-size: .85em;
    padding: 0;
  }
  .slide-principal .left{
    padding: 20px;
	  order: 2;
  }
	#sobre .premios .container-premios{
		padding-left:0px;
	}
	.surto-eletrico .topo{
  margin-top: 40px;
  margin-bottom: 40px;
}
	#sou-mais .banner-topo h1{
		font-size: 1.2em;
		margin: 30px auto;
	}
	#sou-mais .usuarios.py-5{
		padding-top:1rem !important;
	}
	#sou-mais .politicas.py-5{
		padding-top:1.2rem;
	}
	#sou-mais .como-funciona .box{
		height: 100%;
			margin-bottom: 10px;
	}
	#sou-mais .box img{
		max-width:100px;
		height:100px;
	}
	#blog .blog-header-button {
		margin-top:20px
	}
	#faq .box{
		height: auto;
		padding: 30px 15px;
	}
   .banner-topo .img-absolute{
	  position: relative;
	  right: auto;
	  top: auto;
	  max-width: 100%;
	}
	.banner-topo .left,
	.slide-principal .left{
		order: 2;
	}
	.slide-principal .divisor{
		margin: 20px auto;
	}
	#dps .classes .box,
	#dps .beneficios .box{
		height: auto;
	}

}