@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
html{
	scroll-behavior: smooth;
}
::-webkit-scrollbar-thumb {
	background-color: #000000;
}
::-webkit-scrollbar {
	width: 8px;
}
/*- GERAL -*/
body{
    font-family: 'Poppins', sans-serif;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
}
p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}
h2.titulo{
	font-size: 38px;
	line-height: 44px;
	color: #353535;
	margin-bottom: 20px;
	font-weight: 700;
	
}
h2.titulo span{
	color: #ec6608;
}
a.ctaPadrao2,
.ctaPadrao2{
	background: #ffcda7;
	color: #353535;
}
a.ctaPadrao2:hover,
.ctaPadrao2:hover{
	color: #CDE2FF;
}

/*- MENU -*/
header{
	position: absolute;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	transition: all 0.5s;
	background: transparent;
}
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: 280px;
}
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 5px;
    vertical-align: middle;
}
nav ul li a{
    padding: 10px 4px;
	position: relative;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}
nav ul li a.ctamenu1{
	padding: 15px 20px;
	color: #fff;
	font-weight: 600;
	margin-left: 0px;
	background: #ec6608;
	border-radius: 10px;
}
nav ul li a:hover,
nav ul li a.ativo{
	cursor: pointer;
	text-decoration: none;
	color: #353535;
}
nav ul li a.ctamenu1:hover{
	background: #000000;
	color: #fff;
}
.menuMobile{
	border: 0;
	border-radius: 0;
	padding: 8px;
	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: 40px;
    right: 30px;
}
.menuConteudo{
	padding: 60px 40px 40px 40px;
	height: 100%;
	background-color: #4ea0be;
}
.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.ctamenu1{
	margin-left: 0;
}
.boxResultado{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 25px;
	text-align: center;
}
.boxResultado h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #828282;
}
.boxResultado button{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #CFB44F;
	margin-top: 10px;
    border: none;
    background: none;
}
.boxResultado img{
	margin-right: 10px;
}


/*- TOPO -*/
.topo{
	background: #F8F9FD;
    padding-top: 40px;
    padding-bottom: 0px;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: rgb(0,0,0);
    background: linear-gradient(45deg, rgb(237 102 8) 0%, rgb(0 0 0) 100%);
}
.chamada h1{
	font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #fff;
}
.chamadahome {
    margin-top: 20px;
}
.chamada p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 30px;
}
a.ctaPadrao1{
    padding: 15px 30px;
    display: inline-block;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	color: #FFFFFF;
	background: #ec6608;
	box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
	border-radius: 10px;
	transition: all 0.5s;
	min-width: 200px;
	text-align: center;
}
a.ctaPadrao1:hover{
	text-decoration: none;
	background: #000000;
}
.conteudoTopo{
	position: relative;
}
.conteudoTopo1{
	max-width: 700px;
	width: 100%;
	height: auto;
}
img.carros{
    max-width: 500px;
	display: block;
	width: 100%;
	height: auto;
}
.conteudoTopo1 img{
	width: 100%;
	height:auto;
}
.cardTopo{
	background: #FFFFFF;
	box-shadow: 0px 11px 39px rgba(0, 0, 0, 0.07);
	border-radius: 17px;
	padding: 30px 15px 30px 15px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
    min-width: 400px;
    right: 0;
    width: 400px;
    float: right;
}
.cardTopo img{
    width: 80px;
	height: auto;
	margin-right: 10px;
}
.cardTopo h4{
	font-weight: 600;
    font-size: 17px;
    line-height: 20px;
	display: flex;
	align-items: center;
	color: #353535;
	margin-bottom: 0;
}


/*- SOBRE -*/
.cardSobre{
	position: absolute;
    margin-top: -60px;
    width: 100%;
}
.cardSobre .container{
	position: relative;
}
.sobre{
	padding: 130px 0 0px 0;
}
.sobre h2.titulo{
	margin-top: 50px;
}
.formContato{
	border-radius: 12px;
	padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 11px 39px rgb(0 0 0 / 7%);
}
.formContato h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	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: #000;
}
.campoInput input:focus + label {
	color: #000;
	-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: #ec6608;
	border-radius: 4px;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	position: relative;
}
.formsubmit:hover{
	background-color: #353535;
	text-decoration: none;
}
/*- PROTEÇÕES -*/
.servicosHome{
	text-align: center;
	margin: 120px 0 100px 0;
}
.boxServicos{
	display: flex;
	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
	z-index: 0;
	position: relative;
    margin-bottom: 50px;
}
.boxServ{
	padding: 70px 40px 25px 40px;
	width: 30%;
	height: 320px;
	position: relative;
	transition: all 0.2s;
	z-index: 0;
    background: #ec6608;
	border-radius: 20px;
	margin: 10px 10px;
}
.iconeBoxServ{
    background: #ffffff;
	border-radius: 15px;
	width: 96px;
	height: 96px;
	text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
	margin-bottom: 20px;
	transition: all 0.1s;
}
.iconeBoxServ img{
	text-align: center;
	transition: all 0.1s;
    width: 48px;
    filter: brightness(0) invert(0);
}
.boxServ h4{
	font-size: 20px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 5px;
}
.boxServ p{
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	height: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
	transition: all 0s;
}


/*- ASSISTÊNCIAS -*/
.assistencias{
	position: relative;
	padding: 80px 0 130px 0;
	text-align: center;
	background: #1d1d1b;
}
.boxCard{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	margin-bottom: 20px;
}
.boxCard img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 15px;
	max-width: 250px;
}
.boxCard h4{ 
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #1d1d1b;
    height: 35px;
    margin-bottom: 0;
}
.assistencias .boxCard img{
	filter: brightness(0) saturate(100%) invert(6%) sepia(81%) saturate(0%) hue-rotate(148deg) brightness(115%) contrast(91%);
	max-width: 150px;
}
.assistencias p{
	color: #ffffff;
}
.assistencias h2.titulo{
	color: #ffffff;
}

/*- DESCONTOS -*/
.descontos{
	padding: 80px 0 130px 0;
	position: relative;
	text-align: center;
	background: #ec6608;
}
.descontos h2.titulo,
.descontos p{
	color: #ffffff;
}

/*- RODAPÉ -*/
.rodape{
	background: #ec6608;
	padding: 70px 0 50px 0;
	margin-top: 0px;
	text-align: center;
	color: #000;
}
.rodape img.logoRodape{
	max-width: 180px;
	height: auto;
	width: 80%;
	margin-bottom: 10px;
}
.rodape p.sobrerodape{
	color: #000;
	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: 10px;
}
.social a{
    display: inline-block;
	margin: 10px;
}
.social a img{
	filter: brightness(0) invert(0);
}
.social a:hover{
	opacity: 0.7;
}
.rodape h5{
    font-weight: 700;
	font-size: 18px;
	line-height: 124.5%;
	color: #000;
	margin-bottom: 15px;
}
.rodape h6{
	text-align: center;
    margin: 30px 0 0 0;
    font-size: 14px;
}
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: #000;
	padding: 5px 0;
}
ul.menuFast li a:hover{
	color: #CDE2FF;
	text-decoration: none;
}
img.iconeContato,
.social a img{
	width: 100%;
	height: auto;
	max-width: 24px;
	margin-left: 10px;
	filter: brightness(0) invert(0);
}
.rodape a.ctaPadrao2{
    margin-bottom: 20px;
}
.rodape span{
	display: block;
	margin-bottom: 10px;
}

/* 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-pagination1,
.swiper-pagination2,
.swiper-pagination3{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: #ffffff !important;
	border-radius: 75px;
	opacity: 1;
	transition: all 0.2s;
	height: 9px;
	width: 9px;
}
.swiper-pagination-bullet-active{
	width: 48px;
	height: 9px;
	background: #ffffff !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto !important;
	left: auto;
	right: 100px;
}
.swiper-pagination1 .swiper-pagination-bullet {
	background: #4ea0be !important;
	width: 9px;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
	background: #4ea0be !important;
}



/* COTAÇÃO */
.topoCotacao{
	text-align: center;
	z-index: 2;
	position: relative;
	padding-bottom: 40px;
}
.burocracia{
	background-color: #111314;
	padding: 80px 0;
	position: relative;
	z-index: 0;
}
.burocracia .chamada h2{
	color: #fff;
    margin-top: 30px;
}
.burocraciaNao{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    margin-top: 15px;
}
.burocraciaNao img{
	margin-right: 10px;
    max-width: 40px;
	height: auto;
}
.burocracia img.img-responsive{
	max-width: 140px;
}
.formContato h2.titulo{
	font-size: 24px;
	line-height: 24px;
}
.obrigado{
	background: #000;
    padding-top: 120px;
    padding-bottom: 0px;
    position: relative;
	text-align: center;
	min-height: 100vh;
	color: #fff;
}
.obrigado .chamada h2{
	text-transform: none;
	font-weight: 500;
	font-size: 26px;
	margin: 40px 0;
}
.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;
	width:60px;
	height:60px;
	display:block;
	z-index:10000;
	transition: width 0.6s;
}
.zap2:hover{
	cursor: pointer;
	width:215px;
}



.protecaoVeicular {
	background-image: url(images/fundo1.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 100px 0;
	text-align: center;
}
img.imgprotecao {
	width: 100%;
	height: auto;
	max-width: 795px;
}
.protecaoVeicular h2.titulo{
    color: #ffffff;
    margin-bottom: 40px;
}
.descontosHome {
	background-image: url(images/fundo2.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 80px 0;
}
img.imgdedesconto {
	width: 100%;
	height: auto;
    max-width: 500px;
}
.semPd {
	padding: 0;
}
.boxDescoInfo {
	padding: 70px 0;
}
.descontosHome .boxCard {
    padding: 12px;
    height: auto;
    margin: 0 auto 30px auto;
    display: block;
    width: 100%;
    max-width: 150px;
}
.descontosHome h2.titulo{
    color: #ffffff;
    margin-bottom: 10px;
}
.descontosHome p{
	color: #ffffff;
	margin-bottom: 30px;
}
.aassistencia24H {
    background: linear-gradient(45deg, rgb(237 102 8) 0%, #FFC107 100%);
    text-align: center;
    padding: 100px 0;
	text-align: center;
	padding: 100px 0;
}
img.imgassistencia {
	width: 100%;
	height: auto;
}
.aassistencia24H h2.titulo{
    color: #000;
    margin-bottom: 10px;
}
.aassistencia24H p{
	color: #000000;
	margin-bottom: 30px;
}
.boxCardAssist {
    text-align: center;
	margin-bottom: 20px;
}
.boxCardAssistImg {
    border-radius: 100%;
    background-color: #000;
    width: 100px;
    display: block;
    height: 100px;
    margin: 0 auto;
}
.boxCardAssistImg img.imgCard {
	width: 100%;
	height: auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(3569%) hue-rotate(310deg) brightness(97%) contrast(92%);
}
.tituloCardAssist {
	font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    color: #000;
}
img.img-fluid {
	border-radius: 10px;
}

.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);
    }
}



/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.tabPlano {
		width: 300px;
	}
	.buttonTabPlano {
		line-height: 16px;
		height: 60px;
		width: 150px;
		padding: 13px 0;
	}
	.boxPlano{
		height: auto;
		margin-bottom: 30px;
	}
	.servicosHome{
		margin: 50px 0;
	}
	.boxServicos {
		padding: 30px 30px 30px 30px;
	}
	.boxServ{
		width: 100%;
		border: none;
		padding: 40px;
		height: 100%;
	}
	.boxServ:first-child, 
	.boxServ:nth-child(2n),
	.boxServ:nth-child(3n),
	.boxServ:nth-child(4n),
	.boxServ:nth-child(5n){
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	.boxServ:last-child{
		border: none;
	}
	.boxServ p{
		height: 100%;
		visibility: visible;
	}
	.conteudoTopo {
		margin-top: 40px;
	}
	.cardSobre {
		position: relative;
		margin-top: 0;
	}
	.conteudoTopo2 {
		right: 0px;
	}
	.conteudoTopo3 {
		position: absolute;
		left: 0px;
		top: 220px;
	}
	a.logo img{    
		max-width: 180px;
	}
	.menuConteudo nav ul li a.ctamenu1 {
		margin-bottom: 10px;
		display: inline-block;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.sobre {
		padding: 0px 0 0px 0;
	}
	.itemNumeroDestaque{
		margin-bottom: 20px;
	}
	.infocardPQ {
		max-width: 72%;
	}
	.indicar a.ctaPadrao1{
		display: inline-block;
		margin: 30px 0;
	}
	.bannerApp{
		padding: 45px 30px;
	}
	.bannerApp img.celular {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.fotoInstitucional .foto img {
		border-radius: 20px;
		margin-top: 40px;
	}
	.pageCotacao header{
		text-align: center;
		margin-bottom: 40px;
	}
	.topoCotacao {
		padding-top: 0;
		margin-top: -2px;
	}
	.pageCotacao .chamada h1 {    
		padding-top: 40px;
		font-size: 34px;
		line-height: 34px;
	}
	.conteudoTopo4{
		display: inline-block;
		max-width: 48%;
	}
	.burocracia{
		text-align: center;
	}
	.burocracia img{
		max-width: 140px;
	}
	.burocraciaNao{
		text-align: left;
	}
	.burocraciaNao img{
		max-width: 40px;
	}
	.fotoInstitucional{
		margin-top: 0;
	}
	.bannerApp img.copo{
		margin-top: 50px;
	}
	.numeros{
		margin-top: 0;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.tabPlano {
		width: 300px;
	}
	.buttonTabPlano {
		line-height: 16px;
		height: 60px;
		width: 150px;
		padding: 13px 0;
	}
	.boxPlano{
		height: auto;
		margin-bottom: 30px;
	}
	.servicosHome{
		margin: 50px 0;
	}
	.boxServicos {
		padding: 30px 30px 30px 30px;
	}
	.boxServ{
		width: 100%;
		border: none;
		padding: 40px;
		height: 100%;
	}
	.boxServ:first-child, 
	.boxServ:nth-child(2n),
	.boxServ:nth-child(3n),
	.boxServ:nth-child(4n),
	.boxServ:nth-child(5n){
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	.boxServ:last-child{
		border: none;
	}
	.boxServ p{
		height: 100%;
		visibility: visible;
	}
	.conteudoTopo {
		margin-top: 40px;
	}
	.cardSobre {
		position: relative;
		margin-top: 0;
	}
	.conteudoTopo2 {
		right: 0px;
	}
	.conteudoTopo3 {
		position: absolute;
		left: 0px;
		top: 220px;
	}
	a.logo img{
		max-width: 180px;
	}
	.menuConteudo nav ul li a.ctamenu1 {
		margin-bottom: 10px;
		display: inline-block;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.sobre {
		padding: 0px 0 0px 0;
	}
	.itemNumeroDestaque{
		margin-bottom: 20px;
	}
	.infocardPQ {
		max-width: 72%;
	}
	.indicar a.ctaPadrao1{
		display: inline-block;
		margin: 30px 0;
	}
	.bannerApp{
		padding: 45px 30px;
	}
	.bannerApp img.celular {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.fotoInstitucional .foto img {
		border-radius: 20px;
		margin-top: 40px;
	}
	.pageCotacao header{
		text-align: center;
	}
	.topoCotacao {
		padding-top: 0;
		margin-top: -2px;
	}
	.pageCotacao .chamada h1 {    
		padding-top: 40px;
		font-size: 34px;
		line-height: 34px;
	}
	.conteudoTopo4{
		display: inline-block;
		max-width: 48%;
	}
	.burocracia{
		text-align: center;
	}
	.burocracia img{
		max-width: 140px;
	}
	.burocraciaNao{
		text-align: left;
	}
	.burocraciaNao img{
		max-width: 40px;
	}
	.fotoInstitucional{
		margin-top: 0;
	}
	.bannerApp img.copo{
		margin-top: 50px;
	}
	.numeros{
		margin-top: 0;
	}
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.tabPlano {
		width: 300px;
	}
	.buttonTabPlano {
		line-height: 16px;
		height: 60px;
		width: 150px;
		padding: 13px 0;
	}
	.boxPlano{
		height: auto;
		margin-bottom: 30px;
	}
	.servicosHome{
		margin: 50px 0;
	}
	.boxServicos {
		padding: 30px 30px 30px 30px;
	}
	.boxServ{
		width: 100%;
		border: none;
		padding: 40px;
		height: 100%;
	}
	.boxServ:first-child, 
	.boxServ:nth-child(2n),
	.boxServ:nth-child(3n),
	.boxServ:nth-child(4n),
	.boxServ:nth-child(5n){
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	.boxServ:last-child{
		border: none;
	}
	.boxServ p{
		height: 100%;
		visibility: visible;
	}
	.conteudoTopo {
		margin-top: 240px;
	}
	.cardSobre {
		position: relative;
		margin-top: 0;
	}
	.conteudoTopo2 {
		right: 0px;
	}
	.conteudoTopo3 {
		position: absolute;
		left: 0px;
		top: 220px;
	}
	a.logo img{
		max-width: 130px;
	}
	.menuConteudo nav ul li a.ctamenu1 {
		margin-bottom: 10px;
		display: inline-block;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.sobre {
		padding: 0px 0 0px 0;
	}
	.itemNumeroDestaque{
		margin-bottom: 20px;
	}
	.infocardPQ {
		max-width: 72%;
	}
	.indicar a.ctaPadrao1{
		display: inline-block;
		margin: 30px 0;
	}
	.bannerApp{
		padding: 45px 30px;
	}
	.bannerApp img.celular {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.topo a.ctaPadrao1{
		margin-bottom: 30px;
	}
	.fotoInstitucional .foto img {
		border-radius: 20px;
		margin-top: 40px;
	}
	.pageCotacao header{
		text-align: center;
	}
	.topoCotacao {
		padding-top: 0;
		margin-top: -2px;
	}
	.pageCotacao .chamada h1 {
		padding-top: 20px;
	}
	.conteudoTopo4{
		max-width: 80%;
		margin-bottom: 0px;
	}
	.burocracia{
		text-align: center;
	}
	.burocracia img{
		max-width: 140px;
	}
	.burocraciaNao{
		text-align: left;
	}
	.burocraciaNao img{
		max-width: 40px;
	}
	.pageCotacao .conteudoTopo {
		margin-top: 0px;
	}
	.fotoInstitucional{
		margin-top: 0;
	}
	.numeros{
		margin-top: -100px;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.chamada p {
		margin-bottom: 15px;
	}
	.chamada h1 {
		font-size: 38px;
		padding-top: 10px;
	}
}

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

}