/*
Theme Name:   Template
Description:  A child theme from Hello Elementor
Author:       Informatiza
Author URL:   https://informatizaweb.com.br
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor
*/

#header_main {
	transition: ease-out .2s all;
}

#header_pop.scrolled-up #header_main {
	background-color: #192342;
	padding: 10px;
}

@media screen and (max-width: 1350px) and (min-width: 1025px) {
    .rs-break .elementor-row {
        flex-direction: column;
    }
    .rs-break .elementor-row .elementor-column {
        width: 100% !important;
    }
    #header_menu .elementor-nav-menu > li:not(:last-child) {
        margin-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .floating-whatsapp {
        right: 30px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    #header_menu {
        order: 2;
    }
}
