
html {
    width:100%;
}
    
body{
    background-image:url('../imagenes/fondo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffd186;
    margin:0 !important;
    padding:0 !important;
}

.bloque1{
}

.bloque2{
    margin-top: 160px;
    margin-left: 80px;
}


.pie{
    width: 100%;
    background-color:  #ffffff;
    margin: 0;
}

.agra{
    margin-top: 20px;
}
.agra img{
    max-height: 20px;
}

.logos{
    margin-bottom: 30px;
}
.logos img{
    max-height: 80px;
}

@media screen and (min-width: 1600px) {
    body{
        background-size: cover;
    }
    .pie{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logos img{
        max-height: 90px;
    }
}

@media screen and (max-width: 1024px) {
    body{
        background-size: contain;
    }
    .bloque2{
        margin-top: 160px;
        margin-left: 0px;
    }
    .pie{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logos img{
        max-height: 70px;
    }
}

@media screen and (max-width: 768px) {
    body{
        background-size: contain;
    }
    .bloque2{
        margin-top: 80px;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .bloque2{
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .bloque1{
        margin-bottom: 30px;
    }
}


