* {
    
    
}

body, html{
    
    height: 100%;
    padding: 0px;
    margin: 0px;

    font-family: 'Poppins', sans-serif;
    color: #444444;

}

figure{
    display: flex;
    gap: 5px;
}

a{
    text-decoration:none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

main{
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
}

.links{
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-bottom: 50px;
}

.links a{
    display: block;
    padding:25px;
}
.links figure{
    display: flex;
    align-items: center;
    margin:0px;
}
.links figcaption{
    line-height: 100%;
}
.links small{
    opacity: 0.5;
}

.links .img-rounded{
    background-color: #fff;
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50px; margin-right:10px ;
}

.container{
    background-color: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: start;
    height: 50%;
    width: 100%;
    text-align: center;
}

.logo{
    margin: 40px auto 0px auto;
}

.s_base{
    padding-top: 10%;
    background:#670854 url('/temporaria/images/wave.png') no-repeat;
    background-position: top conter;
    background-size: contain;
    min-height:425px;
}




@media(max-width: 575px){
    .links{
        justify-content:start;
        gap:0px;
        
    }
    .s_base{
        padding-top: 15%;
        min-height:initial;
    }
    .links a{
        display: block;
        padding:15px 25px;
    }
}