@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html{
	scroll-behavior: smooth;
}
:root {
    --corprincipal: #8abb28;
	--corsecundaria: #1d673a;
}
::-webkit-scrollbar-thumb {
	background-color: var(--corprincipal);
}
::-webkit-scrollbar {
	width: 8px;
}
body{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
}

/*- MENU -*/
header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	transition: all 0.5s;
	background: transparent;
	top: 0;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(39px);
}
a.logo {
	width: 100%;
	height: auto;
	cursor: pointer;
    display: block;
}
a.logo img {
	width: 100%;
	height: auto;
	max-width: 212px;
}
nav{
	position: relative;
}
nav ul{
	padding: 0 0 0 0;
	list-style: none;
    padding-top: 15px;
	float: right;
}
nav ul li{
	display: inline-block;
	margin: 10px 15px;
    vertical-align: middle;
}
nav ul li a{
    padding: 5px;
	position: relative;
	color: #222121;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
nav ul li a.ctamenu1 {
	color: #fff;
	background: var(--corsecundaria);
	font-weight: 700;
	border-radius: 30px;
	padding: 12px 40px;
}
nav ul li a:hover,
nav ul li a.ativo {
	cursor: pointer;
	text-decoration: none;
	color: var(--corprincipal);
}
nav ul li a.ctamenu1:hover {
	background: var(--corprincipal);
	color: #fff;
}



.menuMobile{
	border: 0;
	border-radius: 0;
	padding: 0px;
	cursor: pointer;
	float: right;
    background: none;
}
.menuMobile:hover{
	opacity: 0.8;
}
.overlayMenu{
	height: 0%;
	width: 100%;
    background: #000;
	z-index: 1200;
	position: fixed;
	right: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.closeMenu{
	position: absolute;
    top: 25px;
    right: 15px;
}
.menuConteudo{
    padding: 20px 20px 20px 15px;
	height: 100%;
	background-color: #F9FBFC;
}
.menuConteudo a.logo img{
	max-width: 230px;
}
.menuConteudo nav ul{
	padding-top: 30px;
	padding-left: 0px;
	float: none;
}
.menuConteudo nav ul li{
	display: block;
	margin-bottom: 20px;
	margin-left: 0;
}
.respiromenu {
	height: 120px;
	width: 100%;
	position: relative;
}



.hero {
	background: linear-gradient(261deg, #1d6739 7.48%, #8abb28 95.97%);
	padding: 50px 0 100px 0;
    position: relative;
}
.hero h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -1.8px;
}
.hero h1 b {
	font-weight: 700;
}
.hero p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.64px;
	margin: 22px 0 30px 0;
}
a.ctaPadrao {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	border-radius: 30px;
	background: var(--corsecundaria);
	padding: 12px 40px;
}
a.ctaPadrao:hover {
	text-decoration: none;
	background-color: var(--corprincipal);
}
img.imgHero {
	width: 100%;
	height: auto;
}
.dados{
    margin-top: -70px;
    position: relative;
}
.dadosArea{
    background: #FFFFFF;
    box-shadow: 0px 18px 40px rgba(112, 144, 176, 0.12);
    border-radius: 12px;
    padding: 35px 35px;
}
.dados .tituloDados{
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    color: #313A54;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.dados .tituloDados b {
    color: var(--corsecundaria);
}
.dadosInfo{
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dadosInfo:before{
    height: 30px;
    background: #A3AED0;
    width: 1px;
    content: '';
    display: block;
    position: absolute;
    left: -20px;
}
.dadosInfo1::before {
	display: none;
}
.dadosInfo img{
    display: inline-block;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 42px;
}
.dadosInfo .dadosInfoTxt {
    font-size: 15px;
    line-height: 19px;
    color: #313A54;
    display: inline-block;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    width: 75%;
    vertical-align: top;
}
.dadosInfo .dadosInfoTxt b{
	font-weight: 500;
}
.dadosInfo .dadosInfoTxt span{
    font-size: 12px;
    line-height: 14px;
    color: #7B8BBA;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}
.seguros {
	padding: 90px 0 70px 0;
	text-align: center;
	position: relative;
}
h2.titulo {
	color: #000;
    font-size: 34px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1.2px;
}
h2.titulo span {
	color: var(--corprincipal);
	font-weight: 700;
}
p.texto {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.64px;
}
.padBoxSeguro {
	padding: 0 9px 0 9px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.boxSeguro {
	border-radius: 5px;
    background: var(--corsecundaria);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	height: 100%;
	padding: 25px 15px 40px 15px;
	position: relative;
}
.boxSeguro1 {
	border-radius: 50px 5px 5px 5px;
}
.boxSeguro4 {
	border-radius: 5px 50px 5px 5px;
}
.boxSeguroImagem {
	width: 88px;
	height: 88px;
	background: #FFF;
	border-radius: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.boxSeguroImagem img {
	padding: 8px;
}
.boxSeguroTitulo {
	color: #FFF;
	text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
	letter-spacing: -0.88px;
	margin: 10px 0 15px 0;
}
.boxSeguroTexto {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.6px;
}
.boxSeguroLinks {
	display: flex;
	position: absolute;
    bottom: -18px;
}
.boxSeguro2 {
    flex-wrap: nowrap;
    align-items: center;
	padding: 10px 15px 30px 15px;
}
.boxSeguro2 .boxSeguroImagem {
	margin-right: 5px;
}
a.ctaLink1 {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 30px;
	padding: 8px 5px;
	background: var(--corprincipal);
	color: #FFF;
	height: 36px;
	width: 110px;
	margin-right: 3px;
}
a.ctaLink2 {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 30px;
	padding: 8px 5px;
	background: #63DBFF;
	color: #04486F;
	height: 36px;
	width: 110px;
	margin-left: 3px;
}
a.ctaLink1:hover,
a.ctaLink2:hover {
	text-decoration: none;
	background: #000;
	color: #ffffff;
}

/* Swiper */
.areaSwiper {
	width: 100%;
	position: relative;
    padding: 0px 0px;
	background-color: transparent;
}
.swiperControles {
	display: block;
	position: absolute;
	bottom: -60px;
	right: 15px;
	height: 30px;
	width: 100%;
}
.swiperControles2 {
	bottom: 60px;
	right: 0px;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	width: 32px;
	height: 32px;
	border-radius: 100%;
}
.swiper-button-prev1{
	left: auto;
	right: 50px;
}
.swiper-button-prev img,
.swiper-button-next img{
	width: 16px;
	height: auto;
}
.swiper-button-next1{
	right: 0px;
}
.swiper-button-prev2{
	left: -30px;
}
.swiper-button-next2{
	right: -30px;
}
.swiper-pagination1{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: #DADADA !important;
	border-radius: 75px;
	opacity: 1;
	transition: all 0.2s;
	height: 5px;
	width: 30px;
}
.swiper-pagination-bullet-active{
	width: 30px;
	height: 5px;
	background: #3A3A3C !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto !important;
	left: 30px;
}
.clientes {
	text-align: center;
	position: relative;
}
.sliderMarcas {
	margin: 15px 0;
}
.sliderMarcas .swiper-slide img {
	width: 100%;
	height: auto;
	max-width: 150px;
}
.bannerCta {
	border-radius: 20px 130px 20px 20px;
	background: #c3ffda;
	margin: 50px 0;
}
.bannerCtaTitulo {
	color: var(--corsecundaria);
	font-size: 45px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -1.8px;
}
.bannerCtaTitulo b {
	font-weight: 700;
}
.bannerCta p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.64px;
	margin: 15px 0 18px 0;
}
img.mapaBrasil {
	width: 100%;
	height: auto;
	margin-top: -10%;
	margin-left: 10%;
}
.comocontratar {
	background-image: url(images/fundo1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0 0 0;
	text-align: center;
}
.comoTrabalhamos{
    display: flex;
}
.comoTrab{
    text-align: center;
    margin: 50px 0 80px 0;
    padding: 0 40px;
    position: relative;
}
.comoTrab:before{
    content: '';
    opacity: 0.3;
    height: 1px;
    width: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    z-index: 1;
}
.comoTrab1:before{
    width: 50%;
    left: 50%;
}
.comoTrab3:before{
    width: 50%;
}
.labelComoTrab{
    background: #f2f2f2;
    border: 2px solid #000;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.labelComoTrab span{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000;
    padding-top: 10px;
    display: block;
}
.comoTrab h4{
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-top: 20px;
}
.comoTrab p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.labelComoTrabImg{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.labelComoTrabImg:before{
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid var(--corprincipal);
    left: -4px;
    top: -4px;
    animation:circuloTrabalhe1 4s infinite;
}
@keyframes circuloTrabalhe1{
    0%  {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100%{
        opacity: 1;
    } 
}
.labelComoTrabImg:after{
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid var(--corprincipal);
    left: -4px;
    top: -4px;
    opacity: 0.2;
    animation:circuloTrabalhe2 4s infinite linear;
}
@keyframes circuloTrabalhe2{
    0%  {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.4);
    }
    80% {
        opacity: 0.4;
    }
    100%{
        opacity: 1;
        transform: scale(1);
    } 
}
.vantagens {
	padding: 90px 0;
	position: relative;
	text-align: left;
}
.boxVantagens {
	display: flex;
    flex-wrap: wrap;
}
.boxVantagem {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.64px;
	border-radius: 15px;
	background: #F2F2F2;
	padding: 25px 18px;
	margin-top: 4%;
	margin-right: 4%;
	width: 45%;
}
.boxVantagem b {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
img.imgVantagens {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.descontos {
	padding: 90px 0;
	background-image: url(images/fundo_descontos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
	text-align: center;
}
.descontos h2.titulo,
.descontos h2.titulo span,
.descontos p.texto {
	color: #ffffff;
}
.padDescBox {
	padding-left: 10px;
	padding-right: 10px;
}
.boxDesconto {
	background: #FFFFFF;
	border-radius: 20px;
	height: 100%;
	padding: 5px;
	text-align: center;
}
.boxDesconto img {
	width: 100%;
	height: auto;
	max-width: 140px;
	border-radius: 5px;
}
.depoimentos {
	position: relative;
	text-align: center;
	padding: 90px 0 80px 0;
}
.boxDepo {
	padding: 30px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	margin-top: 50px;
}
.boxDepo img.fotodepo {
	display: inline-block;
	border-radius: 100%;
	max-width: 65px;
	margin-right: 15px;
	width: 100%;
	height: auto;
    vertical-align: middle;
}
.titDepo {
	display: inline-block;
    vertical-align: middle;
	font-weight: 500;
	width: calc(100% - 100px);
	font-size: 18px;
	line-height: 32px;
	color: #1D293F;
}
.boxDepo p {
	display: block;
	margin-top: 25px;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #7C8087;
}
.duvidas {
	padding: 70px 0;
	text-align: center;
	position: relative;
}
.sanfonaClean{
	margin-top: 50px;
}
.sanfonaClean .card{
	background: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #959595;
}
.sanfonaClean .card-header{
    text-align: left;
    padding: 0;
    background-color: transparent;
    padding: 20px 30px 20px 5px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.08em;
	border-radius: 0;
    border: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #969695;
}
.sanfonaClean .btn-link{
	padding: 0px 0;
	transition: all 0.2s;
    display: block;
    text-align: left;
	font-weight: 700;
    white-space: normal;
	color: #000;
}
.sanfonaClean .btn-link.collapsed{
	color: #969695;
    box-shadow: none;
}
.sanfonaClean p{
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.sanfonaClean .card-body{
	padding: 0px 30px 15px 5px;
}
.sanfonaClean .card .btn-link img{
    filter: none;
    transform: rotate(180deg);
	filter: brightness(0) invert(0);
	transition: all 0.2s;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 28px;
}
.sanfonaClean .card .btn-link.collapsed img{
    transform: rotate(0deg);
	filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(75%) hue-rotate(22deg) brightness(79%) contrast(83%);
}
.btn-link:hover{
    text-decoration: none;
}
.ctaHome {
	background-image: url(images/fundo_cta.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 0 110px 0;
	text-align: center;
}
.ctaHome h2.titulo,
.ctaHome h2.titulo span,
.ctaHome p.texto {
	color: #ffffff;
}
img.simboloCta {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 264px;
	margin-left: -50px;
}
.boxCtaHome p {
	margin: 20px 0 40px 0;
}
.arte1 {
	position: absolute;
	width: 150px;
    top: 100px;
    right: 50px;
}
.arte2 {
	position: absolute;
	width: 120px;
    top: 0px;
    left: 30px;
}
.arte3 {
	position: absolute;
	width: 150px;
    bottom: 50px;
    left: 50px;
}
.arte4 {
	position: absolute;
	width: 120px;
    bottom: 0px;
    left: 50px;
}
.arte5 {
	position: absolute;
	width: 150px;
    top: 100px;
    right: 50px;
}
.arte1 img,
.arte2 img,
.arte3 img,
.arte4 img,
.arte5 img {
	width: 100%;
	height: auto;
}
.rodape {
	border-bottom: 10px solid var(--corprincipal);
	padding: 60px 0 50px 0;
	background: var(--corsecundaria);
    text-align: center;
}
img.logoRodape {
	width: 100%;
	height: auto;
	max-width: 210px;
}
.rodape p {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin: 25px 0;
	width: 80%;
}
.social {
	display: flex;
    justify-content: center;
	margin: 10px 0;
}
.social a {
	margin-right: 20px
}
.social a img {
	width: 27px;
	height: auto;
}
.tituloRodape {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 124.5%;
	margin-bottom: 20px;
}
a.menuRodape {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	display: block;
    width: fit-content;
    width: 100%;
    text-align: center;
}
.contatoRodape {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 8px;
}
.contatoRodape img {
	width: 18px;
	height: auto;
	margin-right: 4px;
}
.tituloAjuda {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.5px;
	display: flex;
	margin: 20px 0;
}
.tituloAjuda img {
	margin-right: 10px;
}
.rodape a.ctaPadrao {
	display: inline-block;
	border: 1px solid var(--corsecundaria);
}
.rodape a.ctaPadrao:hover {
	border-color: #ffffff;
}




.topoPagina {
	background: linear-gradient(261deg, #1d6739 7.48%, #8abb28 95.97%);
	padding-top: 40px;
}
.subtitulo {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
}
.topoPagina h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -1.44px;
	margin-top: 15px;
}
img.capa {
	width: 100%;
	height: auto;
	margin-bottom: -70px;
}
.conteudoPagina {
	padding: 120px 0 50px 0;
}
img.sobreImg {
	width: 100%;
	height: auto;
}
.conteudoPagina p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.64px;
}
.missao {
	padding: 0;
}
.boxMissao {
	border-radius: 38px;
	background: var(--corsecundaria);
	padding: 50px;
	height: 100%;
}
.boxMissao img {
	display: block;
}
.boxMissao span {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -1px;
	margin: 10px 0 10px 0;
	display: block;
}
.boxMissao p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.8px;
	margin-bottom: 0;
}
.susep {
	padding: 80px 0 0 0;
}
.susep img {
	width: 100%;
	height: auto;
}
.susep p {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.64px;
}
.boxContato{
	padding: 40px 30px 40px 30px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #2A558C;
	margin-top: 50px;
    text-align: center;
}
.boxContato form label{
	margin: 0 0 5px 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	color: #3B3B3B;
	text-align: left;
	width: 100%;
}
.boxContato .form-control{
	background: #F8FAFC;
	border-radius: 5px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
	font-size: 14px;
	margin-bottom: 25px;
}
.boxContato textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
}
.boxContato .formsubmit{
    cursor: pointer;
    height: auto;
    text-align: center;
    position: relative;
    width: 150px;
    display: block;
    font-size: 16px;
    padding: 10px 30px 12px 30px;
    color: #ffffff;
    background: var(--corsecundaria);
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 500;
    margin: 0 auto;
}
.boxContato .formsubmit:hover{
	text-decoration: none;
	background: var(--corprincipal);
}
.itemContato {
	display: flex;
	margin: 20px 0;
    align-items: center;
}
.itemContatoImagem {
	display: flex;
	margin-right: 24px;
	width: 88px;
	height: 88px;
	background-color: #c3ffda;
	border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.itemContatoImagem img {
	width: 24px;
	height: auto;
}
.itemContatoInfo {
	color: #000;
	font-size: 16px;
	font-weight: 400;
    line-height: 22px;
}
.itemContatoInfo span {
	color: var(--corsecundaria);
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	margin-bottom: 8px;
}






/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .comoTrabalhamos {
        flex-wrap: wrap;
    }
	.labelComoTrab{
        text-align: center;
        margin: 0;
        position: absolute;
        left: 0px;
    }
    .comoTrabalhamos{
        margin-top: 40px;
    }
    .comoTrab{
        text-align: left;
        padding-left: 70px;
        padding-bottom: 40px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .comoTrab h4{
        margin-top: 10px;
    }
    .labelComoTrab span{
        padding-top: 8px;
    }
    .comoTrab:before {
        height: 100%;
        width: 1px;
        left: 23px;
        top: 0px;
    }
    .comoTrab1:before{
        left: 23px;
        width: 1px;
    }
    .comoTrab3:before{
        left: 23px;
        width: 1px;
        height: 10px;
    }
    .labelComoTrabImg {
        position: absolute;
        left: 0;
    }
	.arte1,
	.arte2,
	.arte3,
	.arte4,
	.arte5,
	h2.titulo br  {
		display: none;
	}
	.swiperControles2 {
		width: 60px;
		bottom: -20px;
		left: 50%;
		margin-left: -30px;
		right: auto;
	}
	.bannerCta {
		padding: 50px;
	}
	img.mapaBrasil {
		width: 100%;
		margin-top: 10%;
		margin-left: 0%;
	}
	.dadosInfo {
		padding: 10px 0;
	}
	.dadosInfo:before {
		display: none;
	}
	.boxVantagem {
		margin: 4% 2% 0 2%;
	}
	img.imgVantagens {
		margin-top: 20px;
	}
	.rodape {
		text-align: center;
	}
	.tituloRodape {
		margin-top: 30px;
	}
	.social {
		justify-content: center;
	}
	.rodape p,
	a.menuRodape {
		width: 100%;
	}
	.tituloAjuda {
		margin: 40px 0 20px 0;
		justify-content: center;
	}
	a.logo img {
		max-width: 170px;
	}
	header {
		padding: 10px 0;
	}
	.respiromenu {
		height: 80px;
	}
	.boxSeguro1,
	.boxSeguro4 {
		border-radius: 5px;
	}
	.topoPagina h1 br {
		display: none;
	}
	.boxMissao {
		padding: 40px;
		height: auto;
		margin-bottom: 20px;
	}
	.itemContatoImagem {
		width: 50px;
		height: 50px;
	}

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .comoTrabalhamos {
        flex-wrap: wrap;
    }
	.labelComoTrab{
        text-align: center;
        margin: 0;
        position: absolute;
        left: 0px;
    }
    .comoTrabalhamos{
        margin-top: 40px;
    }
    .comoTrab{
        text-align: left;
        padding-left: 70px;
        padding-bottom: 40px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .comoTrab h4{
        margin-top: 10px;
    }
    .labelComoTrab span{
        padding-top: 8px;
    }
    .comoTrab:before {
        height: 100%;
        width: 1px;
        left: 23px;
        top: 0px;
    }
    .comoTrab1:before{
        left: 23px;
        width: 1px;
    }
    .comoTrab3:before{
        left: 23px;
        width: 1px;
        height: 10px;
    }
    .labelComoTrabImg {
        position: absolute;
        left: 0;
    }
	.arte1,
	.arte2,
	.arte3,
	.arte4,
	.arte5,
	h2.titulo br  {
		display: none;
	}
	.swiperControles2 {
		width: 60px;
		bottom: -20px;
		left: 50%;
		margin-left: -30px;
		right: auto;
	}
	.bannerCta {
		padding: 50px;
	}
	img.mapaBrasil {
		width: 100%;
		margin-top: 10%;
		margin-left: 0%;
	}
	.dadosInfo {
		padding: 10px 0;
	}
	.dadosInfo:before {
		display: none;
	}
	.boxVantagem {
		margin: 4% 2% 0 2%;
	}
	img.imgVantagens {
		margin-top: 20px;
	}
	.rodape {
		text-align: center;
	}
	.tituloRodape {
		margin-top: 30px;
	}
	.social {
		justify-content: center;
	}
	.rodape p,
	a.menuRodape {
		width: 100%;
	}
	.tituloAjuda {
		margin: 40px 0 20px 0;
		justify-content: center;
	}
	a.logo img {
		max-width: 170px;
	}
	header {
		padding: 10px 0;
	}
	.respiromenu {
		height: 80px;
	}
	.boxSeguro1,
	.boxSeguro4 {
		border-radius: 5px;
	}
	.topoPagina h1 br {
		display: none;
	}
	.boxMissao {
		padding: 40px;
		height: auto;
		margin-bottom: 20px;
	}
	.itemContatoImagem {
		width: 50px;
		height: 50px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.boxSeguro1,
	.boxSeguro4 {
		border-radius: 5px;
	}
	.bannerCta {
		padding: 40px;
	}
	.arte1,
	.arte2,
	.arte3,
	.arte4,
	.arte5,
	h2.titulo br,
	img.imgVantagens  {
		display: none;
	}
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.arte2,
	.arte4,
	.arte5 {
		display: none;
	}
	nav ul li {
		margin: 10px 5px;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

	
}



