.width100{
    width: 100%;
}

.width50{
    width: 49%;
}

.centrar{
    text-align: center;
    margin: auto;
}

#actividadesDisponibles .dialog{
    min-height: 90vh;
}

.mayusculas{
    text-transform: capitalize;
}

.foto{
    max-width: 100%;
}

/* par el input file */

#subirFotos {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="subirFotos"] {
    /*font-size: 14px;*/
    /*font-weight: 600;*/
    color: #000;
    background-color: rgb(180, 218, 252);
    border: 1px solid rgb(30, 136, 229);
    border-radius: 5px;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 40px !important;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}



.img_preview {
    background-color: white;
    border: steelblue 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding: 6px;
}


.img_peque {
    width: min(450px, 100%);     
    border-radius: 4px;
}

.azul{
    color: #2979ff;
}

.avisos{
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #2979ff;
    color: #2979ff;
    padding: 5px;
    text-align: center;
}


/* fin input file */