.wrapper_calculadora{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.bloque_pregunta{
    position: relative;
    float: left;
    width: 100%;
}

.wrapper_imagen_cabecera {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.wrapper_imagen_cabecera img {
    width: 200px;
}

.wrapper_titulo {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.wrapper_titulo h1{
    font-family: Open Sans;
    font-size: 18px;
    color: #7B7D73;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
}

.wrapper_titulo h2, .wrapper-continuar h2{
    font-family: Open Sans;
    font-size: 22px;
    color: #92C95C;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
}

.wrapper_titulo p{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #7B7D73;
    font-weight: 700;
}

.wrapper_preguntas{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
    
body .desactivado .wrapper_preguntas .box_pregunta{
    color: #A5A6A0 !important;    
}

.wrapper_preguntas .box_pregunta {
    margin-top: 15px;
    font-family: Open Sans;
    color: #303030;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    float: left;
    width: calc(75% - 20px);
    margin-left: 20px;            
}

body .desactivado .wrapper_preguntas .box_icono {
    border: 1px solid #A5A6A0 !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #A5A6A0 !important;
    padding: 10px;
    margin-top: 5px;
}

.wrapper_preguntas .box_icono{
    position: relative;
    float: left;
    width: 15%;
    height: auto;

}

.wrapper_input{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.box_input{
    width: 80%;
    margin: 0 auto;
}

input:focus {
  outline: none;
}


body .box_input input {
    border-radius: 25px !important;
    border-color: #A5A6A0 !important;
    color: #A5A6A0 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.box_btn-mas, .box_btn-menos {
    position: absolute;
    font-size: 22px;            
    color: #A5A6A0;
    padding: 0 20px;
}

.box_btn-menos{
    top: 2px;
    left: 8px;
}

.box_btn-mas {
    top: 2px;
    right: 8px;    
}

.box_btn-mas i, .box_btn-menos i{
    background: #FFF;
    cursor: pointer;
}

.box_btn-mas i:hover, .box_btn-menos i:hover{
    color: #92C95C;
}

.wrapper_texto_info {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.wrapper_texto_info span {
    display: block;
    width: 75%;
    margin: 0 auto;
    color: #A5A6A0;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}

.desactivado img{
    filter: grayscale(100%);
}


.wrapper-continuar{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

.wrapper_pantalla_2, .wrapper_pantalla_3, .wrapper_pantalla_4, .wrapper_pantalla_5, .wrapper_pantalla_6 {
    display: none;
}

.input-switch{
    display: none;
}

.label-switch {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 4px;
}

.label-switch::before, .label-switch::after{
    content: "";
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.label-switch::before {
    width: 3em;
    height: 1em;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #888888;
}

.label-switch::after {
    position: absolute;
    left: 0;
    top: -20%;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #ffffff;
}

.input-switch:checked ~ .label-switch::before {
    background: #00a900;
    border-color: #008e00;
}

.input-switch:checked ~ .label-switch::after {
    left: unset;
    right: 0;
    background: #00ce00;
    border-color: #009a00;
}

.info-dieta {    
    text-align: center;
    border: 1px solid;
    border-radius: 25px;
    padding: 6px;
    font-weight: bold;    
    position: relative;
    float: left;
    width: 100%;
}


.wrapper_resultados_por_pantalla{
    position: relative;
    float: left;
    width: 100%;
    height: auto;    
}

.bloque_resultado {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    margin-left: 20px;
    text-align: center;
}

/*.resultado-alimentacion{
    margin-left: 0px !important;
}*/

.resultado_footer {
    font-weight: 700;
    font-size: 14px;
    color: #7B7D73;
    display: block;
    text-align: center;
    line-height: 15px;
}


.wrapper_grafico{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

#grafico_torta{
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 300px;
}


.valor-grafico {
    position: absolute;
    z-index: 9999 !important;
    top: 125px;
    font-size: 30px;
    font-weight: bold;
    left: 67px;
    color: #7B7D73;
    width: 266px;
    text-align: center;
}


.wrapper-continuar h2 {
    font-size: 18px;
    position: relative;
    float: left;
    width: calc(50% - 10px);    
    background: #92C95C;
    color: #FFF;
    padding: 5px 10px;
    text-align: center !important;
    border-radius: 5px;
}

.anterior{
    display: none;
    float: left !important;
}

.finalizar{
    display: none;
    float: unset !important;
    margin: 0 auto !important;
}

.siguiente{
    float: right !important;
}

.texto-dinamico, .texto-estatico {
    text-align: center;
    color: #7B7D73;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.texto-estatico {
    font-weight: bold;
    color: #92C95C;
    margin-top: 50px;
}

