*{
    font-family: 'Lato', 'Montserrat', 'Tahoma', sans-serif;
}

body{
    background-color: #F5F5F5 !important;
    overflow-y: scroll;
    min-height: 90vh;
}

.nav-hovered{
    color: #d5d3d8;
}

.nav-hovered:hover{
    color: #ffffff;
    text-shadow: 1px -1px #48637faa, -1px -1px #48637faa, -1px 1px #48637faa, 1px 1px #48637faa;
}


.alertan {
    max-width: 420px  !important;
    min-width: 200px  !important;
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
    left: 0  !important;
    margin: auto  !important;
    margin-top: 1rem  !important;
    position: fixed  !important;
    right: 0  !important;
    text-align: center  !important;
    top: 1rem  !important;
    z-index: 10000 !important;
  }

.tooltip-comentarios{
    padding: 5px 10px !important;
    background-color: black !important;
    border: solid 2px #000 !important;
    border-radius: 5px;
    font-size: 0.9rem !important;
}

@media only screen and (min-width: 1000px) {
    .ounou{
        display: block;
    }
    .elinput{
        width: 30vh;
    }
}

@media only screen and (max-width: 999px) {
    .ounou{
        display: none;   
    }
    .elinput{
        width: 50vh;
        margin-bottom: 1rem;
    }
}

.shadow-normal{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.bg-negro{
    background-color:#121212 !important;
}

.bg-azul{
    background-color:#30475E !important;
}

.bg-rojo{
    background-color: #F05454 !important;
}

.fw-700{
    font-weight: 700;
}

.fs-7{
    font-size: 0.90rem;
}

.fs-8{
    font-size: 0.825rem;
}

.fs-9{
    font-size: 0.75rem;
}

.text-cream{
    color: #FCFFE7 !important;
}

.text-azul{
    color:#30475E !important;
}

.m--1{
    margin: -1rem !important;
}

.ms--1{
    margin-left: -1rem !important;
}

.mt--1{
    margin-top: -1rem !important;
}

.mb--1{
    margin-bottom: -1rem !important;
}

.me--1{
    margin-right: -1rem !important;
}

.borde-azul{
    border-color: #30475E !important;
}

.radius-all{
    border-radius: 1rem 1rem 1rem 1rem !important;
}

.radius-start{
    border-radius: 1rem 0rem 0rem 1rem !important;
}

.radius-start-top{
    border-radius: 1rem 0rem 0rem 0rem !important;
}

.radius-top{
    border-radius: 1rem 1rem 0rem 0rem !important;
}

.radius-end-top{
    border-radius: 0rem 1rem 0rem 0rem !important;
}

.radius-end{
    border-radius: 0rem 1rem 1rem 0rem !important;
}

.radius-end-bottom{
    border-radius: 0rem 0rem 1rem 0rem !important;
}

.radius-bottom{
    border-radius: 0rem 0rem 1rem 1rem !important;
}
.radius-start-bottom{
    border-radius: 0rem 0rem 0rem 1rem !important;
}

.btn-negro{
    background-color:#272727 !important;
    color: #FCFFE7 !important;
    border: none;
}

.btn-negro:hover{
    background-color:#121212 !important;
}

.btn-azul{
    background-color:#30475E !important;
}

.btn-celeste{
    background-color: #30475ec1 !important;
    color: #FFFFFF !important;
}

.btn-celeste:hover{
    background-color: #30475E !important;
    color: #FFFFFF !important;
    border: 1px solid #30475E;
}

.btn-outline-celeste{
    color: #30475E !important;
    background-color: transparent !important;
    border: 1px solid #30475e82 !important;
}

.btn-outline-celeste:hover{
    background-color: #30475E !important;
    color: #FFFFFF !important;
    border: 1px solid #30475E;
}

.btn-outline-verde{
    color: #035839 !important;
    background-color: transparent !important;
    border: 1px solid #03583982 !important;
}

.btn-outline-verde:hover{
    background-color: #033a26 !important;
    color: #FFFFFF !important;
    border: 1px solid #033a26;
}

.bi-file-earmark-plus{
    cursor: pointer;
}

.min-w-4{
    min-width: 85px;
}

.botonrojo{
    background-color: #F05454 !important;
}
  
.botonrojo:hover{
    background-color: #b52525 !important;
}
  
.descripcion{
    max-width: 15rem;
}


#flag {
    width: 50px;
    height: 90px;
    box-sizing: content-box;
    padding-top: 15px;
    position: relative;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
/*     box-shadow: 0px 0px 10px #00000064;
 */}

#flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

#orden-Alfa, #orden-Crono{
    text-decoration: none;
}

/* @media (max-width: 600px){

    .sm-col-10{
        width: 85% !important;
    }
} */

.oculto{
    display: none;
}

.desoculto{
    display: block;
    position: absolute;
    z-index: 2;
    margin-left: -115px;
}

.desoculto ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px solid #5f5f5f;
    border-radius: 10px 0px 10px 10px;
    box-shadow: 3px  3px 7px #5f5f5f57;
}