body {
    background-image: url("../img/fondo-instrucciones.jpg");
    background-color: #ffffff;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* .contorno{
    border: solid 1px blue;
}  */

.contenedor-boton{
    text-align: center;
}

.contenedor-titulo{
    padding-top: 30px;
    text-align: center;
}


.contenedor-titulo img{
    width: 100%;
}
.contenedor-cuadros img{
    width: 100%;
}

.contenedor-instrucciones{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txt-instrucciones span{
    font-family: 'Balsamiq Sans', cursive;
    font-size: 20px;
}

@media (max-width: 800px){
    body{
        background-image: url("../img/fondo-bloques-mobile.jpg");
        height: 750px;
    }
}

@media (max-width: 700px){
    .contenedor-logo{
        text-align: center;
    }
}

@media (max-width: 700px){
    .contenedor-logo img{
        width: 0%;
    }
}

@media (max-width: 800px){
    .contenedor-cuadros img{
        width: 20px;
    }
}

@media (max-width: 800px){
    body{
        background-image: url("../img/fondo-bloques-mobile.jpg");
        background-attachment: fixed;
        background-position: bottom;
    }
}


@media (max-width: 800px){
    .contenedor-titulo img{
        width: 75%;
    }
}

@media (max-width: 800px){
    .contenedor-titulo{
        text-align: center;
    }
}

@media (max-width: 800px){
    .txt-instrucciones span{
        font-size: 16px;
    }
}

