

ul{  
    list-style-type: none;
}

a{
    color: #c9c9c9;
}


footer{
    padding: 60px 300px;
    background: #141313;
    color: #c9c9c9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.midias{ 
    align-self: flex-end;
    justify-self: flex-end;
    width: 100px;
    color: #C44351;
   
}

.midias ul{
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.midias ul li {

  font-size: 20px;
  color: #C44351;
}

.midias ul li a i{
    /* color: #C44351; */
    transition: 1s;
}

.midias ul li a i:hover{
    
    color: #C44351;
}



.txtfooters h3{
    font-size: 20px;
    padding-bottom: 40px;
    font-weight: bold;
}

.txtfooters p{
    font-family: 'Poppins';
    font-size: 18px;
    padding-bottom: 10px;
}


.txtfooters ul li{
    padding-bottom: 8px;
}

.txtfooters ul li a{
    color: #7f7f7f;
 
}



@media screen and (max-width: 1550px){
    footer{
        padding: 100px 150px;
    }

}



@media screen and (max-width: 1150px){

    footer{
        padding: 120px 100px;
    }
}

@media screen and (max-width: 850px) {

        
    footer{
        padding: 80px 60px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }

}



@media screen and (max-width: 500px) {

    footer{
        padding: 50px 30px;
        padding-bottom: 50px;

    }
        
    .txtfooters h3{
        font-size: 17px;
        padding-bottom: 30px;
    }

        
    .txtfooters p{
        font-family: 'Poppins';
        font-size: 16px;
        padding-bottom: 10px;
    }


        
    .midias ul li {
        font-size: 16px;
        color: #C44351;
    }

        
    .txtfooters ul li{
        font-size: 14px;
        padding-bottom: 6px;
    }

}