/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/*FORM*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background: #f5f5f5;
	border: none;
}

label {
	color: white;
}

textarea {
    max-height: 150px;
}

.label {
	display: none !important;
}

.formulariocontacto p {
	margin-bottom: 0;
}

/* Estilo para el botón de enviar del formulario */
#btn-enviar {
    background-color: #36AA34;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

#btn-enviar:hover {
    background-color: #4A6B52;
    transform: scale(1.02);
}

.boton-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    text-decoration: none !important; 
    border: none !important;
    outline: none !important;
	transition: all 0.3s ease;
}

.boton-whatsapp i {
    text-decoration: none !important;
}

.boton-whatsapp:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: white;
}