
/* FOOTER STYLES */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .l-section{
        padding: 0px;
    }
    .fotter-container{
        width: 100%;
    }
}
.l-section{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #000000; 
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fotter-container{
    width: 80%;
}

.text-footer{
    text-align: center; 
    color: white;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2rem;
}