body{
    background:#f7f9fd;
    color:#63636a;
    margin:0;
    padding:0;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 14px;
}
*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}
b,strong,h2,h3,h4,h5{
    color:#FF7301;
    font-weight: 700;
    line-height: 1.1;
}
h2{
    font-size:2.5rem;
    margin-top: 30px;
    margin-bottom: 20px;
}
h3{
    font-size:2.5rem;
}
.title--light{
    margin-top: 10px;
    font-weight: 400;
    font-size: 2rem;
}
h3 span{
    color:#F6F3E0;
}
h4{
    font-size:1.5rem;
    margin-bottom:10px;
}
.block--midnightblue{
    background:#1C3C6D;
    color:#fff;
}

.block--pumpkin{
    background:#FF7301;
    color:#fff;
}
.block--purple h3{
    color:#fff;
}
/*USER-DROPDOWN*/
.lp__header{
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding:10px 0;
    border-bottom: 1px solid rgba(143, 100, 138,.2);
}
.header__wrap{
    width:100%;
    max-width: 1160px;
    margin:0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.header__button{
    font-weight: 700;
    text-decoration: none;
    color:#FF7301;
    border-radius:9999px;
    border:3px solid #FF7301;
    padding:8px 15px;
    transition:all .2s ease;
}
.header__button:hover{
    border:3px solid #16b0c4;
    color:#16b0c4;
}
.user-dropdown{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    grid-area: header__user-dropdown;
}
.user-dropdown__wrap{
    max-width: 200px;
/*    background-color: rgba(82, 192, 212, .5);*/
    border-radius: 8px;
    height: 40px;
    position: relative;
    padding: 5px;
    display: grid;
    grid-template-columns: 30px auto 20px;
    grid-column-gap: 8px;
    align-items: center;
    grid-template-areas: "user-dropdown__avatar user-dropdown__name user-dropdown__icon";
    cursor: pointer;
/*    border:1px solid rgba(0,0,0, .1);*/
}
.user-dropdown__wrap:hover{
    background-color: rgba(212, 247, 251, 0.71);
}
.user-dropdown__avatar{
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 9999px;
    grid-area: user-dropdown__avatar;
}
.user-dropdown__avatar img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.user-dropdown__name{
    grid-area: user-dropdown__name;
    font-family: 'Poppins',sans-serif;
    font-size: .8rem;
    font-weight: 500;
    color: #222;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}
.user-dropdown__icon{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Material Icons Round';
    grid-area: user-dropdown__icon;
    padding-right: 8px;
    color:#979797;
    opacity: .8;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.block-1__wrap,.block-2__wrap,.block-3__wrap,.block-4__wrap,.block-5__wrap,.block-6__wrap,.block-7__wrap,.block-8__wrap,.block-9__wrap,.block-10__wrap{
    width:100%;
    margin:0 auto;
    max-width: 1160px;
    position: relative;
}
.block-1__wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-1__column-1{
    width:50%;
    padding:150px 80px 50px;
    padding-right: 100px;
}
.block-1__column-1 p{
    line-height: 1.8;
}
.block-1__column-2{
    padding-top: 100px;
    width:50%;
    background:url('../../_img/home/block1-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.block-1__column-2 img{
    width:100%;
    max-width: 540px;
    height: auto;
}
.block-1__logo img{
    width:180px;
    height: 66px;
}
.block-2__card,.block-8__card,.block-10__card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    height:100%;
    border-radius:15px;
    background:#fff;
    padding:60px 40px;
    -webkit-box-shadow: 0px 38px 43px -9px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 38px 43px -9px rgba(0,0,0,0.1);
    box-shadow: 0px 38px 43px -9px rgb(0 0 0 / 10%);
}
.lp__block-2{
    margin-top:100px;
}
.block-2__wrap{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.block-2__card-column{
    width: 100%;
    position: relative;
    padding:0px 13px;
}
.card__img{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:-100px;
    margin-bottom: 25px;
    justify-self: center;
}
.card__img img{
    width:105px;
    height: 105px;
}
.lp__block-3{
    margin-top:110px;
}
.block-3__wrap{
    display: flex;
    justify-content: space-between;
    height: 330px;
    padding:40px 0;
    z-index: 1;
}
.block-3__column-1{
    width:33%;
    position: relative;
}
.block-3__column-2{
    width:66%;
    padding:15px 60px 0px 50px;
}
.block-3__column-2 h3{
    font-size:2.8rem;
    line-height: 1;
}
.block-3__column-2 p{
    padding:20px 0 0 75px;
}
.block-3__column-1 img{
    margin-top:-80px;
    margin-left:-50px;
    width:730px;
    height: auto;
}
.block-4__wrap{
    min-height: 120px;
    max-width: 1700px;
    background-image: url('../../_img/home/block4-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 150px;
    margin-bottom: 70px;
}
.block-4__logos{
    display: flex;
    justify-content: flex-start;
    width:50%;
    padding-left:100px;
    padding-right: 20px;
}
.block-4__logos img{
    width: 100%;
    max-width: 420px;
    height: auto;
}
.block-5__line{
    width:100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding:50px 0;
    align-items: center;
}
.block-5__text{
    width:50%;
    padding:0 30px;
}
.block-5__text h4{
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.block-5__text p{
    line-height: 2;
}
.block-5__img{
    width:50%;
    padding:30px 30px 0px;
    position: relative;
    z-index: 1;
}
.block-5__img img{
    width: 100%;
    height: auto;
}
.block-5__line-1{
    padding:25px 0;   
}
.block-5__line-2,.block-5__line-3{
    padding:40px 0;
}
.lp__block-6{
    margin-top:60px;
}
.block-6__wrap{
    max-width: 1700px;
    background-image: url('../../_img/home/block6-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
}
.block-6__wrap h4{
    font-size: 2rem;
    margin-bottom:30px;
}
.block-6__button,.block-10__button{
    border-radius:5px;
    background:#42A7C7;
    color:#fff;
    padding:18px 25px;
    text-decoration: none;
    font-size:.9rem;
    transition:all .2s ease;
}
.block-6__button:hover,.block-10__button:hover{
    background:#16b0c4;
}
.lp__block-7{
    height:380px;
    overflow: visible;
}
.block-7__wrap{
    padding:50px 0;
    text-align: center;
    max-width: 1060px;
    z-index: 1;
}
.block-7__wrap h3{
    margin-bottom: 20px;
}
.block-7__pc{
    margin-top:50px;
    width:100%;
    height:auto;
}
.lp__block-8{
    padding-top: 500px;
}
.block-8__wrap{
    max-width: 1220px;
    text-align: center;
}
.block-8__cards{
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    text-align: left;
}
.block-8__card{
    padding:30px 50px;
}
.block-8__card .card__img{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: -55px;
    margin-bottom: 25px;
    justify-self: center;
}
.block-8__card .card__img img{
    width:80px;
    height: 80px;
}
.block-8__card h4{
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.block-8__card p{
    font-size: 0.8rem;
}
.block-8__card-column,.block-10__card-column{
    width: 50%;
    position: relative;
    padding:0px 13px;
}
.lp__block-9{
    margin-top:180px;
}
.block-9__wrap{
    text-align: center;
    padding-bottom: 50px;
}
.block-9__wrap img{
    width:100%;
    max-width: 1000px;
    height: auto;
    margin-top:-60px;
    margin-bottom: 40px;
}
.block-10__wrap{
    min-height: 120px;
    max-width: 1460px;
    background-image: url('../../_img/home/block4-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding-top: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block-10__cards{
    width: 100%;
    max-width: 1220px;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
}
.block-10__card{
    align-items: center;
}
.block-10__card h4{
    font-size:2.2rem;
    margin-bottom: 5px;
}
.block-10__card h4 span{
    text-decoration: underline;
}
.block-10__button{
    justify-self: flex-end;
    margin-top:auto;
}
.card__price{
    color:#FF7301;
    font-size:1.9rem;
    font-weight: 700;
    margin:5px auto;
}
.card__price strong{
    color:#FF7301;
    font-size: 3.3rem;
}
.card__zigzag{
    text-align: center;
    margin:20px auto;
    width: 70%;
    min-height: 10px;
    background: 0 repeat-x url('data:image/svg+xml;utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%2210px%22%20height%3D%228px%22%20viewBox%3D%220%200%2018%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpolygon%20id%3D%22Combined-Shape%22%20fill%3D%22%23ebebeb%22%20points%3D%228.98762301%200%200%209.12771969%200%2014.519983%209%205.40479869%2018%2014.519983%2018%209.12771969%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E');
}
.card__description{
    margin-bottom:30px;
}
.card__description p{
    font-size:.8rem;
    margin:20px auto;
}
.lp__footer{
    width: 100%;
    max-width: 1160px;
    margin:80px auto;
    text-align: center;
    padding-bottom: 20px;
}
.lp__footer img{
    width: 100%;
    max-width: 385px;
    height: auto;
}
/*RESPONSIVO*/
@media only screen and (max-width: 991px) {
    .header__wrap{
        justify-content: center;
    }
    .block-1__wrap,.block-2__wrap,.block-8__cards,.block-10__cards{
        flex-direction: column;
    }
    .block-1__column-1,.block-1__column-2,.block-2__card-column,.block-3__column-1,.block-3__column-2,.block-5__text,.block-5__img,.block-8__card-column,.block-10__card-column{
        width:100%;
    }
    .block-1__column-1{
        padding:110px 20px 40px;
        align-items: center;
        text-align: center;
    }
    .block-1__column-2{
        padding-top: 20px;
        background-image: url('../../_img/home/block1-bg-mobile.png');
    }
    .block-2__card-column{
        margin-bottom: 20px;
    }
    .lp__block-3{
        margin-top: 60px;
    }
    .block-3__wrap{
        flex-direction: column-reverse;
        height: auto;
    }
    .block-3__column-1{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .block-3__column-1 img{
        width: 100%;
        margin:0 auto;
        margin-top:20px;
        margin-bottom: -200px;
    }
    .block-3__column-2{
        padding:15px 20px;
    }
    .block-3__column-2 p{
        padding:20px 0;
    }
    .block-4__wrap{
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .block-4__logos{
        width: 100%;
        padding:0 20px;
        justify-content: center;
    }
    .block-5__line-1,.block-5__line-3,.block-5__line-5{
        flex-direction: column-reverse;
        padding:20px 0;
    }
    .block-5__line-2,.block-5__line-4,.block-5__line-6{
        flex-direction: column;
        padding:20px 0;
    }
    .block-5__img{
        padding:0 20px;
        margin-bottom: 20px;
    }
    .block-5__text{
        padding:0 20px;
    }
    .lp__block-6{
        margin-top:40px;
    }
    .block-6__wrap{
        padding:0 20px 80px;
    }
    .lp__block-7{
        height: auto;
    }
    .block-7__wrap{
        padding:50px 20px;   
    }
    .block-7__pc{
        margin-bottom:-230px;
        width:100%;
        height:auto;
    }
    .lp__block-8{
        padding-top: 220px;
    }
    .block-8__wrap{
        padding:0px;
    }
    .block-8__wrap h3{
        font-size:1.7rem;
        padding:0 20px;
    }
    .block-8__wrap h3.title--light{
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .block-8__cards{
        margin-top:50px;
    }
    .block-8__card-column{
        margin-bottom: 40px;
    }
    .lp__block-9{
        margin-top:60px;
    }
    .block-9__wrap{
        padding:0 20px;
        padding-bottom: 30px;
    }
    .block-9__wrap img{
        margin-top:-30px;
        margin-bottom: 20px;
    }
    .block-9__wrap h3{
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .block-10__wrap{
        padding-top: 90px;
    }
    .block-10__card-column{
        margin-bottom: 60px;
    }
    .block-10__card{
        height: auto;
    }
    .block-10__button{
        margin-top:10px;
        justify-self: auto;
    }
    .lp__footer{
        margin:0 auto;
        padding:0 20px 70px;
    }
}