
html {
    min-height: 100%;
    position: relative;
  }
body {
    background: rgb(22,41,90);
    background: -moz-linear-gradient(90deg, rgba(22,41,90,1) 0%, rgba(46,88,192,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(22,41,90,1) 0%, rgba(46,88,192,1) 100%);
    background: linear-gradient(90deg, rgba(22,41,90,1) 0%, rgba(46,88,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16295a",endColorstr="#2e58c0",GradientType=1); 
}

.container-fluid {
    padding-right: 30px !important;
    padding-left: 0px !important;
}

.navbar {
    margin-top: 25px;
}
.navbar-brand {
    background-color: #586BD3;
    font-size: 50px !important;
    font-weight: bold;
    height: 130px;
    align-content: center;
    width: 400px;
    padding-left: 45px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 18px 18px 38px -3px rgba(0,0,0,0.7);
    -moz-box-shadow: 18px 18px 38px -3px rgba(0,0,0,0.7);
    box-shadow: 18px 18px 38px -3px rgba(0,0,0,0.7);
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.navbar-toggler {
    border: unset !important;
}
.navbar-toggler-icon {
    width: 45px !important;
    filter: invert(96%) sepia(0%) saturate(18%) hue-rotate(5deg) brightness(105%) contrast(104%);
}

.navbar-collapse.show {
    z-index: 99;
}

.texto_acercade {
    margin-top: 60px;
    margin-bottom: 200px;
}

footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: max-content;
    padding: 20px;
    background-color: #0C1D46;
}

.footer-text1 {
    font-weight: bold;
    font-size: 12px;
}
.footer-text2 {
    font-size: 10px;
}

@media (max-width: 515px) {
    .navbar-toggler {
        position: absolute;
        top: -25px;
        right: 0px;
    }

}
@media (max-width: 767px) {
    .navbar-nav {
        padding-left: 20px !important;
    }
    .navbar-collapse {
        height: 100vh;
        position: absolute;
        top: -110px;
        right: 0px;
        width: 240px;
        background-color: aliceblue;
        padding-top: 100px;
    }
    .nav-item {
        justify-items: center;
        margin-top: 15px;
        font-size: 25px;
    }
    .button-40 {
        color: black !important;
        font-weight: bold !important;
        width: 100% !important;
        text-align: start !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 992px) {
    .button-40 {
        width: 120px;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }
}

@media (max-width: 570px) {
    .texto_acercade {
        margin-bottom: 350px;
    }
}

/*NOTAS*/

.span_index {
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.seccion_feeds {
    border-left: 2px solid white;
    padding-left: 20px;
}
ul#feeds {
    list-style: none;
    padding-left: 0px;
}
.idN {
    margin-left: -63px;
    margin-right: 25px;
    width: 35px;
    display: inline-block;
    text-align: end;
}
/*#feeds>li:before {
    content: "##";
    font-size: 15px;
    font-weight: bold;
    margin-left: -45px;
    padding-right: 25px;
}*/
.title {
    display: inline;
    font-weight: bold;
    font-size: 25px;
}
.subtitle {
    font-size: 18px;
    font-weight: lighter;
    margin: -5px 0px 15px 0px;
}
.fa-solid {
    color: white;
}

select {
    background-color: transparent;
    border: unset;
    font-weight: bold;
    width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='26' viewBox='0 0 26 26' width='26' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    cursor: pointer;
}
select#anio{
    font-size: 55px;
    background-position-y: 30px;
}
select#mes, select#dia {
    font-size: 40px;
    margin-left: 20px;
    background-position-y: 15px;
}
select#mes {
    width: 250px !important;
}
option {
    font-size: 25px;
    color: black !important;
}
.notas {
    margin-top: 30px;
}

@media (max-width: 767px) {
    select {
        width: 100px;
        background-position-x: 110%;
    }
    select#anio {
        font-size: 35px;
        background-position-y: 20px;
    }
    select#mes, select#dia {
        font-size: 20px;
        margin-left: 10px;
        background-position-y: 5px;
    }
    select#mes {
        width: 130px !important;
    }
}
@media (max-width: 576px) {
    .container {
        padding-left: 30px !important;
    }
}
.search-container {
    justify-content: end;
    display: flex;
    margin-bottom: -35px;
}
.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-bottom: -35px;
}
.input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-right: 40px;
    color:#fff;
}
.input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}
.btn-search{
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color:#ffffff ;
    background-color:transparent;
    pointer-events: painted;  
}
.btn-search:focus ~ .input-search, .input-search:focus, .serch_active{
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

@media (max-width: 992px) {
    .search-container{
        margin-top: -35px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .search-container{
        margin-bottom: 25px;
    }
}

/*glosario*/

.glos-lttr {
    margin-top: 10px;
}

.glos-lttr-txt {
    font-weight: bold;
    font-size: 20px;
}
hr {
    margin-top: 0px !important;
    border-top: 2px solid !important;
}
.index {
    display: flex;
    flex-direction: column;
}
.btn_alp {
    cursor: pointer;
}
@media (max-width: 576px) {
    .row {
        flex-direction: column-reverse;
    }
    .index {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding-bottom: 25px;
    }
}
