:root {
    --bg-main-section: var(--bg-primary);
    font-size: 16px;
}

.header {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
}

.main-section {
    padding: 90px 0;
    text-align: left !important ;
}

section img{
    max-width: 100%;
}

section:nth-child(odd){
    background-color: #fff;
}


section:nth-child(even){
    background-color: #f0f4fd;
}

section:nth-child(odd) .row{
}


section h1 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 24px;
    padding: 0;
    color: #333;
}

section h2{
    font-size: 1.6rem;
    color: #484848;
    margin-bottom: 15px;
}

section h3{
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
}


section.bg-testimony h6{
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
}

section .enfase{
    color: #5BA5FE;
    font-weight: bold;
}


.main-cta {
    background-color: var(--bg-primary) !important;
    border: 2px solid #FFF !important;
    color: #FFF !important;
}

.main-cta:hover {
    background-color: #FFF !important;
    color: var(--bg-primary) !important;
}

.main-carousel-img{
    text-align: center;
    position: relative;
}

.main-carousel-img img {
    max-width: 100%;
    width: 337px;
    position: relative;
    z-index: 2;

}
.secondary-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.secondary-img div {
    max-width: 290px;
}





#planos {
    padding: 0;
}

/* Feature Card */
.feature-card-group {
    margin-top: 50px;
}

.feature-card-group .feature-card {
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgb(25 58 98/15%);
    /* min-height: 300px; */
    /* max-width: 420px; */
    max-width: 300px;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 993px) {
    .feature-card-group .feature-card {
        max-width: 100%;
        width: 100%;
    }
}

.feature-card-group .feature-card a {
    text-decoration: none;
}


.feature-card-group .image-group {
    background-color: rgba(0, 0, 0, 0.1);
    /* padding: 0 40px; */
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    overflow: hidden;
}

.feature-card-group .image-group img {
    width: 100%;
    /* margin: 20% auto auto; */
    transition: .4s;
}

.feature-card-group .image-group img {
    width: 100%;
    /* margin: 20% auto auto; */
    transition: .4s;
}

/* .feature-card-group .feature-card a:hover .image-group img {

    margin: 10% auto auto;
} */

.feature-card-group .text-group {
    padding: 16px;
}

.feature-card-group .text-group h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--tx-primary);
}

.feature-card-group .text-group p {
    font-size: 16px;
    min-height: 66px;
    line-height: 21px;
    margin: 0;
    color: var(--tx-secundary);
}

.feature-card-group .feature-card .feature-action {
    background-color: #FFF;
    border: solid 1px rgba(0, 0, 0, 0.1);
    color: var(--tx-primary);
}

.feature-card-group .feature-card a:hover .feature-action {
    color: var(--tx-primary-hover);
}

/* END: Feature Card */

.feature-cta {
    color: var(--tx-primary-hover);
    font-weight: 600;
    text-decoration: none;
}

.text-right{
    text-align: right;
}

.feature-cta:hover {
    color: var(--tx-primary);
    text-decoration: underline;
}

.feature-list-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 500px;
    /* height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 0px;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.feature-list-image img {
    height: 100%;


    /* margin: 5% auto auto; */
    margin-bottom: 0;
    transition: .4s;
}

/* .section-spacer:hover .feature-list-image img {
    margin: 8%;
} */


.depoimento-list-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    max-width: 60px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px !important;
}

.dep-row{
    display: flex;
    flex-flow: row;
    gap: 10px;
}

.depoimento-list-image img {
    width: 100%;
    max-width: 260px;
    border-radius: 50%;
    /* margin-top: -16px;
    margin-left: -15px; */
    margin-bottom: 0;
    transition: .4s;
}
/*
.bg-testimony:hover .depoimento-list-image img {
    margin-top: 0;
    margin-left: 0;
} */
.bg-testimony .section-span,
.bg-testimony .section-span a {
    color: #666;
    text-decoration: none;
}

.bg-testimony .section-span.big,
.bg-testimony .section-span.big a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}
/*
bg-testimony {
    background-color: var(--bg-main-section);
} */


.cta-download-app {
    background-color: var(--bg-primary);
    width: 150px;
    height: 52px;
}

.cta-download-app:hover {
    background-color: var(--bg-primary);
    opacity: 0.8;
}

.cta-download-app.google-play {
    background-image: url(../img/google-play-button.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 96px 29px;
}

.cta-download-app.app-store {
    background-image: url(../img/appstore-button.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 96px 29px;
}


.gratis-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 770px;
    margin: 0 auto;
}

.gratis-container div{
    padding: 0 15px;
}

/* Feature */

@media screen and (min-width: 767px) {

    section:nth-child(even) .row{
        flex-direction: row-reverse;
    }

    .main-carousel-img img.smaller {
        max-width: 80%;
    }
}

@media screen and (max-width: 767px) {

    .gratis-container{
        flex-direction: column;
    }

    .main-section h1,
    .main-section h2,
    .main-section h3,
    .container-cta-main-section {
        text-align: center;
    }


}
