footer{
    margin-top: 200px;
    height: 60vh;
    background-color: #13478a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
footer .main{
    height: 85%;
    width: 100%;
    padding: 70px 130px;
    color: #e8eaf6;
}
footer .main ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
footer .main ul li{
    list-style: none;
}
footer .main ul .list:not(:first-child){
    margin-left: 50px;
}
footer .main .social{
    margin-left: 0px;
    width: 200px;
}
footer .main .social .social-hide{
    display: none;
}
footer .main ul li .header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .main ul li .header h4{
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    line-height: 1;
}
footer .main ul li .body{
    border: 1px solid #003a8a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    justify-content: flex-start;
    width: 250px;
    height: auto;
}
footer .main ul li .list-1 li{
    
    font-size: 12px;
    padding-bottom: 5px;
}
footer .main ul .header img{
    width: 100px;
    height: 60px;
}
footer .main ul li h3{
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
}
footer .main ul li h3 span{
    font-weight: 300;
}
footer .main ul li hr{
    background: #c4c4c4;
    width: 50px;
    margin: 10px 0px;
    display: block;
    height: 2px;
    border: none;
    box-sizing: content-box;
} 
footer .main ul li .sobre{
    margin-top: 35px;
    font-size: 13px;
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    
}
footer .main ul li .list-2{
    display: flex;
    flex-direction: column;
    width: 230px;
}
footer .main .midia{
    justify-content: flex-start;
    text-decoration: none;
    
}
footer .main .midia a i{
    font-size: 40px;
    margin-left: -5px;
    padding: 0px 12px;
    color: #e8eaf6;
}
footer .copyright{
    height: 15%;
    background-color: #153e79;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8eaf6;
    padding-right: 120px;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
}
footer .copyright i{
    font-size: 20px;
}
@media only screen and (min-width: 1361px) {
    footer {
        margin-top: 250px; /* Ajuste de margem para telas maiores */
        height: 55vh; /* Ajuste de altura */
    }
    
    footer .main {
        padding: 80px 150px; /* Aumenta o padding para melhor espaçamento */
    }
    
    footer .main ul .list:not(:first-child) {
        margin-left: 60px; /* Maior espaçamento entre listas */
    }
    
    footer .main ul li .header h4 {
        font-size: 16px; /* Aumenta o tamanho da fonte */
    }
    
    footer .main ul li .body {
        width: 390px; /* Aumenta a largura das caixas de conteúdo */
    }
    footer .main .social{
        width: 30%;
    }
    footer .main{
        padding: 50px 80px 0 80px;
    }
    footer .main ul li h3{
        font-size: 23px;
    }
    footer .main ul li .sobre, footer .main ul li .list-1 li{
        font-size: 16px;
    }
    footer .copyright {
        font-size: 17px; /* Aumenta o tamanho da fonte no copyright */
        padding-right: 140px; /* Ajusta o padding */
    }
}

@media only screen and (max-width: 1075px) {
    footer .main{
        padding: 50px 20px;
    }
    footer .main ul .list:not(:first-child){
        margin-left: 10px;
    }
    footer .copyright{
        padding-right: 60px;
    }
}
@media only screen and (max-width: 983px) {
    footer .copyright{
        padding-right: 40px;
    }
}
@media only screen and (max-width: 916px) {
    footer .main ul li .sobre{
        font-size: 12px;
    }
    footer .main ul .item-3{
        width: 16%;
        font-size: 12px;
    }
    footer .main ul li .body{
        font-size: 13px;
    }
    footer .main .social{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
    footer .main .social .social-hide{
        display: block;
    }
    footer .main .social .social-show{
        display: none;
    }
    footer .main .midia{
        flex-direction: column;
        align-items: flex-end;
    }
    footer .main .item-2{
        width: 30%;
    }
}
@media only screen and (max-width: 786px) {
    footer{
        height: 70vh;
    }
    footer .main{
        padding: 30px 5px;
    }
    footer .main ul .item-3{
        width: 20%;
        margin-left: 0px;
    }
    footer .main .item-1{
        width: 30%;
        margin-right: 20px;
    }
    footer .main ul li .body{
        font-size: 11px;
    }
    footer .copyright{
        font-size: 14px;
        justify-content: center;
        padding: 0;
    }
}
@media only screen and (max-width: 640px) {
    footer{
        height: 80vh;
        min-height: 90vh;
    }
    footer .copyright{
        height: 10%;
    }
    footer .main{
        width: 95%;
    }
    footer .main ul{
        flex-direction: column;
        width: 100%;
    }
    
    footer .main .item-1, footer .main .item-2, footer .main .item-3{
        display: flex;
        width: 98%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    footer .main ul li .header{
        width: 50%;
    }
    footer .main ul li .body{
        width: 50%;
    }
    footer .main .item-2 div, footer .main .item-3 div, footer .main .item-4 div, footer .main .social div{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    footer .main ul li .sobre{
        margin-top: 0px;
        text-align: center;
    }
    footer .main ul .item-3{
        width: 98%;
    }
    footer .main ul li .list-2{
        width: 68.5%;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: 50px;
    }
    footer .main .social{
        width: 99%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    footer .main .midia{
        width: 78.5%;
        flex-direction: row;
        justify-content: center;
    }
    footer .main ul .list:not(:first-child){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}
@media only screen and (max-width: 613px) {
    
}
@media only screen and (max-width: 565px) {
    footer .main .item-2 div, footer .main .item-4 div{
        width: 96%;
    }
    footer .main ul li .list-2{
        margin-right: 30px;
        width: 95%;
    }

    footer .copyright{
        font-size: 12.5px;
    }
}
@media only screen and (max-width: 565px) {
    footer{
        min-height: 100vh;
    }
}
@media only screen and (max-width: 450px) {
    footer .main ul li .header{
        width: 40%;
        margin-left: 10px;
    }
    footer .main ul .header img{
        width: 80px;
        height: 40px;
    }
    footer .main ul li .header h4{
        font-size: 13px;
    }
    footer .main ul li .body{
        width: 55%;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 380px) {
    footer{
        min-height: 110vh;
    }
}