/**
*
* Theme: WeCoded Custom Theme
* Folha de Estilos Personalizados
*
* Author: WeCoded Soluções Web - Sites, Web & Design
* Author URI:https://www.wecoded.com.br
*
**/
/*******************************************************
* FONTES
*******************************************************/ 

@font-face {
	font-family: 'Eina03';
	src: url('fonts/Eina03-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Eina03';
	src: url('fonts/Eina03-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Eina03';
	src: url('fonts/Eina03-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Eina03';
	src: url('fonts/Eina03-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}




/*******************************************************
* CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/
body {
	color: #898989;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	background: white;
	font-family: 'Eina03', sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}
h1{
	font-size: 46px; 
} 
h2 {
	font-size: 40px;
}
h3{
	font-size: 36px; 
}
h4 {
	font-size: 24px; 
}
h5 {
	font-size: 18px;   
}

a, a:hover {
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
} 
button:focus, a:focus{
	outline: 0;
}

/*******************************************************
* FORMULÁRIOS E BOTÕES
*******************************************************/
.btn{
	line-height: normal;  
	padding: 16px 37px;
	height: auto;
	max-width: 100%; 
	font-size: 20px;
	font-style: normal;
	font-weight: bold; 
	border-radius: 9px; 
}

.btn.btn-default{  
	color: white; 
	border: 1px solid #003D60;
	background-color: #003D60;
} 
.btn.btn-default:hover{  
	color: white; 
	border: 1px solid #2D9993;
	background-color: #2D9993;
}

.btn.btn-white{  
	color: white; 
	border: 1px solid white;
	background-color: transparent;
} 
.btn.btn-white:hover{  
	color: white; 
	border: 1px solid #2D9993;
	background-color: #2D9993;
}


.btn.focus, .btn:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.btn:hover{
	transform: scale(1.02); 
}



textarea::placeholder,
input::placeholder{
	color: #777;
}


input {
	width: 100%;
	height: 48px;
	padding: 10px 20px;
	border-radius: 5px;
	background: white;
	border: 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #777;
}
textarea {
	width: 100%; 
	padding: 10px 20px;
	border-radius: 10px;
	background: white;
	border: 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #777;
}

input[type="submit"] {
	background: #003D60;
	width: 100%;
	margin: 10px auto 0 auto;
	display: block;
	height: 48px;
	color: white;
	font-size: 15px;
	font-weight: 300; 
}
input[type="submit"]:hover {
	background: #2D9993;
	border-color: #2D9993;
	color: white;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	height: auto;
	width: auto;
}



span.wpcf7-spinner {
	display: none;
}

/*******************************************************
* CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/ 

.container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}
.container-pre-fluid {
	width: 95%;
	margin: 0 auto;   
	padding-right: 0;
	padding-left: 0;
}


main#main {
	overflow: hidden;
}

@media(max-width: 999px){
	main#main{
		margin-top: -22px
	}
}

.no-padding{
	padding: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}

.imagem{
	position: relative;
	transition: 250ms all;
}
.imagem:hover{
	transform: scale(1.02);
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #003D60; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

svg#mapa path#contorno {
	fill: #2d9993;
	stroke-width: 6px;
	stroke: #2d9993;
}

svg#mapa path#preenchimento {
	filter:blur(3px);
	fill: #003D60;
	stroke-width: 6px;
	stroke: #2d9993;
}
svg#mapa.visto path#preenchimento {
	animation: fillAnimation 3s forwards; /* 6 segundos de animação */
}

@keyframes fillAnimation {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}
/*******************************************************
* CABECALHO
*******************************************************/
#header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: transparent; 
	transition: 250ms all;
}
.home #header{
	background-color: transparent;
}
body.scrolled #header {
	background-color: #003D60;
	top: -50px;
}
#header-inner {
	transition: 250ms all;
}
body.scrolled #header-inner {
	margin: 20px 0 20px 0;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li > ul.mega-sub-menu{
	margin-top: 5px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li:not(:last-child) > ul.mega-sub-menu{
	right: 50%;
	transform: translateX(50%) !important;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	background-color: #003D60 !important;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.10);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.10);
	box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.10);
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus{
	border-radius: 6px 6px 6px 6px !important;
	background-color: #003D60 !important;
}

.top-header {
	background-color: #2D9993;
	color: white;
	padding: 4px 0;
	display: block;
	font-size: 14px;
	line-height: 21px;
}
.top-header p {
	margin: 0;
}
.top-header a {
	color: white;
}


.top-header .social ul {
	padding: 0;
	margin: 0;
}
.top-header .social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.botao-header {
	margin-top: 6px;
	text-align: center;
}
.botao-header button {
	border-radius: 9px;
	background: #FFF;
	color: #003D60;
	border: 0;
	font-size: 18px;
	line-height: normal;
	padding: 0px 20px 2px 20px;
	font-weight: bold;
}
.botao-header button:hover {
	background: #003D60;
	color: white;
}
.top-header .social {
	margin-top: 7px;
}


.conteudo-header-top ul {
	padding: 0;
	float: right;
	margin: 0;
}
.conteudo-header-top ul li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
.conteudo-header-top ul li img {
	margin-right: 5px;
}



#header-inner {
	margin: 90px 0 20px 0;
}
#header-inner .menu {
	float: right;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	height: auto;
}
ul.mega-sub-menu li a {
	text-align: center !important;
}





.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0; 
	overflow-x: hidden;
	transition: 0.5s;
	background-image: url(img/bg-home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
}

.sidenav .close-menu {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#header .menu-mobile button {
	background: transparent;
	border: 0;
	position: absolute;
	top: -30px;
	right: 15px;
}
.sidenav .close-menu {
	position: absolute;
	top: 50px;
	right: 154px;
	background: transparent;
	border: 0;
}

.menu-sidenav {
	margin-top: 70px;
	padding-left: 20px;
}
.menu-sidenav ul li a {
	font-size: 20px !important;
	font-weight: bold !important;
}
.menu-sidenav ul li {
	display: block !important; 
}


.sidenav-logo {
	max-width: 220px;
	margin-top: 70px;
	margin-left: 30px;
}

.social-sidenav ul {
	padding: 0;
	margin: 0 15px;
}
.social-sidenav ul li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

.conteudo-sidenav {
	margin: 20px 15px;
}

.conteudo-sidenav a {
	color: white;
}
.conteudo-sidenav ul {
	padding: 0;
}
.conteudo-sidenav ul li {
	list-style: none;
	margin-bottom: 12px;
}










/*******************************************************
* RODAPE
*******************************************************/
#footer {
	background: linear-gradient(90deg, rgba(0,42,66,1) 0%, rgba(0,78,122,1) 51%, rgba(0,32,50,1) 100%);
	color: white;
	padding: 250px 0 0 0;
	position: relative;
	font-size: 16px;
}
#footer h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 15px;
}

.desc-footer {
	margin: 30px 0 20px 0;
	padding: 0 25px 0 0;
}

#footer .social ul {
	padding: 0;
	margin: 0;
}
#footer .social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.menu-footer {
	display: inline-block;
	width: 49%;
	float: left; 
	text-align: left; 
}
.menu-footer ul {
	padding: 0;
	margin: 0;
}
.menu-footer ul li {
	list-style: none;
	font-weight: 400;
	margin-bottom: 10px;
}
.menu-footer ul li:hover {
	font-weight: bold;
}
.menu-footer ul li a {
	color: white;
}
.menu-footer ul li a:hover {
	color: #fff;
}

.contatos-footer ul {
	padding: 0;
	margin: 0;
}
.contatos-footer ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 13px;
}
.contatos-footer ul li img {
	margin-right: 5px;
}
.contatos-footer ul li a {
	color: white;
}
.contatos-footer ul li:hover {
	font-weight: bold;
}


.social-footer {
	margin-top: 30px;
}
.social-footer ul {
	padding: 0;
}
.social-footer ul li img {
	margin-right: 10px;
}
.social-footer ul li a {
	color: white;
	font-weight: 500;
}
.social-footer ul li {
	list-style: none;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	color: white;
}

.copyright { 
	color: white;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}  
.copyright p {
	margin: 0;
}

.copyright .conteudo {
	border-top: 1px solid white;
	padding: 10px 0;
	margin-top: 120px;
}


#newsletter {
	z-index: 1;
	position: relative;
}
#newsletter .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition:300ms;
}

.bg-newsletter {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.25);
	padding: 60px 80px;
}

input.wpcf7-not-valid{
	border:1px solid red;
}

#newsletter .conteudo {
	font-size: 16px;
	line-height: 24px;
}
#newsletter .conteudo h3 {
	color: #003D60;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
#newsletter input {
	border-radius: 5px;
	border: 1px solid #003D60;
	height: 48px;
	font-size: 16px;
}
#newsletter input[type="submit"] {
	border-radius: 5px;
	border: 1px solid transparent;
	height: 48px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
#newsletter .text-form {
	font-size: 12px;
	line-height: 18px;
}

#newsletter .aceite-termos{
	font-size: 12px;
}

#newsletter .aceite-termos input{
	height: auto;
}

#newsletter .aceite-termos label{
	display: flex;
}

#newsletter .aceite-termos label span{
	margin-left: 10px;
}


/*******************************************************
* PÁGINAS
*******************************************************/ 


#sub-header {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 250px 0 90px 0;
}

#sub-header.e404 p{
	text-align: center;
	color: white;
	font-size: 16px;
}

#sub-header h2 {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 48px;
}
.banner_slide:not(.slick-slider) .banner-home:not(:first-child) {
	display:none;
}

.banner_slide .slick-arrow{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	border: none;
	background: transparent;
    color: white;
    width: clamp(3rem,4.125vw,5rem);
    aspect-ratio: 1;
}

.banner_slide .slick-next{
	right:0;
}

.banner_slide .slick-dots{
	display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
	padding: 0;
}

.banner_slide .slick-dots li {
    display: inline;
}

.banner_slide .slick-dots button {
    font-size: 0;
    line-height: 0;
	background: transparent;
    width: 18px;
    aspect-ratio: 1;
    border: 3px solid white;
	position:relative;
}
.banner_slide .slick-dots button::after{
	position:absolute;
	content:'';
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scale(0);
	width:50%;
	height:50%;
	transition:300ms;
	background:white;
}

.banner_slide .slick-dots li.slick-active button::after{
	transform:translate(-50%,-50%) scale(1);
}


.banner-home {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
	padding: 370px 0 200px 0;
}



.banner-home .botao {
	margin-top: 40px;
}
.banner-home .conteudo h2 {
	font-size: 64px;
	font-weight: bold;
	line-height: normal;
}


#home2 {
	padding: 100px 0;
}

#home2 .titulo-grande h2 {
	color: #003D60;
	font-size: 48px;
	font-weight: bold;
	line-height: 76px;
	margin-bottom:50px;
}
#home2 .conteudo {
	margin-bottom: 35px;
}
#home2 .conteudoLast{
	margin-top:30px;
}

#home2 .conteudo h2 {
	color: #003D60;
	margin-bottom: 30px;
}

#home2 .conteudo.conteudoLast h2{
	line-height: 1.6;
}

#home2 .imagem{
	transform: translateX(-40px);
}

#home2 .imagem::after{
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	right: -14%;
	top: 47%;
	transform: translateY(-50%);
	z-index: -1;
}


:is(#home2, #sobre2, #sobre3) .imagem::before{
	content: '';
	width: 90%;
	height: 90%;
	z-index: -1;
	background-image: url('img/beforeBn1.png');
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	background-size:contain;
	top:-8%;
	left:-3%;
	transition: 0.5s all;
}

:is( #sobre2, #sobre3) .imagem::before{
	top:4%;
}


#sobre3 .imagem::before{
	left: -90x;   
}

:is(#home2, #sobre2, #sobre3) .imagem:hover::before{
	transform: scale(1.02);
	transition: 0.5s all !important;
}

:is(#home2, #sobre2) .imagem:hover img{
	transform: scale(0.95);
	transition: 0.5s all !important;
}

#sobre3 .imagem:hover img{
	transform: translateX(0) scale(0.95);
	transition: 0.5s all !important;
}

:is(#home2, #sobre2, #sobre3) .imagem img{
	z-index:2;
	transition: 0.5s all !important;
}

#home3 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 9vw 0;
	margin-top: -7vw;
	color: #003D60;
}
#home3 h2{
	line-height:1.8;
}

#home4 {
	padding: 100px 0;
}

#home4 .conteudo {
	border-radius: 10px;
	background: #EFEFEF;
	padding: 35px;
}
#home4 .conteudo h2 {
	color: #003D60;
	line-height: 64px;
	margin-bottom: 20px;
}

#home4 .botao {
	margin-top: 30px;
}

#home4 .conteudo::after{
	content: '';
	display: block;
	width: 180px;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(calc(100% - 110px), 80px);
	z-index: 1;
}

#home5 {
	background-color: #003D60;
	color: white;
	padding-bottom: 140px;
}

#home5 .divisor + .container{
	padding-top:70px;
}

#home5 .titulo {
	margin-bottom: 20px;
}
#home5 .titulo h2 {
	font-weight: bold;
	font-size: 58px;
	line-height: 74px;
}
#home5 .conteudo ul {
	padding: 0;
	margin: 50px 0 0 0;
}
#home5 .conteudo ul li {
	list-style: none;
	display: flex;
	align-items: center;
}
#home5 .conteudo ul li:not(:last-of-type){
	margin-bottom:28px;
}
#home5 .conteudo ul li span {
	font-size: 64px;
	font-weight: bold;
	line-height: 78px;
	width: 170px;
	flex: none !important;
}

#home5 .imagem {
	text-align: center;
	transition:400ms;
}
#home5 .imagem:hover {
	transform:scale(1.05);
}

#home5 .parceiros{
	position: relative;
}

#home5 .parceiros::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translate(-50%, -50%) rotate(5deg);
	z-index: 0;
}

#home5 .parceiros::before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translate(50%, -50%) rotate(-5deg);
	z-index: 0;
}

#home5 .parceiros .col-lg-12{
	z-index: 2;
}

#home5 .parceiros h2 {
	color: #003D60;
	font-weight: bold;
	font-size: 32px;
	line-height: 51px;
	margin-bottom: 30px;
}
#home5 .parceiros h2::after{
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -20px);
	z-index: 1;
}
#home5 .parceiros {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.25);
	padding: 30px 0;
	margin-top: 100px;
}

#home5 .descricao::after{
	content: '';
	display: block;
	width: 200%;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	left: 15px;
	bottom: 0;
	/*     transform: translate(calc(100% - 110px), 80px); */
	z-index: 1;
}

#home5 .descricao p{
	font-size: clamp(18px,1.5vw,24px);
}

.carousel-parceiros .slick-slide {
	display: flex;
	align-items: center;
	vertical-align: bottom;
	height: 130px;
	text-align: center;
	padding: 0 25px;
	justify-content: center;
}
.carousel-parceiros :is(.slick-slide,.slick-slide img):focus-visible{
	outline:0px;
}
.carousel-parceiros .slick-slide img:hover {
	filter: none;
}
.carousel-parceiros .slick-slide img {
	filter: grayscale(1);
}


#home6 {
	background-color: #003D60;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0 100px 0;
	background-size: contain;
}

#home6 form::after{
	content: '';
	display: block;
	width: 40%;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	right: 0;
	top: 40%;
	transform: translate(100%, -20px);
	z-index: 1;
}

#home6 form br{
	display: none;
}

#home6 form .align-items-center{
	display: flex;
	align-items: center;
}

#home6 form .align-items-center p{
	margin: 0;
}

#home6 label {
	color: white;
	font-size: 16px;
}

#home6 input[type="submit"] {
	background-color: transparent;
	border: 1px solid white;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 13px;
}

#home6 input[type="submit"]:hover{
	background-color: #2D9993;
	border: 1px solid #2D9993;
	color: white;
}

#home6 .conteudo {
	color: white;
}
#home6 .conteudo h2 {
	line-height: 1.6;
}



#home7 {
	background: #003D60;
	padding: 20px 0 90px 0;
} 
#home7 .titulo-sessao {
	color: white;
	margin-bottom: 40px;
}
#home7 hr {
	border-top: 1px solid #2D9993;
	width: 90%;
	margin: 25px auto;
}




.card-solucao {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13);
	text-align: center;
	color: #003D60;
	font-size: 16px;
	line-height: normal;
	padding: 13px;
	width: 100%;
	margin-bottom: 30px;
} 
.card-solucao .card-border {
	border-radius: 10px;
	border: 1px solid #2D9993;
	background: #FFF;
	padding: 20px 20px;
	position: relative;
	min-height: 390px;
	transition:300ms;
}
.card-solucao .card-border{
	transition:300ms;
}
.card-solucao:hover .card-border img {
	filter: grayscale(1) brightness(10.5);
}
.card-solucao:hover .card-border {
	background: #2D9993;
	color: white;
}

.card-solucao .titulo h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	margin-top: 30px;
	margin-bottom: 30px;
} 
.card-solucao .icone {
	margin-top: 50px;
}
.card-solucao .descricao {
	margin-bottom: 50px;
}





#home8 {
	padding: 100px 0 200px 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.05) 100%);
}
#home8 .titulo {
	margin-bottom: 40px;
}
#home8 .titulo h2::after {
	background: #2D9993;
	width: 112px;
	height: 1px;
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -7px;
}
#home8 .titulo h2 {
	color: #003D60;
	font-weight: bold;
	line-height: 64px;
	position: relative;
	margin-bottom: 30px;
}
#home8 .botao {
	margin: 10px 0 50px 0;
}
.post-share{
	display: flex;
	align-items: center;
	padding: 40px 0 20px;
	border-bottom: 1px solid #898989;
	font-weight: bold;
	font-size: 16px;
}

.addtoany_shortcode{
	margin-top: 10px;
	margin-left: 30px;
}

body:not(.single) .card-post {
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E6DFD9;
	background: #FFF; 
	margin-bottom: 30px;
	transition:300ms;
}

body:not(.single) .card-post:hover {
	box-shadow: 0px 0px 17px 5px #00000024;
}
.card-post .thumb-post {
	width: 100%;
	height: 228px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px 10px 0px 0px;
}

.card-post .content-post {
	padding: 15px;
}
.card-post .post-author, .card-post .post-date {
	display: inline-block;
	font-size: 12px;
	margin-right: 15px;
	color: #898989;
}
.card-post .post-title h3 {
	color: #003D60;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 20px;
}

.card-post .post-excerpt {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 30px;
}
.card-post .post-excerpt{
	color: #898989;
}
.card-post button {
	width: 100%;
}


.wpcf7 form .wpcf7-response-output {
	margin: 10px 0;
}



#sobre2 {
	padding: 80px 0;
}
#sobre2 .conteudo {
	margin-bottom: 30px;
}


.titulo-borda h2 {
	position: relative;
	color: #003D60;
	margin-bottom: 40px;
}

.titulo-borda h2::before {
	content: '';
	position: absolute;
	background: #2D9993;
	width: 27%;
	height: 1px;
	left: -30%;
	top: 50%;
}


.card-inst {
	border-radius: 10px;
	background: #003D60;
	color: white;
	text-align: center;
	position:relative;
	min-height: 200px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.card-inst:hover{
	background-color: #2d9892;
}
.card-inst,
.card-inst :is(.titulo, .icone, .descricao){
	transition:600ms;
}

.card-inst .descricao {
	opacity: 0;
	font-size: 15px;
	position:absolute;
	top:50%;
	left:0;
	transform:translatey(-50%);
	padding:0 8px;
}

.card-inst .descricao p{
	margin-bottom:6px;
}
.card-inst:hover .descricao {
	opacity: 1;
}
.card-inst:hover .titulo,
.card-inst:hover .icone {
	opacity: 0;
	transform:scale(2);
}

.card-inst .conteudo-card {
	width: 100%;
	padding: 20px 10px;
}
.card-inst .titulo {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}


#sobre3 {
	padding-bottom: 250px;
	padding-top: 50px;
}

#sobre3 .imagem img{
	transform: translateX(0);
}

#sobre3 .btn.btn-default{
	max-width: 80%;
	margin-top: 20px;
}

#integracoes2 {
	padding: 80px 0;
}

#integracoes2 .botao {
	margin-top: 40px;
}


#integracoes3 {
	background: #E8E8E8;
	padding: 80px 0 190px 0;
}
#integracoes3 .titulo h2 {
	color: #003D60;
	line-height: 78px;
	margin-bottom: 20px;
}

#integracoes3 .row .col-lg-3 .col-md-6 .col-sm-6 .col-xs-6{
	padding: 0 10px !important;
}


.card-integracao {
	text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFF;
	position:relative;
	padding: 10px 10px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13);
}
/* .card-integracao:hover {
padding: 10px 10px;
}
*/
.card-integracao:hover::after {
	width:90%;
	height:90%;
}
.card-integracao .card-border {
	border: 1px solid #2D9993;
	border-radius: 10px;
	transition:300ms;	
	min-height: 330px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
}
.card-integracao:hover .card-border {
	background: #2D9993 !important;
	color: white !important;
}
.card-integracao:hover .card-border img {
	filter: grayscale(1) brightness(10.5);
}
.card-integracao .titulo {
	margin-top: 30px;
	margin-bottom: 25px;
}
.card-integracao .titulo h3 {
	color: #003D60;
	font-size: 16px;
	font-weight: bold;
} 
.card-integracao .descricao {
	color: #003D60;
	font-size: 16px;
}

.card-integracao:hover :is(h3, .descricao p){
	color: white !important;
}

#integracao2 {
	padding: 80px 0 150px;
}
#integracao2 .botao {
	margin-top: 50px;
}

#integracao2 .conteudo_2 {
	margin-top: 80px;
}
#integracao2 .conteudo_2 h2 {
	color: #003D60;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 30px;
}


#integracao3 {
	background: #E8E8E8;
	padding: 80px 0 180px 0;
}
#integracao3 .titulo h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #003D60;
}


#solucoes2 {
	background: #003D60;
	padding: 80px 0 180px 0;
}


#solucao2 {
	padding: 80px 0;
	text-align: center;
}

#solucao2 .conteudo {
	margin-top: 40px;
	margin-bottom: 40px;
}

#solucao2 .imagem img{
	width: 600px;
}




.card-sol {
	text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13);
}
.card-sol .card-conteudo{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.card-sol .card-border {
	border-radius: 10px;
	aspect-ratio:1;
	display: flex;
	align-items: center;
	padding:12px;
	position:relative;
}

.card-sol .card-conteudo::after{
	content:"";
	width:90%;
	height:90%;
	border: 1px solid #2D9993;
	border-radius: 10px;
	position: absolute;
	transition:300ms;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.card-sol:hover .card-conteudo::after{
	width:100%;
	height:100%;
}

.card-sol .titulo {
	font-size: clamp(16px,1.1vw,20px);
	font-weight: bold;
	padding: 5px 5px 0;
}

#solucao2 .botao {
	margin-top: 30px;
}


#solucao3 {
	background: #003D60;
	padding: 40px 0 180px 0;
}
#solucao3 .titulo h2 {
	text-align: center;
	color: white;
	margin-bottom: 40px;
}

#faq2 {
	padding: 80px 0 250px 0;
}

#faq2 .titulo h2 {
	color: #003D60;
	line-height: 1.4;
	margin-bottom: 30px;
}
#faq2 .botao {
	text-align: center;
	margin-top: 40px;
}


button.button-collapse p {
	margin: 0;
}
button.button-collapse {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #003D60;
	text-align: left;
	padding: 10px 20px;
	color: #003D60;
	background: transparent;
	line-height: 39px;
	font-size: 24px;
}

.card-faq-body {
	padding: 10px 20px 30px 20px;
}
.card-faq-header {
	margin-top: 25px;
}



#redes_sociais2 {
	padding: 80px 0;
}



.card-social {
	text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13);
	padding: 10px 10px;
	position:relative;
}

.card-social .card-border {
	border-radius: 10px;
	aspect-ratio: 1;
	padding: 15px;
	display: flex;
	align-items: center;
}

.card-social::after{
	content:"";
	position:absolute;
	width:90%;
	height:90%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:10px;
	border: 1px solid #2D9993;
	transition:300ms;
}
.card-social:hover::after{
	width:100%;
	height:100%;
}

.card-social .titulo {
	font-size: 16px;
	font-weight: bold;
	color: #003D60;
} 
.card-social .card-conteudo {
	width: 100%;
	display:flex;
	flex-direction:column;
	gap:10px;
}

#redes_sociais3 {
	background: #e8e8e88a;
	padding: 80px 0 80px 0;
}

#redes_sociais .videos{
	padding-top: 80px;
	padding-bottom: 220px;
	background: #fff;
}

/* .page-template-modelo-redes-sociais #newsletter{
	margin-top: 130px;
} */

#redes_sociais3 .titulo {
	color: #003D60;
}
#redes_sociais3 .titulo h2 {
	margin-bottom: 30px;
	font-weight: bold;
}

#redes_sociais3 .titulo h2 ~ h4{
	position: relative;
	margin-bottom: 40px;
}

#redes_sociais3 .titulo h2 ~ h4::after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translate(-50%, -20px);
	z-index: 1;
}

.card-galeria {
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #E6DFD9;
	background: #FFF;
	margin-bottom: 40px;
	height:90%;
}
.card-galeria button{
	width: 100%;
}
.card-galeria .card-conteudo{
	padding: 15px;
}
.card-galeria .titulo {
	color: #003D60;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	margin: 0;
}

.card-galeria .imagem{
	aspect-ratio: 1.75;
	overflow: hidden;
}

.card-galeria .imagem:hover{
	transform: scale(1) !important;
}

.card-galeria .imagem img{
	transition: 0.3s all;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-galeria:hover .imagem img{
	transform: scale(1.05);
	transition: 0.3s all;
}


#termos2 {
	padding: 80px 0 250px 0;
}
#termos2 .titulo h2 {
	color: #003D60;
	font-weight: bold;
	margin-bottom: 30px;
}

.menu-termos ul li a:hover {
	color: #003D60;
}
.menu-termos ul {
	padding: 0;
}
.menu-termos ul li {
	list-style: none;
	margin-bottom: 15px;
}
.menu-termos ul li a {
	color: #898989;
}


#termos2 .conteudo {
	border-left: 1px solid #898989;
	padding-left: 50px;
}
#termos2 .conteudo a{
	color: #003D60;
}
#termos2 .botao {
	margin-top: 50px;
}





#trabalhe2 {
	padding: 80px 0px 180px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#trabalhe2 .conteudo h2 {
	color: #003D60;
	line-height: 64px;
	margin-bottom: 30px;
}
#trabalhe2 .conteudo a {
	color: #898989;
	text-decoration: underline;
}


#parceiros2 {
	padding: 80px 0 180px 0;
	text-align: center;
}
#parceiros2 .titulo h2 {
	color: #003D60;
	font-weight: bold;
	margin-bottom: 60px;
}
#parceiros2 .titulo h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #2D9993;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50px);
	z-index: 1;
}

.menu-termos a{
	font-weight: bold;
}

.menu-termos .active a{
	color: #003D60;
}

.lineParceiros{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
#blog2 {
	padding: 80px 0 180px 0;
}

#blog2 .card-post .thumb-post {
	height: 360px;
}

#blog2 .card-post .thumb-post{
	transition: 0.3s all;
}

#blog2 .card-post:hover .thumb-post{
	background-size: 103%;
	transition: 1s all;
}

.sidebar-blog input#s {
	width: 100%;
	border-radius: 8px 0 0 8px;
	height: 48px;
}


.sidebar-blog button#searchsubmit {
	border-radius: 0px 8px 8px 0px;
	background: #101945;
	border:1px solid #101945;
	width: 80px;
	height: 48px;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.sidebar-blog .form-group{
	margin-bottom:0;
}


.sidebar-blog .widget {
	margin-bottom: 40px;
}



.sidebar-blog h3.widgettitle::after {
	width: 53px;
	height: 6px;
	content: '';
	background: #2D9993;
	position: absolute;
	left: 0;
	border-radius: 5px;
	bottom: -16px;
}
.sidebar-blog h3.widgettitle {
	color: #003D60;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}


.sidebar-blog .widget_categories ul {
	padding: 0;
}
.sidebar-blog .widget_categories ul li {
	list-style: none;
	margin-bottom: 15px;
}
.sidebar-blog .widget_categories ul li a {
	color: #898989;
}
.sidebar-blog .widget_categories ul li:hover{
	transition: 0.3s all;
	transform: scale(1.02);
}

.sidebar-blog img.wp-post-image {
	width: 80px !important;
	height: 80px !important;
	border-radius: 10px;
}


.sidebar-blog span.rpwwt-post-title {
	color: #898989;
	margin-top: 15px;
	display: block; 
} 

.sidebar-blog .rpwwt-widget ul li { 
	margin: 0 0 0.5em;
}
.sidebar-blog .rpwwt-widget ul li:hover{
	transition: 0.3s all;
	transform: scale(1.02);
}
.sidebar-blog .tagcloud a {
	font-size: 13px !important;
	color: white;
	background-color: #003D60;
	border-radius: 7px;
	padding: 10px 20px;
	margin-bottom: 5px;
	display: inline-block;
}
.sidebar-blog .tagcloud a:hover{
	color: #fff;
	background-color: #2D9993;
}

.newsletter-blog {
	border-radius: 10px;
	border: 1px solid #686C76;
	padding: 15px;
	text-align: center;
	font: 16px;
}
.newsletter-blog h3 {
	color: #003D60;
	font-size: 20px;
	font-weight: bold;
}

.newsletter-blog input {
	border: 1px solid #000;
	border-radius: 7px;
}






#contato2 {
	padding: 200px 0;
}
#contato2 input, #contato2 textarea {
	border-radius: 10px;
	border: 1px solid #003D60;
}
#contato2 .dados-contato {
	margin-top: 130px;
}
#contato2 .dados-contato h2 {
	color: #003D60;
	font-weight: bold;
} 


/*******************************************************
*                      AJUSTES
*******************************************************/
.form-control:focus{
	border-color: #495057;
    box-shadow: none;
}


.container {
	max-width: 1340px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
}
.header-logo img{
	transition: 250ms all;
}
.header-logo img:hover{
	transform: scale(1.02);
}
body.scrolled .header-logo img {
	max-width: 250px;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
	border: 1px solid red!important;
}
.wpcf7-not-valid-tip {
	display: none !important;
}

#home6 .wpcf7 form .wpcf7-response-output {
	color: white;
}
.wpcf7-list-item {
	margin: 0 0 0 0em;
}

#home7 .card-solucao .descricao {
	margin-bottom: 0px;
}
.card-solucao .card-border {
	padding: 20px 12px;
	min-height: 360px;
}
#home8 {
	padding: 130px 0 200px 0;
}
#home8 .titulo h2 {
	font-size: 48px;
	line-height: 74px;
}

#newsletter .container {
	max-width: 1100px;
}

#newsletter .col-lg-5{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.text-form p{
	margin: 0;
}

#newsletter .col-lg-5 p{
	margin-bottom: 0;
}

#sobre2 .imagem {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
#sobre2 .btn {
	padding: 16px 32px;
}

#integracoes2 .imagem {
	display: flex;
	justify-content: flex-end;
}
#integracoes3 {
	padding: 120px 0 200px 0;
}

#integracao2 .imagem {
	display: flex;
	justify-content: flex-end;
}
#solucoes2 {
	padding: 110px 0 200px 0;
}
.card-sol .card-border {
	align-items: center;
	justify-content: center;
}

.cards{
	min-height: 235px;
}
.row.row-cards {
	justify-content: center;
}
.card-faq-body p a{
	color: #003D60;
	font-weight: bold;
}
#home6 label {
	display: flex;
	align-items: center;
	gap: 10px;
}
#home8 .card-post .post-title h3 {
	min-height: 100px;
}

.single-post .content-post .post-title h3{
	color: #003D60;
	font-size: 30px;
}
.single-post .content-post h2{
	color: #003D60;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}
.single-post .content-post h3{
	color: #003D60;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}
.single-post .content-post h4{
	color: #003D60;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}
.single-post .content-post h5{
	color: #003D60;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}
.single-post .content-post h6{
	color: #003D60;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}
.single-post .content-post p,
.single-post .content-post li,
.single-post .content-post a{
	line-height: 1.4;
	font-size: 20px;
}
.single-post .content-post a{
	color: #003D60;
	font-weight: bold;
}
.single-post .content-post iframe {
	width: 100%;
	height: 22vw;
	margin-bottom: 20px;
}

.single-post .card-post .content-post {
	padding: 10px 0;
}

.modal-open .modal{
	background: rgba(0,0,0,0.9);
}
div#videoModal .modal-content {
	background-color: transparent; 
}
div#videoModal .modal-body {
	padding: 0;
}
div#videoModal video{
	width: 100%;
}
div#videoModal iframe{
	width: 100%;
	height: 448px;
}
div#videoModal .close {
	color: white;
	opacity: 0.8;
	position: absolute;
	right: -30px;
	top: -30px;
}

.wp-pagenavi{
	width: 100%;
	display: flex;
	justify-content: center;
	margin:  50px 0;
}

.wp-pagenavi .pages{
	display: none;
}

.wp-pagenavi :is(a, span){
	border: 1px solid #003D60;
	font-size: 16px;
	border-radius: 4px;
	padding: 10px;
	margin: 0 5px;
	color: #003D60;
}

.wp-pagenavi .current,
.wp-pagenavi :is(a, span):hover{
	background-color: #003D60;
	color: white;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
	height: 100%;
	background-color: transparent;
	padding: 0;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	font-size: 18px;
	border: none;
	background: #2D9993;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	height: auto;
	transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
	background: #2D9993;
}

.page-template-modelo-termos table{
	height:auto!important;
	border-spacing: 0;
	border-collapse: separate !important;
	border-radius: 10px;
	overflow:hidden;
	border: 1px solid #003D60;
}

.page-template-modelo-termos table th:not(:last-child),
.page-template-modelo-termos table td:not(:last-child) {
	border-right: 1px solid #003D60;
}

.page-template-modelo-termos table :is(th,td) {
	padding: 12px 6px;
}

.page-template-modelo-termos table tbody > tr:first-of-type{
	background: #D9D9D9;
}

.page-template-modelo-termos table:not(table:has(thead)) tbody > tr:first-of-type{
	border-radius:10px 10xp 0 0;
}

.page-template-modelo-termos table tbody > tr:first-of-type td{
	color:#003D60;
	font-weight:600;
}

.page-template-modelo-termos table tbody :is(tr,td) {
	height:auto!important;	
}

.page-template-modelo-termos table>thead>tr:not(:last-child)>th,
.page-template-modelo-termos table>thead>tr:not(:last-child)>td,
.page-template-modelo-termos table>tbody>tr:not(:last-child)>th,
.page-template-modelo-termos table>tbody>tr:not(:last-child)>td,
.page-template-modelo-termos table>tr:not(:last-child)>td,
.page-template-modelo-termos table>tr:not(:last-child)>th,
.page-template-modelo-termos table>thead:not(:last-child),
.page-template-modelo-termos table>tbody:not(:last-child) {
	border-bottom: 1px solid #003D60;
	padding:15px 6px;
}

.page-template-modelo-termos table>tbody>tr:not(:first-of-type)>td{
/* 	word-break: break-all; */
}

.page-template-modelo-termos table>tbody>tr>td:not(:nth-of-type(3)){
	width:13%!important;
}

.page-template-modelo-termos table>tbody>tr>td:nth-of-type(3){
	width:35%!important;
}

.page-template-modelo-termos table.tabela-cookies th{
	background:#003D60;
	color:white;
	text-align:center;
	padding:29px 6px;
	font-size:32px;
	border-radius:10px 10px 0 0
}
.fade-in{
	opacity:0;
	transition:600ms;
}
.fade-in.active{
	opacity:1;
}
.divisor{
	transform: rotate(180deg);
	border: 0;
	margin-top: -1px;
}
.divisor svg{
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: clamp(48px, 6vw, 104px);
	z-index: 10;
}
.divisor-shape-fill{
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	border: 0px solid;
}

.fancybox-is-open .fancybox-bg{
	opacity:.97!important;
}
.fancybox-thumbs__list a:before{
	border-color:#2D9993!important;

}

.grecaptcha-badge {
    visibility: hidden;
}

/*******************************************************
* AJUSTES RESPONSIVOS
*******************************************************/

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	line-height: 1.8;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu{
	padding: 7px 15px 7px 15px;
}
@media( max-width: 1600px ) {

	body {
		font-size: 16px;
	}
	.container {
		max-width: 1150px;
	} 
	.botao-header button {
		font-size: 17px;
	}
	.top-header {
		font-size: 13px;
		line-height: 20px;
	}
	.header-logo img {
		max-width: 250px;
	}
	.top-header .social li a img {
		max-width: 18px;
	}
	.top-header .social ul li {
		margin-right: 5px;
	}
	#header-inner {
		margin: 70px 0 20px 0;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		font-size: 16px;
	}
	.banner-home {
		padding: 260px 0 180px 0;
	}
	.banner-home .conteudo h2 {
		font-size: 54px;
	}
	.btn {
		padding: 14px 30px;
		font-size: 18px;
	}
	#home2 .titulo-grande h2 {
		font-size: 40px;
		line-height: 70px;
	}
	:is(#home2) .imagem::before {
		top: -1%;
	}
	h2 {
		font-size: 34px;
	}
	#home4 .conteudo h2 {
		line-height: 54px;
	}
	#home5 .titulo h2 {
		font-size: 50px;
		line-height: 68px;
	}
	#home5 .conteudo ul li span {
		font-size: 60px;
	}
	#home5 {
	}
	#home6 input{
		height: 42px;
	}
	#home6 label {
		font-size: 14px;
	}
	#home6 textarea {
		height: 150px;
	}
	#home6 {
		padding: 0px 0 70px 0;
	}
	.card-solucao {
		font-size: 13px;
		padding: 10px;
	}
	.card-solucao .titulo h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.card-solucao .card-border {
		min-height: 300px;
	}
	#home8 {
		padding: 100px 0 180px 0;
	}
	.card-post .thumb-post {
		height: 190px;
	}
	.card-post .post-title h3 {
		font-size: 20px;
		margin-top: 20px;
	}
	.card-post .post-excerpt {
		font-size: 14px;
	}
	#newsletter .container {
		max-width: 970px;
	}
	.bg-newsletter {
		padding: 50px 60px;
	}
	#newsletter .conteudo {
		font-size: 14px;
		line-height: 22px;
	}
	#newsletter input {
		height: 40px;
		font-size: 14px;
	}
	#newsletter input[type="submit"] {
		height: 40px;
		font-size: 14px;
	}
	#newsletter .col-lg-4 {
		padding: 0;
	}
	#footer {
		font-size: 14px;
	}
	.copyright .conteudo {
		margin-top: 90px;
	}
	.copyright {
		font-size: 14px;
	}
	#sub-header {
		padding: 210px 0 70px 0;
	}
	#sub-header h2 {
		font-size: 40px;
	}
	.card-inst .icone img {
		max-height: 60px;
	}
	.card-inst .titulo {
		font-size: 20px;
	}
	.card-inst {
		min-height: 170px;
	}
	.card-inst .descricao {
		font-size: 12px;
	}
	#sobre2 .imagem{
		justify-content: flex-end;
	}
	#sobre2 .btn {
		padding: 14px 28px;
		font-size: 17px;
	}
	#sobre2 .imagem img,
	#sobre3 .imagem img{
		width: 90%;
	}
	#sobre2 .imagem::before {
		content: '';
		width: 80%;
		height: 80%;
		z-index: -1;
		background-image: url(img/beforeBn1.png);
		background-position: center;
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		top: 10%;
		left: 6%;
		transition: 0.5s all;
	}
	#sobre3 .imagem::before{
		left: -8%;
	}
	#integracoes2 .imagem img {
		width: 80%;
	}   
	#integracoes3 {
		padding: 100px 0 180px 0;
	}
	.card-integracao .descricao {
		font-size: 14px;
	}
	.card-integracao .card-border {
		min-height: 320px;
	}

	#integracao2 .imagem img {
		width: auto;
		max-height: 400px;
	}
	#faq2 {
		padding: 60px 0 200px 0;
	}
	button.button-collapse {
		line-height: 1.4;
		font-size: 20px;
	}
	#redes_sociais3 .titulo {
		margin-top: 0px;
		font-size: 20px;
	}
	#trabalhe2 .conteudo h2 {
		line-height: 60px;
	}
	#blog2 .card-post .thumb-post {
		height: 280px;
	}
	.sidebar-blog h3.widgettitle {
		font-size: 20px;
	}
	.sidebar-blog img.wp-post-image {
		width: 70px !important;
		height: 70px !important;
	}
	.sidebar-blog button#searchsubmit {
		background-size: 18px;
	}
	.single .card-post {
		border: none;
	}
	.single .card-post:hover {
		box-shadow: none;
	}
	#contato2 {
		padding: 180px 0;
	}
	#home8 .card-post .post-title h3 {
		min-height: 80px;
	}
	#home2 .imagem::after{
		right: -10%;
		top: 50%;
	}
	#home2 .imagem img{
		width:90%
	}
	#home2 .imagem::before {
		width:83%;
		height:83%;
	}
	#solucao2 .imagem img {
		width: 500px;
	}
	.single-post .content-post p, .single-post .content-post li, .single-post .content-post a {
		font-size: 16px;
	}
	.single-post .content-post iframe {
		height: 22.5vw;
	}
	#redes_sociais3 .titulo h4{
		font-size: 20px;
	}
	#contato2 input, #contato2 textarea {
		font-size: 12px;
	}
	.banner_slide .slick-arrow{
		width:3rem;
	}
	#newsletter .aceite-termos {
		font-size: 11px;
	}


}

.center.justify-content-center{
	display: flex;
	justify-content: center;
}

@media( max-width: 1480px ) {

	.container {
		max-width: 1060px;
	}	
	.botao-header button {
		font-size: 15px;
	}
	.top-header {
		font-size: 12px;
	}
	.conteudo-header-top ul li img {
		width: 30px;
	}
	.header-logo img {
		max-width: 230px;
	}
	#header-inner {
		margin: 60px 0 20px 0;
	}
	.top-header .social li a img {
		max-width: 16px;
	}
	.top-header .social {
		margin-top: 4px;
	}
	body.scrolled #header {
		top: -40px;
	}
	body.scrolled .header-logo img {
		max-width: 200px;
	}   
	.banner-home {
		padding: 260px 0 160px 0;
	}
	.banner-home .conteudo h2 {
		font-size: 48px;
	}
	body {
		font-size: 15px;
	}
	.btn {
		padding: 12px 28px;
		font-size: 16px;
	}

	#home2 .titulo-grande h2 {
		font-size: 34px;
		line-height: 64px;
	}
	#home2 .imagem::after{
		right: -10%;
		top: 50%;
	}
	h2 {
		font-size: 30px;
	}
	#home3 {
		padding: 110px;
	}
	#home4 {
		padding: 80px 0;
	}
	#home4 .conteudo h2 {
		line-height: 48px;
	}
	#home5 {
		padding-bottom: 100px;
	}
	#home5 .titulo h2 {
		font-size: 44px;
		line-height: 64px;
	}
	#home5 .conteudo ul li span {
		font-size: 50px;
		width: 160px;
	}
	#home5 .imagem img {
		width: 85%;
	}
	#home5 .conteudo ul li {
		margin-bottom: 5px;
	}
	#home5 .conteudo ul {
		margin: 30px 0 0 0;
	}
	#home5 .parceiros h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.carousel-parceiros .slick-slide {
		height: 110px;
	}
	#home6 input {
		height: 40px;
	}
	#home6 textarea {
		height: 140px;
	}
	.card-solucao .icone {
		margin-top: 30px;
	}
	.card-solucao .icone img {
		max-width: 50px;
		max-height: 50px;
	}
	.card-solucao .card-border {
		min-height: 280px;
	}
	#home8 {
		padding: 80px 0 160px 0;
	}
	#home8 .titulo h2 {
		font-size: 38px;
		line-height: 58px;
	}
	.card-post .thumb-post {
		height: 170px;
	}
	.card-post .post-author, .card-post .post-date {
		font-size: 11px;
	}
	#footer {
		font-size: 13px;
	}
	#newsletter .container {
		max-width: 870px;
	}
	.bg-newsletter {
		padding: 40px 50px;
	}
	#newsletter .text-form {
		font-size: 11px;
		line-height: 16px;
	}
	footer .social li img {
		max-width: 16px;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		font-size: 15px;
	}
	#sub-header {
		padding: 200px 0 60px 0;
	}
	#sub-header h2 {
		font-size: 34px;
	}
	#sobre2 .btn {
		padding: 14px 20px;
		font-size: 16px;
	}
	.card-inst {
		min-height: 160px;
	}
	.card-inst .icone img {
		max-height: 50px;
	}
	.card-inst .titulo {
		font-size: 18px;
		margin-top: 5px;
	}
	.card-inst .descricao p{
		margin-bottom: 0;
	}
	.card-inst .descricao {
		font-size: 11px;
	}   
	#integracoes3 {
		padding: 70px 0 160px 0;
	}
	.card-integracao .titulo {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.card-integracao .card-border {
		min-height: 300px;
	}
	.card-integracao .icone img{
		max-width: 40px;
	}
	#integracao2 .imagem img {
		max-height: 380px;
	}
	.card-solucao .icone img {
		max-width: 40px;
		max-height: 40px;
	}
	.card-solucao .descricao {
		margin-bottom: 20px;
	}
	.card-sol .icone img {
		max-width: 40px;
	}
	button.button-collapse {
		font-size: 18px;
	}
	#blog2 .card-post .thumb-post {
		height: 250px;
	}
	#trabalhe2 .conteudo h2 {
		line-height: 50px;
	}
	#trabalhe2 textarea,
	#contato2 textarea{
		height: 180px;
	}
	#contato2 {
		padding: 160px 0;
	}
	#home8 .card-post .post-title h3 {
		min-height: 75px;
		font-size: 18px;
		margin-top: 18px;
	}
	svg#mapa {
		width: 470px;
	}
	#solucao2 .imagem img {
		width: 440px;
	}
	.single-post .content-post p, .single-post .content-post li, .single-post .content-post a {
		font-size: 15px;
	}
	.single-post .content-post iframe {
		height: 23vw;
	}
	#redes_sociais3 .titulo h4{
		font-size: 18px;
	}
	.page-template-modelo-termos table.tabela-cookies th{
		font-size: 26px;
	}
	#newsletter .aceite-termos {
        font-size: 10px;
    }
}

}
@media( max-width: 1366px ) {
	svg#mapa {
		width: 400px;
		height:100%;
	}
	#home2 .imagem::after {
		right: -11%;
		top: 49%;
	}
	.cards {
		min-height: 190px;
	}
	.container {
		max-width: 1030px;
	}	      
	.btn {
		line-height: normal;
		padding: 11px 20px 11px 20px;
	}
	body {
		font-size: 14px;
	}
	.top-header .social {
		margin-top: 2px;
	} 
	.botao-header {
		margin-top: 2px; 
	}
	.botao-header button {
		padding: 0 10px 2px 10px;
		font-size: 16px;
	}
	.conteudo-header-top ul li img {
		margin-right: 0;
		width: 26px;
	}
	.conteudo-header-top {  
		font-size: 12px;
		line-height: 24px;
	}
	#header-inner {
		margin: 50px 0 10px 0;
	}
	.banner-home {
		padding: 200px 0 140px 0;
	}
	#home2 {
		padding: 70px 0;
	}
	#home2 .imagem::after{
		right: -10%;
		top: 49%;
	}
	#home3 {
		padding: 110px 0;
	}
	#home4 .conteudo h2 { 
		line-height: 44px;
	}
	#home5 .titulo h2 { 
		font-size: 40px;
		line-height: 56px;
	}
	#home5 .conteudo ul li span {
		font-size: 44px;
		font-weight: bold;
		line-height: 58px;
		width: 120px;
	}
	#home5 .parceiros { 
		padding: 20px 0;
		margin-top: 80px;
	}
	#home5 {
		padding-bottom: 110px;
	}
	#home8 {
		padding: 70px 0 130px 0;
	}
	#footer {
		padding: 200px 0 0 0;
	}
	.copyright .conteudo {
		margin-top: 70px;
	}


	.header-logo img {
		max-width: 200px;
	}
	body.scrolled .header-logo img {
		max-width: 180px;
	}
	.conteudo-header-top ul li img {
		width: 22px;
	}
	#home5 .imagem img {
		width: 70%;
	}
	#home6 label {
		font-size: 13px;
	}
	#home6 input {
		height: 38px;
	}   
	textarea {
		font-size: 12px;
	}
	#sobre2 .btn {
		font-size: 15px;
	}
	body.scrolled #header {
		top: -34px;
	}
	#home8 .card-post .post-title h3 {
		min-height: 70px;
		font-size: 17px;
	}

	#home6 .conteudo h2 {
		font-size: 28px;
	}
	#sobre2 .imagem img,
	#sobre3 .imagem img{
		width: 85%;
	}
	#sobre2 .imagem::before {
		left: 12%;
		top: 11%;
		width: 75%;
    	height: 75%;
	}
	#sobre3 .imagem::before{
		 left: -10%;
	}
	.card-integracao .descricao {
		font-size: 12px;
	}
	.card-integracao .card-border {
		min-height: 260px;
	}
	#integracao2 {
		padding: 80px 0 120px;
	}
	.single-post .content-post p, .single-post .content-post li, .single-post .content-post a {
		font-size: 14px;
	}
	.single-post .content-post iframe {
		height: 23.5vw;
	}
	#redes_sociais3 .titulo h4{
		font-size: 16px;
	}
	#termos2 {
		padding: 80px 0 220px 0;
	}

}

@media( max-width: 1280px ) {
	svg#mapa {
		width: 80%;
	}

	.container {
		max-width: 1000px;
	}	    
	.conteudo-header-top {
		font-size: 11px;
	}
	.botao-header button {
		font-size: 15px;
	}
	.top-header .social li a img {
		max-width: 14px;
	}   
	.banner-home .conteudo h2 {
		font-size: 40px;
	}
	.banner-home {
		padding: 200px 0 140px 0;
	}
	#home2 .titulo-grande h2 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	#home4 .conteudo h2 {
		line-height: 40px;
	}
	#home5 .titulo h2 {
		font-size: 38px;
		line-height: 54px;
	}
	#home5 .conteudo ul li span {
		font-size: 42px;
		line-height: 52px;
		width: 150px;
	}
	input[type="submit"] {
		font-size: 13px;
		padding: 10px 15px;
	}
	.formulario form p{
		margin-bottom: 5px;
	}
	.card-solucao {
		font-size: 12px;
	}
	.card-solucao .card-border {
		min-height: 270px;
	}
	#footer {
		font-size: 12px;
	}
	.card-integracao .card-border {
		min-height: 270px;
	}
	#integracao2 .imagem img {
		max-height: 350px;
	}
	#blog2 .card-post .thumb-post {
		height: 240px;
	}
	.sidebar-blog img.wp-post-image {
		width: 65px !important;
		height: 65px !important;
	}
	.newsletter-blog h3 {
		font-size: 16px;
	}
	#contato2 {
		padding: 140px 0 160px;
	}

	#mapa{
		height: 100%;
	}
	#home2 .imagem::after {
		right: -12%;
		top: 50%;
	}
	.single-post .content-post iframe {
		height: 24.4vw;
	}
	#contato2 input, #contato2 textarea {
		font-size: 10px;
	}

}
@media( max-width: 1199px ) {

	.btn.btn-default {
		color: white;
		border: 1px solid #003D60;
		background-color: #003D60;
		font-size: 17px;
	}

	.botao-header button {
		font-size: 15px;
	}
	.conteudo-header-top {
		font-size: 10px;
		line-height: 24px;
	}
	.top-header .social ul li img {
		width: 17px;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
		height: auto;
		font-size: 16px;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		font-size: 16px;
	}
	.header-logo {
		max-width: 220px;
	}

	#home2 .titulo-grande h2 {
		font-size: 32px;
	}

	#home5 .titulo h2 {
		font-size: 32px;
		line-height: 50px;
	}

	.card-post .post-title h3 {
		color: #003D60;
		font-size: 20px;
	}

	#footer { 
		font-size: 14px;
	}



} 
@media( max-width: 1024px ) {
    .banner-home .container {
        max-width: 850px;
    }
	#sub-header h2 {
		font-size: 30px;
	}
	h2 {
		font-size: 28px;
	}
	.row.row-cards .col-lg-2{
		padding: 0 5px;
	}
	body.scrolled #header {
		top: -33px;
	}

	#home2 .imagem{
		transform:translateX(0);
	}

	#home2 .imagem::after{
		right: -3%;
		top: 50%;
	}

	#home2 .imagem::before {
		top: -2%;
		left:2%;
	}
	#home2 .imagem img {
		margin-left:20px;
	}
	.single-post .content-post iframe {
		height: 30.5vw;
	}

} 



@media( max-width:  991px ) {

	body{
		font-size: 16px;
	}
	.top-header {
		display: none;
	}
	#header-inner .menu {
		float: right;
		position: absolute;
		margin-top: -36px;
		right: 15px;
	}
	#home2 .titulo-grande h2 {
		font-size: 32px;
		line-height: 40px;
	}

	#home2 button  {
		width: 100%;
	}
	#home4 .botao button {
		width: 100%;
	}
	#home4 .conteudo {
		margin-bottom: 30px;
	}

	#home6 .conteudo {
		color: white;
		margin-top: 50px;
	}

	#home6 {
		padding: 0 0 30px 0;
	}
	#home7 .botao button {
		width: 100%;
		margin-bottom: 30px;
	}
	#home7 .titulo-sessao { 
		text-align: center;
	}


	#newsletter .conteudo {
		text-align: center;
	}

	#newsletter .text-form {
		text-align: center;
	}

	.bg-newsletter {
		padding: 20px 20px;
	}


	.menu-footer {
		margin-top: 30px;
		margin-bottom: 0px;
		display: block;
		width: 100%;
	}
	.contatos-footer {
		margin-top: 30px;
	}
	.galeria-footer {
		margin-top: 20px;
	}


	#sub-header { 
		padding: 160px 0 40px 0;
	}

	#integracoes2 .imagem {
		text-align: center;
	}

	#integracao2 .imagem {
		text-align: center;
		margin-bottom: 30px;
	}

	#integracao2 .botao button {
		width: 100%;
	}

	#contato2 {
		padding: 70px 0 180px 0;
	}

	#contato2 .dados-contato {
		margin-top: 0;
		margin-bottom: 30px;
		text-align: center;
	}

	#faq2 .titulo h2 br { 
		display: none; 
	}
	button.button-collapse {
		font-size: 18px;
	}

	#blog2 .card-post .thumb-post {
		height: 290px;
	}

	#trabalhe2 .conteudo h2 { 
		line-height: 44px; 
	}

	.menu-termos {
		text-align: center;
		margin-bottom: 20px;
	}

	#termos2 .conteudo {
		border-left: none;
		padding-left: 0;
	}


	body.scrolled #header {
		top: 0px;
	}
	.banner-home {
		padding: 270px 0 150px 0;
	}
	#home2 .conteudo h2{
		text-align: center;
	}
	#home2 .conteudo h2 br{
		display: none;
	}
	#home5 .conteudo ul li span {
		width: 130px;
	}
	.card-post .thumb-post {
		height: 250px;
	}
	#newsletter .col-lg-4 {
		padding: 0 15px;
	}
	#integracoes2 {
		padding: 45px 0 80px;
	}
	#integracoes2 .imagem {
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	#integracoes2 .imagem img {
		width: 30%;
	}
	#integracao2 .imagem {
		justify-content: center;
		align-items: center;
	}
	#redes_sociais3 .row:nth-child(2){
		justify-content: center;
	}
	#redes_sociais3 .card-galeria {
		margin-bottom: 20px;
	}
	input {
		font-size: 12px;
	}
	button.button-collapse {
		font-size: 16px;
	}
	#home8 .card-post .post-title h3 {
		min-height: auto;
	}    
	.page-template-modelo-redes-sociais iframe {
		height: 37vw;
	}
	iframe {
		width: 100%;
		height: 51vw;
	}
	.row.row-cards {
		max-width: 500px;
		margin: auto;
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu{
		position: static;
		width: fit-content;
		transform: translate(0px) !important;
		display:none;
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu a.mega-menu-link{
		text-align:start!important;
	}


	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu{
		display:block;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus {
		background-color: transparent !important;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
		padding: 12px 6px!important;
	}
	.sidenav{
		display: flex;
		flex-direction: column;
	}
	.menu-sidenav{
		flex:1;
	}

	#home4 {
		padding: 50px 0 0 0;
		background-color: #EFEFEF;
	}
	.divisor-shape-fill{
		fill: #EFEFEF;
	}
	.imagem{
		text-align:center;
	}

	.container:not(header .container) {
		max-width: 700px;
	}

	#home2 .conteudoLast{
		text-align: center;
	}

	#home2 .imagem::after{
		width: 1px;
		height: 150px;
		right: 50%;
		top: 0;
	}
	#home2 .imagem {
		margin: 50px 0 0 0;
	}
	#home2 .imagem::before{
		top:7%;
		left:0;
	}
	.menu-footer{
		width:50%;
	}
	
	#sobre2 .titulo-borda h2{
		text-align:center;
	}
	.titulo-borda h2::before{
		display:none;
	}
	:is(#sobre2, #sobre3) .imagem{
		margin-bottom:3rem;
	}
	:is(#sobre2, #sobre3) .imagem img{
		width:80%;
	}
	#sobre2 .imagem::before {
		top: 5%;
		left: -1%;
	}
	#sobre2 .imagem {
		justify-content: center;
	}

	#sobre3{
		position:relative;
		margin-top:4rem;
	}
	#sobre3::before{
		content:"";
		position:absolute;
		left:50%;
		top:0;
		transform:translatex(-50%);
		width:95%;
		height:1px;
		background:#2D9993;
	}

	#sobre3 .imagem::before {
		top: 5%;
		left: -2%;
	}
	#sobre2 .botao{
		text-align:center;
	}
	#sobre2 .btn,#sobre3 .btn.btn-default{
		width:100%;
		max-width:100%;
	}
	.card-inst {
		min-height: 200px;
	}
	#sobre2 {
		padding-bottom: 0;
	}
	#integracoes3 {
		padding: 70px 0 200px 0;
	}
	.card-integracao .icone img {
		max-width: 60px;
	}
	.card-solucao{
		max-width:260px;
		margin: 0 auto 30px auto;
	}
	#searchform .form-group{
		flex:1;
	}
	.card-social{
		max-width: 280px;
		margin: 0 auto 30px auto;
	}
	#redes_sociais3 .titulo {
		margin-bottom: 20px;
	}
	#gallery-container .slick-next {
		top: 115%!important;
		left: 60%!important;
	}
	#gallery-container .slick-prev {
		top: 115%!important;
		left: 33%!important;
	}
	#sobre2 .conteudo,
	#sobre3 .conteudo{
		text-align: justify;
	}
	.titulo-borda:not(.text-start) h2{
		text-align: center;
	}
	.copyright .conteudo {
		margin-top: 30px;
		padding: 20px 0;
	}
	#integracoes2 .conteudo p{
		text-align: justify;
	}
	#integracao2 .conteudo p{
		text-align: justify;
	}
	.newsletter-blog {
		display: none;
	}
	.single-post .content-post p, .single-post .content-post li, .single-post .content-post a {
		font-size: 16px;
	}
	.single-post .content-post iframe {
		height: 38.8vw;
	}
	#faq2 {
		padding: 60px 0 250px 0;
	}
	.menu-termos ul {
		background: #e9e9e9;
		padding: 10px 0;
		font-size: 20px;
	}
	#home6 .row:first-child{
		flex-direction: column-reverse;
	}
	#sobre3 .titulo-borda h2{
		text-align: center;
	}
}




@media( max-width:  768px ) {

	.sidenav .close-menu {
		right: 54px;
	}

	.container:not(header .container),#newsletter .container {
		max-width: 560px;
	}
	#home5 .imagem{
		margin:25px 0;
	}
	#contato2 input, #contato2 textarea {
		font-size: 12px;
	}
}

@media( max-width:  767px ) {

	.banner-home .conteudo h2 {
		font-size: 40px; 
	}

	.btn {
		font-size: 16px;
	}


	#home5 {
		padding-bottom: 60px;
		border-radius: 0;
	}
	#home5 .conteudo ul li span {
		font-size: clamp(20px, 10vw, 48px);
		font-weight: bold;
		line-height: 48px;
		width: 25%;
	}
	#home5 .descricao::after{
		display:none;
	}

	#home6 .conteudo h2 {
		font-size: 32px;
		margin-bottom:20px;
	}
} 

#gallery-container :is(video, iframe) {
		height: auto !important;
}

@media( max-width:  575px ) {
	.banner-home{
		height:100vh;
		display:flex!important;
		align-items:center;
		padding:0;
	}
	.banner_slide .slick-arrow {
		top: 90%;
		width:3rem
	}
	.banner_slide .slick-next {
		right: 0;
		transform: translate(-50%, -50%);
		left: 65%;
	}
	.banner_slide .slick-prev {
		left: 35%;
		transform: translate(-50%, -50%);
	}
	.divisor svg {
		width: calc(100% + 200px);
	}
	#gallery-container :is(video, iframe) {
		width: 100% !important;
		max-height: 234px !important;
	}
	:is(#home2, #sobre2, #sobre3) .imagem::before {
		left: 3%;
	}
	#home2 .imagem {
		margin-top: 40px;
		margin-bottom: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	#home4 .conteudo::after{
		display: none;
	}
	#sobre3 .btn.btn-default {
		max-width: 100%;
	}
	div#videoModal .close {
		right: 0px;
		top: -50px;
	}
	.sidenav .close-menu {
		right: 15px;
	}
	.banner-home .conteudo h2 {
		font-size: 36px;
	}   
	.banner-home p br{
		display: none;
	}
	#home2 .conteudo {
		margin-bottom: 30px;
	}
	#home4 .conteudo {
		padding: 0;
	}
	#home4 .botao button{
		font-size:4vw;
	}
	#home5 .divisor + .container {
		padding-top: 0px;
	}  
	.btn.btn-default {
		font-size: 13px;
		padding: 12px 12px;
	}
	#home3 h2 br{
		display: none;
	}
	#home5 .imagem img {
		width: 100%;
	}
	#home5 .descricao p{
		text-align: center;
		margin-top: 15px;
	}
	#home5 .descricao p br{
		display:none;
	}
	#home5 .parceiros h2 {
		max-width: 270px;
		font-size: 24px;
		margin: 0 auto 40px;
	}
	#home5 .parceiros h2::after{
		display:none;
	}
	#sub-header {
		padding: 160px 0 80px 0;
	}
	.titulo-borda h2:not(#sobre3 .titulo-borda h2) {
		text-align: center;
	}
	#integracoes2 .imagem img {
		width: 50%;
	}
	#integracoes2 .titulo-borda h2 {
		margin-bottom: 20px;
	}
	#integracoes2 .titulo-borda h2 br{
		display: none;
	}
	#integracoes2 .botao {
		margin-top: 15px;
	}
	#integracoes3 .col-xs-6,
	#integracao3 .col-xs-6,
	.row.row-cards .col-lg-2{
		width: 50%;
		padding: 0 5px;
	}
	#integracoes3 .card-integracao {
		margin-bottom: 10px;
	}
	#integracoes3 {
		padding: 50px 0 200px 0;
	}
	#integracoes3 .card-integracao .descricao{
		display: none;
	}
	#integracoes3 .titulo h2 {
		line-height: 1.2;
		margin-bottom: 30px;
	}
	#integracoes3 .card-integracao .card-border {
		min-height: 180px;
	}
	#integracoes3 .card-integracao .card-border {
		border: 1px solid #2D9993;
		border-radius: 10px;
		transition: 300ms;
		padding: 10px 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	#integracoes3 .card-integracao .titulo h3 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	#integracao2 .imagem img {
		max-height: 300px;
	}   
	.card-sol {
		margin-bottom: 10px;
	}
	.single-post .content-post iframe {
		height: 52vw;
	}
	#home2 .conteudoLast{
		text-align:center!important;
	}
	#home3 {
		padding: 60px 0;
		margin-bottom: 35px;
	}
	#home7{
		padding:40px 0 40px 0;
	}
	#home7 .container{
		max-width:300px;
	}
	.card-solucao {
		font-size: 14px;
	}
	#home7 .botao{
		text-align:center;
	}
	#home7 .botao button{
		width:auto;
	}
	#home8 .titulo h2{
		margin-bottom:40px;
	}
	#home8 .titulo h2::after{
		bottom:-15px;
		width: 90px;
	}
	#home2 {
		padding: 50px 0;
	}
	#home2 .titulo-grande h2 {
		font-size: 28px;
		margin-bottom: 25px;
		line-height: 1.2;
	}
	#home2 .conteudo p {
		font-size: 14px;
	}
	#home2 .conteudo p br{
		display: none;
	}
	h2{
		line-height: 1.2;
	}
	#home2 .conteudo h2 {
		color: #003D60;
		margin-bottom: 25px;
	}
	#home2 .conteudo.conteudoLast h2,
	#home4 .conteudo h2,
	#home5 .parceiros h2 {
		line-height: 1.2;
	}
	#home2 .imagem::after {
		height: 110px;
	}
	#home4 .botao {
		margin-top: 25px;
		margin-bottom: 50px;
	}
	#home5 .titulo h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	body {
		font-size: 14px;
	}
	#home5 .parceiros {
		margin-top: 50px;
	}
	#home5 {
		padding-bottom: 0px;
	}
	#home5 .parceiros h2 {
		margin: 0 auto 0px;
	}
	#home6 .conteudo h2 {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	#home6 .formulario{
		margin-top: 50px;
	}
	#home6 label {
		margin-top: 10px;
	}
	#home6 .conteudo::after{
		background: #2D9993;
		width: 160px;
		height: 1px;
		position: absolute;
		content: '';
		left: 50%;
		transform: translateX(-50%);
		bottom: -20px;
	}
	#home7 .titulo-sessao h2{
		margin-bottom: 50px;
	}
	#home7 .titulo-sessao h2::after{
		background: #2D9993;
		width: 160px;
		height: 1px;
		position: absolute;
		content: '';
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
	}
	#home8 {
		padding: 50px 0 130px 0;
	}
	#home8 .titulo h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	#home8 .botao {
		margin: 0px 0 75px 0;
	}
	#newsletter .col-lg-5 p {
		margin-bottom: 15px;
	}
	.formulario form p {
		margin-bottom: 10px;
		font-size: 10px;
	}
	.copyright .conteudo {
		padding: 20px 0;
		margin-top: 30px;
	}
	#sobre2 h2{
		width: 80%;
		margin: 0 auto;
		
	}
	#sobre2 {
		padding: 50px 0;
	}
	#sobre2 .imagem::before {
		left: -3%;
		top: 3%;
		width: 90%;
		height: 90%;
	}
	#sobre3 {
		position: relative;
		margin-top: 1rem;
	}
	#sobre3 .imagem::before{
		left: -3%;
		top: 3%;
	}
	#integracao2 {
		padding: 50px 0;
	}
	#integracao2 .botao {
		margin-top: 20px;
	}
	#integracao3 .card-integracao .descricao{
		display: none;
	}
	#integracao3 .titulo h2 {
		line-height: 1.2;
		margin-bottom: 30px;
	}
	#integracao3 .card-integracao .card-border {
		min-height: 180px;
	}
	#integracao3 .card-integracao .card-border {
		border: 1px solid #2D9993;
		border-radius: 10px;
		transition: 300ms;
		padding: 10px 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	#integracao3 .card-integracao {
		margin-bottom: 15px;
	}
	#integracao3 .card-integracao .titulo h3 {
		font-size: 14px;
	}
	#solucoes2 {
		padding: 50px 0 200px 0;
	}
	#solucao2 {
		padding: 50px 0;
	}
	#solucao2 .card-sol .titulo {
		padding: 5px 10px 0;
	}
	#solucao3 .card-solucao .descricao{
		display: none;
	}
	#solucao3 .row:last-child{
		padding: 0 15px;
	}
	#solucao3 .col-md-6{
		width: 50%;
		padding: 0 5px;
	}
	#solucao3 .card-solucao {
		max-width: 100%;
		margin: 0 auto 10px auto;
	}
	#solucao3 .card-solucao .card-border {
		min-height: 150px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#solucao3 .card-solucao .icone {
		margin-top: 0px;
	}
	#solucao3 .card-solucao .titulo h3 {
		margin-top: 20px;
		margin-bottom: 0;
	}
	#blog2 {
		padding: 50px 0 180px 0;
	}
	#blog2 .card-post .thumb-post {
		height: 240px;
	}
	#blog2 .wp-pagenavi {
		margin: 0px 0 75px;
	}
	.single-post .content-post p, .single-post .content-post li, .single-post .content-post a {
		font-size: 14px;
	}
	.single-post .content-post .post-title h3 {
		font-size: 26px;
	}
	.post-share {
		padding: 20px 0 50px;
		border-bottom: none;
	}
	.single-post .content-post h2{
		font-size: 26px;
		margin-top: 30px;
	}
	.single-post .content-post h3 {
		font-size: 22px;
		margin-top: 30px;		
	}
	.single-post .content-post h4 {
		font-size: 20px;
		margin-top: 30px;		
	}
	.single-post .content-post h5{
		font-size: 18px;
		margin-top: 30px;		
	}
	.single-post .content-post h6{
		font-size: 16px;
		margin-top: 30px;		
	}
	.page-template-modelo-redes-sociais iframe {
		height: 48vw;
	}
	.lineParceiros .imagem{
		min-height: 140px;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.page-template-modelo-termos{
		
	}
	.page-template-modelo-termos table{
		width:700px!important;
	}
	.tabela-collapse{
		overflow-x:scroll;
	}
	
	
}



@media( max-width:  360px ) {

	.banner-home .conteudo h2 {
		font-size: 28px;
	}
	.banner-home {
		padding: 230px 0 130px 0;
	}
	#home2 .titulo-grande h2 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	#home5 .titulo h2 {
		font-size: 26px;
	}
	#integracoes2 .imagem img {
		width: 70%;
	}
	#integracoes2 .btn.btn-default {
		font-size: 12px;
	}
	#solucoes2 {
		padding: 50px 0 180px 0;
	}
	#sub-header h2 {
		font-size: 26px;
	}
	#blog2 .card-post .thumb-post {
		height: 220px;
	}
	button.button-collapse {
		font-size: 14px;
		line-height: 24px;
	}    


}
@media( max-width:  330px ){
	.header-logo img {
		max-width: 160px;
	}
	body.scrolled .header-logo img {
		max-width: 140px;
	}
	.banner-home .conteudo h2 {
		font-size: 26px;
	}
	.btn {
		font-size: 14px;
	}
	#home2 .titulo-grande h2 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	.btn.btn-default {
		font-size: 12px;
	}
	#home4 .conteudo {
		padding: 15px;
	}
	#home5 .conteudo ul li {
		font-size: 13px;
	}
	#home5 .parceiros h2 {
		font-size: 24px;
	}
	.card-post .thumb-post {
		height: 200px;
	}
	.sidenav-logo {
		max-width: 160px;
	}
	.menu-sidenav {
		margin-top: 40px;
		padding-left: 20px;
	}
	#home5 .titulo h2 {
		font-size: 24px;
	}
	#home5 .descricao p {
		font-size: 16px;
	}
	#home6 .conteudo h2 {
		font-size: 24px;
	}
	#sub-header {
		padding: 140px 0 60px 0;
	}
	#sub-header h2 {
		font-size: 24px;
	}
	#integracao2 .imagem img {
		max-height: 250px;
	}
	#home8 .card-post .post-title h3 {
		font-size: 16px;
	}
	.conteudo-sidenav li{
		font-size: 12px;
	}
	#solucao3 .card-solucao .card-border {
		min-height: 130px;
	}
	#blog2 .card-post .thumb-post {
		height: 180px;
	}

}

.fancybox-show-thumbs .fancybox-thumbs{
	width: 100% !important;
	max-height: 10% !important;
	bottom: 20px !important;
	position: absolute !important;
	top: auto !important;
	background-color: transparent !important;
}

.fancybox-thumbs__list{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
}

.fancybox-image, .fancybox-spaceball{
	padding-bottom: 10% !important;
	object-fit: cover;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important;
}

/* Estilos para o contêiner do carrossel */
#gallery-container {
	position: relative;
	max-width: 800px;
	margin: 0 auto 0;
}

/* Estilos para as setas */
#gallery-container .slick-prev, #gallery-container .slick-next {
	font-size: 0;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px; /* largura das setas */
	height: 40px; /* altura das setas */
	background-color: #013358; /* cor de fundo das setas */
	color: #fff; /* cor do ícone das setas */
	border: none;
	cursor: pointer;
	z-index: 9999; /* para garantir que as setas estejam acima dos slides */
}

/* Estilos para a seta da esquerda */
#gallery-container .slick-prev {
	left: -40px; /* distância da borda esquerda */
}

/* Estilos para a seta da direita */
#gallery-container .slick-next {
	right: -40px; /* distância da borda direita */
}

/* Estilos para o ícone das setas */
#gallery-container .slick-prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 20px; /* largura do ícone */
	height: 20px; /* altura do ícone */
	border-style: solid;
	border-width: 2px 2px 0 0;
}
#gallery-container .slick-next::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	width: 20px; /* largura do ícone */
	height: 20px; /* altura do ícone */
	border-style: solid;
	border-width: 2px 2px 0 0;
}

/* Estilos para o ícone da seta da esquerda */
#gallery-container .slick-prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

/* Estilos para o ícone da seta da direita */
#gallery-container .slick-next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#gallery-container :is(video, iframe){
	width: 100% !important;
	aspect-ratio:1.78!important;
}

.processo{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 80px;
}

.processo img{
	transition: 0.3s;
}

.processo img:hover{
	transition: 0.3s;
	transform: scale(1.05);
}

.processo .line{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.processo .line div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 170px;
	width: 170px;
}

.processo .line .start{
	justify-content: flex-start;
}

.processo .line .end{
	justify-content: flex-end;
}

.top-left,
.top-right{
	align-items: flex-end !important;
}

.bottom-right,
.bottom-left{
	align-items: flex-start !important;
}

#processo-mobile{
	display: none;
}

@media(max-width: 1040px){
	.processo{
		display: none;
	}
	#processo-mobile{
		display: block;
	}
}