@font-face {
  font-family: 'NexaBold';
  src: url("../fonts/NexaBold.otf") format("opentype");
}

html, body {
  font-family: 'NexaBold','Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, .1);
  box-shadow: none;
}

.card-img-top {
  display: block;
  width: 100%;
  height: 10%;
}

.center {
  text-align: center;
}

.btn {
  position: absolute;
  margin-top: 50%;
  margin-left: 40%;
  background-color: #2A83B5;
  color: white;
}

.contenido {
  position: absolute;
  margin-top: 25%;
  width: 50%;
  color: white;
  margin-left: 25%;
}

#logo {
  position: absolute;
  z-index: 1;
}

#footer {
  background-color: #2A83B5;
  opacity: 0.75;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  color: white;
  font-family: "NexaBold";
}

.container {
  margin: 0 auto;
  width: 100%;
}

.sinpadding [class*="col-"] {
  padding: 0;
}

h1 {
  color: #1E5973;
  font-family: "NexaBold";
}

h4 {
  color: #575757;
  font-family: "NexaBold";
}

@media (max-width:420px) {
  .btn {
      position: absolute;
      margin-top: 50%;
      margin-left: 33%;
      background-color: #2A83B5;
      color: white;
  }

  #contenido1{
    margin-top: 46%;
  }

  #btn-comercio{
    margin-top: 88%;
  }

  #btn-personas{
    margin-top: 66%;
  }

  #logo{
    position: relative;
    margin-bottom: -161px;
  }
}