.textointernopage{
    text-align: center;
    padding: .8em 2em;
}

.textinternonormal{
    padding-left: 4em;
}

.button_redecredenciada{
    padding: 1em;
    display: flex;
    flex-direction: column;
    border: 1px solid #292929;
    border-radius: 3px;
    max-width: 300px;
    margin-top: 2em;
    align-items: center;
    color: #2F4480;
    cursor: pointer;
    transition: all 1s ease-in-out;
}
.button_redecredenciada:hover{
    transform: scale(1.07);
}
.linkredecredenciada{
    width: 100%;
    display: flex;
    justify-content: center;
}

    

/* lista de tabela de preços */

.principal_tabelas__flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.links_tabela{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.links_tabela h5{
    text-align: center;
}
.links_tabela_icon{
    padding: .7em;
    border-radius: 50%;
    border: 1px dashed #2F4480;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    transition: all 1s ease-in;
}
.links_tabela_icon:hover{
    transform: rotateY(360deg);
}

.tabelas_flex__content{
    padding: 1.5em 0;
    width: 100%;
    text-align: center;
}
.bg-cinza{
    background-color: #EEEEEE;
}

@media screen and (max-width:900px){
    .textinternonormal{
        padding-left: .1em;
    }
    
}
@media screen and (max-width:500px){
    .textointernopage{  
        padding: .8em .5em;
    }
    
}










