.hero {
    min-height: 500px;
    background: url('//cdn2.scriptcase.com.br/lib/../host/img/hero.png') no-repeat center right #D9E8EF;
    border-bottom: 2px solid #D9E0EA;
}

.hero h1 {
    color: #3F5AF1;
}

.hero h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    min-height: 120px;
    color: #c0c0c0b7;
}

.hero h2 span {
    color: #000000;
    font-weight: bold;
}

h5 {
    line-height: 27px;
}

.heading {
    margin: 20px 0 30px;
}

.heading:before {
    background: #3F5AF1;
    height: 3px;
    content: "";
    display: block;
    width: 50px;
    margin: 5px auto 5px;
}

.page-host.blackfriday .sh {
    background: #090436;
}

.btn-special,
.btn-special:link,
.btn-special:visited,
.btn-play,
.btn-play:link,
.btn-play:visited {
    background: #3F5AF1;
    border: 1px solid #3F5AF1;
    border-radius: 25px;
    padding: 12px 24px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    display: inline-block;
    color: white;
    text-decoration: none;
    position: relative;
}

.btn-special:hover,
.btn-special:active,
.btn-play:hover,
.btn-play:active {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.advantage-list .item {
    margin: 0 0 20px;
}

.advantage-list h5 {
    min-height: 60px;
}

.advantage-list p {
    border-top: 1px solid #D9E0EA;
    padding: 5px 0 0;
}

.advantage-list .number {
    margin: 0;
    font-size: 56px;
    color: #3F5AF1;
}

.advantage-list h5 {
    color: #3F5AF1;
}

.section-plans h6 {
    text-align: center;
}

.section-plans h6:after {
    content: "";
    display: block;
    width: 1px;
    margin: 10px auto;
    height: 20px;
    background: #D9E0EA;
}

.plan-group {
    background: white;
}

.plan {
    text-align: center;
    padding: 20px 0;
}

.plan-title {
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.plan-price {
    font-size: 30px;
    font-weight: 600;
    color: #3F5AF1;
    margin: 0 0 30px;
}

.plan-price small {
    font-size: 12px;
    display: block;
}

.plan-details {
    margin: 0;
    padding: 0;
}

.plan-details li {
    list-style: none;
    font-size: 12px;
}

.plan-details li.special {
    color: #0abf5a;
    font-weight: bold;
}

.plan-details li:after {
    content: "";
    border-bottom: 2px solid #E1EDF2;
    margin: 10px auto;
    display: block;
    width: 30px;
}

.plan-buy,
.plan-buy:visited {
    background: #3F5AF1;
    border-radius: 25px;
    padding: 4px 12px;
    display: inline-block;
    margin: 5px auto;
    font-size: 12px;
    text-decoration: none;
    color: white;
}

.plan-buy:hover,
.plan-buy:active {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.section-banner {
    border: 0;
    display: flex;
}

.section-banner .item {
    background: #EAEDF2;
    padding: 50px;
    flex: 1;
    margin: 10px;
    text-align: center;
}

.section-banner .item+.item {
    margin-left: 0;
}

.section-features .card {
    border-bottom: 0;
    border-radius: 0;
}

.section-features .card-group:last-child .card {
    border-bottom: 1px solid #D9E0EA;
}

.check {
    background: #0ABF5A;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 20px auto 10px;
}

.check:after {
    content: "\2713";
    color: white;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.toogle-plans {
    display: flex;
    justify-content: center;
    margin: -15px 0 50px;
}

.toogle-plans span {
    font-weight: bold;
    padding: 5px 15px;
    width: 100px;
    text-align: right;
}

.toogle-plans label+span {
    text-align: left;
}

.toogle-plans span small {
    font-size: 12px;
    display: block;
    margin: -2px 0 0;
    color: #ee545d;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3F5AF1;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus+.slider {
    box-shadow: 0 0 1px #3F5AF1;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.text-success {
    color: #0ABF5A!important;
}

@media (max-width: 575px) {
    .hero {
        background-image: none;
        min-height: auto;
        text-align: center;
    }
    .hero h1 {
        font-size: 40px;
    }
    .hero h2 {
        font-size: 20px;
        min-height: 160px;
    }
    .plan-group {
        margin-bottom: 50px;
    }
    .plan {
        border-radius: 0;
    }
    .plan+.plan {
        border-top: none;
    }
    .plans-note {
        margin-top: 0!important;
    }
    .section-banner {
        flex-direction: column;
        padding: 0 10px;
    }
    .section-banner .item {
        margin: 0;
        padding: 20px;
        margin-bottom: 10px;
    }
    .section-banner .item p {
        padding: 0!important;
    }
}