.zap2{
	position: fixed;
	right:15px;
	bottom:15px;
	background-image:url(images/btnzap.png);
	background-repeat:no-repeat;
	background-color:#00ec67;
	background-position: 8px 9px;
	border-radius:40px;
	height:60px;
	display:block;
	z-index:10000;
    box-shadow: 0px 18px 40px rgb(112 144 176 / 20%);
	cursor: pointer;
	width:60px;
	transition: width 0.6s;
}
.zap2:hover{
	cursor: pointer;
	width:215px;
}
.google2{
	position: relative;
	background-image:url(images/btngoogle.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position: 8px 9px;
	border-radius:40px;
	height:60px;
	display:block;
    width: 215px;
    box-shadow: 0px 18px 40px rgb(112 144 176 / 20%);
	cursor: pointer;
	margin: 20px 0;
}
.hero{
	background-image: url(images/hero.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 150px 0 70px 0;
}
.hero h1{
	font-style: italic;
	font-weight: 800;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -4px;
	text-transform: uppercase;
	color: #003399;
	transform: rotate(-2deg);
	font-family: 'Montserrat', sans-serif;
}
.hero h1 span{
	font-size: 85px;
	color: #2359E0;
}
.hero p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #353535;
	margin-top: 20px;
	margin-bottom: 20px;
}
.posRel{
	position: relative;
}
img.carros1{
	margin-top: 30px;
	width: 100%;
	height: auto;
}
img.ornamento{
	position: absolute;
	z-index: 0;
    right: -120px;
    top: 100px;
	max-width: 300px;
	width: 100%;
	height: auto;
}
a.ctaPadrao1{
    padding: 15px 30px;
    display: inline-block;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
	background: var(--azul);
	border-radius: 10px;
	min-width: 200px;
	text-align: center;
}
a.ctaPadrao1:hover{
	text-decoration: none;
	background: var(--amarelo);
}
a.ctaPadrao3{
	color: #000;
	background: var(--amarelo);
	margin-top: 30px;
}
a.ctaPadrao3:hover{
	background: #000000;
	color: #ffffff;
}
a.ctaPadrao1 img{
	margin-right: 5px;
}
.formContato{
	border-radius: 12px;
	position: relative;
	z-index: 5;
}
.formContato h3,
.formContato .titCotacao{
	text-align: center;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #070D15;
}
.campoInput {
	position: relative;
    display: block;
}
.campoInput label {
	color: #353535;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 26px;
	padding: 0 2px;
	pointer-events: none;
	background: #fff;
	-webkit-transition: -webkit-transform 100ms ease;
	-moz-transition: -moz-transform 100ms ease;
	-o-transition: -o-transform 100ms ease;
	-ms-transition: -ms-transform 100ms ease;
	transition: transform 100ms ease;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.campoInput input {
    outline: none;
    border: 1px solid #a7a7a7;
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
    height: 55px;
    width: 100%;
    margin: 8px 0px;
    font-size: 14px;
}
.campoInput input:invalid + label {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.campoInput input:focus {
	border-color:var(--azul);
}
.campoInput input:focus + label {
	color: var(--azul);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto;
	width: 100%;
	margin: 8px auto 0 auto;
	color: #FFFFFF;
	background: var(--azul);
	border-radius: 10px;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	font-weight: 700;
}
.sobre{
	padding: 90px 0 60px 0;
	background: var(--azul);
	text-align: center;
}
h2.titulo{
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 48px;
    line-height: 46px;
	letter-spacing: -1px;
	color: #070D15;
}
h2.titulo span{
	color: var(--azul);
}
h2.titulosuper{
	font-family: 'Raleway';
	font-weight: 700;
    font-size: 56px;
    line-height: 56px;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-top: 40px;
}
.sobre p{
	color: #FFFFFF;
}
.sobre h2.titulo{
	color: #FFFFFF;
}
.boxCard{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	margin-bottom: 20px;
    text-align: center;
    border: 1px solid #efefef;
}
.boxCard img{
	width: 100%;
	height: auto;
    border-radius: 15px;
	margin-bottom: 15px;
	max-width: 250px;
}
.boxCard .titAssist{ 
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    height: 35px;
    margin-bottom: 0;
}
.assistencia .boxCard img{
	filter: brightness(0) saturate(100%);
	max-width: 150px;
}
.assistencia .boxCard p{
	font-weight: 500;
	font-size: 26px;
	line-height: 70px;
	text-align: center;
	letter-spacing: -1px;
	color: #070D15;
}
.protecoes{
	padding: 80px 0;
	text-align: center;
}
.protecoes p{
	margin: 20px 0 50px 0;
}
.assistencia{
	padding: 100px 0 100px 0;
	background: #2359E0;
}
.boxProte{
	background: #FFFFFF;
	box-shadow: 0px 18px 40px rgba(112, 144, 176, 0.12);
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 25px;
}
.boxProte img{
	width: 100%;
	height: auto;
	max-width: 110px;
}
.boxProte .titProt{
	font-weight: 600;
    font-size: 22px;
    line-height: 22px;
	text-align: center;
	letter-spacing: -1px;
	color: #070D15;
	margin-top: 15px;
	height: 45px;
}
img.carros2{
	width: 100%;
	height: auto;
}
.assistencia p{
	margin-top: 20px;
}
.descontos{
	padding: 80px 0 80px 0;
	position: relative;
	text-align: left;
	background-color: #ffffff;
}
.assistencia h2.titulo,
.assistencia p{
	color: var(--branco);
	margin-bottom: 20px;
}
.descontos .boxCard {
	padding: 0;
}
.boxInfoSlideGrupo{
	display: flex;
    flex-wrap: wrap;
	width: 60vw;
}
.boxInfoSlide{
	background: #2259e0;
    border-radius: 15px;
    padding: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -1px;
    color: #ffffff;
    width: 30%;
    margin-right: 15px;
}
.boxInfoSlide span{
	font-weight: 700;
}
.diferenciais{
	padding-top: 80px;
    background: #1b49bc;
}
.diferenciais h2.titulo{
	color: #ebebeb;
}
.cardDiferencial{
	border: 3px solid #ebebeb;
    border-radius: 30px;
    padding: 20px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
	max-width: 450px;
	color: #ebebeb;
}
.cardDiferencial img{
	width: 15%;
	height: auto;
	margin-left: 5%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(84%) saturate(51%) hue-rotate(204deg) brightness(115%) contrast(84%);
}
.cardDiferencial .titDifere{
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #ebebeb;
	width: 75%;
	margin-left: 5%;
	margin-bottom: 0;
}
.diferenciais h2.titulo {
    font-size: 40px;
}
img.diferencialmodelo{
	width: 100%;
	height: auto;
}
.diferenciais a.ctaPadrao1{
    margin-top: 30px;
}
.depoimentos{
	position: relative;
	padding: 100px 0 150px 0;
	background: #F4F6F8;
}
.depoimentos p{
	margin-bottom: 30px;
}
.boxDepo{
    background: #FFFFFF;
	border-radius: 19px;
	padding: 50px 25px;
}
.boxDepo .titDepo{
    font-weight: 700;
	font-size: 16px;
	line-height: 13px;
	color: #2359E0;
    margin-bottom: 10px;
}
.boxDepo .titDepo span{
    font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #353535;
}
.boxDepo p{
	text-align: left;
	margin-bottom: 0;
}
.rodape{
	background: #2359E0;
	padding: 60px 0 60px 0;
	margin-top: 0px;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.rodape img.logoRodape{
    max-width: 200px;
	height: auto;
	width: 80%;
	margin-bottom: 10px;
}
.rodape p.sobrerodape{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	width: 80%;
}
.rodape p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.social{
    margin-top: 20px;
}
.social a{
    display: inline-block;
	margin: 10px ;
}
.rodape .titRodape{
    font-weight: 700;
	font-size: 18px;
	line-height: 124.5%;
	color: #FFFFFF;
	margin-bottom: 15px;
}
ul.menuFast{
    list-style: none;
	padding: 0;
}
ul.menuFast li{
    margin-bottom: 5px;
	display: block;
}
ul.menuFast li a{
    font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 5px 0;
}
ul.menuFast li a:hover{
	color: #CDE2FF;
	text-decoration: none;
}
img.iconeContato{
	width: 100%;
	height: auto;
	max-width: 24px;
	margin-left: 10px;
}
.social{
	margin-top: 10px;
}
.social a img{
	width: 100%;
	height: auto;
	max-width: 55px;
	margin-left: 10px;
}
.social a:hover img{
	background: var(--amarelo);
	border-radius: 100%;
}
.rodape a.ctaPadrao2{
    margin-bottom: 20px;
}
.rodape a.ctamenu1{
	padding: 15px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	display: block;
	margin: 7px 0;
	text-align: center;
}
.rodape a.ctamenu2{
	padding: 15px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--azul);
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #ffffff;
	display: block;
	margin: 7px 0;
	text-align: center;
}
.rodape .ctamenu1:hover,
.rodape .ctamenu2:hover{
	background: var(--amarelo);
	border-color: var(--amarelo);
	color: #ffffff;
	text-decoration: none;
}
.footer{
	width: 100%;
	background: #1B49BC;
	color: #ffffff;
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
}
.footer a{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: 30px;
	display: inline-block;
}
.footer .titRodape2{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 0;
}
.contatoRod{
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	color: #FFFFFF;
}

/* Swiper */
.areaSwiper{
	width: 100%;
	position: relative;
    padding: 0px 0px;
	background-color: transparent;
	margin-top: 40px;
}
.swiperControles{
	display: block;
	position: absolute;
	bottom: -60px;
	right: 50px;
	height: 30px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3{
	left: auto;
	right: 60px;
}
.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3{
	right: 0px;
}
.swiper-button-prev2 img,
.swiper-button-next2 img{
	filter: brightness(0) invert(1);
}
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: #3A3A3C !important;
	border-radius: 75px;
	opacity: 1;
	transition: all 0.2s;
	height: 9px;
	width: 9px;
}
.swiper-pagination-bullet-active{
	width: 48px;
	height: 9px;
	background: #3A3A3C !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto !important;
	left: auto;
	right: 100px;
}
.topoPage{
	padding: 120px 0 30px 0;
	background: var(--azul);
}
.topoPage h1{
	font-weight: 700;
	font-size: 40px;
    line-height: 46px;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-transform: uppercase;
}
img.capaPage{
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-top: -30px;
}
.areaBoxValores{
	background: var(--azul);
	padding: 70px 0;
}
.boxValores{
	background: var(--amarelo);
	padding: 30px;
	border-radius: 20px;
	height: 100%;
}
.boxValores h3{
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}
.boxValores p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
}
.institucional p{
	margin: 40px 0;
	text-align: center;
}
.contatoItem{
	font-weight: 600;
	font-size: 22px;
	line-height: 42px;
	letter-spacing: -2px;
	color: #353535;
	margin: 40px 20px 10px 20px;
	display: inline-block;
}
.contatoItem img{
	margin-right: 20px;
	max-width: 40px;
	height: auto;
}
.institucional form label{
    margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #353535;
	text-align: left;
}
.institucional form label.labelRadio{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.institucional .form-control{
	background: #F0F1F2;
	border-radius: 5px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
	font-size: 12px;
	margin-bottom: 25px;
}
.institucional textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
}
.institucional input[type=radio]{
	margin-top: 10px;
	border: 0px;
    width: 30%;
    height: 1.5em;
	vertical-align: bottom;
}
.institucional form{
	margin: 30px 0 100px 0;
}
.institucional .formsubmit{
	max-width: 400px;
	margin: 0 auto;
}
.galeriaimg{
    padding-right: 7px;
    padding-left: 7px;
}
.hovergaleria{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/icone-zoom.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.galeriaImagem{
    height: 200px;
    border-radius: 30px;
	margin-top: 10px;
}
.galeriaImagem:hover .hovergaleria{
	display: block;
	cursor: pointer;
}
.foto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.fotosGaleria{
	padding: 10px 0 100px 0;
}






/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	img.ornamento{
		right: 0;
	}
	.hero h1 span {
		font-size: 48px;
	}
	.hero h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.cardSobre{
		position: relative;
		background: var(--azul);
		padding-top: 30px;
		margin-top: 0;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.cardTopo .titSobreCard br{
		display: none;
	}
	h2.titulosuper {
		font-size: 40px;
		line-height: 42px;
		margin: 0 0 20px 0;
	}
	.assistencia{
		padding: 0 0 80px 0;
	}
	.assistencia a.ctaPadrao1{
		margin-top: 100px;
	}
	.boxInfoSlide {
		width: 100%;
		margin-bottom: 10px;
	}
	.rodape{
		text-align: center;
	}
	.social,
	.contatoRod{
		margin-bottom: 30px;
	}
	.footer{
		text-align: center;
	}
	.footer .titRodape2{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.boxValores {
		height: auto;
		margin-bottom: 20px;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	img.ornamento{
		right: 0;
	}
	.hero h1 span {
		font-size: 48px;
	}
	.hero h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.cardSobre{
		position: relative;
		background: var(--azul);
		padding-top: 30px;
		margin-top: 0;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.cardTopo .titSobreCard br{
		display: none;
	}
	h2.titulosuper {
		font-size: 40px;
		line-height: 42px;
		margin: 0 0 20px 0;
	}
	.assistencia{
		padding: 0 0 80px 0;
	}
	.assistencia a.ctaPadrao1{
		margin-top: 100px;
	}
	.boxInfoSlide {
		width: 100%;
		margin-bottom: 10px;
	}
	.rodape{
		text-align: center;
	}
	.social,
	.contatoRod{
		margin-bottom: 30px;
	}
	.footer{
		text-align: center;
	}
	.footer .titRodape2{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.boxValores {
		height: auto;
		margin-bottom: 20px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	img.ornamento{
		right: 0;
	}
	.hero h1 span {
		font-size: 48px;
	}
	.hero h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.cardSobre{
		position: relative;
		background: var(--azul);
		padding-top: 30px;
		margin-top: 0;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.cardTopo .titSobreCard br{
		display: none;
	}
	h2.titulosuper {
		font-size: 40px;
		line-height: 42px;
		margin: 0 0 20px 0;
	}
	.assistencia{
		padding: 0 0 80px 0;
	}
	.assistencia a.ctaPadrao1{
		margin-top: 100px;
	}
	.boxInfoSlide {
		width: 100%;
		margin-bottom: 10px;
	}
	.rodape{
		text-align: center;
	}
	.social,
	.contatoRod{
		margin-bottom: 30px;
	}
	.footer{
		text-align: center;
	}
	.footer .titRodape2{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.boxValores {
		height: auto;
		margin-bottom: 20px;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hero h1 span {
		font-size: 55px;
	}
	.hero h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.diferenciais h2.titulo {
		font-size: 32px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	

}

















