.container{
      margin-top: 70px;
    }
.titulo_opcion{
    background-color: #fafafa; 
    padding: 10px;
    border:solid;
    border-color: #bdbdbd;
    border-top-width:2px;
    border-bottom-width:2px;
    border-right-width:0px;
    border-left-width:0px; 
}
#con{
     font-size: 30px;
}

.espacio{
  margin-bottom: 50px;
}
  .zoom {
  transition: transform .2s; /* Animation */
  border-radius: 10px;
  margin: 0 auto;
 
}
.nombreEmpresa{
  margin-top: 25px;
  font-size: 23px;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  filter: drop-shadow(20px 10px 15px #bab8ba);
}

a.noStyle{
  text-decoration: none;
}
.seccion1{
  margin-bottom: 20px;
}

