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


/*header site*/
.headerSite {
    height: 70px;
    border-bottom: 1px solid #000;
}
/*logo header site */
.logoHeader img {
    max-width: 104px;
    width: 100%;
    height: auto;
}

/*log footer*/
.footerLogo img{
    max-width: 105px;
    width: auto;
    height: auto;
}

/* card service item home */
.cardServiceHome {
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.cardServiceHome .elementor-widget-image {
    height: 220px !important;
    overflow: hidden !important;
}
.cardServiceHome .elementor-widget-image img {
    border-radius: 12px;
}
/* page service*/
.itemServico {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* form contato*/
.wrapper-form {
    max-width: 835px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.wrapper-form label {
    width: 100%;
    font-size: Montserrat, sans-serif;
    font-weight: 500;
    color: #0F2F57;
    font-size: 14px;
    line-height: 14px; 
}
.wrapper-form label input ,.wrapper-form label textarea {
    margin-top: 6px;
    border-radius: 8px;
    border-color: #E0E5EB;
}

.wrapper-form .full-column {
    display: flex;
    flex-direction: column;
}
.wrapper-form .full-two p{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
@media(max-width: 768px){
    .wrapper-form .full-two p{
        flex-direction: column;
    }
}

.wrapper-form .wpcf7-submit {
    background-color: #004BE0;
    border-color: #004BE0;
    color:#fff;
    width: 100%;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}
.wrapper-form .wpcf7-submit:hover {
    background-color: #fff;
    color:#004BE0;
    opacity: 0.9;
}

.elementor-8 .elementor-element.elementor-element-e707041 .hfe-button-wrapper.current-menu-item a.hfe-menu-item {
    color: #fff !important;
}

@media(min-width:1199px) {
     .hfe-nav-menu__submenu-arrow {
        max-width: 875px !important;
        width: 100% !important;
     }
}