#first {
    background-color: #F1F4F9;
    background: linear-gradient(to bottom,#F1F4F9 220px,#ffffff 220px);
}
#first .container{
    text-align: center;
}
#first h2 {
    color: #3A2096;
    padding: 60px 0 20px 0;
}
#first p{
    display: inline-block;
    font-weight: 400;
    font-size: 1.1em;
    color: #93919C;
    max-width: 750px;
}
#first p strong{
    font-weight: 700;
    color: #777580;
    line-height: normal;
}
#first .bar-options{
    margin-top: 40px;
}
#first ul.plan{
    margin-top: 50px;
}
#first>.container>a{
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    color: #8525E1;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#first>.container>a:last-child{
    font-size: 2.5em;
    padding-top: 2px;
    color: #C796F1;
}

#second {
    background-color: #F1F4F9;
    margin-top: 50px;
}
#second .container{
    text-align: center;
}
#second h2{
    padding: 70px 0 10px 0;
    color: #392098;
}
#second ul.top-four{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}
#second ul.top-four li{
    background-color: #fff;
    padding: 30px 20px;
    margin: 10px;
    width: 23%;
    min-width: 200px;
    border-radius: 4px;
    -moz-box-shadow:     2px 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow:  2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:          2px 2px 2px rgba(0,0,0,0.1);
}
#second ul.top-four li>i{
    color: #392098;
    font-size: 2.7em;
}
#second ul.top-four li>h3{
    margin: 20px 0;
    color: #392098;
    font-size: 1.1em;
    font-weight: 900;
}
#second ul.top-four li>p{
    color: #9ea7ad;
    font-size: 0.85em;
    line-height: normal;
}

#second h4{
    margin: 70px 0 30px 0;
    color: #392098;
    font-size: 1.1em;
    font-weight: 700;
}

#second ul.list-check{
    width: 90%;
    padding-left: 10%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 70px;
}
#second ul.list-check li{
    width: 33%;
    min-width: 220px;
    text-align: left;
    color: #706D7E;
    font-size: 0.9em;
    padding: 2px 0;
}
#second ul.list-check li i{
    color: #00E107;
    font-size: 1.8em;
    vertical-align: middle;
    text-align: left;
    width: 30px;
}





#third .container{
    text-align: center;
}
#third h2{
    padding: 70px 0 50px 0;
    color: #3A2199;
}
#third .container div{
    overflow-x: auto;
    padding: 10px 0;
}
#third table{
    width: 100%;
    text-align: center;
    border-collapse:separate;
    border: solid #e6e6e6 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 1.1em;
}

#third table th {
    padding: 0 10px;
    width: 20%;
    min-width: 200px;
    -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#third table th h4 {
    margin: 20px 0 20px 0;
    color: #3B2098;
    font-weight: 700;
    font-size: 1.6em;
}

#third table th span {
    color: #353535;
}

#third table th span.preco-val {
    font-size: 2.2em;
    font-weight: 700;
}

#third table th a {
    margin: 20px 0 30px 0;
}

#third table tr:nth-child(even) {
    background-color: #F1F4F9;
}

#third table tr td {
    color: #8b8b8b;
    font-weight: 300;
    height: 50px;
    vertical-align: middle;
}

#third table tr th:nth-child(3){
    transform: scaley(1.05) translateY(-2px);
    border-top: solid #392097 7px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    margin-top: 5px;
}

#third table tr:last-child td:nth-child(3){
    border-bottom: solid #392097 2px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#third table tr td:nth-child(3), #third table tr th:nth-child(3) {
    border-right: solid #392097 2px;
    border-left: solid #392097 2px;
}

#third table tr td i{
    color: #00BF50;
    font-size: 1.2em;
}

#third table tr td:first-child{
    text-align: right;
    padding-right: 10px;
    color: #6b6b6b;
    font-weight: 400;
}

#third table tr.tit td{
    background-color:#392097;
    color: #fff;
}





#fourth {
    margin-top: 200px;
    padding-bottom: 80px;
    background-color: #F1F4F9;
}
#fourth .container{
    text-align: center;
}
#fourth h2{
    padding: 70px 0 50px 0;
    color: #3A2199;
}


@media only screen and (max-width: 950px) {
    #top-img{
        top: 220px;
        top: calc(340px - 20vw);
    }
    #top-img img{
        min-width: 120px;
        width: 40vw;
        height: auto;
    }
    header #top .container {
        margin-top: 135px;
    }
    header #top h1{
        margin-left: 6vw;
    }
    header #top p.text{
        margin-left: 6vw;
    }
    header #top a.btn-m {
        margin-left: 6vw;
    }

}


@media only screen and (max-width: 600px) {
    header #top-img{
        display: none;
    }
    header #top .container{
        margin-top: 170px;
        text-align: center;
    }
    header #top h1{
        margin-left: 0;
    }
    header #top p.text{
        margin: 30px 0;
        width: 100%;
    }
    header #top a.btn-m {
        margin:0;
    }

    #first{
        background: linear-gradient(to bottom,#F1F4F9 120px,#ffffff 220px);
    }
}