/*********************************************/
/********** HOMEPAGE BANNER SECTION **********/
/*********************************************/

.hp-banner {
	height: 0;
	padding-top: 38%;
    position: relative;
}


@media(min-width: 768px) {
    .hp-banner {
        padding-top: 40.72%;
    }
}

@media(min-width: 992px) {
	.hp-banner {
		padding-top: 38%;
	}
}

.hp-banner.hp-banner2,
.hp-banner.hp-banner3 {
	min-height: 630px;
    position: relative;
}

.hp-banner.hp-banner2 .container,
.hp-banner.hp-banner3 .container{
	height: 100%;
}


@media(min-width: 768px) {
    .hp-banner {
        padding-top: 40.72%;
    }
}

@media(min-width: 992px) {
	.hp-banner {
		padding-top: 38%;
	}
}

.flex_banner3{
	display: flex;
}
/********** IMAGE **********/

.hp-banner .image {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.hp-banner .image::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(43,39,39, .35) 45%, rgb(43,39,39) 100%);
	pointer-events: none;
	z-index: 2;
}

.hp-banner .image img {
	aspect-ratio: 1064 / 632;
	position: relative;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	/* IE */
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
}

@media(max-width: 767px) {
	.hp-banner .image img {
		aspect-ratio: 320/ 394;
	}
}

@supports(mix-blend-mode: multiply) {
	.hp-banner .image::before {
		mix-blend-mode: multiply;
		opacity: 1;
	}
	
	.hp-banner .image img {
		width: 100%;
		/*height: 100%;*/
		object-fit: cover;
		position: static;
		transform: none;
	}
}

@media(min-width: 768px) {
    .hp-banner .image.off-bg::before {
        opacity: 0;
        display: none;
    }
	.hp-banner .image::before {
		background: linear-gradient(-131deg, transparent 23%, rgba(43,39,39, .35) 45%, rgb(43,39,39) 100%);
	}
}

/* @media(min-width: 768px) {
	.hp-banner .image img:first-of-type {
		display: block;
	}
	.hp-banner .image img:last-of-type {
		display: none;
	}
} */
@media(max-width: 767px) {
	.hp-banner {
		height: auto;
		padding-top: 0;
	}
	.hp-banner .image {
		position: relative;
		height: 340px;
	}
	.hp-banner .image::before {
		background: linear-gradient(-95deg, transparent 0%, rgba(43,39,39, 0.35) 45%, rgb(43,39,39) 100%);
	}
	/*.hp-banner .image img:first-of-type {
		display: none;
	}
	 .hp-banner .image img:last-of-type {
		display: block;
	} */

	.hp-banner3 .flex_banner3{
		flex-wrap: wrap;
	}
	.hp-banner3 .marcacao-hp{
		order: 2;
	}
	.hp-banner3 .image {
		width:100%;left:0
	}
	
}

@media(min-width: 768px) and (max-width: 1024px)  {
	.barra-google:first-of-type {
		width: 70%;
	}
}

@media(min-width: 1024px) {
	.barra-google:first-of-type {
		max-width: 660px;
	}
	.hp-banner3 .image {
		width:calc(100% - 600px);left:auto
	}
}

/********** DESCRIPTION **********/

.hp-banner .container.container-fluid {
	position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    left: 0;right: 0;
	margin: auto;
	z-index: 2;
}
@media(max-width: 767px) {
	.hp-banner .container.container-fluid {
		position: absolute;
		bottom: 120px;
		top: auto;
		transform: none;
		
	}

	.hp-banner.hp-banner2 .container.container-fluid,
	.hp-banner.hp-banner3 .container.container-fluid {
		bottom: 15px;
	}
}
.hp-banner .description {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
}
.hp-banner .row {
	margin: 0;
}


.hp-banner .row p {
    font-family: var(--font-family-1);
	font-size: 2.594rem;
	font-weight: 800;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	text-align: left;
	color: #ffffff;
	margin-bottom: 0;
}

.hp-banner .row p strong{
	color:var(--red)
}

.barra-google{
	position: absolute;
	bottom: -25px;
	right: 0;
	z-index: 8;
}
/* @media(min-width: 768px) {	
	.barra-google:first-of-type{
		display: block;
	}
	.barra-google:last-of-type{
		display: none;
	}
} */
@media(max-width: 767px) {	
	.hp-banner2 .description,
	.hp-banner3 .description {
		width: auto;
		max-width: 100%;
		position: absolute;
		bottom: 0;
		margin: 0 auto;
	}

	.hp-banner2 .description p,
	.hp-banner3 .description p {
		font-size:24px
	}

	/* .barra-google:first-of-type{
		display: none;
	} */
	.barra-google:last-of-type{
		/* display: block; */
		margin: auto;
		left: 0;
		width: calc(100% - 40px);
		z-index: 98;
		aspect-ratio: 390 / 177;
		
	}
}



/********** HOMEPAGE MARCAÇÃO **********/
.marcacao-hp{
	position: absolute;
	top: 0;
	left: 0;
	background: #2b2727;
	height: 100%;
	z-index: 9;
	padding: 90px 95px;
	max-width: 600px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.hp-banner .marcacao-hp .row{
	/* margin-right: -15px;
	margin-left: -15px; */
	margin-right: -5px;
	margin-left: -5px;
}

.marcacao-hp .description p {
	font-size: 1.875rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 0;
}


.marcacao-hp .description strong{
	color: var(--red);
}

.marcacao-hp .subtitle {
	font-size: 1.063rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	color: #9e9d9d;
	margin: 20px 0;
}
.marcacao-hp .subtitle span{
	color: white
}

.marcacao-hp .form.row > div{
    padding: 5px 8px;
}

.marcacao-hp .form .check_href a{
	padding: 14px 0 17px;
	/*opacity: .5;*/
}

.marcacao-hp .form .check_href a:hover,
.marcacao-hp .form .check_href.active a{
	opacity: 1;
}

.marcacao-hp .form .input-wrapper {
    padding-top: 8px;
    position: relative;
}


.marcacao-hp .form input[type='checkbox'] {
    display: none;
}
.marcacao-hp .form input[type='checkbox'] + label {
	background-color: white;
	margin-bottom: 0;
}


.marcacao-hp .form input[type='checkbox'] + label::before{
    content: "";
    position: absolute;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.marcacao-hp .form input[type='checkbox']:checked + label::before {
    opacity: 1;
}

.marcacao-hp .form input[type='checkbox'] + label + label{
	color:#ffffff;
}

.marcacao-hp .form input,
.marcacao-hp .form select {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: 400;
	color: var(--grey);
	line-height: 1;
	width: 100%;
	padding: 15px 0;
    border: none;
    resize: none;
	transition: var(--transition);
}
.marcacao-hp .form input.not-filled,
.marcacao-hp .form textarea.not-filled {
    border-bottom: 1px solid var(--warning);
}

.marcacao-hp .form .check_href{
	transition: var(--transition);
	
}

.marcacao-hp .form .opcao{
	margin-top: 8px;
}

.marcacao-hp .form select {
	line-height: 1.4;
}

.marcacao-hp .button-link{
	width: 100%;
	text-align: center;
}

.lockmarcacao .marcacao-hp{
	z-index: 20;
}

@media(max-width:767px){
	.marcacao-hp{
		position: relative;
		padding: 16px 30px 175px;
		background-color: #000000;
	}
	.marcacao-hp .subtitle {
		margin: 15px 0;
		font-size: 14px;
	}
}

@media(min-width:768px) and (max-width:992px){
	.marcacao-hp{
		padding: 86px 34px;
    	max-width: 53%;
	}
	.marcacao-hp .subtitle {
		margin: 15px 0;
	}

	.hp-banner.hp-banner2,
	.hp-banner.hp-banner3 {
		min-height: 580px;
	}
	.barra-google {
		z-index: 9;
		right: 15px;
	}

	.marcacao-hp .form .check_href a{
		font-size: 12px;
		padding: 15px 0 15px;
	}
}

@media(min-width:922px) and (max-width:1024px){
	.marcacao-hp{
		padding: 86px 54px;
    	max-width: 50%;
	}
	.marcacao-hp .subtitle {
		margin: 15px 0;
	}

	.hp-banner.hp-banner2,
	.hp-banner.hp-banner3 {
		min-height: 580px;
	}
	.barra-google {
		z-index: 9;
		right: 15px;
	}

	.marcacao-hp .form .check_href a{
		font-size: 12px;
		padding: 15px 0 15px;
	}
}

.revisao_simulador .info img {
    display: inline-block;
    vertical-align: top;
    opacity: .25;
    position: absolute;
    top: -10px;
    right: -22px;
    width: 18px;
}

.oficinas-auto .campos div.check_href{
	opacity: 1;
}

/************************************/
/********** HOMEPAGE PROMO **********/
/************************************/

.hp-promo{
	margin: 80px 0 100px;
}

.hp-promo3{
	margin: 0px 0 100px;
}

.hp-promo .row{
	margin-right: -20px;
    margin-left: -20px;
}

.hp-promo.hp-promo3 .row{
	margin-right: -15px;
    margin-left: -15px;
}

.hp-promo.hp-promo2 .revisao_simulador .selo{
	display: block;
	z-index: 99;
}

.hp-promo2 .col-md-6.revisao_simulador{
	background: #2b2727;
	margin-bottom: 30px;
}

@media(min-width:1400px){
	.hp-promo .col-md-6{
		max-width: 640px;
		flex: 0 0 640px;
		padding-right: 20px;
		padding-left: 20px;
		position: relative;
	}

	.hp-promo3 .col-md-6{
		padding-right: 15px;
		padding-left: 15px;
	}

	.hp-promo2 .col-md-6{
		max-width: 680px;
		flex: 0 0 680px;
		padding-right: 20px;
		padding-left: 20px;
		position: relative;
	}

	.hp-promo2 .form .col-md-6{
		max-width: 50%;
		flex: 0 0 50%;
	}


}

/* 
@media(min-width:1024px){
	
	.hp-promo .col-md-6 img:first-of-type,
	.hp-promo .col-md-6 .slide img:first-of-type{
		display: block;
	}
	.hp-promo .col-md-6 img:last-of-type,
	.hp-promo .col-md-6 .slide img:last-of-type{
		display: none;
	}
} */


@media(max-width:1023px){
	.hp-promo:not(.hp-promo2) .col-md-6:first-of-type,
	.hp-promo:not(.hp-promo2) .col-md-12:first-of-type,
	.hp-promo:not(.hp-promo2) .col-xs-12:first-of-type{
		margin-bottom: 40px;
	}
	/* .hp-promo .col-md-6 img:first-of-type, 
	.hp-promo .col-md-6 .slide img:first-of-type,*/
	.hp-promo .col-md-12 img:first-of-type,
	.hp-promo .col-md-12 .slide img:first-of-type
	/* .hp-promo .col-xs-12 img:first-of-type,
	.hp-promo .col-xs-12 .slide img:first-of-type*/
	{ 
		display: none;
	}
	/* .hp-promo .col-md-6 img:last-of-type, 
	.hp-promo .col-md-6 .slide img:last-of-type,*/
	.hp-promo .col-md-12 img:last-of-type,
	.hp-promo .col-md-12 .slide img:last-of-type
	/* .hp-promo .col-xs-12 img:last-of-type,
	.hp-promo .col-xs-12 .slide img:last-of-type*/
	{	 
		display: block;
		width: 100%;
	}
}

@media (min-width: 768px){
	.hp-promo .revisao .col-md-5 {
		padding-right: 20px;
	}
	.hp-promo.hp-promo3 .container-xl2 .col-md-6:first-child{
		padding: 0;
	}
	.hp-promo.hp-promo3 .container-xl2 .col-md-6{
		max-width: 50%;
		flex: 0 0 50%;
	}
}


.hp-promo.hp-promo2 .revisao_simulador .selo{
	display: block;
	z-index: 99;
	width: auto;
}
.hp-promo.hp-promo2 .revisao_simulador .info img{
	display: inline-block;
	z-index: 99;
}


.hp-promo .slider{
	margin: 0;
	padding-bottom: 30px;
}

.hp-promo .slider img{
	width: 100%;
}

.hp-promo .slick-dots {
	bottom: 0;
	margin: 0 -20px;
	list-style: none;
}

.hp-promo .slick-dots li {
	width: 7px;
	height: 7px;
	margin: 0 11px;
}

.hp-promo .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    outline: none;
	background: #2b2727;
	opacity: .2;
	border-radius: 50%;
}

.hp-promo .slick-dots li.slick-active button{
	background: var(--red);
	opacity: 1;
}

@media(max-width:767px){

	
	.revisao_simulador{
		padding:0
	}
	.revisao_simulador .revisao{
		padding: 25px 35px 40px;
	}

	.hp-promo.hp-promo2 .revisao_simulador .info img{
		width: 20px;
	}

	.hp-promo.hp-promo2 .slider{
		margin-bottom: 40px;
	}

	.hp-promo.hp-promo2 .revisao_simulador .selo{
		bottom: 28px;
	}
	
}
@media(min-width:768px) and (max-width:992px){
	.revisao_simulador .revisao{
		padding: 50px 30px 26px;
	}

	.hp-promo.hp-promo2 .revisao_simulador .selo {
		top:auto;
		bottom:30px
	}
	.hp-promo.hp-promo2 .revisao_simulador .info img {
		width: 16px;
	}
}

/***********************************/
/********** HOMEPAGE BLOG **********/
/***********************************/

.hp-blog{
	padding: 100px 0;
	font-family: var(--font-family-1);
}

.hp-blog .row-top{
	display: flex;
	align-items: flex-start;
}

.hp-blog .row-top > div{
	flex:1
}

.hp-blog .row-top .button{
	margin-top: 15px;
	margin-right: 32px;
}

.hp-blog .row{
	margin-left: -28px;
	margin-right: -28px;
}

.hp-blog .blog-thumb {
	display: block;
}
.hp-blog .blog-thumb img {
	width: 100%;
    height: 100%;
}
@media screen and (min-width: 1200px){
	.hp-blog .col-md-4{
		max-width: 396px;
		flex: 0 0 396px;
		padding-left: 28px;
		padding-right: 28px;
	}

	.hp-blog .blog-thumb {
		overflow: hidden;
		cursor: pointer;
		transition: var(--transition);
	}
	.hp-blog .blog-thumb img{
		transition: var(--transition);
	}
	.hp-blog .blog-thumb:hover img {
		transform: scale(1.1);
	}
}

.hp-blog .container .date-category{
	font-size: 0.75rem;
	font-weight: 800;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.83;
	letter-spacing: normal;
	color: rgba(173, 172, 172, 0.6);
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 20px;
}

.hp-blog .container .date-category a{
	color: var(--red);
	margin-left: 20px;
}

.hp-blog .container .date-category a:hover{
	color: rgba(173, 172, 172, 1);
}

.hp-blog .container p a{
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.33;
	letter-spacing: -1.2px;
	color: #000000;
}

.hp-blog .container p a:hover{
	opacity: .6;
}

@media(max-width:768px){
	.hp-blog .row-top{
		display: block;
	}
	.hp-blog .row-top .button {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.hp-blog {
		padding: 80px 0;
	}
	.hp-blog .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.hp-blog .row > div{
		margin-bottom: 40px;
	}
}

.hp-simuladores{
	margin: 80px 0 100px;
}

.hp-simuladores.hp-simuladores2{
	margin: 80px 0 50px;
}

/* .hp-simuladores .pneus_simulador .tab{
	overflow: hidden;
} */

.hp-simuladores .pneus_simulador{
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-flow: column;
}

.hp-simuladores .pneus_simulador .img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
	overflow: hidden;
	z-index: 1;
}

.hp-simuladores .pneus_simulador .img::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.90;
	background-image: linear-gradient(to bottom, #2b2727, #2b2727);
	pointer-events: none;
	z-index: 2;
}

@supports(mix-blend-mode: multiply) {
	.hp-simuladores .pneus_simulador .img::before {
		mix-blend-mode: multiply;
		
	}
}

.hp-simuladores .pneus_simulador .img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    transform: none;
}

.hp-simuladores .pneus_simulador  .txt{
	position: relative;
	z-index: 9;
	padding: 50px 60px 26px;
}
.hp-simuladores .pneus_simulador  h2 {
    font-size: 2.25rem;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    color: var(--red);
    text-transform: uppercase;
}

.hp-simuladores .pneus_simulador  .subtitle {
    font-size: 1.75rem;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    color: #ffffff;
}

