@font-face {
    font-family: 'Amaranth';
    src: url('fonts/amaranth-regular-webfont.eot');
    src: url('fonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/amaranth-regular-webfont.woff2') format('woff2'),
    url('fonts/amaranth-regular-webfont.woff') format('woff'),
    url('fonts/amaranth-regular-webfont.ttf') format('truetype'),
    url('fonts/amaranth-regular-webfont.svg#fs_sammyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amaranth';
    src: url('fonts/amaranth-bold-webfont.eot');
    src: url('fonts/amaranth-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/amaranth-bold-webfont.woff2') format('woff2'),
    url('fonts/amaranth-bold-webfont.woff') format('woff'),
    url('fonts/amaranth-bold-webfont.ttf') format('truetype'),
    url('fonts/amaranth-bold-webfont.svg#fs_sammyregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

*{
    box-sizing: border-box !important;
}
html,
body{
    margin:0;
    padding:0;
    height:100%;
    background-color:#ffa801;
    color:#ffffff;
}
.container{
    min-height:100%;
    position:relative;
    height:100%;
}
.wrap{
    width:100%;
    overflow:hidden;
    padding-bottom:30px;
}
.wrap .row{
    margin-left:auto;
    margin-right:auto;
}
.wrap .contenido-principal{
    width:100%;
    float:left;
    overflow:hidden;
}
.wrap .language{
    font-family:Amaranth;
    width:600px;
    text-align: center;
}
.wrap .language h1{
    margin:10px 0 20px 0;
    text-align:center;
}
.wrap .language img{
    margin:0 25px 0 25px;
    width:47px;
}
.wrap .questionnaire{
    font-family:Amaranth;
    width:500px;
}
.wrap .questionnaire h1{
    margin:100px 0 20px 0;
    text-align:center;
}
.wrap .questionnaire input{
    margin-left:125px;
}
.wrap .quest-container{
    display:none
}
#uploadfile{
    display:none
}