@media only screen and (min-width:150px) {
    #img4 {
        width: auto;
        height: 0%;
        margin-left: -600px;
    }

    #contacto {
        margin: auto;
        margin-top: 60px;
    }

    #footer {
        position: absolute;
        width: 357px;
        height: 500px;
        background-image: url(../imagenes/banners/foot1.png);
    }

    /*Propiedades de las casillas del formulario*/
    input {
        height: 26px;
        width: 330px;
    }

    textarea {
        height: 80px;
        width: 345px;
    }

    #Foot_mark {
        width: 270px;
        margin: auto;
        margin-top: 20px;
        font-style: italic;
        font-family: "Signika";
        color: #fff;
    }
}

@media only screen and (min-width:375px) {
    #footer {
        width: 100%;
    }
}

@media only screen and (min-width:423px) {

    /*Propiedades de las casillas del formulario*/
    input {
        height: 26px;
        width: 350px;
    }

    textarea {
        height: 80px;
        width: 365px;
    }
}

@media only screen and (min-width:580px) {
    #img4 {
        width: auto;
        height: 99%;
        margin-left: 0px;
    }

    #contacto {
        margin-top: -430px;
    }
}

@media only screen and (min-width:880px) {
    #contacto {
        position: absolute;
        margin-left: 6%;
    }

    #Foot_mark {
        margin-top: -32px;
    }
}

@media only screen and (min-width:970px) {
    #contacto {
        margin-left: 10%;
    }
}

@media only screen and (min-width:1270px) {
    #contacto {
        margin-left: 65%;
    }
}

@media only screen and (min-width:1376px) {
    #contacto {
        margin-left: 68%;
    }
}

@media only screen and (min-width:1450px) {
    #contacto {
        margin-left: 69%;
    }
}

@media only screen and (min-width:1550px) {
    #contacto {
        margin-left: 72%;
    }
}

/*Propiedades de las casillas del formulario del footer*/

input {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px;
    font-family: "Signika";
    font-weight: normal;
}

textarea {
    font-size: 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #4c4c4c;
    margin-left: -1px;
    text-align: center;
    resize: none;
    font-family: "Signika";
    font-weight: normal;
}

/*Propiedades del boton del footer*/

.buttom_form2 {
    font-size: 20px;
    border-radius: 5px;
    border: none;
    color: #68489A;
    font-weight: bold;
    background: #EDE836;
    height: 45px;
    width: 137px;
    margin: 17px;
    padding-top: 16px;
    padding-bottom: 40px;
    padding-right: 10px;
    font-family: "Signika";
    font-weight: normal;
}

.buttom_form2:hover {
    background-color: #DDD734;
    transition: 0.5s;
}