html,  body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
}
/* .navbar{
    background-color: #000 !important;
    --bs-navbar-color: #ec181f !important;
} */
.logo-menu{
    height: 50px;
    width: auto;
}
section{
    background-attachment: fixed
}
#Home{
    background-image: url(../img/bg_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 90%;
    min-height: 100vh;
}
#QuienesSomos{
    height: auto !important;
    background-image: url(../img/bg_1.jpg);
    background-size: cover;
    padding: 10% 15% 0 10%;
    min-height: 100vh;
}
#Mision{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    min-height: 100vh;
}
#Vision{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    padding-top: 10%;
    min-height: 50vh;
}
#Servicios{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    padding-top: 10%;
}
#Contacto{
    background-image: url(../img/bg_3.jpg);
    background-size: cover;
}
.logo_s1{
    margin: 21.5% 15% 0 0;
    float: right;
    margin-top: 39%;
}
h1{
    text-shadow: 2px 2px 2px rgba(139, 0, 0, 0.5);
    color: #000;
    font-size: 50px;
}
h3{
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    color: rgb(139, 0, 0);
    font-size: 50px;
}
.img-cover{
    object-fit: cover;
    object-position: center;
  }
  .text-justify{
    text-align: justify;
  }
.card{
    background: none !important;
}
.card>img{
    height: auto;
    width: 200px;
}
.bg_or{
    background-color: #ffd6d6;
    border-radius: 15px;
    width: auto;
    padding: 35px;
    font-weight: bold;
}
.wo-border{
    border: none !important;
}
footer{
    color: rgb(139, 0, 0);
    background-color: #999 !important;
    margin: 0.5% 0% 0% 0% !important;
    text-align: right;
    font-size: 15px;
}
.vert_align{
    display: flex;
    align-items: center;
}
a{
  text-decoration: none !important;  
  color: inherit;
}
a:hover{
    color:rgb(139, 0, 0);
}
.bg_wt{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    font-weight: bold;
}