/*
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-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.sticky .w-btn {
	border-color: var(--color-content-primary) !important;
	color: var(--color-content-primary) !important;
}


.w-scroller-dot span {
    opacity: 1;
	box-shadow: none;
}
.w-scroller.style_1 .w-scroller-dot.active span,
.w-scroller.style_2 .w-scroller-dot.active span {
	background: var(--color-content-secondary) !important;
}

.list-num ul {
	margin: 0;
	list-style: none;
	counter-reset: counter;
}
.list-num ul li {
	position: relative;
	padding-left: 35px;
}
.list-num ul li:before {
	content: counter(counter, decimal-leading-zero);
	counter-increment: counter;
	position: absolute;
	top: 0;
	left: 0;
}

.w-tabs.style_timeline .w-tabs-list-h {
	counter-reset: counter;
}
.w-tabs.style_timeline .w-tabs-item:before {
	content: counter(counter, decimal);
	counter-increment: counter;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.about-us .wpb_wrapper {
	height: 100%;
}

/*#proceso .owl-stage {
	counter-reset: counter;
}
#proceso .owl-stage .owl-item {	
	counter-increment: counter;
}
#proceso .owl-stage .owl-item h3:before {
	content: counter(counter, decimal-leading-zero);
	display: block;
	color: var(--color-content-secondary);
	margin-bottom: 0.5rem;
	font-size: 1.75rem;
}*/

.point.icon_atleft span[class*="fa-"] {
	margin-right: 0;
}

.flex-bottom {
	display: flex;
	align-items: flex-end;
}

.points {
	position: relative;
}
.points:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 1px;
	background: #524131;
}
.points .wpb_text_column .wpb_wrapper {
	padding: 0.5rem 0;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
.points .wpb_text_column .wpb_wrapper:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	background: #dfdcd9;
	border-radius: 10px;
	transform: translateX(-50%);
}
.points .wpb_column:nth-child(even) .wpb_text_column .wpb_wrapper:after {
	bottom: inherit;
	top: 100%;
}
.points .vc_column-inner:after {
	content: '';
	width: 2px;
	height: 40%;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #dfdcd9;
	transform: translateX(-50%);
	display: block
}
.points .wpb_column:nth-child(even) .vc_column-inner:after {
	top: 0;
}

.point {
	position: relative;
	z-index: 1;
}

/* FORMS */

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-3 {
	width: 25%;
	float: left;
	padding: 0 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: 10px;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
}

label {
	font-size: 0.9rem;
	font-weight: 500;
	margin: 0;
	cursor: default;
	display: block;
}

input[type="checkbox"] {
	min-height: 1rem !important;
	line-height: 1rem !important;
    margin: -2px 2px 0 0 !important;
}
input[type="checkbox"], input[type="radio"] {
	height: 1rem;
	width: 1rem;
}
select {
	cursor: pointer;
}
select option {
	color: var(--color-content-text) !important;
}
input[type="text"]:disabled,
select:disabled {
	opacity: 0.5;
	cursor: default;
}

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-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;
}
span[data-name="legal"] {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	line-height: 1.2;
}
span[data-name="legal"] label {
	font-size: 14px !important;
}
span[data-name="legal"] a {
	text-decoration: underline;
	color: #ffffff;
}
.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: 14px;
}
.wpcf7-spinner {
	margin: 0 auto;
	display: block;
}

.flex-form {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.flex-form div.form-group {
	margin-bottom: 10px;
}
.flex-form .row {
	flex: 0 0 85%;
}
.flex-form .block-submit {
	flex: 0 0 15%;
	margin-left: 10px;
	position: relative;
}
.flex-form .block-submit input[type="submit"] {
	width: 100%;
	background: #ffffff !important;
	font-size: 16px;
	color: var(--color-content-secondary);
	padding: 0.65rem 0.85em;
}
.flex-form .block-submit input[type="submit"]:hover {
	background: #614E3D !important;
}
.flex-legal span[data-name="legal"] {
	text-align: center;
}

#contact .wpcf7-form input[type="text"],
#contact .wpcf7-form input[type="email"],
#contact .wpcf7-form input[type="tel"],
#contact .wpcf7-form input[type="number"],
#contact .wpcf7-form input[type="file"],
#contact .wpcf7-form textarea,
#contact .wpcf7-form select {
	background: transparent;
	border: 1px solid var(--color-content-primary);
	color: var(--color-content-primary);
}
#contact span[data-name="legal"] a {
	color: var(--color-content-primary);
}


/************************************************************************************
smaller than 850px (height)
*************************************************************************************/
@media screen and (max-height: 850px) {
	
	html, .l-header .widget, .menu-item-object-us_page_block {
		font-size: 16px !important;
		line-height: 24px !important;
	}
		
}

/************************************************************************************
smaller than 1570px
*************************************************************************************/
@media screen and (max-width: 1570px) {
	
	html, .l-header .widget, .menu-item-object-us_page_block {
		font-size: 16px !important;
		line-height: 24px !important;
	}
		
}

/************************************************************************************
smaller than 1022px
*************************************************************************************/
@media screen and (max-width: 1022px) {

	header .w-btn {
		border-color: var(--color-content-primary) !important;
		color: var(--color-content-primary) !important;
	}

}

/************************************************************************************
smaller than 991px
*************************************************************************************/
@media screen and (max-width: 991px) {
	
	form .col-xs-3,
	form .col-xs-4,
	form .col-xs-5,
	form .col-xs-6,
	form .col-xs-7 {
		width: 100%;
	}
	.flex-form {
		flex-wrap: wrap;
	}
	.flex-form .row,
	.flex-form .block-submit {
		flex: 0 0 100% !important;
		margin: 0 !important;
	}
	
	
	.points:after,
	.points .wpb_text_column .wpb_wrapper:after,
	.points .vc_column-inner:after {
		display: none !important;
	}
	.points .wpb_column:nth-child(even) .w-vwrapper {
		flex-direction: column-reverse !important;
	}
	
		
}