.titulo{
    font-family: var(--notoserif) !important;
}
.w-610{
    max-width: 610px;
}
.logo-personare{
    text-align: center;
    margin: 20px 0 0;
}
.content-signo{
    margin: auto;
}
.container-signo-info {
    float: left;
    margin-right: 20px;
}
.signo-icon{
    height: 86px !important;
    width: 85px !important;
}
.signo-title-text{
    color: var(--bluedefault);
    font-size: 18px;
    font-weight: bold;
    height: 22px;
}
.signo-data{
    font-size: 14px;
}
.button-signo {
    border: 1px solid var(--bluedefault);
    font-weight: 700;
    padding: 10px 9px 8px;
    width: 85px;
    line-height: 14px;
    font-size: 14px;
    color: var(--bluedefault) !important;
    border-radius: 5px;
    text-decoration: none!important;
    text-align: center;
    margin-top: 10px;
}
.button-signo:hover {
    transition: .2s;
    border-color: var(--lightblue) ;
    color: var(--lightblue) !important;
}

.container-card-interno {
    display: flex;
    flex-direction: column;
    margin: 50px auto 0;
}
.title-card {
    text-align: center;
    margin-bottom: 20px;
}
.title-card h3{
    font-size: 16px !important;
    position: relative;
    margin: auto;
}
.title-card h3::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 175px;
    background-color: var(--gainsboro);
    top: 9px;
    left: 0;
}

.title-card h3::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 175px;
    background-color: var(--gainsboro);
    top: 9px;
    right: 0;
}
.container-card{
    margin-top: 0;
}
.container-news{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.container-news img{
    width: 190px;
    height: 127px;
    margin-bottom: 10px;
}

.container-news h3{
    width: 190px;
    font-size: 20px !important;
    text-align: left;
    color: var(--blackdefault);
}
.container-news h3:hover{
    color: var(--bluedefault);
    text-decoration: underline;
    
}
.leia-mais{
    margin: auto;
}
.fale-com-gente{
    margin: 20px auto 0;
}

@media only screen and (max-width: 767px){
    .title-card h3{
        max-width: 460px;
    }
     /* SEPARADOR */
     .title-card h3::after{
        max-width: 90px;

    }
    .title-card h3::before{
        max-width: 90px;
    }
    /* SEPARADOR */

    .container-news-card{
        width: 100%;
        max-width: 345px;
    }
    .container-news-card img{
        width: 100%;
        height: initial;
    }
    .container-news h3{
        width: 97%;
    }
}

@media only screen and (max-width: 494px){
    .title-card h3{
        max-width: 345px;
    }
     /* SEPARADOR */
     .title-card h3::after{
        max-width: 43px;

    }
    .title-card h3::before{
        max-width: 43px;
    }
    /* SEPARADOR */
}
