@font-face {
    font-family: 'Southiya';
  
    src: url('https://marcelaonline.com.br//links/fonts/Southiya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('https://marcelaonline.com.br//links/fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --font: 'Lato', sans-serif;
}



h1{
    font-family: 'Southiya';
    text-align: center;
    font-size: 4rem;
    margin: 7%;
}
h2{
    font-family: 'Lato';
    text-align: center;
}


body {
    background-color: white;
}





#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 27px auto;
}

.link {
    display: block;
    background-color: #9F7B51;
    color: #fff;
    font-family: var(--font);
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    padding: 10px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: solid var(--accentColor) 2px;
    flex-direction: column;
    justify-content: center;
}

.link:hover {
    background-color: #896847;
    
   
}

.footer {
    text-align: center;
    font-size: 1.3rem;
}

.footer a {
    text-decoration:none;
}

.circulo {
    background: rgb(221, 221, 221);
  
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 10px;
    color: rgb(32, 32, 32);
}

.zoom{
    font-size: 1.5rem;
}



#links > a > img{
    width: 76px;
    position: absolute;
    margin-left: -28px;
}
#links > a {
    word-wrap: normal;
    margin-left: 14px;
}

#links > a > p{
    margin:0px!important;
    padding-left: 25%;
}
.logoFooter{
    width: 40%;
    display: flex;
    flex-direction: column;
    margin: 2% auto;
}
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
   }
@media (min-width:380px) { /* smartphones, Android phones, landscape iPhone */
    #links > a > p{
        margin:0px!important;
        padding-left: 10%;
    } }
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }