/**************************
* Fonts
***************************/

@font-face {
    font-family: 'Gotham-Bold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-GothamBold.eot');
    src: url('../fonts/hinted-GothamBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-GothamBold.woff')       format('woff'),
    url('../fonts/hinted-GothamBold.ttf')        format('truetype'),
    url('../fonts/hinted-GothamBold.svg')        format('svg');
}

@font-face {
    font-family: 'Gotham-Medium';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-Gotham-Medium.eot');
    src: url('../fonts/hinted-Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-Gotham-Medium.woff')       format('woff'),
    url('../fonts/hinted-Gotham-Medium.ttf')        format('truetype'),
    url('../fonts/hinted-Gotham-Medium.svg')        format('svg');
}

@font-face {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff')       format('woff'),
    url('../fonts/Gotham-Book.ttf')        format('truetype'),
    url('../fonts/Gotham-Book.svg')        format('svg');
}

/**************************
Icones
***************************/

@font-face {
    font-family: "Flaticon";
    font-weight: normal;
    font-style: normal;

    src: url("../flaticon/Flaticon.eot");
    src: url("../flaticon/Flaticon.eot?#iefix")   format("embedded-opentype"),
    url("../flaticon/Flaticon.ttf")          format("truetype"),
    url("../flaticon/Flaticon.woff")         format("woff"),
    url("../flaticon/Flaticon.svg#Flaticon") format("svg");
}

.flaticon:before,
.flaticon:after {
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
}

.flaticon-phone-call:before { content: "\f100"; }
.flaticon-whatsapp-1:before { content: "\f101"; }
.flaticon-call-answer:before { content: "\f102"; }
.flaticon-whatsapp:before { content: "\f103"; }

/**************************
*** GERAL
***************************/

html,
body {
    overflow-x: hidden;
    position: relative;

    -webkit-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    font-family: 'Gotham-Book', 'Arial';
}

a,
a:hover,
a:focus,
a:active,
a:visited,
button,
input {
    text-decoration: none;
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

p, ul {
    margin-bottom: 0px;
}

.sep-1 {
    margin-bottom: 30px;
}

.sep-2 {
    margin-bottom: 50px;
}

.menu-aberto,
.menu-aberto body {
    overflow: hidden;
}

.conteudo {
    font-family: 'Gotham-Book';
    font-size: 25px;
    line-height: 25px;
    color: #000000;
}

.conteudo p:not(:last-child) {
    margin-bottom: 20px;
}

.conteudo .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.conteudo .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.conteudo-principal {
    margin-top: 110px;
}

.titulo-sessao {
    font-family: 'Gotham-Bold';
    font-size: 40px;
    line-height: 40px;
    /*text-transform: uppercase;*/
}

.trapezoid {
    position: relative;
}

.trapezoid.box-titulo {
    display: table;
    margin: 0 auto;
}

.trapezoid .titulo-sessao {
    position: relative;
    z-index: 99;

    text-align: center;
    padding: 30px;
}

.trapezoid .bg {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 65%;
    margin: 0 auto;
    border-radius: 20px;
}

.trapezoid:before,
.trapezoid:after {
    content: '';
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;

    -webkit-transform-origin: 100% 70%;
    -moz-transform-origin: 100% 70%;
    -ms-transform-origin: 100% 70%;
    -o-transform-origin: 100% 70%;
    transform-origin: 100% 70%;
}

.trapezoid:before {
    left: -50px;
}

.trapezoid:after {
    right: -50px;
}

.trapezoid-regular:before,
.trapezoid-inverted:after {
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    transform: skew(-32deg);
}

.trapezoid-regular:after,
.trapezoid-inverted:before {
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
    transform: skew(32deg);
}

.trapezoid-regular:before {
    border-radius: 86px 0px 0px 0px;

    -webkit-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    -ms-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    -o-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
}

.trapezoid-regular:after {
    border-radius: 0px 86px 0px 0px;

    -webkit-box-shadow: 23px -25px 40px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 23px -25px 40px -20px rgba(0,0,0,0.75);
    -ms-box-shadow: 23px -25px 40px -20px rgba(0,0,0,0.75);
    -o-box-shadow: 23px -25px 40px -20px rgba(0,0,0,0.75);
    box-shadow: 23px -25px 40px -20px rgba(0,0,0,0.75);
}

.trapezoid-inverted:before {
    border-radius: 0px 0px 0px 40px;

    -webkit-box-shadow: -8px 5px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 5px 40px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: -8px 5px 40px 0px rgba(0,0,0,0.75);
    -o-box-shadow: -8px 5px 40px 0px rgba(0,0,0,0.75);
    box-shadow: -8px 5px 40px 0px rgba(0,0,0,0.75);
}

.trapezoid-inverted:after {
    border-radius: 0px 0px 40px 0px;

    -webkit-box-shadow: 8px 5px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 5px 40px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: 8px 5px 40px 0px rgba(0,0,0,0.75);
    -o-box-shadow: 8px 5px 40px 0px rgba(0,0,0,0.75);
    box-shadow: 8px 5px 40px 0px rgba(0,0,0,0.75);
}

.trapezoid-white .bg,
.trapezoid-white:before,
.trapezoid-white:after {
    background-color: #ffffff;
}

.trapezoid-red .bg,
.trapezoid-red:before,
.trapezoid-red:after {
    background-color: #7f1010;
}

.trapezoid-red-2 .bg,
.trapezoid-red-2:before,
.trapezoid-red-2:after {
    background-color: #851111;
}

.trapezoid-grey .bg,
.trapezoid-grey:before,
.trapezoid-grey:after {
    background-color: #e7e7e7;
}

.line,
.line-full:before,
.line-full:after {
    position: absolute;
    border-width: 3px;
    border-style: solid;
    background: transparent;

    -webkit-transform-origin: 100% 70%;
    -moz-transform-origin: 100% 70%;
    -ms-transform-origin: 100% 70%;
    -o-transform-origin: 100% 70%;
    transform-origin: 100% 70%;
}

.line-full {
    width: 100%;
    height: 100%;

    top: 0px;
    left: 0px;
}

.line-red,
.line-full.line-red:before,
.line-full.line-red:after {
    border-color: #a61d1f;
}

.line-grey,
.line-full.line-grey:before,
.line-full.line-grey:after {
    border-color: #ebebeb;
}

.line-full:before,
.line-full:after {
    content: '';
    top: 0px;
    width: 35%;
    height: 80%;

    border-top: none;
}
.line-full.full-h:before,
.line-full.full-h:after {
    height: 100%;
}
.px-1\/20{
    padding-left: 5%;
    padding-right: 5%;
}
.px-1\/10{
    padding-left: 10%;
    padding-right: 10%;
}
.px-1\/4{
    padding-left: 25%;
    padding-right: 25%;
}
.px-1\/5{
    padding-right: 20%;
    padding-left: 20%;
}

.line-full:before {
    left: 15%;
    border-right: none;

    border-radius: 0px 0px 0px 50px;

    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    transform: skew(25deg);
}

.line-full:after {
    right: 15%;
    border-left: none;

    border-radius: 0px 0px 50px 0px;

    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
}

.line-top {
    top: 0;
    left: 0px;

    border-top: none;
    border-left: none;
    border-radius: 0px 0px 50px 0px;

    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
}

.line-bottom {
    bottom: 0;
    right: 0px;

    border-bottom: none;
    border-right: none;
    border-radius: 50px 0px 0px 0px;

    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
}

.line-complete {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 70%;
    height: 20%;
    border-radius: 0px 0px 0px 50px;
    background-color: #ebebeb;

    -webkit-transform: skew(29deg);
    -moz-transform: skew(29deg);
    -ms-transform: skew(29deg);
    -o-transform: skew(29deg);
    transform: skew(29deg);
}

.hive {
    position: absolute;
    width: 780px;
    height: 100%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.hexagon-bg {
    position: absolute;
    width: 196px;
    height: 168px;
    display: table-cell;
    vertical-align: middle;
    background-image: url('../images/hexagono.png');

    -webkit-transition: transform 400ms ease, opacity 1200ms ease;
    -moz-transition: transform 400ms ease, opacity 1200ms ease;
    -ms-transition: transform 400ms ease, opacity 1200ms ease;
    -o-transition: transform 400ms ease, opacity 1200ms ease;
    transition: transform 400ms ease, opacity 1200ms ease;
}

.hexagon-bg:hover {
    z-index: 100;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hexagon-bg div {
    font-family: 'Gotham-Book';
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;

    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.hexagon {
    /*margin: 17.5px auto;*/
    margin: 20px auto;
    width: 113px;
    height: 72.5px;

    transform: rotate(90deg);

    background-color: #979b9d;

    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
}

.hexagon div {
    position: absolute;
    z-index: 100;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    letter-spacing: 0px;
}

.hexagon div span {
    font-family: 'Gotham-Book';
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;

    transform: rotate(-90deg);
    display: table-cell;
    vertical-align: middle;
    width: 113px;
    height: 72.5px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 56.5px solid transparent;
    border-right: 56.5px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    left: 0px;
    border-bottom: 36.25px solid #979b9d;
}

.hexagon:after {
    top: 100%;
    left: 0px;
    width: 0px;
    border-top: 36.25px solid #979b9d;
}

.box-hexagon {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 130px;
    margin: 0px auto;

    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.box-hexagon div {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Gotham-Book';
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
}

.item-localizacao .local {
    font-family: 'Gotham-Book';
    font-size: 24px;
    line-height: 24px;
    color: #ae2123;

    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    max-width: 350px;
    border: 1px solid #ae2123;
    background-color: #ffffff;
}

.item-localizacao {
    position: relative;
    height: 113px;
}

.item-localizacao .local {
    position: absolute;

    -webkit-transition: left 800ms ease, right 800ms ease;
    -moz-transition: left 800ms ease, right 800ms ease;
    -ms-transition: left 800ms ease, right 800ms ease;
    -o-transition: left 800ms ease, right 800ms ease;
    transition: left 800ms ease, right 800ms ease;
}

.item-localizacao .dots {
    position: absolute;
    top: 54px;
    width: 200px;
    margin: 0 auto;
    border-top: 4px dotted #979b9d;
}

.item-localizacao.right .hexagon,
.item-localizacao.right .box-hexagon {
    left: 100px;
}

.item-localizacao.left .hexagon,
.item-localizacao.left .box-hexagon {
    right: 100px;
}

.item-localizacao .box-hexagon,
.item-localizacao .dots,
.item-localizacao .local {
    opacity: 0;
}

.item-localizacao.animar .box-hexagon,
.item-localizacao.animar .dots,
.item-localizacao.animar .local {
    opacity: 1;
}

.owl-carousel .owl-item img {
    /*max-width: 100%;
    width: auto;*/
    height: auto;
    margin: 0 auto;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot {
    width: 18px;
    height: 18px;
    margin: 0px 5px;
    border-radius: 50%;
    border: 2px solid #DFDFE1;
    background-color: #dfdfdf;

    -webkit-transition: background-color 500ms ease !important;
    -moz-transition: background-color 500ms ease !important;
    -ms-transition: background-color 500ms ease !important;
    -o-transition: background-color 500ms ease !important;
    transition: background-color 500ms ease !important;
}

.owl-carousel button.owl-dot:hover{
    background-color: #7f1010;
}

.owl-carousel button.owl-dot.active {
background-color: #7f1010!important;

}

.modal-header .close {
    font-size: 50px;
    line-height: 30px;
}

.modal-header {
    padding: 10px;
}

.modal-title {
    font-family: 'Gotham-Bold';
    font-size: 28px;
    line-height: 28px;
    color: #ae2123;
}

.modal-body {
    padding: 0px;
}

.modal-content {
    border-radius: 0px;
}

.modal-footer {
    padding: 0px 15px 15px 15px;
    border-top: none;
}

.form-control {
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
}

.modal-contato .modal-dialog {
    max-width: 600px;
}

.modal-contato form {
    padding: 20px;
}

.modal-contato .numero-contato {
    font-family: 'Gotham-Book';
    font-size: 16px;
    line-height: 18px;
    color: #000000;

    padding: 20px 20px 0px 20px;
}

.modal-contato .numero-contato p {
    margin-bottom: 15px;
}

.modal-contato .numero-contato span,
.modal-contato .numero-contato a {
    font-family: 'Gotham-Bold';

    color: #ae2123;
}

.modal-contato .numero-contato .flaticon {
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 30px;
    position: relative;
}

.modal-contato .numero-contato .flaticon:before {
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wpcf7-form p {
    position: relative;
}

.wpcf7-not-valid {
    border-color: #f00;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f00;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 0px;
    background: none;
}

span.ajax-loader:before {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 5px solid #a11b1d;
    border-top: 5px solid transparent;
    border-radius: 50%;

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-padrao {
    font-family: 'Gotham-Bold';
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;

    position: relative;
    z-index: 10;

    display: block;
    margin: 0 auto;
    padding: 30px 60px;
    width: 400px;
    border: none;
    border-radius: 20px;
    background-color: rgb(163, 28, 30);

    -webkit-transition: transform 500ms ease, background-color 500ms ease !important;
    -moz-transition: transform 500ms ease, background-color 500ms ease !important;
    -ms-transition: transform 500ms ease, background-color 500ms ease !important;
    -o-transition: transform 500ms ease, background-color 500ms ease !important;
    transition: transform 500ms ease, background-color 500ms ease !important;
}

.btn-padrao:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgb(168, 0, 3);
}

.btn-floater {
    -webkit-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.75);
    font-family: 'Gotham-Bold';
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    position: fixed;
    z-index: 101;
    bottom: 30%;
    right: -230px;
    display: block;
    margin: 0 auto;
    padding: 10px 30px 10px 15px;
    /* width: 150px; */
    border: none;
    border-radius: 20px;
    background-color: rgb(163, 28, 30);
    -webkit-transition: transform 500ms ease, background-color 500ms ease !important;
    -moz-transition: transform 500ms ease, background-color 500ms ease !important;
    -ms-transition: transform 500ms ease, background-color 500ms ease !important;
    -o-transition: transform 500ms ease, background-color 500ms ease !important;
    transition: transform 500ms ease, background-color 500ms ease !important;
}

.btn-floater:hover {
    -webkit-transform: translateX(-205px);
    -moz-transform: translateX(-205px);
    -ms-transform: translateX(-205px);
    -o-transform: translateX(-205px);
    transform: translateX(-205px);
}

.btn-small {
    font-size: 18px;
    line-height: 20px;

    width: auto;
    border-radius: 10px;
    padding: 10px 15px;
}

section,
.topo-interna,
.box-imagem {
    overflow: hidden;
}

.modal {
    z-index: 9999;
}

/**************************
*** Menu Principal
***************************/

header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

.navbar {
    position: relative;
    /*background-image: url('../images/bg-topo.jpg');*/
    background-image: url('../images/mja-pattern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0px;
}

.navbar .box-menu:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 218, 218, 0.3);
    border-top: rgba(134, 17, 17, 0.9) solid 25px;
}

.navbar .navbar-header {
    position: absolute;
    z-index: 10;
    left: 64px;
    background-color: #ffffff;
    border-radius: 0px 0px 20px 20px;

    -webkit-box-shadow: -4px 23px 30px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 23px 30px -15px rgba(0,0,0,0.75);
    box-shadow: -4px 23px 30px -15px rgba(0,0,0,0.75);
}

.navbar .navbar-header:before,
.navbar .navbar-header:after {
    content: '';
    position: absolute;
    top: -46px;
    z-index: 0;
    width: 100px;
    height: 158px;
    background-color: #ffffff;
}

.navbar .navbar-header:before {
    left: -31px;
    transform: rotate(-23deg);

    webkit-box-shadow: -15px 18px 23px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: -15px 18px 23px -10px rgba(0,0,0,0.75);
    box-shadow: -15px 18px 23px -10px rgba(0,0,0,0.75);
}

.navbar .navbar-header:after {
    right: -31px;
    transform: rotate(23deg);

    webkit-box-shadow: 15px 18px 23px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 18px 23px -10px rgba(0,0,0,0.75);
    box-shadow: 15px 18px 23px -10px rgba(0,0,0,0.75);
}

.navbar .navbar-brand {
    background-color: #ffffff;
    height: auto;
    position: relative;
    z-index: 1;

    border-radius: 0px 0px 20px 20px;
}

.navbar .box-menu {
    margin-top: 25px;
    /*border-top: rgba(134, 17, 17, 0.9) solid 25px;*/
}

.navbar-nav > li > a {
    font-family: 'Gotham-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #191919;
    text-transform: uppercase;

    padding-top: 35px;
    padding-bottom: 35px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #b02224;
    background: transparent;
}

.btn-menu-mobile {
    border: none;
    background: none;
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
}

header .btn-menu-mobile .icon-bar {
    position: relative;
    width: 30px;
    height: 3px;
    margin: 5px 0px;
    display: block;
    background-color: #ffffff;

    -webkit-transition: transform 500ms ease !important;
    -moz-transition: transform 500ms ease !important;
    -ms-transition: transform 500ms ease !important;
    -o-transition: transform 500ms ease !important;
    transition: transform 500ms ease !important;
}

.menu-aberto header .btn-menu-mobile .icon-bar.close-left {
    position: relative;
    top: 8px;
    transform: rotate(40deg);
}

.menu-aberto header .btn-menu-mobile .icon-bar.close-right {
    position: relative;
    top: -8px;
    transform: rotate(-40deg);
}

.menu-aberto header .btn-menu-mobile .icon-bar.close-hidden {
    opacity: 0;
}

/**************************
*** Destaque
***************************/

.destaque {
    position: relative;
    overflow: hidden;
}

/*.destaque .owl-carousel .item {
    height: 450px;

    background-size: cover;
    background-position: center;
    background-color: #ebebeb;
    background-repeat: no-repeat;

    -webkit-transition: height 500ms ease !important;
    -moz-transition: height 500ms ease !important;
    -ms-transition: height 500ms ease !important;
    -o-transition: height 500ms ease !important;
    transition: height 500ms ease !important;
}*/

.destaque .owl-carousel .owl-item {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}

.destaque .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    right: 0px;
}

.destaque .owl-dot {
    position: relative;
    z-index: 100;
    text-align: center;
    margin-right: 15px;

    border: none;
    background: transparent;
}

.destaque .owl-dot:hover {
    z-index: 10000 !important;
}

.destaque .owl-dot.active {
    z-index: 9999 !important;
}

.destaque .owl-dot.trapezoid .bg {
    width: 100%;
    border-radius: 10px;
}

.destaque .owl-dot.trapezoid:before,
.destaque .owl-dot.trapezoid:after {
    width: 100%;
}

.destaque .owl-dot.trapezoid:before {
    left: -28px;

    -webkit-box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.75);
    -o-box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.75);
}

.destaque .owl-dot.trapezoid:after {
    right: -28px;

    -webkit-box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.75);
    -o-box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.75);
}

.destaque .owl-dot.trapezoid-regular:after {
    border-radius: 0px 20px 0px 0px;

    -webkit-box-transform: skew(30deg);
    -moz-box-transform: skew(30deg);
    -ms-box-transform: skew(30deg);
    -o-box-transform: skew(30deg);
    box-transform: skew(30deg);
}

.destaque .owl-dot.trapezoid-regular:before {
    border-radius: 20px 0px 0px 0px;

    -webkit-box-transform: skew(-30deg);
    -moz-box-transform: skew(-30deg);
    -ms-box-transform: skew(-30deg);
    -o-box-transform: skew(-30deg);
    box-transform: skew(-30deg);
}

.destaque .owl-dot span {
    position: relative;
    z-index: 100;

    font-family: 'Gotham-Bold';
    font-size: 26px;
    line-height: 26px;
    color: #fff;

    padding: 5px 10px !important;
    display: block;
}

/**************************
*** Sobre
***************************/

.sobre {
    position: relative;
    padding: 80px 0px 140px 0px;
    background-image: url('../images/mja-pattern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.sobre:before {
    content: '';
    background-color: rgba(218, 218, 218, 0.6);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;

    background: rgba(218, 218, 218, 1); /* Old browsers */
    background: -webkit-linear-gradient(left, rgba(218, 218, 218, 1) 60%,rgba(218, 218, 218, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background:    -moz-linear-gradient(left, rgba(218, 218, 218, 1) 60%, rgba(218, 218, 218, 0.7) 100%); /* FF3.6-15 */
    background:         linear-gradient(to right, rgba(218, 218, 218, 1) 60%,rgba(218, 218, 218, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(218, 218, 218, 1)', endColorstr='rgba(218, 218, 218, 0.7)',GradientType=1 ); /* IE6-9 */
}

.sobre .line-top{
    width: 10%;
    height: 40%;
}

.sobre .line-bottom {
    width: 40%;
    height: 25%;
    right: -288px;

    -webkit-transform-origin: initial;
    -moz-transform-origin: initial;
    -ms-transform-origin: initial;
    -o-transform-origin: initial;
    transform-origin: initial;
}

.sobre .container {
    position: relative;
    z-index: 99;

    padding-left: 100px;
    padding-right: 100px;
}

.sobre .titulo-sessao {
    position: relative;
    display: table;
    margin: 0 auto 40px auto;

    color: #b02224;
}

.sobre .titulo-sessao:before {
    content: '';
    position: absolute;
    top: 18px;
    left: -115px;

    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-right: 100px solid #5f6368;
    border-bottom: 4px solid transparent;
}

.sobre .titulo-sessao:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 100px solid #5f6368;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 18px;
    right: -115px;
}

.sobre .conteudo {
    line-height: 35px;
    text-align: center;
}

.sobre .conteudo p:not(:last-child) {
    margin-bottom: 40px;
}


/**************************
*** Video
***************************/
.video {
    position: relative;
    padding: 52px 0px 52px 0px;
    background-image: url('../images/mja-video-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.video-embed{
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}


.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/**************************
*** Certificado
***************************/

.d-flex{
    display: flex;
} 
.justify-content-center{
    justify-content: center;
}

.certificado {
    position: relative;
    padding: 0 0px 52px 0px;
    background-image: url('../images/mja_certificado_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.certificado .trapezoid{
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.certificado .trapezoid .bg, .certificado .trapezoid:before, .certificado .trapezoid:after {

    box-shadow: none;
}


.certificado .titulo-sessao{
    color: #fff;
    background: #851111;
    top: -2px!important;
}

.certificado-hex-container{
    display: flex;
}


.certificado-hex{
    position: relative;
    width: 100%;
    max-width: 230px;
    background: url(../images/hexagon.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -24px;
}

.certificado-hex-container .certificado-hex:first-child{
    margin-left: 0px;
}
  
.certificado-hex:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.certificado-hex-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificado-hex-container-mob{
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: left;
}


.certificado-hex-mob{
    margin-left: 0;
}

.certificado-hex-txt {
    padding: 0 2.5em;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 425px){

    .certificado-hex{
        max-width: 310px;
    }

    .certificado-hex-container-mob{
        width: 50%;
    }

    .certificado-hex-txt{
        font-size: 3.0vw;
    }
}

@media (min-width: 680px){

    .certificado-hex-txt{
        font-size: 20px;
    }
}

@media (min-width: 992px){
    
    .certificado-hex-txt{
        font-size: 17px;
    }
}

@media (min-width: 1200px){

    .certificado-hex-txt{
        font-size: 20px;
    }
}

/**************************
*** clientes
***************************/

.clientes {
    position: relative;
    padding: 0 0px 52px 0px;
    background-image: url('../images/mja_certificado_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}



.clientes .trapezoid{
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.clientes .trapezoid .bg, .clientes .trapezoid:before, .clientes .trapezoid:after {

    box-shadow: none;
}

.clientes .titulo-sessao{
    color: #fff;
    background: #851111;
    top: -2px!important;
}

@media (max-width: 768px){

    .clientes{
        padding-bottom: 0;
    }

    .clientes .titulo-sessao {
        padding: 15px 10px!important;
    }
}

.clientes .container{
    padding: 50px 0px;
}



/*.cliente-marcas{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.cliente-marca {
    padding: 15px;
}*/

/*@media (max-width: 768px){

    .cliente-marcas{
        flex-direction: column;
    }

    .cliente-marca{
        align-self: center;
    }

}

.cliente-marca img {
    height: auto;
    max-width: 100%;
}*/

.carousel_clientes .item img{
    max-width: 100%;
    height: auto;
    display: block;
}

.clientes .owl-dots {
    margin-top: 28px;
}


/**************************
*** Infraestrutura
***************************/

.box-tipo-1 {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    background-image: url('../images/mja-pattern.jpg');
}

.box-tipo-1:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(134, 17, 17, 0.8);
}

.box-tipo-1:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -120px;
    width: 40%;
    height: 100%;
    background-color: #979b9d;

    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);

    -webkit-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    -ms-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    -o-box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
    box-shadow: -23px -25px 40px -20px rgba(0,0,0,0.75);
}

.box-tipo-1 .box-container {
    position: relative;
    z-index: 1;
}

.box-tipo-1 .titulo-sessao {
    color: #ffffff;
    text-align: center;

    max-width: 630px;
    margin: 0px auto 40px auto;
}

.box-tipo-1 .conteudo {
    font-size: 16px;
    line-height: 16px;
    color: #979b9d;
    text-align: center;
}

.box-tipo-1 .conteudo p:not(:last-child) {
    margin-bottom: 10px;
}

.box-tipo-1 .box-container .container {
    position: relative;
    z-index: 100;
}

.infraestrutura.box-tipo-1 .trapezoid {
    padding: 160px 0px 85px 0px;
}

.infraestrutura .icon-infra {
    margin: 0 auto 40px auto;
    display: block;
}

.infraestrutura .btn-saiba-mais {
    font-family: 'Gotham-Medium';
    font-size: 16px;
    line-height: 19px;
    color: #979b9d;
    text-transform: uppercase;

    display: table;
    margin: 15px auto 0px auto;
    padding: 2px 10px;
    border-radius: 25px;
    border: 2px solid #c1c3c4;
    background: transparent;

    -webkit-transition: transform 500ms ease !important;
    -moz-transition: transform 500ms ease !important;
    -ms-transition: transform 500ms ease !important;
    -o-transition: transform 500ms ease !important;
    transition: transform 500ms ease !important;
}

.infraestrutura .btn-saiba-mais:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/**************************
*** Marcas
***************************/

.marcas {
    -webkit-box-shadow: inset 0px 130px 60px -135px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 130px 60px -135px rgba(0,0,0,0.75);
    box-shadow: inset 0px 130px 60px -135px rgba(0,0,0,0.75);

    background-color: #ffffff;
}

.marcas .titulo-sessao {
    color: #ffffff;
}

.marcas .owl-carousel {
    margin-top: 100px;
    margin-bottom: 100px;
}

.marcas .owl-carousel .owl-item img {
    width: 150px;
}

.marcas .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.marcas .owl-carousel .owl-dots {
    margin-top: 15px;
}

/**************************
*** Localização
***************************/

.topo-localizacao.topo-interna.box-tipo-1 .titulo-sessao {
    margin: 0px auto 40px auto;
    text-align: center;
}

.localizacao {
    position: relative;
    overflow: hidden;
}

.localizacao:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 475px;
    background-image: url(../images/bg-localizacao.png);
    background-repeat: no-repeat;
}

.localizacao .trapezoid:before,
.localizacao .trapezoid:after {
    z-index: 1;
}

.localizacao .box-titulo {
    position: absolute;
    left: 130px;
}

.localizacao .titulo-sessao {
    color: #861111;
    padding: 55px 36px;
}

.localizacao .map {
    height: 600px;
}

.conteudo-localizacao {
    position: relative;
}

.conteudo-localizacao:after,
.conteudo-localizacao:before {
    content: '';
    position: absolute;
    height: 100%;
}

.conteudo-localizacao:before {
    top: 0px;
    left: -323px;
    width: 150px;
    background: linear-gradient(0deg,rgba(134, 17, 17, 0.8),rgba(134, 17, 17, 0.8)),url('../images/mja-pattern.jpg');

    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.conteudo-localizacao:after {
    bottom: 0px;
    width: 150px;
    right: -323px;
    background-color: #979b9d;

    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}

/**************************
*** Agendar Visita
***************************/

.agendar-visita {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.agendar-visita .line-full {
    z-index: 0;
}

.agendar-visita .line-top,
.agendar-visita .line-bottom {
    display: none;
}

.agendar-visita .line-top {
    width: 30%;
    height: 65%;
}

.agendar-visita .line-bottom {
    width: 30%;
    height: 90%;
}

.agendar-visita .line-complete {
    width: calc(100% - 328px);
}

.botoes-agendar-visita{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.agendar-visita .btn-padrao{
    /*font-size: 39px;
    margin: 0;
    width: 540px;
    padding: 30px 34px;*/
    font-size: 30px;
    margin: 0;
    width: 400px;
    padding: 20px 30px;
    text-transform: initial;
}

.agendar-visita a.btn-padrao {
    text-align: center;
    color: #fff!important;
}

.texto-agendar-visita {
    text-align: center;
    margin-top: 54px;
    color: #a31c1e;
    /*text-transform: uppercase;*/
    position: relative;
}

.texto-agendar-visita h1 {
    font-size: 51px;
    font-family: 'Gotham-Bold';
}

.texto-agendar-visita h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Gotham-Book';
}

@media (max-width: 1200px){
    .agendar-visita .btn-padrao {
        font-size: 30px;
        width: 400px;
    }
    .texto-agendar-visita h1{
        font-size: 40px;
    }
    .texto-agendar-visita h2{
        font-size: 32px;
    }
}

@media (max-width: 991px){

    .agendar-visita .btn-padrao{  
        font-size: 26px;
        width: 340px;
        line-height: initial;
    }

}

@media (max-width: 768px){
    .botoes-agendar-visita{
        flex-direction: column;
    }

    .agendar-visita .btn-padrao{
        margin-bottom: 25px;
        line-height: initial;
        width: 80%;
        font-size: 4vw;
    }

    .texto-agendar-visita {
        margin-top: 10px;
    }
}

@media (max-width: 685px){
    .texto-agendar-visita h1 {
        font-size: 7vw;
    }
    
    .texto-agendar-visita h2 {
        font-size: 5vw;
    }
}



/**************************
*** Rodape
***************************/

.rodape {
    padding: 40px 0px;
    position: relative;
    /*background-image: url('../images/mja-pattern.jpg');*/
    background-image: url('../images/bg-footer.jpg');
}

.rodape:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(134, 17, 17, 0.8);
}

.rodape .container {
    position: relative;
    z-index: 100;
}

.rodape .endereco {
    font-family: 'Gotham-Book';
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

.rodape .endereco:not(:last-child) {
    margin-bottom: 10px;
}

/**************************
*** Interna
***************************/



.topo-interna.box-tipo-1 .trapezoid {
    padding: 40px 0px 40px 0px;
}

.topo-interna .trapezoid .bg {
    width: 50%;
}


.conteudo-principal.interna.o-projeto .topo-interna .trapezoid:before
{
    left: 101px;
}

@media (max-width: 1200px){
    .conteudo-principal.interna.o-projeto .topo-interna .trapezoid:before {
        left: 89px;
    }
}

@media (max-width: 992px){
    .conteudo-principal.interna.o-projeto .topo-interna .trapezoid:before {
        left: 76px;
    }
}

.topo-localizacao .trapezoid:before {
    left: 85px!important;
}

.topo-interna .trapezoid:after {
    right: 85px;
}

.topo-interna .trapezoid:before,
.topo-interna .trapezoid:after {
    width: 40%;
}

.topo-interna.box-tipo-1 {
    border-top: 3px solid #ffffff;
}

.topo-interna.box-tipo-1 .titulo-sessao {
    margin: 0px 0px 40px 0px;
    max-width: 65%;
    text-align: left;
}

.topo-interna .subtitulo {
    font-family: 'Gotham-Book';
    font-size: 21px;
    line-height: 26px;
    color: #979b9d;
    text-align: center;

    margin-left: 250px;
    margin-right: 250px;
}

.interna .box-imagem.projeto {
    position: relative;
    width: 100%;
    height: 650px;
    /*margin-bottom: 50px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.interna .box-imagem.localizacao {
    position: relative;
    width: 100%;
    height: 650px;

    background-size: contain;
    background-color: #9fccd4;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

.interna .box-imagem:before,
.interna .box-imagem:after {
    content: '';
    position: absolute;
    height: 100%;
}

.interna .box-imagem:before {
    top: 0px;
    left: -180px;
    width: 100px;
    background-color: #ffffff;

    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
}

.interna .box-imagem:after {
    bottom: 0px;
    right: -190px;
    width: 200px;
    background-color: #ae2123;

    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

/**************************
*** O Projeto
***************************/

.o-projeto .box-caracteristicas {
    position: relative;
}

.o-projeto .bg-conteudo {
    position: relative;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/o-projeto.jpg');
}

.o-projeto h3,
.o-projeto .conteudo {
    position: relative;
    z-index: 2;
}

.o-projeto .bloco-1 {
    /*width: 60%;*/
    padding: 60px;
}

.o-projeto .bloco-2 {
    /*position: relative;
    z-index: 5;*/
    width: 100%;
    /*left: 400px;*/
    /*display: inline-block;*/
    /*margin-left: 150px;*/
}

.o-projeto .bloco-2 .conteudo-bloco {
    /*padding: 200px 80px 35px 40px;*/
    padding: 60px 40px 60px 40px;
    background-color: #ffffff;
}

.o-projeto .bloco-3 {
    position: relative;
    /*width: 80%;*/
    border-radius: 30px 0px 0px 0px;
    background-size: cover;
    background-image: url(../images/mja-pattern.jpg);
}

.o-projeto .bloco-3 .container .row > div {
    padding-top: 60px;
    padding-bottom: 60px;
}

.o-projeto .bloco-3 .box-botao {
    background-color: #ffffff;
}

/*.o-projeto .bloco-3 .container {
padding: 50px;
}*/

.o-projeto .bloco-3 .diagonal {
    position: absolute;
    top: 0px;
    left: -150px;
    width: 0;
    height: 0;
    border-top: 200px solid #ffffff;
    border-left: 150px solid transparent;
}

.o-projeto .bloco-3:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px 0px 0px 0px;
    background-color: #ffffff;
    /*background-color: rgba(134, 17, 17, 0.8);*/
}

.o-projeto .bloco-1.trapezoid {
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
}

.o-projeto .bloco-1.trapezoid-inverted:before,
.o-projeto .bloco-1.trapezoid-inverted:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.o-projeto .bloco-1 h3,
.o-projeto .bloco-2 h3,
.o-projeto .bloco-3 h3 {
    font-family: 'Gotham-Bold';
}

.o-projeto .bloco-1 h3 {
    font-size: 48px;
    line-height: 48px;

    margin-bottom: 40px;
}

.o-projeto .bloco-2 h3,
.o-projeto .bloco-3 h3 {
    font-size: 38px;
    line-height: 38px;

    margin-bottom: 20px;
}

.o-projeto .bloco-1 h3,
.o-projeto .bloco-2 h3,
.o-projeto .bloco-3 h3 {
    color: #ae2123;
}

.o-projeto .bloco-1 .conteudo,
.o-projeto .bloco-2 .conteudo,
.o-projeto .bloco-3 .conteudo {
    color: #2d2d2d;
}

.o-projeto .bloco-2 .diagonal {
    position: absolute;
    top: 0px;
    left: -150px;
    width: 0;
    height: 0;
    border-bottom: 0px solid #ffffff;
    border-left: 150px solid transparent;
}

.o-projeto .conteudo {
    font-size: 16px;
    line-height: 20px;
}

.o-projeto .conteudo p,
.o-projeto .conteudo ul {
    margin-bottom: 30px;
}

.o-projeto .conteudo ul {
    padding-left: 20px;
}

.o-projeto .btn-padrao {
    font-size: 30px;
    line-height: 34px;
    /*color: rgb(163, 28, 30);*/

    width: auto;
    max-width: 400px;
    padding: 30px;
    /*background-color: #ffffff;*/
}

/**************************
*** Media Query
***************************/

@media (min-width: 768px) {
    .hive .hexagon-bg {
        opacity: 0;
    }

    .hive .hexagon-bg.animar {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .interna .box-imagem.projeto,
    .interna .box-imagem.localizacao {
        height: 580px;
    }

    .sobre .line-bottom {
        right: -298px;
    }

    .infraestrutura .box-container .trapezoid .bg {
        width: 55%;
    }

    .infraestrutura .trapezoid:before,
    .infraestrutura .trapezoid:after {
        width: 50%;
    }

    .agendar-visita .line-top {
        width: 20%;
    }

    .agendar-visita .line-bottom {
        width: 20%;
    }

    .item-localizacao .local {
        max-width: 280px;
    }

    .conteudo-localizacao:after {
        right: -333px;
    }

    .conteudo-localizacao:before {
        left: -333px;
    }
}

@media (max-width: 1100px) {
    .navbar-nav > li > a {
        font-size: 14px;
        line-height: 14px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .conteudo-principal {
        margin-top: 97px;
    }

    /*.destaque .owl-carousel .item {
        height: 300px;
    }*/
}

@media (max-width: 1080px) {
    .navbar-nav > li > a {
        font-size: 14px;
        line-height: 14px;
        padding: 30px 10px;
    }
}

@media (max-width: 992px) {
    .navbar-nav > li > a {
        font-size: 12px;
        line-height: 12px;
        padding: 30px 8px;
    }

    /*.destaque .owl-carousel .item {
    height: 500px;
    }*/

    .topo-interna.box-tipo-1 .trapezoid {
        padding: 40px 0px 15px 0px;
    }

    .topo-interna .subtitulo {
        font-family: 'Gotham-Book';
        font-size: 18px;
        line-height: 20px;
        color: #979b9d;
        text-align: center;
        margin-left: 120px;
        margin-right: 120px;
    }

    .item-localizacao .local {
        font-size: 20px;
        line-height: 22px;

        max-width: 160px;
    }

    .o-projeto .bloco-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .conteudo-localizacao:after {
        right: -319px;
    }

    .conteudo-localizacao:before {
        left: -319px;
    }
}

@media (max-width: 768px) {
    header {
        position: initial;
    }

    .btn-menu-mobile {
        top: 25px;
    }

    header .btn-menu-mobile .icon-bar {
        background-color: #7f1010;
    }

    .menu-aberto header .btn-menu-mobile .icon-bar.close-left,
    .menu-aberto header .btn-menu-mobile .icon-bar.close-right {
        background-color: #ffffff;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar .navbar-header {
        position: initial;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar .navbar-header:before,
    .navbar .navbar-header:after {
        display: none;
    }

    .navbar-nav > li > a {
        font-size: 18px;
        line-height: 18px;
    }

    .titulo-sessao {
        font-size: 22px;
        line-height: 26px;
    }

    .conteudo {
        font-size: 16px;
    }

    .navbar {
        background: none;
    }

    .navbar .navbar-header {
        left: 30px;
    }

    .navbar .navbar-brand .logo-topo {
        width: 120px;
    }

    .navbar .navbar-header:before,
    .navbar .navbar-header:after {
        height: 98px;
    }

    .navbar .navbar-header:after {
        right: -22px;
    }

    .navbar .navbar-header:before {
        left: -22px;
    }

    .navbar .box-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        width: 100%;
        height: 100vh;

        margin-top: 0px;
        border-top: none;

        background-image: url(../images/mja-pattern.jpg);
        background-repeat: no-repeat;
        background-size: cover;

        -webkit-transition: transform 500ms ease !important;
        -moz-transition: transform 500ms ease !important;
        -ms-transition: transform 500ms ease !important;
        -o-transition: transform 500ms ease !important;
        transition: transform 500ms ease !important;

        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .menu-aberto header .navbar .box-menu {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .box-menu .menu-principal {
        border-top: rgba(134, 17, 17, 0.9) solid 25px;
        margin-top: 0px;
        padding-top: 40px;
    }

    .box-tipo-1 {
        padding-top: 50px;
    }

    .box-tipo-1:after {
        right: -100px;
    }

    .box-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .conteudo-principal {
        margin-top: 0px;
    }

    /*.destaque .owl-carousel .item {
        height: 200px;
    }*/

    .destaque .owl-dots {
        right: 0px;
        left: 0px;
        bottom: 10px;
    }

    .destaque .dots_carousel_destaque {
        display: none;
    }

    .sobre {
        padding: 40px 0px 40px 0px;
    }

    .sobre .titulo-sessao {
        margin: 0 auto 20px auto;
    }

    .infraestrutura .titulo-sessao {
        margin: 0 15px 20px 15px;
    }

    .sobre .titulo-sessao:before {
        top: 12px;
        left: -75px;
        border-top: 2px solid transparent;
        border-right: 70px solid #5f6368;
        border-bottom: 2px solid transparent;
    }

    .sobre .titulo-sessao:after {
        border-top: 2px solid transparent;
        border-left: 70px solid #5f6368;
        border-bottom: 2px solid transparent;
        top: 12px;
        right: -75px;
    }

    .sobre .line-top {
        width: 20%;
        height: 20px;
    }

    .sobre .line-bottom {
        right: 0px;
        height: 20px;
    }

    .sobre .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sobre .conteudo {
        line-height: 24px;
    }

    .sobre .conteudo p:not(:last-child) {
        margin-bottom: 15px;
    }

    .infraestrutura {
        padding-top: 40px;
    }

    .infraestrutura:after,
    .infraestrutura .box-container .trapezoid .bg,
    .infraestrutura .trapezoid:before,
    .infraestrutura .trapezoid:after {
        display: none;
    }

    .infraestrutura .trapezoid {
        background-color: #ffffff;
        padding: 30px 0px;
        margin: 0px 15px;
    }

    .infraestrutura.box-tipo-1 .trapezoid {
        padding: 30px 0px 30px 0px;
    }

    .infraestrutura .box-infra {
        margin-bottom: 20px;
    }

    .infraestrutura .icon-infra {
        margin: 0 auto 15px auto;
    }

    .trapezoid .titulo-sessao {
        padding: 15px 0px;
    }

    .marcas .box-titulo.trapezoid:before {
        left: -25px;
    }

    .marcas .box-titulo.trapezoid:after {
        right: -25px;
    }

    .marcas .owl-carousel {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .localizacao .box-titulo {
        left: 0px;
        right: 0px;
        margin: 0 auto;
        display: block;
        width: 200px;
    }

    .localizacao:before {
        content: none;
    }

    .localizacao .trapezoid .bg {
        border-radius: 10px;
    }

    .localizacao .map {
        height: 400px;
    }

    .conteudo-localizacao:after,
    .conteudo-localizacao:before {
        display: none;
    }

    .agendar-visita {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn-padrao {
        font-family: 'Gotham-Bold';
        font-size: 18px;
        line-height: 22px;
        padding: 12px;
        width: 250px;
        border-radius: 12px;
    }

    .agendar-visita .line-top {
        height: 20px;
    }

    .agendar-visita .line-bottom {
        width: 10%;
        height: 45px;
    }

    .agendar-visita .line-full:before,
    .agendar-visita .line-full:after {
        width: 50%;
    }

    .agendar-visita .line-full:before {
        left: 10px;

        border-radius: 0px 0px 0px 30px;

        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg);
    }

    .agendar-visita .line-full:after {
        right: 10px;

        border-radius: 0px 0px 30px 0px;

        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .topo-interna.box-tipo-1 .titulo-sessao {
        margin: 25px 0px 40px 0px;
        max-width: 100%;
        text-align: left;
    }

    .topo-interna.box-tipo-1 .trapezoid {
        padding: 20px 0px 20px 0px;

        background-color: #ffffff;
    }

    .topo-interna .trapezoid:before,
    .topo-interna .trapezoid:after {
        display: none;
    }

    .topo-interna .subtitulo {
        font-size: 16px;
        line-height: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .interna .box-imagem.projeto,
    .interna .box-imagem.localizacao {
        height: 250px;
        /*margin-bottom: 30px;*/
    }

    .rodape {
        padding: 20px 0px;
    }

    .rodape .endereco {
        font-size: 12px;
        line-height: 16px;
    }

    .interna .box-imagem:before {
        width: 200px;
    }

    .item-localizacao {
        height: 72px;
        margin-bottom: 20px;
    }

    .item-localizacao .local {
        font-size: 16px;
        line-height: 16px;
        margin-left: 100px;
        max-width: 100%;
        padding: 8px 10px;
    }

    .item-localizacao .dots {
        top: 34px;
        width: 100px;
        margin-left: 40px;
    }

    .box-hexagon {
        right: auto !important;
        left: 0px !important;

        width: 85px;
    }

    .box-hexagon svg {
        width: 83px;
        height: 73px;
    }

    .box-hexagon div {
        top: 26px;
        font-size: 16px;
        line-height: 16px;
    }

    .hexagon {
        right: auto !important;
        left: 0px !important;
        width: 63px;
        height: 42.5px;

        margin: 10px;
    }

    .hexagon div span {
        font-size: 15px;
        line-height: 15px;
        width: 63px;
        height: 42.5px;
    }

    .hexagon:before {
        border-bottom: 21.25px solid #979b9d;
    }

    .hexagon:after {
        border-top: 21.25px solid #979b9d;
    }

    .hexagon:before, .hexagon:after {
        border-left: 31.5px solid transparent;
        border-right: 31.5px solid transparent;
    }

    .sep-1 {
        margin-bottom: 15px;
    }

    .o-projeto .bloco-1 h3,
    .o-projeto .bloco-2 h3,
    .o-projeto .bloco-3 h3 {
        font-size: 26px;
        line-height: 30px;

        margin-bottom: 20px;
    }

    .o-projeto .conteudo {
        font-size: 14px;
        line-height: 18px;
    }

    .o-projeto .conteudo p, .o-projeto .conteudo ul {
        margin-bottom: 15px;
    }

    .hive {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .hexagon-bg div {
        font-size: 16px;
        line-height: 18px;
        color: #2d2d2d;
        text-align: left;
        width: 100%;
        padding: 0px 30px 0px 30px;
    }

    .hexagon-bg {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        background: none;

        margin-bottom: 15px;
    }

    .hexagon-bg:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 20px;
        background-color: #000000;
        display: block;
        position: absolute;
        top: 5px;
        left: 15px;
    }

    .modal-header .close {
        font-size: 35px;
        line-height: 20px;
    }

    .modal-contato .modal-header .close {
        font-size: 50px;
        line-height: 55px;
    }

    .modal-contato .numero-contato .flaticon {
        display: block;
    }

    .o-projeto .hive {
        padding: 35px 20px 35px 20px;
    }

    .o-projeto .bg-conteudo {
        background: none;
    }

    .o-projeto .bloco,
    .o-projeto .bloco-1.trapezoid {
        position: relative !important;
        top: 0px;
        left: 0px;
    }

    .o-projeto .bloco-1.trapezoid .bg {
        width: 100%;
        border-radius: 0px;
    }

    .o-projeto .bloco-1.trapezoid:before,
    .o-projeto .bloco-1.trapezoid:after {
        content: none;
    }

    /*.o-projeto .bloco-1,
    .o-projeto .bloco-3 {
    padding: 35px 20px 35px 20px;
    }*/

    .o-projeto .bloco-1 {
        padding: 35px 20px 35px 20px;
    }

    .o-projeto .bloco-3 {
        margin-bottom: 25px;
    }

    .o-projeto .bloco-3,
    .o-projeto .bloco-3:before {
        border-radius: 0px;
    }

    .o-projeto .bloco-2 .container,
    .o-projeto .bloco-3 .container {
        padding: 0px;
    }

    .o-projeto .bloco-2 .conteudo-bloco {
        padding-left: 20px;
        padding-right: 20px;
    }

    .o-projeto .btn-padrao {
        font-size: 18px;
        line-height: 22px;
        padding: 15px;
    }

    .o-projeto .bloco-1,
    .o-projeto .bloco-2 .conteudo-bloco,
    .o-projeto .bloco-3 .container .row > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .item-localizacao .box-hexagon,
    .item-localizacao .dots,
    .item-localizacao .local {
        opacity: 1;
    }
}

@media (max-width: 500px) {
    /*.destaque .owl-carousel .item {
        height: 170px;
    }*/

    .owl-carousel button.owl-dot:hover {
        background-color: #dfdfdf;
    }

}

@media (min-width: 768px) {
    .modal-dialog {
        width: 80%;
    }
}

.logos_rodape{
    display: flex;
    justify-content: space-evenly;
    margin-top: 4rem;
    position: relative;
}
.logo_rodape img{
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px){
    .logos_rodape{
        flex-direction: column;
        margin-bottom: 10px;
    }

    .logo_rodape{
        margin-bottom: 22px;
    }
}

.telefone_rodape {
    font-size: 50px;
    font-weight: bold;
    color: #a31c1e;
    text-align: center;
    margin-top: 20px;
    font-family: 'Gotham-Bold';
    position: relative;
    margin-bottom: 120px;
    line-height: 40px;
}

.telefone_rodape span{
    font-size: 30px;
    margin-right: 10px;
}



@media (max-width: 480px){
    .telefone_rodape {
     	margin-top: 185px;
    	margin-bottom: 0px;
    	line-height: 31px;
    }

    .telefone_rodape span{
        font-size: 18px;
    }

    .agendar-visita .line-full:before,
    .agendar-visita .line-full:after {
        width: 35%;
    }
}

.logo_rodape span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* aiai... */
#carousel_clientes > .owl-stage-outer > .owl-stage{
	margin-left: auto;
   	margin-right: auto;
}