:root {
    --primary: #33a1ff;
    --secondary: #ffffff;
    --secondary: #1b1934;
}

.navbar-nav a .gradient-border {
    background: transparent;
    border: 2px solid transparent;
    background-image: linear-gradient(to right, var(--primary), var(--quinary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* background-color: var(--dark); */
    color: #1b19349f;
    ;
}

.hero {
    height: 100vh;
    background-image: url("https://img.freepik.com/fotos-gratis/pessoas-de-tiro-medio-trabalhando-no-escritorio_23-2149831300.jpg?t=st=1721644798~exp=1721648398~hmac=7347d5314da9cd56336d889766173fe9b6bb9ff296cd8968d48f2f765e8ce095&w=1340");
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: top;
}

.item {
    transition: .7s;
}

.hero {
    position: relative;

}

.hero::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #111111bd 20%, #111111bd 20%);
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #161C2D 99.54%); */
    background-blend-mode: multiply;
}

.heroDone {
    height: 100vh;
    padding: 200px 200px 40px 200px;
    background-image: linear-gradient(to right, var(--primary), var(--quinary));
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.cat {
    padding: 0 200px 50px 200px;
    background-image: linear-gradient(to right, var(--primary), var(--quinary));
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.cat .col-sm-6 {
    text-align: center;
    font-weight: 600;
    padding: 50px;
    background-color: var(--quinary);
}

.cat .col-sm-6 h6 {
    font-weight: 400;
    color: #fff;
    opacity: 1;
}


/* benefícios*/
.beneficio p {
    margin: 10px;

}

/* duracão*/
.duracao {
    color: #1b1934;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background: linear-gradient(to right, #33a0ff17, #33a0ff13, #33a0ff0c);
}
.Cfunciona {
     background: linear-gradient(to right, #33a0ff46, #33a0ff33, #33a0ff1e);
}

/* Depoimento*/
.testimonial-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    cursor: pointer;
}

.testimonial-card .card-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.testimonial-card .card-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}

.testimonial-card .customer-info {
    display: flex;
    align-items: center;
}

.testimonial-card .customer-info img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.testimonial-card .customer-info .customer-name {
    font-size: 1rem;
    font-weight: bold;
}

.testimonial-card .customer-info .customer-role {
    font-size: 0.875rem;
    color: #aaa;
}

.programacao {
    padding-top: 20px;
}

.Cparticipar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: #1b1934;
}

.inscricao form {
    color: #1b1934;
    font-weight: 600;
    border-radius: 10px;
    padding: 28px 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inscricao{
    background: linear-gradient(to right, #33a0ffda, #33a0ffc7, #33a0ff56);
    color: #ffff;
}

form .input-box {
    width: 100%;
    height: 80px;
}

form input,
form button {
    width: 100%;
    height: 50px;

}

/*FOOTER*/
.footer {
    padding: 100px 200px 100px 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;

}

.footer a {
    color: #33a1ff;
}

.footer .conversar {
    background-color: #33a0ff;
    color: #fff;
}

.footer .conversar:hover {
    background: linear-gradient(to right, #0d1249f6, #0d1269, #0d1289);
    color: #fff;
}

.imagm-card {
    width: 62.91px;
    height: 62.91px;
    margin-top: 10px;

}

.depoimento {
    padding: 100px 200px 100px 200px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: #303030;
}


/*FOOTER*/
.footerDone {
    background-image: linear-gradient(to right, var(--primary), var(--quinary));
}

/*MOBILE*/
@media (max-width: 576px) {
    .heroDone {
        padding: 100px 0 20px 0;
    }

    .cat {
        padding: 0px 0 50px 0;
    }

    .about {
        margin: 0 !important;
        border-radius: 0 !important;
        padding: 100px 0 100px 0;
    }



    .hero .item {
        margin-top: 50px;
    }

    .hero h1 {
        font-size: 20px;
    }

    .hero p {
        font-size: 15px;
    }

    .temas img {
        display: none;
    }

    .programacao .col-sm {
        padding-bottom: 20px;
        text-align: center;
    }



    .signup {
        margin: 0 !important;
        border: none;
        border-radius: 0 !important;
        padding: 100px 0 100px 0;
    }

    .footer {
        padding: 100px 50px 100px 50px;
    }

}

@media (max-width: 768px) {


    .hero {
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .heroDone {
        padding: 100px 0 100px 0;
    }

    .about {
        padding: 100px 0 100px 0;
    }


    .signup {
        padding: 100px 0 100px 0;
    }

    .footer {
        padding: 100px 50px 100px 50px;
    }

}

@media (max-width: 1199.98px) {
    .heroDone {
        padding: 100px 0 100px 0;
    }

    .about {
        padding: 100px 0 100px 0;
    }

    .signup {
        padding: 100px 0 100px 0;
    }

    .footer {
        padding: 100px 50px 100px 50px;
    }
}

.testimonial-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    cursor: pointer;
}

.testimonial-card .card-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.testimonial-card .card-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}

.testimonial-card .customer-info {
    display: flex;
    align-items: center;
}

.testimonial-card .customer-info img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.testimonial-card .customer-info .customer-name {
    font-size: 1rem;
    font-weight: bold;
}

.testimonial-card .customer-info .customer-role {
    font-size: 0.875rem;
    color: #aaa;
}