#inicio{
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100vh;
    background-image:url("../img/home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}
#quienessomos{
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 80vh;
    background-image:url("../img/somos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.navbar{
    border-bottom: 0.6em solid #446c9c;
}
@font-face {
    font-family: 'MiFuente';
    src: url('../img/Comfortaa-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.nav-link { 
  color: black !important;
    font-family: 'MiFuente', sans-serif !important;
    font-weight: bold !important;
    font-size: x-large !important;
}
.card-img-top{
  width: 75% !important; 
  height: 225px;
}
.boxx {
  border: 3px solid #06b2fa;
    background-color: #ecf0f1;
   /* box-shadow: 0px 10px 10px -6px black;  Sombra muy ligera */
}
.card-title{
  font-size: 30px !important;
}
.bg-dark{
  background-color: black !important;
}