/*HOJA DE ESTILOS DE LA PAGINA UNETE*/
.contenedorunete{
    height: fit-content;
    width: 100%;
    background-color: whitesmoke;
}
.contenidounete{
    text-align: center;
}
.contenidounete>h1{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
}
h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.descripcionesunete{
    margin-bottom: 30px;
    font-size: 20px;
}
.botonesexamen{
    margin-bottom: 20px;
}
.btnnormas{
    height: 20px;
    background-color: none;
    border-color: red;
    color: red;
    margin-right: 5px;
}
.btnexamen{
    height: 20px;
    background-color: none;
    border-color: rgb(23, 156, 206);
    color: rgb(23, 156, 206);
    margin-left: 5px;
}
.iconosunete{
    height: 100px;
    margin-bottom: 10px;
}
.unetepanel{
    display: block;
}
.botonespanel{
    margin-bottom: 20px;
}
.btnregistrate{
    background-color: none;
    border-color: red;
    color: red;
    margin-bottom: 20px;
    width: 120px;
}
.btninicio{
    background-color: none;
    border-color: rgb(23, 156, 206);
    color: rgb(23, 156, 206);
    width: 120px;
    margin-bottom: 20px;
}
.btnpanel{
    background-color: none;
    border-color: green;
    color: green;
    width: 120px;
}
.btnpaneldescarga{
    background-color: none;
    border-color: rgb(23, 87, 206);
    color: rgb(23, 87, 206);
    margin-bottom: 20px;
}
.btndiscord{
    background-color: none;
    border-color: rgb(114, 137, 218);
    color: rgb(114, 137, 218);
    margin-bottom: 20px;
}
/*MEDIA QUERYS*/
@media(max-width:992px){
    .contenidounete>h1{
        font-size: 30px;
    }
    h2{
        font-size: 25px;
    }
    .descripcionesunete{
        font-size: 15px;
    }
    .iconosunete{
        height: 70px;
    }
}