@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    color: #182C3C;
}

:focus,
:active {
    outline: none !important;
}

.landing-ebook .wrap-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.landing-ebook .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-ebook .t-white {color: #fff;}
.landing-ebook .t-dark-blue {color: #182C3C;}
.landing-ebook .t-blue, .landing-ebook .bold-blue b {color: #0062AB;}
.landing-ebook .t-yellow {color: #FAAD00;}


.landing-ebook .bg-dark-blue {background-color: #182C3C;}
.landing-ebook .bg-blue {background-color: #0062AB;}
.landing-ebook .bg-grey {background-color: #F2F2F2;}

/*BUTTONS*/
.landing-ebook .btn-square {
    display: inline-block;
    border: 1px solid;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
}

.landing-ebook .btn-square.b-white {
    border-color: #fff;
    color: #fff;
}

.landing-ebook .btn-square.yell-blue {
    border-color: #FAAD00;
    color: #004C88;
    background-color: #FAAD00;
}

.landing-ebook h1,
.landing-ebook h2 {
    font-size: 37px;
    line-height: 56px;
    font-weight: 300;
}

.landing-ebook h1 b,
.landing-ebook h2 b,
.landing-ebook h3 b,
.landing-ebook h4 b{
    font-weight: bold;
}

.landing-ebook h3 {
    font-size: 25px;
    font-weight: 300;
}

.landing-ebook p {
    font-size: 17px;
    margin-bottom: 0;
}

.landing-ebook .small p {
    font-size: 14px;
}

.landing-ebook h4 {
    font-size: 20px;
    font-weight: 300;
    color: #0062AB;
    line-height: 30px;
}

.landing-ebook .bb-white {
    border-bottom: 1px solid #fff;
}

.landing-ebook .testata {
    z-index: 1;
}

.landing-ebook .testata h3,
.landing-ebook footer p b {
    color: #FAAD00;
}

.landing-ebook form input[type="text"],
.landing-ebook form input[type="email"],
.landing-ebook form input[type="phone"],
.landing-ebook form select.form-control {
    border-radius: 5px !important;
    height: 38px;
    border: 1px solid #0062AB !important;
    color: #182C3C;
    font-size: 13px !important;
}

.landing-ebook form label {
    font-size: 13px;
}

.landing-ebook form .form-check label {
    font-size: 10px;
}

.landing-ebook form .form-check label a,
.landing-ebook footer .copyr a {
    color: #182C3C;
}

.landing-ebook .testata form .form-check label a,
.landing-ebook footer a {
    color: #fff;
}

.landing-ebook .testata img.ebook {
    right:0;
    left:auto;
    top: 0;
    z-index: 1;
}

.landing-ebook .testata .btn-down {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
}

.landing-ebook .testata .btn-down:after {
    content: "\f078";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    color: #0062AB;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.landing-ebook .wrap-testata img.wave {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 60%;
}

.landing-ebook .grad-grey {
    background: rgb(229,229,229);
    background: -moz-linear-gradient(180deg, rgba(229,229,229,0.6) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(229,229,229,0.6) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(229,229,229,0.6) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#ffffff",GradientType=1);
}

.landing-ebook .wrap-skill {
    width: 195px;
    max-width: 100%;
}

.landing-ebook .icon {
    width: 100%;
    height: 195px;
}

.landing-ebook .skill:first-child .icon {background-color: #0374B7;}
.landing-ebook .skill:nth-child(2) .icon {background-color: #8268AB;}
.landing-ebook .skill:nth-child(3) .icon {background-color: #C069A7;}
.landing-ebook .skill:nth-child(4) .icon {background-color: #E94E4E;}
.landing-ebook .skill:nth-child(5) .icon {background-color: #E9712A;}
.landing-ebook .skill:nth-child(6) .icon {background-color: #E7B045;}
.landing-ebook .skill:nth-child(7) .icon {background-color: #B1C520;}
.landing-ebook .skill:nth-child(8) .icon {background-color: #2CAB49;}
.landing-ebook .skill:nth-child(9) .icon {background-color: #69BFAA;}
.landing-ebook .skill:nth-child(10) .icon {background-color: #2A3948;}

.landing-ebook .skill .icon .wrap-num {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 90px;
    height: 90px;
}

.landing-ebook .skill .icon .wrap-num .num {
    font-size: 32px;
    font-family: 'Abril Fatface', cursive;
    position: absolute;
    top: 0;
    right: 12px;
}

.landing-ebook .skill:first-child .num {color: #0374B7;}
.landing-ebook .skill:nth-child(2) .num {color: #8268AB;}
.landing-ebook .skill:nth-child(3) .num {color: #C069A7;}
.landing-ebook .skill:nth-child(4) .num {color: #E94E4E;}
.landing-ebook .skill:nth-child(5) .num {color: #E9712A;}
.landing-ebook .skill:nth-child(6) .num {color: #E7B045;}
.landing-ebook .skill:nth-child(7) .num {color: #B1C520;}
.landing-ebook .skill:nth-child(8) .num {color: #2CAB49;}
.landing-ebook .skill:nth-child(9) .num {color: #69BFAA;}
.landing-ebook .skill:nth-child(10) .num {color: #2A3948;}

.landing-ebook .wrap-box {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

.landing-ebook .box-blu {
    border-radius: 21px;
}

.landing-ebook .box-blu img.drop {
    position: absolute;
}

.landing-ebook .why::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.landing-ebook .why {
    padding-top: 150px;
    padding-bottom: 50px;
}

.landing-ebook .why img.drop-big {
    left: 0;
    top: 0;
}

.landing-ebook footer {
    font-size: 12px;
}