@font-face {
    font-family: 'segoe_ui_regular';
    src: url('../fonts/segoeui-webfont.woff2') format('woff2'),
    url('../fonts/segoeui-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoe_ui_bold';
    src: url('../fonts/segoeuib-webfont.woff2') format('woff2'),
    url('../fonts/segoeuib-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'segoe_ui_semibold';
    src: url('../fonts/seguisb-webfont.woff2') format('woff2'),
    url('../fonts/seguisb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milkmedium';
    src: url('../fonts/lemonmilk-medium-webfont.woff2') format('woff2'),
    url('../fonts/lemonmilk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,htm{
    padding: 0;
    margin: 0;
}

body{
     font-size: 14px;
     font-family: 'segoe_ui_regular', sans-serif;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;;
}
b{
    font-family: 'segoe_ui_bold';
}
.label{
    padding: 12px 15px;
    border-radius: 30px;
}
.labe-mr-default{
    font-weight: normal;
    background-color: #707170;
}
.mr-label-primary{
    background-color:#136a7f;
}



.btn-orcamento{
    color: #ffffff;
    background-color: #136a7f;
    border-color: #136a7f;
}

.btn-orcamento:hover,
.btn-orcamento:focus,
.btn-orcamento:active,
.btn-orcamento.active{
    color: #ffffff;
    background-color: #136a7f;
    border-color: #136a7f;
}

.btn-orcamento:active,
.btn-orcamento.active{
    background-image: none;
}

.btn-linha {
    color: #ffffff;
    background-color: #707170;
    border-color: #707170;
}
.btn-linha:hover,
.btn-linha:focus,
.btn-linha:active,
.btn-linha.active{
    color: #3b3b3a;
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-linha:active,
.btn-linha.active{
    background-image: none;
}


/* ---------------------------------------------------
              Navbar Default
---------------------------------------------------- */
body{
    padding-top:70px;
    position: relative;
}
.navbar-default{
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    position: fixed;
    top:0px;left: 0;
    z-index: 999;
    width: 100%;
}
.navbar-default > .container{
    padding-top: 10px;
    padding-bottom:5px;
}
.navbar-default .navbar-brand{
   width: 180px;
   height: 66px;
   margin-right: 40px;
   background:transparent url('../img/logo-navbar.png') no-repeat top center;
   -webkit-background-size: 100%,auto;
   -moz-background-size:  100%,auto;
   background-size:  100%,auto;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {

}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #202020;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #202020;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #202020;
    font-weight: bold;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #202020;
    background-color: #ffff;
}


.navbar-default .list-social{
    width: 400px;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
}
.navbar-default .list-social > li{
    display: inline;
    margin: 0px;
    padding: 0px;
}
.navbar-default .list-social > li > a{
    position: relative;
    padding-left: 25px;
    color:#202020;
    font-size:15px;
}
.navbar-default .list-social > li > a,
.navbar-default .list-social > li > a:hover,
.navbar-default .list-social > li > a:focus,
.navbar-default .list-social > li > a:active{
    color:#3b3b3a;
}
.navbar-default .list-social > li > a > span{
    position: absolute;
    left: 0;top: 3px;
}
.navbar-default .list-social > li > a > span:before{
    margin-left: 0px;
    margin-right:0px;
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    body{
        padding-top:100px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        display: block;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom:10px;
        text-transform: uppercase;
        text-align: center;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        font-weight: bold;
        background-color:#136a7f;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default{
        position: fixed;
        width: 100%;
        top: 0;left: 0;
        z-index: 999;
        min-height: 60px;
    }
    .navbar-default > .container{
        padding-top: 0px;
        padding-bottom:0px;
    }
    .navbar-default .navbar-header{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
    }
    body{
        padding-top:60px;
        position: relative;
    }

    .navbar-default .navbar-brand{
        width: 136px;
        height: 50px;
        margin-right:50px;
    }

    .navbar-default .list-social{
        margin-left: 15px;
    }

    body,htm{
        overflow-x: hidden;
    }

    .navbar-default .list-social >li{
        display: block;
    }
    .navbar-default .list-social >li:first-child{
          margin-bottom: 5px;
     }
    .navbar-default .list-social{
        margin-left: auto;
        margin: auto;
        width: 270px;
        max-width: 100%;
    }

    .navbar-collapse.collapse.in{
        background-color: #fafafa;
    }

}


.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}


/* ---------------------------------------------------
              Cabeçalho:
---------------------------------------------------- */
.header-bg{
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.page-home .header-bg{
    background-image: url("../img/home/cabecalho.jpg");
}

@media(min-width: 1801px){
    .header-bg-home.header-bg{
        height: 653px;
        padding-bottom:0;
        background-position: top center;
        -webkit-background-size: auto,100%;
        -moz-background-size: auto,100%;
        background-size: auto,100%;
    }
}
@media(min-width: 768px) and (max-width: 1800px){
    header-bg-home.header-bg{
      height: auto;
      padding-bottom: 36.27777777777778%;
    }
}

@media (max-width: 767px){
    .header-bg-home.header-bg{
        padding-bottom: 0;
        height: 250px;
    }
}

@media (max-width: 480px){
    .header-bg{
        padding-bottom: 0;
        height: 200px;
    }
}

/* ---------------------------------------------------
              Section title
---------------------------------------------------- */
.section-header{
    display: flex;
    min-height: 200px;
    justify-content: center;
    flex-direction: column;
    background-image: url("../img/bg-section-header.jpg");
    background-position:top center;
    background-repeat: no-repeat;
    -webkit-background-size: auto,100%;
    -moz-background-size: auto,100%;
    background-size: auto,100%;
}
.section-header .section-inner{
      text-align: center;
}
.section-header h1{
    display: inline-block;
    padding-left: 50px;
    position: relative;
    font-family: 'lemon_milkmedium';
    font-size: 3em;
    color: #fff;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}
.section-header h1 > span{
    position: absolute;
    left: -10px;top: -15px;
}
.section-header h1 > span:before{
    font-size: 70px;
    margin-right: 0;
    margin-left: 0;
}
.section-header h1:before{
    content: " ";
    width: 100px;
    position: absolute;
    left: 42%;bottom: 0;
    margin-left: -50px;
    border-bottom: 2px solid #fff;
}
/* ---------------------------------------------------
                Home
---------------------------------------------------- */
.page-home .apresentacao .container{
    padding-top: 25px;
    padding-bottom: 35px;
}
.page-home .apresentacao h2{
    margin-top: 50px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-size:40px;
    font-family: 'segoe_ui_bold';
}
.page-home .apresentacao p{
    margin-top: 20px;
}
.page-home .apresentacao p.subtitle{
    margin-top: 20px;
    font-size: 18px;
    font-family: 'segoe_ui_bold';
}
.page-home .apresentacao p a:hover,
.page-home .apresentacao p a:focus,
.page-home .apresentacao p a:active{
   text-decoration: none;
}

.page-home .apresentacao .label-orcamento{
    padding: 8px 18px 8px 18px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    background-color:#136a7f;
}
.page-home .apresentacao p.orcamento{
    display: block;
    margin-top: -30px;
    text-align: center;
}

.catalog-download{
     text-align: center;
     background-color:#9aa9b1;
}
.catalog-download .link-download{
    display: inline-block;
    padding: 25px;
    padding-left: 48px;
    background: transparent url('../img/icons8-pdf-2-48.png') no-repeat left center;
    min-height: 48px;
    text-align: center;
}
.catalog-download .link-download{
    font-size: 2em;
    color:#202020;
    font-family:'lemon_milkmedium';
}
.catalog-download .link-download:hover,
.catalog-download .link-download:focus,
.catalog-download .link-download:active{
    text-decoration: none;
}


@media(max-width: 992px){
     .page-home .apresentacao p.orcamento{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 15px;
    }
    .img-responsive {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .page-home .apresentacao h2{
        margin-top:10px;
    }
    .page-home .apresentacao .label-orcamento{
        font-size: 18px;
    }
}

/* ---------------------------------------------------
                Empresa
---------------------------------------------------- */
.empresa .container{
    max-width: 1170px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.empresa h2{
    color: #202020;
    font-size: 2.8em;
    font-family: 'segoe_ui_bold';
    text-transform: uppercase;
}
.empresa p.subtitle{
    color: #202020;
    font-size: 18px;
    font-family: 'segoe_ui_semibold';
}
.empresa .descricao p{
    font-size: 16px;
}
.empresa .hblock{
    display: block;
    min-height: 110px;
}
@media(max-width: 768px){
    .empresa .hblock{
        min-height: 30px;
    }
}

/* ---------------------------------------------------
                Sob medida
---------------------------------------------------- */
.sob-medida .container{
    max-width: 1100px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sob-medida h2{
    text-transform: uppercase;
    color: #136a7f;
    font-family: 'PT Sans', sans-serif;
}
.sob-medida p::first-letter{
    margin-left: 20px;
}
.sob-medida .hblock{
    display: block;
    min-height: 110px;
}
@media(max-width: 768px){
    .sob-medida .hblock{
        min-height: 30px;
    }
}

.sobmedida-slider{
    position: relative;
    z-index: 0;
}
.sobmedida-slider .item{
    height: auto;
}

.sobmedida-slider .item > .img{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
}

.sobmedida-slider .item > .legenda{
    display: block;
    position: absolute;
    width: 100%;height: auto;
    padding: 15px;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    background-color: rgba(10,106, 127, 0.80);
    bottom: 0;
    z-index: 1;
}

.sob-medida-owl .container{
    padding-bottom: 30px;
    padding-top: 30px;
}

/*-----------------------------------------------------------------------
   Produtos
 -------------------------------------------------------------------------*/
.page-produtos .header{
    background-color:#fff;
}

.page-produtos .header .content-top .container{
     max-width: 800px;
     padding-top: 30px;
     padding-bottom: 30px;
}
.page-produtos .header .content-bottom .container{
    padding-top:10px;
    padding-bottom:0px;
    max-width: 1000px;
}

.page-produtos .header .content-top h2{
    text-transform: uppercase;
    color: #136a7f;
    font-family: 'PT Sans', sans-serif;
}

.page-produtos .header .content-top p{
   margin-top: 40px;
}
.page-produtos .header .content-top .btn-orcamento{
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
}

@media (max-width: 768px){
    .page-produtos .header .content-top p{
        margin-top: 20px;
        text-align: center;
    }
}

ul.list-linhas li:after,
ul.list-linhas li:before{
    margin-left: 0;
    margin-right: 0;
}
ul.list-linhas li{
    margin-bottom: 5px;
}
ul.list-linhas li .btn-linha{
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
}
ul.list-linhas li.active .btn-linha{
    color: #fff;
    background-color: #202020;
    border-color: #202020;
}

/*Infos sobre a linha selecionada */
.produtos-linha{
    background-color: #fafafa;
}
.produtos-linha > .container{
    width: 1000px;
    max-width:100% !important;
    padding-top: 10px;
    padding-bottom: 25px;
}

.produtos-linha .row-flex{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.produtos-linha .row-flex .col-md-4{
    display: flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
}

.produtos-linha h1{
    font-size: 2.8em;
    text-transform: uppercase;
    font-family: 'segoe_ui_bold';
}
.produtos-linha p.subtitle{
    font-size: 26px;
    font-family: 'segoe_ui_semibold';
}
.produtos-linha ul.list-info > li{
    font-size: 16px;
}

.produtos-linha .selo-nr17{
     display: flex;
     width: 120px;
     height: auto;
     margin: 0 auto;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
.produtos-linha .selo-nr17 img{
    display: block;
    width: 95%;
}
.produtos-linha .selo-nr17 p{
  color: #444444;
  font-size: 13px;
  text-align: center;
}

.produtos-linha .col-nav-links .nav.nav-pills{
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

.produtos-linha .col-nav-links .nav.nav-pills > li > a{
  font-weight: bold;
  border-color: #136a7f;
  border: 1px solid;
}
.produtos-linha .col-nav-links .nav.nav-pills > li{
    margin-left: 10px;
}
.produtos-linha .col-nav-links .nav.nav-pills > li:first-child{
    margin-left: 0px;
}

.table-linha tbody tr td,
.table-linha tbody tr th,
.table-linha thead tr td,
.table-linha thead tr th{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    background-color:#473e41;
}
.table-linha tbody tr td.color1,
.table-linha tbody tr th.color1
.table-linha thead tr td.color1,
.table-linha thead tr th.color1{
    color: #fff;
    background-color:#989399;
}
.table-linha tbody tr td.leg-info{
    font-size: 12px;
    text-align: left;
}
.table-linha thead tr th:first-child,
.table-linha tbody tr td:first-child{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.table-linha thead tr th{
    text-align: center;
}
.table-linha thead tr th:not(:first-child){
    font-size: 12px;
}

.product-list .title-destaques{
    color: #3d3d3d;
    font-size: 1.6em;
    font-family: 'segoe_ui_bold';
    text-transform: uppercase;
    padding-left: 7px;
    padding-bottom: 10px;
}

.product-list,
.section-catalog{
    background-color: #f3f3f3;
}

.product-list > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.product-list .equal [class*='col-'] {
    margin-bottom: 15px;
}

.item-produto{
    display : flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 350px;
    min-height:100%;
    background-color: #ffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.item-produto .inner{
    display: block;
    width: 100%;
    min-height:28px;
}

.item-produto .inner:first-child{
    align-self: start;
}

.item-produto .inner:last-child{
  align-self: flex-end;
}


.item-produto .img{
    display: block;
    position: relative;
    width :100%;
    padding-bottom: 80%;
    overflow: hidden;
    cursor: pointer;
}


.item-produto .img > img{
    display: block;
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 95%;
    position: absolute;
    top: 50%;left: 50%;
    z-index: 0;
    transform: translate(-50%,-50%);
}

.item-produto .img > span{
    display: none;
}
.item-produto .img.exist-gallery > span{
    display: block;
    position: absolute;
    bottom: 5px;right: 5px;
    font-size: 20px;
    color: #909090;
    z-index: 10;
}
.item-produto:focus .img.exist-gallery > span,
.item-produto:hover .img.exist-gallery > span{
    color: #136a7f;
}

.item-produto .info{
    display: block;
    padding: 15px 15px 0px 15px;
}
.item-produto .info h4{
    color: #136a7f;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}
.item-produto .info .table{
    margin-bottom: 0px;
}
.item-produto .info .table tr td{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.item-produto .info .table tr td:first-child{
    background-color: #136a7f;
    color:#fff;
}
.item-produto .info .table tr td:last-child{
    background-color: #e1e4e5;
    color:#136a7f;
}
.item-produto .info p{
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 2px;
}
.item-produto .info > h5{
    color: #414141;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}


ul.item-opt{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0px;
}

ul.item-opt .item-input{
    display: block;
    width: 85px;
    height: 45px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #707170;
    background-image: none;
    border: 2px solid #707170;
    border-radius: 30px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

ul.item-opt .item-input:focus {
    border-color: #136a7f;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.item-opt li.active .item-input{
    border-color: #136a7f;
    color: #fff;
    background-color: #136a7f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.item-opt .item-input::-moz-placeholder {
    color: #fafafa;
    opacity: 1;
}
ul.item-opt .item-input:-ms-input-placeholder {
    color: #fafafa;
}
ul.item-opt .item-input::-webkit-input-placeholder {
    color: #fafafa;
}
ul.item-opt .item-input::-ms-expand {
    background-color: transparent;
    border: 0;
}

ul.item-opt li.active .item-input{
    border-color: #136a7f;
    color: #fff;
}

ul.item-opt li span{
    color: #505050;
}

ul.item-opt li:nth-child(3){
    vertical-align: middle;
}
ul.item-opt li a{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-cart.png");
    text-decoration: none;
}
ul.item-opt li a:hover{
    text-decoration: none;
}
ul.item-opt li.active a{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-cart-active.png");
}

@media(max-width: 768px){
    .produtos-linha .selo-nr17{
        width: 120px;
        margin: 15px auto;
    }
    .produtos-linha .selo-nr17 img{
        width: 80px;
    }
}
@media(max-width: 490px){
    .product-list .col-xs-6{
        width: 100% !important;
    }
    .produtos-linha .row-flex{
        flex-direction: column;
        align-items: start;
    }

}
.linha-detalhes{
    background-color: #fafafa;
}
.linha-detalhes > .container{
    padding-top: 15px;
}

.linha-detalhes .title-destaques{
    color: #3d3d3d;
    font-size: 2em;
    font-family: 'segoe_ui_bold';
    text-transform: uppercase;
    padding-left: 7px;
    padding-bottom: 10px;
}

/*-----------------------------------------------------------------------
   Revestimentos
 ------------------------------------------------------------------------*/
.linha-revestimentos{
    background-color: #fafafa;
}
.linha-revestimentos > .container{
    min-height: 500px;
    padding-bottom: 25px;
    width: 1160px !important;
    max-width: 100% !important;
}
.linha-revestimentos .col-info{
     padding: 20px 20px 0px 20px;
}
.linha-revestimentos h4.title{
    color: #2A2C2E;
    font-size: 17px;
    font-weight: bold;
}
.linha-revestimentos div.description{
    font-size: 15px;
    color: #2A2C2E;
}
.flex-cores{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}
.flex-cores > div{
     width:70px;
     padding-top:75px;
     height:120px;
     margin: 10px;
}
.flex-cores > div p{
    color: #131313;
    font-size:13px;
    text-align: center;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------
   Paginação
 ------------------------------------------------------------------------*/
.pagination > li > a,
.pagination > li > span {
    color: #136a7f;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #136a7f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #136a7f;
    border-color: #136a7f;
}
/*-----------------------------------------------------------------------
   Orçamento
 ------------------------------------------------------------------------*/
.page-orcamento .header{
    border-top: 15px solid #fff;
    background-color: #e1e4e5;
}
.page-orcamento .header > .container{
    padding-top: 50px;
    padding-bottom: 25px;
    max-width: 920px;
}
section.orcamento{
    background-color: #e1e4e5;
}
section.orcamento > .container{
    max-width: 920px;
    padding-bottom: 25px;
}


.page-orcamento .header p{
    padding: 10px;
    margin-top: 10px;
}
.page-orcamento .btn-orcamento{
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
}

.page-orcamento .header h2{
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3a;
}

section.orcamento h3{
    text-align: center;
    text-transform: uppercase;
    color: #136a7f;
}
section.orcamento table.table{
    margin-top: 25px;
    background-color: #ffffff;
}
section.orcamento table.table tr td:nth-child(1){
    width: 40px;
    text-align: center;
}
section.orcamento table.table tr td:nth-child(2){
    padding-left: 2px;
    padding-right: 2px;
    width: 20px;
}
section.orcamento table.table tr td:nth-child(3){
    width: 60px;
}

section.orcamento table.table tr td{
    vertical-align: middle;
    color: #626262;
}

section.orcamento table.table tr td .icon-cancel{
    cursor: pointer;
    color:#136a7f;
}


section.orcamento table.table tr td .form-control{
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.orcamento table.table tr td .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.orcamento form .form-control{
    display: block;
    width: 100%;
    height: 43px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.orcamento form .form-control:focus {
    border-color: #136a7f;
    background-color: #fafafa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.orcamento form .form-group{
    margin-bottom: 6px;
}
section.orcamento form .form-group.left-col{
    padding-right: 5px;
}
section.orcamento form .form-group.right-col{
    padding-left: 5px;
}

section.orcamento form textarea.form-control{
    min-height: 112px;
}

section.orcamento form h4.legenda{
    padding-top: 20px;
    padding-bottom:15px;
    color: #136a7f;
    text-align: center;
}

section.orcamento form .btn-orcamento {
    width:100%;
    padding: 10px 15px;
    max-width: 160px;
    border-radius:25px;
    text-transform: uppercase;
}

.form-group .help-block{
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline;
    color: #9a2001;
}

@media(max-width: 768px){
    .page-orcamento .header p{
       text-align: center;
    }
}

/*-----------------------------------------------------------------------
   Orçamento
 ------------------------------------------------------------------------*/
.page-politica .header{
    border-top: 15px solid #fff;
    background-color: #e1e4e5;
}
.page-politica .header > .container{
    padding-top: 50px;
    padding-bottom: 25px;
    max-width: 920px;
}
section.politica{
    background-color: #e1e4e5;
}
section.politica > .container{
    padding-top:80px;
    max-width: 920px;
    padding-bottom: 50px;
    min-height: 600px;
}

/*----------------------------------------------
             Privacidade - Fixed
  --------------------------------------------*/
.msg-privacidade{
    position: fixed;
    width: 100%;
    left: 0; bottom: 0;
    z-index: 1024;
    min-height: 15px;
    padding: 10px 15px 5px 15px;
    background-color: #e1e4e5;
    border: 1px solid #e1e4e5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.msg-privacidade .container{
    padding-top: 15px;
    max-width: 800px;
}
.msg-privacidade.static-home{
    position: static;
    left: auto; bottom: auto;
}

.msg-privacidade .col-texto{
    color: #136a7f;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 135%;
}
.msg-privacidade .col-texto a {
    color: #136a7f;
    text-decoration: underline;
}
.msg-privacidade .col-texto a:active,
.msg-privacidade .col-texto a:hover,
.msg-privacidade .col-texto a:focus{
    color: #136a7f;
    text-decoration: underline;
}

.msg-privacidade .btn.btn-default{
    border-color:#136a7f;
    background-color:#136a7f;
    color: #fff;
    text-transform: uppercase;
    font-size: 13.5px;
    padding: 10px 20px 10px 20px;
    border-radius:4px;
}

.msg-privacidade.hidden{
    display: none;
}
.msg-privacidade.visible{
    display: block;
}

/*-----------------------------------------------------------------------
   Contato
 ------------------------------------------------------------------------*/
.contato > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.contato .title1{
  color: #202020;
  font-size: 18px;
  text-align: center;
  font-family: 'segoe_ui_semibold';
}
.contato .title2{
  color:#202020;
  font-size: 16px;
  text-align: center;
}

.contato label{
    color:#7a7a7a;
}
.contato .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e5e5e5;
    background-image: none;
    border: 1px solid #cecece;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.contato .form-control:focus {
    border-color: #136a7f;
    background-color: #fafafa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.contato .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.contato .form-control:-ms-input-placeholder {
    color: #999;
}
.contato .form-control::-webkit-input-placeholder {
    color: #999;
}
.contato textarea.form-control{
    min-height: 80px;
}

.contato .btn-orcamento{
     width:100%;
     padding: 10px 15px;
     max-width: 160px;
     border-radius:25px;
     text-transform: uppercase;
}


.contato .col-info{
    margin-top: 50px;
}
.contato .col-info address,
.contato .col-info p,
.contato .col-info p a{
    color: #202020;
}

.contato .list-social{
    margin-top: 25px;
}
.contato .list-social li{
    margin-bottom:10px;
}
.contato .list-social li > a{
    display: block;
    position: relative;
    font-size: 16px;
    padding:5px 10px 10px 35px;
    height: 28px;
    color:#202020;
}
.contato .list-social li > a > span{
    position: absolute;
    left: 0; top: 4px;
    width: 28px;
    eight: 28px;
}
.contato .list-social li > a > span:before{
    font-size: 26px;
    margin-left:0;
    margin-right:0;
    color:#202020;
}
.mapa > .container{
    padding-top: 30px;
    padding-bottom: 25px;
}
.mapa .responsive-map{
    height: 600px;
}

@media(max-width: 1199px){
    .mapa .responsive-map{
        height: 480px;
    }
}
@media(max-width: 992px){
    .mapa .responsive-map{
        height: 400px;
    }
}
@media(max-width: 768px){
    .mapa .responsive-map{
        height: 300px;
    }
}

/*---------------------------------------------------------------------
       Home -> galeria
-----------------------------------------------------------------------*/
section.galeria{
    margin-top: 50px;
}
section.galeria > .container{
    padding-top:25px;
    padding-bottom: 25px;
}
section.galeria .container-fluid{
    padding-left :0;
    padding-right:0;
    padding-bottom: 50px;
}
section.galeria .stitle{
    text-align: center;
    color: #15191b;
    font-family: 'segoe_ui_bold';
}
.owl-galeria{
    position: relative;
}
.owl-galeria .item{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 0px solid;
}
.owl-galeria .item .img{
    position: relative;
    width: 100%;
    padding-bottom: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.owl-galeria .item > a{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
}

.owl-galeria .owl-item .item .img:before{
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;top: 0;
    position: absolute;
    z-index: 10;
    background-color: #000;
    opacity:.5;
}
.owl-galeria .owl-item.active.center .item .img:before{
    opacity: 0;
}

.owl-galeria.owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    border: 2px solid #000;
    width: 32px;height: 32px;
    border-radius: 16px;
}
.owl-galeria.owl-theme .owl-nav [class*='owl-']:hover {
    background:rgba(255,255,255,.4);
    color: #000;
}
.owl-galeria .owl-next,
.owl-galeria .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-galeria .owl-next {
    right: 23.85%;
    display: flex;
}
.owl-galeria .owl-prev{
    left: 23.85%;
    display: flex;
}

@media (min-width: 1100px) and (max-width: 1400px){
    .owl-galeria .owl-next { right: 23%;}
    .owl-galeria .owl-prev{left: 23%;}
}
@media (min-width: 768px) and (max-width: 1099px){
    .owl-galeria .owl-next { right: 22.5%;}
    .owl-galeria .owl-prev{left: 22.5%;}
}
@media (max-width: 767px){
    .owl-galeria .item{
        padding-left: 35px;
        padding-right: 35px;
    }
    .owl-galeria.owl-theme .owl-nav [class*='owl-'] {
        width: 28px;height: 28px;
        border-radius: 14px;
    }
    .owl-galeria .owl-next { right:0.1%;}
    .owl-galeria .owl-prev{left: 0.1%;}
}
@media (max-width: 1600px){
    .owl-galeria .item .img{
        padding-bottom: 450px;
    }
}
@media (max-width: 1199px){
    .owl-galeria .item .img{
        padding-bottom: 400px;
    }
}
@media (max-width: 992px){
    .owl-galeria .item .img{
        padding-bottom: 300px;
    }
}
@media (max-width: 768px){
    .owl-galeria .item .img{
        padding-bottom:280px;
    }
}

@media (max-width: 380px){
    .owl-galeria .item .img{
        padding-bottom:200px;
    }
}

/*-----------------------------------------------------------------------
   Contato -  footer
 ------------------------------------------------------------------------*/
section.footer{
    background-color:#1a1a1a;
}
section.footer > .top-content > .container{
    max-width: 1000px;
    padding-top:60px;
}

section.footer > .bottom-content > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

section.footer .divider-content .container{
    max-width: 1000px;
}
section.footer .divider-content hr{
    border-top:2px solid #9aa9b1;
    margin-top: 0px;
}

section.footer .list-social{
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
section.footer .list-social > li > a{
    font-size: 26px;
    color: #fff;
}
section.footer .list-social > li > a,
section.footer .list-social > li > a:hover,
section.footer .list-social > li > a:focus,
section.footer .list-social > li > a:active{
    color: #fff;
    text-decoration: none;
}

section.footer .list-social > li > a > span:before{
    margin-left: 0px;
    margin-right:0px;
}


.footer .col-contato{
   padding-top: 25px;
}
.footer .col-address{
    padding-top: 25px;
}

.footer .col-logo{
   padding-top: 0px;
}

.footer .content-logo{
    display: block;
    margin-top: 10px;
    width: 230px !important;
    max-width: 100% !important;
}

section.footer a.logo-igroup{
    display: block;
    width: 133px;
    max-width: 100%;
    margin-top: -38px;
    margin-left: 0;
    margin-right: auto;
}
section.footer .e-copy{
    color: #fff;
    font-size: 14px;
    text-align: center;
}

section.footer p,
section.footer b,
section.footer address,
section.footer a{
    font-size: 15px;
    color: #fff;
}

@media(max-width: 991px){
    section.footer a.logo-igroup{
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    section.footer > .top-content > .container{
        padding-top: 30px;
    }
}

@media(max-width: 768px) {
    section.footer a.logo-igroup{
        margin-left: auto;
        margin-right: auto;
    }
    .footer .content-logo{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .content-logo{
        width: 150px !important;
    }
    .footer .col-contato{
        padding-top: 5px;
    }
    .footer .col-address{
        padding-top: 5px;
    }
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

/* -------------------------- fixed-whatsapp ----------------------*/
.fixed-whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    bottom: 25px;
    right: 25px;
    background-color: #00e676;
    -webkit-box-shadow: 0px 0px 14px -5px #000000;
    box-shadow: 0px 0px 14px -5px #000000;
}

.fixed-whatsapp>span {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fixed-whatsapp>span::before {
    font-size: 28px;
}

@media (max-width:768px) {
    .fixed-whatsapp {
        width: 38px;
        height: 38px;
        top: auto;
        right: 10px;
        bottom: 15px;
        background-color: #00e676;
    }

    .fixed-whatsapp>span::before {
        font-size: 20px;
    }
    .fixed-whatsapp{
        bottom: 10px;
        right: 10px;
    }
}
/*-------------------------------------------------
                  .btn
--------------------------------------------------*/
.btn:active,
.btn:focus,
.btn:hover{
    outline: none;
}
input[type="button"]{
    outline:none;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
}
*:focus {
    outline: 0 !important;
}