@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Maven+Pro:wght@400;500;700&display=swap');
html{
	scroll-behavior: smooth;
}
:root {
    --verde: #058C0F;
	--verdeclaro:#57F163;
	--verdeescuro: #014005;;
}
::-webkit-scrollbar-thumb {
	background-color: var(--verde);
}
::-webkit-scrollbar {
	width: 8px;
}
body{
	font-family: 'Inter', sans-serif;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
}
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	background: transparent;
	top: 0;
}
header.menufixo {
	background: var(--verde);
}
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: 215px;
}
nav{
	position: relative;
}
nav ul{
	padding: 0 0 0 0;
	list-style: none;
    padding-top: 10px;
	float: right;
}
nav ul li{
	display: inline-block;
	margin: 0px 10px;
    vertical-align: middle;
}
nav ul li a{
    padding: 5px 1px;
	position: relative;
	vertical-align: middle;
	font-size: 15px;
	line-height: 19px;
	color: var(--verdeescuro);
	font-family: 'Maven Pro';
	font-weight: 500;
}
nav ul li a.ctamenu1{
	padding: 10px 20px;
	background: var(--verde);
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid var(--verde);
	border-radius: 5px 0px;
}
header.menufixo nav ul li a.ctamenu1{
	background: var(--verdeescuro);
	border: 1px solid var(--verdeescuro);
}
header.menufixo nav ul li a {
	color: #ffffff;
}
header.menufixo nav ul li a img {
	filter: brightness(0) invert(1);
}
nav ul li a.ctamenu1 img{
	margin-right: 5px;
}
nav ul li a:hover,
nav ul li a.ativo {
	cursor: pointer;
	text-decoration: none;
	color: var(--verde);
}
header.menufixo nav ul li a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
nav ul li a img{
	margin-right: 5px;
}
nav ul li a:hover img,
nav ul li a.ativo img {
	filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(1292%) hue-rotate(102deg) brightness(97%) contrast(96%);
}
header.menufixo nav ul li a:hover img{
	filter: brightness(0) invert(0);
}
nav ul li a.ctamenu1:hover,
header.menufixo nav ul li a.ctamenu1:hover {
	color: var(--verde);
	background: #ffffff;
}
.menuMobile{
	border: 0;
	border-radius: 0;
	padding: 0px;
	cursor: pointer;
	float: right;
    background: none;
    margin-top: 8px;
}
.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: 40px;
    right: 30px;
}
.menuConteudo{
	padding: 40px 40px 40px 40px;
	height: 100%;
	background-color: var(--verde);
}
.menuConteudo a.logo img{
	max-width: 180px;
}
.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{
	margin-left: 0;
	color: #FFFFFF;
}
.menuConteudo nav ul li a img { 
	filter: brightness(0) invert(1);
}
.menuConteudo nav ul li a.ctamenu1 {
	background: var(--verdeescuro);
	border-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%;
}
.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-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;
}
.depoimentos {
	position: relative;
	text-align: center;
	padding: 120px 0 180px 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;
}
p{
	font-size: 16px;
	line-height: 22px;
	color: #828282;
}
h2.titulo{
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #353535;
}
.hero {
	background-image: url(images/hero.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 120px 0 0 0;
}
.hero h1 {
	font-family: 'Maven Pro';
	font-weight: 500;
	font-size: 45px;
	line-height: 44px;
    letter-spacing: -0.05em;
	color: #FFFFFF;
    width: 130%;
}
.hero h1 b {
	font-weight: 800;
}
.hero p {
	font-family: 'Inter';
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin: 30px 0;
}
.boxCotacao {
	background: #FFFFFF;
	box-shadow: 0px 18px 40px rgba(112, 144, 176, 0.12);
	border-radius: 12px;
	padding: 25px;
}
a.ctaWhats {
	font-family: 'Maven Pro';
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #014005;
	display: block;
	margin: 10px auto 60px auto;
}
a.ctaWhats img {
	margin-right: 7px;
}
a.ctaWhats:hover {
	filter: brightness(0) invert(1);
	text-decoration: none;
}
.heroConteudo {
	position: relative;
	z-index: 3;
}
img.casalHero {
    position: absolute;
    bottom: 0;
	z-index: 1;
    width: 125%;
    height: auto;
    left: -10%;
}
.campoInput {
	position: relative;
    display: block;
}
.campoInput label {
	color: #353535;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 21px;
	padding: 0 2px;
	pointer-events: none;
	background: #fff;
	transition: transform 100ms ease;
	transform: translateY(-10px);
}
.campoInput input {
    outline: none;
    border: 1px solid #a7a7a7;
    padding: 18px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
    height: 48px;
    width: 100%;
    margin: 5px 0px;
    font-size: 15px;
}
.campoInput input:invalid + label {
	transform: translateY(0);
}
.campoInput input:focus {
	border-color: #949494;
}
.campoInput input:focus + label {
	color: #949494;
	transform: translateY(-10px);
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto;
	width: 100%;
	margin: 5px auto 0 auto;
	color: #FFFFFF;
	background: #066B0E;
	border-radius: 15px;
	padding: 13px 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.formsubmit:hover{
	background-color: var(--verde);
	text-decoration: none;
}
.sobre {
	padding: 110px 0;
}
.boxSobreImg {
	position: relative;
}
.foto {
	margin-bottom: 30px;
}
.foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 200px 10px 60px;
}
.iconeSimbolo {
	background-image: url(images/simbolo.svg);
	background-size: cover;
	width: 245px;
	height: 254px;
	position: absolute;
	left: -60px;
	top: -60px;
}
.sobre h2.titulo {
	margin: 40px 0 25px 0;
}
h2.titulo span {
	color: var(--verdeclaro);
}
.sobre h2.titulo span {
	color: var(--verde);
}
.boxSobre {
	margin: 20px 0 0 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.boxSobreNumero {
	background: var(--verde);
	width: 70px;
	height: 70px;
	border-radius: 13px;
	font-weight: 700;
	font-size: 44px;
	line-height: 124.5%;
	color: #FFFFFF;
	text-align: center;
    padding-top: 6px;
}
.boxSobreTexto {
	margin-left: 20px;
	width: 80%;
}
.boxSobreTitulo {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 124.5%;
	color: #333333;
}
.boxSobreTexto p {
	margin-bottom: 0;
}
.protecao {
	padding: 90px 0 120px 0;
	background-image: url(images/fundo1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 5;
}
.protecao:before {
}
.assistencia {
	padding: 120px 0;
	background: #050B07;
	position: relative;
	z-index: 4;
	text-align: center;
}
.descontos {
	padding: 90px 0;
	background-image: url(images/fundo2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
	text-align: center;
}
.protecao h2.titulo,
.protecao p,
.assistencia h2.titulo,
.assistencia p,
.descontos p {
	color: #ffffff;
}
.boxItem {
	background: #FFFFFF;
	border-radius: 20px;
	height: 100%;
	padding: 22px;
	text-align: center;
}
.boxItem img {
	width: 100%;
	height: auto;
	max-width: 140px;
}
.boxItemNome {
	font-family: 'Maven Pro';
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.5px;
	color: #058C0F;
}
.boxAssistencia img {
	max-width: 80px;
}
.boxAssistencia .boxItemNome {
	color: #151C15;
}
.boxItem.boxDesconto {
	padding: 5px;
}
.boxItem.boxDesconto img {
	border-radius: 5px;
}
a.ctaPadrao {
	font-family: 'Maven Pro';
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #151C15;
	background: var(--verdeclaro);
	border: 1px solid var(--verdeclaro);
	border-radius: 30px;
	display: block;
	text-align: center;
    padding: 15px 10px;
	max-width: 300px;
}
a.ctaPadrao:hover {
	background: #ffffff;
	color: var(--verde);
	border-color: var(--verde);
	text-decoration: none;
}
a.ctaPadraoCenter {
    margin: 0 auto;
}
.imgCarro {
    position: absolute;
    width: 65vw;
    right: -10vw;
    bottom: -80px;
}
.imgCarro img {
	width: 100%;
	height: auto;
	max-width: 1098px;
}
.imgMapa  {
	position: absolute;
	left: 0;
    width: 35vw;
}
.imgMapa img {
	width: 100%;
	height: auto;
}
.padAssistBox {
	padding-left: 5px;
	padding-right: 5px;
}
.padDescBox {
	padding-left: 10px;
	padding-right: 10px;
}
.ctaHome {
	background-image: url(images/cta-bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 0 110px 0;
}
img.simboloCta {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 264px;
	margin-left: -50px;
}
.boxCtaHome p {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 20px 0;
}
.aplicativo {
	margin: 50px 0 120px 0;
	background-image: url(images/app-bg.webp);
	border-radius: 25px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 70px 50px;
	background-size: cover;
}
.aplicativo p {
	color: #000;
	margin: 40px 0;
	font-size: 18px;
	line-height: 36px;
}
.baixarApps a {
	text-decoration: none;
}
.baixarApps a img {
	width: 100%;
	height: auto;
	max-width: 160px;
}
.baixarApps a:hover {
	opacity: 0.8;
}
.imgAplicativo {
	position: absolute;
    top: -50px;
    right: 40px;
}
.contato {
	padding: 120px 0;
	text-align: center;
}
.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-family: 'Maven Pro';
	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: #3b3b3b;
}
.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(0deg);
	transition: all 0.2s;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 28px;
}
.sanfonaClean .card .btn-link.collapsed img{
    transform: rotate(180deg);
	filter: brightness(0) saturate(100%) invert(70%) sepia(6%) saturate(50%) hue-rotate(22deg) brightness(85%) contrast(83%);
}
.btn-link:hover{
    text-decoration: none;
}
.boxContato{
	padding: 40px 30px 20px 30px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-top: 50px;
	margin-right: 50px;
    text-align: left;
}
.boxContato form label{
	margin: 0 0 5px 15px;
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	color: #3B3B3B;
	text-align: left;
}
.boxContato form label.labelRadio{
	font-weight: 500;
    font-size: 14px;
    line-height: 15px;
	color: #969696;
    margin-left: 5px;
}
.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 input[type=radio]{
	margin-top: 10px;
	border: 0px;
    width: 20%;
    height: 1.5em;
	vertical-align: bottom;
}
.boxContato .formsubmit{
    cursor: pointer;
    height: auto;
    text-align: center;
    position: relative;
    width: 150px;
    display: block;
    font-family: 'Maven Pro';
    font-size: 16px;
    padding: 10px 30px 12px 30px;
    color: #ffffff;
    background: var(--verde);
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 500;
}
.boxContato .formsubmit:hover{
	text-decoration: none;
	background: var(--verdeclaro);
}
.mb25{
	margin-bottom: 20px;
}
.rodape{
	background: var(--verde);
	padding: 90px 0 40px 0;
}
.infoContato {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #F5F5F5;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #F5F5F5;
}
.infoContato img {
	width: 24px;
	height: auto;
	margin-right: 15px;
}
a.ctarod1{
    font-size: 16px;
    padding: 10px;
    color: var(--verde);
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
	margin: 10px auto;
	font-family: 'Maven Pro';
	font-weight: 500;
    max-width: 220px;
}
a.ctarod1:hover{
	background: var(--verde);
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.social {
	margin: 10px 0 20px 0;
}
.social a {
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	margin: 5px 5px;
}
.social a:hover {
	filter: brightness(0) saturate(100%) invert(68%) sepia(32%) saturate(4164%) hue-rotate(346deg) brightness(99%) contrast(96%);
}
.rodape p {
	margin: 35px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	max-width: 280px;
}
.rodape footer {
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
}
.rodape a.linkRodape {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #FFFFFF;
	display: block;
}
.contatoAssistencia {
	font-family: 'Maven Pro';
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
}
.contatoAssistencia span{
	font-size: 18px;
}
img.logoRod{
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	max-width: 215px;
}
footer {
	text-align: center;
	margin-top: 40px;
}
.semPad {
	padding: 0;
}
.whatsapp-open{
	position: fixed!important;
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #22cc60!important;
    background: none #25d366!important;
    color: #fff!important;
    border-radius: 50px!important;
    text-align: center!important;
    box-shadow: 1px 1px 5px #252525!important;
    z-index: 2147483647!important;
    opacity: 1!important;
    visibility: visible!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    transform: scale(1)!important;
    cursor: pointer!important;
    box-sizing: border-box!important;
	bottom: 30px;
    right: 30px;
}
.whatsapp-open{
    box-shadow: none !important;
}
.whatsapp-open img{
	position: relative;
	z-index: 10;
}
.whatsapp-open:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #25d366;
	background-color: #25d366;
    left: -2px;
    top: -2px;
    animation:circuloWhats1 4s infinite linear;
	z-index: 3;
}
@keyframes circuloWhats1{
    0%  {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    } 
}
.whatsapp-open:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #25d366;
    left: -2px;
    top: -2px;
    opacity: 0.2;
    animation: circuloWhats2 4s infinite linear;
	z-index: 3;
}
@keyframes circuloWhats2{
    0%  {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}



/* Obrigado */
.obrigado{
	background: var(--verde);
	text-align: center;
	height: 100%;
	min-height: 100vh;
	padding-top: 150px;
}
.obrigado img{
	margin-top: 50px
}
.obrigado h1{
	font-weight: 800;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 40px;
	text-align: center;
	margin-top: 60px;
	color: #ffffff;
}
.obrigado h2{
	font-weight: 500;
	margin-top: 0px;
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 40px;
	color: #ffffff;
}
a.ctaTY{
	width: 100%;
    display: block;
    max-width: 250px;
    margin: 40px auto;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    position: relative;
	background-color: #ffffff;
	color: var(--verde);
	border:1px solid #ffffff;
}
a.ctaTY:hover{
	color: #ffffff;
	background-color: var(--verde);
	text-decoration: none;
}







/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	img.casalHero {
		position: relative;
		width: 100%;
		left: 0%;
	}
	.imgCarro {
		width: 100vw;
		right: 0vw;
	}
	.hero h1 {
		font-size: 30px;
		line-height: 32px;
		width: 100%;
	}
	h2.titulo {
		font-size: 30px;
		line-height: 32px;
	}
	h2.titulo br,
	.protecao p br {
		display: none;
	}
	.imgMapa {
		position: relative;
		width: 100vw;
	}
	.protecao{
		text-align: center;
	}
	.padAssistBox {
		padding-left: 10px;
		padding-right: 10px;
	}
	img.simboloCta {
		max-width: 160px;
		margin: 0 auto 40px auto;
		text-align: center;
	}
	.ctaHome {
		text-align: center;
	}
	.boxContato {
		margin-right: 0px;
		margin-bottom: 60px;
	}
	a.ctaPadrao {
		margin: 0 auto;
	}
	.imgAplicativo {
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		height: auto;
		margin-top: 80px;
	}
	.imgAplicativo img {
		width: 100%;
		height: auto;
	}
	.aplicativo {
		background: var(--verdeclaro);
		padding: 50px 30px;
	}
	.baixarApps a img {
		max-width: 140px;
	}
	.aplicativo p {
		line-height: 26px;
	}
	.areaLogoRod {
		text-align: center;
	}
	.contatoAssistencia {
		margin: 30px 0;
	}
	.hero {
		background-position: left bottom;
	}
	a.ctaWhats {
		filter: brightness(0) invert(1);
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	img.casalHero {
		position: relative;
		width: 100%;
		left: 0%;
	}
	.imgCarro {
		width: 100vw;
		right: 0vw;
	}
	.hero {
		background-position: left bottom;
	}
	.hero h1 {
		font-size: 30px;
		line-height: 32px;
		width: 100%;
	}
	h2.titulo {
		font-size: 30px;
		line-height: 32px;
	}
	h2.titulo br,
	.protecao p br {
		display: none;
	}
	.imgMapa {
		position: relative;
		width: 100vw;
	}
	.protecao{
		text-align: center;
	}
	.padAssistBox {
		padding-left: 10px;
		padding-right: 10px;
	}
	img.simboloCta {
		max-width: 160px;
		margin: 0 auto 40px auto;
		text-align: center;
	}
	.ctaHome {
		text-align: center;
	}
	.boxContato {
		margin-right: 0px;
		margin-bottom: 60px;
	}
	a.ctaPadrao {
		margin: 0 auto;
	}
	.imgAplicativo {
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		height: auto;
		margin-top: 80px;
	}
	.imgAplicativo img {
		width: 100%;
		height: auto;
	}
	.aplicativo {
		background: var(--verdeclaro);
		padding: 50px 30px;
	}
	.baixarApps a img {
		max-width: 160px;
	}
	.aplicativo p {
		line-height: 26px;
	}
	.areaLogoRod {
		text-align: center;
	}
	.contatoAssistencia {
		margin: 30px 0;
	}
	a.ctaWhats {
		filter: brightness(0) invert(1);
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	img.casalHero {
		left: -70%;
		width: 170%;
	}
	.imgCarro {
		right: 0vw;
	}
	h2.titulo {
		font-size: 30px;
		line-height: 32px;
	}
	.imgAplicativo {
		width: 50%;
		height: auto;
		margin-top: 80px;
		right: -40px;
	}
	.imgAplicativo img {
		width: 100%;
		height: auto;
	}
	.aplicativo p {
		line-height: 24px;
	}
	.hero h1 {
		width: 170%;
	}
	a.ctaWhats {
		margin: 10px auto 15px auto;
		filter: brightness(0) invert(1);
	}
	h2.titulo br,
	.protecao p br {
		display: none;
	}
	.sobre h2.titulo {
		margin: 0px 0 25px 0;
	}
	.ctaHome {
		text-align: center;
		background-position: center right;
	}
	a.ctaPadrao {
		margin: 0 auto;
	}
	img.simboloCta {
		max-width: 160px;
		margin: 0 auto 40px auto;
		text-align: center;
	}
	.boxContato {
		margin-right: 0px;
	}
	.boxContato input[type=radio] {
		width: 30%;
		margin: 0 0 0 35%;
	}
	.boxContato form label.labelRadio {
		text-align: center;
		text-align: center;
		width: 100%;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.sobre h2.titulo {
		margin: 0px 0 25px 0;
	}
	.imgCarro {
		right: 0vw;
	}
	.imgAplicativo {
		width: 50%;
		height: auto;
		margin-top: 80px;
		right: -10px;
	}
	.imgAplicativo img {
		width: 100%;
		height: auto;
	}
	.hero h1 {
		width: 170%;
	}
	a.ctaWhats {
		margin: 10px auto 25px auto;
		filter: brightness(0) invert(1);
	}
	img.casalHero {
		left: -30%;
		width: 130%;
	}
	nav ul li a.ctamenu1 {
		padding: 10px 10px;
	}
	.menuEsp {
		display: none;
	}
	.boxItem.boxAssistencia {
		padding: 20px 5px;
	}
	.boxItem.boxAssistencia  .boxItemNome {
		font-size: 18px;
		line-height: 18px;
	}
	.ctaHome {
		background-position: -250px center;
		padding: 90px 0 90px 0;
	}
	.mb25 .col-md-4{
		padding: 5px 0;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.hero,
	.protecao {
		overflow: hidden;
	}
}