/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.grecaptcha-badge {
	display: none !important;
}

#cmplz-document {
	font-size: 1rem !important;
	max-width: 100%;
}

#cmplz-document h2 {
	font-size: 3rem;
}
#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: 1rem !important;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
	margin-bottom: 0 !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
	margin: 0 !important;
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description, #cmplz-document .cmplz-dropdown .cmplz-service-description, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description, #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data, #cmplz-document .cmplz-dropdown .cmplz-sharing-data, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
	padding: 15px !important;
}
#cmplz-cookies-overview .cmplz-dropdown, #cmplz-document .cmplz-dropdown, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
	margin-bottom: 5px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-weight: 600 !important;
	text-transform: uppercase;
}


.mfp-title {
	display: none !important;
}

.h1-seccion-hero .h1 strong {
	padding-right: 345px;
    margin-right: auto;
    width: 100%;
	display: flex;
    justify-content: start;
	font-weight: 600;
}
.h1-seccion-hero .h1 span {
	padding-left: 525px;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: end;
}
@media screen and (max-width: 1675px) {
	.h1-seccion-hero .h1 {
		font-size: 4.25vw !important;
	}
}
@media screen and (max-width: 1450px) {
	.h1-seccion-hero .h1 strong {
		padding-right: 245px;
	}
	.h1-seccion-hero .h1 span {
		padding-left: 445px;
	}
}
@media screen and (max-width: 1170px) {
	.h1-seccion-hero .h1 {
		font-size: 3rem !important;
	}
	.h1-seccion-hero .h1 strong,
	.h1-seccion-hero .h1 span {
		padding: 0px;
		display: inline;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.h1-seccion-hero .h1 {
		font-size: 2rem !important;
	}
}

.row-reverse {
	flex-direction: row-reverse;
}

.owl-prev::after {
	content: '\f060';
}
.owl-next::after {
	content: '\f061';
}

.g-filters-item {
	font-weight: 600;
  	text-transform: uppercase;
}

/*---------------CARRUSEL CRONOLOGÍA-------------------*/


.carrusel-cronologia .owl-carousel {
	position: initial
}
.carrusel-cronologia .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.carrusel-cronologia .owl-item .wrapper-carousel {
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
.carrusel-cronologia .owl-item .year {
	opacity: 0.2;
	pointer-events: none;
	transition: .3s;
}
.carrusel-cronologia .owl-item.active .year,
.carrusel-cronologia .owl-item.active .wrapper-carousel {
	opacity: 1;
	pointer-events: auto;
}


@media screen and (max-width: 1170px) {
	.carrusel-cronologia .owl-nav {
		top: unset;
		bottom: -5rem;
		transform: translateX(-50%);
		right: inherit;
		left: 50%;
	}
	.carrusel-cronologia .owl-carousel {
		position: relative;
	}
	.carrusel-cronologia .owl-carousel .owl-stage-outer {
		overflow: hidden;
	}
}


/*-------------CAJAS CON ICONO------------*/
p.w-iconbox-title {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

/*-----------FILA CALIDAD CERTIFICADA------------*/
.fila-calidad .g-cols.via_flex > div > .vc_column-inner,
.fila-calidad .vc_column_container,
.fila-calidad .l-section-h {
	position: unset !important;
}

/*--------------- FORMS ---------------*/

span.label {
	display: none;
}

.wpcf7-spinner {
	display: none !important;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title,
.w-color-swatch,
.select2-selection {
	font-weight: 500;
	letter-spacing: 0em;
	background: white !important;
	border: 1px solid var(--color-content-border) !important;
	color: var(--color-content-text);
	box-shadow: none !important;
	border-radius: 0px !important;
}

.wpcf7-list-item-label {
	margin-top: -2px;
}

form div.row {
	margin: 0 -5px;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}

form .col-xs-2 {
	width: 20%;
	float: left;
	padding: 0 5px;
}
form .col-xs-3 {
	width: 29%;
	float: left;
	padding: 0 10px 0 0;
}
form .col-xs-3.submitButton {
	width: 13%;
	float: left;
	padding: 6px 5px;
}
form .col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 5px;
}
form .col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 5px;
}
form .col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 5px;
}
form .col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 5px;
}
form .col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 5px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
	text-align: left;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}

.wpcf7-list-item-label {
	margin-top: -2px;
	line-height: 1;
	margin-left: 0.25rem;
}

/* Media query for smartphones */
@media only screen and (max-width: 767px) {
	form .col-xs-2 {
		width: 100% !important;
		padding: 0 15px;
	}
	form .col-xs-3, form .col-xs-3.submitButton {
		width: 100%;
		padding: 0 5px;
		/*padding: 0 15px;*/
	}
	.submitButton input {
		width: -webkit-fill-available !important;
	}
}

/* Media query for desktop */
@media only screen and (min-width: 768px) {
	.mobile {
		display: none;
	}
}

/* Media query for desktop */
@media only screen and (min-width: 1700px) {
	.owl-dots {
		display: none;
	}
}

/* Media query for mobile */
@media only screen and (max-width: 767px) {
	.desktop {
		display: none;
		flex-direction: row-reverse;
	}
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea,
.wpcf7-form select {
	margin-top: 0;
	box-shadow: none !important;
}
.legal {
	font-size: 15px;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	line-height: 1.2;
}
.legal a {
	text-decoration: underline;
}
.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	padding: 5px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 14px;
	line-height: 1.4;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-not-valid-tip {
	font-size: 0.8rem;
}
.color_footer-bottom input:not([type="submit"]) {
	border: 0 !important;
	color: #000000 !important;
}


/*--------------------FORMULARIO-----------------------*/
input[type="submit"]:not(.w-btn) {
	padding: 0.65em 1.8em !important;
}
.wpcf7-list-item-label, .wpcf7-list-item-label a {
	color: var(--content-text);
}

#responsive-form {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}

.column-full {
	float: left;
	position: relative;
	padding: 0.3rem;
	padding-left: 0rem!important;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column-quarter {
	max-width:25%;
	float: left;
	position: relative;
	padding: 0.3rem;
	padding-left: 0rem!important;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column-half {
	max-width:50%;
	float: left;
	position: relative;
	padding: 0.3rem;
	padding-left: 0rem!important;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column-full-right {
	float: right;
	position: relative;
	padding: 0.3rem;
	padding-right: 0rem!important;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/*------------FONDO BORROSO-------------*/
.fondo-borroso {
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}


/*---------------HEADER------------------*/

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title::after {
	bottom: -4px !important;
	height: 4px;
	width: 0%;
	background: var(--color-content-primary);
	opacity: 1 !important;
	transition: all .3s;
}
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title::after {
	bottom: -4px !important;
	width: 100% !important;
}

/*----------TARJETAS----------*/
.tarjeta-valores {
	justify-content: center;
	align-items: center;
	text-align: center;
}

/*---------CUADRICULA COLABORADORES-----------*/
.cuadricula-colaboradores img.attachment-full.size-full {
	object-fit: contain;
}


/*----------RESPONSIVE--------------*/
@media only screen and (max-width: 1170px) {
	
	.w-hwrapper.stack_on_mobiles {
		display: block;
	 }
	.stack_on_mobiles > :not(script) {
		display: block;
		margin: 0 0 var(--hwrapper-gap,1.2rem);
	}

	
}

@media only screen and (max-width: 1450px) {
	#cmplz-document h2 {
		font-size: 2.87rem;
	}
}
@media only screen and (max-width: 768px) {
	form .col-xs-3,
	form .col-xs-4,
	form .col-xs-5,
	form .col-xs-6,
	form .col-xs-7 {
		width: 100%;
	}
	
	#cmplz-document h2 {
		font-size: 2rem;
	}
}