/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2024 | 17:26:14 */
/** Header **/
#site-header {
	z-index: 1000;
}

.site-navigation-toggle .eicon-menu-bar {
	position: relative; 
	width: 32px; 
	height: 32px; 
}

.site-navigation-toggle .eicon-menu-bar:before {
	position: absolute; 
	font-family: fontawesome;
	font-style: normal;
	content: '\f0c9';
	color: white;
}

.elementor-active .site-navigation-toggle .eicon-menu-bar:before {
	content: '\f00d' !important;
}

/** Formulario home **/
.wpcf7 form label {
	width: 100%;
	color: transparent;
}

.wpcf7 form label input, 
.wpcf7 form label textarea {
	border: none !important;
    border-bottom: 2px solid #fff !important;
    padding: 1rem 1.5rem !important;
}

.wpcf7 form label textarea {
	max-height: 140px;
}

.wpcf7 form input[type="submit"] {
	margin-top: 2rem;
	background: #fff;
	color: #444;
	border: 1px solid #414141;
	width: 100%;
}

.wpcf7 form input[type="submit"]:hover {
	color: #fff;
	background-color: #444;
}

#site-footer .footer-inner .copyright {
	color: transparent;
	padding-left: 4rem;
	padding-right: 4rem;
	margin-right: 3.5rem;
	background: transparent url(/wp-content/uploads/2024/05/un-proyecto-de-denumeris-logo.png) left center no-repeat;
	background-size: contain;
}

::placeholder {
	color: #aaa !important;
}


@media screen and (min-width: 768px){
	.wpcf7 form .w-50 {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		float: left;
	}	
}

@media screen and (max-width: 768px){
	#site-footer .footer-inner .copyright {
		margin-right: 0;
	}

}
