/* here you can put your own css to customize and override the theme */

iframe{
	width: 100%;
}


.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #356635
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #2d6987
}

.alert-warning {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5
}

.alert-warning hr {
	border-top-color: #f8e5be
}

.alert-warning .alert-link {
	color: #a47e3c
}

.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}

.alert-danger hr {
	border-top-color: #e6c1c7
}

.alert-danger .alert-link {
	color: #953b39
}

.slider_marcas {
    position: relative;
    background-color: #fff;
    margin-bottom: 100px;
	padding: 30px 0;
}

.slider_marcas .bx-wrapper {
	max-width: 90% !important;
}

.slider_marcas .bx-wrapper img {
	max-width: 80%;
    display: inline-block;
    width: 100%;
	height: 100px;
	object-fit: contain;
}

#slider_marcas {
	margin: 0;
	padding: 0;
}

#slider_marcas li {
	text-align: center;
}

#prev_marca,
#next_marca {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

#prev_marca {
	left: 14px;
}

#next_marca {
	right: 14px;
}

#slider_marcas table {
	width: 100%;
	height: 216px;
}

#slider_marcas table td {
	vertical-align: middle;
	text-align: center;
}

.galery_mystyle:focus .gallery_item_overlay,
.galery_mystyle:hover .gallery_item_overlay {
	background-color: rgba(229, 50, 57, 0.6);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
/*.galery_mystyle {*/
/*	font-size: 0;*/
/*	line-height: 0;*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*}*/

/*.gallery_item {*/
/*	display: inline-block;*/
/*	width: 20%;*/
/*	height: 200px;*/
/*	overflow: hidden;*/
/*	vertical-align: top;*/
/*	position: relative;*/
/*	box-sizing: border-box;*/
/*	font-size: 16px;*/
/*}*/
/*.gallery_item img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*	display: block;*/
/*}*/

.galery_mystyle .gallery_item_text {
	z-index: 2;
    background: transparent;
}

.galery_mystyle .nome_loja {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-family: 'apex_newheavy', sans-serif;
    letter-spacing: 2px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
}

.galery_mystyle .texto_centro {
    display: block;
    text-align: center;
    width: 100%;
	font-size: 16px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;

	a{
		color: inherit;
	}
}

.galery_mystyle .texto_centro strong {
	font-size: 16px;
}

.galery_mystyle .texto_centro b {
	font-size: 18px;
    font-family: 'apex_newheavy', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 15px;
    display: block;
}

.galery_mystyle .texto_centro.txt_big,
.galery_mystyle .texto_centro.txt_big strong {
	font-size: 15px;
}

.galery_mystyle:focus .nome_loja,
.galery_mystyle:hover .nome_loja {
	opacity: 0;
}

.info_panel h4 {
	width: 50%;
}

.info_panel table strong {
	color: #e53239;
}

#alertas {
    margin-bottom: 10px;
    display: block;
}

#alertas .alert-warning {
	color: #E53239;
}

#alertas .alert-success {
	color: #05428B;
}

.subtitulo {
	font-size: 17px;
}

.social_icons {
    display: block;
    position: relative;
}

.icon_social {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 23px;
}

.icon_social.icon_face {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: 0 0;
}

.icon_social.icon_instagram {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: -27px 0;
}

.icon_social.icon_linkedin {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: -55px 0;
}

#lojas .full_width_gallery > .gallery_item > img{
	height: 340px;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.slider_marcas {
		min-height: 300px;
	}
	
	#slider_marcas table {
		height: 500px;
	}
	
	#slider_marcas table td {
		vertical-align: middle;
		align: center;
	}
	
	.bx-wrapper .bx-viewport {
		height: 500px !important;
	}
}
.balao_whatsapp{
	display: block;
	border-radius: 8px;
	background-color: #25D366;
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	position: fixed;
	bottom: 30px; /*pode ser alterada esta medida para chegar o icon mais para cima ou para baixo*/
	right: 20px; /*pode ser alterada esta medida para chegar o icon mais ou menos para a esquerda*/
	z-index: 1000;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.balao_whatsappa {
	color: #fff;
}

.balao_whatsapp:hover, .balao_whatsapp:hover a{
	color: #fff;
}

#servicos .holder-servicos{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;

	.servico{
		width: Calc(50% - 10px);

		.aux-box{
			padding: 20px;
			background-color: #fff;
			border: 1px solid #c8c8c8;
			box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
			height: 100%;
			border-radius: 8px;

			ul{
				list-style: disc;
				padding-left: 20px;
				margin-top: 10px;
				margin-bottom: 15px;
			}
		}
	}

}


#recrutamento {
	.banner_interno {
		position: relative;
		background-size: cover;
		background-position: center center;

		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 106.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(OficinaAlmada2.png);
			background-blend-mode: normal, multiply, normal;

		}

		.img {
			position: relative;

			@media screen and (max-width: 766px) {
				& {
					display: none;
				}
			}

		}

		.content {
			position: absolute;
			width: 100%;
			left: 0;
			top: 50%;
			padding: 0px 11%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			z-index: 2;

			@media screen and (max-width: 766px) {
				& {
					position: relative;
					top: 0;
					padding: 40px 10%;
					-webkit-transform: translateY(0%);
					-ms-transform: translateY(0%);
					transform: translateY(0%);
				}
			}

			h1 {
				font-weight: 600;
				font-size: 4rem;
				line-height: 1.00;
				margin-bottom: 50px;
				color: #fff;

				@media screen and (max-width: 766px) {
					& {
						font-size: 3rem;
					}
				}

			}

			table {
				color: var(--color-white);
				border: 0;
				font-weight: 400;
				font-size: 2.0rem;
				line-height: 1.07;

				tr {
					display: flex;
					gap: 20px;

					td {
						margin-bottom: 30px;
					}
				}
			}

		}
	}

	.bem_vindo{
		padding: 100px 11%;
	}

	.bloco-ofertas{
		padding: 0px 11% 100px 11%;

		.holder-ofertas{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 60px;
		}

		.holder_content{
			background: #e53239;
			border: 1px solid #e53239;
			padding: 20px 30px 50px;
			text-align: center;
			max-width: 470px;
			width: 100%;
			font-family: 'Roboto', sans-serif;

			.titulo{
				font-weight: 700;
				font-size: 45px;
				line-height: 108%;
				color: #fff;
				margin-bottom: 20px;
			}

			.texto{
				font-weight: 400;
				font-size: 16px;
				line-height: 24px;
				color: #fff;
				margin-bottom: 40px;

				b,strong{
					font-weight: 400;
					font-size: 20px;
					line-height: 30px;
					display: block;
				}
			}

			.btn2{
				border: 2px solid #fff;
				color: #fff;
				font-style: normal;
				font-size: 15px;
				font-weight: normal;
				padding: 13px 25px 16px 25px;
				line-height: 1.4;
				letter-spacing: 0px;
				background: transparent;
				display: inline-block;
				width: 100%;
				font-family: 'apex_newheavy', sans-serif;
				cursor: pointer;
				margin-bottom: 13px;
				vertical-align: middle;
				float: left;
			}


		}
	}

}

#oferta{
	.bem_vindo{
		margin-top: 85px;
		padding-top: 60px;

		h1{
			font-size: 30px;
			font-weight: 700;
			color: #e53239;
			text-transform: uppercase;
			line-height: 1;
			padding: 0 0px 10px 0;
			text-align: center;
			font-family: 'apex_newheavy', sans-serif;
		}

		.content{
			margin-top: 50px;
			padding-top: 50px;
			margin-bottom: 50px;
			padding-bottom: 50px;

			padding: 0px 0px 27px 0;
			line-height: 1.5;
			font-weight: 500;
			color: #013f89;
			font-family: 'Roboto', sans-serif;

			table{
				border: none;
				table-layout: fixed;

				td{
					width: 2%;
					vertical-align: top;
					padding-right: 15px;
				}

				@media screen and (max-width: 992px) {
					td{
						display: block;
						width: 100%;
					}

					td:last-child{
						b, strong{
							margin-top: 50px;
							display: block;
						}
					}
				}

			}

			ul li{
				margin-bottom: 15px;
			}
		}
	}

	.form-recrutamento{
		background: #fff;
		border: 8px solid #e53239;
		padding: 50px 85px;
		margin-top: 50px;
		margin-bottom: 50px;
		border-radius: 15px;

		h3{
			margin-bottom: 35px;
		}

		.holder_form_group{
			display: flex;
			flex-wrap: wrap;
			gap: 20px;
			.form-group{
				width: Calc(50% - 10px);
			}
		}

		.form-group{
			label{
				font-weight: 600;
				margin-bottom: 10px;
				display: block;
			}

			.required{
				font-weight: 600;
				font-size: 19px;
				line-height: 1;
			}

			input, select, textarea{
				padding: 14px 0px 15px 0px;
			}

			textarea{
				resize: vertical;
				min-height: 120px;
			}

			&.rgpd{
				margin-bottom: 25px;
			}
		}

		.btn1{
			border: 2px solid #E53239;
			color: #E53239;
			font-style: normal;
			font-size: 15px;
			font-weight: normal;
			padding: 13px 25px 16px 25px;
			line-height: 1.4;
			letter-spacing: 0px;
			background: transparent;
			display: inline-block;
			width: 100%;
			font-family: 'apex_newheavy', sans-serif;
			cursor: pointer;
			margin-bottom: 13px;
			vertical-align: middle;
		}

	}

	@media screen and (max-width: 1400px) {
		.bem_vindo{
			h1{
				font-size: 6.5rem;
			}
		}
	}
	@media screen and (max-width: 1200px) {
		.bem_vindo{
			h1{
				font-size: 6rem;
			}
		}

		.form-recrutamento {
			padding: 30px 30px;
		}

	}
	@media screen and (max-width: 992px) {
		.bem_vindo {
			h1 {
				font-size: 5rem;
			}
		}
	}
	@media screen and (max-width: 767px) {
		.bem_vindo {
			h1 {
				font-size: 4rem;
			}
		}
		.form-recrutamento{
			.holder_form_group{
				gap: 0;
				.form-group{
					width: 100%;
				}
			}
		}
	}

}


/*MOBILE*/
@media screen and (max-width:500px){
	.balao_whatsapp{
		width: 45px;
	  height: 45px;
	  bottom: 75px; /*pode ser alterada esta medida para chegar o icon mais para cima ou para baixo em mobile*/
	}
	.balao_whatsapp svg{
		width: 25px;
	  height: 25px;
	}
}