#direccion{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    
}

iframe{
    width: 100%;
    border-radius: 20px;
    display: inline-flex;
}

#contacto{
    background-color: #009cdd;
    margin: 0px;
    padding: 30px;
    color: #fff; 
    display: flex;
    flex-flow: wrap;
}

#siguenos{
    font-weight: bolder;
    font-family: 'Lato', sans-serif;
    transform: scale(1.1);
}

#contacto a{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 2em;
    font-family: 'Fontastique', sans-serif;
    text-decoration: none;
    color: #fff;

}

#mapa{
    width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#info-contacto{
    flex-flow: wrap;
    display: flex;
    width: 40%;
    margin-left: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

@media (max-width:850px){
    #mapa{
        width: 100%;
    }
    
    #contacto a{
        font-size: 1.5em;
    }
    
    #info-contacto{
        width: 100%;
    }
}