.fundo_sobre{
    background-image: none;
}

.representantes_estrutura{
    grid-area: content;
    background-color: HSL (24, 9%, 82%);
}

.conteudo_principal_rep {
    padding: 50px 70px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.titulo_sobre {
    color: #383838;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.representantes{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
}

.representantes li{
    margin: 10px 10px 10px 10px;
    padding: 30px;
    min-width: 330px;
    background: #f9f9f9;
    box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 15px 0px 15px 15px;
    text-align: center;
}

.representantes img{
    max-width: 200px;
    margin: 0 auto 20px auto;
}

.representantes a{
    line-height: 4rem;
    color: #0f2748;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px;
    border-bottom: solid 1px #0f2748;
    color: #0f2748;

}

.representantes a:hover {
    color: #4E75E1;
    border-bottom: solid 1px #0943E3;
}

.representantes p{
    line-height: 1.4rem;
}

.represente {
    background: #D1E1EC;
    padding: 70px 0 60px 0;
    display: grid;
    justify-content: center;
    text-align: center;
}

.represente h1 {
    justify-self: center;
    font-size: 4rem;
    font-weight: 800;
    margin: 15px 0 20px 0;
    padding: 0 30px 0;
    color: #070761;
    text-transform: inherit;
    max-width: 800px;
}

.subtitulo_revenda{
    font-size:1.6rem;
}

.represente a {
    padding: 10px;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 10px 0 10px 10px;
    border: 3px solid #1E44AE;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    background-color: #1E44AE;
    color: white;
}

    .represente a:hover {
        background-color: transparent;
        border: 3px solid #1E44AE;
        color: #1E44AE;
    }

.represente p {
    line-height: 1.5em;
    color: #070761;
    max-width: 800px;
}

.linha_parceiro {
    margin: 20px;
    border-top: 1px solid #4E75E1;
}

.destaque_rep{
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 20px 0 5px 0;
}


.texto_parceiro{
    margin-bottom: 20px;
}

@media (max-width: 962px){
    .represente {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .titulo_botao{
        text-align: center;
    }
    
    .represente a{
        text-align: center;
        padding: 10px 30px 10px 30px;
    }
    .represente p{
        border-left: 0;
        padding: 10px 10PX 0 10px;
        margin: 0 0 0 0;
        text-align: center;
    }
}

@media (max-width: 554px) {
    .represente {
        padding: 40px 0 60px 0;
    }

        .represente h1 {
            font-size: 2.4rem;
            margin-bottom: 40px;
        }

    .titulo_sobre {
        font-size: 2.2rem;
    }

    .subtitulo_revenda {
        font-size: 1.1rem;
    }

    .texto_parceiro {
        padding: 0 15px 0 15px;
    }

        .texto_parceiro p:first-child {
            padding-bottom: 20px;
        }

    .represente a {
        margin-top: 20px;
    }

    .conteudo_principal_rep {
        padding: 40px 25px;
    }
    .representantes li {
        padding: 15px 10px 0px 10px;
    }
}

