body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bg-lightest {
  background-color: #DEF7EA!important;
  border-color: #DEF7EA!important;
}

.main-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.9ch;
}
/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


.cover-container {
  max-width: 64.5rem;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: #000000;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #03A9F4;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000000;
  border-bottom-color: #fff;
}

.div-inicio {
  min-height: 100vh;
  position: relative;
  background-color: #fff; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.div-1 {
  min-height: 80vh;
  position: relative;
  background-color: #fff; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.margin-top-special-1 {
  margin-top: 16vh!important;
}

.margin-top-special {
  margin-top: 20vh!important;
}
