.sidebar {
    top: -340px;
    right: inherit;
    left: 0;
    width: 100%;
    height: 173px;
    background: #053550;
    opacity: 1;
}

.sidebar .logo {
    display: none;
}

.sidebar .wrap {
    padding: 0 0px;
}

.sidebar .col-inline.col-9 {
    width: 80%;
    text-align: center;
}

.sidebar .redes-sociais {
    display: inline-block;
    text-align: center;
}

.sidebar .redes-sociais span {
    color: #d2d2d2;
    font-size: 20.49px;
    display: table;
    font-family: "Rawline";
    font-weight: normal;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 11px;
}

.sidebar .redes-sociais a {
    color: #d2d2d2;
    font-size: 20.49px;
    margin-left: 7px;
}

.sidebar ul li {
    margin: 0px 16px;
}

.sidebar ul li a {
    color: #d2d2d2;
    display: table;
    font-family: "Rawline";
    font-weight: normal;
    font-size: 15px;
}

.fundo-sidebar {
    background: inherit;
}

.sidebar.aberto .closeSidebar {
    /* background: #f7f7f7; */
    color: #053550;
    font-family: "Rawline";
    font-weight: normal;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -1px;
    top: 0;
    padding: 10px 18px;
    font-size: 20px;
    z-index: 10;
}

.sidebar.aberto {
    right: inherit;
    left: 50%;
    width: 100%;
    height: 173px;
    transform: translate(-50%, 95px);
    top: -2px;
}

#banner .desc-bann .titulo {
    color: #efefef;
    font-size: 42px;
    width: 100%;
    line-height: 18px;
    font-family: "Rawline";
    font-weight: normal;
    display: table;
}

#banner .desc-bann .subtitulo {
    color: #efefef;
    font-size: 55px;
    font-family: "Rawline";
    font-weight: 800;
    line-height: 80px;
}

#banner {
    height: auto;
    overflow: initial;
}

#banner .btn-ver-mais a {
    color: #053550;
    background: #fff;
    display: table;
    height: 46px;
    text-align: center;
    width: 179px;
    padding: 13px 0;
    margin-top: 47px;
    font-family: "myriad_probold";
    font-size: 17px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#banner .btn-ver-mais a:hover {
    color: #fff;
    background: #124866;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#banner #pagination {
    bottom: 70px;
    display: block;
    left: 150px;
}

#banner #pagination span {
    bottom: 0;
    display: block !important;
    top: inherit;
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

#banner #pagination a {
    height: 20px;
    width: 20px;
    border-radius: inherit;
    margin: 0 2px;
    border: 1px solid #fff;
}

#banner #pagination a.active {
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: inherit;
    margin: 0 1px;
    background: transparent;
}

#banner .desc-bann {
    position: relative;
    z-index: 11;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform: scale(0.2);
}

#banner .desc-bann.letraTime1 {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#banner .desc-bann .wrap {
    padding: 0;
    max-width: inherit;
    width: 80%;
}

#banner .dimensoes-slide:after {
    content: "";
    background: #0000001c;
    position: absolute;
    height: 100%;
    width: 97%;
    top: 0;
}

#banner .dimensoes-slide {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.botao-menu-desktop {
    color: #d2d2d2;
    margin-left: 20px;
    font-family: "Rawline";
    font-weight: normal;
    display: none;
}

.botao-menu-desktop span {
    height: 1px;
    width: 43px;
    background: #d2d2d2;
    margin-left: 10px;
}

.botao-menu-desktop span:before {
    content: "";
    height: 1px;
    width: 33px;
    background: #d2d2d2;
    display: block;
    margin-top: 10px;
}

.botao-menu-desktop span:after {
    content: "";
    height: 1px;
    width: 23px;
    background: #d2d2d2;
    display: block;
    margin-top: 8px;
}

#topo {
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 94px;
    background: #467daf;
}

#topo .wrap {
    max-width: inherit;
    width: 100%;
    padding: 0;
}

#topo .logo {
    background: #f7f7f7;
    height: 94px;
    width: 21%;
}

#topo .menu {
    z-index: 0;
    background: #053550;
    width: 61.3%;
}

#topo .logo:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    transform: skew(-22deg);
    background: #f7f7f7;
    top: 0;
    z-index: 1;
    margin-right: -15px;
}

#topo .logo img {
    margin: 0 auto;
    padding: 0px 0;
    position: relative;
    z-index: 2;
    width: 160px;
}

#topo ul {
    height: 94px;
    padding: 0 13px;
    padding-right: 0;
    background: #053550;
    width: 81.28%;
    text-align: center;
}

#topo ul li {
    padding: 35px 0;
    margin: 0 13.5px;
    height: 94px;
}

#topo ul li:nth-of-type(3) a {
    width: 100px;
    text-align: center;
}

#topo ul li a {
    color: #fff;
    display: table;
    font-family: "Rawline";
    font-weight: normal;
    font-size: 13px;
    position: relative;
    letter-spacing: 1.3px;
}

#topo ul li:hover:after {
    content: "";
    background: #5d97d1;
    border-bottom: 3px solid #5d97d1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

#topo .contato {
    height: 94px;
    background: #467daf;
    padding: 33px 0;
    text-align: center;
}

#topo .contato:before {
    content: "";
    position: absolute;
    border-left: 1px solid #467daf;
    transform: skew(-22deg);
    top: 0;
    left: 0;
    height: 100%;
    margin-left: -36px;
}

#topo .contato:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #467daf;
    transform: skew(-22deg);
    margin-left: -20px;
}

#topo .contato img {
    display: inline-block;
    width: 33px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    margin-right: 10px;
}

#topo .contato span {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-family: "Rawline";
    font-weight: 800;
    letter-spacing: 1.6px;
    vertical-align: middle;
}

#topo .redes-sociais {
    padding: 33px 0;
}

#topo .redes-sociais a {
    color: #d2d2d2;
    font-size: 20.49px;
    margin-left: 7px;
}

.engloba-box-topico .box-topico:hover .content {
    background: #053550;
}

.engloba-box-topico .box-topico:hover .descricao .titulo {
    color: #fff;
}

.engloba-box-topico .box-topico:hover .image {
    filter: brightness(10) saturate(0.1) contrast(10);
}

.engloba-box-topico {
    background: #f7f7f7;
}

.box-topico:nth-of-type(2) {
    float: right;
}

.box-topico {
    width: 49.9%;
    background: #fff;
}

.engloba-box-topico .box-topico .content {
    height: 130px;
    text-align: center;
}

.engloba-box-topico .box-topico .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 62px;
    width: 52px;
    display: inline-flex;
    vertical-align: middle;
}

.engloba-box-topico .box-topico .descricao {
    display: inline-flex;
    vertical-align: middle;
}

.engloba-box-topico .box-topico .descricao .titulo {
    color: #091a32;
    font-size: 22px;
    font-family: "Rawline";
    font-weight: normal;
    margin-left: 20px;
}

.box-sobre {
    transform: translate(-500px, 0);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.box-sobre.letraTime1 {
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#sobre {
    background: #f7f7f7;
    height: 360px;
    position: relative;
}

#sobre .wrap {
    padding: 60px 0;
    padding-bottom: 35px;
}

#sobre .titulo span {
    font-family: "ralewaybold";
}

#sobre .titulo:after {
    content: "";
    border: 1px solid #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #cbcbcb;
    width: 400px;
    transform: translate(-50%, 20px);
}

#sobre .titulo:before {
    content: "";
    background: #5481ba;
    height: 9px;
    width: 85px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: skew(-38deg);
    margin-left: -43px;
    margin-bottom: -20px;
}

#sobre .titulo {
    text-align: center;
    color: #053550;
    font-size: 40px;
    position: relative;
    font-family: "ralewayextralight";
}

#sobre p {
    width: 520px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    font-family: "open-sans";
    color: #707070;
}

.btn-sobre {
    background: #fff;
    height: 36px;
    width: 165px;
    margin: 0 auto;
    transform: skew(-25deg);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-sobre a {
    display: table;
    width: 100%;
    margin: 0 auto;
    color: #124866;
    font-size: 12px;
    transform: skew(25deg);
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    font-family: "Montserrat";
    font-weight: bold;
}

.btn-sobre:hover {
    background: #124866;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-sobre:hover a {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#sobre .firula-sobre {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
}

.menu-footer {
    width: 32%;
    vertical-align: middle;
}

#footer .logo img {
    width: 200px;
}

#footer {
    background: #053550;
}

#footer .logo {
    vertical-align: middle;
}

#footer>.wrap {
    padding-bottom: 69px;
}

#footer .menu-footer ul {
    border-left: 2px solid #5481ba;
}

#footer .menu-footer ul li a {
    color: #f7f7f7;
    line-height: 33px;
    font-size: 17px;
    margin-left: 27px;
    font-weight: normal;
    font-family: "mosk-light";
}

#footer .contato {
    position: relative;
    width: 28%;
}

#footer .contato:after {
    content: "";
    border-left: 2px solid #5481ba;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .contato span {
    color: #f7f7f7;
    display: table;
    font-size: 23px;
    line-height: 29px;
    margin-left: 27px;
    font-family: "mosk-extra-bold";
    letter-spacing: 2.3px;
}

#footer .contato p {
    color: #f7f7f7;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 27px;
    font-family: "mosk-light";
}

.redes-sociais {
    width: 15%;
}

.redes-sociais .engloba-links {
    text-align: right;
    margin-top: -35px;
}

.redes-sociais .engloba-links a {
    color: #f7f7f7;
    font-size: 23px;
    margin: 0 5px;
}

.footer-1 .wrap {
    padding: 50px 0;
}

.footer-1 span {
    color: #f7f7f7;
    font-size: 14px;
    vertical-align: bottom;
    font-family: "Alleyn-regular";
    font-weight: normal;
}

.footer-1 {
    border-top: 1px solid #ffffff52;
}

#banner-interno:after {
    content: "";
    background: #00000038;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

#banner-interno .wrap {
    padding: 0;
}

#banner-interno {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 171px;
    width: 100%;
    position: relative;
}

#banner-interno .titulo {
    color: #efefef;
    display: table;
    font-size: 40px;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
    z-index: 1;
    font-family: "ralewayextrabold";
    font-weight: normal;
}

.wrap.projetos {
    padding: 60px 0;
}

.engloba-box-projetos {}

.categoria-sobre {
    background: #f0f0f0;
    height: 98px;
}

.categoria-sobre ul {
    margin-top: -18px;
}

.categoria-sobre .wrap {
    padding-top: 56px;
    padding-bottom: 0;
}

.subcategoria {
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9;
}

#projetos .subcategoria ul li:nth-of-type(1) {
    border-right: 1px solid #70707078;
}

#projetos .subcategoria ul li {
    margin-top: 19px;
}

#projetos .subcategoria ul li a {
    transform: inherit;
}

.categoria-sobre ul li.active .container {
    background: #fff;
}

.categoria-sobre ul .efeito {
    transform: translate(500px, 0);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.categoria-sobre ul .efeito.letraTime1 {
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.categoria-sobre ul li .container {
    width: 243.69px;
    height: 59px;
    background: #cfd1d4;
    margin-right: 3px;
    transform: skew(-26deg);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.categoria-sobre ul li .container:hover {
    background: #fff;
}

.categoria-sobre ul li .container:hover a {
    background: #fff;
}

.categoria-sobre ul li a {
    color: #053550;
    display: table;
    transform: skew(26deg);
    margin: 0 auto;
    font-size: 16px;
    width: 100%;
    font-family: "Montserrat";
    font-weight: bold;
}

.box-sobre {
    width: 89.7%;
    margin-bottom: 66px;
}

.box-sobre:nth-of-type(even) .descricao {
    margin: 0 auto;
    margin-right: 90px;
}

.box-sobre:nth-of-type(even) .image {
    margin-left: -158px;
    float: left;
}

.box-sobre:nth-of-type(even) .content {
    float: right;
    width: 90.7%;
}

.box-sobre:nth-of-type(even) .btn-ver-mais {
    left: inherit;
    right: 0;
}

.box-sobre .content {
    background: #f0f0f0;
    height: 391px;
    padding: 0 67.25px;
    padding-right: 0;
    width: 90.7%;
}

.box-sobre .image {
    background: #124866;
    height: 279px;
    width: 314px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -90px;
    float: right;
    margin-top: 20px;
}

.box-sobre .descricao {
    width: 100%;
    max-width: 525px;
    padding-top: 25px;
}

.box-sobre .descricao .titulo {
    color: #1e415f;
    font-size: 22px;
    position: relative;
    padding-left: 40px;
    font-family: "Montserrat";
    font-weight: bold;
}

.box-sobre .descricao .titulo:after {
    content: "";
    height: 57px;
    width: 17px;
    background: #5481ba;
    position: absolute;
    left: 0;
    top: -16px;
}

.box-sobre .descricao p {
    color: #707070;
    font-size: 15px;
    margin-top: 49.04px;
    font-family: "open-sans";
}

.box-sobre .descricao ul li {
    font-family: "Montserrat";
    font-weight: bold;
    color: #1e415f;
    margin-bottom: -40px;
    margin-top: 20px;
}

.box-sobre .btn-ver-mais {
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-sobre .btn-ver-mais a {
    display: table;
    color: #fff;
    background: #5d97d1;
    height: 40px;
    width: 98px;
    font-size: 13px;
    text-align: center;
    padding: 11px 0;
    font-family: "ralewaybold";
}

.engloba-info-contato a {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    color: #5481ba;
    font-size: 21px;
}

.engloba-titulo-contato .titulo {
    font-size: 33px;
    color: #243d50;
    margin-bottom: 31px;
    font-family: "Rawline";
    font-weight: 800;
}

.engloba-info-contato a i {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
    font-family: "mosk-medium";
    font-style: inherit;
}

.engloba-info-contato a span {
    color: #243d50;
    font-size: 16px;
    margin-left: 15px;
    font-weight: 500;
    font-family: "mosk-medium";
    position: relative;
    top: -3px;
}

#contato .email {
    /* margin-left: 39px; */
}

form .upload-curriculo {
    margin-top: 25px;
    float: left;
    cursor: pointer;
}

form .upload-curriculo label span {
    font: 16px "montserrat";
}

form .upload-curriculo label {
    background: #5481ba;
    color: #fff;
    padding: 13px 0;
    transition: opacity 0.3s;
    cursor: pointer;
    height: 44px;
    display: table;
    width: 290px;
    text-align: center;
    margin-bottom: 0;
}

form .upload-curriculo label input[type="file"] {
    display: contents;
    cursor: pointer;
}

form .upload-curriculo label:hover {
    opacity: 0.9;
}

form .upload-curriculo span {}

.upload-curriculo .arquivo-anexado {
    color: #bdc1d3;
    margin-top: 5px;
}

.upload-curriculo .arquivo-anexado .icon-text {
    margin-right: 3px;
    vertical-align: middle;
}

.upload-curriculo .arquivo-anexado span {
    font: 11px "montserrat";
    font-weight: normal;
    margin-left: 5px;
}

.upload-curriculo .arquivo-anexado p:nth-of-type(2) {
    margin-top: 0px;
    vertical-align: middle;
    font-size: 11px;
}

form label {
    margin-bottom: 10px;
}

form input {
    color: #707070;
    background: #ededed;
    height: 51px;
    width: 98%;
    padding-left: 15px;
    font-family: "open-sans";
    font-size: 14px !important;
}

form button {
    background: #5481ba;
    display: table;
    width: 139px;
    height: 44px;
    color: #fff;
    margin: 0 auto;
    margin-right: 7px;
    cursor: pointer;
    margin-top: 23px;
}

textarea {
    width: 99.2%;
    height: 99px;
    padding: 15px;
    color: #5f5f5f;
    font-size: 15px;
    background: #ededed;
}

form .custom-select {
    position: relative;
    width: 49%;
}

form .custom-select:after {
    content: "";
    position: absolute;
    background-color: #ededed;
    border-left: 0.1px solid #ededed;
    pointer-events: none;
    width: 48px;
    height: 51px;
    right: 0;
    top: 0px;
    z-index: 10;
}

form select {
    color: #7c7c7c;
    padding-left: 10px;
    border: 1px solid #ededed;
    font-size: 14px;
    display: table;
    height: 51px;
    width: 100%;
    margin-bottom: 10px;
    background: #ededed;
    position: relative;
    font-family: "Intro";
    font-weight: normal;
    font-family: "open-sans";
}

form .custom-select:before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 8px;
    border-color: #5481ba transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 16px;
    pointer-events: none;
    z-index: 15;
}

.precos-condicoes {
    height: 518px;
    background: rgba(244, 244, 244, 1);
}

.precos-condicoes .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 58px;
    height: 76px;
    margin: 0 auto;
}

.precos-condicoes .descricao .titulo {
    font-size: 20px;
    color: rgba(93, 151, 209, 1);
    text-align: center;
    margin-top: 25px;
    font-family: "mosk-bold";
    font-weight: bold;
}

.precos-condicoes .descricao .titulo span {
    display: block;
    color: rgba(10, 15, 45, 1);
    font-size: 37px;
    font-family: "ralewayextralight";
    font-weight: normal;
}

.precos-condicoes .descricao p {
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 25px;
    font-family: "open-sans";
    color: #707070;
}

.precos-condicoes .btn-cotacao a {
    color: #fff;
    background: rgba(93, 151, 209, 1);
    display: table;
    width: 278px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    margin-top: 41px;
    font-family: "ralewaybold";
    font-size: 15px;
}

.box-projetos {
    transform: translate(-500px, 0);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.box-projetos.letraTime1 {
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.box-projetos {
    overflow: hidden;
    margin-bottom: 15px;
}

.engloba-box-projetos .box-projetos:hover .image {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.engloba-box-projetos .box-projetos .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 254px;
    width: 261px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.engloba-box-projetos .box-projetos .content {
    width: 254px;
    overflow: hidden;
    height: 392px;
    background: rgba(247, 247, 247, 1);
}

.engloba-box-projetos .box-projetos .descricao:after {
    content: "";
    height: 154px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -50px;
    position: absolute;
    width: 102%;
    height: 100%;
    background-color: rgba(247, 247, 247, 1);
    transform: rotate(6deg);
    transform-origin: left top;
    z-index: -1;
}

.engloba-box-projetos .box-projetos .descricao {
    position: relative;
    z-index: 0;
    padding: 0 15px;
}

.engloba-box-projetos .box-projetos .descricao .titulo {
    color: rgba(85, 85, 85, 1);
    font-size: 19px;
    font-family: "mosk-bold";
    font-weight: bold;
}

.engloba-box-projetos .box-projetos .descricao p {
    color: rgba(112, 112, 112, 1);
    font-size: 13px;
    line-height: 18px;
    margin-top: 13px;
    font-family: "open-sans";
}

.engloba-box-projetos .box-projetos .btn-projetos:hover {
    background-color: rgba(247, 247, 247, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.engloba-box-projetos .box-projetos .btn-projetos {
    position: absolute;
    bottom: 0;
    left: -8px;
    background: rgba(84, 129, 186, 1);
    transform: skewX(-25deg);
    width: 115px;
    height: 26px;
    z-index: 30;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.engloba-box-projetos .box-projetos .btn-projetos a:hover {
    color: rgba(84, 129, 186, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.engloba-box-projetos .box-projetos .btn-projetos a {
    width: 100%;
    color: #fff;
    display: table;
    font-size: 13px;
    text-align: center;
    margin-left: 3px;
    padding: 4px 0;
    transform: skewX(26deg);
    font-family: "Montserrat";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.categoria-sobre.projetos ul li a {
    padding: 0 60px;
}

#parceiros {
    border-top: 2px solid #f0f0f0;
}

#parceiros .wrap {
    padding-top: 40px;
}

#parceiros.animateSet .engloba-titulo.boxAnimate {
    transform: translate(500px, 0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#parceiros.animateSet .engloba-titulo.boxAnimate.animate {
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#parceiros .engloba-titulo .titulo {
    font-size: 40px;
    color: rgba(16, 31, 38, 1);
    font-family: "Montserrat";
    font-weight: 300;
}

#parceiros .engloba-titulo p {
    color: rgba(112, 112, 112, 1);
    font-size: 15px;
    margin-top: 5px;
    font-family: "open-sans";
}

.animateSet .box-cliente.boxAnimate {
    transform: translate(500px, 0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.animateSet .box-cliente.boxAnimate.animate {
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#parceiros .engloba-box-cliente .box-cliente {
    margin-bottom: 15px;
    width: 13%;
    margin-right: 73px;
}

#parceiros .engloba-box-cliente .box-cliente .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    filter: grayscale(1);
}

.engloba-box-cliente {
    margin-top: 70px;
}

.box-incorporacao .descricao {
    margin-top: 15px;
}

.box-incorporacao .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 365px;
    width: 476px;
}

.box-incorporacao .engloba-icone {
    padding: 33px 0;
    padding-top: 8px;
}

.box-incorporacao .icone {
    position: relative;
    z-index: 1;
    width: 10.31%;
    margin-top: 0;
}

.box-incorporacao .icone img {
    width: 42px;
    height: 22px;
}

.box-incorporacao .descricao .titulo {
    color: #000000;
    font-size: 35px;
    font-family: "ralewaymedium";
    font-weight: normal;
}

.box-incorporacao .descricao span {
    color: #5d97d1;
    font-size: 22px;
    margin-top: 10px;
    display: block;
    margin-bottom: 21px;
    font-family: "open-sans-light";
}

.box-incorporacao .descricao ul li {
    color: #707070;
    font-size: 17px;
    display: table;
    position: relative;
    padding-left: 25px;
    width: 76%;
    margin-bottom: 18px;
    font-family: "open-sans";
}

.box-incorporacao .descricao ul li:after {
    content: "";
    border-radius: 100%;
    background: #ffff;
    border: 1px solid #5dc6d1;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.engloba-box-incorporacao {
    background: #f0f0f0;
}

.btn-condicoes a {
    color: #fff;
    background: #5d97d1;
    display: table;
    width: 278px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    margin-top: 80px;
    font-family: "ralewaybold";
    font-size: 15px;
}

#incorporacao .wrap {
    padding-bottom: 0;
    display: block;
}

.galeria-image .categoria {
    text-align: center;
}

.galeria-image ul li:nth-of-type(2) a:before {
    content: "";
    border-left: 2px solid #e9eaec;
    position: absolute;
    left: 0;
    top: -11px;
    height: 50px;
}

.galeria-image ul li a:after {
    content: "";
    border-bottom: 3px solid #e9eaec;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    transform: translate(-50%, 20px);
}

.galeria-image ul .col-inline.active a:after {
    content: "";
    border-bottom: 3px solid #5481ba;
    width: 77px;
}

.galeria-image ul li a {
    color: #091a32;
    font-size: 25px;
    margin: 0 35px;
    font-family: "Helvetica";
}

.box-galeria:hover .image {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-galeria .image {
    height: 248px;
    width: 264px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.engloba-box-galeria {
    margin-top: 80px;
}

.box-galeria {
    margin-bottom: 10px;
}

#contato.incorporacao form button {
    background: #5481ba;
    display: table;
    width: 162px;
    height: 43px;
    color: #fff;
    margin: 0 auto;
    margin-right: 7px;
    cursor: pointer;
    margin-top: 23px;
}

#contato.incorporacao .engloba-titulo-contato .titulo {
    font-size: 37px;
    font-family: "ralewayextralight";
    font-weight: normal;
}

.engloba-info-contato.incorporacao a {
    display: inline-block;
    width: 50%;
}

#contato.incorporacao .engloba-info-contato a {
    color: #5481ba;
    font-size: 27px;
    display: inline-flex;
    width: 45%;
}

#contato.incorporacao .engloba-info-contato a span {
    color: #707070;
    font-size: 15px;
    margin-left: 10px;
    display: inline-flex;
    margin-top: 8px;
    font-family: "open-sans";
}

#contato.incorporacao .localizacao p {
    display: inline-flex;
    width: 61%;
    color: #707070;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "open-sans";
    vertical-align: top;
}

#contato.incorporacao .localizacao img {
    margin-right: 15px;
    width: 22px;
    display: inline-flex;
    vertical-align: top;
    margin-top: 0px;
}

#planta .wrap {
    display: block;
}

#planta .engloba-titulo:after {
    content: "";
    border-bottom: 3px solid #5481ba;
    width: 50px;
    position: absolute;
    left: 47.7%;
    top: 125px;
}

#planta .engloba-titulo .titulo {
    color: #091a32;
    font-size: 25px;
    font-family: "Helvetica";
    display: table;
    margin: 0 auto;
    /* margin-bottom: 80px; */
}

#planta .engloba-box-planta {
    padding-top: 80px;
}

.carrossel-plantas {
    width: 93%;
    margin: 0 auto;
}

.carrossel-plantas.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button.owl-next {
    color: #5dc6d1;
    font-size: 150px;
    position: absolute;
    right: -35px;
    top: 0;
    margin-right: 0px;
    margin-top: 100px;
}

.owl-carousel .owl-nav button.owl-prev {
    color: #5dc6d1;
    font-size: 150px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -60px;
    margin-top: 100px;
}

.engloba-box-planta .box-planta:nth-of-type(1) .content:after {
    content: "";
    border-right: 1.5px solid #70707047;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-right: -13px;
}

.engloba-box-planta .box-planta .content {
    width: 98%;
}

.engloba-box-planta .box-planta:nth-of-type(2) .descricao {
    margin: 0 auto;
    margin-right: 0;
}

.engloba-box-planta .box-planta .descricao {
    width: 431px;
}

.engloba-box-planta .box-planta .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    width: 100%;
}

.engloba-box-planta .box-planta:nth-of-type(2) .image {
    margin: 0 auto;
    margin-right: 0;
}

.engloba-box-planta .box-planta .descricao .titulo {
    color: #5dc6d1;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: "mosk-bold";
    font-weight: bold;
}

.engloba-box-planta .box-planta .descricao p {
    color: #707070;
    font-size: 15px;
    font-family: "open-sans";
}

#planta .titulo1 {
    color: #0a0f2d;
    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;
    font-family: "ralewayextralight";
    font-weight: normal;
}

.engloba-box-video {
    text-align: center;
}

#video .box-video .descricao {
    font-size: 17px;
    color: #091a32;
    font-family: "Helvetica";
}

.box-video {
    margin-top: 80px;
    margin-right: 12px;
    width: 23.6%;
}

.box-video .video {
    position: relative;
    margin-bottom: 20px
}

.box-video .video:before {
    content: '';
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 55px solid transparent;
    border-left: 55px solid #fff;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-23%, -50%);
    z-index: 10;
    transition: all ease 0.2s;
    opacity: 0;
}

.box-video .video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 49%);
    z-index: 1;
    transition: all ease 0.2s;
    opacity: 0;
}

.box-video:hover .video:before,
.box-video:hover .video:after {
    opacity: 1;
}

.box-video iframe {
    width: 100%;
    height: 300px;
}

.lightbox-sobre {
    display: none;
    width: 100%;
    max-width: 850px;
    border-radius: 10px;
    height: auto;
}

.lightbox-sobre .wrap {
    padding: 0;
}

.lightbox-sobre .image {
    background: #124866;
    height: 279px;
    width: 314px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.lightbox-sobre .descricao {
    width: 50%;
    float: right;
    margin-top: 16px;
}

.lightbox-sobre .descricao .titulo {
    color: #1e415f;
    font-size: 22px;
    position: relative;
    padding-left: 40px;
    font-family: "Montserrat";
    font-weight: bold;
}

.lightbox-sobre .descricao .titulo:after {
    content: "";
    height: 57px;
    width: 17px;
    background: #5481ba;
    position: absolute;
    left: 0;
    top: -16px;
}

.lightbox-sobre .descricao p {
    color: #707070;
    font-size: 15px;
    margin-top: 49.04px;
    font-family: "open-sans";
}

.lightbox-projetos {
    display: none;
    width: 100%;
    max-width: 850px;
    border-radius: 10px;
    height: auto;
}

.lightbox-projetos .wrap {
    padding: 0;
}

.lightbox-projetos .image {
    background: #124866;
    height: 270px;
    width: 314px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.lightbox-projetos .galeria {
    width: 314px;
    margin-top: 5px;
}

.lightbox-projetos .box-galeria .image {
    background: transparent;
    height: 95px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.carrossel-galeria-projetos.owl-carousel .owl-dots {
    text-align: center;
    display: none;
}

.carrossel-galeria-projetos.owl-carousel button.owl-dot.active {
    background: #124866;
}

.carrossel-galeria-projetos.owl-carousel button.owl-dot {
    background: transparent;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 1px solid #124866;
}

.lightbox-projetos .box-galeria .content {
    width: 100%;
}

.lightbox-projetos .descricao {
    width: 50%;
    float: right;
    margin-top: 16px;
}

.lightbox-projetos button {
    background: #1e415f;
    opacity: 1;
    border-radius: 0 10px;
    color: #fff !important;
}

.lightbox-projetos .descricao .titulo {
    color: #1e415f;
    font-size: 22px;
    position: relative;
    padding-left: 40px;
    font-family: "Montserrat";
    font-weight: bold;
}

.lightbox-projetos .descricao .titulo:after {
    content: "";
    height: 57px;
    width: 17px;
    background: #5481ba;
    position: absolute;
    left: 0;
    top: -16px;
}

.lightbox-projetos .descricao .eng-p {
    height: 303px;
    overflow: auto;
    margin-top: 30px;
}

.lightbox-projetos .descricao p {
    color: #707070;
    font-size: 15px;
    font-family: "open-sans";
    overflow-y: auto;
    display: block;
    cursor: auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #1e415f;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1e415f;
}

.lightbox-projetos .descricao .icone {
    margin-top: 50px;
    width: 17%;
}

.lightbox-projetos .descricao .icone img {
    width: 36px;
}

#contato .direito {
    right: 10px;
}


/* #contato .localizacao {
    display: inline-flex;
    width: 75%;
    color: #707070;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "open-sans";
    vertical-align: top;
} */

form .custom-select-dois {
    width: 49%;
}

form .custom-select-dois:before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 8px;
    border-color: #5481ba transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 16px;
    pointer-events: none;
    z-index: 15;
}

form .custom-select-dois:after {
    content: "";
    position: absolute;
    background-color: #ededed;
    border-left: 0.1px solid #ededed;
    pointer-events: none;
    width: 48px;
    height: 51px;
    right: 0;
    top: 0px;
    z-index: 10;
}

#lightbox-projetos .owl-nav {
    display: block;
}

#lightbox-projetos .owl-nav span {
    color: #5dc6d1;
}

#lightbox-projetos .owl-nav button {
    margin-top: -10px;
    font-size: 90px;
    margin-left: -40px;
}

.box-lightbox-projetos .owl-carousel .owl-nav button.owl-prev {
    margin-top: -70px;
    margin-left: -30px;
}

.box-lightbox-projetos .owl-carousel .owl-nav button.owl-prev span {
    color: #124866;
    font-size: 50px;
}

.box-lightbox-projetos .owl-carousel .owl-nav button.owl-next {
    margin-top: -70px;
    right: -28px;
}

.box-lightbox-projetos .owl-carousel .owl-nav button.owl-next span {
    color: #124866;
    font-size: 50px;
}

#localizacao .mapa {
    width: 100%;
}