body {
    background: #f9f9f9
}

a {
    color: #222
}
a:hover {
    color: #666
}

.quem-sou-eu {
    background-size: 1440px 282px; /* Tamanho do banner */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Impede a repetição da imagem */
    min-height: 282px; /* Define uma altura mínima igual à altura do banner */
    /* Adicione qualquer outro estilo necessário */
}
.texto {
    font-weight: 400;
    font-size: 14pt;
    color: #555;
    line-height: 30px;
}
.capaGrande {
    max-width: 640px
}
.capaMedia {
    max-width: 270px
}
.capaPequena {
    max-width: 135px
}
.tempoCarregamento {
    font-size: .7em;
    float: right
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pagination>li>a,
.pagination>li>span {
    color: #333
}
.pagination span.active {
    background: #555;
    color: #fff;
    border: none
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.hljs {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
.slide img {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
.iconeEmail {
    font-size: 10em;
    color: #000
}
.btn-inscrever {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #007bff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-inscrever:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
}
.president-photo {
    border-radius: 10px;
    width: 500px;
    height: 600px;
    object-fit: cover;
}
.logo {
    max-width: 1000px;
    height: auto;
}
.impact-phrase {
    font-style: italic;
    font-size: 1.2rem;
    color: #666;
}

h1 .estilo{
    text-decoration: underline;
    text-decoration-color: #007bff; /* Cor azul padrão do Bootstrap */
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn {
    border-radius: 10px;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #ffcd39;
    border-color: #ffcd39;
    color: #212529;
}

.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.text-muted {
    color: #6c757d;
}

.breadcrumb-item a {
    color: #ffc107;
}

.breadcrumb-item a:hover {
    color: #ffcd39;
}
.highlight-title {
        color: #007bff; /* Cor azul */
        font-weight: bold;
        margin-bottom: 20px;
    }

    .highlight-text {
        color: #6c757d; /* Cor cinza escuro */
        font-weight: bold;
    }

