html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    /* font: inherit; */
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing:border-box;
	font-family: "Lato", sans-serif;
    }
footer{
    text-align: center;
    margin: 30px 0px 50px;
}
.column{
    padding: 0px 20px;
}
.contPrev{}
.logoE{
    max-width: 570px;
    margin: auto;
}
.logoE img{
    width: 100%;
}
h2{
    color: #7b0c75;
}
.access{text-align: center;background-color: #f9fdff;display: block;margin: 30px auto 10px;max-width: 500px;padding: 20px;box-shadow: 0px 1px 10px rgba(0,0,0,.2);border-radius: 20px;}
.btAcc{
    margin: 20px 0px 0px;
}
.btAcc a{
    border-radius: 10px;
    color: white;
    background-color: #7b0c75;
    font-weight: bold;
    display: inline-flex;
    padding: 15px 25px;
}
.contact{
    display: flex;
    gap: 1em;
    max-width: 800px;
    margin: 40px auto;
    flex-wrap: wrap;
    padding: 20px;
}
.contact > div{
    background-color: #dcf3ff;
    padding: 20px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.1););)=;);
    border-radius: 10px;
    text-align: center;
    flex: 25%;
}
.contact > div h3{
    font-weight: bolder;
    color: #1b455a;
    margin-bottom: 10px;
}
.contact > div h4{font-weight: normal;font-size: .9em;}
.dataA{
    margin: 14px 0px;
}
.dataA a{
    display: block;
    margin: 5px 0px;
    padding: 10px;
    background-color: #1b465a;
    color: #dcf3ff;
    border-radius: 10px;
}

@media (max-width: 440px){
.contact > div{
    flex: 0 0 100%;
    width: 100%;
}
    .contact{
    display: flex;
    flex-direction: column;
}
    
}