@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Volkhov:wght@400;700&display=swap');
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar-thumb {
	background-color: #5C068B;
}
::-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: 10px 0;
	transition: all 0.5s;
	background: #FDF6FF;
	top: 0;
}
a.logo {
	width: 100%;
	height: auto;
	cursor: pointer;
    padding-top: 2px;
    display: block;
}
a.logo img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
	max-width: 136px;
}
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: 0px 7px;
    vertical-align: middle;
}
nav ul li a {
    padding: 10px 10px;
    position: relative;
    vertical-align: middle;
    color: #2E2E2E;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
nav ul li a.ctamenu {
	padding: 12px 17px;
    margin-left: 0px;
    color: #01972B;
    display: flex;
    align-items: center;
	border-radius: 10px;
}
nav ul li a.ctamenu1 {
    color: #01972B;
    background: transparent;
	border: 1px solid #01972B;
}
nav ul li a.ctamenu2 {
    color: #fff;
    background: #01972B;
	border: 1px solid #01972B;
}
a.ctamenu img {
	width: 25px;
	height: 25px;
	margin-right: 6px;
}
nav ul li a:hover,
nav ul li a.ativo {
	cursor: pointer;
	text-decoration: none;
	color: #2E2E2E;
}
nav ul li a.ctamenu:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background: #5C068B;
	border-color: #5C068B;
}
nav ul li a.ctamenu:hover img {
	filter: brightness(0) invert(1);
}
nav ul li:hover a:after,
nav ul li a.ativo:after{
	display: block;
}
nav ul li a:after{
	content: '';
	position: absolute;
	width: 35px;
	height: 4px;
	left: 50%;
	margin-left: -17px;
	bottom: 5px;
	background: #5C068B;
	border-radius: 30px;
	display: none;
}
nav ul li:hover a.ctamenu1:after,
nav ul li a.ativo.ctamenu1:after,
nav ul li:hover a.ctamenu2:after,
nav ul li a.ativo.ctamenu2:after{
	display: none;
}
.menuMobile{
	border: 0;
	border-radius: 0;
	padding: 0px;
	cursor: pointer;
	float: right;
    background: none;
    margin-top: -10px;
}
.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: #FDF6FF;
}
.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;
}
.menuConteudo nav ul li a.ctamenu1{
	margin-left: 0;
	margin-bottom: 8px;
	display: inline-block;
}
.hero {
	background: #FDF6FF;
}
.hero .container-fluid {
	max-width: 1700px;
}
.pretitulo {
	color: #01972B;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 150px;
}
.hero h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 58px; 
	letter-spacing: -2.24px;
	padding-bottom: 10px;
	background: linear-gradient(99deg, #5C068B 5.27%, #C886F1 91.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hero p {
	color: #3B3B3B;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.boxSelecaoOpcao {
	width: 100%;
	max-width: 500px;
	align-items: center;
	margin-top: 25px;
    text-align: center;
}
.boxSelecaoOpcaoNav {
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}
.boxSelecaoOpcaoNavItem {
	background: rgba(171, 171, 171, 0.15);
	color: #353535;
	font-size: 18px;
    line-height: 20px;
	font-weight: 500;
    padding: 20px;
    height: 80px;
    display: flex;
    width: 33.3%;
    flex: 0 1 33.3%;
    justify-content: center;
    align-items: center;
	text-align: center;
	cursor: pointer;
}
.boxSelecaoOpcaoNavItem.ativo {
	background: #fff;
	color: #5C068B;
	cursor: auto;
}
.boxSelecaoOpcaoNavItem:hover {
	color: #5C068B;
} 
.boxSelecaoOpcaoAbas {
	display: block;
	width: 100%;
	background: #FFF;
	border-radius: 0 0 30px 30px;
	padding: 30px 20px 30px 20px;
    margin-bottom: 30px;
}
.boxSelecaoOpcaoAbasItem {
	display: none;
}
.boxSelecaoOpcaoAbasItem.ativo {
	display: block;
}
.form-control {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	border: none;
	border-color: transparent;
	height: 48px;
	display: inline-block;
	border-radius: 8px;
	background: #F6F6F6;
	transition: none;
}
.form-control::placeholder {
	color: #353535;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}
.form-control:focus-visible,
.form-control:focus {
	outline: none;
	transition: none;
}
.form-control.form-submit,
.form-submit {
	border-radius: 8px;
	background: #5C068B;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	display: inline-block;
	margin-left: 2%;
}
.boxSelecaoOpcaoAbasItem .form-control {
	width: 77%;
}
.boxSelecaoOpcaoAbasItem .form-submit {
	width: 20%;
}
a.ctaPadrao {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.18px;
	border-radius: 10px;
	background: #01972B;
	padding: 18px 44px;
    display: inline-block;
}
a.ctaPadrao:hover {
	text-decoration: none;
	color: #FFF;
	background: #5C068B;
}
.hero-img {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100px 0 20px 0;
}
.hero-img:before {
	content: '';
	background-image: url(images/hero-ellipse.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}
.heroImg {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
img.heroImgLogo {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	max-width: 260px;
    left: 12%;
	top: 30px;
}
img.heroImgPrincipal {
	position: relative;
	z-index: 2;
	width: 90%;
	height: auto;
	margin: 0 5%;
}
.heroImgBox {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	padding: 16px;
	align-items: center;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.10);
	color: #2E2E2E;
	font-size: 20px;
	font-weight: 400;
}
.heroImgBox1 {
	top: 300px;
	left: 0px;
}
.heroImgBox2 {
	top: 200px;
	right: 50px;
}
.heroImgBox3 {
	bottom: 80px;
	left: 100px;
}
.heroImgBox4 {
	bottom: 120px;
	right: 0px;
}
.heroImgBox img {
	margin-right: 12px;
}
img.heroImgTopo {
	width: 100%;
	height: auto;
	max-width: 900px;
	margin-top: 200px;
}
.parceirosHome {
	background: #F8F8F8;
	padding: 105px 0 75px 0;
}
h2.titulo {
	color: #383838;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: -2.24px;
}
h2.titulo span {
	background: linear-gradient(99deg, #5C068B 5.27%, #C886F1 91.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sliderMarcas {
	margin-top: 60px;
}
.sliderMarcas .swiper-wrapper {
    align-items: center;
}
.sliderMarcas .swiper-slide {
	padding: 0 15px;
}
.sliderMarcas img {
	width: 100%;
	height: auto;
	max-width: 220px;
	border-radius: 20px;
}
.sobreHome {
	background: #fff;
	padding: 20px 0;
}
img.imsSobre {
	width: 100%;
	height: auto;
}
.sobreHome p {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 30px 0 40px 0;
}
.servicosHome {
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.arte-gatinho1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
}
.arte-gatinho1 img {
	width: 100%;
	height: auto;
}
.arte-patinhas1 {
	position: absolute;
	right: 0;
	bottom: -150px;
	width: 220px;
}
.arte-patinhas1 img {
	width: 100%;
	height: auto;
}
.boxServicoItem {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #66009D;
	padding: 25px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
    height: 100%;
    background: #fff;
}
.boxServicoItemImagem {
	flex: 0 1 25%;
    width: 25%;
    height: 60px;
}
.boxServicoItemImagem img {
	width: 100%;
	height: auto;
}
.boxServicoItemNome {
	color: #5C068B;
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
	flex: 0 1 73%;
}
.bannerApp{
	margin: 150px 0;
}
.boxBannerApp{
	background-image: url(images/fundo-cta-painel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 25px;
	padding: 80px 0;
	position: relative;
	width: 100%;
}
img.phonemockup1{
    position: absolute;
    width: auto;
    height: 150%;
    right: 0%;
    top: -25%;
    max-height: 700px
}
.conteudoBoxBannerApp{
	width: 50%;
}
.boxBannerApp p{
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -0.05em;
	color: #FFFFFF;
	padding-left: 90px;
}
.infoboxBannerApp{
	font-weight: 600;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #FFDB76;
	padding-left: 120px;
	margin: 25px 0;
	position: relative;
}
.infoboxBannerApp:before{
	content: '';
	display: block;
	width: 110px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 0;
	background: #FFDB76;
}
.infoboxBannerApp img{
	max-width: 16px;
	width: 100%;
	height: auto;
	margin-right: 5px;
}
.saudeHome {
	background-image: url(images/fundo-joypet.jpg);
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.saudeHome h2.titulo {
	color: #fff;
	margin-bottom: 35px;
}
.itemSaudeHome {
	display: flex;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 101%;
	margin-bottom: 20px;
    align-items: center;
}
.itemSaudeHome img {
	margin-right: 12px;
}
.saudeHome a.ctaPadrao {
	margin-top: 30px;
}
.imgSaudeHome {
	position: relative;
}
img.imgSaudeHome1 {
	border-radius: 20px;
	width: 100%;
	height: auto;
}
img.imgSaudeHome2 {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 131px;
    top: 20px;
    left: -60px;
}
img.imgSaudeHome3 {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 400px;
    bottom: -180px;
    left: -150px;
}
.voceHome {
	background: #fff;
	position: relative;
	padding: 70px 0;
	z-index: 1;
}
.voceHome:before {
	content: '';
	background: #CFFFDD;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30vw;
	display: block;
}
img.imgparavoce {
	border-radius: 20px;
	width: 100%;
	height: auto;
    margin-bottom: 20px;
}
.depoimentos {
	background: #FDF6FF;
	text-align: center;
	padding: 70px 0;
	position: relative;
}

/* 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%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	border-radius: 6px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
}
.swiper-button-prev1{
	left: auto;
	right: 50px;
}
.swiper-button-prev img,
.swiper-button-next img{
	height: auto;
}
.swiper-button-next1{
	right: 0px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.7;
}
.depoimentos {
	position: relative;
	text-align: center;
	padding: 120px 0 ;
}
.depoimentocao {
	max-width: 269px;
	position: absolute;
	bottom: 0;
	left: 1vw;
}
.depoimentogato {
	max-width: 229px;
	position: absolute;
	bottom: 0;
	right: 1vw;
}
.depoimentocao img,
.depoimentogato img {
	width: 100%;
	height: auto;
}
.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;
	font-size: 20px;
	line-height: 23px;
	color: #353535;
	width: calc(100% - 100px);
}
.boxDepo p {
	display: block;
	margin-top: 25px;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	color: #353535;
}
.faq {
	position: relative;
	background: #fff;
	padding: 75px 0 100px 0;
	z-index: 2;
}
.arte-patinhas2 {
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 220px;
}
.arte-patinhas2 img {
	width: 100%;
	height: auto;
}
img.imgFaq {
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.sanfonaClean{
	margin-top: 50px;
}
.sanfonaClean .card{
	margin-bottom: 15px;
	background: #FFFFFF;
	box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
	border-radius: 20px;
	padding: 0 40px;
	border: none;
}
.sanfonaClean .card-header{
    padding: 20px 0;
    background: none;
    border: none;
}
.sanfonaClean .btn-link{
	color: #245290;
	padding: 0px 0;
	transition: all 0.2s;
}
.sanfonaClean .btn-link.collapsed{
	color: #363635;
}
.sanfonaClean p{
    margin-bottom: 30px;
}
.sanfonaClean .card-body{
	padding: 0;
}
.sanfonaClean .card .btn-link img{
	transform: rotate(0deg);
  	filter: none;
	float: right;
    margin-top: 8px;
}
.sanfonaClean .card .btn-link.collapsed img{
	filter: brightness(0) invert(0);
	transform: rotate(-180deg);
}
.btn-link {
    font-weight: 700;
    font-size: 20px;
    color: #353535;
    display: block;
    text-align: left;
}
.btn-link:hover {
    text-decoration: none;
    color: #353535;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.sanfonaClean .btn-link {
    color: #5C068B;
    padding: 0px 0;
    transition: all 0.2s;
    white-space: normal;
    line-height: 20px;
}
.ctaHome {
	background-image: url(images/fundo-cta.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0;
	z-index: 1;
}
.ctaHome img {
	width: 100%;
	height: auto;
}
.rodape {
	background: #5C068B;
	padding: 40px 0 50px 0;
}
img.imgRodape {
	width: 100%;
	height: auto;
	max-width: 260px;
}
.tituloRodape {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.4px;
	margin-bottom: 20px;
}
.contatoRodape {
	margin-bottom: 15px;
	display: flex;
	color: #F5F5F5;
	font-size: 16px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.36px;
    align-items: center;
}
.contatoRodapeImg {
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 100%;
	margin-right: 11px;
    text-align: center;
    padding-top: 7px;
}
.social {
	float: right;
}
.social a {
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 100%;
	margin-right: 11px;
    text-align: center;
    padding-top: 5px;
	display: inline-block;
}
.social a:hover {
	opacity: 0.7;
}
.footer {
	background: #4B0770;
	padding: 20px 0;
}
a.rodapeLink {
	color: #F9F9F9;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-right: 15px;
}
.copyright {
	text-align: right;
	color: #F9F9F9;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%
}
.heroPage {
	padding-top: 150px;
	background-color: #FDF6FF;
	background-image: url(images/topo-arte.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.heroPage h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 58px; 
	letter-spacing: -2.24px;
	padding-bottom: 10px;
	background: linear-gradient(99deg, #5C068B 5.27%, #C886F1 91.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.heroPage p {
	color: #3B3B3B;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
	margin-bottom: 30px;
}
.heroPage img {
	width: 100%;
	height: auto;
}
.conteudo {
	padding: 100px 0;
}
img.imgconteudo {
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin: 10px;
}
.conteudo p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.72px;
	margin: 10px;
}
.contato {
	padding: 60px 0 0 0;
}
.contatoItem {
	display: flex;
	margin: 0 0 20px 0;
    align-items: center;
    justify-content: center;
}
.contatoItemImagem {
	width: 88px;
	height: 88px;
	background: #F8FAFC;
	border-radius: 100%;
	padding: 30px;
	text-align: center;
}
.contatoItemImagem img {
	width: 25px;
	height: 25px;
}
.contatoItemTexto {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-left: 20px;
}
.contatoItemTexto span {
	color: #01972B;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	display: block;
}
.formcontato {
	margin-top: 30px;
}
.formcontato label {
	font-weight: bold;
}
.form-control {
	background: #EFEFEF;
	border-radius: 5px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
	font-size: 12px;
	margin-bottom: 25px;
}
textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
}
.formNegocios .formsubmit,
.formsubmit{
	cursor: pointer;
	height: auto;
	text-align: center;
	position: relative;
	float: right;
	width: 200px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.18px;
	border-radius: 10px;
	background: #01972B;
	padding: 18px 44px;
    display: inline-block;
}
.formsubmit:hover{
	text-decoration: none;
	color: #FFF;
	background: #5C068B;
}
.boxBeneficioPage {
	height: 100%;
	padding: 40px;
	position: relative;
}
.boxBeneficioPage1 {
	border-radius: 20px;
	background: linear-gradient(180deg, #520682 0%, rgba(92, 6, 139, 0.57) 100%);
}
.boxBeneficioPage2 {
	border-radius: 20px;
	background: linear-gradient(180deg, #01972B 0%, rgba(1, 151, 43, 0.50) 100%);
	padding-bottom: 0;
}
.boxBeneficioPage3 {
	border-radius: 20px;
	background: linear-gradient(180deg, #CFFFDD 0%, rgba(207, 255, 221, 0.39) 100%);
	padding-bottom: 0;
}
.boxBeneficioPage4 {
	border-radius: 20px;
	background: linear-gradient(180deg, #520682 0%, rgba(92, 6, 139, 0.57) 100%);
}
.boxBeneficioPage1 .boxBeneficioPageInfo {
	width: 50%;
	display: inline-block;
}
.boxBeneficioPageTitulo {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -2.24px;
    margin-bottom: 10px;
}
.boxBeneficioPage3 .boxBeneficioPageTitulo {
	color: #01972B;
}
.boxBeneficioPageTexto {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
	margin-bottom: 30px;
}
.boxBeneficioPage3 .boxBeneficioPageTexto {
	color: #3B3B3B;
}
.boxBeneficioPageImagem {
	width: 30%;
	display: inline-block;
	margin-left: 18%;
    vertical-align: top;
}
.boxBeneficioPageInfo img {
	width: 100%;
	height: auto;
}
.boxBeneficioPageImagem img {
	width: 110%;
	height: auto;
	margin-right: -10%;
}
.itemSaudeBeneficios {
	display: flex;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 101%;
	margin-top: 20px;
    align-items: center;
}
.itemSaudeBeneficios img {
	margin-right: 12px;
	width: 30px;
	height: auto;
}
.heroNegocios {
	padding: 300px 0 120px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.heroNegocios h1 {
	color: #fff;
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	line-height: 50px; 
	letter-spacing: -2.24px;
}
.heroNegocios p {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.formNegocios {
	background-image: url(images/fundo-cta.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 75px 0;
	text-align: center;
}
.formNegocios p {
	margin-bottom: 50px;
}
.formNegocios .form-control {
    background: #ffffff;
    margin-bottom: 15px;
}
.formNegocios .formsubmit{
	background: #01972B;
}
img.comofunciona {
	width: 100%;
	height: auto;
	margin: 20px auto;
	max-width: 340px;
}
.boxComoFunciona {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.boxComoFuncionaNumero {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #01972B;
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    padding-top: 15px;
}
.boxComoFuncionaTexto {
	color: #01972B;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin-left: 18px;
    width: calc(100% - 100px);
}
.boxComoFuncionaTexto p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
    margin: 5px 0;
}
.vantagens {
	padding-top: 50px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 70%, rgba(248,248,248,1) 70%, rgba(248,248,248,1) 80%);
}
.boxVantagem {
	text-align: center;
	position: relative;
	border-radius: 20px;
	border: 1px solid #E2E0E0;	
	background: #FFF;
	padding: 100px 25px 25px 25px;
    height: 100%;
}
.boxVantagemImagem {
	width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid #E2E0E0;
    position: absolute;
    background: #FFF;
    padding-top: 35px;
    top: -75px;
    left: 50%;
    margin-left: -75px;
}
.boxVantagemImagem img {
	width: 74px;
	height: auto;
}
.boxVantagemTitulo {
	color: #01972B;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 15px;
}
.boxVantagemTexto p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}













/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.pretitulo {
		padding-top: 100px;
	}
	.hero h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.hero h1 br {
		display: none;
	}
	.boxSelecaoOpcaoAbasItem .form-control,
	.boxSelecaoOpcaoAbasItem .form-submit {
		width: 100%;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.boxSelecaoOpcaoNavItem {
		font-size: 16px;
	}
	img.heroImgTopo {
		margin-top: 0px;
	}
	.arte-patinhas1 {
		width: 60px;
	}
	.arte-gatinho1 {
		display: none;
	}
	.boxServicoItem {
		flex-wrap: wrap;
		padding: 15px 15px;
	}
	.boxServicoItemImagem img {
		width: auto;
		height: 50px;
	}
	.boxServicoItemNome {
		font-size: 16px;
		flex: 0 1 100%;
	}
	.boxServicoItemImagem {
		flex: 0 1 100%;
		width: 100%;
	}
	h2.titulo {
		font-size: 38px;
		line-height: 42px;
	}
	.boxBannerApp {
		padding: 50px 0;
		background-size: cover;
	}
	.bannerApp {
		margin: 100px 20px;
	}
	.conteudoBoxBannerApp{
		width: 100%;
	}
	.boxBannerApp p{
		padding: 0 40px;
		font-size: 18px;
	}
	.infoboxBannerApp {
		font-size: 18px;
		padding-left: 80px;
	}
	.infoboxBannerApp:before {
		width: 70px;
		top: 11px;
	}
	img.phonemockup1 {
		position: relative;
		width: 100%;
		height: auto;
		right: 0%;
		top: auto;
		max-height: 700px;
		bottom: auto;
	}
	.imgSaudeHome {
		margin-top: 40px;
	}
	img.imgSaudeHome2 {
		max-width: 75px;
		left: 15px;
	}
	img.imgSaudeHome3 {
		max-width: 280px;
		left: 0px;
	}
	.voceHome:before,
	.depoimentocao,
	.depoimentogato {
		display: none;
	}
	.arte-patinhas2 {
		bottom: -60px;
		width: 60px;
	}
	.rodape {
		text-align: center;
	}
	.contatoRodape {
		justify-content: center;
	}
	.social {
		float: none;
	}
	.footer {
		text-align: center;
	}
	.copyright {
		text-align: center;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.pretitulo {
		padding-top: 100px;
	}
	.hero h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.hero h1 br {
		display: none;
	}
	.boxSelecaoOpcaoAbasItem .form-control,
	.boxSelecaoOpcaoAbasItem .form-submit {
		width: 100%;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.boxSelecaoOpcaoNavItem {
		font-size: 16px;
	}
	img.heroImgTopo {
		margin-top: 0px;
	}
	.arte-patinhas1 {
		width: 60px;
	}
	.arte-gatinho1 {
		display: none;
	}
	.boxServicoItem {
		flex-wrap: wrap;
		padding: 15px 15px;
	}
	.boxServicoItemImagem img {
		width: auto;
		height: 50px;
	}
	.boxServicoItemNome {
		font-size: 16px;
		flex: 0 1 100%;
	}
	.boxServicoItemImagem {
		flex: 0 1 100%;
		width: 100%;
	}
	h2.titulo {
		font-size: 38px;
		line-height: 42px;
	}
	.boxBannerApp {
		padding: 50px 0;
		background-size: cover;
	}
	.bannerApp {
		margin: 100px 20px;
	}
	.conteudoBoxBannerApp{
		width: 100%;
	}
	.boxBannerApp p{
		padding: 0 40px;
		font-size: 18px;
	}
	.infoboxBannerApp {
		font-size: 18px;
		padding-left: 80px;
	}
	.infoboxBannerApp:before {
		width: 70px;
		top: 11px;
	}
	img.phonemockup1 {
		position: relative;
		width: 100%;
		height: auto;
		right: 0%;
		top: auto;
		max-height: 700px;
		bottom: auto;
	}
	.imgSaudeHome {
		margin-top: 40px;
	}
	img.imgSaudeHome2 {
		max-width: 75px;
		left: 15px;
	}
	img.imgSaudeHome3 {
		max-width: 280px;
		left: 0px;
	}
	.voceHome:before,
	.depoimentocao,
	.depoimentogato {
		display: none;
	}
	.arte-patinhas2 {
		bottom: -60px;
		width: 60px;
	}
	.rodape {
		text-align: center;
	}
	.contatoRodape {
		justify-content: center;
	}
	.social {
		float: none;
	}
	.footer {
		text-align: center;
	}
	.copyright {
		text-align: center;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.pretitulo {
		padding-top: 100px;
	}
	.hero h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.hero h1 br {
		display: none;
	}
	.boxSelecaoOpcaoAbasItem .form-control,
	.boxSelecaoOpcaoAbasItem .form-submit {
		width: 100%;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.boxSelecaoOpcaoNavItem {
		font-size: 16px;
	}
	.arte-patinhas1 {
		width: 60px;
	}
	.arte-gatinho1 {
		display: none;
	}
	.boxServicoItem {
		flex-wrap: wrap;
		padding: 15px 15px;
	}
	.boxServicoItemImagem img {
		width: auto;
		height: 50px;
	}
	.boxServicoItemNome {
		font-size: 16px;
		flex: 0 1 100%;
	}
	.boxServicoItemImagem {
		flex: 0 1 100%;
		width: 100%;
	}
	h2.titulo {
		font-size: 38px;
		line-height: 42px;
	}
	.boxBannerApp {
		padding: 50px 0;
		background-size: cover;
	}
	.bannerApp {
		margin: 100px 20px;
	}
	.conteudoBoxBannerApp{
		width: 100%;
	}
	.boxBannerApp p{
		padding: 0 40px;
		font-size: 18px;
	}
	.infoboxBannerApp {
		font-size: 18px;
		padding-left: 80px;
	}
	.infoboxBannerApp:before {
		width: 70px;
		top: 11px;
	}
	.imgSaudeHome {
		margin-top: 40px;
	}
	img.imgSaudeHome2 {
		max-width: 75px;
		left: 15px;
	}
	img.imgSaudeHome3 {
		max-width: 280px;
		left: 0px;
	}
	.voceHome:before,
	.depoimentocao,
	.depoimentogato {
		display: none;
	}
	.arte-patinhas2 {
		bottom: -60px;
		width: 60px;
	}
	.rodape {
		text-align: center;
	}
	.contatoRodape {
		justify-content: center;
	}
	.social {
		float: none;
	}
	.footer {
		text-align: center;
	}
	.copyright {
		text-align: center;
	}
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.voceHome:before,
	.depoimentocao,
	.depoimentogato {
		display: none;
	}
	.arte-patinhas2 {
		bottom: -60px;
		width: 60px;
	}
	.arte-patinhas1 {
		width: 60px;
	}
	.arte-gatinho1 {
		display: none;
	}
	.boxSelecaoOpcaoAbasItem .form-submit {
		width: 25%;
	}
	.boxSelecaoOpcaoAbasItem .form-control {
		width: 70%;
	}
	.pretitulo {
		padding-top: 140px;
	}


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

	
}

@media (min-width: 1300px) { 
	.hero {
		padding: 0 100px;
	}

}



