@font-face {
    font-family: FuturaPT-Book;
    src:url('../fonts/FuturaPT-Book_gdi.woff') format('woff'),
        url('../fonts/FuturaPT-Book_gdi.ttf') format('truetype');
}

html, body {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: FuturaPT-Book;
    background-color:  #f5f5f5;
}

.footer{
position: fixed;
bottom: 0px;    
height: 40px;
color: black;
}

.footer  img{
 height: 40px;
 padding: 10px;
}

.nosotros{
padding-right: 20px;
font-size: 18px;
}

.logo{
    position: absolute;
    width: 100px;
    z-index: 99;
    top: 0px;
    right: 30px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
}

main {
    position: absolute;
    flex: 1 0 auto; 
    height: 100%;
    width: 100%;
}

.centrado{
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.titulo{
    margin-top: 50px;
    margin-bottom: 30px;
}

.subtitulo{
    padding-bottom: 30px;
}
#repuestas div{
    height: 150px;
    transition: .3s;
    cursor: pointer;
}

#repuestas div:hover{
    box-shadow: rgba(221, 221, 221, 1) 2px 2px 100px;
    background: #fbfbfb;
    transition: .6s;
}

#repuestas img{
    display: block;
    margin:20px;
}
#cuestionario{
    height: 100%
    width: 100%;
}
.start{
    height: 100vh;
    width: 100vw;
   
}
.start img{
    margin-top: 100px;
}

label span{
    font-size: 1.5em;
}
#detallado{
    font-size: 1em;
}
.next{
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 24px;
    cursor: pointer;
}

.next:hover{
    text-decoration:line-through;
}

.next i{
    position: relative;
    top: 4px;
}

.after{
    position: fixed;
    top: 30px;
    left: 30px;
    font-size: 24px;
    cursor: pointer;
}

.after:hover{
    text-decoration:line-through;
}

.after i{
    position: relative;
    top: 4px;
}

.opcionActiva{
    box-shadow: rgba(10, 20, 80, 0.4) 2px 2px 50px;
    background: #fbfbfb;
    transition: .3s;
}
td, th {
    padding: 0px 5px;
}