body {
    font-family:"Poppins", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;
    background: #f1eee7;
}

.img-bg{
    height: 750px;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    filter: brightness(1.2);
    top: 0;
    left: 0;
    z-index: -1;
}

.navbar-orion{
    background: transparent !important;
    background-color: transparent !important;
    padding: 10px 10px 10px 10px;
}
.nav-link{
/*  color: #003366;*/
    color: white;
    font-size: large;
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}
.nav-link:hover{
    font-size: large;
    color: rgb(0, 0, 0) !important;
    text-shadow: 1px 1px 2px white;
}
.active{
    font-size: large;
    color: rgb(0, 0, 0) !important;
    text-shadow: 0px 0px 3px white;
}
.navbar-toggler{
  border: 1px solid white;
}

.hero {
    height: 600px;
    color: white;    
}
.hero-textos{
    padding-top: 10%;
    text-align: center;
}
.hero-textos h1{
    font-size: 4em;
    font-weight: 700;
}
.hero-textos h2{
    margin-top: 30px;
    font-size: 2.5em;
    font-weight: 700;
}
.hero-textos h4{
    margin-top: 30px;
    font-size: 1.5em;
    font-weight: 500;
}

.content h1{
    color: #003366;
    font-weight: 600;
    text-align: center;
    margin: 30px;
}

.content h2, .mission h2 {
    color: #003366;
    margin-top: 40px;
}

.content p {
    line-height: 1.6;
}

.content a{
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.mission{
    margin-top: 40px;
    margin-bottom: 40px;
}

.mission-box {
    background: #f0f8ff;
    padding: 20px;
    margin-top: 10px;
    border-left: 5px solid #3c863e;
}

.mission h2{
    font-weight: 600;
}

.participar h2{
    font-weight: 600;
    color: #003366;
}

.participar strong{
    color:#004d40;
    font-weight: 800;
}

footer {
    background-color: #004d40;
    color: white;
    text-align: center;
    padding: 20px;
  }


