﻿
body {
    font-family: 'Poppins', sans-serif;
    background-color: #1b2a38;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1000px;
    margin: auto;
    padding: 60px 20px;
    margin-top:10px;
}

h1 {
    font-size: 40px;
    color: #4A90E2;
    margin-bottom:5px;
    text-align: center;
    margin:-20px
}

h2 {
    font-size: 24px;
    color: #7ED6DF;
    text-align: center;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
}

.photo {
    display: block;
    margin: 30px auto;
    max-width: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: -10px;
}

.benefit {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    width: 300px;
    text-align: center;
    
}

    .benefit h3 {
        color: #4A90E2;
        margin-bottom: 15px;
    }

    .benefit p {
        font-size: 16px;
        color: #555;
    }

.navBarLinkDekstop {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    font-size: 20px; /*tamanho letra menu*/
    gap: 10px;
    justify-content: center;
}

    .navBarLinkDekstop li {
        color: black;
        padding: 5px 10px;
        margin:0;
    }

    .navBarLinkDekstop a,
    .navBarMobile a {
        color: black;
        text-decoration: none;
        transition: 0.3s;
        line-height: 1.2;
    }

    .navBarLinkDekstop a:hover {
        color: #954ebf;
    }

.mobile-menu {
    display: none;
    position: fixed;
    top: 10px;
    right: 0;
    width: 30%;
    height: 60%;
    background: rgba(176, 171, 171, 0.9);
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    z-index: 5;
}

.navBarLinkMobile {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    width: 80%;
    list-style: none;
    padding: 0;
}

.navBarLinkMobile {
    border-bottom: 1px solid rgba(114, 44, 134, 0.9);
    padding-bottom: 1.2rem;
}

.Hamburger,
.close {
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: none;
}

.close {
    margin-top: 20px;
    margin-right: 20px;
    display: block;
    align-self: end;
}

.flex {
    display: flex;
}

.logo {
    font-size: 50px;
    color: rgba(176, 171, 171, 0.9); /* Melhor prática: usar 'rgba' para opacidade */
    -webkit-text-stroke: 1px rgba(114, 44, 134, 0.9);
    font-family: 'Times New Roman';
    display: flex; /* Define o contêiner como flexível */
    align-items: center; /* Alinha os itens no centro verticalmente */
    white-space: nowrap; /* Impede quebra de linha no texto */
}

.logo-img {
    margin-right: 10px; /* Espaço entre a imagem e o texto */
    max-width: 5rem; /* Define a largura máxima da imagem */
    height: auto; /* Mantém a proporção da imagem */
    margin-left: 20px; /* Ajusta o deslocamento */
    display: block; /* Corrige o uso de 'flex' na imagem */
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #F7F9FC;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

h1 {
    font-size: 40px;
    color: #4A90E2;
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    font-size: 24px;
    color: #7ED6DF;
    text-align: center;
    margin-bottom: 40px;
}

p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
}

.photo {
    display: block;
    margin: 30px auto;
    max-width: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.benefit {
    background: white;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    width: 300px;
    text-align: center;
}

    .benefit h3 {
        color: #4A90E2;
        margin-bottom: 15px;
    }

    .benefit p {
        font-size: 16px;
        color: #555;
    }

.button {
    background-color: #4A90E2;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top:-40px;
    margin-left:550px;
}
.buttonB {
    background-color: #4A90E2;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 435px;
}

.navBarLinkDekstop {
    display: flex;
}

.Hamburger {
    display: none;
} 

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366; /* cor verde WhatsApp */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    text-decoration: none;
    z-index: 1000;
    transition: transform 0.3s;
}

    .whatsapp-button:hover {
        transform: scale(1.1);
    }

    .whatsapp-button img {
        width: 30px;
        height: 30px;
    }

@media (max-width: 768px){

    .button {
        background-color: #4A90E2;
        color: white;
        padding:10px 20px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        margin-top:0px;
        margin-left:85px;
    }

        .button:hover {
            background-color: #357ABD;
        }
    .buttonB {
        background-color: #4A90E2;
        color: white;
        padding: 14px 28px;
        border: none;
        border-radius: 8px;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        margin-top: 10px;
        margin-left: 50px;
    }
        .container {
        
        margin: auto;
        padding: 60px 20px;
    }
       
  




}