body {
    background-image: url("../img/fondo-bloques-back.png");
    background-color: #ffffff;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.container-fluid {
    background-image: url("../img/fondo-bloques-front.png");
    height: 100vh;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bloques-back {
    background-image: url("../img/bottom-back.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    width: 100vw;
    position: absolute;
    bottom: 0;
}

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

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

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


@media (max-width: 800px){
    body{
        background-image: url("../img/fondo-bloques-movil.png");
        height: 100vh;
        background-color: white;
    }
    .container-fluid {
        background-image: initial;
        height: initial;
		background-size: contain;
    }
    .bloques-back {
	    display: none;
    }
}

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

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

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

@media (max-width: 800px){
    body{
        background-attachment: fixed;
        background-position: bottom;
    }
}


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

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


