@import url("../fonts/Gilroy.css");

:root {
    --btn-color-dark: #b91257;
    --btn-color-light: #ff307f;
    --background-default2: linear-gradient(90deg, #050939 0%, #141a61 47.57%, #050939 93.19%);
    --background-default: linear-gradient(90deg, #020f25 0%, #020f25 47.57%, #020f25 93.19%);
    --color-pink: #ea1056;
}

/* (C) NO SELECT + HIGHLIGHT COLOR */
* { user-select: none; }
*::selection { background: none; }
*::-moz-selection { background: none; }

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: 100%;
    height: 100vh;
    font-size: 16px;
    background: var(--background-default);
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    background-image: url(../images/background-geral.png);
    background-size: cover;
    background-repeat: repeat-y;
}

.logo {
    float: left;
    width: 100%;
}

.logo img {
    float: left;
    width: 300px;
}

.banner-backgrounded {
    background-image: url(../images/background-sm-lg-.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 540px;
}

.banner-backgrounded .row .container {
    height: 100vh;
}

.banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100vh;
}

.banner-left-box h2 {
    padding: 0px;
    margin: 0px;
}

.banner-left-box h2 {
    border-left: 5px solid #fff;
    padding-left: 10px;
    float: left;
}

.banner-left-box h2 span.title {
    font-size: 71px !important;
    font-weight: bold;
    color: var(--color-pink);
    margin: 0px;
    line-height: 84px;
    padding: 0px;

}

.banner-left-box p.sub-title {
    color: white;
    font-size: 36px;
    line-height: 40px;
    padding-top: 10px;
    padding-left: 15px;
}

.banner-left-box p.sub-description {
    color: white;
    font-size: 22px;
    font-style: italic;
    padding: 0px;
    padding-left: 15px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.banner-left-box a.button {
    background: var(--color-pink);
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: white;
    font-size: 21px;
    float: left;
    margin-top: 25px;
    margin-left: 15px;
}

.banner-left-box a.button:hover {
    color: #fff;
    box-shadow: 0px 0px 40px #f4196b;
    background-position: 100% 0;
    text-decoration: none;
}

.banner-left-box hr {
    border-top: 7px solid var(--color-pink);
    margin: 0px;
}

.features-box {
    color: white;
    text-align: center;
    padding: 25px 0px;
    min-width: 272px;
    max-width: 90rem;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 5.4rem;
}

.features-box .sub-title {
    font-size: 46px;
    padding: 15px 0px;
    color: var(--color-pink);
    text-transform: uppercase;
}

/******************* Timeline Demo - 5 *****************/
.main-timeline5 {
    overflow: hidden;
    position: relative
}

.main-timeline5 .timeline {
    position: relative;
    margin-top: -79px
}

.main-timeline5 .timeline:first-child {
    margin-top: 0
}

.main-timeline5 .timeline-icon, .main-timeline5 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline5 .timeline:after, .main-timeline5 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline5 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    /*box-shadow: -8px 0 5px -5px rgba(0, 0, 0, .5) inset;*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.main-timeline5 .timeline-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    z-index: 1;
    transform: rotate(45deg)
}

.main-timeline5 .year {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: var(--color-pink);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, .4);*/
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transform: rotate(-45deg)
}

.main-timeline5 .timeline-content {
    width: 35%;
    float: right;
    background: var(--color-pink);
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative
}

.main-timeline5 .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: var(--color-pink);
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}

.main-timeline5 .description b {
    background-color: var(--color-pink);
    color: #fff;
    padding: 0px 5px;

}

.main-timeline5 .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-pink);
    margin: 0 0 10px;
}

.main-timeline5 .description {
    font-size: 16px;
    color: var(--color-pink);
    line-height: 24px;
    margin: 0;
}

.main-timeline5 .timeline:nth-child(2n):before {
    /*box-shadow: 8px 0 5px -5px rgba(0, 0, 0, .5) inset*/
}

.main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
}

.main-timeline5 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content {
    float: left;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content, .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    background: #fff;
}


@media only screen and (max-width:1199px) {
    .main-timeline5 .timeline {
        margin-top: -103px
    }

    .main-timeline5 .timeline-content:before {
        left: -18%
    }

    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline5 .timeline {
        margin-top: -127px
    }

    .main-timeline5 .timeline-content:before {
        left: -2%
    }

    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}

@media only screen and (max-width:767px) {
    .main-timeline5 .timeline {
        margin-top: 0;
        overflow: hidden
    }

    .main-timeline5 .timeline:before, .main-timeline5 .timeline:nth-child(2n):before {
        box-shadow: none
    }

    .main-timeline5 .timeline-icon, .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg)
    }

    .main-timeline5 .timeline:nth-child(2n) .year, .main-timeline5 .year {
        transform: rotate(-135deg)
    }

    .main-timeline5 .timeline-content, .main-timeline5 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto
    }

    .main-timeline5 .timeline-content:before, .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
}


.main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
}


.main-timeline5 .timeline-icon {
    border-top-color: #fff;
    border-right-color: #fff;
}

.main-timeline5 .timeline {
    height: 265px;
}

.main-timeline5 .side-a .year {
    background: #fff;
    color: var(--color-pink);
}

.main-timeline5 .side-a .timeline-content {
    color: #fff !important;
    background: var(--color-pink);
}

.main-timeline5 .side-a .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.main-timeline5 .side-a .timeline-icon {
    border-top-color: var(--color-pink);
    border-right-color: var(--color-pink);
}

.main-timeline5 .side-a .description {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.main-timeline5 .side-a .description b {
    color: var(--color-pink) !important;
    background: white;
    padding: 0px 3px;
}


.hide {
    display: none !important;
}

.onm-motivos-info {
    padding: 0 3rem;
    border-left: 5px solid var(--color-pink);
    text-align: left;
    height: 398px;
    background: #1b283d;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
}

.onm-motivos-numero {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 78px;
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
    letter-spacing: 4px;
    line-height: 1.25;
    text-transform: uppercase;
    z-index: 1;
    border-bottom: 3px solid var(--color-pink);
    margin-bottom: 20px;
}

.row-separador-dizer {
    margin: 0px 210px;
    background: #1b283d;
    padding: 10px;
    border-radius: 15px;
    font-size: 17px;
    margin-top: -22px;
    margin-bottom: 20px;
}

.container.separador-dizer .row-separador {
    margin-bottom: 0px;
}

.container.separador-dizer {
    text-align: center;
}

.onm-motivos-info h2 {
    line-height: 35px;
    font-style: italic;
    font-size: 20px;
}

.onm-motivos-info p {
    font-size: 26px;
    line-height: 27px;
    font-weight: 400;
}

.row-separador {
    background: linear-gradient(90deg, #ea10562e 0%, #ea1056 47.57%, #ea10562e 93.19%);
    height: 5px;
    margin: 60px 0px;
}

.container-fluid.features.faq .accordion_ .card {
    background-color: #1b283d;
    margin: 15px 0;
    transition: .4s;
}

.container-fluid.features.faq .accordion_ p {
    font-size: 20px;
}

.onm-faq-seta {
    float: right;
    transition: .4s;
    margin-top: -5px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.onm-faq-svg {
    fill: #ff1654;
    height: 24px;
    transition: .4s ease;
    width: 24px;
}

.card-header button {
    width: 90%;
    float: left;
    font-size: 17px;
}

.onm-faq-seta.active {
    transform: rotate(-180deg);
    transition: .4s;
    margin-top: 10px;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
}

.btn-link {
    color: #fff;
    text-decoration: none;
}

.footer-box {
    margin: 25px 0px;
    text-align: center;
}

.mg-top-25 {
    margin-top: 25px;
}

.container-fluid.sentimentos {}

.sentimentos-box {
    margin-bottom: 15px;
}

.container-fluid.sentimentos .sub-1-title {
    font-size: 18px;
    line-height: 38px;
    padding: 0px;
    margin: 0px;
    margin-top: 195px;
    margin-bottom: 7px;
}

.container-fluid.sentimentos .sub-2-title {
    color: var(--color-pink);
    font-size: 45px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}

.container-fluid.sentimentos .sub-title.treinamento {
    line-height: 45px;
    font-size: 40px;
}

.container-fluid.sentimentos .sentimentos {
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
    border-radius: 5%;
}

.container-fluid.sentimentos .sub-3-title {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0px 5px;
}

.container-fluid.sentimentos .sentimentos-4 .sub-3-title {}

.container-fluid.sentimentos .sentimentos-1 {
    background-image: url(../images/sentimentos-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
}

.container-fluid.sentimentos .sentimentos-2 {
    background-image: url(../images/sentimentos-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
}

.container-fluid.sentimentos .sentimentos-3 {
    background-image: url(../images/sentimentos-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
}

.container-fluid.sentimentos .sentimentos-4 {
    background-image: url(../images/sentimentos-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
}

.mb-50 {
    margin-bottom: 50px;
}

.box-sentimentos {
    height: 100%;
    top: 0;
    /*position: absolute;*/
    float: left;
    border-radius: 5%;
    width: 100%;
}

.features-box-item-icon i {
    float: left;
    font-size: 60px;
    color: var(--color-pink);
    margin: 25px;
    margin-left: 55px;
}

.features-box-item-top .col-12 {
    border-radius: 10px;
    background: #1b283d;
    margin-bottom: 25px;
}

.features-box-item {
    font-size: 20px;
    padding: 30px;
    text-align: justify;
    padding-left: 185px;
}

.sobre-min-image img {
    width: 400px;
    /*border: 5px solid;*/
    box-shadow: #000 13px 15px 13px 0px;
}

.sobre-min-image {
    text-align: right;
}

.b-pink {
    color: var(--color-pink);
}

.accordion_ .card {
    cursor: pointer;
}

.accordion_ .card-header {
    border-radius: 0;
    margin-bottom: -1px;
    border-left: 5px solid var(--color-pink);
}

.garantia {
    text-align: center;
}

.garantia h2 {
    margin: 25px 0px;
}

.garantia p {
    margin: 25px 0px;
    font-size: 25px;
    padding: 0px 30px;
}

.sobre-min-text p.sub-title-desc {
    border-left: 5px solid var(--color-pink);
    padding-left: 20px;
    font-size: 15px;
}

.sobre-min-text h2.sub-title {
    padding-left: 25px;
    font-size: 40px;
    color: var(--color-pink);
    margin: 0px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sobre-min-text h2.sub-title-slogan {
    color: var(--color-pink);
    font-size: 13px;
    margin-top: 8px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.sobre-min {}


.sobre-min .col-7 {
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.links a {
    color: white;
    text-decoration: none;
}

.links a:hover {
    color: var(--color-pink);
    text-decoration: none;
}

.garantia img {
    width: 400px;
}

.etapas .etapas-item .onm-motivos-numero {
    font-size: 30px;
    color: var(--color-pink);
    padding: 26px 0px;
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
    letter-spacing: 4px;
    line-height: 1.25;
    text-transform: uppercase;
    z-index: 1;
    border-bottom: 3px solid var(--color-pink);
    margin-bottom: 20px;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke: initial;
}

.etapas .etapas-item {
    margin-bottom: 25px;
}

.etapas .etapas-item .onm-motivos-info {
    padding: 0 3rem;
    border-left: 5px solid var(--color-pink);
    text-align: left;
    height: auto;
    border-radius: 10px;
    background: #1b283d;
    padding-top: 25px;
    padding-bottom: 25px;

}

.inicial.text-center h3 {
    margin-bottom: 20px;
    background: #1b283d;
    padding: 25px 20px;
    border-radius: 15px;
    border-left: 5px solid var(--color-pink);
}

.container-cta {
    text-align: center;
}

a.btn-cta {
    background: var(--color-pink);
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: white;
    font-size: 40px;
    margin-top: 25px;
    margin-left: 15px;
}

a.btn-cta:hover {
    color: #fff;
    box-shadow: 0px 0px 40px #f4196b;
    background-position: 100% 0;
    text-decoration: none;
}

.preco .features-box {
    padding: 0 3rem;
    border-left: 5px solid var(--color-pink);
    text-align: center;
    height: auto;
    border-radius: 10px;
    background: #1b283d;
    padding-top: 60px;
    overflow: hidden;
    margin: 0px 140px;
    padding-bottom: 60px;
}

.preco .features-box .preco-desconto {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.preco .features-box span.preco-tachado {
    font-size: 40px;
    margin-top: 15px;
}

.preco .features-box span.preco-tachado s {
    font-weight: normal;
    font-style: oblique;
    text-emphasis: unset;
    color: var(--color-pink);
}

.preco .features-box .preco-desconto span {
    font-size: 30px;
    background-color: var(--color-pink);
    padding: 10px 25px;
    border-radius: 15px;
}

.preco .features-box .preco-desconto-por span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
}

.preco .features-box .preco-desconto-por span.preco-a-vista {
    font-size: 26px;
    height: auto;
}

.preco .features-box .preco-compra-segura {
    float: left;
    width: 100%;
}

.preco .features-box .preco-desconto-por {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 25px;
}

.preco .features-box span.preco-compra-seguro-texto {
    height: auto;
    float: left;
    width: 100%;
}

.preco .features-box .preco-compra-segura .row-separador {
    margin: 0px;
    float: left;
    width: 100%;
}

.preco .features-box .preco-compra-segura span.preco-compra-seguro-texto-botton {
    font-size: 22px;
    line-height: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.preco .features-box .preco-compra-segura-btn.container-cta a {
    font-size: 50px;
}

.preco .features-box .preco-compra-segura-btn.container-cta {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.preco .features-box h2 {}


@media only screen and (max-width:1200px) {
    .preco .features-box .preco-desconto-por span {
        line-height: 60px;
    }

    .banner-backgrounded {
        background-position: -1226px 0px;
    }
}

@media only screen and (max-width:1024px) {

    .logo img {
        float: left;
        width: 250px;
    }

    .preco .features-box .preco-desconto-por span {
        font-size: 57px;
        line-height: 70px;
    }

    a.btn-cta {
        font-size: 35px;
    }

    .banner-left-box p.sub-description {
        color: white;
        font-size: 17px;
        font-style: italic;
        padding: 0px;
        padding-left: 15px;
        line-height: 19px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .banner-backgrounded {
        background-image: url(../images/background-sm-.png);
        background-size: cover;
        background-position: center -35px;
    }

    .banner-left-box h2 span.title {
        font-size: 40px !important;
        line-height: 44px;
    }

    .etapas .etapas-item {
        margin-bottom: 5px;
    }

    .container-cta {
        margin: 20px auto;
    }

    .footer-box {
        margin: 0px;
    }

    .footer-box.links {
        margin-bottom: 25px;
    }

    .banner-left-box p.sub-title {
        font-size: 22px;
        line-height: 26px;
    }

    .row-separador-dizer {
        margin-top: -50px;
    }

    inicial.text-center h3 {
        font-size: 20px;
    }

    .features-box p.sub-title {
        font-size: 33px !important;
        padding: 0px;
    }

    .row-separador {
        margin: 30px 0px;
    }

    .preco .features-box .preco-compra-segura-btn.container-cta a {
        font-size: 23px;
    }

    span.preco-compra-seguro-texto img {
        width: 100%;
    }

    .preco .features-box .preco-compra-segura span.preco-compra-seguro-texto-botton {
        font-size: 12px;
        line-height: 13px;
    }

    .sobre-min-image {
        text-align: center;
    }

    .sobre-min-text h2.sub-title {
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    .banner-left-box h2 span.title {
        font-size: 45px !important;
        line-height: 50px;
    }

    .banner-left-box p.sub-title {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-left-box p.sub-description {
        font-size: 20px;
    }

    .inicial.text-center h3 {
        font-size: 22px;
    }

    .row-separador-dizer {
        margin: 0px 110px;
        margin-top: -35px;
    }

    a.btn-cta {
        font-size: 25px;
    }

    .preco .features-box {
        margin: 0px 30px;
    }

    .preco .features-box .preco-desconto-por span {
        line-height: 75px;
        font-size: 80px;
    }

    .sobre-min-image {
        text-align: center;
        margin-bottom: 25px;
    }

    .sobre-min-text p.sub-title-desc {
        font-size: 18px;
    }

    .sobre-min-text h2.sub-title {
        padding: 0px 25px;
        text-align: center;
        font-size: 40px;
        margin-bottom: 45px;
    }

    .garantia img {
        width: 255px;
    }

}

@media only screen and (max-width:767px) {

    .container-fluid.sentimentos .col {
        margin-bottom: 20px;
    }

    .container-fluid.sentimentos .sentimentos-3 {
        background-image: url(../images/sentimentos-3.png);
        background-size: cover;
        background-position: 0px -75px;
        background-repeat: no-repeat;
        height: 370px;
    }

    span.preco-compra-seguro-texto img {
        width: 100%;
    }

    .preco .features-box .preco-desconto-por span {
        line-height: 75px;
        font-size: 80px;
    }
}

@media only screen and (max-width:426px) {

    .logo img {
        float: left;
        width: 190px;
    }

    .banner-backgrounded {
        background-image: url(../images/background-xs-.png);
        background-position: center -60px;
        background-size: cover;
    }

    .banner-left-box {
        margin-top: 350px;
    }

    .banner-left-box {
        margin-top: 420px;
        background: #0000009e;
        padding: 10px 0px 0px 0px;
        margin-bottom: 25px;
        float: left;
        box-shadow: black 0px 3px 20px 0px;
    }

    .banner-left-box a.button {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .features-box p.sub-title {
        font-size: 33px !important;
        padding: 0px;
        line-height: 35px !important;
        margin: 20px 0px;
    }

    .row-separador-dizer {
        margin: 0px 35px;
        margin-top: -50px;
    }

    a.btn-cta {
        font-size: 15px;
    }

    .features-box-item {
        font-size: 20px;
        padding: 30px;
        text-align: center;
        padding: 0px 15px;
    }

    .features-box-item-icon {
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .features-box-item-icon i {
        float: none;
        font-size: 60px;
        color: var(--color-pink);
        margin: 25px;
        margin-left: 25px;
    }

    .features-box-item-top {
        margin: 0px 15px;
    }

    .onm-motivos-numero {
        text-align: center;
    }

    .onm-motivos-info h2 {
        line-height: 28px;
        font-style: italic;
        font-size: 20px;
        text-align: center;
    }

    .preco .features-box {
        margin: 0px 5px;
        padding: 25px 0px;
    }

    .preco .features-box .preco-compra-segura-btn.container-cta a {
        font-size: 31px;
        margin: 0px;
    }

    .preco .features-box .preco-compra-segura span.preco-compra-seguro-texto-botton {
        font-size: 14px;
    }

    .sobre-min-image img {
        width: 100%;
    }

    .preco .features-box .preco-desconto-por span {
        line-height: 75px;
        font-size: 80px;
    }
}

@media only screen and (max-width:376px) {
    a.btn-cta {
        font-size: 13px;
    }

    .banner-backgrounded {
        background-image: url(../images/background-xs-.png);
        background-position: center -80px;
    }

    .banner-left-box {
        margin-top: 295px;
        padding: 10px 0px 0px 0px;
        margin-bottom: 25px;
        float: left;
        box-shadow: black 0px 3px 20px 0px;
    }

    .banner-left-box h2 span.title {
        font-size: 36px !important;
        line-height: 50px;
    }

    .banner-left-box p.sub-title {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-left-box p.sub-description {
        font-size: 17px;
    }

    .onm-motivos-info h2 {
        line-height: 25px;
        font-style: italic;
        font-size: 20px;
    }

    .features-box .sub-title {
        line-height: 33px;
        font-size: 30px;
    }

    .preco .features-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .onm-motivos-numero {
        font-size: 60px;
    }

    .preco .features-box .preco-compra-segura-btn.container-cta a {
        font-size: 23px;
        margin-right: 15px;
    }

    .preco .features-box .preco-compra-segura span.preco-compra-seguro-texto-botton {
        font-size: 12px;
    }

    .preco .features-box .preco-desconto-por span {
        line-height: 70px;
        font-size: 60px;
    }

    .garantia p {
        margin: 25px 0px;
        font-size: 21px;
    }

    .card-header button {
        width: 90%;
        float: left;
        font-size: 14px;
    }

    .sobre-min-image img {
        width: 100%;
    }

    .footer-box p {
        margin-bottom: 10px;
    }

    .footer-box {
        margin: 0px;
        text-align: center;
        font-size: 10px;
    }

    .row-separador {
        margin: 30px 0px;
    }

    .features-box-item-icon i {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 60px;
        color: var(--color-pink);
        margin: 0px;
    }

    .features-box-item {
        font-size: 25px;
        padding: 30px;
        padding-left: 30px;
        line-height: 30px;
    }

    .features-box-item p {
        text-align: center;
    }

    .row-separador-dizer {
        margin: 0px;
    }

    .container-fluid.sentimentos .sub-1-title {
        font-size: 18px;
        line-height: 38px;
        padding: 0px;
        margin: 0px;
        margin-top: 190px;
    }

}

@media only screen and (max-width:321px) {
    .preco .features-box .preco-desconto span {
        font-size: 24px;
        background-color: var(--color-pink);
        padding: 10px 25px;
        border-radius: 15px;
    }

    .preco .features-box .preco-desconto-por span {
        line-height: 50px;
        font-size: 45px;
    }

    .features-box-item {
        font-size: 25px;
        padding: 25px 0px;
    }

    .features-box-item p {
        text-align: center;
        font-size: 19px;
        line-height: 23px;
    }
}

@media only screen and (max-height:414px) {

    .logo img {
        margin-top: 60px;
        float: left;
        width: 170px;
    }

    .banner-left-box h2 {
        float: left;
    }

    .banner-left-box h2 span.title {
        font-size: 28px !important;
        /*margin-top: 60px;*/
        line-height: 32px;
        float: left;
    }

    .banner-left-box p.sub-title {
        font-size: 21px;
        line-height: 24px;
        float: left;
    }

    .banner-left-box p.sub-description {
        font-size: 15px;
        float: left;
        margin: 0px;
    }

    .banner-left-box a.button {
        padding: 15px 30px;
        font-size: 15px;
        float: left;
    }

    .banner-left-box a.button {
        padding: 15px 30px;
        font-size: 15px;
        float: left;
        margin-top: 16px;
    }
}