/* PAGINA PRINCIPAL */

.swiper-slide .slide-thumb{
	display:none !important;

}

/*.no-clic a{pointer-events:none;}*/


/* Seccion titulos de pagina standard de wp */

.wpo-page-title{
	display:none !important;
}

/* Menu principal */

nav.global__navigation li a, nav.global__navigation li a .sub-menu a{
	text-transform: uppercase !important;
	font-family: "Bitter", serif;
}

/* Imagen fondo bocadillo QUE FACEMOS */

.features-text:before{background:none;}

/* Pestaña en la 3ª Caja QUE FACEMOS */

.features-item-2.active:before{right:-95px;}
.features-item-2.active:hover:before{right:-22px !important;}

/* Requerido en formulario Voluntariado */

#wpforms-3204-field_10-container legend, #wpforms-3204-field_10{
	clear:none;
	float:left;
}
#wpforms-3204-field_10-container legend{margin-right:10px;}

/* language switcher shortcode */

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
	width:100px !important;
}
.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language a{
	
	padding: 2px !important;
}
.trp-language-switcher > div > a{
	font-size:12px !important;
}

/* ERRORES

.elementor-social-icon i {
    color: #fff;
}

.elementor-social-icon svg {
    fill: #fff;
}
.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size,25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}
*/

/* FORMULARIOS */

[type="submit"] {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    background-color: #266B1C;
    border: 1px solid #266B1C;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}
[type="submit"]:hover{
	background-color: #78A33D;
	 border: 1px solid #78A33D;
}
.wpcf7-form{
	font-family: "Bitter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	margin-top:10px;
	border-color: #687693;
}
.wpcf7-not-valid-tip{margin-top:10px;}


