/*
==========================================================
            GENERAL
==========================================================
*/

body{

    background:#ffffff;

    font-family:Arial, Helvetica, sans-serif;

}


/*
==========================================================
            NAVBAR
==========================================================
*/

.navbar{

    min-height:55px;

}


/*
==========================================================
            CONTENIDO
==========================================================
*/

.container{

    margin-top:30px;

}


/*
==========================================================
            LOGO
==========================================================
*/

.logo-principal{

    margin-top:10px;

    margin-bottom:10px;

}

.logo-principal img{

    width:630px;

    max-width:100%;

}


/*
==========================================================
            TITULO
==========================================================
*/

.titulo-uanl{

    font-family:"Times New Roman",serif;

    font-size:70px;

    color:#333;

    margin-top:5px;

    margin-bottom:0;

    font-weight:400;

    letter-spacing:2px;

}


/*
==========================================================
            SUBTITULO
==========================================================
*/

.subtitulo-uanl{

    font-family:"Times New Roman",serif;

    font-size:22px;

    color:#444;

    font-weight:400;

    margin-top:0;

    margin-bottom:45px;

}


/*
==========================================================
            DESCRIPCION
==========================================================
*/

.descripcion{

    color:#222;

    font-size:15px;

    line-height:28px;

    margin-bottom:50px;

}


/*
==========================================================
            CARD
==========================================================
*/

.card-verificador{

    width:100%;

    max-width:720px;

    margin:auto;

    border-radius:2px;

    border:1px solid #e3e3e3;

    background:#fff;

}


/*
==========================================================
            INPUT
==========================================================
*/

.form-control-lg{

    height:52px;

    border-radius:5px;

    border:1px solid #d9d9d9;

}


/*
==========================================================
            BOTON
==========================================================
*/

.btn-success{

    background:#63d216;

    border-color:#63d216;

    min-width:150px;

    font-size:14px;

    font-weight:600;

    border-radius:4px;

}

.btn-success:hover{

    background:#57bc11;

    border-color:#57bc11;

}


/*
==========================================================
            FOOTER
==========================================================
*/

.powered{

    margin-top:25px;

    margin-bottom:40px;

    font-size:15px;

    color:#222;

}

.powered strong{

    color:#000;

}



}

/*==========================================
            FILE UPLOAD
==========================================*/

.file-upload{

    width:100%;

}

.file-box{

    width:100%;

    height:48px;

    background:#f4f4f4;

    border-radius:4px;

    border:1px solid #eeeeee;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-left:25px;

    padding-right:18px;

    cursor:pointer;

}

.file-box:hover{

    background:#f0f0f0;

}

#nombreArchivo{

    font-size:16px;

    color:#222;

}

.browse{

    color:#2d3f92;

    font-size:16px;

}


/*
==========================================================
            RESPONSIVE
==========================================================
*/

@media(max-width:768px){

.titulo-uanl{

    font-size:48px;

}

.subtitulo-uanl{

    font-size:18px;

}

.logo-principal img{

    width:260px;

}

.descripcion{

    font-size:14px;

    line-height:24px;

}

.card-body{

    padding:25px!important;

}

}

