* {
    
    
}

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

    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    background-color: #FFFFFF;

}

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

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

main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    height: 100%;
}

.links{
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-bottom: 30px;
    &:last-child{
        padding-bottom: 0px;
    }
}

.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;
    img{
        width: 300px;
    }
}

.main{
    display: flex;
    flex-direction: column;
}


.links{
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-bottom: 30px;
    &:last-child{
        padding-bottom: 0px;
    }
}

.frase-efeito{
    font-size: 42px;
    color: #1a399f;
    font-weight: 600;
    line-height: 100%;
}

.bloco-social{
    max-width:950px;padding-left:15px;padding-right:15px;
}

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

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

}
.links .img-rounded i{
    font-size: 24px;
    color: #fff;
}

.links-social figure{ margin:0px !important; }
.links-social a{ padding:10px 10px; }
