@charset "utf-8";
/* CSS Document */
.container_internas {
    max-width: 800px;
    padding-top: 1rem;
    color: #111;
    margin: auto;
}
.titulo-pagina {
    color: #111;
    font-size: 2rem;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 999px;
    padding: 0px 20px;
    font-family: Skrapbook, sans-serif;
    display: inline-block;
    margin-bottom: 20px;
}
.bloco {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.card-contato {
    width: 300px;
    border-radius: 16px;
    padding: 30px 10px 40px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.card-contato img {
    width: 90px;
    height: 90px;
    margin-bottom: 2px;
}
.texto-contato {
    font-family: gothamRoundedLight, sans-serif;
    font-size: 1.3rem;
    line-height: 0.8rem
}
.cards-contato {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 2rem;
}
.destaque-skrap {
    font-family: Skrapbook, sans-serif;
}