

.resultadoescuta{
    padding: 50px 10%;

}
.titulo-escutaqualificada{
    text-align: center;
    color: var(--primary-color);
}

.div-secundaria {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap:50px;
}

.texto-secundario {
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    max-width: 70%;
    gap: 20px;
    text-align: justify;
}

.texto-secundariobranco {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    gap: 20px;
    text-align: justify;
}

.imagem-resultado {
    max-width: 100%;
    height: auto;
}

.execucaoescuta{
    padding: 50px 10%;
    background-color: var(--secondary-color);
    color: var(--white);
}

.processoescuta{
    padding: 50px 10%;
}

.perguntasescuta{
    display: flex;
    flex-direction: column;
    padding: 50px 10%;
    color: var(--white);
    background-color: var(--secondary-color);
    gap: 50px;
}

.listaperguntas{
    list-style-position: inside; 
    padding-left: 1em; 
    text-indent: -1em; 
}

.listaperguntas li {
    position: relative;
    margin-left: 1em; 
    padding-left: 1.5em; 
    text-indent: -1.5em; 
}

.div-tematicas {
    display: flex;
    flex-direction: row;
    margin-top:20px;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.tematica {
    width: 23%;
    border-radius: 25px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    padding: 1rem 1.5rem;
    box-sizing: border-box; 
}

.div-tematicas > .tematica:not(:last-child) {
    margin-right: 1%;
}

.numerotematica{
    color: var(--white);
    position: relative;
    display: inline-block;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.numerotematica::before{
    background-color: var(--secondary-color);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    border-radius: 10px;
    height: 60px;
    transform: translate(-50%,-50%)rotate(45deg);
    z-index: -1;
}

.texto-tematica {
    color: var(--primary-color);
    display: flex;
    gap:30px;
    flex-direction: column;
    text-align: center;
    margin: 40px 0 30px 0;
}

.resultadosporComunidade {
    width: 100%;
    background-color: var(--gray-color);
}

.mapainterativo {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
}

.titulo-mapa {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
    color: var(--primary-color);
}

.aviso-mapa{
    height: 100%;
    background: black;
}

.mapa{
    max-height: 550px;
    margin: 30px 0 30px 0;
    border: solid 1px black;
    height: 100vh;
    z-index: 90;
    background-color: black;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: var(--secondary-color) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}


.custom-popup {
    background-color: var(--secondary-color);
    padding: 10px 0;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.popup-header {
    font-size: 1rem;
    font-weight: var(--font-button-weight);
    margin-bottom: 10px;
    color: var(--white);
    text-align: center;
    cursor: pointer;
}

.popup-body {
    font-size: var(--font-size-body-medium);
    background-color: var(--tertiary-color);
    font-weight: var(--font-button-weight);
    padding: 10px 10px;
    border-radius: 8px;
    text-align: justify;
    color: var(--black);
    cursor: pointer;
}
.titulo-body{
    text-align: center;
    cursor: pointer;
}

.popup-button {
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    border-radius: 8px;
    background-color: var(--tertiary-color);
    color: var(--black);
    cursor: pointer;
    width: 100%;
}


@media (max-width: 999px) {
    .titulo-escutaqualificada{
        margin-top: 10px;
    }
    .resultadoescuta{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;
    }

    .execucaoescuta{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;

    }

    .execucaoescuta .div-secundaria .imagem-resultado{
        order:2;
    }
    .execucaoescuta .div-secundaria  .texto-secundariobranco{
        order:1;
    }
    .processoescuta{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;
    }
    .perguntasescuta{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;

    }
    .div-secundaria{
        flex-direction: column;
        gap: 20px;
    }
    .texto-secundario{
        max-width: 100%;
    }
    .texto-secundariobranco{
        max-width: 100%;
    }
    .div-tematicas{
        flex-direction: column;
        gap: 20px;
        
    }
    .tematica{
        width: 100%;
        display: flex;
        box-sizing: border-box;
        
    }
    .texto-tematica{
        width: 100%;
        margin:20px;
        flex-direction: row;
        align-items: center;

    }
    .textotematica{
       text-align: center;
       min-width: 85%;
       padding: 0 10px;
    }
    
    .mapainterativo {
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
    }

    
}
@media (max-width: 450px) {

    .texto-tematica{
        flex-direction: column;
        align-items: center;

    }
    .textotematica{
        min-width: 100%;
        padding: 0;
        
    }

    .mapa{
        max-height: 337.700px;
    }
}
