/* 
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 */

.seccion-contacto .formulario form .col-1{
    width: 49%;
    margin-right: 10px;
}

.seccion-contacto .formulario form .col-2{
    width: 49%;
}

.seccion-contacto .formulario form p label{
    font-family: "Dosis", Sans-serif;
    font-size: 16px;
    color: #424242;
}
.seccion-contacto .formulario form p label span{
    color: #FF0000;
}

.seccion-contacto .formulario form p span input,
.seccion-contacto .formulario form p span select,
.seccion-contacto .formulario form p span textarea{
    font-family: "Dosis", Sans-serif;
    font-size: 16px;
    color: #424242;
    background: #E8E7E3;
    border: none;
}

.seccion-contacto .formulario form p input[type="submit"]{
    font-family: "Dosis", Sans-serif;
    font-size: 24px;
    width: 100%;
    background: #E85B74;
    color: #FFFFFF;
    border: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.seccion-contacto .formulario form p input[type="submit"]:hover{
    transform: scale(1.02);
    background-color: #424242;
}

.seccion-contacto .formulario form p span input:hover,
.seccion-contacto .formulario form p span input:focus{
    border: none;
}

.seccion-contacto .formulario form .btn-enviar p{
    margin-bottom: 0px;
}

.seccion-contacto .formulario form .aviso-form p{
    text-align: center;
}
.seccion-contacto .formulario form p span.aviso-privacidad{
    font-family: "Dosis", Sans-serif;
    text-align: center;
    font-size: 16px;
    color: #ACACAC;
}

.link-contacto a .elementor-button-content-wrapper{
    align-items: center;
}

.link-contacto a .elementor-button-icon svg{
    width: 2em;
    color: #FFFFFF;
}
@media (max-width: 767.98px) {

    .seccion-contacto .formulario form .col-1 {
            width: 100%;
            margin-right: 0px;
    }
    
    .seccion-contacto .formulario form .col-2 {
            width: 100%;
    }

}

@media (max-width: 991.98px) {
    
}


@media (max-width: 1199.98px) {
   
}


@media (max-width: 1399.98px) {

}
.aviso-privacidad:hover{
	color:#E8E7E3;
}


.btn-whatsapp a {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 1000; 
    color: white;
    border: none; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex; 
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    cursor: pointer; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-whatsapp a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}
