body{
  font-family: verdana !important;
  background-image: url(../img/bg.jpg) !important;
  background-size: 100% 100% !important;
}

header{
width: 100%;
height: 190px;
background-image: url(../img/topo.jpg);
}

footer{
border-top: 10px solid #FEC439;
width: 100%;
height: 190px;
background-image: url(../img/topo.jpg);
margin-top: 116px;
}

h1{
  font-weight: bold !important;
}

figcaption{
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #FEC439;
  text-align: justify;
}

.mapa{
  z-index: -150;
}

.titulolapidacao h1{
 font-weight: bold; 
 color: #FEC439;
 /*! color: white; */
 text-align: left;
}

.foto{
    z-index: -150;
}

.logo{
  width:190px;
  height:154px;
  top: 18px;
  left:50%;
  margin-left:-95px;
  position:absolute;
}

.rodapeinfo{
  margin-top: 50px;
  text-align: center;
  color: #FEC439;
  font-weight: bold;
}
.col-md-servico{
 width: 12%;
float: left;
margin: 14px;
}
.textosobre{
  color: #FEC439;
  margin-top: 30px;
  text-align: justify;
  font-weight: bold;
  font-size: 17px;
}

.menu-responsivo{
  display: none;
}

.textocontato{
  color: #FEC439;
  font-weight: bold;
  font-size: 19px;
  text-shadow: 1px 1px 8px black;
}
.div-menu{
  background-color: #FEC439;
  height: 50px;
  padding-top: 11px;
  font-family: 'Droid Sans', sans-serif;
}

.label-contato{
  font-weight: normal;
  color: #FEC439;
}

.nav-menu{
  left: 50%;
  margin-left: -580px;
  position: absolute;
  /*! width: 55%; */
}

.nav-menu li{
  list-style: none;
  float: left;
  padding-left: 65px;
  font-size: 20px;
}

.nav-menu a{
  color: #3A6A9A;
  -webkit-transition: 0.5s ;
     -moz-transition: 0.5s ;
      -ms-transition: 0.5s ;
       -o-transition: 0.5s ;
          transition: 0.5s ;
  font-weight: bold;
  font-family: verdana;
}

.nav-menu a:hover{
  color: #084B88;
  text-decoration: none;
}

.piso-home{
  text-align: center;
}

.piso-home img{
  width: 95%;
  margin-bottom: 20px;
  border: 5px solid #FEC439;
  border-radius: 5px;
}

.piso-home span {
  font-size: 16px;
  color: #FEC439;
  text-shadow: 1px 1px 8px black;
  font-weight: bold;
}

.titulolapidacao{
  text-align: center;
  color: white;
  margin-top: -10px;
}

.titulocontato{
  text-align: center;
  color: #FEC439;
  margin-top: -25px;
  z-index: -150;
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 1px 1px 8px black;
  font-weight: bold;
}

.titulolapidacao h1{
  font-weight: bold !important;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: -15px;
  text-shadow: 1px 1px 8px black;
}

.galeria img{
  width: 100%;
  height: auto;
}

.galeria{
  padding-top: 40px;
}

.galeria iframe{
  margin-top: 40px;
}

.fotosobre img{
  margin-top: 30px;
  width: 100%;
  z-index: -10;
  border: 5px solid #FEC439;
}

.fotosobre{
  z-index: -150;
}

.form-contato{
  border-radius: 0px !important;
}

.label-contato{
  
}

.descindex{
  margin-top: 5px;
  text-align: justify;
  color: white;
  font-size: 12px;
  padding: 10px;
}

.textosobre b{
  text-transform: uppercase;
}


.col-md-servico a{
  color: #FEC439;
}


.col-md-servico a:hover{
  color: #FEC439;
  text-decoration: none;
}

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

.conteudo{
   background-size: 100% 920px;
   background-repeat: no-repeat;
   /* height: 920px; */
}

}



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

.col-md-servico{
  width: 100%;
  padding-right: 25px;
}


.menu-responsivo{
  display: initial;
}

.div-menu{
  display: none;
}

}


@media screen and (min-width: 1200px){

.container {
    width: 1350px !important;
}
.col-md-10.foto {
    /* margin-left: 34%; */
}


}




