div#banner-inicio:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 55%;
	height: auto;
	right: 0;
	/*background: linear-gradient(350.88deg, #000000 0%, rgba(11, 11, 11, 0.894231) 42.36%, rgba(0, 0, 0, 0) 91.02%);*/
	background: linear-gradient(350.88deg, #000000 0%, rgb(0 0 0) 42.36%, rgba(0, 0, 0, 0) 91.02%);

}

#zp-form-lp h2.gform_title {
	display: none;
}

#zp-form-lp .gfield_required {
	display: none;
}

#zp-form-lp legend,
#zp-form-lp label {
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
}

#zp-form-lp * {
	font-family: 'Raleway' !important;
}

#zp-form-lp input {}

#zp-form-lp p.gf_progressbar_title {
	display: none;
}

#zp-form-lp input[type="text"],
#zp-form-lp input[type="tel"],
#zp-form-lp input[type="email"] {
	min-height: 40px;
	background: transparent;
	border-radius: 12px;
	border: 1px solid white;
	padding: 10px 12px !important;
	color: #fff;

}

#zp-form-lp input {
	box-shadow: none !important;
	outline: none !important;
}

#zp-form-lp input::placeholder {
	color: #A3A3A3;
	font-size: 14px;
	font-weight: 400;

}

#zp-form-lp .gform_fields {
	row-gap: 20px;
}
#zp-form-lp a {
    font-size: inherit!important;
    color: white;
    transition: all .4s;
}
#zp-form-lp a:hover {
    opacity: .8;
}

#zp-form-lp input[type="button"],
#zp-form-lp input[type="submit"],
#zp-form-lp button[type="submit"] {
	background: #1A1A1A;
	border: 1px solid #999999;
	padding: 13px 30px;
	color: white;
	border-radius: 8px;
	margin: auto;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none !important;
	margin-top: 42px;
	transition: all .4s;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 4.8px;
	text-align: center;
	vertical-align: middle;
}

#zp-form-lp input[type="button"]:hover,
#zp-form-lp input[type="submit"]:hover {
	opacity: .8;
}

#zp-form-lp .gf_progressbar.gf_progressbar_blue>div {
	min-width: 20%;
	background: url(https://voilalp.zyrgon.dev/wp-content/uploads/2025/09/A_form_step.svg);
	background-size: 100%;
	background-repeat: repeat-x;
}


/*BTN*/

body .elementor-widget-button:not(.botao_filtros) .elementor-button {
	padding: 15px 30px 15px 30px;
	border: 0px !important;
	position: relative;
	background: linear-gradient(to right, #ffffff 0%, rgba(38, 37, 39, 0) 90%);
	cursor: pointer;
	place-items: center;
	background-size: 200% 100%;
	background-position: right center;
	transition: background-position 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

body .elementor-widget-button:not(.botao_filtros) .elementor-button:hover {
	background-position: left center;
}

.elementor-widget-button:not(.botao_filtros) .elementor-button::after {
	content: '';
	text-align: center;
	line-height: 40px;
	position: absolute;
	display: block;
	border-radius: 8px;
	/* width: 100%; */
	top: 1px;
	left: 1px;
	right: 1px;
	background-color: #000;
	z-index: 0;
	bottom: 1px;


}

.elementor-widget-button:not(.botao_filtros) .elementor-button .elementor-button-text {
	z-index: 4;
}


.my-title {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	padding: 16px 0;
}

.my-title::before {
	content: "";
	position: absolute;
	top: 0;
	/* só em cima */
	left: 0;
	width: 100%;
	height: 1px;
	/* espessura da borda */
	background: linear-gradient(to right, #ffffff, rgba(38, 37, 39, 0));
}


.paragrafo-gradient p {
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(104, 103, 105, 1) 70%,
			rgba(38, 37, 39, 1) 100%);
	-webkit-background-clip: text;
	/* importante para aplicar o gradiente ao texto */
	-webkit-text-fill-color: transparent;
	/* faz a cor do texto ficar transparente e mostrar o gradiente */
	margin-bottom: 0;
}

.paragrafo-mb-0,
.paragrafo-mb-0 * {
	margin-bottom: 0;
}

.paragrafo-gradient p strong {
	font-weight: 600;
}

.sem_simbolo .elementor-video {
	max-height: 400px;
}

.sem_simbolo .elementor-wrapper {
	--video-aspect-ratio: 0 !important;
}

.sem_simbolo .e-hosted-video {
	position: relative;
	overflow: hidden;
}

.sem_simbolo .e-hosted-video::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to bottom, #000 0%, #00000000 35%, #ffffff00 65%, #000 100%);
}

@media screen and (max-width:767px) {

	#zp-form-lp,
	.bg-black {
		background-color: black !important;
	}

	.voila-swiper-container .swiper-slide {
		vertical-align: middle;
		display: flex;
		align-items: center;
		padding: 10px !important;
	}
}

@media screen and (max-width:1024px) {
	.menu-ul ul {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 1em;
	}

	.menu-ul ul li {
		padding-bottom: 0 !important;
		margin: 0 !important;
	}
}

.pop-up .my-box a {
	min-width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 1em;
}

.pop-up ul {
	margin-bottom: 1em;
}

.pop-up-paragrafo {
	height: 500px;
	max-height: 60vh;
	overflow-y: auto;
}


#zp-form-lp .gf_progressbar {
	position: relative;
}

#zp-form-lp .gf_progressbar:before {
	background-size: 100%;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	max-height: 4px;
	top: 0;
	bottom: 0;
	background: linear-gradient(93.53deg, #FFFFFF 4.81%, #686769 76.97%, #262527 95.01%);
	margin: auto;

}

@media screen and (min-width: 768px) {
	#zp-form-lp {
		min-height: 700px !important;
	}

}

div#shortcode-form .elementor-shortcode,
div#shortcode-form .gform-body>div,
div#shortcode-form .elementor-shortcode .zp-form-analise_wrapper,
div#shortcode-form .gfield_checkbox,
div#shortcode-form .gform-body,
div#shortcode-form .elementor-shortcode .zp-form-analise_wrapper form,
div#shortcode-form .gform_page_fields,
div#shortcode-form .gfield_radio {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

div#shortcode-form {
	height: 100%;
	margin: auto;
}

#zp-form-lp .gform_fields {
	flex: 1;
}

#zp-form-lp fieldset {
	display: flex;
	flex-direction: column;
}


#zp-form-lp .gform-page-footer {
	margin-top: 0 !important;
}

#zp-form-lp fieldset>div {
	width: 100%;
}

#zp-form-lp .gform_previous_button {
	display: none !important;
}

#zp-form-lp fieldset>div.ginput_container_checkbox {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

#zp-form-lp input[type=checkbox] {
	box-shadow: none;
	border: 2px solid #FFFFFF;
	background: transparent;
	cursor: pointer;
	position: relative !important;
}

#zp-form-lp .ginput_container_consent input[type="checkbox"]::before {
	width: 20px !important;
	height: 20px !important;
	box-shadow: none;
	border-color: #fff !important;
	border: 2px solid;
	background-color: #000 !important;
	position: relative;
	color: white !important;
}

#zp-form-lp input[type=checkbox]:checked,
#zp-form-lp input[type=radio]:checked {
	background: #FFFFFF;

}

#zp-form-lp input[type=checkbox]:checked::Before {
	color: #000000;
	/*font-size: 1.5em;*/
}

#zp-form-lp input[type=checkbox]+label,
#zp-form-lp input[type=radio]+label {
	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 1.5px;
	vertical-align: middle;

}

#zp-form-lp fieldset:not(.gfield--type-name) legend {
	font-family: Raleway;
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;

}

#zp-form-lp input[type=radio]:checked::Before {
	background: #fff;
	width: 13px;
	height: 13px;
	margin: auto;
	/* position: absolute; */
}

#zp-form-lp input[type=radio] {
	box-shadow: none;
	border: 2px solid #FFFFFF;
	background: transparent;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage {
	z-index: 99;
	position: inherit;
	background-size: calc(100% / 5) !important;
	width: 100% !important;

}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width: 75%;"] {

	background-size: calc(100% / 4) !important;
	width: 75% !important;
	background-repeat: ;
}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width:0%;"],
#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width:20%;"],
#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width: 20%;"],
#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width: 25%;"] {
	background-size: 100% !important;
	width: 20% !important;
	left:-1px;
}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width: 50%;"] {

	background-size: calc(100% / 1) !important;
	width: 25% !important;
}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width:40%;"] {

	background-size: calc(100% / 2) !important;
	width: 40% !important;
}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width:60%;"] {

	background-size: calc(100% / 3) !important;
	width: 60% !important;
}

#zp-form-lp .gf_progressbar .gf_progressbar_percentage[style="width:80%;"] {

	background-size: calc(100% / 4) !important;
	width: 80% !important;
}


#zp-form-lp div#gform_confirmation_message_1,
#zp-form-lp div#gform_wrapper_1,
#zp-form-lp .gform_confirmation_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
	justify-content: space-between;
}


#zp-form-lp div#gform_confirmation_message_1 p.thank-you {
	font-family: Raleway;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 3.2px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 86px;
}

#zp-form-lp div#gform_confirmation_message_1 p.label-contataremos label {
	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 1.5px;
	text-align: center;
	text-transform: uppercase;

}

#zp-form-lp .gform-theme--framework .gform-loader {
	border-block-end-color: #ffffff;
	border-inline-start-color: #fff;
}

.voila-swiper-container .swiper-slide:first-child {
	padding-left: 0 !important;
	text-align: start !important;
}

.voila-swiper-container .swiper-slide:last-child {
	padding-right: 0 !important;
	text-align: end !important;
}

.voila-swiper-container .swiper-slide {
	text-align: center !important;
	justify-content: center;
}

#zp-form-lp fieldset .ginput_complex {
	flex: 1;
	flex-direction: column;
}

@media screen and (max-width:768px) {
	div#grid-atuacoes .img-container-atuacoes {
		aspect-ratio: 1050/919 !important;
		position: relative;

	}

	div#grid-atuacoes .img-container-atuacoes:before {
		content: '';
		position: absolute;
		bottom: 0 !important;
		left: 0;
		right: 0;
		height: 30%;
		margin-top: auto;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(21, 21, 21, 0.7) 58.1%, #1A1A1A 93.33%);
	}


	#zp-form-lp {
		display: block;
	}
}

.gfield_validation_message,
.validation_message {

	border: 0;
	font-size: 14px;
	margin-top: 5px;
	padding: 0;
	color: #FFF !important;
	display: block !important;
}

.container-form span.gfield_required.gfield_required_asterisk,
.container-form p.gform_required_legend,
.container-form .gfield_required,
.container-form h2.gform_title,
div#gform_1_validation_container {
	display: none;
}


#zp-form-lp fieldset>div {
	width: inherit;
}

#zp-form-lp .ginput_container:not(.ginput_container_radio) .gfield-choice-input::before {
	background: #B3B3B3;
	bottom: -2px;
	position: absolute;
	left: -2px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}

#zp-form-lp h2 {


	white-space: wrap;


}

#zp-form-lp .ginput_container_consent input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	box-shadow: none;
	border-color: #fff;
	border-width: 2px;
	background-color: #000;
	position: relative;
}

#zp-form-lp .ginput_container_consent input[type="checkbox"]+label {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

.swiper-slide img {
	max-height: 75px !important;
}

@media (max-width:521px) {
	#zp-form-lp .gfield_contains_required #input_1_11 {
		margin: auto;
		padding-top: 12px;
	}
}

@media screen and (max-width:768px) {
	
	div#zp-form-lp {
		background: transparent;
	}

	#zp-form-lp .gform_description {
		margin-bottom: 27px;
	}

	#zp-form-lp .gfield_contains_required input[type=checkbox]+label {
		font-size: 12px;
		letter-spacing: 2.4px;
	}

	#zp-form-lp fieldset>div.ginput_container_checkbox {
		margin-top: 10px !important;
	}

	#grid-atuacoes p {
		margin-bottom: 0 !important;
	}



	#footer-contato>p:nth-child(1) {
		margin-bottom: 3px;
	}

	.voila-swiper.area .swiper-slide::after {
		content: '';
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.8%, #000 105%);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: -1;
	}
}

@media screen and (max-width:768px) and (min-width:481px) {
	.voila-showroom-swiper .swiper-slide {
		height: 450px;
		position: relative;
	}

	.voila-showroom-swiper .swiper-slide .container-img {
		max-height: 450px;
		aspect-ratio: auto;
		height: 450px;
	}

	.voila-showroom-swiper .slide-content {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	div#banner-inicio .bg-black:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		top: 55%;
		height: auto;
		right: 0;
		/* background: linear-gradient(350.88deg, #000000 0%, rgba(11, 11, 11, 0.894231) 42.36%, rgba(0, 0, 0, 0) 91.02%); */
		background: linear-gradient(350.88deg, #000000 0%, rgb(0 0 0) 42.36%, rgba(0, 0, 0, 0) 91.02%);
	}
}

.um_atelie p:first-child {
	margin-top: 0px;
	margin-bottom: 20px;
}

.um_atelie p:last-child {

	margin-bottom: 0px;
}

.um_atelie p:not(:first-child):not(:last-child) {
	margin-bottom: 40px;
	margin-top: 0px;
}
@media screen and (max-width: 1024px) and (min-width: 769px){
    div#shortcode-form .elementor-shortcode{
    min-height: fit-content!important;
}

div#shortcode-form {
    height: auto;
    margin: 0;
}

div#grid-atuacoes .img-container-atuacoes:before {
		content: '';
		position: absolute;
		bottom: 0 !important;
		left: 0;
		right: 0;
		height: 30%;
		margin-top: auto;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(21, 21, 21, 0.7) 58.1%, #1A1A1A 93.33%);
	}
	div#grid-atuacoes .img-container-atuacoes {
    aspect-ratio: 1050/919;
}

}

@media (max-width: 1024px) {
    div#shortcode-form .elementor-shortcode .zp-form-analise_wrapper form{
        min-height: auto!important;
    }
	.um_atelie p:first-child {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.um_atelie p:not(:first-child):not(:last-child) {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    
}


@media screen and (max-width: 520px) {
    .swiper-slide img {
		max-height: 46px !important;
	}

	.sem_simbolo .e-hosted-video::before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.38%, #050208 100%);
	}



	.sem_simbolo .e-hosted-video video {
		aspect-ratio: 1/1;
	}
}



/* cookiebot */
div#CybotCookiebotDialogBodyButtonsWrapper button {
    background: #000 !important;
    font-family:Raleway !important;
    border-color:#000 !important
}

div#CybotCookiebotDialogBodyContent {
    font-family: 'Raleway';
}


.wpml-ls-legacy-list-horizontal{padding:0px;}
.wpml-ls-legacy-list-horizontal a {
    padding-left:0px;
    padding-right: 10px!important;
}