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

#sb_instagram #sbi_images .sbi_item {
	border-radius: 10px;
}

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

#cmplz-document h2 {
	font-size: 3.41rem;
}
#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;
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
}

.cmplz-cookiebanner {
	z-index: 999999 !important;
}


.w-cart-quantity {
	line-height: 18px;
  	min-width: 18px;
}

.wc-block-components-button.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	border-radius: 30px;
	padding: 1.0em 2.0em;
	background: var(--color-content-primary);
	border-color: transparent;
	color: #ffffff !important;
}

/* GENERAL */

.sep-bottom .l-section-overlay {
	top: inherit !important;
	height: 230px;
	z-index: 1;
	pointer-events: none;
}
.sep-top .l-section-overlay {
	bottom: inherit !important;
	height: 230px;
	z-index: 1;
	pointer-events: none;
}

.pretitle {
	font-size: 12px;
	letter-spacing: 2.4px;
	font-family: var(--font-family);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-content-heading);
	margin-bottom: 1rem;
}

.pointer-none {
	pointer-events: none;
}

.navstyle_1 > .owl-nav button {
	padding: 0.85rem 1.28rem !important;
}

.column-flex .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* HOME */

.home section.type_sticky {
	z-index: 0 !important;
}
.home .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
    padding-top: 0 !important;
}
.effect-sticky > div > .g-cols {
	margin: 0 !important;
}
.effect-sticky > div > .g-cols > div > .vc_column-inner {
	padding: 0 !important;
}

.video-animation.w-video.with_overlay {
	overflow: visible;
	position: relative;
	cursor: default;
}
.video-animation.w-video.with_overlay .w-video-h {
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	border-radius: 36px;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.video-animation.w-video.with_overlay .w-video-h > * {
	transition: .3s;
	opacity: 0;
	visibility: visible;
}
.video-animation.w-video.with_overlay:hover .w-video-h {
	width: 327px;
}
.video-animation.w-video.with_overlay:hover .w-video-h > * {
	opacity: 1;
}

.courses-grid {
	align-items: inherit !important;
	height: 100%;
}
.courses .owl-dots {
	position: absolute;
	bottom: 1rem;
	left: 75%;
	transform: translateX(-50%);
}
.courses .dotstyle_circle .owl-dot span {
	background: transparent !important;
	border: 1px solid var(--color-content-bg);
	opacity: 1;
	width: 12px;
	height: 12px;
}
.courses .dotstyle_circle .owl-dot.active span {
	background: var(--color-content-bg) !important;
	box-shadow: none;
	opacity: 1;
}

.image-hover {
	opacity: 0;
	transition: .3s;
}
.image-hover:hover {
	opacity: 1;
}


.dotstyle_dash .owl-dots {
	display: flex;
}
.dotstyle_dash .owl-dot {
	width: 100%;
	height: 3px;
	margin: 9px 0;
	overflow: hidden;
	display: block;
}
.dotstyle_dash .owl-dot span {
	margin: 0px;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.dotstyle_dash .owl-dot:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.dotstyle_dash .owl-dot:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* TRATAMIENTOS */

.w-pricing-item-price {
	font-size: 2em;
}
.w-pricing-item-header {
	padding: 1.5em 1.5em;
}

/* TIENDA */

.w-filter.mod_toggle .w-filter-item {
	border: 0 !important;
}
.w-filter-item-title {
	font-family: var(--h1-font-family,inherit);
	font-weight: 400;
}

/* FOOTER */

footer .wpcf7-form input[type="text"],
footer .wpcf7-form input[type="email"],
footer .wpcf7-form input[type="tel"],
footer .wpcf7-form input[type="number"],
footer .wpcf7-form input[type="file"],
footer .wpcf7-form textarea,
footer .wpcf7-form select {
    background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #ffffff !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
}

/* FORMS */

span.label {
	display: none !important;
}

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

.col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 8px;
}
.col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 8px;
}
.col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 8px;
}
.col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 8px;
}
.col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 8px;
}
.col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 8px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
}
form div.form-group label {
	margin-bottom: 0;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
	text-align: right;
}

label {
	margin: 0 0 0.5rem 0;
	cursor: default;
	display: block;
	line-height: 1.2;
}
.wpcf7-list-item label {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 1rem 0;
}

input[type="checkbox"] {
	min-height: 1rem !important;
	line-height: 1rem !important;
    margin: 0 6px 0 0 !important;
}
input[type="checkbox"], input[type="radio"] {
	height: 1rem;
	width: 1rem;
}
select {
	cursor: pointer;
}
/*select option {
	background-color: var(--color-content-bg) !important;
	font-family: var(--font-family), sans-serif !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;
	/*-webkit-appearance: none !important;
    -moz-appearance: none !important;*/
}

span[data-name="legal"], .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 1.2;
}
span[data-name="legal"] {
	text-align: right;
}
span[data-name="legal"] label {
	font-size: 0.9rem !important;
	text-transform: none;
	margin: 0;
}
span[data-name="legal"] a {
	text-decoration: underline;
	color: inherit;
}
.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: 0.9rem;
 	line-height: 1.2;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
	width: auto;
}
span.wpcf7-list-item > label {
	display: inline-block;
	padding: 0;
}
.wpcf7-not-valid-tip {
    font-size: 0.9rem;
	text-transform: none;
	line-height: 1.2;
}
.wpcf7-spinner {
	margin: 0 auto;
	display: block;
}

/************************************************************************************
smaller than 1280px
*************************************************************************************/
@media only screen and (max-width: 1280px) {
	
	#cmplz-document h2 {
		font-size: 2.91rem;
	}
	
}

/************************************************************************************
smaller than 1024px
*************************************************************************************/
@media only screen and (max-width: 1024px) {
		
	.services-grid .w-grid-item-h .usg_vwrapper_1,
	.services-grid .w-grid-item-h .usg_post_title_1 {
		transform: scale(1) translate(0%,0%) !important;
		opacity: 1 !important;
	}
	.services-grid .w-grid-item-h .usg_post_image_1 {
		transform: scale(1) translate(0%,0%) !important;
		opacity: 0 !important;
	}
	
	#cmplz-document h2 {
		font-size: 2.51rem;
	}
	
	.courses .owl-dots {
		left: 50%;
	}
	
	.g-cols.via_flex.type_boxes > .vc_col-sm-4:first-child > .vc_column-inner,
	.g-cols.via_flex.type_boxes > .vc_col-sm-4:last-child > .vc_column-inner {
		padding: 4rem 2.5rem !important;
	}

}

/************************************************************************************
smaller than 600px
*************************************************************************************/
@media only screen and (max-width: 600px) {
	
	.icons .vc_col-sm-3 {
		width: 100% !important;
	}
	
	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: 2.11rem;
	}
	
	.g-cols.via_flex.type_boxes > .vc_col-sm-4:first-child > .vc_column-inner,
	.g-cols.via_flex.type_boxes > .vc_col-sm-4:last-child > .vc_column-inner {
		padding: 4rem 1.5rem !important;
	}
	
	.courses .owl-dots {
		left: 50%;
	}
	
}