/*
Don't want to use sass and simply modify the stylesheet in the old css fashion?
Just customize your theme here.
================================================== */
/* Don't want to use sass and simply modify the stylesheet in the old css fashion? Just customize your theme here. ================================================== */
.layout-landing {
    background: url('/assets/images/landing/hero-bg.svg') no-repeat right top, black;
    background-position: top -85px right -300px;
    padding-top: 0px;
}
.layout-landing .btnCta {
    background-color: #ff7043;
    border-color: #ff7043;
    font-size: 14px;
}
.layout-landing h2 {
    font-size: 24px;
}
.layout-landing h2 * {
    font-size: 24px;
}
.layout-landing * {
    color: white;
    font-size: 18px;
}
.layout-landing .limiteLargura {
    margin: 0 auto;
    max-width: 922px;
    width: 100%;
}
.layout-landing .container {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
}
.layout-landing .blockImage {
    max-width: 500px;
}
.layout-landing .boxVideoPerguntasFrequentes {
    text-align: center;
}
.layout-landing .youtubeIframePerguntasFrequentes {
    margin: 0 auto;
    max-width: 710px;
    width: 100%;
}
.layout-landing .containerMainCta {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .layout-landing {
        /*.imagemPqEscolher {
             max-width: 710px;
        }
        */
    }
    .layout-landing .bgEfect {
        right: -44%;
        top: -55px;
    }
}
@media screen and (max-width: 768px) {
    .layout-landing {
        background-size: contain;
    }
    .layout-landing .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .layout-landing .containerEspacadoMobile {
        padding-left: 30px;
        padding-right: 30px;
    }
    .layout-landing .row {
        margin: 0;
    }
}
.layout-landing .containerEspacadoMobile {
    padding-top: 40px;
    padding-bottom: 40px;
}
.layout-landing .bgEfect {
    z-index: -1;
    max-width: 100%;
    overflow-x: hidden;
}
.layout-landing .hero-bg {
    /* position: absolute;
     left: auto;
     top: -81px;
     right: 0;
     z-index: 0;
     object-fit: cover;
     max-width: 93%;
    */
    max-width: 93%;
    transform: translate(258px);
}
.layout-landing .posttitle {
    font-size: 29px;
    text-align: center;
}
.layout-landing .posttitle * {
    font-size: 29px;
}
.layout-landing .containerCtaFinal {
    background: #ff7043;
    color: white;
}
.layout-landing .containerFundoPrincipal {
    background: #849dff;
    color: white;
}
.layout-landing .circle-draw, .layout-landing .circle-draw span {
    position: relative;
    color: inherit !important;
    z-index: 1;
}
.layout-landing .circle-draw svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + .5em);
    height: calc(100% + .5em);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.layout-landing blockquote {
    border-left: 4px solid #3e4b7c;
}
.layout-landing blockquote b {
    color: #3e4b7c;
}
.layout-landing .containerWhite {
    background: #ededed;
}
.layout-landing .containerWhite * {
    color: black;
}
.layout-landing .hero-subtitle {
    font-size: 23px;
    text-align: center;
}
.layout-landing .benefits-list {
    list-style: none;
    padding-left: 0;
}
.layout-landing .benefits-list li {
    margin-bottom: 10px;
}
.layout-landing .benefits-list li i {
    margin-right: 5px;
    color: #28a745;
    /* Esta é a cor verde, pode alterar se quiser outra */
}
.layout-landing .benefits-list li strong {
    font-weight: bold;
    /* Faz o título do benefício ficar em negrito */
    margin-right: 5px;
}
.layout-landing .proof-social {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.layout-landing .proof-social i {
    margin-right: 5px;
    color: #17a2b8;
    /* info color;
     adjust if needed */
}
.layout-landing .cta h2 {
    font-size: 30px;
}
.layout-landing .cta div {
    font-size: 20px;
}
.layout-landing .btnCtaSecundario {
    background-color: #ededed;
    border-color: #ededed;
    color: black;
    font-size: 18px;
    font-weight: bold;
}
.layout-landing footer {
    background: white;
    margin-top: 0px;
    color: black;
}
.layout-landing footer * {
    color: black;
}
