@charset "utf-8";

html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 100;
    line-height: 25px;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-content: space-between;
    min-height:100dvh;
}

h2 {
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

h3 {
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.logo {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.logo img {
    width: 30%;
}

.imgsPreguntas {
    display: none;
}

.imgPregunta img {
    width: 100%;
    /*height: 128px;*/
}

.pregunta {
    margin-top: 20px;
    width: 100%;
    min-height: 90px;
}

#barra_inf {
    margin: 10px 0;
    width: 100%;
    padding-bottom: 20px;
}

#respuestas {
    font-size: 10px;
    min-height: 60px;
    overflow: hidden;
}

.btRespuesta {
    background: url("../images/star.png") no-repeat;
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 3px;
}

#wrapper {

}

#botones {
    height: 50px;
    max-width: 800px;
    width: 100%;
    margin-top:auto;
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
}

.boton {
    background: #d1e0ec; /* Old browsers */
    background: -moz-linear-gradient(top, #d1e0ec 0%, #307ab2 8%, #8dbbdd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d1e0ec 0%, #307ab2 8%, #8dbbdd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d1e0ec 0%, #307ab2 8%, #8dbbdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1e0ec', endColorstr='#8dbbdd', GradientType=0); /* IE6-9 */
    border: 1px solid #1e4b6c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 8px 25px;
    text-align: center;
    text-shadow: 0px 0px 2px #00496e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boton:hover {
    /*background-color: #6CACFD;
    background-image: -moz-linear-gradient(center top , #78B9FD, #4D8EFC);
    color: #FFFFFF;*/
}

.botonIzq {
    float: left;
}

.botonDer {
    float: right;
}

.botonCent {
}

.botonFin {
    float: right;
}

#progreso {
    width: 90%;
    height: 10px;
    display: table;
    margin-top: 20px;
    margin-left: 5%;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #646464;
    border-top-right-radius: 20px;
}

.seccionProg {
    display: table-cell;
    border-left: 1px solid #646464;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    background: #f6f2ed; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f2ed 0%, #eee6db 10%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f2ed 0%, #eee6db 10%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f2ed 0%, #eee6db 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f2ed', endColorstr='#eee6db', GradientType=0); /* IE6-9 */
}

.seccionProgSin {
    background: #ff0000;
}

.seccionProgDone {
    background: #c5da98; /* Old browsers */
    background: -moz-linear-gradient(top, #c5da98 0%, #95bb42 8%, #8bb531 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c5da98 0%, #95bb42 8%, #8bb531 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c5da98 0%, #95bb42 8%, #8bb531 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5da98', endColorstr='#8bb531', GradientType=0); /* IE6-9 */
}

.seccionProgActual {
    background: #c5f4b0; /* Old browsers */
    background: -moz-linear-gradient(top, #c5f4b0 0%, #8ce962 10%, #88ca6f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c5f4b0 0%, #8ce962 10%, #88ca6f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c5f4b0 0%, #8ce962 10%, #88ca6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5f4b0', endColorstr='#88ca6f', GradientType=0); /* IE6-9 */
}

.firstSec {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.seccionProg:last-child {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#campoRespuestas {
    width: 100%;
}

#yesNo {
    width: 320px;
    overflow: hidden;
}

.btYesNo {
    cursor: pointer;
}

.yes, .no, .maybe {
    width: 106px;
    height: 60px;
    float: left;
}

.yes {
    background: url("../images/yes.png") 50% 0 no-repeat;
}

#yes.marcado {
    background: url("../images/yes_mark.png") 50% 0 no-repeat;
}

.no {
    background: url("../images/no.png") 50% 0 no-repeat;
}

#no.marcado {
    background: url("../images/no_mark.png") 50% 0 no-repeat;
}

.maybe {
    background: url("../images/maybe.png") 50% 0 no-repeat;
}

#maybe.marcado {
    background: url("../images/maybe_mark.png") 50% 0 no-repeat;
}

.yes, .no, .maybe {
    background-size: 60px 60px;
}

.codigo {
    font-size: 26px;
    font-weight: bold;
}

.logo_2, .logo_3, .logo_4, .logo_5, .logo_6 {
    display: none;
}

#pie {
}

#botonEmail {
    clear: both;
    margin: 20px;
}

.sep {
    margin: 20px 0;
}

#btStats {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
}

textarea,
input[type="text"] {
    border: 1px solid #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #333;
    padding: 4px 10px;
    font-size: 20px;
    line-height: 20px;
}

textarea {
    padding: 10px 10px;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    width: 90%;
}

.respuestasStar, #yesNo {
    margin: 0 auto;
}

.txtFinEncuesta {
    font-size: 20px;
}

#sendEmail label {
    font-size: 16px;
}

.respuestasStar img {
    width: 60px;
    height: 60px;

}

#wrapper {
    max-width: 800px;
    margin: 0 auto;
}


#respuestas table {
    display: inline-block;
    margin: 0px auto 20px;
}

#respuestas table td {
    font-size: 22px;
    padding-bottom: 15px;
}

#bases {
    font-size: 16px;
    position: relative;
    z-index: 300;
}

.botonIzq, botonFin {
    z-index: 400;
}

@media (max-width: 769px) {
    #wrapper {
        max-width: auto;
    }

    #bases {
        font-size: 12px;
    }
}