/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#mc4wp-form-1 p {
	width:100%;
	display:flex;
	justify-content: center;
}
.acordeon-custom .eael-accordion-content {
	border-radius:100px;
}
.mc4wp-form-fields [type="button"], .mc4wp-form-fields [type="submit"], .mc4wp-form-fields button {
	border-color: var( --e-global-color-primary );
	background-color: var( --e-global-color-primary );
	color: #fff;
	height:100%;
	border-radius: 0 50px 50px 0;
}
.mc4wp-form-fields [type="button"]:focus, .mc4wp-form-fields [type="button"]:hover, .mc4wp-form-fields [type="submit"]:focus, .mc4wp-form-fields [type="submit"]:hover, .mc4wp-form-fields button:focus, .mc4wp-form-fields button:hover {
	background-color: var( --e-global-color-secondary );
	color:#fff;
	    padding: 4px 16px 12px 16px;
}
.mc4wp-form-fields input[type="date"], .mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="number"], .mc4wp-form-fields input[type="password"], .mc4wp-form-fields input[type="search"], .mc4wp-form-fields input[type="tel"], .mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="url"], .mc4wp-form-fields select, .mc4wp-form-fields textarea, .mc4wp-form-fields [type="button"], [type="submit"], .mc4wp-form-fields button {
	border-radius:0;
}
#mc4wp-form-1 #nombre {
	border-radius: 50px 0 0 0 !important;
}
#mc4wp-form-1 #mail {
	border-radius: 0 0 0 50px !important;
}
#mc4wp-form-1 #nombre, #mc4wp-form-1 #mail {
	padding-left:35px;
	text-align:right;
    background-color: #a1d7e0;
    border: none;
}
#mc4wp-form-1 ::placeholder {
    color: #fff;
}
#abierto:not(.active) i {
    display: none;
}
#abierto.active i {
    margin-top: -50px;
}
