body {
    background-position: top;
    background-color: #FFF;
    margin-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v3/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
    font-size: 14px;
    color: #666;
}


#wrapper {
    min-height: 100%;
}

header {
    display: block;
    background: #ccc;
    /*padding:10px 0px;*/
    padding: 2px 0px;
}

section {
    overflow: auto;
    /* Definimos el padding inferior:
           50px del pie de pagina mas 10px de separacion
        */
    padding-bottom: 60px;
    /* Definimos un padding superior */
    /* padding-top:30px;*/
}

footer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    align-items: center;
    width: 100%;
    background: #005da6;
    text-align: center;
    color: #fff;
}

.define {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

a {
    color: #FF6600;
    text-decoration: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.info, .success, .warning, .error, .validation {
    /*border: 1px solid;*/
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 70%;
}

.info {
    /*color: #00529B;
        background-color: #BDE5F8;*/
    margin: 0 auto;
}

.success {
    color: #00529B;
    /*background-color: #DFF2BF;*/
    margin: 0 auto;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('img/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    margin: 0 auto;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('img/validation.png');
}

.logo{
    margin-top: 7px;
    margin-left: 7px;

}
@media (max-width: 576px) {
    
    .banner{
        display: none;
    }
    a img{
        max-width: 100%;
        height: auto
    }

    .logo{
        text-align: center;
    }

    .menu_top_text{
        color: #fff;;
    }
    .upload .pure-button{
        height: 25px;
        width: 50%;
        padding-top: 10px;
        font-size: 28px;
    }

    input.pure-button-primary{
        height: 45px;
        width: 69%;
        padding-top: 8px;
        font-size: 28px;
    }

    .progress{
        margin-top: 25px;
        height: 40px;
    }

    .percent{
        top: 12px;
    }

    .upload{
        margin-bottom: 20px;
    }

    .bar{
        height: 40px;
    }

    footer{
        position: fixed;
        bottom: 0;
    }

    .success{
        padding: 0;
    }
}

.col-12 {
    flex: 0 0 auto;
    width: 80%
}

#siteseal{
    position: absolute;
    top: auto;
    bottom:38px;
    right: 0px;
    left: auto;
}