/* 
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 */
/* BOTÓN FLOTANTE RESERVAS */

.vnf-book-button{
position:fixed;
right:32px;
bottom:32px;
z-index:999;
display:flex;
align-items:center;
justify-content:center;
min-width:170px;
height:50px;
padding:0 32px;
background:#AD9C80;
color:#FFFFFF!important;
text-decoration:none;
border-radius:999px;
font-size:15px;
font-weight:600;
line-height:1;
font-family:inherit;
box-shadow:0 12px 32px rgba(0,0,0,.18);
transition:background .25s ease,transform .25s ease,box-shadow .25s ease;
}

.vnf-book-button:hover{
background:#333333;
color:#E6E3E0!important;
transform:translateY(-2px);
box-shadow:0 18px 40px rgba(0,0,0,.24);
}

.vnf-book-button:focus{
outline:none;
}

.vnf-book-button span{
display:flex;
align-items:center;
}

/* TABLET */

@media (min-width:768px) and (max-width:1024px){
.vnf-book-button{
right:24px;
bottom:24px;
min-width:200px;
height:56px;
padding:0 28px;
font-size:15px;
}
}

/* MÓVIL */

@media (max-width:767px){
.vnf-book-button{
/*left:16px;*/
right:16px;
bottom:16px;
width:auto;
min-width:auto;
height:54px;
padding:0 20px;
font-size:14px;
border-radius:999px;
}
}



.avirato-btn-open-close-chat-window-parent {bottom: 100px!important;}

/* =========================
TRADUCCIÓN CHAT AVIRATO
========================= */

/* Oculta texto original */

.avirato-btn-open-close-text{
font-size:0!important;
}

/* Español */

html[lang="es-ES"] .avirato-btn-open-close-text::after{
content:"¿Tienes alguna pregunta?";
font-size:16px;
}

/* Inglés */

html[lang="en-GB"] .avirato-btn-open-close-text::after,
html[lang="en-US"] .avirato-btn-open-close-text::after,
html[lang="en"] .avirato-btn-open-close-text::after{
content:"Do you have any questions?";
font-size:16px;
}

/* Francés */

html[lang="fr-FR"] .avirato-btn-open-close-text::after,
html[lang="fr"] .avirato-btn-open-close-text::after{
content:"Vous avez une question?";
font-size:16px;
}