html,
body{
    background-color: #F0F0F0;
    font-family: museo_sans300;    
}

@font-face {
    font-family: 'amsipro';
    src: url('../fonts/amsipro-ultra-webfont.woff2') format('woff2'),
         url('../fonts/amsipro-ultra-webfont.woff') format('woff'),
         url('../fonts/amsipro-ultra-webfont.ttf') format('truetype'),
         url('../fonts/amsipro-ultra-webfont.svg#amsipro-ultrauploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Clases generales*/
.alto100{
	height: 100%;
}
*{
	box-sizing: border-box
}
section{
    margin-top: -1px;
}


#gallery::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#gallery::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#gallery::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.title-big{
    font-size: 48px;
    margin-bottom: 1em; 
}
.title-medium{
    font-size: 32px;
    margin-bottom: 1em; 
}
.title-small{
    font-size: 24px;
    margin-bottom: 1em; 
}

.title-bold{
    font-weight: bold;
    font-family: museo_sans900;
}
.title-light{
    font-weight: light;
    font-family: museo_sans100;
}

.bg-amarillo{
    background-color: #F1C84D;
}
.bg-verde{
    background-color: #67AD5D;
}
.bg-azul{
    background-color: #29327E;
}
.bg-blanco{
    background-color: #ffffff;
}
.color-amarillo{
    color: #F1C84D;
}
.color-verde{
    color: #67AD5D;
}
.color-azul{
    color: #29327E;
}
.color-blanco{
    color: #ffffff;
}


/*Machometro*/

.title-machometro{
    font-family: "amsipro";
    font-size: 3.5em;
    font-weight: bold;
    margin: 0.5em 0 ;
}
.title-machometro span{
    display: block;
    font-size: 32px;
    font-weight: lighter;
    font-family: museo_sans300;
}

.section-info-machometro{
}
.section-info-machometro img{
    
} 
.box-indicaciones{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1.5em;
    border-radius: 1em;
    color: white;
    font-size: 1.2em;
    margin-top: 1em;
}
.section-machometro{
    background-image: url(../img/bg-machista.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.box-preguntas{
    text-align: center;
}
.numero-pregunta{
    font-size: 28px;
    font-family: museo_sans900;
    color: #29327E;
}
.numero-pregunta span{
    width: 64px;
    height: 64px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    line-height: 64px;
}

.texto-pregunta{
    font-size: 28px;
    font-family: museo_sans900;
    color: white;
}
.box-resultado span{
    display: inline-block;
    border-radius: 32px;
    background-color: white;
    color: #56B861;
    font-size: 24px;
    font-family: museo_sans900;
    padding: 0.2em 1em;
    margin-top: -1.3em;
}

.box-logo-main{
    max-width: 350px;
    margin:0 auto;
}
.respuesta-pregunta{}


.btn-pregunta{
    background-color: #14ae9b;
    color: #fff;
    font-size: 28px;
    font-family: museo_sans900;
    background-image: url(../img/icon-arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 25% center;
    display: block;
    width: 300px;
    margin: 0.5em auto;
    text-align: left;
    transition: all 0.25s ease;
}
.btn-pregunta:hover{    
    background-position: 80% center;
    background-color: #374294;
    color: white;
}

/*Machometro*/
.machometro{
    background: #00AF9B;
    background: linear-gradient(180deg, rgba(0, 175, 155, 1) 0%, rgba(46, 64, 151, 1) 100%);
    /*height: 100vh;*/
}
.section-preguntas .container{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 32px 32px 0 0 ;
}
.btn-horizonal{
    display: flex;
    align-items: center;
}

.btn-atras{
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline
}


/*Media queries*/
/*// Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px){
    .box-logo-main{
        max-width: 350px;
        margin:0 auto;
    }
    .box-resultado span{
        font-size: 20px;
    }
    .btn-pregunta{
        font-size: 22px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .numero-pregunta{
        font-size: 22px;
    }
    .texto-pregunta{
        font-size: 22px;
    }
    .btn-horizonal{
        display: block;
        width: 100%;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .box-logo-main{
        max-width: 350px;
        margin:0 auto;
    }
    .box-resultado span{
        font-size: 20px;
    }
    .btn-pregunta{
        font-size: 22px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .numero-pregunta{
        font-size: 22px;
    }
    .texto-pregunta{
        font-size: 22px;
    }
    .btn-horizonal{
        display: block;
        width: 100%;
    }}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}
