:root {
    --primary: #0d1249;
    --secondary: white;
    --secondary: #303030;
}

.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: #010422e8;;
}

.hero {
    height: 100vh;
    background-image: url("https://plus.unsplash.com/premium_photo-1681505214359-ff25ebe9fbd6?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    /* 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: #0d1249;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background: linear-gradient(to right, #0d124911, #0d126913,  #0d118913);
}
.duracao .card{
    color: #fff;
    border: #0d1249 solid 2px;
    background: linear-gradient(to right, #0d1249f6, #0d1269,  #0d1289);
}
/* 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;
    background-image: url('../img/imagem_parti\ .jpeg');
    color: white;
}

.signup form{
    width: 390px;
    color: #283131;
    font-weight: 600;
    border-radius: 10px;
    padding: 28px 25px;
    display: flex;
    flex-direction: column;
    gap:16px;
}

.signup{
    background: linear-gradient(to top right, #0d1249, #0d1279,  #0d1249);
    color: #ffff;
    font-weight: 600;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap:16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

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: #0d1249;
}
.footer .conversar{
    background-color:#0d1249;
    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;
}

/*ABOUT inefor*/

.about_inefor {
    text-align: justify;
    color: #0d1249;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background: linear-gradient(to right, #0d124911, #0d126913,  #0d118913);
}
/*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;
}
