html{
    background-position: center top;
    background-repeat: repeat;
    background-image: url(../imagens/bk-textura.jpg);
    font-family: 'source_sans_proregular' !important;
}
body{
    line-height: 24px !important;
    font-size: 14px !important;
    text-align: justify !important;
    background-color: transparent !important;
}

/*header*/
header{
    display: block;
    position: relative;
/*    z-index: 2;*/
    position: relative;
    background-color: #ed1c25;
    padding-bottom: 90px;
}
header *{
    position: relative;
    z-index: 10;
}

header:before{
       content: "";
    position: absolute;
    z-index: 0;
    display: block;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../imagens/header-bottom.jpg);
    bottom: 0px;
}
/*header:after{
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../imagens/header.png);
    top: 0px;
}*/
header .text-top{
       font-family: 'source_sans_probold';
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 27px;
}
header .faixa-top{
    display: block;
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../imagens/top-01.png);
    width: 100%;
    height: 50px;
    margin-bottom: 36px;

}
header a.logo{
          width: 100%;
    display: block;
    margin-top: -14px;
}
header a.logo img{
    width: 100%;
}
header .tel{
       width: 100%;
    display: block;
    color: #fff;
    border-radius: 100px;
    margin-top: 27px;
}
header .tel span.img{
    margin-top: 0px;
    margin-right: 15px;
    display: block;
    width: 50px;
    float: left;
}
header .tel span.img img{
    width: 100%;
}

header .tel .text{
    font-size: 18px;
    font-family: 'source_sans_proregular' !important;
}

header .consult{
    width: 100%;
    display: block;
    cursor: pointer;
}
header .consult .img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #2c2a69;
    float: left;
    margin-top: -4px;
}
header .consult .img img{
    width: 60%;
    margin-top: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
header .consult .text-one{
      border-radius: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2491d0+0,26bbd6+100 */
background: rgb(36,145,208); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(36,145,208,1) 0%, rgba(38,187,214,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(36,145,208,1) 0%,rgba(38,187,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(36,145,208,1) 0%,rgba(38,187,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2491d0', endColorstr='#26bbd6',GradientType=1 ); /* IE6-9 */

    padding: 10px 10px 10px 63px;
    margin-top: 73px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-family: 'almonteregular';
}
header .consult .text-two{
    display: block;
    margin-left: 66px;
    font-family: "arial";
    margin-top: -13px;
}
/*pre agendamento*/
.appointment-form-title {
    width: 100%;
    float: left;
    background: #2491D0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3em;
    padding: 10px 0;
}
button.fechar-form {
    padding: 10px;
    border-radius: 100px;
    outline: none;
    font-weight: 600;
    border: none;
    color: #fff;
    background: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    font: normal normal normal 18px/1 FontAwesome;
}
/*menu*/
.faix-menu{
    z-index: 10;
    position: relative;
    width: 100%;
    display: block;
    min-height: 0px;
    margin-top: -63px;
    float: right;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../imagens/menu.png);
}
div.container nav#meny{
        width: auto;
    display: block;
    padding-top: 0px;
    margin-left: 27px;
    float: left;
}
div.container nav#meny ul{
   width: auto;
    padding: 0px;
    margin-top: 21px;
    list-style: none;
}
div.container nav#meny ul li{
    float: left;
    position: relative;
    padding: 11px 6px 30px 6px;
}
div.container nav#meny ul li a{
    width: 100%;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
}
div.container nav#meny ul li a:hover{
    color: #D2DFE8;
}

div.container nav#meny ul li#home{
    padding-left: 20px;
}
div.container nav#meny ul li#home a{
    color: #2491D0 !important;
    display: block;
}

div.container nav#meny ul li#home:before {
      position: absolute;
    color: #2491D0;
    left: 0px;
    top: 24%;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f015";
}

div.container nav#meny ul li#sub-ico:before {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    top: 61%;
    left: 46%;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0d7";
}
div.container nav#meny ul li#sub-ico2{
    border: 1px #0177B5 solid;
    border-radius: 5px;
    padding: 11px 17px 11px 6px;
}
div.container nav#meny ul li#sub-ico2:before {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    top: 34%;
    right: 5%;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0d7";
}

div.container nav#meny ul li#sub-ico-contato{
    background-color: #2e3094;
    padding: 10px 10px 10px 38px;
    border-radius: 4px;
}
div.container nav#meny ul li#sub-ico-contato a{
    color: #fff;
}
div.container nav#meny ul li#sub-ico-contato:before {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 64%;
    left: 57%;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0d7";
}
div.container nav#meny ul li#sub-ico-contato:after {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 27%;
    left: 10%;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0e6";
}

/* menu sub */
div.container nav#meny ul li ul{
        position: absolute;
    top: 25px;
    left: -53px;
    background-repeat: repeat;
    background-size: 100% auto;
    min-width: 195px;
    padding: 0px;
    background: #FFF;
    transition: all 200ms ease-out;
    overflow: hidden;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}
div.container nav#meny ul li:hover ul{
    transition: all 200ms ease-out;
    visibility: visible;
    opacity: 1;
}

div.container nav#meny ul li ul li{
    width: 100%;
    padding: 0px;

}
div.container nav#meny ul li ul li:hover{
    background: #3992EC;
}
div.container nav#meny ul li ul li a{
    color: #3992EC;
    width: 100%;
    padding: 10px;
    text-align: left;
}
div.container nav#meny ul li ul li a:hover{
    color: #fff;
}
/*dicas top*/
.dicas-top{
    display: block;
    list-style: none;
    text-decoration: none;
    color: #fff;
    margin-right: 44px;
    margin-top: 6px;
    text-align: right;
        line-height: 34px;
}
.dicas-top span{
    width: 40px;
    float: right;
    margin-left: 20px;
}
.dicas-top span img{
    width: 100%;
}
.meu-resp{
    padding: 10px;
    border-radius: 6px;
    background-color: #ACD4E9;
    display: none;
    color: #035295;
    font-size: 18px !important;
    position: relative;
    width: 40px;
    text-align: center;
    height: 43px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer !important;
}
/*slide*/
#slide-tam{
    position: relative;
    z-index: 0;
    width: 1138px;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
    
}
.text-one-slid{

    font-family: 'source_sans_probold' !important;
    font-size: 30px;
    text-align: right;
    text-transform: uppercase;

}

.text-two-slid {
    margin-left: 40px;
    font-size: 20px;
    font-family: 'source_sans_proregular';
}
.text-tre-slid{
    font-size: 18px;
    border-radius: 10px;
    text-align: right;
    font-family: 'source_sans_proregular';
}

/*paletas*/
ul.paletas-index{
    padding: 0px;
    display: block;
    text-decoration: none;
    list-style: none;
    position: relative;
    z-index: 10;
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.paletas-index li#cor-one{
        background-color: #0281C7 !important;
}
ul.paletas-index li#cor-two{
        background-color: #016AA5 !important;
}
ul.paletas-index li#cor-tre{
        background-color: #0376B5 !important;
}
ul.paletas-index li{
    margin-bottom: 10px;
    width: 16.66%;
    padding: 30px;
    display: block;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    float: left;
    top: 0px;
}
ul.paletas-index li:hover{
    top: -30px;
}
ul.paletas-index li .text{
     font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
}
ul.paletas-index li .ico{
        width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
ul.paletas-index li .ico img{
    width: 100%;
}
h1{
    font-size: 25px !important;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'source_sans_probold' !important;
    text-align: left !important;
}
h1 span{
    color: #0275B4;
    font-family: 'source_sans_proregular';

}
h1:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #000;
    bottom: 0px;
    left: 0px;
}
h2{
    font-size: 18px !important;
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
h2:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #000;
    bottom: 0px;
    left: 0px;
}
h3{
    font-size: 16px !important;
}
/*serviços*/
.especialidades{
    display: block;
    list-style: none;
    text-decoration: none;
    border: solid 2px #E4E4E4;
    margin-bottom: 10px;
    padding: 10px;
    color: #888888;
}
.especialidades .esp-top{
    width: 100%;
    display: block;
}
.especialidades .esp-top .ico{
    width: 50px;
    float: left;
    display: block;
    margin-right: 20px;
}
.especialidades .esp-top .ico img{
    width: 100%;
}
.especialidades .esp-top h2{
    float: left !important;
    display: block !important;
}
a.dicas-sau{
    display: block;
    list-style: none;
    text-decoration: none;
    margin-bottom: 20px;
}
a.dicas-sau span.img{
    width: 100px;
    float: left;
    margin-right: 10px;
}
a.dicas-sau span.text{
        width: calc(100% - 110px);
    display: block;
    float: left;
    margin-top: 0px;
} 
a.dicas-sau span.text h2{
    margin-top: 0px;
    color: #333333 !important;
}
a.dicas-sau span.text p{
    color: #000;
}
/*h1 index*/
.title_box {
    position: relative;
    margin: 0 0 30px;
    padding: 30px 0 40px;
    background: #2B4859;
    color: #fff;
    background-position: 50% 0;
}
.title_box {
    background-image: url(../imagens/header_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*aniversariantes*/
.aniversa{
    padding: 0px;
}
.aniversa li{
    padding: 5px;
    width: 100%;
    display: block;
}
.aniversa li:nth-child(even) {background: #FFF}
.aniversa li:nth-child(odd) {background: #EEE}
.estru{
    border-radius: 100%;
    width: 165px;
    height: 165px;
    margin-left: auto;
    margin-right: auto;
    display: block;

}
.ico-estru{
        padding-top: 40px!important;
    padding-bottom: 40px!important;
        background: rgb(36,145,208);
    background: -moz-linear-gradient(left, rgba(36,145,208,1) 0%, rgba(38,187,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(36,145,208,1) 0%,rgba(38,187,214,1) 100%);
    background: linear-gradient(to right, rgba(36,145,208,1) 0%,rgba(38,187,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2491d0', endColorstr='#26bbd6',GradientType=1 );
    border-radius: 5px!important;
    text-align: center;
    margin-bottom: 15px;
}
.ico-estru i{
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 20px;
}
.ico-estru p{
    color: #ffffff;
    font-size: 16px;
}
.aparelho{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.aparelho video{
        margin-bottom: -13%;
}


.busca-rapida{
    width: 100%;
}
#busca{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2dfe8+0,ffffff+100 */
background: rgb(210,223,232); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(210,223,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(210,223,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(210,223,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfe8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    border: none;
    height: 39px;
    width: 80%;
    border-radius: 0px;
    margin-bottom: 0px;
    color: #7c7c7c;
    box-shadow: none !important;
}
#ok{
   border: 0px;
    cursor: pointer;
    width: 20%;
    display: block;
    height: 39px;
    line-height: 41px;
    text-align: center;
    position: relative;
    background: #f3aa05;
    float: right;
    border-radius: 0 100px 100px 0;
}
#ok input{
  background: transparent;
  position: absolute;
  width: 100%;
  outline: none;
  height: 100%;
  z-index: 2;
  border: 0px;
}
span#ok i{
   color: #fff;
}

/*chat e contatos*/
.chat-contact{
    display: block;
    padding: 0px;
    width: 147px;
    margin-top: 13px;
    list-style: none;
    float: right;
}
.chat-contact li{
    padding: 5px;
    margin-bottom: 3px;
}
.chat-contact li span.img{
    width: 40px;
    padding: 4px;
    margin-right: 10px;
    float: left;
}
.chat-contact li span.img img{
    width: 100%;
}
.chat-contact li .text-01{
    font-family: 'source_sans_proregular';
    width: 100%;
    color: #DCE1E5;
    text-transform: uppercase;
}
.chat-contact li .text-02{
     font-family: 'source_sans_probold';
    width: 100%;
    color: #000;
    text-transform: uppercase;
}

/*produtos*/
/*produtos*/

.product-block {
/*  border: 1px solid #e5e5e5;*/
    margin: 0px 0px 10px 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-block .product-block-inner {
  padding: 0px;
  text-align: center;
  position: relative;

}
.product-block .product-block-inner .image {
  text-align: center;
}
.product-block .product-block-inner .image a {
  width: 100%;
  display: block;
  height: 100px;
  background: #fff;
}
.product-block .product-block-inner .image img {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 100%;
}

.product-block .product-block-inner .caption h4{
  font-size: 15px;
  color: #000;
}
.product-block .product-block-inner .button-group .cart input#button{
  background-color: #153860;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 10px;
    min-height: 36px;
    text-transform: uppercase;
    color: #FAFF81;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    position: relative;
}
.product-block .product-block-inner .button-group .cart span input#quant{
  padding: 3px !important;
    margin-bottom: 9px !important;
    margin-top: 9px !important;
    display: block !important;
    border: 0px !important;
    color: #fff !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 99% !important;
    background: #FE4A10 !important;
} 
.product-block .product-block-inner .button-group .cart span#button {
    background-color: #000000;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 10px;
    min-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    position: relative;
}
.product-block .product-block-inner .button-group .cart span#quant {
    padding: 3px !important;
    margin-bottom: 9px !important;
    margin-top: 9px !important;
    display: block !important;
    border: 0px !important;
    color: #fff !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 99% !important;
    background: #057EE7 !important;
    width: 100%;
}
a.inter{

}
a.inter:before{
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    display: block;

}
/* css menu categorias */
#sp-menu-vmcategory {
    margin-top: 0px;
    margin-bottom: 20px;
}
.sp-module.vm_category {
    position: relative;
}
.sp-module.vm_category .sp-module-title {
    padding: 12px 0 0px 22px;
    background-color: #0275B4;
    cursor: pointer;
}
.sp-module.vm_category .sp-module-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 11px 0 !important;
    border: 0;
    display: inline-block;
    vertical-align: top;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    padding: 0 20px 0 21px;
    background-color: #3792ee;
    text-align: left;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a {
    color: #f8f8f8;
    background-color: #dc3117;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a .hitarea:before {
    color: #f8f8f8;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li a {
    padding: 0 10px 0px 35px;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li > ul li a {
    padding: 0 10px 0px 40px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title {
    padding: 17px 0 17px 22px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title:after {
    content: "\f107";
    font-family: FontAwesome;
    background: #fff;
    border-radius: 100%;
    color: #7ecc13;
    float: right;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
    width: 18px;
}
.sp-module.vm_category.vm_category_menu .sp-module-content {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 50;
    left: 0;
    right: 0;
    width: 100%;
}
.sp-module.vm_category .sp-module-title h3:before {
    content: "\f0c9";
    font-family: FontAweSome;
    margin-right: 10px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
}
div.vina-treeview-virtuemart .treeview .hitarea {
    background: url(../images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea {
    background: none !important;
    height: auto;
    margin-left: 0;
    padding: 0 24px;
    width: 100%;
    cursor: pointer;
    right: 0;
    position: absolute;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
        width: 100%;
    text-align: right;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea:before {
    content: "\f107";
}
div.vina-treeview-virtuemart .treeview li.collapsable, div.vina-treeview-virtuemart .treeview li.expandable {
    background-position: 0 -176px;
}

/* clientes */
.logo-panel {
  text-align: center;
}
.logo-panel img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
  transition: all 200ms ease-out;
}
.logo-panel img {
  max-width: 100%;
  height: auto;
}
.bk-slide{
    background-repeat: repeat;
    background-position: center top;
    background-image: url(../imagens/bk-slide_02.jpg);
}
.botoom-marcas, .botoom-marcas img{
    width: 100%;
}

.bk-marcas{
 background-color: #fff;
 width: 100%;
 padding-top: 15px;
 padding-bottom: 15px;
 position: relative;
}
.marc{
    position: relative;
}
.marc *{
     position: relative;
     z-index: 1;
}
.marc:before{
  position: absolute;
  height: 100%;
      background-repeat: repeat;
    background-position: center top;
    background-image: url(../imagens/bk-slide_02.jpg);
  width: 100%;
  display: block;
  content: "";
}
.marc:after{
     position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../imagens/top-slide.jpg);
    width: 100%;
    display: block;
    bottom: 0px;
    content: "";
    z-index: 0;
}
.col-md-1 span.marcas {
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.35) inset;
    display: block;
    border-radius: 4px;
    padding: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.col-md-1 span.marcas img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
}
a.bloc-bottom {
    padding: 12px 0px 12px 14px;
    background-color: #01273C;
    color: #fff;
    text-align: left;
    text-align: center !important;
    display: block;
    float: left;
    text-decoration: none !important;
}
a.bloc-bottom span {
    background-color: #0177B5;
    padding: 11px 0px 11px 10px;
    margin-left: 17px;
    text-align: center !important;
    width: 100px;
    font-family: 'source_sans_proregular' !important;
}
#img-pro-one{
  background-image: url(../imagens/servicos-bosch-car-service-montes-claros.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#img-pro-one *{
  position: relative;
  z-index: 10;
}
#img-pro-one:before{
      content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .95;
    background-color: rgba(0, 0, 0, 0.57);
}
.bloco-pro{
  width: 100%;
    height: 250px;
    background: #000;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}
.bloco-pro h2{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.bloco-pro p{
  color: #fff;
}
.fr{
    padding: 20px;
    background-color: #fff;
}
.faixa-azul{
    background-color: #0685C8;
    height: 99px;
    width: 100%;
    margin-bottom: 84px;
}