/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'BigCaslonFB';
    src: url('/wp-content/themes/vila11/assets/fonts/BigCaslonFB-Italic.woff2') format('woff2'),
    url('/wp-content/themes/vila11/assets/fonts/BigCaslonFB-Italic.woff2') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BigCaslonFB';
    src: url('/wp-content/themes/vila11/assets/fonts/BigCaslonFB-Regular.woff2') format('woff2'),
    url('/wp-content/themes/vila11/assets/fonts/BigCaslonFB-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #000000;
}

.caslon {
    font-family: 'BigCaslonFB', sans-serif;
}

.gold {
    color: #CFA567;
}

.itu_subtit {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.content h2 {
    font-size: 32px;
    line-height: 1.2;
}

.content p,p {
    letter-spacing: 0.4px;
}
#header {
    background: #393939;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
}
#header .content {
    max-width: 1520px;
    height: 100%;
    padding: 0 20px;
    color: #ffffff;
}
/* HEADER */
#header.itu {
    background: transparent;
}

#header.itu.fixed {
    background: #000;
}

.logo, .content h1.logo {
    width: 92px;
    filter: brightness(0) invert(1);
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
}
.menu_header_in {
    justify-content: flex-end;
}
.align-center {
    -ms-flex-align: center;
    align-items: center;
}
#menu_header_wrapper {
    width: calc(100% - 260px);
}
.menu_header ul {
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
}
.menu_header ul li a {
    padding: 32px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;
}
.menu_header ul li a {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.menu_header ul li a:after {
    background: #CFA567;
}

.menu_header ul li a:hover:after, .menu_header ul li.current-menu-item a:after, .menu_header ul li.menu-item-has-children:hover a:after {
    height: 4px;
}

.menu_header ul li.menu-item-has-children ul li a:hover {
    background: #CFA567;
}
.menu_header ul li.menu-item-has-children ul {
    display: none;
    width: 205px;
    margin: 0;
    padding: 20px 0 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
.alugar_header a {
    padding: 12px 15px;
    background: #CFA567;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.alugar_header a:hover {
    background: #000;
    color:#fff;
}

.alugar_header a i {
    display: none;
}

.menu_header_in_right {
    align-items: center;
}
.portal_header {
    margin: 0 0 0 30px;
}
.portal_header a {
    background: url(../img/icon-portal-itu.svg) no-repeat center center / contain;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    text-indent: -99999px;
    display: block;
}

.single-unidade .content_wrapper .content {
    padding: 60px 20px 60px;
}
.content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
    z-index: 5;
}
.footer .conteudo-sub .content{
    padding:0;
    justify-content: center;
}
.footer ul.last-menu  li a,
.footer .redes .endereco a{
    text-decoration: underline;
    color:#F0F0EF;
    font-size:11px;
}
.footer .redes .endereco a{
    font-size:13px;
}
.footer .redes-sociais a svg{
    fill:#CFA567;
}
.footer .redes-sociais a:hover svg{
    fill:#fff;
}
.content h1 {
    margin: 0 0 20px 0;
    font-size: 50px;
    line-height: 54px;
    font-weight: 300;
}
/* CONTENT */
.content_wrapper.unidade_itu {
    overflow: hidden;
    padding: 0;
}

.content_wrapper.unidade_itu::before,
.content_wrapper.unidade_itu::after {
    display: none;
}

.itu_topo {
    background: #111111;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.itu_topo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.itu_topo .slick-slider .slick-list,
.itu_topo .slick-slider .slick-list .slick-track{
	height: 100% !important;
}

.unidade_itu_slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.itu_inicio_seta {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    color: #ffffff;
}

.itu_inicio_prev {
    left: 40px;
}

.itu_inicio_next {
    right: 40px;
}

.itu_inicio_seta svg {
    cursor: pointer;
}

.itu_inicio_seta svg:hover {
    opacity: 0.7;
}

.unidade_itu_slider_box {
    height: 500px;
}

.unidade_itu_slider_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.itu_topo .content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    position:absolute;
    top:0;
	transform: translateX(-50%);
    left: 50%;
}

.itu_topo_baixo {
    text-align: center;
}

.itu_content {
    position: relative;
    z-index: 2;
    background: #111111;
}

.itu_content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 1px;
    height: 40px;
    margin: 0 auto;
    background: #D9D9D9;
}

.itu_content .content {
    padding: 85px 20px 60px !important;
    color: #ffffff;
}

.itu_content_top {
    display: grid;
    grid-template-columns: 0.91fr 1.09fr;
    gap: 40px;
    width: 100%;
    max-width: 715px;
    margin: 0 auto 120px;
}

.content .itu_content_top h2 {
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
}

.itu_content_top_right p {
    color: #F0F0EF;
}

.itu_content_top_right .link {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 1px solid #fff;
     color:white;
}

.itu_content_top_right .link:hover {
    background: #fff;
    color: #000;
}

.itu_content_rep {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.itu_content_rep_box span {
    display: block;
    margin-bottom: 20px;
}

.itu_content_rep_box span img {
    display: block;
    width: 36px;
    height: auto;
    margin: 0 auto;
}

.itu_content_rep_box h3 {
    max-width: 170px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.itu_unidades {
    position: relative;
    background: #F0F0EF;
}

.itu_unidades::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #111111;
}

.itu_unidades .content {
    max-width: 950px;
    position: relative;
    z-index: 5;
}

.itu_unidades_topo {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.itu_unidades_rep {
    width: 100%;
    padding: 25px 0;
}

.itu_unidades_rep .slick-list {
    overflow: unset !important;
}

.itu_unidades_rep .slick-track {
    display: flex !important;
}

.itu_unidades_rep .slick-slide {
    height: inherit !important;
}

.itu_unidades_rep .slick-slide > div {
    height: 100%;
}

.itu_unidades_rep_box {
    padding: 12px;
    height: 100%;
}

.itu_unidades_rep_box_in {
    background: #fff;
    width: 100%;
    height: 100%;
}

.itu_unidades_rep_box_img {
    width: 100%;
    height: 192px;
    display: block;
}

.itu_unidades_rep_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.itu_unidades_rep_box_info {
    padding: 16px;
}

.itu_unidades_rep_box_info_top {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

.content .itu_unidades_rep_box_info_top h3 {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.itu_unidades_rep_box_link {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.itu_unidades_rep_box_link a {
    display: inline-block;
    color: #CFA567;
    text-decoration: underline;
    outline: none;
}

.itu_unidades_rep_box_link a:hover {
    text-decoration: none;
}

.itu_unidades_cta {
    display: block;
    width: 100%;
    text-align: center;
}

.itu_unidades_cta a {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 1px solid #CFA567;
    background: #CFA567;
}

.itu_unidades_cta a:hover {
    background: #000;
    border-color: #000;
}

.itu_diferenciais {
    background: #F0F0EF;
}

.itu_diferenciais .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 105px;
    max-width: 970px;
    padding: 30px 20px !important;
}

.itu_diferenciais_left {

}

.content .itu_diferenciais_left h2 {
    max-width: 280px;
}

.content .itu_diferenciais_left p strong {
    font-weight: 500;
    color: #CFA567;
}

.itu_diferenciais_right {}

.itu_diferenciais_right img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.itu_areas {
    background: #F0F0EF;
}

.itu_areas .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    max-width: 1010px;
}

.itu_areas_imgs {
    position: relative;
    height: 385px;
}

.itu_areas_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.itu_areas_img:first-of-type {
    display: block;
}

.itu_areas_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.itu_areas_right {

}

.itu_areas_txt {

}

.itu_areas_cards {

}

.itu_areas_box {

}

.content h3.itu_areas_tit {
    padding: 15px 0;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.content h3.itu_areas_tit.active {
    background: none;
}

.content h3.itu_areas_tit:hover {
    padding-left: 10px;
}

.itu_areas_img_wrapper {
    display: none;
    position: relative;
    height: 235px;
}

.itu_localizacao {
    background: #F0F0EF;
}

.itu_localizacao .content {
    max-width: 1050px;
    width:100%;
}

.itu_localizacao_topo {
    text-align: center;
    padding-bottom: 10px;
}

.itu_localizacao_mapa {
    width: 100%;
    height: 360px;
    display: block;
}

.itu_localizacao_mapa iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.itu_contato {
    position: relative;
    background: #E8E8E8;
}

.itu_contato::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #F0F0EF;
}

.itu_contato .content {
    position: relative;
    z-index: 5;
    max-width: 870px;
}

.itu_contato_topo {
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

.itu_contato_logo {
    display: block;
    margin-bottom: 25px;
}

.itu_contato_topo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.itu_contato_baixo {
    display: grid;
    grid-template-columns: 322px 1fr;
    gap: 115px;
}

.itu_contato_whats a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.itu_contato_whats a i {
    font-size: 30px;
}

.itu_contato_whats a span {
    padding: 12px 15px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 1px solid #000;
}

.itu_contato_whats a:hover i {
    color: #CFA567;
}

.itu_contato_whats a:hover span {
    color: #fff;
    background: #CFA567;
    border-color: #CFA567;
}

.itu_contato_form {}

.itu_contato_form .form_control input,
.itu_contato_form .form_control select {
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-color: #000;
}

.itu_contato_form .form_button .flex {
    justify-content: flex-end !important;
}

.itu_contato_form .form_control button {
    width: auto;
    padding: 12px 25px;
    background: #CFA567;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 4px;
}

.itu_contato_form .form_control button:hover {
    background: #000;
}

/* FOOTER */
#footer.itu {
    background: #000000;
}
#footer.itu::before,
#footer.itu .footer_news_wrapper {
    display: none;
}

.footer_meio_wrapper .content {
    align-items: flex-start !important;
    max-width: 1050px;
    padding-top: 60px !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #F0F0EF;
}

#footer.itu .footer_logo img {
    filter: brightness(0) invert(1);
}

.content .footer_menu_wrapper ul li a {
    display: block;
    padding: 5px 0;
    color: #F0F0EF;
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.content .footer_menu_wrapper ul li a:hover {
    color: #CFA567;
}

.content .footer_txt p {
    margin: 0 0 25px 0;
}

.content .footer_redes {
    padding-top: 0;
    justify-content: left !important;
    gap: 25px;
}

.content .footer_redes a {
    margin: 0;
    color: #CFA567;
}

.content .footer_redes a:hover {
    color: #F0F0EF;
}

.footer_copyright_wrapper:before {
    max-width: 1150px;
}

.footer_copyright_wrapper .content {
    max-width: 1050px;
    padding: 25px 20px;
    color: #F0F0EF;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
}

.copy_left {
    width: 100%;
}

.menu_copyright ul li a {
    text-decoration: underline;
}

.menu_copyright ul li a:hover {
    color: #CFA567;
}

.copy_right {
    width: 100%;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
}

.copy_right a {
    color: #F0F0EF;
    text-decoration: none;
}

.copy_right a:hover {
    color: #CFA567;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
    #menu_header_wrapper {
        background: #000;
    }

    .menu_header ul li.menu-item-has-children ul li a {
        padding: 5px 0;
        font-size: 10px;
        text-transform: uppercase;
    }

    .menu_header_in_right {
        width: 100%;
        padding-top: 20px;
    }

    .portal_header {
        margin: 25px 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .itu_content_rep {
        grid-template-columns: repeat(3, 1fr);
    }

    .itu_areas .content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .itu_areas_imgs {
        display: none;
    }

    .itu_contato_baixo {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer_menu_wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .single-unidade .content_wrapper .content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .itu_content_top {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 50px;
    }

    .itu_content_rep {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_redes.display-mobile-flex {
        display: none !important;
    }

    .footer_menu_wrapper {
        display: block;
    }

    .content .footer_redes {
        justify-content: center !important;
    }

    .copy_right {
        padding-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .itu_topo {
        height: 530px;
    }
}
@media screen and (max-width: 374px) {
    .itu_content_rep {
        grid-template-columns: 1fr;
    }
}
.footer ul li a:after{
    display:none;
}
.footer .navbar-nav.navbar-desktop{
    align-items: initial;
    text-transform: uppercase;
    margin:25px 0 0;
}
.footer .navbar-nav.navbar-desktop li a{
    display: block;
    padding: 5px 0;
    color: #F0F0EF;
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.footer .navbar-nav.navbar-desktop li {
    margin: 0px 5px;
}
.footer .navbar-nav.navbar-desktop li a:hover,
.footer ul li a:hover{
    color: #CFA567;
}
.footer .div-logos {
    padding-bottom: 76px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1050px;
    margin: auto;
}
.footer .div-logos .header-logo1 img {
    width: 305px;
}
/* NOVO FORM */

#form_sales select:required:invalid {
    color: gray;
}

#form_sales select option {
    color: black;
}

.form_content {
    width: calc(100% - 8px);
    background-color: #FFF;
    border-radius: 4px;
    position: relative;
}

.form_content_scrollable {
    padding: 32px;
    overflow: auto;
}

.form_content form > div {
    width: 100%;
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form_content form > div:first-of-type {
    padding-top: 0;
}

.form_content form > div > div:not(.modal_form_content_submit_buttton) {
    width: 50%;
}

.form_content form > div > div:first-of-type {
    padding-right: 16px;
}

.form_content form > div > div:last-of-type {
    padding-left: 16px;
}

.form_content label, .form_content input, .form_content select, .form_content textarea {
    width: 100%;
}

.form_content input, .form_content select, .form_content textarea {
    padding: 8px;
    border: 1px solid #95989A;
}

.form_content label {
    font-size: 12px;
    line-height: 16px;
    color: #272727;
    padding-bottom: 8px;
}

.form_content p {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #969696;
    width: 100%;
}

.form_content p > a {
    text-decoration: underline;
}

.form_content p > a:hover {
    font-weight: bold;
}

.modal_form_content_submit_buttton_span_whatsapp {
    display: none;
}

.form_modal_content_whatsapp .modal_form_content_submit_buttton button span:not(.modal_form_content_submit_buttton_span_whatsapp) {
    display: none;
}

.form_modal_content_whatsapp .modal_form_content_submit_buttton_span_whatsapp {
    display: block;
}

.form_content button {
    background-color: #F84C6A;
    padding: 20px 48px;
    border: none;
    display: flex;
    cursor: pointer;
}

.form_content button:hover {
    background-color: #70D0FA;
}

.form_content span {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 15px;
    color: #FFF;
}

.form_content i {
    color: #FFF;
    margin-left: 32px;
}

.form_content::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #88E9FE;
    border-radius: 4px;
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.content form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
}

.content .form_control {
    width: 100%;
    margin: 0 0 15px 0;
}

.content .form_control_50 {
    width: calc(50% - 10px);
}

.form_control label {
    width: 100%;
}

.form_control input, .form_control select, .form_control textarea {
    background: transparent;
    width: 100%;
    padding: 20px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid #989898;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.form_control select {
    background: url(../img/seta_dropdown.png) no-repeat center right transparent;
    padding: 20px 20px 20px 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.form_control input:focus,
.form_control textarea:focus {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.form_control ::-webkit-input-placeholder {color: #989898;}
.form_control ::-moz-placeholder {color: #989898; opacity: 1 !important;}
.form_control ::-ms-placeholder {color: #989898;}
.form_control ::placeholder {color: #989898;}

.form_control_checkbox span.wpcf7-list-item,
.form_control_checkbox span.wpcf7-list-item label {
    margin: 0;

    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: left;
    align-items: center;
}

.form_control_checkbox input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.form_control textarea {
    max-width: 100%;
    height: 62px;
    display: block;
}

.form_upload .your-arquivo {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.form_upload .your-arquivo input {
    visibility: hidden;
}

.form_upload label {
    background: transparent;
    width: 100%;
    padding: 35px 20px 15px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #818181;
    font-weight: bold;
    outline: none;
    text-align: center;
    text-decoration: underline;
    border: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form_upload label:hover {
    opacity: 0.7;
}

.form_control.form_disclaimer {
    padding: 15px 0;
    font-size: 13px;
    line-height: 17px;
    color: #969696;
    text-align: center;
}

.form_control.form_disclaimer a {
    text-decoration: underline;
}

.form_control.form_disclaimer a:hover {
    font-weight: bold;
}

.content .form_button {
    width: 100%;
    margin: 0;
    text-align: center;
}

.form_button button,
.form_button input[type="submit"] {
    background: #F84C6A;
    width: 100%;
    padding: 22px 35px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
}

.form_button button i {
    margin: 0 0 0 20px;
}

.form_button button:hover,
.form_button input[type="submit"]:hover {
    background: #70D0FA;
}

.button_loading {
    width: 100%;
    padding: 10px 0 0 0;
}

.button_loading img {
    max-width: 20px;
    height: auto;
    margin: 0 auto;
    display: block;
}

#form_sales select:required:invalid{
    padding:0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.menu_header ul li {
    margin: 0;
    display: inline-block;
    position: relative;
}
.menu_header ul li a:after {
    content: '';
    background: #CFA567;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.25s;
}
.menu_header ul li.menu-item-has-children ul {
    display: none;
    width: 205px;
    margin: 0;
    padding: 20px 0 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.menu_header ul li.menu-item-has-children:hover ul {
    display: block;
}
.menu_header ul li.menu-item-has-children ul li {
    margin: 0;
    display: block;
}
.menu_header ul li.menu-item-has-children ul li a {
    background: #ffffff;
    padding: 12px 20px;
    color: #393939;
    text-align: left;
}
.menu_header ul li.menu-item-has-children ul li a:after{
    display:none;
}
.menu_header ul li.menu-item-has-children ul:before {
    content: '';
    background: #ffffff;
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {

    .toggleMenu {
        width: 32px;
        height: 16px;
        margin: auto 0;
        text-decoration: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        cursor: pointer;
        z-index: 99999;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        transition: all 0.4s ease-in-out;
    }

    .toggle_ativo {
        right: 228px;
    }

    .line_one {
        background: #ffffff;
        width: 32px;
        height: 2px;

        transition: all 0.15s;
    }

    .toggle_ativo .line_one {
        background: #ffffff !important;
        width: 32px;

        transform: translateY(7px) rotate(30deg);
    }

    .line_two {
        background: #ffffff;
        width: 16px;
        height: 2px;

        transition: all 0.15s;
    }

    .toggle_ativo .line_two {
        opacity: 0;
    }

    .line_three {
        background: #ffffff;
        width: 24px;
        height: 2px;

        transition: all 0.15s;
    }

    .toggle_ativo .line_three {
        background: #ffffff !important;
        width: 32px;

        transform: translateY(-7px) rotate(-30deg);
    }

    .scroll_lock {
        overflow: hidden;
    }

    #menu_header_wrapper {
        background: #000;
        width: 280px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -280px;
        z-index: 1050;
        opacity: 0;

        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0);
        transition: all 0.4s ease-in-out;
    }

    #menu_header_wrapper.menu_header_ativo {
        opacity: 1;
        right: 0;

        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4);
    }

    .menu_header_in {
        width: 100%;
        padding: 0 24px 48px;
        position: absolute;
        top: 80px;
        left: 100%;
        opacity: 0;

        transition: all 0.6s ease-in-out;
    }

    .menu_header_in:before {
        content: '';
        background: #ffffff;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100px;
        left: 0;
        display: none;
    }

    .menu_header_in_ativo {
        max-height: calc(100vh - 80px);
        overflow: auto;
        padding: 0 24px 48px;
        opacity: 1;
        top: 80px;
        left: 0;
    }

    .menu_header {
        width: 100%;
    }

    .menu_header ul {
        text-align: left;
        flex-direction: column;
        padding:0;
    }

    .menu_header ul li {
        padding: 0;
        display: block;
    }

    .menu_header ul li.hide_menu_desktop {
        display: none;
    }

    .menu_header ul li a {
        width: 100%;
        padding: 8px 0;
        font-size: 10px;
        line-height: 18px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        position: relative;
    }

    .menu_header ul li a:after {display: none;}

    .menu_header ul li.menu-item-has-children ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        text-align: right;
        position: relative;
        top: inherit;
        left: inherit;
        z-index: 10;
    }

    .menu_header ul li.menu-item-has-children ul:before {display: none;}

    .menu_header ul li.menu-item-has-children ul li {
        padding: 0;
    }

    .menu_header ul li.menu-item-has-children ul li a {
        background: transparent;
        padding: 8px 0;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        text-transform: none;
        text-align: left;
    }

    .alugar_header {
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
    }

    .alugar_header a {
        padding: 15px 20px;
        text-align: center;
        display:block;
        width: 100%;
    }

    .portal_header {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .portal_header a {
        width: 100%;
        padding: 9px 20px 9px 60px;
        display: block;
        background-position: center left;
    }

    .menu_header_in .lang_header, .menu_header_in .whats_header {display: none;}
}
@media screen and (max-width: 1024px) {
    .itu_topo .content{
    }
    .content h1, .content h2.title {
        font-size: 36px;
        line-height: 40px;
    }
    .footer .div-logos{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .footer .redes-sociais{
        justify-content: center;
    }
}
@media screen and (max-width: 479px) {
    .content h1, .content h2.title {
        font-size: 30px;
        line-height: 34px;
    }
}
@media screen and (max-width: 479px) {
    .footer .div-logos .header-logo1 img {
        width: 100%;
        max-width: 150px;
    }
}

@media screen and (max-width: 479px) {
    .menu_header ul li a, {
        padding: 16px 0;
        font-size: 10px;
        text-transform: uppercase;
    }
    .menu_header ul li.menu-item-has-children ul li a{
        padding: 5px 0;
        font-size: 10px;
        text-transform: uppercase;
    }
}