* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.container-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.footer-superior {
    background-color: #D6E4EA;
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
}

.footer-inferior {
    background-color: #294D63;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 40px;
}

.content-footer {
    width: 100%;
    max-width: 1440px;
    padding-top: 50px;
    display: flex;
    gap: 60px;
    margin: 0px 100px;
}


/* COLUNAS */
.first-content-footer{
    border-right: 3px solid transparent;
     border-image: linear-gradient(
        to bottom,
        #96B9CE,
        #1B313F
    ) 1;
    width: 35%;
    min-width: unset;
    display: flex;
    flex-direction: column;

}

/* LOGO */
.logo-footer {
    /* background-color: aqua; */
    padding-bottom: 12px;
    padding: 10px 90px 0 0;
}

.logo-footer p {
    margin: 10px 0;
    min-width: 230px;
    text-align: start;
}

.logo-footer img {
    width: 220px;
}

/* SOCIAL */
.social-footer {
    display: flex;
    width: fit-content;
    margin-top: 1px;
    /* background-color: #ff63d8; */
    padding: 5px 0;
}

.social-footer ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.social-footer li{
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 999px;
}

.social-footer a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
}

.social-footer a img{
   width: 20px;
}

.second-content-footer{
    /* background-color: #96B9CE; */
    width: 65%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0 30px;
    gap: 40px;
    /* width: 70%; */
}

.column-footer {
    display: flex;
    flex-direction: column;
    /* background-color: palegoldenrod; */
    gap: 20px;
}

.column-footer a{
    font-size: 17px;
    cursor: pointer;
}
.column-footer a:hover{
    color: #007cc9;
}

.column-footer h3{
    font-size: 21px;
}

/* media queries */

@media (max-width: 1250px) {

    .content-footer {
        margin: 0 50px;
    }
    .second-content-footer {

        padding: 0;
    }
}

@media (max-width: 910px) {

    #coluna-links {
        display: none;
    }

    .first-content-footer{
        width: 40%;
    }

    .logo-footer p {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
  /* celulares em geral */
 
    .logo-footer p {
        font-size: 14px;
    }

    .column-footer a{
    font-size: 15px;
    cursor: pointer;
    }

    .content-footer{
        gap: 40px;
    }
}

@media (max-width: 650px) {


    .logo-footer img {
        width: 150px;
    }
    .logo-footer p {
        font-size: 12px;
    }

    .social-footer ul{
        gap: 10px;
    }

    .social-footer li{
        width: 27px;
        height: 27px;
    }

    .social-footer a img{
        width: 15px;
    }

    .column-footer a, .column-footer p{
        font-size: 13px;
    }

    .column-footer h3{
        font-size: 17px;
    }

    .column-footer {
        gap: 13px;
    }

    .footer-superior {
        height: 250px;
    }

    .footer-inferior {
        font-size: 12px;
        padding-bottom: 20px;
    }

    .logo-footer p {
        margin: 10px 0;
        min-width: 180px;
        text-align: start;
    }

    .second-content-footer {
        gap: 12px;
    }
    .content-footer{
        gap: 20px;
    }
}

@media (max-width: 535px) {
    

    .footer-superior {
        height: 450px;
    }

    .content-footer{
        flex-direction: column;
        align-items: center;
        margin: 0px 30px;

    }

    .first-content-footer{
        width: 100%;
        align-items: center;
        border-right: none;
        border-bottom: 3px solid transparent;
        border-image: linear-gradient(
            to bottom,
            #96B9CE,
            #1B313F
        ) 1;
        padding-bottom: 15px;
        
    }

    .logo-footer{
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .logo-footer p {
        width: 90%;
        text-align: center;
        font-size:14px;
    }

    .logo-footer img {
        width: 230px;
    }

    
    .social-footer ul{
        gap: 10px;
    }

    .social-footer li{
        width: 42px;
        height: 42px;
    }

    
    .social-footer a img{
        width: 23px;
    }
 
    .column-footer a, .column-footer p{
        font-size: 14px;
    }

    .column-footer h3{
        font-size: 18px;
    }

    .column-footer {
        gap: 12px;
    }

   .second-content-footer{
        height: fit-content;
        width: 100%;
        
    }

    .footer-inferior p {
        font-size: 11px;
        padding-top: 20px;
    }
}

@media (max-width:400px){
    * {
            outline: 1px solid transparent;
        }
    .second-content-footer{
        gap: 20px;
    }

    .content-footer{
        width: fit-content;
    }
    
    .footer-superior {
        height: 470px;
    }

    .content-footer{
        margin: 0px 20px;
        width: fit-content;
    }

    .column-footer a, .column-footer p{
        font-size: 13px;
        width: fit-content;
    }

    .column-footer h3{
        font-size: 17px;
    }

}