

body,htm{
    padding: 0;
    margin: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

.label{
    padding: 12px 15px;
    border-radius: 30px;
}
.labe-mr-default{
    font-weight: normal;
    background-color: #707170;
}
.mr-label-primary{
    background-color:#00607c;
}


.btn-orcamento{
    color: #ffffff;
    background-color: #11637F;
    border-color: #11637F;
}

.btn-orcamento:hover,
.btn-orcamento:focus,
.btn-orcamento:active,
.btn-orcamento.active{
    color: #ffffff;
    background-color: #11637f;
    border-color: #11637F;
}

.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: 16px;
    padding-bottom:5px;
}
.navbar-default .navbar-brand{
   width: 185px;
   height: 50px;
   margin-right: 40px;
   background:transparent url('../img/logo-navbar.png?v=2') 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 {
    color: #00627d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #00627d;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #00627d;
    font-weight: bold;
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #00627d;
    background-color: #e7e7e7;
}


.navbar-default .list-social{
    width: 74px;
    text-align: center;
}
.navbar-default .list-social > li{
    display: inline;
    margin: 0px;
    padding: 0px;
}
.navbar-default .list-social > li > a{
    color:#3b3b3a;
    font-size: 27px;
}
.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:before{
    margin-left: 0px;
    margin-right:0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    body{
        padding-top:100px;
    }
}

@media (max-width: 767px) {
    .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: 170px;
        height: 46px;
    }
    .navbar-default .list-social{
        margin-left: 15px;
    }

    body,htm{
        overflow-x: hidden;
    }

}
.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");
}
.page-empresa .header-bg{
    background-image: url("../img/empresa/empresa-header.jpg");
}
.page-sobmedida .header-bg{
    background-image: url("../img/sob-medida/header-sob-medida.jpg");
}
.page-contato .header-bg{
    background-image: url("../img/contato/header.jpg");
}

@media(min-width: 1801px){
    .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{
      height: auto;
      padding-bottom: 36.27777777777778%;
    }
}

@media (max-width: 767px){
    .header-bg{
        padding-bottom: 0;
        height: 250px;
    }
}

@media (max-width: 480px){
    .header-bg{
        padding-bottom: 0;
        height: 200px;
    }
}

/* ---------------------------------------------------
                Home
---------------------------------------------------- */
.page-home .apresentacao .container{
    padding-top: 25px;
    padding-bottom: 35px;
}
.page-home .apresentacao h2{
  margin-top: 50px;
  text-transform: uppercase;
  color: #00607c;
  font-family: 'PT Sans', sans-serif;
}
.page-home .apresentacao p{
    margin-top: 20px;
}
.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: 22px;
    font-weight: normal;
    background-color:#00607c;
}
.page-home .apresentacao p.orcamento{
    display: block;
    margin-top: -25px;
}
@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: 1100px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.empresa h2{
    text-transform: uppercase;
    color: #00607c;
    font-family: 'PT Sans', sans-serif;
}
.empresa p::first-letter{
    margin-left: 20px;
}
.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: #00607c;
    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(0,96, 124, 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: 1050px;
}

.page-produtos .header .content-top h2{
    text-transform: uppercase;
    color: #00607c;
    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: 30px;
    font-size: 14px;
}
ul.list-linhas li.active .btn-linha{
    color: #3b3b3a;
    background-color: #eeeeee;
    border-color: #eeeeee;
}


.product-list{
    background-color:#e1e4e5;
}


.product-list > .container{
    background-color:#e1e4e5;
    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: #00607c;
}

.item-produto .info{
    display: block;
    padding: 15px 15px 0px 15px;
}
.item-produto .info h4{
    color: #266e87;
    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: #00607c;
    color:#fff;
}
.item-produto .info .table tr td:last-child{
    background-color: #e1e4e5;
    color:#00607c;
}

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: #00607c;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.item-opt li.active .item-input{
    border-color: #00607c;
    color: #fff;
    background-color: #00607c;
    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: #00607c;
    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: 490px){
    .product-list .col-xs-6{
        width: 100% !important;
    }
}
/*-----------------------------------------------------------------------
   Paginação
 ------------------------------------------------------------------------*/
.pagination > li > a,
.pagination > li > span {
    color: #00607c;
}
.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: #00607c;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #00607c;
    border-color: #00607c;
}
/*-----------------------------------------------------------------------
   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: #00607c;
}
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:#00607c;
}


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: #00607c;
    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: #00607c;
    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:25px;
    max-width: 920px;
    padding-bottom: 25px;
    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: #0d6885;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 135%;
}
.msg-privacidade .col-texto a {
    color: #0d6885;
    text-decoration: underline;
}
.msg-privacidade .col-texto a:active,
.msg-privacidade .col-texto a:hover,
.msg-privacidade .col-texto a:focus{
    color: #00627d;
    text-decoration: underline;
}

.msg-privacidade .btn.btn-default{
    border-color:#00627d;
    background-color:#00627d;
    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 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: #00627d;
    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: #00607c;
}

.contato .list-social{
    margin-top: 25px;
}
.contato .list-social li{
    margin-bottom:10px;
}
.contato .list-social li > a{
    display: block;
    position: relative;
    padding:5px 10px 10px 35px;
    height: 28px;
    color:#00607c;
}
.contato .list-social li > a > span{
    position: absolute;
    left: 0; top: 0;
    width: 28px;
    eight: 28px;
}
.contato .list-social li > a > span:before{
    font-size: 30px;
    margin-left:0;
    margin-right:0;
    color:#00607c;
}
.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;
    }
}


/*-----------------------------------------------------------------------
   Contato -  footer
 ------------------------------------------------------------------------*/
section.footer{
    background-color:#00607c;
}
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 #fff;
    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;
    width: 220px !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{
    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 .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;
    }
}

/*-------------------------------------------------
                  .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;
}

/*-----------------------------------------------------------------------
      Fixed. Whatsapp
 -------------------------------------------------------------------------*/
.fixed-btn-whatsapp{
    position:fixed;
    z-index:900;
    right:30px;
    bottom:50%;
    background:#4ca92b;
    border:none;
    width:70px;
    height: 70px;
    cursor:pointer;
    border-radius:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(136, 136, 136, 0.87);
    -moz-box-shadow: 0px 0px 3px 0px rgba(136, 136, 136, 0.87);
    box-shadow: 0px 0px 3px 0px rgba(136, 136, 136, 0.87);
}
.fixed-btn-whatsapp > a{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    margin-left: 2px;
}
.fixed-btn-whatsapp svg{
    width:40px;
}
.fixed-btn-whatsapp svg{
    fill: #fff;
}
@media(max-width: 1600px){
    .fixed-btn-whatsapp{
        right:10px;
        bottom:15px;
    }
}
@media(max-width: 767px){
    .fixed-btn-whatsapp{width:50px;height: 50px}
    .fixed-btn-whatsapp > a{
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-top: -5px;
        margin-left: 0px;
    }
    .fixed-btn-whatsapp svg{
        width:25px;
    }
}
