@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos gerais */
body {
    height: 100vh;    
}


header {
    background-color: #2d32a7;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    height: 50px;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background: rgba(0, 0, 102, 0.8) url('../images/Background.png') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 80px 20px 40px 20px;
}

.index {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    height: 70%;
    background: rgba(0, 0, 102, 0.8) url('../images/Background.png') no-repeat center center/cover;
    color: #fff;
    text-align: center;
}

.index-about {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza horizontalmente o conteúdo */
    align-items: center; 
    height: 100%;
    text-align: center;
    color: #fff;
}

.index-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza horizontalmente o conteúdo */
    align-items: center;
    height: 100%;
    text-align: center;
    color: #fff;
}

.logo img {
    height: 400px;
}

.hero-content {
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

/* Footer */
footer {
    background-color: #2d32a7;
    padding: 20px 0;
    color: #fff;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 0;
}

.footer-logo img {
    height: 150px;
}

.footer-links {
    margin-left: 2px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

.footer-info h3 {
    margin-bottom: 5px;
}

.footer-social {
    text-align: center;
    margin-top: 10px;
}

.footer-social a {
    margin: 0 10px;
}

.footer-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #fff;
}

.footer-copy a {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit; /* Herda a cor do elemento pai (neste caso, a cor do texto do parágrafo) */
}

.cta-button {
    background-color: #ffd700;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.car-images img {
    width: 100%;
    max-width: 800px;
    margin: 10px;
}

.images-consorcio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.images-consorcio img {
    max-width: 100%;
    height: auto;
}

.contact-form {
    background: rgba(0, 0, 102, 0.8) url('../images/Background2.png') no-repeat center center/cover;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    
}

.contact-form input,
.contact-form select,
.contact-form button {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.contact-form button {
    background-color: #F9CF00; /* Cor azul */
    border: none;
    padding: 10px;
    cursor: pointer;
}

.contact-form h2 {
    color: #f9f500; /* Cor azul */
}

.contact-form button:hover {
    background-color: #a2f900; /* Cor mais escura quando o mouse passa por cima */
}

.container-beneficios {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}
.left-section {
    width: 100%;
    max-width: 500px;
}
.left-section h2 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.left-section h1 {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.left-section p {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.left-section button {
    background-color: #0000ff;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.right-section {
    width: 100%;
    max-width: 500px;
}
.benefit {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
}
.benefit i {
    font-size: 24px;
    color: #0000ff;
    margin-right: 20px;
}
.benefit h3 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.benefit p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

a {
    width: 100%;
    height: 100%;
    color: inherit;
}
  
  .caroussel {
    position: relative;
    height: 450px;
    padding: 15px;
    padding: 50px 70px;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .card::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #4B45FF;
    border-radius: 20px 20px 0 0;
  }
  
  .card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
  }
  
  .caroussel .card img {
    width: 180px;
    padding: 3px;
  }
  
  .card .name-consorcio {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  
  .name-consorcio .name {
    font-size: 20px;
    font-weight: 600;
  }
  
  .name-consorcio .consorcio {
    font-size: 15px;
    font-weight: 500;
  }
  
  .card .button {
    width: 100%;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
  }
  
  .card .button button {
    background: #4B45FF;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .button button:hover {
    background: #4B45FF;
  }
  
  .swiper-pagination {
    position: absolute;
  }
  
  .swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #4B45FF;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0.7;
    color: #4B45FF;
    transition: all 0.3s ease;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1;
    color: #4B45FF;
  }

  .sliderMain{
    position: relative; 
    background: #000116; 
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    }

    .sliderMain .slideMain{
        position: absolute;
        width: 100%;
        height: 100%;
        clip-path: circle(0% at 0 50%);
    }

    .sliderMain .slideMain.active{
        clip-path: circle(150% at 0 50%);
        transition: 1s;
    }

    .sliderMain .slideMain img{ 
        position: absolute; 
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sliderMain .slideMain .info{
        position: absolute;
        color: #2d32a7; 
        background: rgba(255, 255, 255, 0.3);
        width: 45%;
        height: 20%;
        margin-top: 50px;
        margin-left: 50px;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
    }

    .sliderMain .slideMain .info h2{
        font-size: 2em; 
        font-weight: 800;
    }
    
    .navigation{ 
        height: 500px; 
        display: flex;
        align-items: center;
        justify-content: space-between;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .sliderMain:hover .navigation{ 
        opacity: 1;
    }

    .prev-btn, .next-btn{
        z-index: 999;
        font-size: 2em;
        color: #222; 
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        cursor: pointer;
    }

    .prev-btn{
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .next-btn{
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .navigation-visibility{
        z-index: 999; 
        display: flex;
        justify-content: center;
    }
    .navigation-visibility .slide-icon{
        z-index: 999;
        background: rgba(255, 255, 255, 0.5); 
        width: 20px;
        height: 10px;
        transform: translateY(-50px);
        margin: 0 6px;
        border-radius: 2px;
        box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    }

    .navigation-visibility .slide-icon.active{
        background: #4285F4; 
    }
    nav {
        top: 0;
        width: 100%;
        color: #fff;
        padding: 10px 0;
        z-index: 99;
    }
    
    nav ul {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0;
        margin: 0;
    }
    
    nav ul li {
        position: relative; /* Necessário para posicionar o submenu */
    }
    
    nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }
    
    nav ul li a.active {
        color: #ffd700; /* Cor amarela para link ativo */
    }
    
    nav ul li a:hover {
        text-decoration: underline;
    }
    
    /* Estilo do submenu */
    .submenu {
        display: none; /* Esconde o submenu por padrão */
        position: absolute;
        top: 100%; /* Posiciona logo abaixo do item principal */
        left: 0;
        background: #2d32a7;
        list-style: none;
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }
    
    .submenu li {
        margin-bottom: 10px;
    }
    
    .submenu li:last-child {
        margin-bottom: 0;
    }
    
    .submenu li a {
        color: white;
        text-decoration: none;
        font-size: 16px;
    }
    
    .submenu li a:hover {
        text-decoration: underline;
    }
    
    /* Exibe o submenu ao passar o mouse */
    nav ul li:hover .submenu {
        display: block;
    }

    /* Responsividade */
@media (max-width: 768px) {
    body{
        height: auto;
    }    

    .hero-content h1 {
        font-size: 2em;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .container-beneficios {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .left-section, .right-section {
        width: 100%;
    }
    .left-section {
        order: 2;
        margin-top: 20px;
    }
    .benefit {
        width: 100%;
    }
    .caroussel {
      padding: 15px;
    }

    .swiper {
        height: 100%;
      }
  
    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }

    .images-consorcio img {
        width: 25%;
    }

    .sliderMain{
        width: 100%;
    }

    .sliderMain .slideMain .info{
        position: relative;
        width: 80%;
        height: 50%;
        margin-right: auto;
        margin-left: auto;
    }

    .logo img {
        height: 200px;
    }
}



