/* Estilo automático para a página: rede-credenciada */

section.credenciadas {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: fit-content;

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;

            span {
                font-weight: 600;
            }
        }
    }
    .links {
        display: flex;

        a{
            margin-left: 20px;
        }
    }
    .card-credencial{
        margin-bottom: 30px;

        h3{
            font-weight: 600;
            font-size: 24px;
            line-height: 160%;
            color: #E54344;
        }
        .descr-credencial{
            font-weight: 400;
            font-size: 20px;
            line-height: 160%;
            color: #5A5A5A;
        }
        .link-cred{
            font-weight: 400;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 0%;
            color: #E54344;
        }
        .end {
            font-weight: 400;
            font-size: 20px;
            line-height: 160%;
            text-transform: uppercase;
            text-decoration: underline;
            color: #5A5A5A;
            
            img{
                margin-right: 8px;
            }
        }
        
        .tel{
            font-weight: 400;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #5A5A5A;

        }
    }

    .box-legenda {
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        padding: 33px 20px 0;
        border-radius: 10px;

        h4{
            font-weight: 600;
            font-size: 24px;
            line-height: 160%;
            color: #5A5A5A;
        }
        
        a{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 0%;
            color: #5A5A5A;

            img{
                margin-right: 8px;
            }

        }

        hr{
            border: 1px solid #E3E3E3
        }
    }
}