/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333333;
    background: #f0f4f8;
    padding-top: 35px;
    
}

header, section {
    padding: 20px;
    text-align: center;
}

.logo {
    max-width: 120px;
    margin-bottom: 10px;
}

h1, h2 {
    font-weight: 700;
    /* margin-bottom: 10px; */
}

.subtitle {
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 20px;
}

p {
    margin: 10px 0;
}

.cta-button {
    background-color: #007bff;
    color: #fff;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: 900;
}

.cta-button:hover {
    background-color: #001c3a;
}

section {
    padding: 40px 20px;
    border-bottom: 5px solid #007bff; /* Barra verde */
    max-width: 650px;
    margin: 0 auto;
}

#form-section {
    background-color: #f4f4f4; /* Cinza claro */
    color: #333;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    margin: 10px 0;
    padding: 15px;
    width: 80%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[type="submit"] {
    background-color: #28a745; /* Verde */
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: 900;
    position: relative;
    padding-left: 40px;
}
button[type="submit"] img {
    position: absolute;
    left: 12px;
    top: 13px;
}

button[type="submit"]:hover {
    background-color: #218838;
}

iframe {
     max-width: 90%;
    /* height: 200px; */
    border: none;
    display: block;
    margin: 0 auto;
}

.testimonial {
    margin: 20px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar {
    width: 35px;
    /* height: 50px; */
    border-radius: 50%;
    margin-right: 10px;
}

.stars {
    color: gold;
    font-size: 1.2em;
    margin-left: 10px;
}

/* Footer */
footer {
    font-size: 0.6em;
    color: white;
    padding: 20px;
    text-align: center;
    background-color: #000000;
    color: #aeaeae;
}

footer a {
    color: #4a4a4a; /* Verde */
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Estilos Responsivos */
@media (max-width: 768px) {
    header, section {
        padding: 20px 10px;
    }

    input {
        width: 90%;
    }
}

.diferenciais {
    text-align: center;
    margin: 2em auto;
}

.diferenciais-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.diferencial {
    flex: 1 1 30%;
    max-width: 30%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.diferencial img {
    max-width: 100%;
    border-radius: 10px;
}

.diferenciais{
    padding: 20px 0px;
}
.diferencial h3 {
    margin-top: 10px;
    font-size: 1em;
    color: #28a745;
}

.diferencial p {
    font-size: 1em;
    color: #333;
}

@media (max-width: 768px) {
    .diferencial {
        flex: 1 1 100%;
        max-width: 90%;
    }

    button[type="submit"] {
        max-width: 90%;
        margin: 10px;
        width: 100%;
        padding-left: 20px;
    }
    .diferencial img {
        max-width: 100px;
    }
    .cta-button{
        width: 100%;
        max-width: 90%;
    }
}


.prove{
    font-weight: 900;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 40px;
    display: inline-block;
    margin: 30px;
}




@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
    20%, 40%, 60%, 80% { transform: translateX(10px); }
}

.shake {
    animation: shake 0.5s ease;
}


/* teste de traco */
.traco {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.traco::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #007bff;
    transition: width 2s;
    z-index: 1;
    opacity: 0.4;
}

.traco.visible::after {
    width: 100%;
}

.fixed-bar{
    text-align: center;
    background: #b2d7ff;
    padding: 15px;
    font-weight: 700;
    border-bottom: 2px solid #027bff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.spot{
    display: block;
    padding: 20px;
}
.floating-balloon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #eaeaea82;
    color: black;
    padding: 7px 10px;
    border-radius: 5px;
    display: none;
    z-index: 1001;
    border: 1px solid #a4a4a4;
    font-size: 12px;
}
.areaAgenda{
    background-color: #ccc;
    height: 200px;
    width: 100%;
}

.steap{
background: #b2d7ff;
    padding: 5px 21px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.8em;
}

#countdown{
    font-weight: 900;
}




.video-section {
    text-align: center;
    padding: 20px;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.video-item {
    flex: 1 1 calc(50% - 20px); /* 2 colunas lado a lado */
    max-width: calc(50% - 20px);
}

.video-item video {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .video-item {
        flex: 1 1 100%; /* 1 coluna por linha no mobile */
        max-width: 100%;
    }
}
