Cristaldo na MLS? Meia define futuro no Grêmio após sondagem oficial
Com sondagem do Toronto FC, da MLS, o camisa 10 Franco Cristaldo comunicou sua decisão ao Grêmio, priorizando o projeto esportivo e agitando o mercado da bola.
Toronto FC formaliza interesse, mas Cristaldo breca avanço
A decisão de Cristaldo: Foco total no Grêmio
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f5f5f5;
}
.related-posts-container {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-top: 5px solid #0066cc;
border-bottom: 5px solid #1a1a1a;
padding: 45px 20px;
margin: 40px 0;
border-radius: 8px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.related-posts-header {
display: flex;
align-items: center;
margin-bottom: 35px;
gap: 15px;
}
.related-posts-header::before {
content: ”;
width: 6px;
height: 40px;
background: linear-gradient(180deg, #0066cc 0%, #004499 100%);
border-radius: 3px;
box-shadow: 0 2px 8px rgba(0, 102, 204, 0.4);
}
.related-posts-header h2 {
font-size: 32px;
color: #1a1a1a;
font-weight: 800;
letter-spacing: -0.8px;
text-transform: uppercase;
}
.related-posts-header p {
font-size: 13px;
color: #666;
margin-top: 8px;
font-weight: 500;
letter-spacing: 0.5px;
}
.posts-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 28px;
margin-top: 30px;
}
.post-card {
background: #ffffff;
border-radius: 6px;
overflow: hidden;
transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
border-left: 5px solid #0066cc;
border-bottom: 3px solid #1a1a1a;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
height: 100%;
position: relative;
}
.post-card::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #0066cc 0%, #004499 50%, #1a1a1a 100%);
}
.post-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 102, 204, 0.2);
border-left-color: #004499;
}
.post-number {
background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
color: #ffffff;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 22px;
margin-bottom: 15px;
box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}
.post-card-content {
padding: 28px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.post-card-title {
font-size: 19px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 18px;
line-height: 1.45;
flex-grow: 1;
}
.post-card-title a {
color: #1a1a1a;
text-decoration: none;
transition: color 0.3s ease;
display: block;
}
.post-card-title a:hover {
color: #0066cc;
}
.post-card-footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 18px;
padding-top: 18px;
border-top: 2px solid #e8e8e8;
}
.post-card-date {
font-size: 11px;
color: #999;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.6px;
}
.post-card-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #0066cc;
text-decoration: none;
font-weight: 700;
font-size: 12px;
transition: all 0.3s ease;
padding: 7px 14px;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.post-card-link:hover {
background-color: rgba(0, 102, 204, 0.12);
color: #004499;
gap: 12px;
box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2);
}
.post-card-link::after {
content: ‘→’;
transition: transform 0.3s ease;
}
.post-card-link:hover::after {
transform: translateX(4px);
}
.divider {
height: 3px;
background: linear-gradient(90deg, transparent, #0066cc 20%, #1a1a1a 50%, #0066cc 80%, transparent);
margin: 40px 0;
opacity: 0.6;
border-radius: 2px;
}
.cta-section {
text-align: center;
margin-top: 35px;
padding-top: 25px;
}
.cta-button {
display: inline-block;
background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
color: #ffffff;
padding: 15px 36px;
border-radius: 6px;
text-decoration: none;
font-weight: 700;
font-size: 13px;
transition: all 0.3s ease;
border: 2px solid transparent;
cursor: pointer;
box-shadow: 0 5px 18px rgba(0, 102, 204, 0.35);
text-transform: uppercase;
letter-spacing: 0.6px;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(0, 102, 204, 0.45);
background: linear-gradient(135deg, #004499 0%, #003366 100%);
}
.cta-button-outline {
background: transparent;
color: #0066cc;
border: 2px solid #0066cc;
box-shadow: none;
}
.cta-button-outline:hover {
background: rgba(0, 102, 204, 0.08);
border-color: #004499;
color: #004499;
box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
}
.separator {
display: inline-block;
margin: 0 12px;
color: #ddd;
font-weight: 300;
}
/* Responsivo */
@media (max-width: 768px) {
.related-posts-container {
padding: 35px 15px;
margin: 30px 0;
border-top: 4px solid #0066cc;
border-bottom: 4px solid #1a1a1a;
}
.related-posts-header h2 {
font-size: 24px;
}
.related-posts-header p {
font-size: 12px;
}
.posts-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.post-card-content {
padding: 22px;
}
.post-card-title {
font-size: 17px;
margin-bottom: 14px;
}
.post-card-date {
font-size: 10px;
}
.cta-button {
padding: 12px 28px;
font-size: 12px;
}
}
@media (max-width: 480px) {
.related-posts-container {
padding: 25px 12px;
border-radius: 6px;
margin: 20px 0;
}
.related-posts-header h2 {
font-size: 20px;
}
.related-posts-header::before {
width: 4px;
height: 28px;
}
.post-card-title {
font-size: 15px;
margin-bottom: 12px;
}
.post-card-content {
padding: 18px;
}
.post-number {
width: 42px;
height: 42px;
font-size: 18px;
}
.post-card-link {
font-size: 11px;
padding: 6px 12px;
}
.divider {
margin: 30px 0;
}
.cta-button {
padding: 11px 24px;
font-size: 11px;
}
.separator {
display: none;
}
}
/* Modo escuro (opcional) */
@media (prefers-color-scheme: dark) {
.related-posts-container {
background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
}
.post-card {
background: #2a2a2a;
border-left-color: #0066cc;
border-bottom-color: #404040;
}
.post-card-title {
color: #ffffff;
}
.post-card-title a {
color: #ffffff;
}
.post-card-title a:hover {
color: #66b3ff;
}
.post-card-footer {
border-top-color: #404040;
}
.post-card-link {
color: #66b3ff;
}
.post-card-link:hover {
background-color: rgba(0, 102, 204, 0.25);
color: #99ccff;
}
.related-posts-header h2 {
color: #ffffff;
}
.related-posts-header p {
color: #aaa;
}
.post-card-date {
color: #777;
}
.divider {
background: linear-gradient(90deg, transparent, #0066cc 20%, #666 50%, #0066cc 80%, transparent);
}
}