/* Definições */
@font-face {
    font-family: 'ABC Arizona Sans';
    src: url('../fonts/ABCArizonaSerif-Light.woff2') format('woff2'),
        url('../fonts/ABCArizonaSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Arizona Sans';
    src: url('../fonts/ABCArizonaSans-Bold.woff2') format('woff2'),
        url('../fonts/ABCArizonaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Arizona Sans';
    src: url('../fonts/ABCArizonaSans-Regular.woff2') format('woff2'),
        url('../fonts/ABCArizonaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    overflow-x: hidden !important;
}

body {
    color: #FFF;
    background: #000000;
    font-family: 'ABC Arizona Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a, button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover, a:focus {
    color: #FFF;
    text-decoration: underline;
}

.container {
    /*padding-right: 10px;
    padding-left: 10px;*/
    width: 100%;
    max-width: 1290px;
}

@media (min-width: 993px) {
    .aux_container_left {
        margin-left: -393.5px;
    }

    .aux_container_padding_left  {
        padding-left: 393.5px;   
    }

    .aux_container_right {
        margin-right: -393.5px;
    }

    .aux_container_padding_right {
        padding-right: 393.5px;   
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>* {
    padding-right: 10px;
    padding-left: 10px;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.bolder {
    font-weight: 800;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.lighter {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.underline, a.underline {
    text-decoration: underline;
}

a.underline:hover, a.underline:focus {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.justify {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

h1.max, .t-h1.max {
    font-size: 72px;
    line-height: 99.8%;
}

h1, .t-h1 {
    font-size: 60px;
    line-height: 99.8%;
}

h1.aux, .t-h1.aux {
    font-size: 44px;
    line-height: 42px;
}

h2, .t-h2 {
    font-size: 35px;
    line-height: 99.8%;
}

.t-h2.min {
    font-size: 32px;
    line-height: 39px;
}

h3, .t-h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2em;
}

h4, .t-h4 {
    font-size: 25px;
    line-height: 154.84%;
    letter-spacing: 0.305em;
}

h5, .t-h5 {
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.305em;
}

h6, .t-h6 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.03em;
}

p, .t-p {
    font-size: 14px;
    line-height: 24px;
}

p.aux-2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2em;
}

p.simples {
    font-size: 18px;
    line-height: 24px;
}

p.max, .t-p.max {
    font-size: 14px;
    line-height: 20px;
}

p.aux {
    font-size: 13px;
    line-height: 16px;
}

p.min {
    font-size: 13px;
    line-height: 14px;
}

.line100 {
    line-height: 100%;
}

.no-letter {
    letter-spacing: inherit;
}

.letter {
    letter-spacing: -0.03em;
}

article p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

article p:last-child {
    margin-bottom: 0;
}

article ul {
    padding-left: 30px;
}

article ul li {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

article ul li:last-child {
    margin-bottom: 0;
}

article > div {
    max-width: 100%;
    height: auto;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #003333;
    margin-bottom: 25px;
}

article a {
    color: #F99068;
    text-decoration: underline;
}

article a:hover, article a:focus {
    color: #F99068;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    position: relative;
}

figcaption {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    background-color: #145BDD;
    padding: 12px 20px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 455px;
    max-width: 100%;
}

hr {
    border-top: 2px solid #DCDCDC;
    margin-top: 30px;
    margin-bottom: 25px;
}

.cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

section {
    padding: 170px 0;
    clear: both;
}

section.min {
    padding: 30px 0;
}

section.max {
    padding: 80px 0;
}

section.aux {
    padding: 80px 0;
}

.nomargin {
    margin: 0;
}

.nomargint {
    margin-top: 0;
}

.nopadding {
    padding: 0;
}

.nopaddingt {
    padding-top: 0 !important;
}

.nopaddingb {
    padding-bottom: 0 !important;
}

.paddingl20 {
    padding-left: 20px;
}

.paddingl35 {
    padding-left: 35px;
}

.paddingr20 {
    padding-right: 20px;
}

.marginl15 {
    margin-left: 15px;
}

.marginl10 {
    margin-left: 10px;
}

.margint-30 {
    margin-top: -30px;
}

.margint165 {
    margin-top: 165px;
}

.margint120 {
    margin-top: 120px;
}

.margint100 {
    margin-top: 100px;
}

.margint90 {
    margin-top: 90px;
}

.margint80 {
    margin-top: 80px;
}

.margint75 {
    margin-top: 75px;
}

.margint70 {
    margin-top: 70px;
}

.margint60 {
    margin-top: 60px;
}

.margint50 {
    margin-top: 50px;
}

.margint45 {
    margin-top: 45px;
}

.margint40 {
    margin-top: 40px;
}

.margint35 {
    margin-top: 35px;
}

.margint30 {
    margin-top: 30px;
}

.margint25 {
    margin-top: 25px;
}

.margint22 {
    margin-top: 22px;
}

.margint20 {
    margin-top: 20px;
}

.margint15 {
    margin-top: 15px;
}

.margint10 {
    margin-top: 10px;
}

.margint5 {
    margin-top: 5px;
}

.inline {
    display: inline-block;
}

.img-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-right {
    float: right;
}

.btn {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.305em;
    text-transform: uppercase;
    color: #333333;
    padding: 16px 20px;
    background-color: #FFF;
    border: 2px solid #FFF;
    width: 310px;
    max-width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #333333;
    border: 2px solid #FFF;
}

.btn-light {
    background-color: transparent;
    color: #FFF;
}

.btn-light:hover, .btn-light:focus {
    color: #333333;
    background-color: #FFF;
    border: 2px solid #FFF;
}

.c-white {
    color: #FFF;
}

.c-gray3 {
    color: #828282;
}

.bg-gray1 {
    background-color: #333333;
}

.radius10 {
    border-radius: 10px;
}

.radius15 {
    border-radius: 15px;
}

.alm-btn-wrap {
    padding: 0 10px !important;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    border: 0;
    box-shadow: none;
    padding: 40px 100px;
    min-height: auto;
    flex-direction: column;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar.fixed {
    /*background-color: #000;*/
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

.navbar .container-fluid {
    /*width: 100%;*/
}

.navbar .logo a {
    display: block;
    text-align: center;
}

.navbar .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 769px) {
    /*.navbar.nav-down {
        top: 0;
    }

    .navbar.nav-up {
        top: -70%;
    }*/
}

.navbar .navbar-nav {
    margin: 0 -14px;
}

.navbar .navbar-nav > li {
    padding: 0 14px;
}

.navbar .navbar-nav > li > a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: 1.5px solid transparent;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li.current-menu-item > a {
    background-color: transparent;
    color: #FFF;
    border-bottom: 1.5px solid #FFF;
}

.wpml_language_top {
    margin: 0 -13px;
    padding: 0;
}

.wpml_language_top li {
    list-style: none;
    display: inline-block;
    padding: 0 13px;
}

.wpml_language_top li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2em;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1.5px solid transparent;
}

.wpml_language_top li.active a, .wpml_language_top li a:hover, .wpml_language_top li a:focus {
    background-color: transparent;
    color: #FFF;
    border-bottom: 1.5px solid #FFF;
}

/*Hamburger Effect*/
.hamburger {
    padding: 0;
    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;
    float: right;
}

.hamburger:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #F24405;
}

.hamburger-box {
    width: 40px;
    height: 32px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #F24405;
    border-radius: 0;
    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;
}

/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video {
    position: relative;
    display: inline-block;
    background-color: #D3D3D3;
    border-radius: 45px;
    margin-top: 60px;
}

.video img {
    margin-top: -60px;
    border-radius: 45px;
}

.video.min img {
    object-fit: cover;
    min-height: 210px;
}

.video .info {
    padding: 20px 10px;
}

.video:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/icon-play.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 78px;
    position: absolute;
    margin-top: -60px;
    left: 0;
    top: 0;
}

.video:hover:after {
    animation-name: animate_top;
    animation-duration: 0.8s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

/* Move it (define the animation) */
@-moz-keyframes animate_top {
    0%   { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(-15px); }
}
@-webkit-keyframes animate_top {
    0%   { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); }
}
@keyframes animate_top {
    0%   { 
        -moz-transform: translateY(0); /* Firefox bug fix */
        -webkit-transform: translateY(0); /* Firefox bug fix */
        transform: translateY(0);       
    }
    100% { 
        -moz-transform: translateY(-15px); /* Firefox bug fix */
        -webkit-transform: translateY(-15px); /* Firefox bug fix */
        transform: translateY(-15px); 
    }
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal {
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
}

.modal-content {
    max-width: 90%;
    width: 800px;
    margin: 0 auto; 
    border-radius: 0;
    padding: 0;
    pointer-events: all;
}

#modal_video .modal-content {
    background-color: transparent;
}

.modal-footer {
    border: 0;
    padding: 0 0 15px;
    text-align: center;
}

.modal-body {
    padding: 0;
}

.modal .close-modal {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    right: 15px;
    top: 15px;
}

.modal .lr {
    z-index: 1051;
    width: 3px;
    height: 15px;
    background-color: #F24405;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin: 3px 8px 15px 0;
    cursor: pointer;
}

.modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 15px;
    background-color: #F24405;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropup, .dropdown {
    z-index: 999;
}

.dropdown-toggle {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid #000;
    padding: 20px 0 22px;
    width: 100%;
    text-align: left;
    background-color: transparent;
}

.dropdown-toggle.active {
    color: #FFF;
    border-color: #000000;
}

.open .dropdown-toggle {
    color: #FFF;
    border-color: #FFF;
}

.caret {
    float: right;
    border: 0;
    background-image: url('../img/icon-arrow-select.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
    width: 28px;
    height: 15px;
    margin: 5px 0 0;
}

.dropdown-toggle.active .caret {
    background-image: url('../img/icon-arrow-select.svg');
}

.open .caret, .open .dropdown-toggle.active .caret {
    background-image: url('../img/icon-arrow-select-top.svg');
}

.dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

.dropdown-menu li > a {
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    padding: 16px 20px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
    color: #FFF;
    background-color: transparent;
}

.accordion-item,
.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item .accordion-button {
    border-radius: 10px;
}

.accordion-item .accordion-button {
    /*border-top: 2px solid #000;*/
}

.accordion-item .accordion-button:not(.collapsed) {
    /*border-top: 2px solid #A2441E;*/
}

.accordion-item, .accordion-item:not(:first-of-type) {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    background-color: #FFF;
    border: 2px solid #64E607;
}

.accordion-item .accordion-button {
    padding: 20px 30px;
    background-color: #FFF;
    box-shadow: none;
    color: #424242;
    font-weight: 700;
}

.accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-body {
    padding: 0 55px 30px 30px;
}

.tns-outer {
    position: relative;
}

.tns-outer > button {
    display: none;
}

.tns-outer .tns-controls button {
    position: absolute;
    top: 50%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    box-shadow: none;
    border: 0;
    outline: none !important;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    background-size: 46px;
    background-color: transparent;
}

.tns-outer .tns-controls button[data-controls=next] {
    right: 8px;
    background-image: url(../img/icon-slide-arrow-right.svg);
    /*opacity: 0.5;*/
}

.tns-outer .tns-controls button[data-controls=prev] {
    left: 8px;
    background-image: url(../img/icon-slide-arrow-left.svg);
    /*opacity: 0.5;*/
}

.tns-nav {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.tns-nav button {
    width: 18px;
    height: 8px;
    background-color: transparent;
    border: 0;
    margin: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.64);
    padding: 0;
}

.tns-nav button.tns-nav-active {
    background-color: #FFF;
}

.tns-thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.125rem;
    margin-right: -0.5625rem;
    margin-left: -0.5625rem;
}

.tns-thumbnails [data-nav] {
    display: block;
    max-width: 6.25rem;
    margin-right: 0.5625rem;
    margin-bottom: 1.125rem;
    margin-left: 0.5625rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: transparent;
    opacity: .6;
    transition: opacity .3s ease-in-out,border-color .3s ease-in-out;
    overflow: hidden;
    opacity: 0.5;
}

.tns-thumbnails [data-nav].tns-nav-active {
    border-color: #F24405;
    opacity: 1;
}

.tns-carousel-inner .item .mask {
    position: relative;
}

.tns-carousel-inner .item .mask:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    mix-blend-mode: multiply;
    border-radius: 15px;
    z-index: 9;
}

form {
    margin: 0;
}

form label {
    width: 100%;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=file],
select,
textarea {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 1px solid #FFF;
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    border-radius: 0;
    padding: 8px 0;
    margin-bottom: 20px;
    box-shadow: none;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus,
select:focus{
    outline:none;
    box-shadow: none;
    border-bottom: 1px solid #F0F0F0;
    background-color: #000;
    color: #FFF;
}

form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 17px;
    margin-bottom: 20px;
}

form label {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

span > label {
    margin-top: 0px !important;
}

form input[type=checkbox] {
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #FFF;
    width: 20px;
    height: 20px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

form input[type=checkbox]:before {
    
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: #AE6736;
}

form input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: #FFF;
}

form input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    margin: 0 0 0px;
}

.wpcf7-checkbox .wpcf7-list-item label span {
    margin-left: 14px;
    position: relative;
    top: -3px;
    text-transform: uppercase;
}

textarea {
    height: 80px;
    margin-top: 0;
}

input[type=submit], button[type=submit] {
    background-image: url('../img/icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) center;
    background-size: 34px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.305em;
    text-transform: uppercase;
    color: #000000;
    padding: 17px 70px 17px 20px;
    background-color: #FFF;
    border-radius: 0;
    border: 0;
    margin-top: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type=submit]:hover, input[type=submit]:focus,
button[type=submit]:hover, button[type=submit]:focus {
    outline: none;
    background-color: #FFF;
    color: #000000;
}


::-webkit-input-placeholder {
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-moz-placeholder {
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-moz-placeholder {
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-ms-input-placeholder {  
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

*:focus::-webkit-input-placeholder {
   color: transparent !important;
}

*:focus:-moz-placeholder {
   color: transparent !important;
}

*:focus::-moz-placeholder {
   color: transparent !important;
}

*:focus:-ms-input-placeholder {  
   color: transparent !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 20px 30px !important;
    border: 2px solid #00a0d2;
    color: #222 !important;
    text-align: center !important;
    font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    /*border-color: #FFF !important;*/
    color: #222 !important;
}

.wpcf7-list-item {
    margin: 0 15px 0 0;
}

.wpcf7-form-control-wrap.detalhes {
    margin-top: 15px;
    display: block;
}

.form-simple-email .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    margin: 0 0 20px !important;
    font-size: 15px !important;
}

.force-row-center {
    display: flex;
    align-items: center;
}

.force-space-between {
    display: flex;
    justify-content: space-between;
}

.padding-aux-map {
    padding-bottom: 135px;
}

.acf-map {
    margin: 0;
    border: 0;
    margin-top: -60px;
    border-radius: 24px;
    border: 1px solid #D3D3D3;
    width: 100%;
    height: 400px;
}

.acf-map img {
   max-width: inherit !important;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background: #000;
    padding: 60px 0 50px;
}

footer ul.menu {
    margin: 0;
    padding: 0;
}

footer ul.menu > li {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 6px;
}

footer ul.menu > li > a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.305em;
    color: #FFFFFF;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
}

footer ul.menu > li > a:hover, footer ul.menu > li > a:focus, footer ul.menu > li.current-menu-item > a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
}

.alm-reveal {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.alm-reveal > * {
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.alm-btn-wrap .alm-load-more-btn {
    margin-top: 30px !important;
    background-color: #000000 !important;
    border-radius: 0px !important;
    width: 310px !important;
    max-width: 100% !important;
}

.alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #F99068 !important;
}

.sec-cta {
    height: 705px;
    display: flex;
    align-items: center;
}

.sec-home-sobre {
    padding-top: 70px;
    padding-bottom: 316px;
}

.sec-sobre-topo {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.row-gallery, .row-aux {
    margin-left: -5px;
    margin-right: -5px;
}

.row-gallery > *, .row-aux > * {
    padding-left: 5px;
    padding-right: 5px;
}

.row-gallery img {
    width: 100%;
    height: 832px;
    object-fit: cover;
    margin-top: 10px;
}

.seletor-negocio {
    display: flex;
    list-style: none;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.seletor-negocio .btn-seletor {
    min-width: 200px;
    padding-bottom: 10px;
    color: #333333;
    border-bottom: 2px solid #333333;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    line-height: 22px;
    letter-spacing: 0.2em;
}

.seletor-negocio .btn-seletor a {
    text-decoration: none;
    color: #333333;
}

.seletor-negocio .btn-seletor.active {
    border-bottom-color: #FFFFFF;
}

.seletor-negocio .btn-seletor.active a {
    color: #FFFFFF;
}

.box-negocio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 830px;
    padding: 10px;
    overflow: hidden;
    text-decoration: none !important;
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box-negocio:hover, .box-negocio:focus {
    filter: grayscale(0);
}

.box-negocio .text_resumo {
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    -webkit-transform: translate3d(0,300px,0);
    transform: translate3d(0,300px,0);
}

.box-negocio:hover .text_resumo, .box-negocio:focus .text_resumo {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.box-negocio *, .box-negocio-home * {
    text-decoration: none !important;
}

.box-negocio-home {
    text-decoration: none !important;
    display: block;   
}

.box-negocio-home figure {
    position: relative;
}

.box-negocio-home figure p {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.list-home-negocios {
    align-items: flex-end;
}

.box-negocio-home img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box-negocio-home:hover img, .box-negocio-home:focus img {
    filter: grayscale(0);
}

.box-negocio-1 {
    padding-bottom: 135px;
}

.box-negocio-2 {
    padding-bottom: 395px;
}

.box-negocio-3 {
    padding-bottom: 645px;
}

.box-negocio-interna {
    position: relative;
    display: block;
}

.box-negocio-interna .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8px 30px 4px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-negocio-casas {
    cursor: pointer;
    margin-bottom: 10px;
}

.box-negocio-casas .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box-negocio-casas:hover .mask {
    opacity: 1;
}

.box-negocio-casas .header ul {
    list-style: none;
    margin: 0;
    padding: 40px 60px 0 0;
    text-align: right;
}

.box-negocio-casas .header ul li {
    font-size: 18px;
    line-height: 143.3%;
    border-left: 2px solid #FFF;
    padding-left: 6px;
    margin-right: 30px;
    display: inline-block;
}

.box-negocio-casas .mask .footer {
    display: flex;
    align-items: center;
}

.box-negocio-casas .mask .footer > img {
    width: 150px;
}

.box-negocio-casas .mask .content {
    width: calc(100% - 150px);
    padding: 30px;
}

.sec-home {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sec-home video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
}

.sec-home .content {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, #00000000, #00000075);
}

.ModalCasaDeCampo::-webkit-scrollbar {
    width: 6px;
    background-color: #898989;
    -webkit-border-radius: 6px;
}
 
.ModalCasaDeCampo::-webkit-scrollbar-track {
}

.ModalCasaDeCampo::-webkit-scrollbar-thumb {
    background-color: #494949;
    -webkit-border-radius: 6px;
}

.ModalCasaDeCampo .modal-dialog {
    max-width: 90%;
}

.ModalCasaDeCampo .modal-dialog .modal-content {
    width: 100%;
}

.ModalCasaDeCampo .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ModalCasaDeCampo .modal-info-content {
    display: flex;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide {
    background: #000000;
    width: calc(100% - 400px);
    padding: 45px 0;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .nav-tabs {
    align-items: center;
    justify-content: center;
    border: 0;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .nav-item {
    margin: 0 15px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #828282;
    padding: 0 40px 13px 40px;
    border: 0;
    border-bottom: 2px solid #828282;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .nav-item .nav-link.active {
    color: #F2F2F2;
    border: 0;
    border-bottom: 2px solid #F2F2F2;
    background-color: transparent;
    border-radius: 0;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .tab-content {
    margin-top: 80px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .tab-content p {
    padding: 50px 50px 0 75px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #F2F2F2;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .carousel-indicators {
    position: inherit;
}

.ModalCasaDeCampo .modal-info-content .modal-info-slide .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto {
    background: #636569;
    width: 455px;
    padding: 50px 10px 30px;
    max-height: 90vh;
    overflow-y: auto;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto::-webkit-scrollbar {
    width: 6px;
    background-color: #898989;
    -webkit-border-radius: 6px;
}
 
.ModalCasaDeCampo .modal-info-content .modal-info-projeto::-webkit-scrollbar-track {
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto::-webkit-scrollbar-thumb {
    background-color: #494949;
    -webkit-border-radius: 6px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header {
    padding: 0 30px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header img.perfil {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 50%;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #98989A;
    display: flex;
    text-decoration: none;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header a img {
    margin-right: 3px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header .content {
    width: calc(100% - 132px);
    padding-left: 25px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .info-projeto {
    padding: 0 10px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto article p {
    font-size: 18px;
    line-height: 22px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .box-form {
    background: #000000;
    padding: 50px 18px 20px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .box-form p.simples {
    line-height: 154.84%;
    letter-spacing: 0.305em;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .box-form form {
    margin-top: 20px;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .box-form form .hidden {
    display: none;
}

.ModalCasaDeCampo .modal-info-content .modal-info-projeto .box-form form input[type=submit] {
    background-image: none;
    margin-top: 0;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.305em;
    width: 100%;
}

.ModalCasaDeCampo .modal-info-content .separeted {
    padding: 20px 15px;
    border-bottom: 1px solid #FFFFFF;
}

.ModalCasaDeCampo .modal-info-content .separeted .more {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    text-decoration: none;
}

.ModalCasaDeCampo .modal-info-content .separeted .more span {
    margin-right: 15px;
}

.ModalCasaDeCampo .modal-info-content .separeted article {
    padding: 15px;
}

.ModalCasaDeCampo .modal-info-content .separeted article p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.img-adjust-apect-ratio {
    aspect-ratio: 1114/490; /* Proporção de largura para altura desejada (1114px por 490px) */
    width: 100%;
    object-fit: cover;
}


/*.menu-m {
    display: none;
}*/

@media (max-width: 1700px) {
    .row-gallery img {
        height: 800px;
    }
}

@media (max-width: 1566px) {
    .row-gallery img {
        height: 700px;
    }
}

@media (max-width: 1399px) {
    .hidden-xl {
        display: none;
    }

    .row-gallery img {
        height: 600px;
    }

    .box-negocio {
        height: 600px;
    }

    h1, .t-h1 {
        font-size: 44px;
    }

    .box-negocio-1 {
        padding-bottom: 90px;
    }

    .box-negocio-2 {
        padding-bottom: 340px;
    }

    .box-negocio-3 {
        padding-bottom: 590px;
    }
}

@media (min-width: 993px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .auto-height-columns {
        display: flex;
        align-items: stretch;
    }

    .space-between {
        display: flex;
        justify-content: space-between;
    }

    .flex-direction-column {
        flex-direction: column;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }

    .max_line {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .max_line_2 {
        height: auto;
        -webkit-line-clamp: 2;
    }

    .max_line_3 {
        height: auto;
        -webkit-line-clamp: 3;
    }

    p.max_line_2.aux {
        height: 42px;
    }

    p.max_line_3.aux {
        height: 64px;
    }

    .padding-aux {
        padding-left: 41px;
    }

    .visible-m {
        display: none !important;
    }
}

@media (max-width: 992px) {
    body {
        
    }

    /*.row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row>* {
        padding-right: 20px;
        padding-left: 20px;
    }*/

    .hidden-m {
        display: none !important;
    }

    .row-center-m {
        display: flex;
        align-items: center;
    }

    .aux-margin {
        margin-left: -12px;
        margin-right: -12px;
    }

    .visible-m {
        display: block !important;
    }

    .wm-100 {
        width: 100%;
    }

    .text-m-center, .text-m-center.text-end, .text-m-center .text-end {
        text-align: center !important;
    }

    .text-m-left {
        text-align: left !important;
    }

    .text-m-right {
        text-align: right;
    }

    .d-block-m {
        display: block !important;
    }

    .img-centered-m {
        display: block;
        margin: 0 auto;
    }

    .auxmpadding {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .nomargintm {
        margin-top: 0;
    }

    .margintm10 {
        margin-top: 10px;
    }

    .margintm15 {
        margin-top: 15px;
    }

    .margintm20 {
        margin-top: 20px;
    }

    .margintm30 {
        margin-top: 30px;
    }

    .margintm40 {
        margin-top: 40px;
    }

    .margintm50 {
        margin-top: 50px;
    }

    .margintm60 {
        margin-top: 60px;
    }

    .margintm80 {
        margin-top: 80px;
    }

    .nopaddingm {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nopaddinglrm {
        padding-left: 0;
        padding-right: 0;
    }

    .nopaddinbgm {
        padding-bottom: 0;
    }

    .nopaddingtm {
        padding-top: 0;
    }

    .paddingtm40 {
        padding-top: 40px;
    }

    h1.max, .t-h1.max {
        font-size: 43px;
    }

    h1, .t-h1 {
        font-size: 36px;
    }

    h2, .t-h2 {
        font-size: 24px;
    }

    h3, .t-h3 {
        font-size: 14px;
        line-height: 18px;
    }

    h4, .t-h4 {
        font-size: 10px;
        line-height: 12px;
    }

    .t-h4.t-max-m {
        font-size: 18px;
        line-height: 22px;
    }

    h5, .t-h5 {
        font-size: 18px;
    }

    p, .t-p {
        font-size: 18px;
    }

    p.max {
        font-size: 12px;
        line-height: 17px;
    }

    .t-p.max {
        font-size: 14px;
        line-height: 18px;
    }

    .btn {
        font-size: 8px;
        line-height: 10px;
        letter-spacing: 0.305em;
        padding: 8px 20px;
    }

    .w-100-m {
        width: 100%;
    }

    .he-100 {
        min-height: calc(100vh - 92px); 
    }

    section {
        padding: 40px 0;
    }

    section.aux {
        padding: 60px 0;
    }

    footer {
        padding: 40px 0 10px;
    }

    .navbar {
        padding: 26px 0;
    }

    .navbar .menu-open {
        position: absolute;
        left: 20px;
        top: 26px;
    }

    .tns-outer .tns-controls button[data-controls=prev] {
        left: 15px;
    }

    .tns-outer .tns-controls button[data-controls=next] {
        right: 15px;
    }

    .tns-nav {
        bottom: 10px;
    }

    .row-gallery img {
        height: 400px;
    }

    .menu-m {
        background: #333333;
        position: fixed;
        width: 100%;
        height: 100vh;
        padding: 110px 30px 30px;
        top: 0;
        left: -100%;
        z-index: 9999999;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .menu-m.open {
        left: 0;
    }

    .menu-m .menu-close {
        position: absolute;
        top: 26px;
        left: 30px;
    }

    .menu-m .list-menu {
        margin: 0;
        padding: 0;
    }

    .menu-m .list-menu li {
        list-style: none;
    }

    .menu-m .list-menu li a {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.2em;
        color: #FFFFFF;
        display: block;
        margin-bottom: 32px;
        text-transform: uppercase;
    }

    .menu-m .list-menu li.current-menu-item a {
        text-decoration-line: underline;
    }

    .menu-m .wpml_language_top {
        margin-top: 70px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .menu-m .wpml_language_top li {
        padding: 0 6px;
    }

    .menu-m .wpml_language_top a {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.2em;
    }

    .sec-home .content {
        padding-left: 65px;
        padding-right: 65px;
    }

    .box-negocio {
        height: 400px;
    }

    .sec-home-sobre {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sec-home-sobre .content {
        display: flex;
        width: 100%;
        height: 500px;
        align-items: center;
    }

    .sec-cta {
        height: 310px;
    }

    .redes-sociais a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .seletor-negocio {
        flex-direction: column;
    }

    .seletor-negocio .btn-seletor {
        margin-bottom: 10px;
    }

    .tns-outer .tns-controls button {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-size: 30px;
    }

    .ModalCasaDeCampo .modal-dialog .modal-content .btn-close {
        background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center/1em auto no-repeat;    
    }

    .ModalCasaDeCampo .modal-dialog {
        margin: 0 auto;
    }

    .ModalCasaDeCampo .modal-info-content {
        display: block;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-slide {
        padding: 30px 10px 5px;
        width: 100%;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-slide .tab-content {
        margin-top: 30px;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-slide .nav-item {
        margin: 0 5px;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-slide .nav-item .nav-link {
        padding: 0 15px 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-projeto {
        width: 100%;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-slide .tab-content p {
        padding: 20px 10px 10px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-projeto {
        padding: 30px 10px 30px;
        max-height: inherit;
        overflow-y: none;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header {
        padding: 0 15px;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header img.perfil {
        width: 100px;
        height: 100px;
    }

    .ModalCasaDeCampo .modal-info-content .modal-info-projeto .arquiteto-header .content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }

    .box-negocio-casas .mask {
        opacity: 1;
    }

    .box-negocio-casas .header ul {
        padding: 10px 0 0;
    }

    .box-negocio-casas .header ul li {
        font-size: 16px;
        border-left: 1px solid #FFF;
        padding-left: 5px;
        margin-right: 15px;
    }

    .box-negocio-casas .mask .footer > img {
        width: 80px;
    }

    .box-negocio-casas .mask .content {
        width: calc(100% - 80px);
        padding: 20px;
    }

    .ModalCasaDeCampo .modal-dialog {
        max-width: 100%;
    }

    .ModalCasaDeCampo .modal-dialog .modal-content {
        max-width: 100%;
    }
    
    p.aux-2 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.2em;
    }
}

@media (max-width: 480px) {
    .box-negocio {
        height: 225px;
    }

    .row-gallery img {
        height: 300px;
    }
}

@media (max-width: 380px) {
    .sec-home .content {
        padding-left: 30px;
        padding-right: 30px;
    }
}