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


/* Color cursor texto animado */

.animado-blanco .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

/* Estilo flecha desplegable carta */

span.jet-toggle__icon.icon-normal.jet-tabs-icon {
    background: none;
    color: #181a1c;
    font-size: 25px;
}

span.jet-toggle__icon.icon-active.jet-tabs-icon {
    background: none;
    color: #181a1c;
    font-size: 25px;
}

/** Color placeholder formulario **/

input::placeholder, textarea::placeholder {
    color: #181A1C !important;
    opacity: 1 !important;
}

/** Ajuste altura campos **/

select#form-field-restaurante {
    min-height: 55px;
}

input#form-field-nombre {
    min-height: 55px;
}

input#form-field-telefono {
    min-height: 55px;
}
input#form-field-email {
    min-height: 55px;
}

