/* Banner */
.btn-banner {
    border-radius: 60px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 56px 12px 25px;
    background-color: var(--terciaria);
    color: var(--principal);
    box-shadow: 0px 0px 10px 0px yellow;
}
.banner_ctn .owl-nav { display: none !important; }
.bannerInfo_ctn .owl-nav {
	background: #FFF;
    color: var(--principal);
    border-radius: 200px;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 39px;
    height: 39px;
    font-size: 15px;
    transform-origin: center;
    transform: rotate(45deg);
    padding: 10px;
}
.btn-banner:hover {
	box-shadow: 0px 0px 20px 0px yellow;
}

/* Noticias */
._noticiasCtn {
	background-color: white;
	color: black;
}
._noticiasCtn .container {
	position: relative;
}
._noticiasCtn ._body h5 {
	font-weight: 600
}
._noticiasCtn ._body .btn-saibamais {
	background-color: var(--terciaria);
	color: white;
	font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px
}
._noticiasCtn ._body .btn-saibamais svg {
    top: -1px;
}
._noticiasCtn .owl-prev,
._noticiasCtn .owl-next {
	position: absolute;
	top: 50%;
	background: transparent !important;
}
._noticiasCtn .owl-prev { left: -80px }
._noticiasCtn .owl-next { right: -80px }
._noticiasCtn .owl-prev i,
._noticiasCtn .owl-next i {
	font-size: 16px;
    border: 2px solid black;
    border-radius: 200px;
    padding: 4px 17px;
}
._noticiasCtn .owl-nav[class*=owl-]:hover {
	background: transparent !important;
	color: transparent;
}
._noticiasCtn .owl-nav[class*=owl-]:hover i {
	background: transparent !important;
	border-color: var(--terciaria);
	color: var(--terciaria);
}

/* Agende */
._agendeCtn {
	background-color: var(--terciaria);
	color: white
}
._agendeCtn ._footer .btn-saibamais {
	background-color: black;
	color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
	font-weight: bold;
}
._agendeCtn ._footer .btn-saibamais svg {
    top: -1px;
}
/* Servicos */
._servicosCtn {
	background-color: white;
	color: black
}
._servicosCtn ._body .btn-vertodos {
	background-color: var(--terciaria);
	color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
	font-weight: bold;
}
._servicosCtn ._body .btn-vertodos svg {
    top: -1px;
}

/* Consórcio IVECO */
._consorcioCtn {
	min-height: 450px;
	background-color: black;
	background-image: url(/assets/img/consorcio.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
._consorcioCtn ._head h2 {
	font-size: 66px
}
._consorcioCtn ._body {
	font-size: 20px;
	font-weight: normal;
}
._consorcioCtn ._footer .btn-saibamais {
	background-color: var(--terciaria);
	color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
	font-weight: bold;
}
._consorcioCtn ._footer .btn-saibamais svg {
    top: -1px;
}

/* Ancive */
._anciveCtn {
	background-color: black;
	color: white;
}
._anciveCtn ._footer .btn-saibamais {
	background-color: var(--terciaria);
	color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
	font-weight: bold;
}
._anciveCtn ._footer .btn-saibamais svg {
    top: -1px;
}

/* Iveco Capital */
._ivecoCapitalCtn {
	background-color: white;
	color: black;
}
._ivecoCapitalCtn ._footer .btn-saibamais {
	background-color: black;
	color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
	font-weight: bold;
}
._ivecoCapitalCtn ._footer .btn-saibamais svg {
    top: -1px;
}

/* Usados */
._usadosCtn {
	background-color: var(--terciaria);
	color: white;
}
._usadosCtn ._footer .btn-saibamais {
	background-color: white;
	color: black;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
	font-weight: bold;
}
._usadosCtn ._footer .btn-saibamais svg {
    top: -1px;
}
._usadosCtn ._footer .btn-saibamais #seta polygon {
	fill: #000000
}


@media(max-width:575px) {
    header .affix-on {
        position: absolute !important;
        background-color: inherit;
    }

	._introducao_head {
		padding-bottom: calc(var(--recuo-aba-superior) + 10px);
	}
	._introducao_head ._logo {
		height: 100px;
	}
	._introducao_head ._logo:before {
		right: -32px;
	}
	._introducao_head ._superior {
		height: 30px;
	}
	._introducao_head ._inferior {
		height: 10px;
		top: 30px;
	}
	._vantagens ._imagem {
		position: relative !important;
		height: 250px;
	}
	._vantagens ._imagem:before {
		display: none;
	}
	._vantagens .owl-dots {
		left: 0px
	}
	._blog ._head ._titulo {
		font-size: 48px;
	}
	._faleconosco ._titulo {
		font-size: 38px
	}
	._faleconosco ._info:before {
		display: none;
	}
}