@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
    font-family: 'KeepCalm-Medium';
    src: url('../fonts/KeepCalm-Medium.eot');
    src: url('../fonts/KeepCalm-Medium.woff2') format('woff2'), url('../fonts/KeepCalm-Medium.woff') format('woff'), url('../fonts/KeepCalm-Medium.ttf') format('truetype'), url('../fonts/KeepCalm-Medium.svg') format('svg'), url('../fonts/KeepCalm-Medium.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterUI-Medium';
    src: url('../fonts/InterUI-Medium.eot');
    src: url('../fonts/InterUI-Medium.woff2') format('woff2'), url('../fonts/InterUI-Medium.woff') format('woff'), url('../fonts/InterUI-Medium.ttf') format('truetype'), url('../fonts/InterUI-Medium.svg#InterUI-Medium') format('svg'), url('../fonts/InterUI-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterUI-Black';
    src: url('../fonts/InterUI-Black.eot');
    src: url('../fonts/InterUI-Black.woff2') format('woff2'), url('../fonts/InterUI-Black.woff') format('woff'), url('../fonts/InterUI-Black.ttf') format('truetype'), url('../fonts/InterUI-Black.svg#InterUI-Black') format('svg'), url('../fonts/InterUI-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterUI-Regular';
    src: url('../fonts/InterUI-Regular.eot');
    src: url('../fonts/InterUI-Regular.woff2') format('woff2'), url('../fonts/InterUI-Regular.woff') format('woff'), url('../fonts/InterUI-Regular.ttf') format('truetype'), url('../fonts/InterUI-Regular.svg#InterUI-Regular') format('svg'), url('../fonts/InterUI-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterUI-Italic';
    src: url('../fonts/InterUI-Italic.eot');
    src: url('../fonts/InterUI-Italic.woff2') format('woff2'), url('../fonts/InterUI-Italic.woff') format('woff'), url('../fonts/InterUI-Italic.ttf') format('truetype'), url('../fonts/InterUI-Italic.svg') format('svg'), url('../fonts/InterUI-Italic.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'KeepCalm-Medium';
    overflow-x: hidden;
}

.sem-espaco {
    padding: 0px;
    margin: 0px
}

/*Nav*/

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF !important;
}

.nav-item {
    font-family: 'KeepCalm-Medium';
    color: #FFF;
}

.navbar {
    z-index: 14;
    padding: 45px 0;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-collapse {
    flex-basis: inherit;
    flex-grow: inherit;
    transition: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3c3c3c;
    background: #ffd006;
    border-radius: 160px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

/*/ Nav*/

/*Slide*/

.slide-home div {
    height: 975px;
    background-position: top center;
    background-size: cover;
}

.slide-home .slick-next {
    right: 50%;
    margin-right: -550px;
}

.slide-home .slick-prev {
    left: 50%;
    margin-left: -550px;
}

.slide-home .slick-prev, .slide-home .slick-next {
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 1;
}

.slide-home .slick-prev:before, .slide-home .slick-next:before {
    content: '';
    float: left;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.slide-home .slick-prev:before {
    background: url(../img/slide-home-arrows.png) 0px -50px;
}

.slide-home .slick-next:before {
    background: url(../img/slide-home-arrows.png) top left;
}

.slide-home .slick-prev:hover:before {
    background: url(../img/slide-home-arrows.png) -50px -50px;
}

.slide-home .slick-next:hover:before {
    background: url(../img/slide-home-arrows.png) top right;
}

.slide-home .slick-dots li {
    position: sticky;
    display: block;
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 10px 0;
}

.slide-home .slick-dots {
    width: 10px;
    position: absolute;
    bottom: 38%;
    left: 50%;
    margin-left: 522px;
}

.slide-home .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffd006;
    border: inherit;
    content: "•";
    font-size: 10px;
    width: 10px;
    height: 10px;
    line-height: 11px;
}

.slide-home .slick-dots li button:before {
    content: '';
    opacity: 1;
    color: #ffd006;
    border: 2px solid #ffd006;
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

.slide-home .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0px;
}

.slide-home-texto {
    padding-top: 19.7em;
    width: 436px;
    margin-left: 95px;
}

.slide-home-texto .hb-heading {
    font-size: 72.92px;
    color: #FFF;
    font-family: 'InterUI-Black';
    font-weight: 900;
    line-height: 76px;
}

.slide-home-texto p {
    font-size: 20px;
    color: #FFF;
    font-family: 'InterUI-Medium';
    line-height: 26px;
    margin-top: 30px;
}

.slide-home.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.scroll {
    position: absolute;
    margin-top: -130px;
    left: 0;
    right: 0;
}

.scroll::after {
    content: "";
    background: url(../img/seta-scroll-slide.png) no-repeat;
    width: 13px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 11px;
    animation-name: scroll-wheel;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.scroll .mouse {
    width: 30px;
    height: 48px;
    display: block;
    border: 1.5px solid #ffffff;
    border-radius: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -79px;
}

.scroll .wheel {
    width: 2px;
    height: 8px;
    background: #ffffff;
    display: block;
    animation-name: scroll-wheel;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    margin: 5px 13px;
}

@keyframes scroll-wheel {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 7px, 0);
        opacity: 0;
    }
}

/*/Slide*/

/*Button*/

.btn {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 2;
}

.btn:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.btn:hover:after {
    width: 100%;
    opacity: 1;
}

.btn-saiba-mais {
    font-size: 23px;
    color: #FFF;
    font-family: 'InterUI-Black';
    background: none;
    text-transform: uppercase;
    border: 3px solid #FFF;
    letter-spacing: 3px;
    border-radius: 100px;
    padding: 20px 40px;
    margin-top: 45px;
}

.btn-saiba-mais:hover {
    border: 3px solid #ffd006;
    color: #3c3c3c;
}

.btn-saiba-mais:after {
    background: #ffd006;
}

.config-hover a{
    text-decoration: none
}

.btn-entrar-contato {
    font-size: 17px;
    color: #43acdf;
    font-family: 'InterUI-Black';
    background: none;
    border: 3px solid #43acdf;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 18px 30px;
    margin: 0 auto;
    display: block;
}

.btn-entrar-contato:hover {
    border: 3px solid #43acdf;
    color: #fff;
}

.btn-entrar-contato:after {
    background: #43acdf;
}

.btn-entrar-contato-produtos {
    font-size: 17px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    background: none;
    border: 3px solid #ffffff;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 18px 30px;
    margin: 0 auto;
    display: block;
}

.btn-entrar-contato-produtos:hover {
    border: 3px solid #177bab;
    color: #fff;
}

.btn-entrar-contato-produtos:after {
    background: #177bab;
}

.btn-saiba-mais-produtos {
    font-size: 17px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    background: none;
    border: 3px solid #ffffff;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 16px 60px;
    margin: 0 auto;
    display: block;
}

.btn-saiba-mais-produtos:hover {
    border: 3px solid #177bab;
    color: #fff;
}

.btn-saiba-mais-produtos:after {
    background: #177bab;
}

.btn-ver-projeto {
    font-size: 17px;
    color: #004b7f;
    font-family: 'InterUI-Black';
    background: none;
    border: 3px solid #004b7f;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 18px 60px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.btn-ver-projeto:hover {
    border: 3px solid #004b7f;
    color: #fff;
}

.btn-ver-projeto:after {
    background: #004b7f;
}

/*/Button*/

/*Home ServiÃƒÂ§os*/

.bg-home-servicos {
    padding: 80px 0;
    background: #fbfbfb
}

.home-servicos .hb-heading {
    font-size: 30px;
    color: #8e8e93;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 15px;
}

.home-servicos .hb-heading::after {
    display: none;
}

.home-servicos h2 {
    font-size: 31px;
    color: #43acdf;
    font-family: 'InterUI-Black';
    padding-bottom: 15px;
    margin-top: 50px;
    line-height: 35px;
}

.home-servicos p {
    font-size: 20px;
    color: #43acdf;
    font-family: 'InterUI-Regular';
    line-height: 26px;
    margin-top: 20px;
    padding-right: 72px;
    margin-bottom: 60px;
}

.box-slide-servicos {
    background: #f5f5f5;
    margin: 30px 15px;
    border-radius: 7px;
    height: 320px !important;
    padding: 70px 0;
    -webkit-box-shadow: 0px 0 22px 3px rgba(47, 52, 36, 0.09);
    -moz-box-shadow: 0px 0 22px 3px rgba(47, 52, 36, 0.09);
    box-shadow: 0px 0 22px 3px rgba(47, 52, 36, 0.09);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer
}

.box-slide-servicos.ativo {
    background: #43acdf;
    transform: scale(1.1);
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
}

.box-slide-servicos.ativo .hb-heading {
    color: #FFF;
}

.box-slide-servicos .hb-heading {
    font-size: 21px;
    color: #43acdf;
    font-family: 'InterUI-Black';
    margin-top: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.box-slide-servicos button {
    border: none;
    text-align: center;
    margin: 0 auto;
    display: none;
    background: none;
    font-size: 16px;
    color: #2c7fa8;
    font-family: 'KeepCalm-Medium';
    padding: 0;
}

.box-slide-servicos.ativo button {
    display: block
}

.icon-sistemas-web {
    background: url(../img/icon-sistemas-web.png) top center no-repeat;
    width: 100%;
    height: 129px;
    float: left;
    margin: 0 0 15px 0px;
}

.box-slide-servicos.ativo .icon-sistemas-web {
    background: url(../img/icon-sistemas-web.png) bottom center no-repeat;
}

.icon-sites {
    background: url(../img/icon-sites.png) top center no-repeat;
    width: 100%;
    height: 129px;
    float: left;
    margin: 0 0 15px 0px;
}

.box-slide-servicos.ativo .icon-sites {
    background: url(../img/icon-sites.png) bottom center no-repeat;
}

.icon-dominios {
    background: url(../img/icon-dominios.png) top center no-repeat;
    width: 100%;
    height: 129px;
    float: left;
    margin: 0 0 15px 0px;
}

.box-slide-servicos.ativo .icon-dominios {
    background: url(../img/icon-dominios.png) bottom center no-repeat;
}

.icon-hospedagem {
    background: url(../img/icon-hospedagem.png) top center no-repeat;
    width: 100%;
    height: 129px;
    float: left;
    margin: 0 0 15px 0px;
}

.box-slide-servicos.ativo .icon-hospedagem {
    background: url(../img/icon-hospedagem.png) bottom center no-repeat;
}

.slide-home-servicos {
    padding: 20px;
}

.slide-home-servicos .slick-prev, .slide-home-servicos .slick-next {
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 1;
}

.slide-home-servicos .slick-prev {
    left: -50px;
}

.slide-home-servicos .slick-next {
    right: -50px;
}

.slide-home-servicos .slick-prev:before, .slide-home-servicos .slick-next:before {
    content: '';
    float: left;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.slide-home-servicos .slick-prev:before {
    background: url(../img/slide-servicos-arrows.png) 0px -50px;
}

.slide-home-servicos .slick-next:before {
    background: url(../img/slide-servicos-arrows.png) top left;
}

.slide-home-servicos .slick-prev:hover:before {
    background: url(../img/slide-servicos-arrows.png) -50px -50px;
}

.slide-home-servicos .slick-next:hover:before {
    background: url(../img/slide-servicos-arrows.png) top right;
}

.slide-home-servicos .slick-dots li {
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 0px 3px;
}

.slide-home-servicos .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
}

.slide-home-servicos .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #62b9e4;
    border: inherit;
    content: "•";
    font-size: 11px;
    width: 10px;
    height: 10px;
    line-height: 14px;
}

.slide-home-servicos .slick-dots li button:before {
    content: '';
    opacity: 1;
    color: #62b9e4;
    border: 3px solid #62b9e4;
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

.slide-home-servicos.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.slide-home-servicos .slick-dots li button {
    width: 10px;
    height: 10px;
}

.bg-home-servicos .detalhe-pagina {
    width: 66px;
    height: 66px;
    float: left;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 104px;
    right: 0;
    background: #fbfbfb;
}

/*/Home ServiÃƒÂ§os*/

/*Home Produtos*/

.bg-home-produtos {
    background-color: #3c4657;
    background-image: url(../img/bg-home-produtos.png);
    height: 790px;
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.home-produtos .hb-heading {
    font-size: 30px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 15px;
    text-align: center;
}

.home-produtos .hb-heading::after {
    display: none;
}

.home-produtos h2 {
    font-size: 30px;
    padding: 0 40px;
    color: #ebebeb;
    font-family: 'InterUI-Black';
    padding-bottom: 70px;
    margin-top: 60px;
    line-height: 35px;
    text-align: center;
}

.icon-mercado-imobiliario {
    background: url(../img/icon-mercado-imobiliario.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0 0 30px 0px;
}

.icon-seguros {
    background: url(../img/icon-seguros.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0 0 30px 0px;
}

.icon-ecommerce {
    background: url(../img/icon-ecommerce.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0 0 30px 0px;
}

.icon-gestao-tarefas {
    background: url(../img/icon-gestao-tarefas.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0 0 30px 0px;
}

.icon-financeiro {
    background: url(../img/icon-financeiro.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0 0 30px 0px;
}

.icon-vistoria {
    background: url(../img/icon-vistoria.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0 0 30px 0px;
}

.icon-intranet {
    background: url(../img/icon-intranet.png) top center no-repeat;
    width: 100%;
    height: 130px;
    float: left;
    margin: 0px 0 30px 0px;
}

.box-slide-produtos .hb-heading {
    font-size: 22.4px;
    color: #f5f5f5;
    font-family: 'InterUI-Black';
    text-align: center;
    margin-bottom: 0;
}

.slide-home-produtos .slick-prev, .slide-home-produtos .slick-next {
    width: 35px;
    height: 26px;
    top: 50%;
    z-index: 1;
}

.slide-home-produtos .slick-prev {
    left: -50px;
}

.slide-home-produtos .slick-next {
    right: -50px;
}

.slide-home-produtos .slick-prev:before, .slide-home-produtos .slick-next:before {
    content: '';
    float: left;
    width: 34px;
    height: 24px;
    opacity: 1;
}

.slide-home-produtos .slick-prev:before {
    background: url(../img/slide-ptodutos-arrows.png) bottom left;
}

.slide-home-produtos .slick-next:before {
    background: url(../img/slide-ptodutos-arrows.png) top left;
}

.slide-home-produtos .slick-prev:hover:before {
    background: url(../img/slide-ptodutos-arrows.png) bottom right;
}

.slide-home-produtos .slick-next:hover:before {
    background: url(../img/slide-ptodutos-arrows.png) top right;
}

.slide-home-produtos.slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.slide-home-produtos .slick-dots li {
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 0px 3px;
}

.slide-home-produtos .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}

.slide-home-produtos .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #dee0e3;
    border: inherit;
    content: "•";
    font-size: 11px;
    width: 10px;
    height: 10px;
    line-height: 14px;
}

.slide-home-produtos .slick-dots li button:before {
    content: '';
    opacity: 1;
    color: #dee0e3;
    border: 3px solid #dee0e3;
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

.slide-home-produtos.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.slide-home-produtos .slick-dots li button {
    width: 10px;
    height: 10px;
}

.slide-home-produtos div {
    height: 230px;
}

.bg-home-produtos .detalhe-pagina {
    width: 66px;
    height: 66px;
    float: left;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 119px;
    right: 0;
    background: #3c4657;
}

/*/Home Produtos*/

/*Home Clientes*/

.bg-home-clientes {
    padding: 80px 0;
    background: #f5f5f5
}

.home-clientes .hb-heading {
    font-size: 30px;
    color: #8e8e8e;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 15px;
    text-align: center;
}

.home-clientes .hb-heading::after {
    display: none;
}

.home-clientes h2 {
    font-size: 31px;
    color: #004b7f;
    font-family: 'InterUI-Black';
    margin-top: 43px;
    line-height: 35px;
    text-align: center;
    padding: 9px 28px;
}

.home-clientes p {
    font-size: 20px;
    color: #004b7f;
    font-family: 'InterUI-Regular';
    line-height: 26px;
    margin-top: 20px;
    padding: 0 87px;
    margin-bottom: 40px;
    text-align: center;
}

.slide-home-clientes div a {
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    outline: 0 !important;
}

.slide-home-clientes div img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.slide-home-clientes div img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.balao {
    position: relative;
    background: #004b7f;
    font-size: 15px;
    border-radius: 100%;
    color: #FFF;
}

.balao:before, .balao:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.4s ease;
}

.balao:before {
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #004b7f transparent transparent transparent;
    top: 28px;
    left: 104px;
    transform: translateY(20px);
}

.balao:after {
    content: attr(data-tooltip);
    background: #004b7f;
    width: 100px;
    height: 28px;
    font-size: 10px;
    font-weight: 300;
    top: -126px;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
    left: 60px;
}

.balao:hover::before, .balao:hover::after {
    opacity: 1;
    transform: translateY(-2px);
}

@keyframes shake {
    0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    70% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.em-breve:hover {
    animation: shake 500ms ease-in-out forwards;
}

.btn-clientes {
    background: none;
    font-size: 17px;
    color: #004b7f
}

.btn-clientes {
    border: none;
    text-align: center;
    background: none;
    font-size: 17px;
    color: #004b7f;
    font-family: 'KeepCalm-Medium';
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}

.home-clientes .detalhe-pagina {
    width: 66px;
    height: 66px;
    float: left;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    background: #f5f5f5
}

/* / Home Clientes*/

/*Home Portfolio*/

.portfolio {
    display: none;
    padding-bottom: 80px;
}

.portfolio.ativo {
    display: block;
}

.portfolio .container {
    max-width: 1230px;
}

.home-portfolio {
    padding: 0;
    margin-top: 90px;
}

.home-portfolio .hb-heading {
    font-size: 30px;
    color: #8e8e93;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 5px;
}

.home-portfolio .hb-heading::after {
    display: none;
}

.home-portfolio h3 {
    font-size: 13px;
    color: #93a6c6;
    font-family: 'InterUI-Italic';
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 35px;
    font-weight: 600;
}

.home-portfolio p {
    font-size: 20px;
    color: #a5a5a5;
    font-family: 'InterUI-Regular';
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 19px;
}

.home-box-portfolio-tablet img {
    margin-top: -75px;
}

.home-box-portfolio-visite {
    margin-top: 30px;
}

.home-box-portfolio-visite .trabalho {
    font-size: 17px;
    font-family: 'InterUI-Black';
}

.home-box-portfolio-visite .trabalho a {
    text-decoration: none;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 100px;
}

.home-portfolio h2 {
    font-size: 31px;
    font-family: 'InterUI-Black';
    margin-top: 43px;
    line-height: 35px;
}

.home-box-portfolio-tablet p {
    margin-top: 20px;
}

.home-box-portfolio-visite p {
    font-size: 20px;
    font-family: 'InterUI-Regular';
    line-height: 30px;
}

.home-box-portfolio-visite .mais a {
    margin-bottom: 25px;
    font-size: 17px;
    font-family: 'KeepCalm-Medium';
    color: #004b7f;
    text-decoration: none;
}

.home-box-portfolio-visite a button {
    font-size: 31px;
    font-family: 'InterUI-Black';
    margin-top: -15px;
    margin-bottom: 44px;
}

.home-box-portfolio-visite a button:after {
    content: "";
    width: 282px;
    height: 16px;
    float: right;
    position: absolute;
    margin: 16px 0 0 24px;
}

.home-box-portfolio-visite a button {
    border: none;
    background: none;
    padding: 0;
    margin: 0 0 35px 0px;
}

.home-box-portfolio-visite h2 {
    font-size: 20px;
    font-family: 'InterUI-Regular';
    margin: 0;
    padding-top: 15px;
}

.icon-ano-empresa {
    background: url(../img/icon-ano-empresa.png) no-repeat;
    width: 22px;
    height: 30px;
    float: left;
    margin: 5px 8px 0px 0;
}

.layout-portfolio-espaco {
    padding: 0
}

.home-box-portfolio-visite .btn-confira-trabalhos {
    font-size: 17px;
    font-family: 'InterUI-Black';
    background: none;
}

/**PGD**/

.home-portfolio.pdg h2 {
    color: #004b7f;
}

.layout-portfolio-pdg {
    margin-top: 145px;
    padding: 0
}

.bg-portfolio-pdg {
    background-image: url(../img/bg-portfolio-pgd.png);
    background-color: #ffcc00;
    /*height: 555px;*/
    background-attachment: fixed;
    background-size: contain;
    background-position: top;
}

.home-box-portfolio-tablet.pdg p {
    color: #474747
}

.home-box-portfolio-visite.pdg p {
    color: #a5a5a5;
}

.home-box-portfolio-visite.pdg h2 {
    color: #a5a5a5;
}

.home-box-portfolio-visite.pdg a button {
    color: #004b7f;
    text-decoration: none;
    cursor: pointer
}

.home-box-portfolio-visite.pdg a button:after {
    background: url(../img/home-box-portfolio-pdg.png);
}

.home-box-portfolio-visite.pdg .btn-confira-trabalhos {
    color: #004b7f;
    border: 3px solid #004b7f;
}

.home-box-portfolio-visite.pdg .btn-confira-trabalhos:hover {
    border: 3px solid #004b7f;
    color: #fff;
}

.home-box-portfolio-visite.pdg .btn-confira-trabalhos:after {
    background: #004b7f;
}

/*/**PGD**/

/**Coris**/

.home-portfolio.coris h2 {
    color: #3b4557;
}

.layout-portfolio-coris {
    margin-top: 145px;
    padding: 0
}

.bg-portfolio-coris {
    background-image: url(../img/bg-portfolio-coris.png);
    background-color: #119b99;
    /*height: 555px;*/
    background-attachment: fixed;
    background-size: contain;
    background-position: top;
}

.home-box-portfolio-tablet.coris p {
    color: #FFFFFF
}

.home-box-portfolio-visite.coris p {
    color: #a5a5a5;
}

.home-box-portfolio-visite.coris h2 {
    color: #a5a5a5;
}

.home-box-portfolio-visite.coris a button {
    color: #5d5d5e;
    text-decoration: none;
    cursor: pointer
}

.home-box-portfolio-visite.coris a button:after {
    background: url(../img/home-box-portfolio-coris.png);
}

.home-box-portfolio-visite.coris .btn-confira-trabalhos {
    color: #5d5d5e;
    border: 3px solid #5d5d5e;
}

.home-box-portfolio-visite.coris .btn-confira-trabalhos:hover {
    border: 3px solid #5d5d5e;
    color: #fff;
}

.home-box-portfolio-visite.coris .btn-confira-trabalhos:after {
    background: #5d5d5e;
}

/*/**Coris**/

/**CPD**/

.home-portfolio.cpd h2 {
    color: #000e1a;
}

.layout-portfolio-cpd {
    margin-top: 145px;
    padding: 0
}

.bg-portfolio-cpd {
    background-image: url(../img/bg-portfolio-cpd.webp);
    /*height: 555px;*/
    background-attachment: fixed;
    background-size: contain;
    background-position: top;
}

.home-box-portfolio-tablet.cpd p {
    color: #FFFFFF
}

.home-box-portfolio-visite.cpd p {
    color: #a5a5a5;
}

.home-box-portfolio-visite.cpd h2 {
    color: #a5a5a5;
}

.home-box-portfolio-visite.cpd a button {
    color: #004b7f;
    text-decoration: none;
    cursor: pointer
}

.home-box-portfolio-visite.cpd a button:after {
    background: url(../img/home-box-portfolio-cpd.png);
}

.home-box-portfolio-visite.cpd .btn-confira-trabalhos {
    color: #004b7f;
    border: 3px solid #004b7f;
}

.home-box-portfolio-visite.cpd .btn-confira-trabalhos:hover {
    border: 3px solid #004b7f;
    color: #fff;
}

.home-box-portfolio-visite.cpd .btn-confira-trabalhos:after {
    background: #004b7f;
}

/*/**CPD**/

/**DNA**/

.home-portfolio.dna h2 {
    color: #000e1a;
}

.layout-portfolio-dna {
    margin-top: 145px;
    padding: 0
}

.bg-portfolio-dna {
    background-image: url(../img/bg-portfolio-dna.webp);
    /*height: 555px;*/
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.home-box-portfolio-tablet.dna p {
    color: #FFFFFF
}

.home-box-portfolio-visite.dna p {
    color: #a5a5a5;
}

.home-box-portfolio-visite.dna h2 {
    color: #a5a5a5;
}

.home-box-portfolio-visite.dna a button {
    color: #4b494a;
    text-decoration: none;
    cursor: pointer
}

.home-box-portfolio-visite.dna a button:after {
    background: url(../img/home-box-portfolio-dna.png);
}

.home-box-portfolio-visite.dna .btn-confira-trabalhos {
    color: #ca1559;
    border: 3px solid #ca1559;
}

.home-box-portfolio-visite.dna .btn-confira-trabalhos:hover {
    border: 3px solid #ca1559;
    color: #fff;
}

.home-box-portfolio-visite.dna .btn-confira-trabalhos:after {
    background: #ca1559;
}

/*/**DNA**/

/**HausBau**/

.home-portfolio.hausbau h2 {
    color: #f17521;
}

.layout-portfolio-hausbau {
    margin-top: 145px;
    padding: 0
}

.bg-portfolio-hausbau {
    background-image: url(../img/bg-portfolio-hausbau.png);
    /*height: 555px;*/
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.home-box-portfolio-tablet.hausbau p {
    color: #FFFFFF
}

.home-box-portfolio-visite.hausbau p {
    color: #a5a5a5;
}

.home-box-portfolio-visite.hausbau h2 {
    color: #a5a5a5;
}

.home-box-portfolio-visite.hausbau a button {
    color: #5d5d5e;
    text-decoration: none;
    cursor: pointer
}

.home-box-portfolio-visite.hausbau a button:after {
    background: url(../img/home-box-portfolio-hausbau.png);
}

.home-box-portfolio-visite.hausbau .btn-confira-trabalhos {
    color: #5d5d5e;
    border: 3px solid #5d5d5e;
}

.home-box-portfolio-visite.hausbau .btn-confira-trabalhos:hover {
    border: 3px solid #5d5d5e;
    color: #fff;
}

.home-box-portfolio-visite.hausbau .btn-confira-trabalhos:after {
    background: #5d5d5e;
}

/*/**HausBau**/

/* /Home Portfolio*/

/*Home Quem somos*/

.bg-home-quem-somos {
    background-image: url(../img/bg-home-quem-somos.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    padding: 80px 0;
}

.home-quem-somos .hb-heading {
    font-size: 30px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 50px;
    text-align: center;
}

.home-quem-somos .hb-heading::after {
    content: "";
    width: 110px;
    height: 4px;
    background: #ffffff;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 60px;
    display: block;
    margin: 0 auto;
}

.home-quem-somos h2 {
    font-size: 31px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    text-align: center;
    margin-bottom: 30px;
}

.home-quem-somos p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'InterUI-Regular';
    padding-bottom: 50px;
    text-align: center;
}

.slide-home-quem-somos.slick-slider {
    height: 400px;
    cursor: pointer;
}

.box-home-quem-somos img {
    width: 200px;
    border-radius: 100%;
    margin-top: 28px;
    margin-bottom: 35px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.box-home-quem-somos.ativo img {
    border: 10px solid #FFFFFF;
    width: 250px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.box-home-quem-somos .hb-heading i {
    background: url(../img/icon-programador.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: -1px;
    margin-left: -30px;
}

.box-home-quem-somos .hb-heading {
    font-size: 19px;
    color: #43acdf;
    font-family: 'InterUI-Black';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-left: 19px;
    display: none
}

.box-home-quem-somos h2 {
    font-size: 19px;
    color: #FFFFFF;
    font-family: 'InterUI-Black';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.box-home-quem-somos p {
    font-size: 11px;
    color: #FFFFFF;
    font-family: 'InterUI-Italic';
    text-align: center;
    display: none
}

.box-home-quem-somos.ativo .hb-heading, .box-home-quem-somos.ativo p {
    display: block;
}

/*****/

.slide-home-quem-somos .slick-prev, .slide-home-quem-somos .slick-next {
    width: 35px;
    height: 26px;
    top: 45%;
    z-index: 1;
}

.slide-home-quem-somos .slick-prev {
    left: -50px;
}

.slide-home-quem-somos .slick-next {
    right: -50px;
}

.slide-home-quem-somos .slick-prev:before, .slide-home-quem-somos .slick-next:before {
    content: '';
    float: left;
    width: 34px;
    height: 24px;
    opacity: 1;
}

.slide-home-quem-somos .slick-prev:before {
    background: url(../img/slide-ptodutos-arrows.png) bottom left;
}

.slide-home-quem-somos .slick-next:before {
    background: url(../img/slide-ptodutos-arrows.png) top left;
}

.slide-home-quem-somos .slick-prev:hover:before {
    background: url(../img/slide-ptodutos-arrows.png) bottom right;
}

.slide-home-quem-somos .slick-next:hover:before {
    background: url(../img/slide-ptodutos-arrows.png) top right;
}

.slide-home-quem-somos.slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.slide-home-quem-somos .slick-dots li {
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 0px 3px;
}

.slide-home-quem-somos .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
}

.slide-home-quem-somos .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #dee0e3;
    border: inherit;
    content: "•";
    font-size: 11px;
    width: 10px;
    height: 10px;
    line-height: 14px;
}

.slide-home-quem-somos .slick-dots li button:before {
    content: '';
    opacity: 1;
    color: #dee0e3;
    border: 3px solid #dee0e3;
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

.slide-home-quem-somos.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.slide-home-quem-somos .slick-dots li button {
    width: 10px;
    height: 10px;
}

.bg-home-quem-somos .detalhe-pagina {
    width: 66px;
    height: 66px;
    float: left;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #3b4356;
    margin-top: 43px;
}

/* /Home somos*/

/* /Home formulario*/

.bg-home-formulario {
    background: url(../img/bg-home-formulario.jpg);
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    padding: 80px 0 60px 0;
}

.home-quem-somos .hb-heading {
    font-size: 30px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 50px;
    text-align: center;
}

.home-contato .hb-heading {
    font-size: 30px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 50px;
    text-align: center;
}

.home-contato .hb-heading::after {
    content: "";
    width: 110px;
    height: 4px;
    background: #ffffff;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 60px;
    display: block;
    margin: 0 auto;
}

.home-contato h2 {
    font-size: 31px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    text-align: center;
    margin-bottom: 30px;
}

.home-contato p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'InterUI-Regular';
    padding-bottom: 25px;
    text-align: center;
}

#form-container .input-group .form-control {
    background: rgba(31, 36, 54, 0.25);
    border: none;
    border-radius: 0;
    font-family: 'InterUI-Italic';
    font-size: 12px;
    padding: 8px 0 8px 35px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

form#form-container input {
    height: 55px;
    margin-bottom: 17px;
    padding: 0 35px;
}

.assunto-form textarea {
    height: 155px
}

#form-container input[type=text]:focus, #form-container .assunto-form textarea:focus {
    background: rgba(31, 36, 54, 0.50);
    color: #fbfbfb;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.news-img {
    background: url(../img/logo.png);
    width: 20px;
    height: 20px;
    float: left
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    color: #f2f2f2;
    font-family: 'InterUI-Italic';
    font-size: 12px;
    padding-top: 13px;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url(../img/check_radio_sheet.png) -16px top no-repeat;
}

.btn-form-enviar {
    font-size: 17px;
    color: #ffffff;
    font-family: 'InterUI-Black';
    background: none;
    border: 2px solid #ffffff;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 8px 35px;
    margin: 0 auto;
    display: block;
}

.btn-form-enviar:hover {
    border: 2px solid #e6ba0c;
    color: #262f42;
}

.btn-form-enviar:after {
    background: #e6ba0c;
}

.btn-form-enviar:hover i {
    background: url(../img/icon-form-enviar.png) top center no-repeat;
}

.btn-form-enviar i {
    background: url(../img/icon-form-enviar.png) bottom center no-repeat;
    width: 26px;
    height: 16px;
    float: right;
    margin: 4px 0px 0px 8px;
}

.news-radio {
    margin: 20px;
    height: 45px;
    cursor: pointer
}

.bg-home-formulario .detalhe-pagina {
    width: 62px;
    height: 30px;
    float: left;
    border-radius: 0px 0px 60px 60px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../img/bg-home-formulario.jpg) center bottom;
    margin-top: 60px;
    z-index: 3;
}

/* /Home formulario*/

/* Home mapa*/

.mapa-contato {
    height: 580px;
    padding: 0px;
    z-index: 1;
    -webkit-box-shadow: 9px 8px 20px -4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 9px 8px 20px -4px rgba(0, 0, 0, 0.28);
    box-shadow: 9px 8px 20px -4px rgba(0, 0, 0, 0.28);
}

.pesquisar-mapa {
    width: 450px;
    position: absolute;
    left: 50%;
    background: #FFFFFF;
    margin: 40px 0 40px 130px;
    z-index: 2;
    padding: 55px;
    -webkit-box-shadow: 9px 8px 20px -12px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 9px 8px 20px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 9px 8px 20px -12px rgba(0, 0, 0, 0.28);
}

.pesquisar-mapa h3 {
    font-size: 26px;
    color: #1f2435;
    font-family: 'InterUI-Black';
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 50px;
}

.pesquisar-mapa h3::after {
    content: "";
    width: 110px;
    height: 4px;
    background: #1f2435;
    border-radius: 100px;
    position: absolute;
    left: 55px;
    top: 105px;
}

.pesquisar-mapa ul {
    padding: 0;
}

.pesquisar-mapa ul li {
    list-style: none;
    font-family: 'InterUI-Black';
    font-size: 18px;
    color: #3c4657;
    height: 65px;
    align-items: center;
    display: flex;
}

.icon-endereco {
    background: url(../img/icon-endereco.png);
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
}

.icon-telefone {
    background: url(../img/icon-telefone.png);
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
}

.icon-email {
    background: url(../img/icon-email.png);
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
}

.barra-pesquisa-origem input {
    background: #e6ba0c;
    border: none;
    border-radius: 0;
    font-family: 'InterUI-Black';
    font-size: 15px;
    padding: 8px 8px 8px 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 86%;
    height: 47px;
}

.campo-partida::-webkit-input-placeholder {
    color: #022339;
}

.campo-partida:-moz-placeholder {
    /* Firefox 18- */
    color: #022339;
}

.campo-partida::-moz-placeholder {
    /* Firefox 19+ */
    color: #022339;
}

.campo-partida:-ms-input-placeholder {
    color: #022339;
}

.btn-busca-rota {
    background: url(../img/icon-campo-busca.png) no-repeat;
    width: 47px;
    height: 47px;
    float: right;
    border: none;
}

.icon-campo-endereco {
    background: url(../img/icon-campo-endereco.png);
    float: left;
    width: 17px;
    height: 24px;
    position: absolute;
    margin: 12px 17px;
}

.veja-lugares-proximos {
    font-family: 'InterUI-Black';
    font-style: italic;
    color: #939393;
    font-weight: bolder;
    background: none;
    border: none
}

/* /Home mapa*/

/* Home rodape*/

.bg-rodape {
    background: #3b4557;
    height: 170px;
    padding: 55px 0;
}

.menu-rodape ul {
    padding: 0;
    float: left;
    margin: 10px 0;
    border-right: 1px solid #dadce2;
    height: 40px;
}

.menu-rodape ul:nth-child(3n) {
    border-right: none;
}

.menu-rodape ul li {
    list-style: none;
    font-family: 'InterUI-Regular';
    font-size: 13px;
    color: #e3e4ea;
    padding: 1px 58px;
    font-style: italic;
}

.menu-rodape ul li a {
    text-decoration: none;
    color: #e3e4ea;
}

.menu-rodape ul li a:hover {
    color: #e6ba0c;
}

.contato-rodape ul li {
    list-style: none;
    float: left
}

.contato-rodape ul li i {
    width: 22px;
    height: 22px;
    float: left;
    margin: 0px 8px 0 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.icon-rodape-instagram {
    background: url(../img/icon-redes-sociais-rodape.png) 0 0;
}

.icon-rodape-facebook {
    background: url(../img/icon-redes-sociais-rodape.png) -22px 0;
}

.icon-rodape-telefone {
    background: url(../img/icon-redes-sociais-rodape.png) -44px 0;
}

.icon-rodape-instagram:hover {
    background: url(../img/icon-redes-sociais-rodape-hover.png) 0 0;
}

.icon-rodape-facebook:hover {
    background: url(../img/icon-redes-sociais-rodape-hover.png) -22px 0;
}

.icon-rodape-telefone:hover {
    background: url(../img/icon-redes-sociais-rodape-hover.png) -44px 0;
}

.contato-rodape li p {
    font-family: 'KeepCalm-Medium';
    color: #e6ba0c;
    font-size: 10.5px;
    margin: 5px 6px;
}

.contato-rodape {
    padding: 6px 21px;
}

.contato-rodape p {
    font-family: 'InterUI-Regular';
    font-size: 11.6px;
    color: #e3e4ea;
    margin: 0;
    font-weight: 400;
}

.contato-rodape ul {
    height: 22px;
    padding: 0 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.menu-rodape {
    padding: 0 15px;
}

/* /Home rodape*/

.info-mobile-menu {
    left: -300%;
    position: fixed
}

/**-------MENU-------**/

.navbar {
    position: absolute;
    left: 0;
    right: 0
}

.segundo-passo-menu {
    z-index: 1;
    position: fixed;
    margin-top: 50px;
    width: 310px;
    left: 50%;
    margin-left: 458px;
    display: none;
    z-index: 8000;
}

.menu-fixo.small .navbar .container .navbar-collapse {
    background: url(../img/bg-menu-esquerda.jpg) bottom center no-repeat;
    background-size: cover;
    flex-basis: inherit;
    flex-grow: inherit;
    transition: none;
    position: fixed;
    right: -100%;
    width: 50%;
    top: 0;
    height: 100%;
    transition: .3s ease;
}

.menu-fixo.small .navbar .container .navbar-collapse.ativo {
    right: 0px;
    /* display: grid !important; */
    /* text-align: center; */
    /* padding: 0 12%; */
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu-fixo.small .navbar .container .navbar-collapse.ativo .navbar-nav {
    left: 50%;
    margin-left: 465px;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li {
    margin: 0;
    font-size: 33px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav .nav-link {
    color: #fdca01;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav .nav-link:hover {
    background: none;
    color: #ffffff;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(1) a:before {
    content: "";
    background: url(../img/icon-home.svg) 0px 0px no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    float: right;
    margin: 4px 0 0 45px;
    color: #FFF;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(2) a:before {
    content: "";
    background: url(../img/icon-quem-somos.svg) 0px 2px no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    float: right;
    margin: 6px 0 0 45px;
    color: #FFF;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(3) a:before {
    content: "";
    background: url(../img/icon-servicos.svg) 0px 0px no-repeat;
    width: 40px;
    height: 40px;
    background-size: 38px;
    float: right;
    margin: 10px 0 0 45px;
    color: #FFF;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(4) a:before {
    content: "";
    background: url(../img/icon-produtos.svg) 0px 1px no-repeat;
    width: 40px;
    height: 40px;
    background-size: 38px;
    float: right;
    margin: 8px 0 0 45px;
    color: #FFF;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(5) a:before {
    content: "";
    background: url(../img/icon-clientes.svg) 0px 2px no-repeat;
    width: 42px;
    height: 39px;
    background-size: 42px;
    float: right;
    margin: 5px 0 0 45px;
    color: #FFF;
}

.menu-fixo.small .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(6) a:before {
    content: "";
    background: url(../img/icon-contato.svg) 0px 0px no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    float: right;
    margin: 9px 0 0 45px;
    color: #FFF;
}

/***/

.menu-fixo.small .navbar .container .navbar-collapse.ativo .info-mobile-menu {
    left: 0
}

.info-mobile-menu {
    left: -100%;
    width: 50%;
    top: 0;
    height: 100%;
    position: fixed;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    align-items: center;
    display: flex;
    background: url(../img/bg-menu-direita.jpg) bottom center no-repeat;
    background-size: cover
}

.info-mobile-menu ul {
    /* padding: 0; */
    /* align-items: center; */
    /* display: grid; */
    /* margin: 0 auto; */
    /* text-align: center; */
    position: absolute;
    left: 50%;
    margin-left: -363px;
}

.info-mobile-menu ul li {
    list-style: none;
    height: 85px;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.info-mobile-menu h2 {
    height: 80px;
    font-size: 30px;
    color: #eeb70f;
    text-align: left;
    line-height: 31px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 35px 0 0 0;
}

.info-mobile-menu ul li h2::before {
    content: "";
    background: url(../img/icon-central-atendimento.png) no-repeat;
    float: left;
    width: 59px;
    height: 52px;
    margin-right: 15px;
    margin-top: -10px;
}

.info-mobile-menu ul li span {
    font-size: 22px;
    color: #ffcc00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*//*-------MENU-------**/


.erro.alert-danger,
.erro.alert-success,
.erro.alert-danger {
    background: #fff;
    text-align: center;
    padding: 11px;
    font-size: 13px;
    color: #313848;
}

 


@media(min-width: 1200px) and (max-width: 1600px) {
    .slide-home-servicos .slick-prev {
        margin-left: 20px;
    }
    .slide-home-servicos .slick-next {
        margin-right: 15px;
    }
    .slide-home-produtos .slick-prev {
        margin-left: 30px;
    }
    .slide-home-produtos .slick-next {
        margin-right: 30px;
    }
    .slide-home-quem-somos .slick-prev {
        margin-left: 60px;
    }
    .slide-home-quem-somos .slick-next {
        margin-right: 56px;
    }
    .menu-fixo.small .navbar .container .navbar-collapse.ativo .navbar-nav {
        margin-left: 245px;
    }
    .segundo-passo-menu {
        margin-left: 250px;
    }
    .info-mobile-menu ul {
        margin-left: -300px;
    }
    .info-mobile-menu ul li {
        width: 500px;
        font-size: 26px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    /*Home Slide*/
    .slide-home div {
        height: 830px;
    }
    .slide-home-texto .hb-heading {
        font-size: 43px;
        line-height: 50px;
    }
    .btn-saiba-mais {
        font-size: 14px;
        padding: 15px 35px;
        margin-top: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .slide-home-texto {
        padding-top: 16.7em;
    }
    .slide-home .slick-next {
        margin-right: -460px;
    }
    .slide-home .slick-prev {
        margin-left: -455px;
    }
    .slide-home .slick-dots {
        margin-left: 430px !important;
    }
    /*/Home Slide*/
    .home-servicos .hb-heading {
        font-size: 20px;
    }
    .home-servicos .hb-heading::after {
        margin-top: 40px;
    }
    .home-servicos h2 {
        font-size: 26px;
        margin-top: 30px;
        line-height: 32px;
    }
    .home-servicos p {
        font-size: 17px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .box-slide-servicos .hb-heading {
        font-size: 15px;
    }
    .slide-home-servicos .slick-prev {
        margin-left: 24px;
    }
    .slide-home-servicos .slick-next {
        margin-right: 21px;
    }
    .btn-entrar-contato {
        font-size: 13px;
        padding: 15px 27px;
    }
    .slide-home-produtos .slick-prev {
        margin-left: 30px;
    }
    .slide-home-produtos .slick-next {
        margin-right: 30px;
    }
    .home-produtos .hb-heading {
        font-size: 20px;
    }
    .home-produtos .hb-heading::after {
        margin-top: -7px;
    }
    .home-produtos h2 {
        font-size: 26px;
        margin-top: 35px;
    }
    .box-slide-produtos .hb-heading {
        font-size: 17.4px;
    }
    .home-clientes .hb-heading {
        font-size: 20px;
    }
    .home-clientes .hb-heading::after {
        top: 40px;
    }
    .home-clientes h2 {
        font-size: 26px;
        margin-top: 30px;
    }
    .home-clientes p {
        font-size: 17px;
    }
    /****/
    .home-portfolio .hb-heading {
        font-size: 20px;
    }
    .home-portfolio .hb-heading::after {
        margin-top: 35px;
        left: 29px;
    }
    .home-portfolio h2 {
        font-size: 25px;
        margin-top: 25px;
    }
    .home-portfolio p {
        font-size: 15px;
        line-height: 24px;
    }
    .home-portfolio {
        padding-left: 30px;
    }
    .home-box-portfolio-tablet p {
        margin-top: 0px;
        font-size: 12px;
        padding-left: 12px;
    }
    .home-box-portfolio-visite p {
        font-size: 15px;
        line-height: 25px;
        padding-left: 10px;
    }
    .home-box-portfolio-visite h2 {
        font-size: 15px;
        padding-left: 10px;
    }
    .home-box-portfolio-visite a button {
        font-size: 25px;
        padding-left: 10px;
    }
    .home-quem-somos .hb-heading {
        font-size: 20px;
    }
    .home-quem-somos .hb-heading::after {
        top: 42px;
    }
    .home-quem-somos h2 {
        font-size: 26px;
    }
    .slide-home-quem-somos .slick-next {
        margin-right: 55px;
    }
    .slide-home-quem-somos .slick-prev {
        margin-left: 55px;
    }
    .home-contato .hb-heading {
        font-size: 20px
    }
    .home-contato .hb-heading::after {
        top: 38px;
    }
    .pesquisar-mapa {
        left: 35%;
    }
    .menu-rodape ul li {
        padding: 2px 43px;
    }
    .contato-rodape p {
        font-size:11px;
    }
    .contato-rodape {
        padding: 0;
    }
    .segundo-passo-menu {
        margin-left: 175px;
    }
    .menu-fixo.small .navbar .container .navbar-collapse.ativo .navbar-nav {
        margin-left: 193px;
    }
    .menu-fixo.small .navbar .container .navbar-collapse .navbar-nav .nav-link {
        font-size: 28px;
    }
    .info-mobile-menu ul {
        margin-left: -270px;
    }
    .menu-rodape ul {
        margin: 0;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    /*Home Slide*/
    .slide-home div {
        height: 830px;
    }
    .slide-home-texto .hb-heading {
        font-size: 43px;
        line-height: 50px;
    }
    .btn-saiba-mais {
        font-size: 14px;
        padding: 15px 35px;
        margin-top: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .slide-home-texto {
        padding-top: 16.7em;
    }
    .slide-home .slick-next {
        margin-right: -355px;
    }
    .slide-home .slick-prev {
        margin-left: -350px;
    }
    .slide-home .slick-dots {
        margin-left: 325px !important;
    }
    /*/Home Slide*/
    /**MENU MOBILE*/
    button.navbar-toggler {
        z-index: 2;
        background: #ffd217
    }
    .navbar-collapse {
        background: url(../img/bg-menu-esquerda.jpg) bottom center no-repeat;
        background-size: cover;
        flex-basis: inherit;
        flex-grow: inherit;
        flex-basis: inherit;
        flex-grow: inherit;
        position: fixed;
        right: -100%;
        width: 50%;
        top: 0;
        height: 100%;
        transition: .3s ease;
    }
    .navbar-collapse.show {
        right: 0px;
        display: grid;
        text-align: center;
    }
    .info-mobile-menu {
        left: -100%;
        width: 50%;
        top: 0;
        height: 100%;
        position: fixed;
        transition: .3s ease;
        -webkit-transition: .3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        background: url(../img/bg-menu-direita.jpg) bottom center no-repeat;
        background-size: cover;
    }
    .info-mobile-menu ul {
        padding: 0
    }
    .info-mobile-menu ul li {
        list-style: none;
        height: 80px;
        font-size: 23px;
        margin: 25px 0;
        color: #FFFFFF;
    }
    .info-mobile-menu ul li .icon-endereco, .info-mobile-menu ul li .icon-telefone, .info-mobile-menu ul li .icon-email {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 0 12px 0;
    }
    .navbar-collapse.show .info-mobile-menu {
        left: 0%;
        align-items: center;
        display: flex;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        text-align: right;
        font-size: 25px;
        padding: 15px;
    }
    /**FIM MENU MOBILE*/
    .slide-home-servicos .slick-prev {
        margin-left: 20px;
    }
    .slide-home-servicos .slick-next {
        margin-right: 20px;
    }
    .home-produtos .hb-heading {
        font-size: 20px;
    }
    .home-produtos .hb-heading::after {
        top: 42px;
    }
    .home-produtos h2 {
        font-size: 23px;
        margin-top: 35px;
    }
    .box-slide-produtos .hb-heading {
        font-size: 18px;
    }
    .slide-home-produtos .slick-prev {
        margin-left: 23px;
    }
    .slide-home-produtos .slick-next {
        margin-right: 20px;
    }
    .home-clientes .hb-heading {
        font-size: 20px;
    }
    .home-clientes .hb-heading::after {
        top: 40px;
    }
    .home-clientes h2 {
        font-size: 26px;
        margin-top: 30px;
    }
    .home-clientes p {
        font-size: 17px;
    }
    .slide-home-quem-somos .slick-next {
        margin-right: 55px;
    }
    .slide-home-quem-somos .slick-prev {
        margin-left: 55px;
    }
    .pesquisar-mapa {
        width: 506px;
        position: initial;
        margin: 0 auto;
        background: #efefef;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .pesquisar-mapa h3 {
        font-size: 21px;
        padding-bottom: 15px;
        text-align: center;
    }
    .menu-rodape ul li {
        padding: 2px 23px;
    }
    .contato-rodape {
        padding: 10px 0 0 0px;
    }
    .contato-rodape li p {
        margin: 5px 0px;
    }
    .contato-rodape p {
        font-size: 8.59px;
    }
    .logo-rodape {
        padding-top: 15px
    }
    .info-mobile-menu ul {
        margin-left: -173px;
    }
    .info-mobile-menu ul li h2::before {
        display: none
    }
}

@media(min-width: 541px) and (max-width: 767px) {
    .slide-home .slick-next {
        margin-right: -70px;
        top: 70%;
    }
    .slide-home .slick-prev {
        margin-left: -70px;
        top: 70%;
    }
    .slide-home .slick-dots {
        display: none !important;
    }
    .navbar {
        padding: 45px 25px;
    }
    .pesquisar-mapa {
        width: 490px;
        position: initial;
        margin: 0 auto;
        background: #efefef;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .pesquisar-mapa h3 {
        font-size: 21px;
        padding-bottom: 15px;
        text-align: center;
    }
}

@media(min-width: 0px) and (max-width: 540px) {
    .slide-home .slick-next, .slide-home .slick-prev, .slide-home .slick-dots {
        display: none !important;
    }
    .navbar {
        padding: 30px 20px;
    }
    .logo {
        width: 180px;
    }
    .pesquisar-mapa {
        width: 100%;
        position: initial;
        margin: 0 auto;
        background: #efefef;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 28px;
    }
    .pesquisar-mapa h3 {
        font-size: 21px;
        padding-bottom: 15px;
        text-align: center;
    }
    .icon-endereco, .icon-telefone, .icon-email {
        display: none
    }
    .pesquisar-mapa ul li {
        text-align: center;
        margin: 0 auto;
        display: grid;
    }
    .btn-busca-rota {
        background: url(../img/icon-campo-busca.png) center center no-repeat;
        width: 14%;
        float: right;
    }
    .veja-lugares-proximos {
        margin: 0 auto;
        display: block;
    }
}

@media(min-width: 0px) and (max-width: 991px) {
    .home-servicos .hb-heading {
        font-size: 20px;
        text-align: center;
    }
    .home-servicos .hb-heading::after {
        margin-top: 44px;
        right: 5px;
        margin: 0 auto;
        top: 40px;
    }
    .home-servicos h2 {
        font-size: 23px;
        margin-top: 30px;
        line-height: 32px;
        margin-bottom: 0;
        text-align: center;
    }
    .home-servicos p {
        font-size: 17px;
        line-height: 26px;
        margin-top: 0;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }
    .bg-home-servicos .detalhe-pagina, .bg-home-produtos .detalhe-pagina {
        display: none
    }
    /****/
    .home-portfolio .hb-heading {
        font-size: 20px;
        text-align: center;
    }
    .home-portfolio .hb-heading::after {
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 37px;
    }
    .home-portfolio h2 {
        font-size: 25px;
        margin-top: 25px;
        text-align: center;
    }
    .home-portfolio p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        margin-top: 23px;
        margin-bottom: 0;
        padding: 0 20px;
    }
    .home-portfolio h3 {
        text-align: center;
        width: 148px;
        margin: 0 auto;
    }
    .layout-portfolio-pdg {
        margin-top: 0;
    }
    .home-portfolio {
        margin-bottom: 40px;
    }
    .home-box-portfolio-tablet img {
        margin: 0 auto;
        display: block;
        margin-top: -110px;
    }
    .bg-portfolio-pdg,
    .bg-portfolio-coris,
    .bg-portfolio-cpd,
    .bg-portfolio-dna,
    .bg-portfolio-hausbau {
        margin-top: 110px;
    }
    .home-box-portfolio-tablet p {
        margin-top: 1px;
        padding: 0 20px;
        text-align: center;
    }
    .home-box-portfolio-visite p {
        font-size: 17px;
        text-align: center;
        font-family: 'InterUI-Regular';
        line-height: 30px;
        padding: 0 20px;
    }
    .home-box-portfolio-visite h2 {
        text-align: center;
    }
    .home-box-portfolio-visite a button:after {
        display: none
    }
    .home-box-portfolio-visite a button {
        margin: 0 auto;
        display: block;
        margin-bottom: 33px;
        font-size: 18px;
    }
    .home-box-portfolio-visite .trabalho {
        display: none
    }
    .home-quem-somos .hb-heading {
        font-size: 20px;
    }
    .home-quem-somos .hb-heading::after {
        top: 40px;
    }
    .home-quem-somos h2 {
        font-size: 24px;
    }
    .home-clientes p {
        font-size: 17px
    }
    .slide-home-quem-somos .slick-list.draggable {
        height: 415px !important;
    }
    .home-contato .hb-heading {
        font-size: 20px
    }
    .home-contato .hb-heading::after {
        top: 38px;
    }
    .home-contato h2 {
        font-size: 24px;
    }
    .news-radio label {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .btn-form-enviar {
        margin: 0 auto;
        display: block;
        float: initial;
    }
    .bg-home-formulario {
        padding: 80px 0 95px 0;
    }
    .bg-home-formulario .detalhe-pagina, .bg-home-quem-somos .detalhe-pagina {
        display: none
    }
    .segundo-passo-menu {
        display: none !important
    }
    .menu-fixo .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(1) a:before {
        content: "";
        background: url(../img/icon-home.svg) 0px 0px no-repeat;
        width: 40px;
        height: 40px;
        background-size: 40px;
        float: right;
        margin: -4px 0 0 45px;
        color: #FFF;
    }
    .menu-fixo .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(2) a:before {
        content: "";
        background: url(../img/icon-quem-somos.svg) 0px 2px no-repeat;
        width: 40px;
        height: 40px;
        background-size: 40px;
        float: right;
        margin: -2px 0 0 45px;
        color: #FFF;
    }
    .menu-fixo .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(3) a:before {
        content: "";
        background: url(../img/icon-servicos.svg) 0px 0px no-repeat;
        width: 40px;
        height: 40px;
        background-size: 38px;
        float: right;
        margin: 2px 0 0 45px;
        color: #FFF;
    }
    .menu-fixo .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(4) a:before {
        content: "";
        background: url(../img/icon-produtos.svg) 0px 1px no-repeat;
        width: 40px;
        height: 40px;
        background-size: 38px;
        float: right;
        margin: 0px 0 0 45px;
        color: #FFF;
    }
    .menu-fixo .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(5) a:before {
        content: "";
        background: url(../img/icon-clientes.svg) 0px 2px no-repeat;
        width: 42px;
        height: 39px;
        background-size: 42px;
        float: right;
        margin: -2px 0 0 45px;
        color: #FFF;
    }
    .menu-fixo .navbar .container .navbar-collapse .navbar-nav li:nth-of-type(6) a:before {
        content: "";
        background: url(../img/icon-contato.svg) 0px 0px no-repeat;
        width: 40px;
        height: 40px;
        background-size: 40px;
        float: right;
        margin: 0px 0 0 45px;
        color: #FFF;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffd006;
        background: none;
    }
}

@media(min-width: 0px) and (max-width: 767px) {
    /*Home Slide*/
    .slide-home div {
        height: 600px;
    }
    .slide-home-texto .hb-heading {
        font-size: 27px;
        line-height: 38px;
        text-align: center;
    }
    .slide-home-texto p {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 17px;
    }
    .btn-saiba-mais {
        font-size: 11px;
        padding: 10px 20px;
        margin: 0 auto;
        display: block;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .slide-home-texto {
        padding-top: 10em;
        margin-left: 0;
        width: auto;
    }
    /*/Home Slide*/
    /**MENU MOBILE*/
    button.navbar-toggler {
        z-index: 2;
        background: #ffd217;
    }
    .navbar-collapse {
        background: url(../img/bg-menu-esquerda.jpg) bottom center no-repeat;
        background-size: cover;
        flex-basis: inherit;
        flex-grow: inherit;
        transition: none;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        height: 100%;
        transition: .3s ease;
    }
    .navbar-collapse.show {
        right: 0px;
        display: grid;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: right;
    }
    /**FIM MENU MOBILE*/
    .slide-home-servicos .slick-prev, .slide-home-servicos .slick-next {
        display: none !important
    }
    .btn-entrar-contato {
        font-size: 15px;
        padding: 15px 20px;
    }
    .home-produtos .hb-heading {
        font-size: 20px;
    }
    .home-produtos .hb-heading::after {
        top: 42px;
    }
    .home-produtos h2 {
        font-size: 19px;
        line-height: 27px;
        margin-top: 30px;
    }
    .btn-saiba-mais-produtos {
        font-size: 15px;
        padding: 13px 45px;
    }
    .slide-home-produtos .slick-next, .slide-home-produtos .slick-prev {
        display: none !important
    }
    .home-clientes .hb-heading {
        font-size: 20px;
    }
    .home-clientes .hb-heading::after {
        top: 40px;
    }
    .home-clientes h2 {
        font-size: 26px;
        margin-top: 30px;
        padding: 9px 10px;
    }
    .home-clientes p {
        font-size: 17px;
        padding: 0 20px;
    }
    .slide-home-clientes .slick-dots li button:before {
        content: '';
        opacity: 1;
        color: #004b7f;
        border: 3px solid #004b7f;
        border-radius: 100px;
        width: 10px;
        height: 10px;
    }
    .slide-home-clientes .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #004b7f;
        color: #004b7f;
    }
    .slide-home-clientes .slick-dots {
        bottom: -55px;
    }
    .slide-home-quem-somos .slick-next, .slide-home-quem-somos .slick-prev, .pesquisar-mapa h3::after {
        display: none !important
    }
    .bg-rodape {
        height: 100%;
    }
    .menu-rodape ul {
        margin: 0;
        height: 55px;
        width: 100%;
        text-align: center;
        border: none;
    }
    .menu-rodape ul li {
        font-size: 14px;
    }
    .logo-rodape {
        margin-bottom: 35px;
    }
    .contato-rodape ul {
        padding: 0;
        margin: 0 auto;
        width: 195px;
    }
    .contato-rodape {
        padding: 25px 0 0 0
    }
    .contato-rodape p {
        margin: 15px 0 0 0;
        text-align: center;
    }
    .navbar-nav {
        width: 250px;
        margin: 0 auto;
    }
}

@media(min-width: 576px) and (max-width: 767px) {}

@media(min-width: 0px) and (max-width: 575px) {}