html,body{
    scroll-behavior: smooth;
    font-family: 'Neo Sans Std';
}
br{
    display: none;
}
img{
    width: 100%;
}
p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1A3F6C;
}

section.banner-liz {
    min-height: 60vh;
    background: url(assets/img/grafismo-banner-min.jpg) no-repeat center center;
    background-size: cover;
    width: 98%;
    display: flex;
    flex-flow: wrap;
    align-items: end;
    padding-bottom: 40px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    pointer-events: none;
}
section.banner-liz:before {
    content: "";
    background: url(assets/img/liz-banner-min.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 250px;
    height: 350px;
    left: -50px;
    pointer-events: none;
}

.banner-liz .flex-content {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: end;
}

.banner-liz .flex-content .aside {
    width: 50%;
}

.aside.desc-banner {width: 100%;}

.aside.desc-banner h1 {
    font-size: 42px;
    line-height: 50px;
    color: #1A3F6C;
}

.aside.desc-banner h1 span {
    color: #E31F74;
    font-weight: 700;
}

.aside.desc-banner p {
    color: #1A3F6C;
}

.liz-ready h2, .help-liz h2, .know-liz h2, .fale-liz h2, .text-center h2 {
    color: #1A3F6C;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

section.aba1-liz,
section.aba2-liz,
section.aba3-liz,
section.aba4-liz{
    padding-top: 50px;
}

span.line-pink {
    display: inline-block;
    background: #E31F74;
    width: 100px;
    height: 2px;
}
.aba4-liz .line-pink{
    margin-bottom: 10px;
}
.flex-content .card {
    margin-top: 30px;
}

.card.card-white {
    border-radius: 20px;
    border: none;
    padding: 36px 30px 36px;
    align-items: center;
}

.liz-ready .flex-content {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.card i {
    display: inline-block;
    /* background: url(assets/svg/icon-01.svg) no-repeat center center; */
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.card.card-white:nth-of-type(1) i {
    background-image: url(assets/svg/icon-01.svg);
}
.card.card-white:nth-of-type(2) i {
    background-image: url(assets/svg/icon-02.svg);
}
.card.card-white:nth-of-type(3) i {
    background-image: url(assets/svg/icon-03.svg);
}

.card.card-white.flex-content i {width: 20%;}

.card.card-white.flex-content p {
    width: 70%;
    color: #1A3F6C;
    margin: 0;
}

.card.outlined {
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    padding: 40px 30px 24px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    width: 47%;
    text-align: center;
    min-height: 150px;
}
.card.outlined i {
    width: 100%;
    margin-bottom: 15px;
}
.card.outlined:nth-of-type(1) i {
    background-image: url(assets/svg/icon-03.svg);
}
.card.outlined:nth-of-type(2) i {
    background-image: url(assets/svg/icon-04.svg);
}
.card.outlined:nth-of-type(3) i {
    background-image: url(assets/svg/icon-05.svg);
}
.card.outlined:nth-of-type(4) i {
    background-image: url(assets/svg/icon-06.svg);
}
.card.outlined:nth-of-type(5) i {
    background-image: url(assets/svg/icon-07.svg);
}
.card.outlined:nth-of-type(6) i {
    background-image: url(assets/svg/icon-08.svg);
}
.know-liz .box-white {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px 0;
    margin-top: 30px;
    position: relative;
}
.know-liz .box-white:before {
    content: "";
    background: url(assets/svg/grf-conheca-liz.svg) no-repeat left;
    background-size: contain;
    width: 100%;
    height: 200px;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
}

.know-liz .box-white:after {
    content: "";
    background: url(assets/img/conheca-liz-min.png) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 250px;
    display: inline-block;
    pointer-events: none;
}

.aside-fale a {
    padding: 10px 30px 7px;
    background: #e31d73;
    color: white;
    font-family: 'Neo Sans Std';
    font-size: 18px;
    border: 1px solid #e31d73;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.4s ease all;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.box-pink-liz {
    background: #E31F74;
    padding: 30px 30px;
    border-radius: 20px;
    position: relative;
}

.box-pink-liz p {
    color: #fff;
    font-weight: 500;
}

.box-pink-liz:before {
    content: "";
    position: absolute;
    right: -13px;
    top: 0px;
    background: #E31F74;
    height: 200px;
    width: 200px;
    -webkit-clip-path: polygon(76% 0, 93% 9%, 100% 0);
    clip-path: polygon(76% 0, 93% 9%, 100% 0);
    border-radius: 0 8px 0 0;
}

.img-liz img {
    width: 150px;
}
.img-liz {
    margin: 0 auto 50px;
}
section.aba4-liz {
    padding-bottom: 50px;
}
@media(min-width:1024px) {
    br{
        display: block;
    }
    p{
        font-size: 16px;
        line-height: 22px;
    }
    section.aba1-liz, section.aba2-liz, section.aba3-liz, section.aba4-liz {
        padding-top: 80px;
    }
    section.aba4-liz {
        padding-bottom: 80px;
    }
    section.banner-liz {
        height: 500px;
        min-height: auto;
        padding-bottom: 110px;
    }
    section.banner-liz:before {
        height: 400px;
        width: 400px;
        left: 100px;
    }
    .aside.desc-banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .aside.desc-banner p {
        padding-top: 10px;
        font-size: 24px;
        line-height: 30px;
    }
    .card.card-white {
        width: 49%;
    }
    
    .liz-ready .flex-content {
        max-width: 880px;
        margin: 25px auto 0;
    }
    
    .card.outlined {
        width: 30%;
    }
    
    .aba2-liz .flex-content {
        grid-gap: 8px;
        justify-content: left;
    }
    .box-white .aside-desc {
        width: 60%;
    }
    
    .know-liz .box-white:before {
        height: 510px;
    }
    .know-liz .box-white:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 350px;
        height: 470px;
    }
    .box-white .flex-content {
        justify-content: flex-end;
    }
    
    .know-liz .box-white {
        padding: 50px;
    }
    .aside-fale, .img-whats-liz {
        width: 45%;
    }
    
    .fale-liz .flex-content {
        align-items: center;
    }
    
    .liz-ready h2, .help-liz h2, .know-liz h2, .fale-liz h2, .text-center h2 {
        font-size: 30px;
        line-height: 38px;
    }
    
    .img-whats-liz img {
        max-width: 300px;
    }
    
    .img-whats-liz {
        text-align: center;
    }
    
    .box-pink-liz {
        width: 75%;
        padding: 50px;
    }
    
    .img-liz {
        width: 20%;
    }
    
    .aba4-liz .flex-content {
        align-items: center;
        padding-bottom: 30px;
    }
    
    .box-pink-liz p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
}
@media(min-width:1280px) {
    section.banner-liz:before {
        height: 460px;
        left: 250px;
    }
    
    .card.card-white.flex-content p {
        width: 80%;
    }
    
    .card.card-white.flex-content i {
        width: 15%;
    }
    
    .card.outlined {
        width: 16%;
    }
    .box-white .aside-desc {
        width: 65%;
    }
    .know-liz .box-white:after {
        height: 420px;
    }
}
@media(min-width:1920px) {
    section.banner-liz:before {
        left: 27%;
    }
}