.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

.required.col-form-label:after {
    content: "*";
    color: red;
}

body {
    overflow-y: scroll;
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
    color: black;
}


.timebox::before {
    content: "";
    border-left: 1px solid #ccc;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 8px;
}

.time:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 2px 2px 0px #bab5f8;
    box-shadow: 2px 2px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 8px;
}

.cronica-days .nav-link {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1;
    padding: 5px 20px;
    margin: 0 10px
}

.cronica-days .nav-link span {
    display: block;
    font-size: 18px;
}

.cronica-days .nav-link:not(.active) {
    color: #333;
    border: 1px solid #ccc
}

.sidebar .nav-link:not(.active) {
    color: #333
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #a77c2f;
    box-shadow: 1px 1px 1px #ccc
}

.torneo-title {
    /* font-family: 'Bungee Spice', cursive; */
    font-size: 5rem;
    color: #a77c2f;
    font-weight: 700;
}

/* .muestra-editor img {
    /* height: 300px;
    width: 300px; */
} */


table {
    /* margin: auto; */
    margin-bottom: 20px;
}

.form-title {
    padding: 10px;
    background-color: #ccc;
    color: white;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.first-nav {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap ; 
    /* text-align: center ; */


}

.second-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap ; 
    text-align: center ;


}


.modal-backdrop {
    z-index: -999999 !important;
}

.row-modal {
    padding: 15px;
    display: block !important;
}

.dev-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-dialog {
    margin: 10rem auto !important ; 
}



.galeria {
    font-family: 'open sans';
}

.galeria h1 {
    text-align: center;
    margin: 20px 0 15px 0;
    font-weight: 300;
    color: gray;
}

.linea {
    border-top: 5px solid #0077C0;
    margin-bottom: 40px;
}

.contenedor-imagenes {
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}

.contenedor-imagenes a {
    display: flex;
    width: 32%
}

.contenedor-imagenes a .imagen {
    width: 100%;
    position: relative;
    height: 250px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}

.imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block ;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 118, 192, 0.781);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.imagen:hover .overlay {
    height: 100%;
    cursor: pointer;
}

.carta {
    height: 18px;
    width: 31px;
    display: inline !important ;

}

.ncolumna {
    align-items: end;
}

.lista-torneo-title {
    font-family: 'Rubik';
    font-size: 5rem;
}

@media only screen and (max-width: 640px) {

    .lista-torneo-title {
        font-family: 'Rubik';
        font-size: 3rem;
    }

    .torneo-title {
        font-size: 1rem;
    }

    .time {
        font-size: 1rem;
    }

    .contentbox {
        padding-left: 0;
    }

    .card-body {
        padding-left: 0;
        padding-right: 0;
    }

    .muestra-editor img {
        height: inherit;
        width: inherit;
    }

    .first-nav {
        display: block;
        text-align: center ;
        /* justify-content: space-between;
        align-items: center ; */

    }

    .second-nav {
        display: block;
        text-align: center ;
        /* justify-content: space-between;
        align-items: center ; */

    }
}

@media screen and (max-width:1000px) {
    .contenedor-imagenes {
        width: 95%;
    }
}

@media screen and (max-width:700px) {
    .contenedor-imagenes {
        width: 90%;
    }

    .contenedor-imagenes .imagen {
        width: 48%;
    }
}

@media screen and (max-width:450px) {
    h1 {
        font-size: 22px;
    }

    .contenedor-imagenes {
        width: 98%;
    }

    .contenedor-imagenes .imagen {
        width: 80%;
    }
}