.color-main{
    color:#6b66dc
}

.title{
 font-family: "Secular One", serif;
  font-weight: 400;
  font-style: normal;
   color: #6b66dc;
}
.nav-link{
 font-family: "Secular One", serif;
  font-weight: 400;
  font-style: normal;
}
.nav-link.active{
 color: #6b66dc;
}

.bg-main{
background-color: #6b66dc;
}


.btn-link{
    color: #6b66dc;
 font-family: "Secular One", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration:none
}

.btn-link:hover{
 color: #6b66dc;
    opacity:.5
}
.regular-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; /* Texto padrão */
}

.btn-main {
    background-color: #6b66dc;
    color: #fff;
    font-family: "Secular One", serif;
    font-weight: 400;
    font-style: normal;
    padding-block: 15px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.btn-main:hover {
    background-color: #5a54c7; /* Tom um pouco mais escuro */
    color: #fff;
}

.btn-main:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(107, 102, 220, 0.5);
}

.btn-main:active {
    background-color: #504aba; /* Cor mais escura quando pressionado */
    transform: scale(0.98);
}

.btn-main:disabled {
    background-color: #b1aecf;
    color: #ddd;
    cursor: not-allowed;
}

#saiba-mais h4{
   color:#fff;
   font-family: "Secular One", serif;
    font-weight: 400;
    font-style: normal;
     text-transform: uppercase;
        margin:0;
    padding:0;
    margin-top:15px
}

#saiba-mais p{
   color:#fff;
   font-family: 'Montserrat', sans-serif;
    font-weight: 400; /* Texto padrão */

}

#saiba-mais i{
   color:#fff!important;
   font-size:2.4rem;

}

#saiba-mais .icon-box{
  text-align:center
}