/* Estilos para a marca Mentorial */

.mentorial-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.mentorial-logo img {
    max-width: 200px;
    height: auto;
}

.contact-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    border-left: 4px solid #2563eb;
}

.contact-info h3 {
    color: #2563eb;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.contact-info p {
    margin: 5px 0;
    font-size: 0.9rem;
}

.contact-info i {
    margin-right: 8px;
    color: #2563eb;
}

.call-to-action {
    background-color: #2563eb;
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.call-to-action h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.call-to-action p {
    margin-bottom: 15px;
}

.call-to-action-btn {
    display: inline-block;
    background-color: white;
    color: #2563eb;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.call-to-action-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.mentorial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.mentorial-footer img {
    max-width: 120px;
    height: auto;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.report-header img {
    max-width: 150px;
    height: auto;
}

.report-footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.8rem;
    color: #666;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.whatsapp-button i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
}
