/* 
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.wpcf7-form input {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    color: #333333;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-enviar {
    max-width: 180px;
    background: #fff;
    border: solid #F06D0E 2px;
    color: #F06D0E;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-enviar:hover{
	  background: #F06D0E;
    border: solid #F06D0E 2px;
    color: #fff;
}
.link-blanco a{color:#fff;}
.link-blanco a:hover{color:#F06D0E;}
 .phone a {
    position: fixed;
    right: 5px;
    z-index: 9999999999999999;
    top: 50%;
    font-size: 20px;
    background: url(https://racksmty.com.mx/wp-content/uploads/ic_llamada.webp);
    width: 60px;
    height: 60px;
    background-size: cover;
}

.whatsaap a {
    position: fixed;
    right: 5px;
    z-index: 9999999999999999;
    top: 65%;
    font-size: 20px;
    color: #F0EBFD;
    background: url(https://racksmty.com.mx/wp-content/uploads/ic_whapsapp.webp);
    width: 60px;
    height: 60px;
    background-size: cover;
}
.whatsaap a:hover{background: url(https://racksmty.com.mx/wp-content/uploads/ic_whapsapp_hover.webp);}
.phone a:hover{background: url(https://racksmty.com.mx/wp-content/uploads/ic_llamada_hover.webp);}
 