*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contacto{
    height: 1600px;
    margin-top: 59px;
    background-color: rgba(133, 133, 133, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}
#contacto .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    
    
    max-width: 100%;
       
}

.contenedor iframe{
    width: 700px;
    height: 1450px;
    border: 0px;
}

@media screen and (max-width: 1100px){
    #contacto{
        margin-top: 54px;
    }
}

@media screen and (max-width: 700px){
    #contacto .contenedor{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .contenedor iframe{
        width: 500px;
        height: 1450px;
        border: 0px;
    }
}
@media screen and (max-width: 599px){
    #contacto{
        height: 1700px;
    }
    #contacto .contenedor{
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .contenedor iframe{
        width: 420px;
        height: 1700px;
        border: 0px;
    }
}
@media screen and (max-width: 490px){
    #contacto{
        height: 1800px;
    }
    #contacto .contenedor{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .contenedor iframe{
        width: 350px;
        height: 1800px;
        border: 0px;
    }
}
@media screen and (max-width: 400px){
    #contacto{
        
    }
    #contacto .contenedor{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor iframe{
        width: 310px;
        height: 1850px;
        border: 0px;
    }
}
@media screen and (max-width: 399px){
    #contacto{
        height: 1900px;
    }
    #contacto .contenedor{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenedor iframe{
        width: 350px;
        height: 1600px;
        border: 0px;

    }
}
@media screen and (max-width: 350px){
    #contacto{
        height: 1600px;
    }
    #contacto .contenedor{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenedor iframe{
        width: 280px;
        height: 1700px;
        border: 0px;
        margin-right: 10px;

    }
}
