/*
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:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.grecaptcha-badge {
	visibility: hidden;
}

/*GENERAL*/
/*Cabecera*/
.l-subheader.at_middle {
    width: 90%;
	border-radius: 10px;
	margin-top: 1.5rem;
}

/*FORM*/
span.label {
	display: none;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.cf-col-8 {
	margin-top: 0.5rem;
}

span.wpcf7-list-item-label {
    font-size: 14px;
	margin-top: 0.1rem;
}

.cf-col-4 {
    text-align: right;
	margin-top: 0.5rem;
}

textarea {
    height: calc(var(--inputs-height, 2em)* 2);
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

/*SERVICIOS HOME*/
.wrapper-services {
	height: 100px;
	max-height: 246px;
	transition: all .3s ease-in-out !important;
	cursor: pointer;
}

.wrapper-services:hover {
	height: 246px;
}

.wrapper-description {
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out !important;
}

.wrapper-services:hover .wrapper-description {
	opacity: 1;
}

/*IMAGENES*/
.carousel-homes .owl-carousel .owl-nav button {
	top: -3rem;
	bottom: auto;
    transform: none; 
}

.carousel-homes .owl-next:after {
    content: '\f061';
	color: var(--color-content-primary);
}

.carousel-homes .owl-prev:after {
    content: '\f060';
	color: var(--color-content-primary);
}

.carousel-homes button.owl-prev {
    right: 45px !important;
    left: auto !important;
}

.carousel-homes button.owl-next {
    right: 0 !important;
    left: auto !important;
}

.carousel-homes .owl-carousel.navstyle_circle .owl-nav button {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 8px;
}

.carousel-homes button.owl-prev.disabled,
.carousel-homes button.owl-next.disabled {
	display: flex !important;
}

/*******************************************************
 Pantallas más pequeñas de 992px
********************************************************/
@media only screen and (max-width: 992px) {
	.boxes .vc_col-sm-3 {
		width: 50% !important;
		margin-bottom: 0.5rem !important;
	}
}

/*******************************************************
 Pantallas más pequeñas de 650px
********************************************************/
@media only screen and (max-width: 650px) {
	.boxes .vc_col-sm-3 {
		width: 100% !important;
	}
}