.oficinas{

}

.oficinas .oficina{

  color:#303030;
  padding: 10px;
}
.oficinas .oficina > div{
    background-color: #D1D1D1;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.oficinas .oficina h2{
  color:#3F5CA7;
  margin: 0px;
}
.oficinas .oficina .horario{
  background-color: #303030;
  color:#fff;
  width:100%;
}
.oficinas .oficina .btn_contactar{
  position: absolute;
  right: 30px;
  top:30%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #3F5CA7;
  color:#fff;
  z-index: 1;
}


.enviar_msj{
  background-color: #D1D1D1;
   text-align: center;
}

.enviar_msj h2{
  color:#3F5CA7;
}
.enviar_msj label{
font-weight: 400;
font-size: 1.1em;
margin:5px 0px;
}