@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

* , :after, :before {
    box-sizing: border-box;
    outline: none;
}
html {
    height: 100%;
}
html, body {
    background: #fff;
    font-size: 16px;
    color: #727a82;
    font-family: 'Asap', sans-serif;
    padding: 0;
    margin: 0;
}
body {
    font-size: 100%;
    min-height: 100%;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #b24ae3;
    transition: all 0.2s ease-out;
}
a:hover {
    color: #c156f3;
}

.grid-container {
    max-width: 66rem;
}
.height-auto {
    height: 100%;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #b24ae3;
    border-radius: 20px;
    color: #fff;
    padding: 1rem 3.125rem;
    white-space: nowrap;
    transition: all 0.2s ease-out;
}
.button:hover {
    background: #c156f3;
    color: #fff;
}

.background {
    background-image: linear-gradient(#f5e7fb, #ffffff);
    position: relative;
    overflow: hidden;
}
.background::before {
    content: '';
    position: absolute;
    background: url('/img/linhas.png') no-repeat top right;
    left: 0;
    bottom: 100px;
    width: 20%;
    max-width: 270px;
    height: 80px;
}

header {
    padding: 40px 60px 4rem;
}
header {
    color: #3f454e;
}
header .logo {
    position: relative;
}
header .logo a {
    position: relative;
    z-index: 2;
}
header ul {
    padding: 0;
    margin: 0;
}
header ul li {
    display: inline-block;
}
header ul li a {
    color: #3f454e;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 3.7rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
header ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ffe155;
}
header ul li a:hover {
    color: #3f454e;
}
header ul li a:hover::before {
    transition: all 0.2s ease-out;
    width: 100%;
}
header .contact {
    text-align: right;
}
header span {
    display: block;
    font-weight: 500;
    font-size: 1rem;
}
header span b {
    font-weight: 500;
}
header span strong {
    font-weight: 500;
}

.header {
    padding: 8rem 0;
    position: relative;
}
.header > div.cell {
    position: relative;
}
.header h1 {
    font-size: 3rem;
    color: #3f454e;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 15px;
    max-width: 674px;
    white-space: pre;
    line-height: 1.3;
}
.header h2 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #727a82;
    margin: 0 auto;
    text-align: center;
}
.header .button {
    margin: 40px auto;
    display: block;
    max-width: 216px;
}

.problem {
    position: relative;
}
.problem strong.title {
    color: #727a82;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.problem h2 {
    margin: 0;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.25;
    color: #3f454e;
    max-width: 440px;
}
.problem ul {
    list-style: none;
    padding: 0;
}
.problem .box {
    margin-top: 10px;
    position: relative;
    padding: 0 .5375rem;
}
.problem .box li.cell {
    border-radius: 5px;
    padding: 60px 31px 0;
    height: 372px;
    text-align: left;
}
.problem .box li.cell.first {
    padding: 60px 53px 0 0;
}
.problem .box li.cell.last {
    padding: 60px 0 0 53px;
}
.problem .box li h3 {
    font-size: 1.125rem;
    line-height: 3;
    margin: 0;
    color: #3f454e;
    height: 65px;
}
.problem .box li i {
    font-size: 3rem;
    color: #3f454e;
    display: block;
    margin: 0 auto 25px;
}
.problem .box li p {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
    text-align: left;
    height: 140px;
    overflow: auto;
}
.problem .box div.box_item {
    padding: .4rem;
}

strong.call {
    background: url('/img/marcacao.png') no-repeat center center;
    background-position: cover;
    font-family: 'Permanent Marker', cursive;
    padding: 60px 0;
    font-size: 3rem;
    color: #fefcfe;
    display: block;
    text-align: center;
    margin: 3rem 0 8rem;
}

.info {
    position: relative;
    margin-bottom: 12.5rem;
}
.info h3 {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #3f454e;
    font-weight: 500;
    margin: 0 0 30px;
}
.info p {
    font-size: 1.125rem;
    line-height: 1.56;
    margin: 0;
}
.info b {
    color: #0076b0;
    font-weight: 600;
    text-transform: uppercase;
}
.info .text {
    max-width: 510px;
}
.info.right .text,
.info.left img {
    float: right;
}

.lines {
    position: relative;
    text-align: center;
}
.lines.top {
    margin-bottom: -40px;
}
.lines.bottom {
    margin: -30px 0;
}

.types {
    background: #b24ae3;
    position: relative;
    margin: 9rem 0 0;
    padding: 7rem 0;
}
.types::before {
    content: '';
    position: absolute;
    background: url('/img/linhas.png') no-repeat top right;
    left: 0;
    bottom: 300px;
    width: 20%;
    max-width: 270px;
    height: 80px;
}
.types h2 {
    font-size: 2.8125rem;
    margin: 0 0 3rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}
.types ul {
    list-style: none;
    padding: 0;
}
.types .box {
    margin-top: 10px;
    position: relative;
    padding: 0 .5375rem;
}
.types .box li.cell {
    background: #fff;
    border-radius: 5px;
    padding: 54px 40px 0;
    height: 314px;
    text-align: left;
}
.types .box li h3 {
    font-size: 1rem;
    margin: 0 0 10px;
    color: #3f454e;
}
.types .box li i {
    font-size: 3rem;
    color: #3f454e;
    display: block;
    margin: 0 auto 25px;
}
.types .box li p {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
    text-align: left;
    height: 140px;
    overflow: auto;
}
.types .box div.box_item {
    padding: .4rem;
}

.about {
    padding: 12rem 0;
    background: #fff;
    position: relative;
}
.about h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #3f454e;
    line-height: 1.25;
    margin-bottom: 1.8rem;
}
.about p {
    font-size: 1.125rem;
    line-height: 1.78;
}

.itens {
    background-image: linear-gradient(to right, #f5e7fb, #ffffff);
    padding: 7rem 0 3rem;
}
.itens h2 {
    font-size: 2.5rem;
    margin: 0 0 3rem;
    color: #3f454e;
    font-weight: 500;
    line-height: 1.25;
}
.itens ul {
    list-style: none;
    padding: 0;
}
.itens .box {
    margin-top: 10px;
    position: relative;
    padding: 0 .5375rem;
}
.itens .box li.medium-auto {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 50px 29px 0;
    height: 550px;
    position: relative;
    transition: all 0.2s ease-out;
}
.itens .box li strong {
    color: #727a82;
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.itens .box li .value {
    display: block;
}
.itens .box li .value.no-desc {
    margin-bottom: 30px;
}
.itens .box li b {
    color: #40454b;
    font-size: 1.25rem;
    font-weight: 600;
}
.itens .box li b.rs {
    display: inline-block;
    position: relative;
    top: -20px;
}
.itens .box li b.val {
    font-size: 3rem;
}
.itens .box li ol {
    margin-top: 0;
    text-align: left;
    line-height: 2.13;
    height: 290px;
}
.itens .box li ol li {
    font-size: 0.9375rem;
    color: #5c646e;
    white-space: nowrap;
}
.itens .box li ol li i {
    color: #11ea58;
    margin-right: 10px;
}
.itens .box li .button {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.itens .box div.box_item {
    padding-left: .5rem;
    padding-right: .5rem;
}
.itens .dets {
    color: #b488c3;
    font-size: 14px;
    text-align: center;
    padding-top: 5rem;
}

.questions {
    padding: 90px 0;
}
.questions h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #3f454e;
}
.questions ol.question {
    padding-left: 80px;
    list-style: none;
    margin: 0;
}
.questions ol.question li {
    background: #fff;
    padding: 0;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.2s ease-out;
}
.questions ol.question h3 {
    font-size: 1.125rem;
    margin: 0;
    padding: 13px 30px 13px 0;
    color: #4d4d4d;
    font-weight: 500;
    cursor: pointer;
    border-bottom: solid 2px #d4d8dd;
    transition: all 0.2s ease-out;
}
.questions ol.question li h3 i {
    color: #808080;
}
.questions ol.question li.active h3,
.questions ol.question li:hover h3 {
    color: #b24ae3;
    border-bottom-color: #b24ae3;
    font-weight: 700;
}
.questions ol.question h3 i {
    color: #3f454e;
    font-size: 1rem;
    position: absolute;
    top: 20px;
    right: 10px;
}
.questions ol.question li.active h3 i,
.questions ol.question li:hover h3 i {
    color: #b24ae3;
}
.questions ol.question .text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
} 
.questions ol.question p {
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
    
}
.questions ol.question li.active .text {
    max-height: 200px;
    overflow: auto;
    opacity: 1;
}
.questions p.mb {
    line-height: 1.5;
}

.now {
    background: #f2f0f3;
    position: relative;
}
.now .group {
    position: relative;
    max-width: 410px;
    float: right;
}
.now h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #3f454e;
    line-height: 1.3;
    margin: 0;
}
.now h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #3f454e;
    line-height: 1.3;
    margin: 0 0 25px;
}
.now p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 460px;
    margin: 20px 0 25px;
}
.now span {
    display: block;
}
.now .button {
    font-size: 1.25rem;
    text-transform: uppercase;
}
.now > div {
    padding: 6.25rem 0 8rem;
    background: url('/img/pontos.png') no-repeat 40px 0;
    flex-direction: row-reverse;
}

footer {
    position: relative;
    background: #b24ae3;
    color: #fff;
    padding: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.slick-prev, .slick-next {
    display: none !important;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background: transparent;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #5c646e;
    border-radius: 50px;
}
.slick-dots li.slick-active button {
    background: #b24ae3;
}


/* Medium */
@media (max-width:1020px) {
    html, 
    body {
        font-size: 14px;
    }
    header {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .logo {
        width: 140px;
    }
    header ul li a {
        margin-left: 30px;
    }
    header ul li:first-child a {
        margin-left: 10px;
    }
    .types .box li.cell {
        padding: 60px 40px 0;
    }
    .itens .box li.cell {
        padding: 44px 40px 0;
    }
    .itens .box li ol {
        height: 260px;
        width: 230px;
        margin: 0 auto;
    }
    .itens .dets {
        padding-top: 6rem;
    }

    .now > div {
        background-position: -90px 0;
    }

    .title-call.grid-padding-x,
    .title-call.grid-padding-x > .cell {
        padding: 0;
    }

    .problem .slick-dots {
        bottom: 10px;
    }
    .types .slick-dots li.slick-active button {
        background: #f5e7fb;
    }
}

/* Small */
@media (max-width:640px) {
    .background::before {
        display: none;
    }
    .background ul {
        display: none;
    }
    .header {
        padding: 1rem 0 6rem;
    }
    .header h1 {
        font-size: 2rem;
        white-space: normal;
    }

    .problem strong.title {
        max-width: 80%;
    }
    .problem .box li.cell.first,
    .problem .box li.cell.last,
    .problem .box li.cell {
        padding: 60px 0 0;
    }

    strong.call {
        line-height: 1;
        margin: 3rem 0;
    }

    .info {
        margin-bottom: 3rem;
    }
    .info.right img,
    .info.left img,
    .info img {
        padding: 40px 0;
        float: none;
        display:block;
        margin:0 auto;
    }
    .info.right > div {
        flex-direction: column-reverse;
    }

    .types {
        margin: 0;
        overflow: hidden;
    }

    .types > div,
    .types > div > div.cell {
        padding: 0;
    }
    .types .box div.box_item {
        padding: .4rem 2rem;
    }

    .itens {
        padding-top: 5rem;
        background: #f5e7fb;
        overflow: hidden;
    }
    .itens h2 {
        font-size: 2rem;
        padding: 0 24px;
    }
    .itens .box li.medium-auto {
        height: 490px;
    }
    .itens .box li ol {
        height: 250px;
    }

    .itens .dets {
        font-size: 11px;
    }
    

    .itens > div,
    .itens > div > div.cell {
        padding: 0;
    }
    .itens .box div.box_item {
        padding: .4rem 2rem;
    }

    .about {
        padding: 3rem 0;
    }
    .lines,
    header span b {
        display: none;
    }
    .questions ol.question {
        padding-left: 0;
    }
    .now {
        padding: 0;
        margin-top: 0;
    }
    .now > div {
        background: none;
    }
    .now .contact {
        padding-top: 7rem;
    }

}


/*AsI*/