﻿
.box_header {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 15vh;
    border-bottom: 0.01vw solid var(--cor_cinza_clara);
    box-sizing: border-box;
    margin: 0;
}

    .box_header p {
        flex-grow: 1;
        text-align: center;
        font-size: 1.25em;
        font-weight: 900;
        font-family: var(--font-family-montserrat);
        color: var(--cor_cinza_escura);
        margin: 0;
    }

    .box_header i {
        display: block;
        font-size: 1.4em;
        padding-right: 1.5vw;

    }

.btn_fechar_principal {
    text-decoration: none;
    cursor: pointer;
}
/* Ajustando a modal seguindo/seguidores */
.box_contorno_acao {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 9999;
    left: 25%;
    top: 10%;
    width: 50%;
    height: auto;
    max-height: 80vh;
    overflow: auto;
    border: 0.1vw solid var(--cor_cinza_escura);
    border-radius: 1vw;
    background-color: var(--cor_branca);
    padding: 2vw;
}

.container_perfis_acao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-height: calc(80vh - 0.5vw);
    overflow: hidden;
    overflow-y: auto;
}




.box_perfil_individual {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    border-bottom: 0.1vw solid var(--cor_cinza_clara);
    margin-top: 0.5vw;
    margin-bottom: .5vw;
    padding-bottom: .5vw;
}

.foto_perfil img {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    box-shadow: 0 0 0.2vw var(--cor_cinza_escura);
}

.banner_perfil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 100%;
}

.nome_perfil {
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 1em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_cidade_quantidades {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.box_cidade {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5vw;
    gap: 0.5vw;
}

    .box_cidade img {
        width: 1vw;
        height: 1vw;
        display: inline-block;
    }

.nome_cidade {
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_clara);
    font-size: 0.6em;
    font-weight: 600;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10vw;
}

.box_quantidades {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

    .box_quantidades p {
        font-family: var(--font-family-montserrat);
        color: var(--cor_cinza_clara);
        font-size: 0.6em;
        font-weight: 600;
        margin: auto 0;
    }

.botao_acao_cid {
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: bold;
    background-color: var(--cor_principal);
    color: var(--cor_branca);
    padding: 0.2vw 0.6vw;
    border-radius: 0.5vw;
    margin: auto 0;
    border: none;
    text-decoration:none;
}

.botao_acao_seguindo_cid {
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: bold;
    background-color: var(--cor_branca);
    color: var(--cor_principal);
    padding: 0.2vw 0.6vw;
    width:11vw;
    border-radius: 0.5vw;
    margin: auto 0;
    border: .1vw solid var(--cor_principal);
    text-decoration: none;
}

.scrollable-section {
    max-height: calc(80vh - 2.5vw);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0.5vw;
}



@media only screen and (max-width: 1024px) {

    /* Ajustando a modal seguindo/seguidores */

    .box_header {
        min-height: 20vh;
    }

    .box_contorno_acao {
        left: 20%;
        top: 10%;
        width: 60%;
        padding: 2vw;
    }

    .foto_perfil img {
        width: 4vw;
        height: 4vw;
    }

    .box_cidade img {
        width: 1.8vw;
        height: 1.8vw;
    }

    .nome_cidade {
        max-width: 40vw;
    }

    .botao_acao_usu {
        padding: .8vw 1.5vw;
        border-radius: 1vw;
    }

    .botao_acao_seguindo_usu {
        padding: .8vw 1.5vw;
        border-radius: 1vw;
    }
    
}

@media only screen and (max-width: 768px) {

    /* Ajustando a modal seguindo/seguidores */

    .box_header {
        min-height: 20vh;
    }

    .box_contorno_acao {
        left: 20%;
        top: 10%;
        width: 60%;
        padding: 2vw;
    }

    .foto_perfil img {
        width: 6vw;
        height: 6vw;
    }

    .box_cidade img {
        width: 2vw;
        height: 2vw;
    }

    .nome_cidade {
        max-width: 40vw;
    }

    .botao_acao_usu {
        padding: 1vw 3vw;
        border-radius: 1.5vw;
    }

    .botao_acao_seguindo_usu {
        padding: 1vw 3vw;
        border-radius: 1.5vw;
    }

    
    
}

@media only screen and (max-width: 480px) {



    /* Ajustando a modal seguindo/seguidores */

    .box_header {
        min-height: 7vh;
    }

    .box_contorno_acao {
        left: 5%;
        top: 10%;
        width: 90%;
        padding: 2vw;
        max-height: 80vh;
    }

    .box_perfil_individual {
        margin-top: 3.0vw;
        margin-bottom: 3.0vw;
    }

    .foto_perfil img {
        width: 12vw;
        height: 12vw;
    }

    .box_cidade img {
        width: 3.5vw;
        height: 3.5vw;
    }

    .nome_cidade,
    .texto_destaque {
        max-width: 40vw;
    }

    .botao_acao_usu {
        padding: 1vw 3vw;
        border-radius: 2vw;
    }

    .botao_acao_seguindo_usu {
        padding: 1vw 3vw;
        border-radius: 2vw;
    }

}
