/* Blog */
.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

.card-texto {
    overflow: hidden;
    max-height: 9em;
    min-height: 9em;
}
.card-titulo {
    overflow: hidden;
    max-height: 3em;
    min-height: 3em;
}

.btn {
    border-radius: 6px !important;
}
.btn-auhappy {
    font-weight: bold;
    color: #d9ff2a;
    background-color: #4f4993;
    border: 0px solid #4f4993;
}
.btn-auhappy:hover {
    font-weight: bold;
    color: #d9ff2a;
    background-color: #4f4993;
    border: 0px solid #d9ff2a;
}

/* Sobre */
.sobre-subtitulo {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.sobre-titulo {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.sobre-titulo > p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Assecoria de Imprensa */
.card-imagem {
    max-height: 200px;
    min-height: 200px;
    background-image: url('');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-title {
    color: #4f4993;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(79,73,147,1) !important;
    border-top: 0px solid rgba(217,255,42,1) !important;
}

.text-muted {
    color: #ffffff !important;
}