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

.key-points.w-iconbox {
	align-items: center !important;
	white-space: nowrap !important;
	position: relative !important;
	z-index: 2 !important;
}

.key-points .w-iconbox-title {
	padding: 0 !important;
}
/*
.rower {
	flex-direction: row-reserve !important;
}
*/

.numbered b {
	color: #D2D2D2 !important;
	margin-right: 0.75rem !important;
}

.course li::marker {
    color: var(--color-content-secondary) !important;
}

.samer {
	display: grid;
	align-content: space-between;
}

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


span.label {
	display: none;
}

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

.block-submit input {
	width: 90%;
	justify-content: center;
    display: flex;
    margin: 0 auto;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input:not([type=submit]) {
    font-weight: 400;
    letter-spacing: 0em;
    background: #EDEDED !important;
    border-color: var(--color-content-border);
	border: 0px solid #333 !important;
    color: var(--color-content-text);
    box-shadow: none !important;
	border-radius: 5px !important;
}

.form-row.first.one select, .form-row.first.one textarea, .form-row.first.one input:not([type=submit]) {
    background: white !important;
}

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

form div.row {
	margin: 0 -15px;
	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%;
}
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;
}

.fooform form .col-xs-2 {
	width: 100% !important;
}
.fooform form .col-xs-3 {
	width: 100%;
}

.fooform .submitButton input {
	width: -webkit-fill-available !important;
}

.fooform input:not([type=submit]):not([type=radio]), select {
    border: 0px solid black !important;
}

.fooform input:not([type=submit]):not([type=checkbox]):not([type=radio]), select {
	margin-bottom: 10px !important;
}

form input:not([type=submit]):not([type=checkbox]):not([type=radio]), select {
	margin-bottom: 10px !important;
}

.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;
}
input[type="checkbox"] {
	width: 17px !important;
	height: 17px !important;
	line-height: 1rem !important;
    margin: -5px 2px 0px 0 !important;
}
.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;
}
.wpcf7-spinner {
	display: block;
	margin: 5px auto;
}
.color_footer-bottom input:not([type="submit"]) {
	border: 0 !important;
	color: #000000 !important;
}

.env-pro-new .imagez {
	transition: all 0.3s ease-in-out;
	transform: scale(1);
	filter: brightness(1);
}

.env-pro-new:hover .imagez {
	transform: scale(1.05);
	filter: brightness(1.15);
}

.env-pro-new .post_title a {
	transition: all 0.3s ease-in-out;
	font-weight: 400 !important;
	background: white;
    padding: 0.75rem;
    border: 2px solid black;
    color: black !important;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.env-pro-new:hover .post_title a {
	background: black;
    color: white !important;
}


/* NUEVO CSS */

/* Mensaje Si estás preparándote pero sientes... */
#mensaje-captar-alumnos .flecha-izquierda {transform:rotate(180deg);}
#mensaje-captar-alumnos h4 span {color:var(--color-content-secondary);}

@media only screen and (max-width: 767px) {
    #mensaje-captar-alumnos .flecha-derecha  {transform:rotate(90deg);}
}