@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&family=Inter:wght@400;600&display=swap');

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: 'Inter', sans-serif;
background: #0f0f0f;
overflow-x: hidden;
position: relative;
color: #fff;
}

@keyframes sparkles {
from {
background-position: 0 0;
}
to {
background-position: 100px 100px;
}
}

@keyframes fadeInUp {
0% {
transform: translateY(30px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}

.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
}

.reveal.active {
opacity: 1;
transform: translateY(0);
}


/* LAYOUT GERAL */
.container-t {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
height: 180px;
z-index: 1;
position: relative;
}

.container-blocos {
display: flex;
flex-direction: column;
gap: 60px;
position: relative;
z-index: 1;
margin-bottom: 60px;
}

.bloco {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}

.card-link {
text-decoration: none;
color: inherit;
display: block;
}

.card {
width: 490px;
border-radius: 20px;
overflow: hidden;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 20px rgba(0,0,0,0.4);
transition: transform 0.3s ease, box-shadow 0.3s ease;
animation: fadeInUp 1s ease forwards;
opacity: 0;
max-width: 100%;
}

.card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(71, 20, 255, 0.3);
}

.card img {
width: 100%;
height: auto;
max-height: 274px;
object-fit: cover;
border: rgba(255, 255, 255, 0.05) 15px solid;
}

.text {
padding: 20px;
font-size: 15px;
color: #ddd;
text-align: center;
line-height: 1.6;
}

.footer {
background-color: #1A1A1A;
width: 100%;
margin: 0;
padding: 0;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
}

body {
display: flex;
flex-direction: column;
}

footer {
margin-top: auto;
}


.footer-content {
color: #fff;
padding: 40px;
text-align: center;
font-size: 14px;
position: relative;
max-width: 1200px; 
margin: 0 auto; 
width: auto;
line-height: 30px;
}

.footer img {
width: 100px;
height: auto;
}

.header {
padding: 30px 20px;
}

.logo-container {
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
max-width: 1200px;
margin: 0 auto;
}

.logo-container img {
max-width: 100%;
height: auto;
}

.main {
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1200px;
margin: 0 auto;
padding: 50px 0;
position: relative;
}

.content {
max-width: 600px;
z-index: 2;
}

.image {
margin-right: 0px;
position: absolute;
right: -80px;
top: 0;
}

.image img {
max-width: 550px;
height: auto;
box-shadow: 0 0 20px rgba(77, 111, 255, 0.4);
border-radius: 12px;
}

h1 {
font-size: 45px;
font-weight: 800;
line-height: 1.2;
margin: auto;
padding: 0px 0px 70px;
}

.highlight {
color: #4D6FFF;
}

.cta-button {
display: inline-block;
margin: 30px 0;
}

.cta-button img {
width: 308px;
height: auto;
}

.signature {
margin-top: 60px;
}

.divider {
width: 100%;
height: 3px;
background: #4D6FFF;
margin: 20px 0;
}

.signature h2 {
font-size: 40px;
font-weight: 800;
}

.consultancy-info {
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1200px;
margin: 0 auto;
padding: 50px 0;
position: relative;
}

.info-section {
padding: 80px 20px;
margin-top: 60px;
display: block;
}

.info-container {
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1200px;
margin: 0 auto;
padding: 50px 0;
position: relative;
}

.img-espacada {
margin-top: 80px;
box-shadow: 0 0 20px rgba(77, 111, 255, 0.4);
border-radius: 12px;
}

.titulo-consultoria {
font-size: 1.7rem;
font-weight: 800;
line-height: 1.4;
margin-bottom: 30px;
background: linear-gradient(to right, #4D6FFF, #00FFFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.btn-consultoria {
background-color: #4D6FFF;
color: #fff;
font-weight: 600;
padding: 12px 28px;
font-size: 1.1rem;
border-radius: 20px;
border: none;
transition: background-color 0.3s ease;
display: inline-block;
margin-top: 100px;
width: fit-content;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;

}

.btn-consultoria::after {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 200%;
height: 200%;
background: rgba(255, 255, 255, 0.1);
transform: translate(-50%, -50%) scale(0);
border-radius: 50%;
transition: transform 0.5s ease;
z-index: 0;
}

.btn-consultoria:hover::after {
transform: translate(-50%, -50%) scale(1);
}

.btn-consultoria:hover {
background-color: #2f51d3;
color: #fff;
text-decoration: none;
}

.botao-consultoria{
background-color: #4D6FFF;
margin: auto;
padding: 16px 31px;
border-radius: 31px;
;
}


p {
text-align: center;
font-size: medium;
padding: 10px;
}

.patrocinadores{
padding: 10px;
}
.card-consultoria img {
width: 15%;
height: auto;
object-fit: cover;
border: rgba(255, 255, 255, 0.05)  ;
}




@media (max-width: 768px) {
.logo-container {
flex-direction: column;
gap: 30px;
}

.logo-container img {
max-width: 200px;
}

.main {
flex-direction: column;
align-items: center;
text-align: center;
}

h1 {
font-size: 32px;
font-weight: 800;
text-align: center;

}

.content {
margin-bottom: 40px;
}

.image img {
max-width: 100%;
}

.image {
position: relative;
right: 0;
width: 100%;
}

.titulo-consultoria {
font-size: 1.4rem;
}

.btn-consultoria {
font-size: 1rem;
padding: 15px 27px;
margin-top: 40px;

}

.container.text-center,
.container-fluid {
padding-left: 20px;
padding-right: 20px;
}

p {
text-align: center;
font-size: unset;
font-weight: 600;
}
.text-bg{
font-size: 35px;
font-weight: 700;
}
.card-consultoria img {
width: 15%;
height: auto;
object-fit: cover;
border: rgba(255, 255, 255, 0.05) ;
border-radius: 50px;
}
}

/* ESTILOS CUSTOMIZADOS PARA AS SEÇÕES MELHORADAS */

/* Seção Guilherme Torquato */
.guilherme-section {
background: rgba(255, 255, 255, 0.03);
border-radius: 20px;
padding: 30px;
margin-bottom: 30px;
border: 1px solid rgba(77, 111, 255, 0.2);
backdrop-filter: blur(10px);
}

.guilherme-title {
font-size: 1.8rem;
font-weight: 800;
color: #4D6FFF;
text-align: center;
margin-bottom: 25px;
line-height: 1.3;
background: linear-gradient(135deg, #4D6FFF, #00FFFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.qualifications {
margin-bottom: 25px;
}

.qualification-text {
font-size: 1.1rem;
color: #e0e0e0;
text-align: center;
line-height: 1.6;
margin-bottom: 0;
padding: 15px;
background: rgba(77, 111, 255, 0.1);
border-radius: 15px;
border-left: 4px solid #4D6FFF;
}

.cta-highlight {
margin-bottom: 30px;
}

.cta-text {
font-size: 1.2rem;
font-weight: 600;
color: #00FFFF;
text-align: center;
margin-bottom: 0;
padding: 20px;
background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(77, 111, 255, 0.1));
border-radius: 15px;
border: 1px solid rgba(0, 255, 255, 0.3);
}

.achievements-section {
margin-top: 30px;
}

.achievements-title {
font-size: 1.4rem;
font-weight: 700;
color: #FFD700;
text-align: center;
margin-bottom: 20px;
text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.achievements-list {
display: flex;
flex-direction: column;
gap: 12px;
}

.achievement-item {
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
padding: 15px;
border-left: 4px solid #FFD700;
transition: all 0.3s ease;
}

.achievement-item:hover {
background: rgba(255, 215, 0, 0.1);
transform: translateX(5px);
}

.achievement-item p {
margin: 0;
font-size: 1rem;
color: #f0f0f0;
text-align: left;
line-height: 1.5;
}

/* Seção UnderTeam */
.underteam-section {
background: rgba(255, 255, 255, 0.03);
border-radius: 20px;
padding: 30px;
border: 1px solid rgba(0, 255, 255, 0.2);
backdrop-filter: blur(10px);
}

.underteam-main-title {
font-size: 1.8rem;
font-weight: 800;
color: #00FFFF;
text-align: center;
margin-bottom: 25px;
line-height: 1.3;
background: linear-gradient(135deg, #00FFFF, #4D6FFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.benefits-container {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 30px;
}

.benefit-item {
background: rgba(0, 255, 255, 0.05);
border-radius: 12px;
padding: 18px;
border-left: 4px solid #00FFFF;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.benefit-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background: linear-gradient(90deg, rgba(0, 255, 255, 0.1), transparent);
transition: width 0.3s ease;
}

.benefit-item:hover::before {
width: 100%;
}

.benefit-item:hover {
background: rgba(0, 255, 255, 0.1);
transform: translateX(8px);
box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
}

.benefit-item p {
margin: 0;
font-size: 1rem;
color: #f0f0f0;
text-align: left;
line-height: 1.6;
font-weight: 500;
}

.motivational-section {
text-align: center;
margin-top: 30px;
padding: 25px;
background: linear-gradient(135deg, rgba(255, 0, 100, 0.1), rgba(255, 100, 0, 0.1));
border-radius: 15px;
border: 1px solid rgba(255, 100, 0, 0.3);
}

.motivational-text {
font-size: 1.3rem;
font-weight: 700;
color: #FF6B35;
margin-bottom: 10px;
text-shadow: 0 0 10px rgba(255, 107, 53, 0.3);
}

.motivational-text:last-child {
margin-bottom: 0;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
.guilherme-section,
.underteam-section {
padding: 20px;
margin-bottom: 20px;
}

.guilherme-title,
.underteam-main-title {
font-size: 1.5rem;
}

.qualification-text,
.cta-text {
font-size: 1rem;
padding: 12px;
}

.achievement-item,
.benefit-item {
padding: 12px;
}

.achievement-item p,
.benefit-item p {
font-size: 0.9rem;
}

.motivational-text {
font-size: 1.1rem;
}
}

/* Container para imagem e botão */
.image-button-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.image-button-container img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.image-button-container .btn-consultoria {
margin-top: 0;
width: fit-content;
}

/* Container da imagem */
.image-container {
display: flex;
justify-content: center;
align-items: center;
}

.image-container img {
max-width: 100%;
height: auto;
border-radius: 15px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
transition: transform 0.3s ease;
}

.image-container img:hover {
transform: scale(1.02);
}

/* Botão melhorado e mais bonito */
.btn-consultoria-enhanced {
background: linear-gradient(135deg, #4D6FFF, #00FFFF, #FF6B35);
background-size: 200% 200%;
color: #fff;
font-weight: 700;
font-size: 1.3rem;
padding: 18px 40px;
border-radius: 50px;
border: none;
text-decoration: none;
display: inline-block;
margin: 20px auto;
width: fit-content;
position: relative;
overflow: hidden;
box-shadow: 0 10px 30px rgba(77, 111, 255, 0.4);
transition: all 0.4s ease;
animation: gradientShift 3s ease infinite;
text-transform: uppercase;
letter-spacing: 1px;
}

.btn-consultoria-enhanced::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.6s ease;
}

.btn-consultoria-enhanced:hover::before {
left: 100%;
}

.btn-consultoria-enhanced:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(77, 111, 255, 0.6);
background-size: 300% 300%;
}

.btn-consultoria-enhanced:active {
transform: translateY(-1px);
box-shadow: 0 8px 25px rgba(77, 111, 255, 0.5);
}

@keyframes gradientShift {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

/* Seção de Parceiros */
.partners-section {
margin-top: 50px;
padding: 40px 20px;
background: linear-gradient(135deg, rgba(77, 111, 255, 0.05), rgba(0, 255, 255, 0.05));
border-radius: 25px;
border: 1px solid rgba(77, 111, 255, 0.2);
backdrop-filter: blur(10px);
position: relative;
overflow: hidden;
}

.partners-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, #4D6FFF, #00FFFF, #FF6B35, #4D6FFF);
background-size: 200% 100%;
animation: gradientShift 3s ease infinite;
}

.partners-title {
font-size: 1.8rem;
font-weight: 800;
color: #00FFFF;
text-align: center;
margin-bottom: 30px;
text-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
background: linear-gradient(135deg, #00FFFF, #4D6FFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.partners-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
max-width: 1000px;
margin: 0 auto;
}

.partner-item {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
background: rgba(255, 255, 255, 0.03);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}

.partner-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent);
transition: left 0.6s ease;
}

.partner-item:hover::before {
left: 100%;
}

.partner-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 255, 255, 0.2);
border-color: rgba(0, 255, 255, 0.4);
background: rgba(0, 255, 255, 0.05);
}

.partner-logo {
max-width: 100%;
max-height: 80px;
height: auto;
object-fit: contain;
filter: brightness(1.1) contrast(1.1);
transition: all 0.3s ease;
}

.partner-item:hover .partner-logo {
transform: scale(1.1);
filter: brightness(1.3) contrast(1.2);
}

/* Responsividade para parceiros */
@media (max-width: 768px) {
.partners-section {
padding: 30px 15px;
margin-top: 30px;
}

.partners-title {
font-size: 1.5rem;
margin-bottom: 25px;
}

.partners-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.partner-item {
padding: 15px;
}

.partner-logo {
max-height: 60px;
}
}

@media (max-width: 480px) {
.partners-grid {
grid-template-columns: 1fr;
gap: 15px;
}

.partner-logo {
max-height: 50px;
}
}