body {
  padding-top: 50px;
  background-color: #ffffff;
}

.logo {
  line-height: 2;
  color: var(--bs-blue) !important;
}

nav {
  background-color: #ffffff;
}

nav a {
  color: black !important;
}

.fondoprincipal {
  display: block;
  padding-top: 215px;
  padding-bottom: 250px;
  text-align: center;
  margin-bottom: 0px;
  background-attachment: scroll;
  background-position: 100%;
  background-color: #38a3cf;
}

header h1 {
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}

header h2 {
  font-size: 25px;
  font-weight: normal;
  position: relative;
}

header .link {
  font-size: 21px;
  margin-bottom: 10px;
  position: relative;
}

header .link .link-margin {
  margin-right: 20px;
  text-decoration: none;
  color: coral;
}

.container {
  width: 90% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.generalsection {
  padding-top: 115px;
  text-align: center;
  background-color: #f9f9f9;
  margin-bottom: 0px;
  padding-bottom: 115px;
}

.generalsection .links {
  font-size: 21px;
  margin-bottom: 10px;
}

.generalsection h1 {
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 20px;
}

.generalsection h2 {
  font-size: 35px;
  font-weight: bold;
}

.generalsection h3 {
  font-size: 25px;
  font-weight: normal;
}

.generalsection-bg {
  background-color: #f9f9f9;
}

.generalsection img {
  padding-top: 0px;
}

.generalsection .links .link-margin {
  margin-right: 20px;
  text-decoration: none;
}

