.grid{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding-top: 40px;
}

@media (max-width: 800px) {
    .grid  {
        grid-template-columns: 100% !important;
    }
}

@media (max-width: 1350px) {
    .grid {
        grid-template-columns: 60% 40%;
    }
}

@media (min-width: 1000px)and (max-width: 1290px) {
    #div-title-principal{
        padding-left: 0 !important;
    }
    #imagem-pricipal{
        width: 400px !important;
    }
}

@media (min-width: 1450px) {
    .container{
        max-width: 1340px !important;
    }
}

#imagem-pricipal{
    width: 700px;
}
.title-principal{
    font-size: 40px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal;
    letter-spacing: -0.4px;
}

.title-destaque{
    color: #335EEA;
    font-size: 49px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.49px;
}

.subtitle-destaque{
    color: var(--Gray-800, #384C74);
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 156.025%; /* 37.446px */
}

#live{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 16px;
    background: var(--branco, #FFF);
    box-shadow: 0 5px 21px 10px rgba(0, 0, 0, 0.25);
    line-height: 150%; /* 24px */
    width: 72px;
    translate: 20px 12px;
}
#live > span{
    color: var(--Black, #141516);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
}

.card-title{
    color: var(--Primary, #335EEA);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-text{
    color: var(--Gray-800, #384C74);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-button > a {
    border-radius: 50px;
    background: var(--branco, #FFF);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);

    display: flex;
    width: 50px;
    height: 51px;
    padding: 0;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    position: absolute;
    translate: -77px -26px;
}

.page-link{
    display: flex !important;
}

.title-container{
    color: var(--Primary-Blue, #335EEA);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.card-conteudo-feedback{
    /*width: 22rem !important;*/
    border-radius: 16px !important;
}

.card-title-custom{
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.card-subtitle-custom{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.card-text-custom{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.card-register{
    mix-blend-mode: soft-light;
}

.form-register{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: -31px 22px 18px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4.5px);
}

.form-register .form-group{
    color: white;
}

.form-register .form-group input{
    background-color: transparent;
}

.form-register .form-group button{
    display: flex;
    height: 50px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 4px;
    background: var(--Color-primary-50, #EFF5FF);
}

.gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(99deg, #335EEA 0%, #05195A 96.58%);*/
    /*border-radius: 30px;*/
}
.register-title{
    color: var(--White, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 156.025%; /* 62.41px */
}
