/* gerais */
body {
    background: #FAFAFA;
    position: relative;
}

.whatsapp-button {
    background: #30D24E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px;    
    box-shadow: 0 0 0 10px #C4F0CC; 
    transform: translate(0, 0);
    animation: wpp-animate 3s ease-in-out infinite;
    z-index: 1000;
}

.whatsapp-button svg {
    width: 30px;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.flex-row { flex-direction: column; }

/* header */

header .logo {
    align-self: flex-start;
    max-width: 180px;
    margin: 0 0 0 20px;
    display: block;
    padding: 20px 0;
}

header .logo svg {
    display: block;
    width: 100%;
}

header nav {
    display: none;
}

.btn {
    text-decoration: none;
    padding: 15px 30px;
    transition: 0.3s;
    align-self: flex-start;
    cursor: pointer;
}

/* footer */
footer { padding: 80px 0 0 0; }
.footer-block { width: 80%; margin: 20px auto; align-items: flex; }
.footer-block .logo { margin: 0 auto; align-self: center; display: block; }
.footer-block .copyright { margin-top: 10px; text-align: center; }
.footer-block h5,
.footer-block .footer-contact { text-align: left; }
footer nav h4 { text-align: left; }
footer a { text-align: left; }
.footer-copy { flex-direction: column; margin: 0; padding: 20px 0; }

/* multiverso copy */
.multiverso { margin: 10px 0 0 0; }

/* tab — footer/menu mobile (banner usa proporções desktop em responsive.css) */
.tab-bar { width: 35%; }
.tab-reverse .tab-bar { width: calc(35% + 50px); }
.tab::before { left: 65%; }

footer .tab-bar,
footer .tab-reverse .tab-bar {
    width: 35%;
}

footer .tab-reverse .tab-bar {
    width: calc(35% + 50px);
}

/* menu mobile */
.main-navigation, .menu-wrapper {display: block;}
  
/* Nav */
.main-navigation {right: 5px; top: 15px; position: fixed; z-index: 100000; outline: none; display: -webkit-box; display: -ms-flexbox; display: flex; }
.main-navigation .hamburger {width: 60px; z-index: 100000; outline: none; }
.main-navigation .hamburger span span.hamburger-inner, .main-navigation .hamburger span span.hamburger-inner::before, .main-navigation .hamburger span span.hamburger-inner::after {width: 32px; height: 2px;
/* /////////////// color button */
background: #FF7200;
}
/* Hamburger Button */
.hamburger {padding: 15px 15px; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
.hamburger:hover {opacity: 0.7; }
.hamburger-box {width: 40px; height: 24px; display: inline-block; position: relative; }
.hamburger-inner {display: block; top: 50%; margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 40px; height: 4px; background-color: #000; border-radius: 4px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {content: ""; display: block; }
.hamburger-inner::before {top: -10px; }
.hamburger-inner::after {bottom: -10px; }

/* Slider Reverse */
.hamburger--slider-r .hamburger-inner {top: 2px; }
.hamburger--slider-r .hamburger-inner::before {top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.15s; }
.hamburger--slider-r .hamburger-inner::after {top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {transform: translate3d(0, 10px, 0) rotate(-45deg);
background: #fff !important; }
.hamburger--slider-r.is-active .hamburger-inner::before {transform: rotate(45deg) translate3d(5.71429px, -6px, 0); opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {transform: translate3d(0, -20px, 0) rotate(90deg);
background: #fff !important; }

/* Wrap Menu*/
.menu-wrapper {z-index: 1001; width: 100%; height: 100%; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); position: fixed; overflow: hidden; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.menu-wrapper .menu-mobile { width: 90%; position: absolute; left: 0; top: 0; z-index: 1000; display: block; height: 100%; padding-top: 120px;
/* /////////////// color background */
background-color: #FF7200;
}
/* Menu Itens */
/* .menu-item {text-indent: 0; text-align: center; overflow: hidden } */
.menu-item a {
    position: relative; display: flex; text-decoration: none; transition: 0.3s;
    /* ///////////// text menu options */
    font-size: 1.1rem;
    line-height: 1.3rem;
    width: 80%;
    padding: 5px 0;
    text-align: right !important;
    text-decoration: none;
    color: #fff;
    margin: 20px auto;
    transition: 0.3s;
    justify-content: flex-end;
    align-items: center;
}

.menu-item-service a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu-item-service-margin a {
    margin-bottom: -20px;
}

.menu-item-sub a {
    color: #833b00;
    margin-bottom: -20px;
}

.menu-item a svg,
.menu-item a img {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 25px;
    height: auto;
}

.menu-item-service a img {
    filter: brightness(0) invert(1);
}

.menu-item a.btn {
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

.menu-item a.btn span {
    color: #0F2A73;
    padding-left: 15px;
}

.mobile-flags {
    display: flex;
    justify-content: flex-end;
    margin: 10px 10%;
    padding: 5px 0;
    text-align: right;
}

.mobile-flags a {
    margin: 0 0 0 5px;
}
  
.menu-wrapper--active {-webkit-transform: translate(10%, 0); transform: translate(10%, 0); }  

/* titles */

/* main title */
.title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    width: 90%;
}

/* tag */
.tag {
    margin: 10px auto 0 auto;
    display: table;
}

/* blocks -- ok*/
.block {
    max-width: 1280px;
    align-items: center;
    margin: 0 auto;
    padding: 120px 0;
}

.blk-6, .blk-5, .blk-4, .blk-3, .blk-2 { width: 90%; margin: 0 auto }

/* páginas */

.banners {
    display: block;
}

.main-start-content {
    padding-top: 120px;
}

/* services -- ok */
.service { margin: 15px auto; }
.service-infos h3 { font-size: 1.8rem; }

/* about -- ok */
.about-wrapper { flex-direction: column; }
.about-image { order: 2; }
.about-image h4 { right: 10px; bottom: 10px; }
.about-infos { order: 1; margin: 0 auto 30px auto; }

/* why -- ok */
.why .why-img { order: 3; margin: 50px auto 0 auto; }
.why-wrapper img { width: 80%; margin: 0 auto; }


/* testimonials -- ajustar carrossel */
.testimonials { padding-block: 50px; }
.testimonials .title, .testimonials .tag { margin: 10px auto; }
.testimonials .carousel-nav { display: none; }
.testimony { width: 75%; margin: 10px auto; max-height: none; }
.testimony p {
    max-height: 10rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

/* carousel */
.carousel-wrapper { position: relative; width: 100%; } 

/* start */
.start { width: 100%; background-position: center left; background-size: auto 70%; }
.start-home { width: 95%; margin: 0 0 0 5%; }
.start-content { padding: 80px 0; width: 90%; margin: 0 auto; }


/* head page */

.head-page { padding: 88px 0 100px 0; }
.head-page-infos-wrapper { height: auto; position: relative; top: auto; bottom: auto; pointer-events: auto; }
.head-page-media { min-height: 0; max-height: 420px; overflow: hidden; }
.head-page--quem-somos .head-page-media { max-height: 414px; }
.head-page-media img { position: static; height: auto; max-height: 420px; width: 100%; object-fit: cover; clip-path: none; margin-bottom: 0; object-position: center; }
.head-page--quem-somos .head-page-media img { max-height: 414px; }
.head-page .tab-reverse,
.head-page-scroll-hint { display: none; }
.head-page-infos-text { width: 80%; margin: 0 auto; }
.head-page-infos h1 { line-height: 2rem; padding-top: 0; color: #000; }
.head-page-infos h1 b { color: #FF7200; }
.head-page-infos p { margin: 0 0 30px 0; line-height: 1.5rem; color: #000; }
.head-page-infos a { align-self: flex-start; margin: 0; background: #FF7200; color: #fff; }

/* about */
.for-who-item { width: 60%; margin: 10px auto; }

/* contact */

.contact-page { position: relative; background-image: linear-gradient(#FF7200, #FF7200); background-position: top center; background-repeat: no-repeat; background-size: 100% 600px; overflow: hidden; padding: 120px 0 100px 0; }
.contact-head { position: relative; width: 100%; }
.contact-head-image { width: auto !important; position: absolute !important; bottom: 0; left: 0; }
.contact-head-wrapper { width: 80%; margin: 0 auto; display: flex; flex-direction: column; }
.contact-head-title { width: 100%; margin: 0 auto 30px auto; }
.contact-head-form { width: 100%; }
.form-block { width: 100%; margin: 0; flex-direction: column; }
.form-input { width: 100%; padding: 15px 0; margin: 5px 0; }
.form-select { margin: 5px; }
.form-message { width: calc(100% - 40px); margin: 5px 0; }
.form-block-button { margin: 5px 0; justify-content: flex-start; align-items: flex-start; }

.contact-head-form .form-block > p { flex-direction: column; gap: 0; }
.contact-head-form .form-block .wpcf7-form-control-wrap { width: 100%; margin: 5px 0; }

/* start */
.start-contact { position: relative; width: 95%; margin: 30px 0 0 5%; overflow:hidden; padding: 80px 0 0 0; background-position: left top; background-size: 200% auto; }
.start-content { padding: 80px 0; width: 90%; margin: 0 auto; }

.start-contact .start-content { width: 100%; position: relative; padding: 200px 0 0 0; }
.start-contact .start-content h2 { color: #000; }
.start-contact .start-content h2 b { color: #F06B00; }
.start-contact .start-content a { color: #fff; background: #F06B00; }

.contact-infos { width: 90%; margin: 100px auto; flex-direction: column; }
.contact-social { width: 100%; }
.contact-map { width: 100%; }
.contact-map-title { padding: 20px 40px; margin: 30px 0; }
.map-iframe-tab-bar { width: 35%; }
.map-iframe-tab::before { left: 65%; }
.humanizza-map-google-btn { right: 12px; bottom: 58px; font-size: 0.85rem; padding: 8px 14px; }

/* title block */

.title-block { width: calc(90% - 100px); padding: 40px 30px 70px 30px; margin: 0 auto; }
.title-block h3 { font-weight: 400; font-size: 1.3rem; line-height: 1.7rem; margin: 30px auto; }

/* questions */

.questions { width: 90%; margin: 0 auto; }
.question-item { padding: 15px 20px; }
.question-item-title h3 { font-size: 0.95rem; line-height: 1.3rem; }
.question-show-wrapper { flex-direction: column; padding: 40px 10px; width: 100%; box-sizing: border-box; }
.question-show-infos { width: 100%; }
