/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/*** NUEVO CONTENIDO ***/

.otgs-development-site-front-end{
	display:none !important;
}

/*.eventos-pasados .evcal_month_line{
	display: none !important;	
}*/
.eventos-pasados .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig, .eventos-futuros .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig {
    padding: 14px;
}
.eventos-busqueda .evo_search_field {
	border: 1px solid var(--evo_color_2) !important;
}
.evocard_main_image span{
	width: 100%;
}
.evo_btn_arr {
	color: #ffffff !important;
}

/*Ajustes generales*/
b, strong {
    font-weight: 600;
}

.site-content {
	margin-top: -60px !important;
}

.elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
}

body:not(.page-template-fullwidth-content) .site-content{
	margin-bottom: 0 !important;
}

.no-margin h1, .no-margin h2, .no-margin h3, .no-margin h4, .no-margin h5, .no-margin span, .no-margin ul{
	padding: 0 !important;
	margin: 0 !important;
}
.no-margin p:first-child, .no-margin ul:first-child {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.no-margin p:last-child, .no-margin ul:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.multiply-img img, img.multiply-img{
	mix-blend-mode: multiply;	
}

.icon-last .elementor-icon-list-icon{
	order: 2;
    margin-left: 10px;	
}

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

.pointer{cursor: pointer}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #222222 !important;
    opacity: 1;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #222222 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #222222 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #222222 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #222222 !important;
    opacity: 1;
}
select.wpcf7-form-control.wpcf7-select {
   -webkit-appearance: menulist;
}
select.wpcf7-form-control.wpcf7-select option {
   background-color: var( --e-global-color-d2ff5c3 );
}

.fullwidth a{
	width: 100% !important;
}

/*Blog*/
#sidebar-blog .elementor-widget-container aside{
    margin-top: 0px !important;
    padding-top: 15px !important;	
}
#sidebar-blog .elementor-widget-container .wp-block-search__label{
	display: none !important;
}
#sidebar-blog .elementor-widget-container h2{
    font-family: "Swiza", Sans-serif !important;
    font-size: 26px !important;
    font-weight: 500 !important;	
}
#sidebar-blog .elementor-widget-container .wp-block-search__input{
	margin-bottom: 0 !important;
}
#sidebar-blog .elementor-widget-container input[type="search"]:hover{
	border-bottom: 0 !important;
}
#sidebar-blog .wp-block-search__button{
	text-transform: inherit !important;	
}

#contenedor-post img{
    margin: 60px 0 60px;	
}
#contenedor-post .aligncenter{
	margin: 60px auto;	
}
#contenedor-post .wpcf7{
    margin-top: 60px;	
}
#contenedor-post .maxbutton{
    margin: 30px 0 20px;	
}
blockquote{
	color: #000 !important;
}
	#contenedor blockquote a{
		color: var( --e-global-color-accent );
	}
#contenedor-post h2{
	font-family: "Swiza", Sans-serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    margin: 60px 0 15px;	
}
#contenedor-post h3{
	font-family: "Swiza", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    margin: 40px 0 15px;	
}
#contenedor-post h4{
	font-family: "Swiza", Sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    margin: 35px 0 15px;	
}
	#contenedor-post h2 span{
		font-weight: 600 !important;	
	}
	#contenedor-post h3 span, #contenedor-post h4 span{
		font-weight: 500 !important;	
	}
@media (max-width: 767px) {
	#contenedor-post h2{
		font-size: 26px !important;
	}
	#contenedor-post h3{
		font-size: 22px !important;
	}
	#contenedor-post h4{
		font-size: 18px !important;
	}
}

/*Home Product Carousel*/
#product-carousel .jet-carousel__item {
    padding: 0;
	cursor
}
	#product-carousel .jet-carousel__item:nth-child(odd){
		background: #021D49;
	}
	#product-carousel .jet-carousel__item:nth-child(even){
		background: #39436B;
	}
#product-carousel .jet-carousel__item-inner{
	position: relative;
	overflow: hidden;
}
	#product-carousel .jet-carousel__item-inner img{
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		transition: transform 1s;
		opacity: .3;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 		filter: grayscale(100%);
	}

	#product-carousel .jet-carousel__item:hover img{
		opacity: 1;
		transform: scale(1.1);
		filter: none;
		-webkit-filter: none;
	}

#product-carousel .jet-carousel__content{
    position: absolute;
    min-height: 100%;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
#product-carousel .jet-carousel__item-title a:after{
	content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    margin-top: 20px;
}
#product-carousel .image-overlay {
    display: none !important;
}

.slider-category .jet-listing-grid__item .slider-category-item{
	background-color: var( --e-global-color-primary );
}
.slider-category .jet-listing-grid__item:nth-child(even) .slider-category-item{
	background-color: #39436B !important;
}
:nth-child(odd)
.slider-category-item .elementor-widget-container{
	aspect-ratio: 1 / 1;
    width: 100%;
    padding: 0;	
}

.slider-category-item .slider-category-title{
    width: 50%;
}
	.slider-category-item .slider-category-title, .slider-category-item .slider-category-title .elementor-widget-container {
		position: absolute;
		min-height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
/*.slider-category-item .slider-category-title a:after{
	content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    margin-top: 20px;
}*/
.slider-category-item .slider-category-title a{
	font-size:26px;
	font-weight:300;
	display: flex;
    flex-direction: column-reverse !important;
}

.slider-category-item .elementor-widget-image .elementor-widget-container{
	position: relative;
	overflow: hidden;
}
.slider-category-item .elementor-widget-image .elementor-widget-container img{
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	transition: transform 1s;
	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);	
}
	.slider-category-item:hover .elementor-widget-image .elementor-widget-container img{
		opacity: 1;
		transform: scale(1.1);
		filter: none;
		-webkit-filter: none;
	}

/*
 * Home Proyects Carousel
 */
#proyect-carousel .elementor-section{
	min-height: 230px;
}
#proyect-carousel .elementor-element > .elementor-container {
    min-height: 230px !important;
}
#proyect-carousel .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{
    flex-direction: column;	
}
#proyect-carousel .elementor-element.elementor-element-a25a2e5 {
    flex-grow: 1;
}

.jet-slick-dots li span {
    height: 4px !important;
}
.jet-listing-grid__slider .jet-slick-dots li {
    width: 35px;
    height: 4px !important;
    border-radius: 0;
}

#descargable .elementor-container{
	float: right;
}

.jet-theme-core--has-template{
	background: #fff;
}
/*.jet-theme-core--has-template .elementor{
	margin-top: -130px;
	position: relative;
	z-index: 0;
}  
.jet-theme-core--has-template header{
	position: relative;
	z-index: 1;
}*/


#header-spot {
    position: fixed;
    width: 100%;
}

.page-id-6643 header, .page-id-7024 header, .term-80 header, .term-81 header, .term-79 header, .sr-productos-template-default header{display: none !important;}
.page-id-6643 #main, .page-id-7024 #main, .term-80 #main, .term-81 #main, .term-79 #main, .sr-productos-template-default #main {
    padding-top: 0 !important;
}

.bloque-derecha .elementor-container {
    margin-right: 0 !important;
}
.bloque-izquierda .elementor-container {
    margin-left: 0 !important;	
}

/*Proyectos listado*/
.proyecto-description{
	display:flex;
}
	.proyecto-description .elementor-container{
		width:100%;
		background:#021D499E;
	}
	.proyecto-description .elementor-widget-wrap{
		align-content: flex-start;
    	align-items: flex-start;
	}
	.proyecto-description .elementor-widget-wrap > .elementor-element{
		height: 100%;
	}

/*Documentación*/
#tabs-documentacion .jet-tabs__content{
	padding: 0;
}

#tabs-documentacion .jet-tabs__control-wrapper{
    position: relative;
}

#tabs-documentacion .jet-tabs__control-wrapper .jet-tabs__control:first-child:after{
    width: 0;
    height: 0;
}
#tabs-documentacion .jet-tabs__control:after{
    content: " ";
    width: 1px;
    height: 20px;
    background-color: #CACBD7;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
	margin-left: -14px;
}
@media (max-width: 767px) {
	.tab-content-doc  .elementor-element {
		width: 100%;	
	}
}

/*Página categoría*/
.category-title-icon i:before{
    padding: 5.5px;
    background: var( --e-global-color-accent );
    border-radius: 50px;	
}

/*Formularios CF7*/
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.2em 1em;
    display: inline-block;
}
.newcontact label, .newcontact .flex_column  {
    vertical-align: middle;
    color: #555555 !important;
    font-size: 16px !important;
    font-family: "Elza", Sans-serif !important;
    font-weight: 400 !important;
}
.newcontact .flex_column a{
    color: #555555 !important;
}

.newcontact .input-text, .newcontact input[type="text"], .newcontact input[type="input"], .newcontact input[type="password"], .newcontact input[type="email"], .newcontact input[type="number"], .newcontact input[type="url"], .newcontact input[type="tel"], .newcontact input[type="search"], .newcontact textarea, .newcontact select {
    -webkit-appearance: none;
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    font-family: "Elza", sans-serif !important;
    font-weight: 400;
    vertical-align: middle;
    color: #222222 !important;
    font-size: 16px !important;
    padding: 8px 6px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff !important;
    border-radius: 1px;
	transition: all .3s;
}

.newcontact .input-text:focus, .newcontact input[type="text"]:focus, .newcontact input[type="input"]:focus, .newcontact input[type="password"]:focus, .newcontact input[type="email"]:focus, .newcontact input[type="number"]:focus, .newcontact input[type="url"]:focus, .newcontact input[type="tel"]:focus, .newcontact input[type="search"]:focus, .newcontact textarea:focus, .newcontact select:focus, .newcontact .input-text:hover, .newcontact input[type="text"]:hover, .newcontact input[type="input"]:hover, .newcontact input[type="password"]:hover, .newcontact input[type="email"]:hover, .newcontact input[type="number"]:hover, .newcontact input[type="url"]:hover, .newcontact input[type="tel"]:hover, .newcontact input[type="search"]:hover, .newcontact textarea:hover, .newcontact select:hover {
    border-bottom: 2px solid #333;	
	box-shadow: none;
	transition: all .3s;
}

.newcontact .wpcf7-list-item {
    margin: 0;
}
.newcontact .wpcf7-submit {
    font-family: "Elza", Sans-serif !important;
    font-size: 18px !important;
    fill: var( --e-global-color-accent ) !important;
    color: var( --e-global-color-accent ) !important;
    background-color: #FFFFFF !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var( --e-global-color-accent ) !important;
    padding: 12px 70px 12px 70px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    text-transform: revert !important;
    width: auto !important;
    float: left;
    transition: all .3s;
}
.newcontact .wpcf7-submit:hover {
    background: var( --e-global-color-accent ) !important;
    color: #FFFFFF !important;
	transition: all .3s;
}
label, .flex_column  {
    vertical-align: middle;
    color: #555555 !important;
    font-size: 16px !important;
    font-family: "Elza", Sans-serif !important;
    font-weight: 400 !important;
}
.flex_column a{
    color: #555555 !important;
}
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
    -webkit-appearance: none;
    border: 0 !important;
    border-bottom: 2px solid #e1e1e1 !important;
    font-family: "Elza", sans-serif !important;
    font-weight: 400;
    vertical-align: middle;
    color: #222222 !important;
    font-size: 16px !important;
    padding: 8px 6px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff !important;
    border-radius: 1px;
	transition: all .3s;
}

.input-text:focus, input[type="text"]:focus, input[type="input"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus, select:focus, .input-text:hover, input[type="text"]:hover, input[type="input"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="url"]:hover, input[type="tel"]:hover, input[type="search"]:hover, textarea:hover, select:hover {
    border-bottom: 2px solid #333 !important;	
	box-shadow: none;
	transition: all .3s;
}

.wpcf7-list-item {
    margin: 0;
}
.wpcf7-submit {
    font-family: "Elza", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    fill: var( --e-global-color-accent ) !important;
    color: var( --e-global-color-accent ) !important;
    background-color: #FFFFFF !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var( --e-global-color-accent ) !important;
    padding: 10px 70px 10px 70px !important;
    line-height: 1.2em !important;
    text-transform: revert !important;
    width: auto !important;
	float: right;
	transition: all .3s;
}
.wpcf7-submit:hover {
    background: var( --e-global-color-accent ) !important;
    color: #FFFFFF !important;
	transition: all .3s;
}


/*.jet-theme-core--has-template .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}*/
/*.jet-theme-core--has-template .template-page{
	margin-top: 0 !important;
    padding-top: 0 !important;
}*/
@media (max-width: 990px) {
	.av-burger-menu-main {
		display: block !important;
	}
}

/*Página de producto*/
.product-description-archive .jet-listing-dynamic-field__content{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; 
	-webkit-box-orient: vertical;	
}

.product-archive > .elementor-container{
	height: 100%;
}
.product-archive > .elementor-container .elementor-widget-wrap{
	align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
}
.product-archive > .elementor-container .elementor-widget-wrap .elementor-element-d13f669{
	flex-grow: 1;
}
	.product-grid .jet-listing-grid__item:nth-child(odd) .product-archive{
		background: var( --e-global-color-724fcfa ) !important;
	}
	.product-grid .jet-listing-grid__item:nth-child(even) .product-archive{
		background: var( --e-global-color-88bb430 ) !important;
	}

.product-archive img{
	width: 100% !important;
    height: 350px !important;
    background-size: contain;
    object-fit: cover;	
}

@media (max-width: 1024px) {
	.product-archive img{
		height: 300px !important;
	}
}
.product-icon-prop .far {
	color: var( --e-global-color-accent );
}
.product-icon-prop li {
	margin-bottom: 5px !important;
    font-family: "Elza", Sans-serif;
    font-weight: 400;
    text-align: left;	
}
	.product-icon-prop li:last-child {
		margin-bottom: 0;
	}

.main_color b{
	color:inherit !important;
}

/*Efecto zoom en imágenes*/
.zoom-on-hover{
	position: relative;
	overflow: hidden;
}
	.zoom-on-hover img{
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		transition: transform 1s;
	}
	.zoom-on-hover:hover img{
		transform: scale(1.1);
		filter: none;
		-webkit-filter: none;
	}
.box-relative{
	position: relative;
	overflow: hidden !important;
}
.box-relative img{
	max-width: 110% !important;
	width: 110% !important;
	filter: opacity(0.5) !important;
}

@media (max-width: 1480px) {
	.box-relative img{
		max-width: 150% !important;
		width: 150% !important;
	}	
}
@media (max-width: 1180px) {
	.box-relative img{
		max-width: 180% !important;
		width: 180% !important;
	}	
}
@media (max-width: 1024px) {
	.box-relative img{
		max-width: 110% !important;
		width: 110% !important;
	}	
}

/*Pestañas de productos*/
/*.zoom-on-hover-bg{
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	transition: transform 1s;
}
	.zoom-on-hover-bg:hover{
		transform: scale(1.1);
		filter: none;
		-webkit-filter: none;
	}*/

.jet-listing-dynamic-field__content iframe{
    /*width: 100%;
    height: 200px;	*/
}

.fullwidth-button .elementor-button{
	background: #fff;
    border: 1px solid var( --e-global-color-accent );
    padding: 12px 50px;
    max-width: 350px;
    width: 100%;
}
.button-fulwidth .elementor-button-text{
	flex-grow: 0 !important;	
}

/*.elementor-button:hover{
	background:  var( --e-global-color-accent );
    border: 1px solid var( --e-global-color-accent );
    border: 1px solid #fff;
}
.elementor-button:visited{
	color: var( --e-global-color-accent ) !important;
}
.elementor-button:visited:hover{
	color: #ffffff !important;
}*/

.product-tabs .jet-tabs__control-wrapper{
    width: 100%;
	flex-grow: 1 !important;
	border-bottom: solid 1px var( --e-global-color-d2ff5c3 ) !important;	
}
.product-tabs .jet-tabs__control {
    flex-grow: 1;
    flex-basis: 0;
	align-items: flex-end;
    min-width: 0;
	position: relative;
}
.product-tabs .jet-tabs__control.active-tab:before {
    content: " ";
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 38px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var( --e-global-color-accent );
}
@media (max-width: 990px) {
	.product-tabs .jet-tabs__control.active-tab:before {
		top: 36px;
	}	
}
@media (max-width: 570px) {
	.product-tabs .jet-tabs__control.active-tab:before {
		top: 34px;
   		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid var( --e-global-color-accent );		
	}	
}

#menu-sticky-top{
  background-color: #333; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: -90px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */	
}

/*Menú sticky*/
#stickyheaders{
    top: -150px;
    position: fixed;
    z-index: 999;
    background: #fff;
    display: block;
    position: fixed;
	transition: top 0.5s;
	-webkit-box-shadow: 0px 0px 4px 0px rgb(212 212 212);
	-moz-box-shadow: 0px 0px 4px 0px rgb(212 212 212);
	box-shadow: 0px 0px 4px 0px rgb(212 212 212);
}

/*Main menú*/
#main-menu .jet-nav .menu-item-link.menu-item-link-top{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#main-menu .jet-nav-link-text{
	border-top: solid 3px transparent !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
	#main-menu .menu-item-link:hover > .jet-nav-link-text {
		border-top: solid 3px var( --e-global-color-accent ) !important;
	}
#main-menu .current-menu-item .jet-nav-link-text{
	border-top: solid 3px var( --e-global-color-accent ) !important;
	color: var( --e-global-color-accent ) !important;
}

#main-menu .jet-nav__sub .jet-nav-link-text{
	border-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;	
}
	#main-menu .jet-nav__sub .menu-item-link:hover .jet-nav-link-text{
		border-top: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;	
	}


/*Menú móvil*/
#mobile-menu {
	width: 100%;
}
#mobile-menu .jet-mobile-menu__container-inner{
	padding: 0;
}
#mobile-menu .jet-mobile-menu__container-inner{
	background: #021D49 !important;
}
#mobile-menu .jet-mobile-menu__controls, .jet-mobile-menu__body{
	background: #ffffff;	
}
#mobile-menu .jet-mobile-menu__controls{
	min-height: 34px;	
}
#mobile-menu .jet-mobile-menu__item{
	padding: 15px 10%;
}
#mobile-menu .fa-search{
	font-size: 24px;
}
#mobile-menu .jet-menu-item-10318, #mobile-menu .jet-menu-item-10319, #mobile-menu .jet-menu-item-10320, #mobile-menu .jet-menu-item-10321{
	background: #021D49;
}
	#mobile-menu .jet-menu-item-10318 a, #mobile-menu .jet-menu-item-10319 a, #mobile-menu .jet-menu-item-10320 a, #mobile-menu .jet-menu-item-10321 a,#mobile-menu .jet-menu-item-10318 span, #mobile-menu .jet-menu-item-10319 span, #mobile-menu .jet-menu-item-10320 span, #mobile-menu .jet-menu-item-10321 span{
		color: #ffffff;
	}
	#mobile-menu .jet-menu-item-10321 a{
		border: solid 1px #fff;
		border-radius: 5px;
		padding: 5px 10px;
		width: 100%;
		text-align: center;
	}
	#mobile-menu .jet-menu-item-10321 .jet-menu-name{
		margin: 0 auto;
	}

#mobile-menu-items .elementor-widget-wrap{
	justify-content: flex-end !important;
}  
#mobile-menu-items .elementor-widget-jet-search{
	margin: 6px 11px 0 0;
} 
#mobile-menu-items .elementor-widget-jet-search .jet-search__popup-trigger-icon i{
	font-size: 140%;
}

/*Formulario lateral*/
.form-lateral .input-text, .form-lateral input[type="text"], .form-lateral input[type="input"], .form-lateral input[type="password"], .form-lateral input[type="email"], .form-lateral input[type="number"], .form-lateral input[type="url"], .form-lateral input[type="tel"], .form-lateral input[type="search"], .form-lateral textarea, .form-lateral select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0 !important;
    width: 100%;
    display: block;
    /* margin-bottom: 20px; */
    background: #fff;
    border-radius: 0px;
}
.form-lateral p, .form-lateral h3{
	color: #222222 !important;
}
.form-lateral h3{
	font-size: 150%;
}
.form-lateral a{
	color: var( --e-global-color-accent ) !important;
}
.form-lateral  input[type="submit"]{
	width: 100% !important;
	background: var( --e-global-color-accent ) !important;
	color: #fff !important;
}
	.form-lateral  input[type="submit"]:hover{
		width: 100% !important;
		background: var( --e-global-color-primary ) !important;
		color: #fff !important;
	}

/*Botones*/
.button-fulwidth a{
	width: 100% !important;
}
.button-fulwidth{
	flex-basis: 33% !important;
}
@media (max-width: 1024px) {
	.button-fulwidth{
		flex-basis:50% !important;
	}
}
@media (max-width: 570px) {
	.button-fulwidth{
		flex-basis:100% !important;
	}
}
.button-100 a{
	width: 100% !important;
	max-width: 33% !important;
}
@media (max-width: 1024px) {
	.button-100 a{
		max-width: 50% !important;
	}
}
@media (max-width: 570px) {
	.button-100 a{
		max-width: 100% !important;
	}
}
/*.button-fulwidth a .elementor-button-text{
	flex-grow: 0 !important;
}*/


/*Aplicadores*/
.aplicadores-counter .elementor-counter-number{
	font-weight: 600;
}


/* Table of Contents
==================================================
CONTACT FORM COLUMNS
================================================== */

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested units,
    or wrap each row of units in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.flex_column:before,
.flex_column:after,
.widget:before,
.widget:after
{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.flex_column:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear units */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Columns for better content separation
================================================== */

.flex_column.first{
	margin-left: 0;
}

div .flex_column {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}
div .av_one_fifth {
  margin-left: 6%;
  width: 15.2%;
}
div .av_one_fourth {
  margin-left: 6%;
  width: 20.5%;
}
div .av_one_third {
  margin-left: 6%;
  width: 29.333333333333332%;
}
div .av_two_fifth {
  margin-left: 6%;
  width: 36.4%;
}
div .av_one_half {
  margin-left: 6%;
  width: 47%;
}
div .av_three_fifth {
  margin-left: 6%;
  width: 57.599999999999994%;
}
div .av_two_third {
  margin-left: 6%;
  width: 64.66666666666666%;
}
div .av_three_fourth {
  margin-left: 6%;
  width: 73.5%;
}
div .av_four_fifth {
  margin-left: 6%;
  width: 78.8%;
}
div .av_one_sixth {
  margin-left: 6%;
  width: 11.666666666666666%;
}
div .av_one_seventh {
  margin-left: 6%;
  width: 9.142857142857142%;
}
div .av_one_eighth {
  margin-left: 6%;
  width: 7.25%;
}
div .av_one_nineth {
  margin-left: 6%;
  width: 5.777777777777778%;
}
div .av_one_tenth {
  margin-left: 6%;
  width: 4.6%;
}
.av-align-top{ vertical-align: top; }
.av-align-middle{ vertical-align: middle; }
.av-align-bottom{ vertical-align: bottom; }

@media (max-width: 767px) {
	div .av_one_half, div .av_one_third, div .av_two_third  {
	  margin-left: 0;
	  width: 100%;
	}
}

/*Presupuestador*/

.presupuestador {
	padding: 130px 0px 60px 0px;
	position: relative;	
}
.presupuestador .e-con-inner{
flex-direction: column;	
}

.presupuestador h2 {
    font-size: 28px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 20px;
}

	.presupuestador .texto-paso{
		z-index: 1;
	}
	.presupuestador .titular-paso {
		position: absolute;
		margin: -5% auto;
		left: 0;
		right: 0;
		color: var( --e-global-color-d2ff5c3 );
		font-size: 109px;
		font-weight: 700;
		z-index: 0;
	}
	#presupuestador-paso1.presupuestador .titular-paso {
		color: var( --e-global-color-d2ff5c3 );
	}
	#presupuestador-paso2.presupuestador .titular-paso {
		color: #ffffff;
	}
	.presupuestador .titular-paso p{
		text-align: center !important;
	}

.presupuestador .elementor-widget-shortcode{
    z-index: 2;
}

#presupuestador-paso1 label{
	font-weight: 600 !important;
}
	#presupuestador-paso1 p{
		text-align: center;
	}
	#presupuestador-paso1 .newcontact:first-child{
		margin-bottom: 30px;
	}

#presupuestador-paso2{
	background-color: var( --e-global-color-d2ff5c3 );
}
	#presupuestador-paso2 .e-con-inner{
		background-color: var( --e-global-color-d2ff5c3 );
		max-width: 750px;
	}	

	#presupuestador-paso2 .newcontact .input-text, #presupuestador-paso2 .newcontact input[type="text"], #presupuestador-paso2 .newcontact input[type="input"], #presupuestador-paso2 .newcontact input[type="password"], #presupuestador-paso2 .newcontact input[type="email"], #presupuestador-paso2 .newcontact input[type="number"], #presupuestador-paso2 .newcontact input[type="url"], #presupuestador-paso2 .newcontact input[type="tel"], #presupuestador-paso2 .newcontact input[type="search"], #presupuestador-paso2 .newcontact textarea, #presupuestador-paso2 .newcontact select{
		background-color: var( --e-global-color-d2ff5c3 ) !important;
	}
	#presupuestador-paso2 .form-footer {
		padding-top: 30px;
		width: 100%;
		display: flex;
	}
	#presupuestador-paso2 .newcontact .wpcf7-submit{
		background: transparent !important;
		width: 100% !important;
	}
	#presupuestador-paso2 .newcontact .wpcf7-submit:hover{
		background: var( --e-global-color-accent ) !important;
		width: 100% !important;
	}

.presupuestador-nota{
	/*background-color: var( --e-global-color-primary ) !important;	
	color: #ffffff !important;*/
}
	.presupuestador-nota h3{
		margin-top: 0;
		text-align: center;
		color: #ffffff;
		border-bottom: solid 1px #ffffff4f;
	}
	.presupuestador-nota p{
		color: #ffffff !important;
		text-align:left !important;
		font-size: 14px;
	}
	.presupuestador-nota span{
		color: #ffffff !important;
	}
	.presupuestador-nota .elementor-button-link{
		background-color: var( --e-global-color-d2ff5c3 ) !important;
		fill: #FFFFFF;
		color: #FFFFFF;
		background-color: var( --e-global-color-accent ) !important;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: var( --e-global-color-accent );
		padding: 12px 30px 12px 30px;
		width: 100%;
	}
	.elementor-button-wrapper p{
		margin-bottom: 0 !important;
	}


@media (max-width: 767px) {

	.presupuestador {
		padding: 110px 0px 60px 0px;
		position: relative;	
	}	
	#presupuestador-paso1 p{
		text-align: left;
	}
	.presupuestador .titular-paso {
		margin: -13% auto;
		font-size: 80px;
	}	
	.presupuestador h2 {
		font-size: 24px;
	}
}

/*Plugin eventos Eventon*/
.ajde_events-template-default #content{
	padding-top: 100px;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
    align-items: center;
}
.evcal_event_subtitle {
    padding-bottom: 0px !important;
}
.evcal_list_a .evoet_time_expand, .evcal_list_a .evcal_location, .evcal_list_a .evoet_cmf {
	color:#ffffff !important;
}

/*Plugins Cookies*/

.cmplz-btn{
	text-decoration: none !important;
	text-transform: none !important;
}

/*Embed video ratios*/
.wp-block-embed-youtube iframe {
  height: 400px;
}