@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400&family=Montserrat:wght@400&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;

}

header {
    background-color: #7b51cd;
    text-align: center;
    padding: 20px;
    transition: background-color 0.3s ease;
}


article{
    background-color: #f2f9ee;
}


.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 980px;
    text-align: left;
}

.container-2{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 980px;
    padding-bottom: 50px;

}


.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Estilo do header e navegação */

.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.menu {
    position: fixed;
    list-style: none;
    margin-top: -10px;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: #7b51cd;
    width: 100%;
    z-index: 100;
    height: 40px;
}

.menu li {
    display: inline-block;
    justify-content: center;
}

.menu a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    transition: color 0.3s;
}

.menu a:hover {
    color: #fbca27;
}

/* Botão de menu responsivo */
.menu-toggle {
    display: none;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.5em;
    cursor: pointer;
}

html{
    scroll-behavior: smooth;
}

.content{
    display: flex;
    flex-direction: row;
}

.hero {
    max-width: 600px;
    text-align: left;
    
}

.title{
    font-weight: bolder;
    font-family: 'Fredoka';
    font-size: 48px;
    fill: #fff;

}

.principal-subtitle {
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: bolder;
}

.principal-text {
    font-size: 22px;
    color: #ffffff;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 35px;
    font-size: 1.2em;
    color: #000000;
    background-color: #00ca91; /* Fundo do botão */
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}

.button::before {
    content: '';
    position: absolute;
    left: 5px; /* Posiciona o círculo à esquerda do texto */
    width: 30px;
    height: 30px;
    background-color: #87cfd3; /* Cor do círculo, um pouco mais clara que o fundo do botão */
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 0;
}

.button:hover::before {
    transform: translateX(670%); /* Move o círculo para a direita ao passar o mouse */
}

.button {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: bold;
}


.image{
    width: 100%;
}
.image2{
    padding-top: 20px;
    max-height: 10%;

}

.text-article{
    padding-top: 50px;
}

.text-article p{
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 1.5em;
}

.article-1 {   

    transition: background-color 0.5s ease; /* Transição suave de cor */
    padding-left: 150px;
    padding-right: 150px;
}
      
.title1{
    color: #239e62;
    font-size: 32px;
    font-weight: 900;
}

.title2{
    color: #7b51cd;
    font-size: 32px;
}

.title3{
    color: #ef4e3c;
    font-size: 32px;
}
.title4{
    color: #0995ff;
    font-size: 32px;
}

.article-1 p{
    font-size: 23px;
    line-height: 1.8em;
}
.article-1 ul{
    font-size: 23px;
    line-height: 1.8em;

}

.carousel {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    overflow: visible;
    max-width: 100%;
    height: 100%; /* Aumente a altura conforme necessário */
    overflow: visible;
    border-radius: 8px;
  }
  
  .carousel-content {
    display: none; /* Oculta todos os slides por padrão */
  }
  
  .carousel-content.active {
    display: block; /* Exibe apenas o slide ativo */
  }
  
  
  
  .carousel ul {
    padding-left: 40px;
  }


  
.carousel-btn {
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    border: none;
    font-size: 4em;
    cursor: pointer;
    background-color: transparent;
    max-width: 100%;
  }
  
  .prev {
    left: 0;
  }
  
  .next {
    right: 0;
  }

  
  .info-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 35px;
    font-size: 18px;
    color: #000000;
    background-color: #00ca91; /* Fundo do botão */
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
  }
  
  .info-btn1::before {
    content: '';
    position: absolute;
    left: 5px; /* Posiciona o círculo à esquerda do texto */
    width: 30px;
    height: 30px;
    background-color: #87cfd3; /* Cor do círculo, um pouco mais clara que o fundo do botão */
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 0;
}

.info-btn1:hover::before {
    transform: translateX(630%); /* Move o círculo para a direita ao passar o mouse */
}

 .info-btn1 {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: bold;
}
  .info-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 35px;
    font-size: 18px;
    color: #000000;
    background-color: #7a50cc; /* Fundo do botão */
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
  }
  
  .info-btn2::before {
    content: '';
    position: absolute;
    left: 5px; /* Posiciona o círculo à esquerda do texto */
    width: 30px;
    height: 30px;
    background-color: #8187c0; /* Cor do círculo, um pouco mais clara que o fundo do botão */
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 0;
}

.info-btn2:hover::before {
    transform: translateX(725%); /* Move o círculo para a direita ao passar o mouse */
}

 .info-btn2 {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: bold;
}
  .info-btn3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 35px;
    font-size: 18px;
    color: #000000;
    background-color: #ef4e3c; /* Fundo do botão */
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
  }
  
  .info-btn3::before {
    content: '';
    position: absolute;
    left: 5px; /* Posiciona o círculo à esquerda do texto */
    width: 30px;
    height: 30px;
    background-color: #f06e6e; /* Cor do círculo, um pouco mais clara que o fundo do botão */
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 0;
}

.info-btn3:hover::before {
    transform: translateX(785%); /* Move o círculo para a direita ao passar o mouse */
}

 .info-btn3 {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: bold;
}
  .info-btn4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 35px;
    font-size: 18px;
    color: #000000;
    background-color: #0995ff; /* Fundo do botão */
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
  }
  
  .info-btn4::before {
    content: '';
    position: absolute;
    left: 5px; /* Posiciona o círculo à esquerda do texto */
    width: 30px;
    height: 30px;
    background-color: #87cfd3; /* Cor do círculo, um pouco mais clara que o fundo do botão */
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 0;
}

.info-btn4:hover::before {
    transform: translateX(665%); /* Move o círculo para a direita ao passar o mouse */
}

 .info-btn4 {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: bold;
}

main{
    background-color: #7b51cd;
    overflow: hidden;
}

main h3{
    color: #fff;
    font-size: 32px;
    display: flex;
}

main p{
    font-size: 14px;
    font-family: "Montserrat", ;
}


#outros-servicos .main-container {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens "quebrem" para uma nova linha */
    gap: 40px; /* Espaçamento entre as divs */
    justify-content: space-between; /* Distribui espaço entre os itens */
}

#outros-servicos .main-content {
    padding: 20px;
    max-width: 400px;
    flex: 1 1 calc(50% - 20px); /* Ocupa 50% menos o espaço do gap */
    box-sizing: border-box; /* Garante que padding e border sejam incluídos no tamanho total */
    border: 1px solid #ddd;
    border-radius: 43% 33% 52% 25% / 22% 20% 20% 14%;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#outros-servicos h3 {
    text-align: center;
    margin-bottom: 20px;
}



footer {
    background-color: #7b51cd;
    color: white;
    padding: 20px 0;
}

footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

footer .footer-content {
    display: flex;
    flex-wrap: wrap; /* Permite quebra de linhas em telas menores */
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-column {
    flex: 1 1 calc(33.33% - 20px); /* Cada coluna ocupa 1/3 da largura */
    min-width: 200px; /* Tamanho mínimo */
}

footer .footer-column h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

footer .footer-column ul {
    list-style: none;
    padding: 0;
}

footer .footer-column ul li {
    margin-bottom: 8px;
}

footer .footer-column ul li a {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

footer .footer-column ul li a:hover {
    color: #ffdd57;
}

footer .footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
}

footer a {
    color: #ffdd57; /* Cor do link no footer */
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

hidden{
    display: none;
}

@media (max-width: 768px) {

    #outros-servicos .main-content {
        flex: 1 1 100%; /* Em telas menores, as divs ocupam toda a largura */    }

        footer .footer-content {
            flex-direction: column;
            text-align: center;
        }
        footer .footer-column {
            flex: 1 1 auto;
        }
    
        .menu-toggle {
            display: block;
        }
    
        .menu {
            margin-top: -600px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 35vh;
            background-color: #7b51cd;
            z-index: 10;
            opacity: 0;
            transform: scaleY(0);
            transform-origin: top;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
    
        .menu.visible {

            opacity: 1;
            transform: scaleY(1);
        }
    
        .menu a {
            font-size: 1.5em;
            padding: 15px;
            color: #ffffff;
            text-align: center;
            width: 100%;
        }
    
        .content {
            flex-direction: column-reverse; /* Traz a imagem para o topo */
        }
    
        .image img {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
        }
    
   
        .principal-subtitle,
        .principal-text {
            font-size: 1.2em;
        }


}


@media (max-width: 1200px){
    .article-1{
        padding-left: 0;
        padding-right: 0;
    }    
}

@media (max-width: 480px){
    .title{
        align-items: center;
        text-align: center;
        font-size: 38px;
    }   
}