.col {
  max-width: 70%;
  margin: 25px auto;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.57);
  border-radius: 20px;
}

#servicios {
  background-color: #eef4f7;
}

.jumbotron.hero-asesoria.carousel-hero {
  background-image: url(../../assets/img/asesoria.jpg);
}

div.jumbotron.hero-technology {
  background-image: url(../../assets/img/datacenter2.jpg);
}

.copyright {
  height: 40px;
}

.copyright .content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

#final {
  background-image: url(../../assets/img/foto2_.jpg);
  background-position: center bottom;
  padding: 115px 0px;
  min-height: 300px;
  background-repeat: no-repeat;
  text-align: center;
}

#fcontainer {
  max-width: 570px;
}

#fcontainer h2 {
  color: white;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  background: #00c0ff;
  color: #006f94;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #00c0ff;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  padding: 9px 42px;
}

