 .bg-primary {
    background-color: rgba(158, 203, 244, 0.35) !important;
}

.nav-link{
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    border-radius: 0.25rem;
}
a:hover{
    text-decoration:none!important;
}

.btn-danger{
    color: white!important;
    background:#CE2A2A!important;
    border: none!important;
}

.btn-danger:hover{
    background:#F54343!important;
    cursor: pointer;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1a2d4a;
    text-decoration: none;
    background-color: rgba(158, 203, 244, 0.45)!important;
}

.img-event{width:90%;
            height:90%;
            border-radius:10px;
            margin:auto;
    
}   
         .bg-inverse{background-color: rgba(255,255,255,0.4)!important;}
         .featurette{background-color: rgba(255,255,255,0.55)!important;}
         /* Cards: el tema global en front-theme define fondo semitransparente */


.table thead th {
    border-top:none!important;
}
#term {
    text-align:justify;font-size:16px;color:#555;    
}

.btn-warning{background:#9ecbf4!important;}
.btn-outline-warning{color:#9ecbf4!important;border-color:#9ecbf4!important;}
.btn-outline-warning:hover,.btn-outline-warning:focus{background:#9ecbf4!important;color:#1a2d4a!important;border-color:#9ecbf4!important;}
