@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: #102739;
	--verdeclaro:#47bebb;
}
::-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: absolute;
	width: 100%;
	z-index: 1000;
	padding: 15px 0;
	background: transparent;
	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: 160px;
}
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 5px;
	position: relative;
	vertical-align: middle;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	font-family: 'Maven Pro';
	font-weight: 500;
}
nav ul li a:hover,
nav ul li a.ativo {
	cursor: pointer;
	text-decoration: none;
	filter: brightness(0) saturate(100%) invert(76%) sepia(13%) saturate(1705%) hue-rotate(129deg) brightness(85%) contrast(87%);
}
nav ul li a img{
	margin-right: 5px;
}

.hero {
	background: #102739;
	padding: 120px 0 50px 0;
	background-image: url(images/fundo.jpg);
}
.hero h1 {
	font-family: 'Maven Pro';
	font-weight: 500;
	font-size: 45px;
	line-height: 44px;
    letter-spacing: -0.05em;
	color: #FFFFFF;
    width: 100%;
    margin-top: 60px;
}
.hero h1 b {
	font-weight: 800;
	color: var(--verdeclaro);
}
.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: #ffffff;
	display: block;
	margin: 10px auto 20px 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: relative;
	z-index: 1;
    width: 100%;
    height: auto;
	margin-top: 100px;
}
.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: var(--verdeclaro);
	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;
}
.rodape{
	background: var(--verde);
	padding: 60px 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(76%) sepia(13%) saturate(1705%) hue-rotate(129deg) brightness(85%) contrast(87%);
}
.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;
}
.boxModalClosed{
	position: fixed;
	display: none;
    z-index: 10000;
	box-shadow: 0px 6px 13px 5px rgba(0,0,0,0.1);
    background: #efefef;
    padding: 0;
    border-radius: 18px;
	width: 100%;
	max-width: 450px;
	text-align: left;
}
.boxModalClosed.boxModalAberto{
	display: block
}
.menuWhats {
	width: 90%;
    top: 30vh;
	left: 50%;
	margin-left: -225px;
}
.headerModal {
	color: #fff;
	background-color: #24b060;
	text-align: center;
	padding: 10px 30px 10px 10px;
	position: relative; 
    border-radius: 18px 18px 0 0;
}
.fecharBoxModal {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.fecharBoxModal img {
	filter: brightness(0) invert(1);
	width: 20px;
	height: 20px;
} 
.menuWhats form {
	padding: 20px;
}
.menuWhats .form-control {
	margin-bottom: 10px;
}
.menuWhats .form-submit {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    padding: 0px;
    text-align: center;
    height: 45px;
    color: #fff;
    background: #24b060;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 8px;
    border: none;
}
.menuWhats .form-submit:hover {
	background: #112438;
}
.wrapmodal {
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.wrapmodal.wrapmodalaberto {
	display: block;
}
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;
}
.protecao {
	padding: 90px 0 120px 0;
	background-image: url(images/fundo1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 5;
	text-align: center;
}
.boxItem {
	background: #FFFFFF;
	border-radius: 20px;
	height: 100%;
	padding: 22px;
	text-align: center;
}
.boxItemImg {
	width: 80px;
	height: 80px;
    display: flex;
    align-items: center;
	margin: 0 auto;
}
.boxItem img {
	width: 100%;
	height: auto;
    max-width: 70px;
    max-height: 70px;
	filter: brightness(0) saturate(100%) invert(10%) sepia(63%) saturate(927%) hue-rotate(169deg) brightness(91%) contrast(91%);
}
.boxItemNome {
	font-family: 'Maven Pro';
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.5px;
	color: var(--verdeclaro);
}
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;
}
.assistencia {
	padding: 120px 0;
	background: #ffffff;
	position: relative;
	z-index: 4;
	text-align: center;
}
img.carro1 {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
h2.titulo span {
	color: var(--verdeclaro);
}
.protecao h2.titulo,
.protecao p {
	color: #ffffff;
}
.semPadding {
	padding: 0;
}
.boxAssistencia.boxItem {
    background: #47bebb;
}
.descontos {
	padding: 90px 0;
    background: #efefef;
	position: relative;
	z-index: 3;
	text-align: center;
}
.descontos .boxItem img {
	width: 100%;
	height: auto;
    max-width: 140px;
    max-height: none;
	filter: none;
}


/* 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;
	background-image: url(images/fundo2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.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;
}
.boxAssistencia img {
	max-width: 80px;
}
.boxAssistencia .boxItemNome {
	color: #151C15;
}
.boxItem.boxDesconto {
	padding: 5px;
}
.boxItem.boxDesconto img {
	border-radius: 5px;
}
a.ctaPadraoCenter {
    margin: 0 auto;
}

.padAssistBox {
	padding-left: 5px;
	padding-right: 5px;
}
.padDescBox {
	padding-left: 10px;
	padding-right: 10px;
}
.ctaHome{
	background: var(--verdeclaro);
	border-radius: 40px;
	padding: 100px 100px;
	position: relative;
	margin: 130px 0 100px 0;
}
.ctaHome h2{
	max-width: 50%;
}
.ctaHome p{
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 10px 0 20px 0;
	max-width: 50%;
}
.imgctaHome{
	position: absolute;
	bottom: 0;
	right: 80px;
}
.imgctaHome img{
	width: auto;
	height: 125%;
}
a.ctaPadrao1 {
	border: 2px solid var(--verde);
}







/* 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) { 
	.hero h1 {
		font-size: 36px;
		line-height: 36px;
		margin-top: 10px;
	}
	h2.titulo br {
		display: none;
	}
	h2.titulo {
		font-size: 32px;
		line-height: 32px;
	}
	.rodape {
		text-align: center;
	}
	.ctaHome {
		padding: 40px 40px 0 40px;
		text-align: center;
		margin: 0 0 100px 0;
	}
	.imgctaHome {
		position: relative;
		right: auto;
		margin-top: 40px;	
	}
	.imgctaHome img {
		width: 100%;
		height: auto;
	}
	.ctaHome h2 {
		max-width: 100%;
	}
	.ctaHome p {
		max-width: 100%;
	}
	.depoimentos {
		background-size: contain;
	}
	img.casalHero {
		margin-top: 0px;
	}
	.menuWhats {
		width: 90%;
		top: 30vh;
		left: 5%;
		margin-left: 0;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero h1 {
		font-size: 36px;
		line-height: 36px;
		margin-top: 10px;
	}
	h2.titulo br {
		display: none;
	}
	h2.titulo {
		font-size: 32px;
		line-height: 32px;
	}
	.rodape {
		text-align: center;
	}
	.ctaHome {
		padding: 40px 40px 0 40px;
		text-align: center;
		margin: 0 0 100px 0;
	}
	.imgctaHome {
		position: relative;
		right: auto;
		margin-top: 40px;	
	}
	.imgctaHome img {
		width: 100%;
		height: auto;
	}
	.ctaHome h2 {
		max-width: 100%;
	}
	.ctaHome p {
		max-width: 100%;
	}
	.depoimentos {
		background-size: contain;
	}
	img.casalHero {
		margin-top: 0px;
	}
	.menuWhats {
		width: 90%;
		top: 30vh;
		left: 5%;
		margin-left: 0;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.imgctaHome {
		right: -100px;
	}
	.ctaHome {
		padding: 100px 30px;
	}
	.ctaHome a.ctaPadrao {
		max-width: 250px;
	}
	img.casalHero {
		position: absolute;
		bottom: 0;
	}
	.hero h1,
	.hero p {
		width: 200%;
	}
	.depoimentos {
		background-size: contain;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	img.casalHero {
		position: absolute;
		bottom: 0;
	}
	.imgctaHome {
		right: -50px;
	}
	.depoimentos {
		background-size: contain;
	}
}

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