* {
    
    
}

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

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

}

.text-light{
    color: #000 !important;
}

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;
    flex-direction: column;
    height: auto;
    height: 100%;
}

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

.bloco-social{
    max-width:650px;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: 0.5;
}

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

    i{
        font-size: 24px;
        color: #fff;
    }
}

.links-social{
    figure{ margin:0px !important; }
    a{
       padding:10px 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;
    max-width: 300px;
}

.main{
    display: flex;
    flex-direction: column;
}
.s_topo{
    background-color: #137c47;
}
.s_topo,
.s_base{
    padding-top: 30px;
    height:calc(50% - 75px);
}

.faixa{
    flex-grow: 0;
    background-color: #e31c12;
    padding: 0px 20px;
    border-top:5px solid #fff;
    border-bottom:5px solid #fff;
    &>div{
        max-width: 300px;
        margin: 0px auto 0px auto;
    }
}

.s_base{    
    background-color: #fff;
    /*background: #137C47;
    background: linear-gradient(180deg,rgba(19, 124, 71, 1) 0%, rgba(10, 74, 42, 1) 100%);*/
    background-position: top conter;
    background-size: contain;
}


@media screen and (max-width: 1100px){
    /*.links a{
        display: block;
        padding:15px;
    }*/
}

@media screen and (max-width: 991px){
    /*.link-item{
        min-width:280px;
    }
    .links{
        gap:0px;
        padding-left:40px;
        padding-right:40px;
    }
    .links-social{ padding:0px; }*/
    .s_topo{
        height: auto;
    }
    .s_base{
        min-height:525px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 575px){
    .links{
        justify-content:start;
        gap:0px;
        padding-left:0px;
        padding-right:0px;
        
    }
    .s_base{
        height: auto;
        min-height:initial;
    }
    /*.links a{
        display: block;
        padding:15px 25px;
    }
    .links-social{
        padding-left: 15px;
    }
    .links-social a{
         padding:10px;
    }*/
}