* {
    padding: 0;
    margin: 0
}

.font-destaque {
    font-family: 'Roboto', sans-serif
}

.font-titulos {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder
}

.font-padrao {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder
}

.border {
    border: 1px red solid
}

.topo {
    background: #ed9d1a
}

.topo a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter
}

.topo .links-contato {
    float: left
}

.topo .links-social {
    float: right
}

.topo .links-social a {
    font-size: 1.5em;
    padding: 5px
}

.header-principal {
    position: relative
}

.header-principal .logo {
    position: absolute;
    top: -35px;
    width: 65%;
    padding-top: 13px;
    background: #fff
}

.header-principal .logo img {
    z-index: 999999
}

.header-principal .logo::before {
    content: "";
    height: 40px;
    width: 1000px;
    position: absolute;
    left: -1000px;
    top: 0;
    background: #fff;
    z-index: 0
}

.header-principal .logo::after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(../img/topo-logo.png) no-repeat left bottom;
    background-size: 100% 100%;
    z-index: 0
}

.header-principal .navbar-default {
    border: 0 none;
    background: #fff;
    margin-bottom: 0!important
}

.header-principal .navbar-default a {
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: .9em;
    text-transform: uppercase;
    padding: 30px 20px;
    transition: .3s
}

.header-principal .navbar-default li {
    border-bottom: 3px transparent solid;
    position: relative
}

.header-principal .navbar-default li::after {
    content: "";
    bottom: -10px;
    transition: .3s;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0
}

.header-principal .navbar-default li:hover,
.header-principal .navbar-default li:focus,
.header-principal .navbar-default li.active,
.header-principal .navbar-default li:active {
    border-color: #ed9d1a;
    transition: .3s
}

.header-principal .navbar-default li:hover a,
.header-principal .navbar-default li:focus a,
.header-principal .navbar-default li.active a,
.header-principal .navbar-default li:active a {
    transition: .3s;
    background: transparent;
    color: #ed9d1a
}

.header-principal .navbar-default li:hover::after,
.header-principal .navbar-default li:focus::after,
.header-principal .navbar-default li.active::after,
.header-principal .navbar-default li:active::after {
    content: "";
    background: url(../img/menu.png) no-repeat bottom center;
    bottom: 0;
    transition: .3s
}

.header-principal .navbar-default li:last-child {
    color: #fff;
    padding-top: 15px;
    border-color: transparent
}

.header-principal .navbar-default li:last-child a {
    background: #ed9d1a;
    padding: 15px 20px;
    color: #fff
}

.header-principal .navbar-default li:last-child a:hover,
.header-principal .navbar-default li:last-child a:focus {
    background: #c5800f
}

.header-principal .navbar-default li:last-child:hover,
.header-principal .navbar-default li:last-child:focus {
    border-color: transparent
}

.header-principal .navbar-default li:last-child:hover::after,
.header-principal .navbar-default li:last-child:focus::after {
    display: none!important
}

.header-principal .navbar-default li .dropdown-menu li {
    border-bottom: 0 none
}

.header-principal .navbar-default li .dropdown-menu li a {
    padding: 10px;
    background: #fff;
    border-bottom: 0 none;
    color: #777
}

.header-principal .navbar-default li .dropdown-menu li a::after {
    display: none!important
}

.header-principal .navbar-default li .dropdown-menu li::after {
    display: none!important
}

.header-principal .navbar-default li .dropdown-menu li:hover,
.header-principal .navbar-default li .dropdown-menu li:focus,
.header-principal .navbar-default li .dropdown-menu li.active,
.header-principal .navbar-default li .dropdown-menu li:active {
    border-bottom: 0 none
}

.header-principal .navbar-default li .dropdown-menu li:hover::after,
.header-principal .navbar-default li .dropdown-menu li:focus::after,
.header-principal .navbar-default li .dropdown-menu li.active::after,
.header-principal .navbar-default li .dropdown-menu li:active::after {
    display: none!important
}

.header-principal .navbar-default li .dropdown-menu li:hover a,
.header-principal .navbar-default li .dropdown-menu li:focus a,
.header-principal .navbar-default li .dropdown-menu li.active a,
.header-principal .navbar-default li .dropdown-menu li:active a {
    color: #ed9d1a
}

.header-principal .navbar-default li .dropdown-menu li:last-child {
    padding-top: 0
}

.header-principal .navbar-default li .dropdown-menu li:last-child a:hover,
.header-principal .navbar-default li .dropdown-menu li:last-child a:focus,
.header-principal .navbar-default li .dropdown-menu li:last-child a.active,
.header-principal .navbar-default li .dropdown-menu li:last-child a:active {
    background: #fff
}

.logo-mobile {
    padding: 5px!important
}

.logo-mobile img {
    width: 140px;
    margin-top: 0
}

.breadcrumb {
    background: transparent;
    border: 0 none;
    margin-bottom: 0!important
}

.breadcrumb li {
    font-family: 'Roboto', sans-serif
}

.breadcrumb li.active {
    color: #ed9d1a;
    font-weight: bolder
}

.breadcrumb a {
    color: #888
}

.banner-pages {
    padding: 1em;
    background: #efefef;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .22)
}

.banner-pages h1 {
    font-size: 1.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder
}

@media screen and (max-width: 1200px) {
    .header .container {
        width: 100%
    }
    .header-principal .navbar-default a {
        padding: 30px 15px
    }
    .header-principal .navbar-default li:last-child a {
        padding: 15px 10px
    }
}

@media screen and (max-width: 900px) {
    .header-principal .navbar-default a {
        padding: 30px 10px;
        font-size: .8em
    }
    .header-principal .navbar-default li:last-child {
        padding-top: 15px
    }
    .header-principal .navbar-default li:last-child a {
        padding: 15px 10px
    }
}

@media screen and (max-width: 768px) {
    .logo-mobile {
        margin-top: -30px;
        position: relative;
        width: 150px;
        background: #fff
    }
    .logo-mobile::before {
        content: "";
        height: 40px;
        width: 1000px;
        position: absolute;
        right: 150px;
        top: 0;
        background: #fff;
        z-index: 0
    }
    .logo-mobile::after {
        content: "";
        height: 40px;
        width: 40px;
        position: absolute;
        top: 0;
        right: -40px;
        background: url(../img/topo-logo.png) no-repeat left bottom;
        background-size: 100% 100%;
        z-index: 0
    }
    .topo a {
        padding: 10px
    }
    .topo .links-contato {
        float: right
    }
    .topo .links-social {
        display: none
    }
    .header-principal .navbar-default a {
        padding: 10px;
        font-size: 1em
    }
    .header-principal .navbar-default li:last-child {
        padding-top: 0
    }
    .header-principal .navbar-default li:last-child a {
        background: #fff;
        padding: 10px;
        color: #777
    }
}

@media screen and (max-width: 530px) {
    .topo .links-contato {
        font-size: 1.2em
    }
    .topo .links-contato span {
        display: none
    }
    .topo .links-social {
        display: none
    }
}

.titulo {
    color: #6a6a6a;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: .5em;
    font-size: 2.2em;
    line-height: 1.6em
}

.titulo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/titulo-linha.png) no-repeat left bottom;
    width: 100%;
    height: 5px
}

.titulo.titulo-center {
    text-align: center
}

.titulo.titulo-center::after {
    background: url(../img/titulo-linha-centro.png) no-repeat center bottom
}

.titulo.space-bottom-sm {
    margin-bottom: 1em
}

.titulo small {
    line-height: 1em;
    display: block
}

.titulo-sm {
    font-size: 1.3em
}

.text-default {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 400
}

.section {
    padding: 3em 0
}

.section-color {
    background: #f8f8f8
}

.section-orcamento {
    color: #fff;
    background: #4d4e50;
    padding: 2em
}

.section-orcamento h4 {
    font-size: 2em;
    margin-top: 30px
}

.section-orcamento p {
    font-size: 1.1em;
    font-weight: lighter;
    line-height: 1.6em
}

.section-orcamento .telefone {
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 2em;
    font-family: 'Roboto', sans-serif
}

.slide img {
    width: 100%
}

.btn {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.btn-warning {
    background: #ed9d1a;
    border-color: #ed9d1a
}

.controls {
    text-align: center
}

.controls button {
    background: transparent;
    border: 0 none;
    color: #696969;
    font-weight: bolder;
    font-size: .9em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 15px
}

.controls button:hover,
.controls button:focus,
.controls button.mixitup-control-active {
    color: #ed9d1a
}

.mix,
.gap {
    width: calc(49.5%);
    display: inline-block
}

@media screen and (max-width: 768px) {
    .mix,
    .gap {
        width: 100% !important
    }
}

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(32.66666666666667%)
    }
}

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(24.25%)
    }
}

.cm_formulario {
    border: 1px solid #ccc;
    padding: 5px 15px;
    background: #efefef;
    margin: 0 0 20px
}

.menu-servicos a:hover,
.menu-servicos a:focus {
    color: #ed9d1a
}

.menu-servicos a.active {
    background: #ed9d1a;
    border-color: #ed9d1a
}

.menu-servicos a.active:hover,
.menu-servicos a.active:focus {
    background: #dc8f11;
    border-color: #dc8f11;
    color: #fff;
    font-weight: bolder
}

.contatos {
    font-size: 1.3em;
    line-height: 2em
}

.contatos svg {
    color: #ed9d1a
}

.contatos .social a {
    font-size: 1.5em
}

.alert {
    margin-bottom: 0
}

.clientes a {
    display: block
}

.clientes a img {
    width: 100%;
    height: 150px;
    object-fit: contain
}

.clientes a span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    color: #777
}

.clientes a:hover,
.clientes a:focus {
    color: #ed9d1a;
    text-decoration: none
}

.owl-nav.disabled {
    display: none!important
}

.servico-card {
    margin: 20px 0;
    text-align: center;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    min-height: 450px
}

.servico-card img {
    margin: 0;
    width: 100%;
    height: 100px;
    object-fit: cover
}

.servico-card .caption {
    padding: 15px
}

.servico-card .caption h3 {
    color: #6a6a6a;
    font-size: 1.3em;
    height: 60px
}

.servico-card .caption a {
    margin-top: 10px
}

.servico-card .caption p {
    height: 100px;
    overflow: hidden
}

.portfolio-card {
    margin: 20px 0;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1)
}

.portfolio-card img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.portfolio-card .caption {
    padding: 15px
}

.portfolio-card .caption h3 {
    color: #6a6a6a
}

.portfolio-card .caption a {
    margin-top: 20px
}

.full-image-servico {
    margin: 20px 0;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    height: 450px
}

.full-image-servico img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imagem-galeria {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin: 15px 0
}

.imagem-galeria .caption {
    border-top: 3px #ed9d1a solid;
    display: block;
    position: absolute;
    background: #fff;
    bottom: -100px;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    color: #777;
    transition: .5s
}

.imagem-galeria .caption small {
    font-style: italic;
    font-weight: lighter
}

.imagem-galeria img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.imagem-galeria:hover .caption,
.imagem-galeria:focus .caption {
    bottom: 0;
    transition: .5s
}

.footer {
    background: #1d1d1d;
    color: #fff;
    padding: 3em 0 0
}

.footer ul {
    list-style: none
}

.footer ul li a {
    color: #fff;
    display: block;
    padding: 3px 0;
    transition: .3s
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #ed9d1a;
    padding-left: 10px;
    transition: .3s;
    text-decoration: none
}

.footer .logo {
    font-weight: bolder;
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder
}

.footer address {
    line-height: 1.4em;
    line-height: 1.6em
}

.footer .social a {
    color: #fff;
    font-size: 2em
}

.footer .footer-bottom {
    background: rgba(0, 0, 0, .5);
    padding: 15px 0 5px;
    margin-top: 2em
}

.footer .footer-bottom a {
    color: #ed9d1a
}

.titulo-footer {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-weight: bolder
}

@media screen and (max-width: 768px) {

    .imagem-galeria {
        height: auto;
        overflow: none;
    }

    .imagem-galeria .caption {
        position: relative;
        bottom: 0;
        height: auto;
    }
}