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

#reservas input, #reservas select,#reservas .btn-reservar {
    border-radius: 30px !important;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    padding: .5rem 1rem !important;
    height: 58px !important;
    width: 20%;    
}
#reservas .btn-reservar{
    background: #1E1F1F;
    border: none;
    color: white;
        font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 30px 30px 30px 30px;
}
#reservas input::placeholder{    
    color: black 
}

#loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .spinner {
            width: 50px;
            height: 50px;
            border: 6px solid #000;
            border-top: 6px solid transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

.mews-distributor {
    z-index: 0 !important;
    margin-top: 130px;
    min-height: calc(100vh - 130px);
	height: min-content !important;
}
.iDjyok{
	 display: none!important;
}
@media (max-width:767px){
	.mews-distributor {
/*     height: 850px !important; */
}
}

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1{
 display: none!important;
}
