*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Nunito';
}
form.newsletter-form {
    position: relative;
    max-width: 355px;
    margin-top: 23px;
    z-index: 999;
}
form.newsletter-form input {
    height: 55px;
    width: 100%;
    padding: 18px 135px 17px 30px;
    font-family: 'Lexend Deca';
    font-weight: 400;
    border: 1px solid #5A00CC;
    border-radius: 50px;
    outline: none;
    font-size: 1.125rem;
    line-height: 1;
}
form.newsletter-form button {
    font-family: 'Lexend Deca';
    font-weight: 800;
    width: 116px;
    height: 36px;
    border-radius: 50px;
    background-color: #5A00CC;
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.info-hero{
    display:flex;
}
.info-hero .info-title{
    display:flex;
}
.hero-img{
    margin-left:6%;
    width:100%;
    height:auto;
}
.info-hero{
    display:flex;
}
.info-hero .info-title{
    display:flex;
}
.info-title h1{
    text-align: left;
    font-family:'Nunito';
    font-size: 56px;
    font-weight: 800;
    margin-top:-35px;
}
.info-title p{
    font-family:'Nunito';
    font-size: 18px;
    font-weight:500;
    margin-top:-35px;
}
.info-title span{
    font-family:'Nunito';
    font-size: small;
    margin-left: 6%;
}
body h1 {
    font-family: 'Nunito';
    font-weight: 800;
}
body p {
    font-family: 'Nunito';
    color: #0D0C0E;
}
body h5 {
    font-family: 'Nunito';
    font-weight: 800;
    color: #D81159;
    padding: 0%;
}
@media only screen and (min-height: 740px){
    .hero-footer{
        margin-top:40px;
    }
}
@media only screen and (max-width: 1200px) {
    .info-title h1{
        margin-top:-10px !important;
    }
}
@media only screen and (max-width:992px){
    .info-title {
        flex-direction:column;
        justify-content: center;
    }
    .info-title h1{
        text-align: center;
        margin-left:15px;
    }
    .info-title h2{
        text-align: center;
        margin-left:15px;
    }
    .info-title p{
        font-size:24px;
        margin-top:25px;
        margin-left:15px;
        width:100%;
        text-align: center;
    }
    .info-hero{
        justify-content: center;
        text-align: center;
    }
}
@media only screen and (max-width:996px){
    .info-title span{
        margin-left: 0%;
        text-align: center;
    }
    .info-title form{
        margin-left: auto;
        margin-right: auto;
    }
}
.rounded-pill.active, .rounded-pill:active {
    color: #1C122A !important;
    background-color: white !important;
    border: none !important;
    font-family: 'Lexend';
}
.rounded-pill {

    background-color: transparent !important;
    color: #807A82 !important;
}
.colimage{
    width: 30%;
}
.coltitle{
    margin:0;
}
.card-soft-white{
    background: linear-gradient(127.1deg, #FFFFFF -4.79%, #FBFBFC 60.6%, #F8F7FA 113.95%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-linear-gradient-purple{
    background: linear-gradient(311.5deg, #F47CA8 -7.54%, #8B33FF 52.44%, #5A00CC 110.9%);
    border: 1px solid #8BDAE4;
    box-shadow: 0px 14px 18px rgba(207, 201, 207, 0.25);
    color:white;
}
.carde-linear-gradient-orange{
    background: linear-gradient(311.5deg, #FEE085 -7.54%, #FED148 18.78%, #F04282 103.29%);
    border: 1px solid #8BDAE4;
    box-shadow: 0px 14px 18px rgba(207, 201, 207, 0.25);
    color:white;
}
.text-magenta {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #D81159;
}
.text-azul {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #5AC9D8;
}
.text-amarelo {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #FEC10B;
}
.text-header-section {
    padding-bottom: 60px;
}
.text-header-section p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(144.43deg, #F04282 51.81%, #8B33FF 146.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-header-section h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    color: #1C122A;
    letter-spacing: -0.025em;
}
.modulos-app .card {
    min-height: 240px;
    min-width: 180px;
    border: none;
    background: #FFFFFF;
    border-radius: 36px;
}
.card-img-top {
    margin-top: 35px;
}
.modulos-app .card-title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
}
#btnverprecos{
    width:400px;
    color: #5A00CC !important;
    border: 2px solid #5A00CC;
    font-family: 'Lexend Deca';
    font-weight: bold;
}
#btnexprimentar{
    background: #5A00CC !important;
    border: none;
    width:400px;
    color: white !important;
    font-family: 'Lexend Deca';
    font-weight: bold;
}
.active i{
    background: linear-gradient(144.43deg, #F04282 51.81%, #8B33FF 146.6%);
    -webkit-background-clip: text;
    background-clip: text; /* standard property */
    -webkit-text-fill-color: transparent;
}
.btn:focus{
    box-shadow: none;
}

@media only screen and (max-width: 500px) {
    #btnverprecos, #btnexprimentar{
        max-width: 200px;
    }
    .colimage{
        width: auto;
    }
}