html{
    scroll-behavior: smooth;
}

body {
    color: #888;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: .36px;
    font-family: 'Francois One', sans-serif;
    font-weight: 300;
    background: #fff;
    overflow: auto
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    font-size: 25px;
    font-weight: 700
}

h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 10px;
    color: #000
}

a,
a:hover {
    transition: .3s;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    opacity: .7
}

hr {
    border-top: 1px solid #666;
    margin: 30px 0
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    border: none
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #138f90;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(19, 143, 144, .25)
}

textarea.form-control {
    height: auto;
    max-height: 250px
}

.btn {
    border-radius: 5px;
    border: 2px solid;
    font-size: 18px;
    transition: .4s ease;
    padding: 8px 40px
}

.btn-default {
    border: none;
    background: #dbdbdb;
    color: #323232;
    border-radius: 50px;
    padding: 0 35px;
    font-family: 'Noto Serif';
    font-size: 25px
}

.btn-primary {
    border: none;
    background: #138f90;
    color: #fff;
    border-radius: 50px;
    padding: 0 30px;
    font-family: 'Markazi Text', sans-serif;
    font-size: 25px
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e6e6f;
    border-color: #0e6e6f;
    opacity: .6
}

.btn-inverted {
    color: #fff;
    border: 2px solid #fff
}

@media(min-width:1360px) {
    .container {
        width: 1300px;
        max-width: 100%
    }
}

h1.bordered {
    position: relative
}

h1.bordered::before {
    content: "";
    display: block;
    width: 125px;
    background-color: #138f90;
    height: 5px;
    margin-bottom: 8px
}

h3.bordered {
    position: relative
}

h3.bordered::before {
    content: "";
    display: block;
    width: 125px;
    background-color: #138f90;
    height: 5px;
    margin-bottom: 8px
}

.container-fluid {
    max-width: calc(100% - 100px)
}

.nav-tabs {
    text-align: center;
    border: 0;
    margin-bottom: 80px
}

.nav-tabs li,
.nav-tabs li.active {
    float: none;
    display: inline-block;
    margin: 0
}

.nav-tabs li a,
.nav-tabs li a:active,
.nav-tabs li a:focus,
.nav-tabs li a:hover,
.nav-tabs li:active a,
.nav-tabs li:focus a,
.nav-tabs li:hover a {
    border: 0;
    border-radius: 0;
    font-size: 14px
}

.nav-tabs li.active a {
    border: 0;
    border-bottom: 2px solid teal
}

.social a {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px
}

#header {
    padding: 0 0 30px 0;
    background: 0 0;
    transition: .4s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: relative
}

.scrolled div#whatsapp-flutuante {
    transition: opacity .5s linear;
    opacity: 1
}

div#whatsapp-flutuante {
    float: right;
    right: 50px;
    position: fixed;
    z-index: 99;
    opacity: 0;
    transition: opacity .5s linear;
    top: 50%;
    margin-top: -25px
}

#top-header {
    background-color: #fff !important;
    margin: 0;
    width: 100%;
    padding: 10px;
    height: 57px
}

#top-header ul {
    float: right
}

#top-header ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    color: #128a8a;
    font-weight: 400
}

.page-template-modelo-home #header-inner,
.page-template-modelo-industrial #header-inner,
.page-template-modelo-residencial #header-inner {
    background-color: transparent !important;
    padding: 57px 0
}

#header-inner {
    background-color: #138f90;
    padding: 57px 0
}

#header .header-logo {
    padding: 10px 0
}

#main-menu {
    border: 0;
    padding: 0;
    float: right
}

#main-menu ul li {
    display: inline-block;
    list-style: none;
    margin: 30px 0 30px 40px
}

#main-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px
}

#main-menu ul li::before {
    margin: 0 10px;
    width: 24px;
    height: 24px
}

#main-menu ul li:nth-child(1)::before {
    content: " ";
    background-image: url(img/icones/snow-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

#main-menu ul li:nth-child(2)::before {
    content: " ";
    background-image: url(img/icones/file-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

#main-menu ul li:nth-child(3)::before {
    content: " ";
    background-image: url(img/icones/home-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

#main-menu ul li:nth-child(4)::before {
    content: " ";
    background-image: url(img/icones/factory-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

#main-menu ul li:nth-child(5)::before {
    content: " ";
    background-image: url(img/icones/telefone-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

#main-menu .toggle {
    display: none
}

#main-menu .toggle button {
    background: 0 0;
    border-radius: 0;
    border: 2px solid #0c6c6d;
    padding: 10px 20px 5px 20px
}

#main-menu .toggle i {
    color: #fff;
    font-size: 32px
}

#footer {
    padding: 35px 0 5px;
    color: #fff;
    background: #13716d;
    font-size: 13px;
    border-top: 50px solid #fff
}

#footer h2 {
    color: #4a4848;
    font-size: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    width: 500px;
    margin: -60px auto 0 auto;
    font-weight: 400
}

#footer a {
    color: #fff
}

#footer ul {
    margin: 40px auto
}

#footer ul li {
    list-style: none;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

#copyright {
    background-color: #fff;
    width: 100%;
    padding: 20px 0 0 0
}

#copyright p {
    color: #404040;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    width: 70%
}

#copyright ul {
    width: 29%;
    display: inline-block
}

#copyright ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px
}

#loading {
    position: fixed;
    background: #fff url(img/loading.gif) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block
}

.page-template-modelo-home #main,
.page-template-modelo-industrial #main,
.page-template-modelo-residencial #main {
    margin-top: -250px
}

#main .page-header {
    position: relative;
    padding: 250px 0 50px;
    margin-bottom: 50px
}

.page-header .page-title {
    position: relative;
    z-index: 2;
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    margin: 50px 0 20px
}

div#header-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

#home1 {
    height: 100vh;
    background-position: center;
    background-size: cover;
    padding: 48vh 15px 0;
    color: #fff;
    font-family: 'Francois One', sans-serif;
    font-weight: 400
}

#home1 .slider-caption {
    float: left;
    margin-top: -155px;
    margin-left: 110px;
    display: inline-block
}

#home1 .slider-caption h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 105px;
    font-weight: 400
}

#home1 .slider-caption p {
    font-size: 48px;
    line-height: 55px
}

#home1 .slider-flutuante {
    float: right;
    display: inline-block
}

#home2 {
    position: relative;
    margin: 80px auto 120px auto
}

#home2 .home2-conteudo {
    color: #0c6c6d;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    line-height: 55px
}

.flex-control-paging a {
    background: #fff !important;
    border: 1px solid #03534c
}

.flex-control-paging .flex-active {
    background: #03534c !important;
    border: 1px solid #03534c
}

.flex-direction-nav {
    display: none
}

.flex-control-paging li a {
    width: 17px;
    height: 17px
}

.home3-banner {
    height: 120vh;
    margin: 0 0 0 -15px;
    background-position: center bottom;
    background-size: cover
}

.home3-conteudo {
    padding: 80px 20px 20px 50px;
    color: #000
}

.home3-conteudo>h1,
.home3-conteudo>h2,
.home3-conteudo>h3 {
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 400
}

.home3-destaque {
    margin-bottom: 30px
}

.home3-destaque-icone {
    text-align: right
}

.home3-destaque h3 {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}

.home3-destaque-content {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    color: #706f75
}

#home4 {
    height: 60vh;
    color: #fff;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

#home4 .home4-conteudo {
    font-size: 32px;
    font-weight: 400;
    float: right;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 220px;
    line-height: 42px
}

div#home-posts-slider {
    border: 0;
    padding: 0;
    margin: 10px -15px 0
}

.home-post-fixo {
    margin: 0 -15px 10px -5px
}

.home-post-fixo:not(.even) {
    margin-left: -15px
}

.home-slider-post {
    height: 60vh;
    text-align: center;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center
}

.home-slider-post-inner {
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 50px
}

.home-slider-post .slider-post-category {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 10px
}

.home-slider-post h1 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 30px
}

.home #footer {
    margin: 0
}

header.blog-header {
    overflow: hidden;
    position: relative
}

div#blog-slider {
    border: 0;
    padding: 0;
    margin: 0 0 80px
}

#blog-slider .slider-post {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative
}

#blog-slider .slider-caption {
    position: absolute;
    bottom: 200px;
    color: #fff
}

#blog-slider .slider-category {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0
}

#blog-slider .slider-post h1 {
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    max-width: 65%;
    margin: 10px 0 30px
}

div#blog-slider-nav-holder {
    width: 100%;
    position: absolute;
    bottom: 130px
}

div#blog-slider-nav {
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0
}

#blog-slider-nav h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-top: 1px solid #fff;
    padding: 10px 0
}

#blog-slider-nav .flex-active-slide h1 {
    border-color: #082336
}

#blog .post-item .post-excerpt a {
    color: #909090;
    line-height: 30px
}

#blog .post-item .post-meta p {
    font-size: 16px;
    margin: 0
}

.post-meta strong {
    color: #000;
    font-weight: 700
}

#blog .post-item h1 {
    color: #000;
    margin: -5px 0 10px;
    font-weight: 400
}

#blog .post.post-item {
    margin-bottom: 50px
}

.post-item .post-thumb img {
    border-radius: 10px;
    margin-bottom: 15px
}

.wp-pagenavi {
    text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 5px 10px;
    border-radius: 100%;
    color: #666;
    border-color: teal;
    font-size: 14px
}

.wp-pagenavi span.current {
    background: teal;
    color: #fff;
    border-color: teal;
    font-weight: 400
}

.single-post-category {
    position: relative;
    z-index: 2;
    margin: 0 0 -50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300
}

#post .page-title {
    max-width: 65%
}

#post .post-subtitulo p {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px
}

#post .post-content {
    font-size: 16px;
    line-height: 26px
}

div#sobre1 {
    color: #000;
    font-size: 16px;
    line-height: 24px
}

div#sobre1 h1 {
    font-weight: 400;
    font-size: 48px;
    color: #4a4848;
    font-family: 'Francois One', sans-serif;
    margin: 60px auto 50px auto
}

div#sobre1 p {
    font-weight: 400;
    font-size: 28px;
    color: #454545;
    font-family: 'Noto Serif';
    line-height: 34px;
    text-align: justify
}

div#sobre2 {
    color: #fff;
    text-align: center;
    padding: 80px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 80%;
    margin-bottom: 40px
}

div#sobre2 blockquote {
    color: #13716d;
    border-left: 2px solid #13716d;
    font-size: 48px;
    line-height: 63px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin: 100px 0
}

div#sobre2 .item {
    font-family: 'Noto Serif';
    color: #fff;
    text-align: left;
    font-size: 24px
}

div#sobre2 .item h4 {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'Noto Serif'
}

div#sobre2 .item p {
    font-weight: 400;
    font-family: 'Noto Serif'
}

div#sobre3 {
    text-align: center;
    padding: 100px 0;
    color: #000;
    background: #f7f7f7
}

.certificacao {
    max-width: 640px;
    margin: 0 auto 10px
}

.certificacao a.btn {
    background: #fff;
    color: #000;
    font-size: 14px;
    display: block;
    border: 0;
    padding: 15px;
    box-shadow: 0 0 20px -5px #0004;
    border-radius: 0;
    position: relative;
    transform: .4s ease
}

.certificacao a.btn:after {
    color: #666;
    content: "+";
    position: absolute;
    right: 10px;
    font-weight: 700;
    font-size: 20px;
    top: 11px;
    transform: .4s ease
}

.certificacao a.btn[aria-expanded=true]:after {
    transform: rotate(45deg)
}

.certificacao .collapse-certificacao {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    padding: 30px
}

div#sobre4 {
    padding: 100px 0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 500px 150px #000;
    font-size: 14px;
    line-height: 24px
}

div#sobre4:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0006;
    position: absolute;
    top: 0;
    left: 0
}

.conteudo-localizacao {
    margin-top: 80px;
    column-count: 2;
    position: relative
}

.conteudo-localizacao:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 0
}

#sobre5 .sobre-link a {
    color: #e63044
}

.sobre-link strong {
    font-weight: 700
}

.sobre-link {
    text-align: center;
    max-width: 200px;
    margin: 50px auto 0;
    font-size: 14px;
    color: #000;
    line-height: 24px
}

#contato {
    margin-bottom: 70px
}

#contato h1 {
    color: #138f90;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-top: 55px
}

#contato h2 {
    color: #138f90;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px
}

#contato h3 {
    color: #4a4848;
    font-size: 32px;
    font-weight: 400;
    text-align: left
}

#contato ul {
    margin-top: 50px;
    padding: 0;
    width: 90%
}

#contato ul li {
    color: #4a4848;
    font-size: 22px;
    font-weight: 400;
    list-style: none;
    font-family: 'Noto Serif'
}

#contato ul li span {
    max-width: calc(100% - 30px);
    vertical-align: top;
    margin-bottom: 5px
}

#contato ul li img,
#contato ul li span {
    display: inline-block
}

#contato ul li a {
    color: #4a4848;
    font-size: 28px;
    font-weight: 400;
    list-style: none
}

#contato form input[type=email],
#contato form input[type=text],
#contato form textarea {
    font-size: 24px;
    font-family: 'Noto Serif';
    background-color: #ededed
}

#contato form input[type=submit] {
    font-family: 'Markazi Text';
    font-weight: 700
}

#residencial1 {
    height: 100vh;
    background-position: center;
    background-size: cover;
    padding: 48vh 15px 0;
    color: #fff;
    font-family: 'Francois One', sans-serif;
    font-weight: 400
}

#residencial1 .slider-caption {
    float: left;
    margin-top: -155px;
    margin-left: 110px
}

#residencial1 .slider-caption h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 105px;
    font-weight: 400
}

#residencial1 .slider-caption p {
    font-size: 80px;
    line-height: 105px
}

#residencial1 .slider-flutuante {
    float: right
}

#residencial2 {
    margin: 60px auto 0 auto;
    text-align: center
}

#residencial2 h1 {
    font-size: 48px;
    color: #4e4e4e;
    font-family: 'Francois One', sans-serif;
    font-weight: 400
}

#residencial2 h2 {
    font-size: 28px;
    color: #454545;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 400;
    margin-top: 20px
}

#residencial3 {
    color: #fff;
    text-align: center;
    padding: 80px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 80px;
    margin-top: 80px
}

#residencial3 blockquote {
    color: #13716d;
    border-left: 2px solid #13716d;
    font-size: 48px;
    line-height: 63px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin: 55px 0 35px 0
}

#residencial3 ul {
    padding: 0
}

#residencial3 ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 60px
}

#residencial3 ul li p {
    color: #454545;
    font-family: 'Francois One', sans-serif;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400
}

#residencial4 {
    color: #454545;
    font-size: 28px;
    font-family: 'Noto Serif';
    margin-bottom: 70px
}

.btn-default {
    font-size: 17px
}

#industrial1 {
    height: 100vh;
    background-position: center;
    background-size: cover;
    padding: 48vh 15px 0;
    color: #fff;
    font-family: 'Francois One', sans-serif;
    font-weight: 400
}

#industrial1 .slider-caption {
    float: left;
    margin-top: -155px;
    margin-left: 110px
}

#industrial1 .slider-caption h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: 400
}

#industrial1 .slider-caption p {
    font-size: 80px;
    line-height: 105px
}

#industrial1 .slider-flutuante {
    float: right
}

#industrial2 {
    margin: 60px auto 100px auto;
    text-align: center
}

#industrial2 h1 {
    font-size: 48px;
    color: #4e4e4e;
    font-family: 'Francois One', sans-serif;
    font-weight: 400
}

#industrial2 h2 {
    font-size: 28px;
    color: #454545;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 400;
    margin-top: 20px
}

#industrial3 {
    color: #454545;
    margin-bottom: 100px
}

#industrial3 h3 {
    color: #0c6c6d;
    font-size: 32px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif
}

#industrial3 p {
    font-size: 28px;
    font-family: 'Noto Serif';
    text-align: justify
}

#industrial4 {
    color: #454545;
    font-size: 28px;
    font-family: 'Noto Serif';
    text-align: left;
    margin-bottom: 70px
}

#industrial4 h3 {
    color: #0c6c6d;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif;
    margin-bottom: 15px
}

#industrial4 p {
    font-size: 28px;
    font-family: 'Noto Serif';
    text-align: justify
}

#industrial5 {
    margin-bottom: 70px
}

#industrial5 h3 {
    color: #4a4848;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif;
    margin-bottom: 60px;
    font-weight: 400
}

#industrial5 p {
    font-size: 28px;
    font-family: 'Francois One', sans-serif;
    text-align: center;
    color: #4a4848
}

#industrial5 button {
    margin: 0 auto;
    text-align: center;
    display: block
}

#servicos {
    color: #454545;
    font-family: 'Noto Serif';
    font-size: 28px;
    margin-bottom: 70px;
    text-align: justify
}

#servicos h1 {
    color: #0c6c6d;
    font-family: 'Francois One', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 400
}

.img-servicos-thumb {
    margin-bottom: 40px
}

#servicos_template_3 {
    color: #454545;
    font-family: 'Noto Serif';
    font-size: 28px;
    margin-bottom: 70px;
    text-align: justify
}

#servicos_template_3 h1 {
    color: #4e4e4e;
    font-family: 'Francois One', sans-serif;
    font-size: 38px;
    font-weight: 400
}

#servicos_template_3 .content {
    margin-top: 70px
}

#servicos_template_3 .itens {
    margin: 100px auto
}

#servicos_template_3 .itens img {
    display: block;
    margin: 0 auto
}

#servicos_template_3 .itens h3 {
    text-align: center;
    font-size: 28px;
    font-family: 'Francois One', sans-serif;
    color: #0c6c6d;
    margin-top: 45px;
    margin-bottom: 100px
}

#servicos_template_3 .itens h3::before {
    content: "";
    display: block;
    width: 125px;
    background-color: #138f90;
    height: 5px;
    margin: 0 auto 10px auto
}

#servicos_template_3 p {
    text-align: justify
}


#home .btn-banner{
    color: #4a4848;
    font-size: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    width: auto;
    font-weight: 400;
}
#home .btn-banner:hover{
   opacity: 1;
}
div#orcamento {
    padding: 50px;
    margin: 0 auto;
}
div#orcamento input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #4a4848;
    font-size: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    font-weight: 400;
    border: none;
}

div#orcamento input.wpcf7-not-valid, div#orcamento textarea.wpcf7-not-valid{
    border: 1px solid red;
}
div#orcamento .wpcf7-not-valid-tip{
    display: none;
}
#home1 .slider-caption p {
    margin-bottom: 25px;
}





@media(max-width:1640px) {
    #main-menu ul li {
        margin: 30px 0 30px 10px
    }
    #home1 .slider-caption {
        margin-left: 0
    }
    #home1 .slider-caption h1 {
        font-size: 71px;
        line-height: 95px
    }
    #home1 .slider-caption p {
        font-size: 40px;
        line-height: 49px
    }
    #residencial1 .slider-caption {
        margin-left: 0
    }
    #residencial1 .slider-caption h1 {
        font-size: 71px;
        line-height: 95px
    }
    #residencial1 .slider-caption p {
        font-size: 40px;
        line-height: 49px
    }
    #industrial1 .slider-caption {
        margin-left: 0
    }
    #industrial1 .slider-caption h1 {
        font-size: 64px;
        line-height: 80px
    }
    #industrial1 .slider-caption p {
        font-size: 40px;
        line-height: 49px
    }
}

@media(max-width:1366px) {
    #main-menu ul li a {
        font-size: 28px
    }
    #main-menu ul li::before {
        margin: 0 8px;
        width: 22px;
        height: 22px
    }
    .flexslider {
        margin: 0 0 80px
    }
    #home4 {
        background-size: cover;
        background-position: left
    }
    #home4 .home4-conteudo {
        font-size: 32px;
        font-weight: 400;
        float: right;
        width: 70%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 149px;
        line-height: 42px
    }
    #home1 .slider-caption h1 {
        font-size: 65px;
        line-height: 87px;
        margin-left: 0
    }
    #home1 .slider-caption p {
        font-size: 37px;
        line-height: 47px
    }
    #residencial1 .slider-caption h1 {
        font-size: 65px;
        line-height: 87px;
        margin-left: 0
    }
    #residencial1 .slider-caption p {
        font-size: 37px;
        line-height: 47px
    }
    #industrial1 .slider-caption h1 {
        font-size: 58px;
        line-height: 75px;
        margin-left: 0
    }
    #industrial1 .slider-caption p {
        font-size: 37px;
        line-height: 47px
    }
}

@media(max-width:1280px) {
    #residencial3 blockquote {
        font-size: 43px;
        line-height: 58px
    }
    div#sobre2 blockquote {
        font-size: 43px;
        line-height: 58px
    }
    div#sobre2 .item {
        font-size: 22px
    }
    div#sobre1 p {
        font-size: 23px
    }
    #residencial4 {
        font-size: 23px
    }
    #industrial3 p {
        font-size: 23px
    }
    #industrial4 p {
        font-size: 23px
    }
    #industrial2 h2 {
        font-size: 23px
    }
    #industrial2 h1 {
        font-size: 40px
    }
    #residencial2 h2 {
        font-size: 23px
    }
    #residencial2 h1 {
        font-size: 40px
    }
    #contato h1 {
        font-size: 40px
    }
    #contato h2 {
        font-size: 23px
    }
    #contato h3 {
        font-size: 23px
    }
    #contato ul li {
        font-size: 23px
    }
    #contato ul li a {
        font-size: 23px
    }
    #home2 .home2-conteudo {
        font-size: 40px;
        line-height: 52px
    }
    #footer h2 {
        font-size: 27px
    }
    #main-menu ul li {
        margin: 20px 0 20px 8px
    }
    #main-menu ul li a {
        font-size: 24px
    }
    #main-menu ul li::before {
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px
    }
    #home4 .home4-conteudo {
        font-size: 27px;
        line-height: 43px;
        margin-top: 180px
    }
    #copyright p {
        width: 100%;
        text-align: center
    }
    #copyright ul {
        width: 100%;
        text-align: center
    }
}

@media(max-width:1100px) {
    #main-menu ul li a {
        font-size: 20px
    }
    #home1 .slider-caption h1 {
        font-size: 58px;
        line-height: 68px;
    }
}

@media(max-width:990px) {
    #main-menu ul {
        display: none;
        opacity: 0;
        transition: opacity .5s linear
    }
    #main-menu ul.open {
        display: block;
        background-color: #fff;
        position: absolute;
        margin: 10px 15px 0 0;
        width: 350px;
        right: 0;
        opacity: 1;
        transition: opacity .5s linear
    }
    #main-menu ul li {
        display: block;
        margin: 0;
        border: 1px solid #0c6c6d
    }
    #main-menu ul li a {
        color: #4a4848;
        width: 100%;
        display: block;
        padding: 10px 0 10px 20px
    }
    #main-menu ul li::before {
        display: none !important
    }
    #main-menu ul li a {
        color: #4a4848
    }
    #main-menu .toggle {
        display: block
    }
    #home1 {
        background-size: cover
    }
    #residencial1 {
        background-size: cover
    }
    #industrial1 {
        background-size: cover
    }
    #home4 {
        background-position: top right;
        background-size: cover
    }
    #home4 .home4-conteudo {
        font-size: 32px;
        line-height: 42px;
        margin-top: 145px;
        width: 100%
    }
    #residencial3 {
        background-position: right;
        background-size: cover
    }
    #residencial3 .container-fluid {
        background: #00000085;
        padding: 40px
    }
    #residencial3 blockquote {
        border-left: none;
        text-align: center;
        font-size: 40px;
        line-height: 53px;
        color: #fff
    }
    #residencial3 ul li {
        width: 45%;
        margin-right: 0
    }
    #residencial3 ul li p {
        color: #fff
    }
    .btn-default {
        padding: 0 6px;
        font-size: 17px
    }
    #industrial5 p {
        font-size: 23px;
        height: 75px
    }
    #home1 .slider-caption h1 {
        text-align: center
    }
    #home1 .slider-caption p {
        text-align: center
    }
    #residencial1 .slider-caption h1 {
        text-align: center
    }
    #residencial1 .slider-caption p {
        text-align: center
    }
    #industrial1 .slider-caption h1 {
        text-align: center
    }
    #industrial1 .slider-caption p {
        text-align: center
    }
    #home .btn-banner {
        display: block;
        box-shadow: 0 0 7px 0 #cacaca;
    }
    #home1 .slider-caption {
        margin-bottom: 50px;
    }
}

@media(max-width:768px) {
    #top-header .container-fluid {
        padding: 0;
        width: 100%
    }
    #top-header ul {
        float: none;
        margin: 0 auto;
        padding: 0
    }
    div#sobre2 {
        background-position: right;
        background-size: cover
    }
    div#sobre2 blockquote {
        color: #fff;
        border-left: 2px solid #fff
    }
    #residencial3 {
        background-position: right;
        background-size: cover
    }
    #residencial3 blockquote {
        width: 100%;
        padding-left: 0;
        margin: 0 0 35px 0
    }
    #residencial3 ul li p {
        color: #fff
    }
    #industrial5 p {
        font-size: 23px;
        height: auto;
        margin: 30px 0 0 0
    }
    .btn-default {
        padding: 0 6px;
        font-size: 17px
    }
    div#whatsapp-flutuante {
        right: 5px;
        width: 10%
    }
    #main-menu .toggle {
        margin-top: 25px
    }
    div#sobre1 h1 {
        font-weight: 400;
        font-size: 44px
    }
    div#sobre1 p {
        font-weight: 400;
        font-size: 21px;
        color: #454545;
        font-family: 'Noto Serif';
        line-height: 32px
    }
    div#sobre2 blockquote {
        font-size: 44px;
        line-height: 57px
    }
    div#sobre2 .item {
        font-size: 21px
    }
    #footer h2 {
        color: #4a4848;
        font-size: 24px
    }
    #residencial4 {
        font-size: 21px
    }
    #industrial3 p {
        font-size: 21px
    }
    #industrial4 p {
        font-size: 21px
    }
    #servicos {
        font-size: 21px
    }
    #servicos_template_3 {
        font-size: 21px
    }
    #contato h3 {
        font-size: 27px
    }
    #contato ul li {
        font-size: 21px
    }
    #contato ul li a {
        font-size: 21px
    }
    #home1 .slider-caption h1 {
        font-size: 54px;
        line-height: 70px
    }
    #home1 .slider-caption p {
        font-size: 33px;
        line-height: 40px
    }
    #residencial1 .slider-caption h1 {
        font-size: 54px;
        line-height: 70px
    }
    #residencial1 .slider-caption p {
        font-size: 33px;
        line-height: 40px
    }
    #industrial1 .slider-caption h1 {
        font-size: 47px;
        line-height: 53px
    }
    #industrial1 .slider-caption p {
        font-size: 33px;
        line-height: 40px
    }
}

@media(max-width:527px) {
    .container-fluid {
        max-width: 100%
    }
    #top-header {
        height: 90px
    }
    #home4 .home4-conteudo {
        font-size: 20px;
        line-height: 29px;
        margin-top: 130px;
        width: 100%
    }
    #residencial3 ul li p {
        font-size: 23px
    }
    #main-menu .toggle {
        margin-top: 0
    }
    #main-menu .toggle i {
        color: #fff;
        font-size: 20px
    }
    #main-menu .toggle button {
        background: 0 0;
        border-radius: 0;
        border: 2px solid #0c6c6d;
        padding: 5px 15px 5px 17px
    }
    #main-menu ul.open {
        right: -10px
    }
    #home1 .slider-caption h1 {
        font-size: 43px;
        line-height: 48px;
        margin-top: 40px
    }
    #residencial1 .slider-caption h1 {
        font-size: 43px;
        line-height: 48px;
        margin-top: 40px
    }
    #contato .mail {
        letter-spacing: -1px;
        font-size: 14px
    }
    #industrial1 .slider-caption h1 {
        font-size: 37px;
        line-height: 47px;
        margin-top: 0
    }
    #home2 .home2-conteudo {
        color: #0c6c6d;
        font-weight: 400;
        font-size: 33px;
        text-align: center;
        line-height: 43px
    }
    #home1 .slider-caption p {
        font-size: 30px;
        line-height: 33px
    }
    #copyright p,
    #footer h2 {
        width: 100%
    }
    #footer ul {
        padding: 0
    }
    #footer ul li {
        font-size: 17px
    }
    #copyright {
        font-size: 17px
    }
    #copyright ul {
        width: 100%;
        padding: 0
    }
    #copyright ul li {
        margin-right: 10px
    }
    div#whatsapp-flutuante {
        width: 10%;
        bottom: 20px !important;
        right: 20px !important;
        top: 90%
    }
    #residencial2 h1 {
        font-size: 33px
    }
    #residencial2 h2 {
        font-size: 22px
    }
    #residencial3 ul li p {
        font-size: 18px
    }
    #industrial2 h1 {
        font-size: 33px
    }
    #industrial2 h2 {
        font-size: 22px
    }
    #industrial2 ul li p {
        font-size: 18px
    }
}

@media(max-width:360px){
    div#orcamento {
        padding: 25px;
    }
    #home1 .slider-caption h1 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 60px;
    }
}

#copyright ul.selos {
    padding: 0;
}