.background .top {
    display: block;
}

.background .middle {
    display: block;
}

.background .bottom {
    height: 700px;
}

#content {
    padding-bottom: 300px;
}

.centro-top {
	margin: 30px auto;
	position: relative;
}

.centro-title-container {
	padding: 20px 20px 10px;
}

.centro-title-container h1 {
    max-width: 80%;
    font-size: 2.2rem;
}

.centro-title-container h2 {
    font-size: 1rem;
    color: #555;
    background-color: #fff;
}

.puesto-container {
    position: absolute;
    top: 35px;
    right: 20px;
    background-color: #fff;
    border-color: #5C90D2;
    color: #5C90D2;
    height: 50px;
    border-radius: 20px;
    padding: 9px 12px 0;
    z-index: 14;
    border: 3px solid;
}

.puesto-container h2 {
    font-size: 1.5rem;
}

.corona {
    display: none;
    position: absolute;
    width: 60px;
    top: 22px;
    right: 30px;
}

.puesto-container.primer-puesto {
    border-color: #3255A2;
    color: #3255A2;
}

.primer-puesto .corona-1 {
    display: block;
}

.puesto-container.segundo-puesto {
    border-color: #EE8148;
    color: #EE8148;
}

.segundo-puesto .corona-2 {
    display: block;
}

.puesto-container.tercer-puesto {
    border-color: #14B0AB;
    color: #14B0AB;
}

.tercer-puesto .corona-3 {
    display: block;
}

.centro-image-container .image-not-found {
	width: 100%;
    height: 350px;
    background-color: #ddd;
    text-align: center;
    color: #aaa;
}

.centro-image-container .image-not-found img {
    /* filter: grayscale(1); */
    mix-blend-mode: multiply;
    width: 200px;
    margin: 75px auto 40px;
}

.without-white {
    mix-blend-mode: multiply;
}

.centro-image-container .image-found {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
}

.centro-description {
	padding: 20px;
}

.seccion h3 {

}

.centro-description p {
    margin: 20px 15px 45px;
    padding: 0;
} 

.centro-logros {
padding: 20px;
    margin-bottom: 0px;
    width: 100%;
}

.centro-logros ul {
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

.centro-logros li {
    list-style: none;
    margin: 0 0px 35px 0;
    position: relative;
}

.centro-logros li h2 {
    font-size: 1.25rem;
}

.centro-logros li p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.centro-logros li .icon {
    float: left;
    width: 80px;
    margin: 0 15px 0 0;
}

.centro-logros li .tick {
    width: 40px;
    position: absolute;
    top: -7px;
    right: -115px;
    z-index: 10;
}

.centro-logros .side {
margin-right: 100px;
}

.centro-logros .offset {
    display: table;
    border: 2px solid #b6e5fa;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    background-color: #e5f7fe;
    box-shadow: 1px 1px 5px #89a5b155;
}

.centro-logros .notcompleted {
    border: 1px dashed #aaa;
    background-color: #eee;
}

.centro-logros .notcompleted .tick {
    display: none;
}

.centro-logros .notcompleted h5,
.centro-logros .notcompleted p {
    color: #666;
}

/* .centro-logros .notcompleted img {
    filter: grayscale(100%);
} */

.centro-logros .puntos {
    position: absolute;
    min-width: 80px;  /* Ancho mínimo */
    max-width: 120px; /* Ancho máximo */
    height: 70px;
    background-color: #fff;
    top: 35px;
    right: 15px;
    border-radius: 35px; /* Cambiado de 50% a 35px para forma de píldora */
    padding: 0 15px; /* Agregar padding horizontal */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.centro-logros .puntos h3 {
    color: #14B1AC;
    text-align: center;
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
}

.centro-logros .puntos h2 {
    text-align: center;
    margin: 0;
    color: #14B1AC;
    font-size: 0.9rem;
    line-height: 1;
}

.centro-logros .notcompleted .puntos {
    background-color: #aaa;
}

.centro-logros .notcompleted .puntos h3 {
    color: #fff;
}

.centro-logros .notcompleted .puntos h2 {
    color: #fff;
}

.centro-logros .notcompleted .puntos.no-zero {
    background-color: #fff;
}

.centro-logros .notcompleted .puntos.no-zero h3 {
    color: #eb690b;
}

.centro-logros .notcompleted .puntos.no-zero h2 {
    color: #eb690b;
}

.centro-logros .barra {
    background-color: #fff;
    border: 1px solid #3155A5;
    width: 30%;
    margin-left: 95px;
    margin-top: 10px;
    height: 30px;
    position: relative;
}

.centro-logros .barra p {
    color: #3155A5;
    position: absolute;
    top: 0px;
    right: -115px;
    font-size: 1.2em;
    width: 100px;
}

.centro-logros .barra-current {
    background-color: #3155A5;
    width: 10%;
    height: 100%;
}

.centro-description .datos .col-12 {
    border-right: 1px solid #3155A5;
}

.centro-description .datos .col-12:last-child {
    border-right-width: 0px;
}

.centro-description .datos .dato-side {
    width: 70%;
    text-align: center;
    display: inline-block;
}

.centro-description .datos .dato-side h2 {
    font-size: 1rem;
}

.centro-description .datos .dato-side h3 {
    font-size: 3em;
}

.centro-description .datos img {
    width: 30%;
    display: inline-block;
    margin: 0;
}

.centro-description .datos h1 {
    font-size: 3em;
}

.centro-description .no-description {
    margin: 20px 0px;
    background-color: #ddd;
    border-radius: 10px;
    padding: 35px 20%;
    color: #aaa;
    text-align: center;
}

.centro-logros .loader {
    min-height: 250px;
    width: 100%;
    position: relative;
}

.loader img {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    opacity: .5;
}

.tabla-list-estudiantes {

}

.acciones-add-estudiantes {
    margin-bottom: 15px;
    height: 30px;
}

.cupos-utilizados {
    text-align: right;
    color: #eb690b;
    font-weight: bold;
}

.tabla-list-estudiantes-container {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    position: relative;
}

.scoreTitle {
    padding: 6px;
    text-align: center;
    font-size: 1.5em;
    color: #14B1AC;
    font-weight: bold;
    border: 2px solid #14B1AC;
    border-radius: 21px;
}



#add-estudiante-manual-form {
    
}

#add-estudiante-manual-form label {
    margin-right: 20px;
}

#add-estudiante-manual-form label input[type="text"],
#add-estudiante-manual-form label input[type="number"] {
    height: 25pt;
    padding: 5px 10px;
}

#import-csv {
    position: absolute;
    top: -1000000px;
}

.search-cupo-estudiantes {
    margin: 0 0 20px 0;
    height: 40px;
    width: 300px;
    padding: 5px 10px;
}

@media screen and (max-width: 480px) {
    .centro-description .datos .col-12 {
        border-right-width: 0px;
    }
    .puesto-container {
        position: inherit;
        top: 0;
        right: 0;
        padding: 8px 15px;
        text-align: center;
        margin: 30px 16% 20px;
    }
    .corona {
        position: inherit;
    }
    [class*="-puesto"] {
        display: flex;
        justify-content: space-evenly;
    }
    .centro-title-container {
        text-align: center;
    }
    .centro-title-container h1 {
        max-width: inherit;
    }
    .centro-image-container .image-found {
        width: 100%;
        height: 190px;
    }
    .centro-description .datos {
        width: 100%;
        border-right: 0px solid #3155A5;
    }
    .centro-description .datos img {
        width: 40%;
        margin: 0 auto;
    }
    .centro-logros li {
        margin: 0 0px 20px 0;
    }
    .centro-logros .side {
        margin-right: 0;
        text-align: center;
    }
    .centro-logros .puntos {
        position: relative;
        top: 0;
        right: 0;
        margin: 35px auto 10px;
        padding-top: 5px;
        width: 60px;
        height: 60px;
    }
    .centro-description .datos .dato-side {
        text-align: center;
        width: 48%;
    }
    .centro-description .datos .dato-side {
        width: 100%;
        float: none;
        margin: 15px 0;
    }
    .centro-logros .puntos h6 {
        margin-top: -30px;
    }
    .centro-top {
        margin: 13px auto;
    }
    .centro-logros li .tick {
        top: -1px;
        right: -92px;
        width: 30px;
    }
    .centro-image-container .image-not-found h3 {
        font-size: 1.7em;
        padding: 20px;
    }
    .centro-description .datos .dato-side h2 {
        min-height: 40px;
    }
    .centro-logros li .icon {
        width: 75px;
        float: none;
        margin: 15px auto;
        display: block;
    }
    .centro-logros li h5 {
        padding: 10px 10px;
        font-size: 1.7em;
        margin-top: 5px;
    }
    .centro-logros li p {
        margin: 10px 0 0;
        text-align: center;
    }
    .centro-logros .barra p {
        top: -10px;
        right: -80px;
    }
    .centro-description .datos h1 {
        font-size: 2em;
    }
    .centro-description {
        text-align: center;
    }
    .centro-logros .puntos h3 {
        margin-top: 17px;
    }
    .centro-logros {
        text-align: center;
    }
}
