* {
  box-sizing: border-box !important;
}


body {
    font-family: "Roboto", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

header {
    height: 80px;
}

footer {
    height: 40px;
}

.box-login,
.row-login{
    min-height: calc(100vh - 120px);
}

.toast-display{
    position: fixed;
    top: 20px;
    right: 125px;
}

nav .nav-item{
    color: #000000;
}

nav .nav-item:hover, .active{
    background-color: #0d6efd !important;
}

nav .nav-item .nav-link{
    color: #000000;
}
nav .nav-item .nav-link:hover,
.active-link{
    color: #FFFFFF !important;
}

a{
    text-decoration: none;
}

.menu-off{
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.card{
    border: 1px solid #9397f3 !important;
}

.card:hover{
    
    box-shadow: 0px 0px 10px #888888;
    opacity: 0.8;
}

.card-body{
    padding: 5px !important;
    
    color: #FFFFFF;
}

.card-title{
    margin: 0px !important;
    
}
.card-text{
    font-size: 0.6rem !important;
    color: #FFFFFF;
}

.navbar-nav .nav-item {
    width: 100px !important;
}

.container-fluid{
    padding: 0 !important;
}

.center{
    margin-left: auto !important;
}

.row{
    margin: 0px !important;
}

.visitor-img{
    width: 250px;
    height: 250px;
}

.visitor-img img{
    width: 100%;
}

ul li{
    list-style-type: none !important;
}

p {
    margin: 0;
    
}

.title {
    margin-left: 50px;
    font-weight: 800;
    text-shadow: 2px 2px 4px #000000;

}

.box-card-img{
    width: 100%;
}

.box-card-img img{
    width: 100%;
    height: 150px;
}

.panel .card{
    min-height: 280px !important;
}

table tbody {
    font-size: 14px;
}

table tr td {

    font-size: 1rem;
}

.title-event a:hover{
    color: blue !important;
}

.marcador{
    background-color: #c2fc8b;
}

.wrap{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cursor-pointer {
    cursor: pointer;
}


@media (max-width: 575.98px) {
    
    .toast-display{
    position: fixed;
    top: 20px;
    left: 15px;
    }
    
    .navbar-nav{
        flex-direction: row;
    }
    
    body {
    
        font-size: 12px;
    }
}


@media (max-width: 767.98px) {  }


@media (max-width: 991.98px) {  }


@media (max-width: 1199.98px) {  }


@media (max-width: 1399.98px) {  }
