html, body {
    font-size: 16px;
    font-family: 'Asap', sans-serif;
    background: #eaf0f7;
    color: #6d757d;
    font-weight: 400;
}

h1, h2, h3 {
    color: #3c4044;
}

.grid-container {
    max-width: 72rem;
}

div.over-hidden {
    position: relative;
    overflow: hidden;
}
div.backbox {
    position: absolute;
    background: #066fbe;
    border-radius: 100px;
    height: 842px;
    width: 1200px;
}
div.backbox._top {
    top: -210px;
    left: 50%;
    transform: rotate(45deg);
}
div.backbox._bottom {
    bottom: -240px;
    right: 60%;
    transform: rotate(45deg);
}

header {
    padding: 3.75rem 0 4rem;
}
header,
header a {
    color: #fff;
}
header span {
    display: block;
    margin-right: 100px;
}
header span span {
    display: inline-block;
}
header a.chat {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.2s ease-out;
}
header a.chat:hover {
    color: #3bcd5e;
}

header,
section.header {
    position: relative;
    z-index: 2;
}
section.header {
    padding-bottom: 5.25rem;
}
section.header h1 {
    margin-top: 9rem;
    font-size: 4rem;
    line-height: 1;
}
section.header p {
    line-height: 1.5;
    margin-bottom: 3rem;
}
section.header .img {
    position: relative;
}
section.header img.lines {
    position: absolute;
    top: 0;
    left: -30px;
}
section.header img.main {
    max-width: 575px;
}

section.typing h2 {
    font-size: 2rem;
    line-height: 1.3;
}
section.typing p {
    line-height: 1.5;
}

section.video {
    padding-bottom: 6rem;
}
section.video .frame {
    height: 576px;
    overflow: hidden;
    border-radius: 15px;
}

section.quality {
    position: relative;
    background: #066fbe;
    padding: 7.75rem 0;
    margin: 6.25rem 0 7rem;
} 
section.quality h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 30px;
    max-width: 225px;
}
section.quality p {
    color: #fff;
    line-height: 1.5;
}
section.quality .beneficts {
    max-width: 340px;
}
section.quality ul {
    list-style: none;
    position: relative;
    padding: 10px 0 0 0;
    margin: 0;
}
section.quality ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: #ef7524;
    background-image: linear-gradient(#ef7524, #f3b436);
}
section.quality ul li {
    color: #fff;
    line-height: 1.31;
    padding: 0 0 3rem 6rem;
    position: relative;
}
section.quality ul li:last-child {
    padding-bottom: 0;
}
section.quality ul li i {
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    left: 2.375rem;
    top: 0;
}

section.types {
    padding: 0 0 8.125rem;
    position: relative;
}
section.types h2 {
    color: #3c4044;
    font-size: 3.5rem;
}
section.types ul {
    list-style: none;
    padding: 0;
}
section.types .box {
    margin-top: 10px;
    position: relative;
}
section.types .box li {
    background: #fff;
    border-radius: 20px;
    padding: 85px 40px 0;
    height: 320px;
}
section.types .box li h3 {
    font-size: 1.125rem;
    line-height: 1.33;
    margin: 0;
    padding: 0 0 20px;
    color: #2a2f32;
    height: 65px;
}
section.types .box li p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
}
section.types .box div.box_item {
    padding: .75rem;
}
section.types .box li {
    text-align: left;
}
section.types .box p {
    text-align: left;
    height: 140px;
    overflow: auto;
    margin-bottom: 20px;
}
section.types .box strong {
    font-size: 1rem;
    display: block;
}
section.types .box span {
    font-size: .875rem;
}

section.types .box ul.slick-dots li {
    height: 11px;
    padding: 0;
}
section.types .slick-prev, section.types .slick-next {
    display: none !important;
}
section.types .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
section.types .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background: transparent;
}
section.types .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;
}
section.types .slick-dots li.slick-active button {
    background: #066fbe;
}

section.call {
    text-align: center;
}
section.call h3 {
    font-size: 3.5rem;
    color: #3c4044;
    max-width: 600px;
    line-height: 1.14;
    margin: 0 auto 2rem;
}
section.call p {
    line-height: 1.5;
    margin: 0 auto 3rem;
    max-width: 600px;
}

section.comment {
    padding: 15rem 0 0;
    position: relative;
    z-index: 2;
}
section.comment .comment {
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 3.25rem;
    margin-top: 3rem;
    display: inline-block;
    z-index: 2;
}
section.comment .comment p {
    color: #7c7c7c;
    line-height: 1.31;
}
section.comment .comment span {
    display: block;
    padding: 1.25rem 0;
}
section.comment .comment span i {
    color: #f3b436;
    margin-right: 3px;
}
section.comment .comment b {
    color: #4d4d4d;
    font-weight: 800;
}
section.comment .selos {
    text-align: right;
    padding: 6.875rem 3.125rem;
}
section.comment .selos img:first-child {
    margin-right: 50px;
}


.boll {
    position: absolute;
    left: 35%;
    bottom: -100px;
}
.boll img {
    position: relative;
    width: 1218px;
}

.menino {
    position: absolute;
    bottom: 0;
    right: 50%;
    overflow: hidden;
    width: 790px;
    z-index: 1;
}
.menino img {
    position: relative;
    bottom: -100px;
}

.menino-bola {
    position: absolute;
    bottom: 680px;
    right: 10%;
    overflow: hidden;
    width: 107px;
    z-index: 1;
}
.menino-bola img {
    position: relative;
    bottom: 0;
}

.slider {
    position: relative;
}
.slider .pontinhos {
    position: absolute;
    right: -40px;
    bottom: -40px;
}

footer {
    position: relative;
}

.button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #3bcd5e;
    border-radius: 10px;
    color: #fff;
    padding: 1.5rem 4rem;
    transition: all 0.2s ease-out;
}

.button:hover {
    background: #009be1;
    text-decoration: none;
}

/* Medium */
@media (max-width:1020px) {
    html, body {
        font-size: 14px;
    }

    header span {
        margin-right: 0;
    }

    section.header h1 {
        margin-top: 4rem;
    }

    section.header img.main {
        max-width: 300px;
        position: relative;
        top: 20px;
    }

    .boll {
        left: 15%;
        bottom: -50px;
    }

    .slider .pontinhos {
        display: none;
    }
}

/* Small */
@media (max-width:640px) {
    header .logo {
        width: 150px;
    }
    header span span {
        display: none;
    }
    section.header .img {
        display: none;
    }
    div.backbox {
        border-radius: 50px;
    }
    div.backbox._top {
        top: -240px;
        left: 85%;
    }
    section.header h1 {
        margin-top: 50px;
        max-width: 100%;
    }
    section.header {
        padding-bottom: 8rem;
    }

    section.video .frame {
        height: 190px;
    }
    
    section.typing p {
        max-width: 100%;
    }
    section.typing img {
        display: block;
    }

    section.quality {
        margin-bottom: 14px;
    }
    section.quality h2 {
        margin-top: 0;
    }
    section.quality ul {
        margin-top: 60px;
    }

    section.call p {
        max-width: 100%;
    }

    section.types .slick-list {
        padding-right: 20%;
        padding-left: .75rem;
    }
    section.types .slick-dots {
        display: none !important;
    }

    section.types .slider {
        padding: 0 !important;
    }
    section.types .slider h2 {
        padding-left: .75rem;
        line-height: 1;
    }

    section.comment {
        padding: 0;
    }
    section.comment .img {
        display: none;
    }
    section.comment .comment span,
    section.comment .comment b {
        display: block;
        text-align: right;
    }
    section.comment img.mob {
        display: block;
        width: 150px;
        position: relative;
        top: -65px;
    }

    section.comment .selos img {
        width: 40%;
    }

    div.backbox._bottom {
        bottom: -294px;
        right: 80%;
    }

    footer {
        display: none;
    }
    
    .boll {
        left: 10%;
        bottom: -22px;
    }

    .button {
        padding-left: 0;
        padding-right: 0;
        min-width: 100%;
        width: 100%;
    }
}


