#top-img {
    left: 52%;
}

#first{
    background-color: #f1f4f8;
    padding-bottom: 50px;
}
#first .container{
    text-align: center;
}
#first h2{
    color: #4a369e;
    padding-top: 50px;
}
#first p{
    padding: 20px 0 0 0;
    color: #94929c;
    font-size: 1.1em;
}
#first p strong{
    color: #4c4564;
    font-weight: 700;
}


#second{
    padding: 80px 0;
}
#second .container{
    text-align: center;
}
#second h2{
    font-size: 1.5em;
    color: #3a2098;
}
#second div.slider-container{
    display: inline-flex;
    background-color: #3a2098;
    background: linear-gradient(to right,#bc00de 0%,#3d1579 100%);
    width: 90%;
    max-width: 800px;
    height: 70px;
    margin: 20px 0 5px 0;
    border-radius: 35px;
}
#second div.slider-container div.slider{
    width: 100%;
    margin-right: 10px;
}
#second div.slider-container div.slider input{
    border-radius: 5px;
    margin: 29px;
    -webkit-appearance: none;
    appearance: none;
    width: 97%; 
    height: 10px;
    background: #fff;
    outline: none;
}

#second div.slider-container div.slider input::-webkit-slider-thumb{
    background: #ffffff;    
    -webkit-appearance: none;
    appearance: none;
    width: 24px; 
    height: 24px; 
    border-radius: 12px;   
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5), inset -2px -2px 2px rgba(0,0,0,0.3);
    box-shadow:         2px 2px 4px rgba(0,0,0,0.5), inset -2px -2px 2px rgba(0,0,0,0.3);
}

#second div.slider-container div.slider input::-moz-range-thumb{
    background: #ffffff;    
    width: 24px; 
    height: 24px; 
    border-radius: 12px;   
    cursor: pointer;
    -moz-box-shadow:    2px 2px 4px rgba(0,0,0,0.5), inset -2px -2px 2px rgba(0,0,0,0.3);
    box-shadow:         2px 2px 4px rgba(0,0,0,0.5), inset -2px -2px 2px rgba(0,0,0,0.3);
}

#second div.slider-container div.qtd{
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    padding: 19px 30px;
    flex: 0 0 60px;
    align-self: flex-end;
}
#second p{
    display: inline-block;
    max-width: 700px;
    margin: 10px 0;
    font-size: 0.8em;
    line-height: normal;
    color: #94929c;
}
#second p strong{
    color: #7e7c8a;
    font-weight: 700;
}
#second ul.plano-detail{
    display: inline-flex;
    margin: 20px 0;
    padding: 30px 0;
    width: 90%;
    max-width: 800px;
    background-color: #f8f9fb;
    border: 1px solid e6e5e9;
    border-radius: 8px;
    -moz-box-shadow:     2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:  2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:          2px 2px 2px rgba(0,0,0,0.2);
}
#second ul.plano-detail>li{
    display: inline-block;
    flex: 1 1 25%;
    min-height: 150px;
    border-right: 1px solid #e6e5e9;  
    padding: 30px 0 0 0; 
    font-size: 1.2em;
    font-weight: 700;
    color: #45147f;
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}
#second ul.plano-detail>li:last-child{
    flex: 1 1 50%;
    border-right: 0;
    padding: 0;
}
#second ul.plano-detail li ul li strong{
    font-size: 2.5em;
    font-weight: 900;
}
#second ul.plano-detail li ul li span{
    color: #9f9ca8;
    font-size: 0.8em;
    font-weight: 700;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}
#second ul.plano-detail li ul li a{
    padding: 10px 40px;
    margin-top: 10px;
}
#second ul.plano-detail>li>strong{
    font-size: 5rem;
    font-weight: 900;
}
#second div.container>a{
    display: inline-block;
    color: #94929c;
}
#second div.container>a strong{
    color: #752fa1;
    font-weight: 700;
}
#second div.container>a strong i{
    font-size: 1.3em;
    vertical-align: middle;
}



#third{
    padding: 50px 0;
    background-color: #bc00de;
    background-image:
    radial-gradient(
      at 30% 40%,
      #bc00de,
      #19023a
    );
}
#third .container{
    text-align: center;
    color: #ffffff;
}
#third .container>p{
    font-size: 0.8em;
    color: #d1d0d2;
    padding: 6px 0 0 0;
}
#third .container>ul{
    width: 90%;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
    justify-content: center;
}

#third .container>ul li{
    flex: 1 1 33%;
    text-align: left;
    padding: 30px 20px;
    min-width: 295px;
}
#third .container>ul li i{
    width: 80px;
    text-align: center;
    display: inline-block;
    font-size: 3em;
    -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
#third .container>ul li p{
    max-width: 170px;
    display: inline-block;
    font-size: 0.8em;
    color: #c9c4cc;
    line-height: normal;
}
#third .container>ul li p strong{
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}



#fourth{
    padding: 100px 0;
    text-align: center;
}

#fourth h2{
    color: #3a2098;
    padding: 0 0 70px 0;
}




@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: 22vw;
    }
    header #top h1{
        margin-left: 6vw;
    }
    header #top p.text{
        margin-left: 6vw;
    }
    header #top a.btn-m {
        margin-left: 6vw;
    }

    #third .container>ul li{
        padding: 2vw 0px;
        min-width: 255px;
    }

}


@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;
    }

    #second ul.plano-detail{
        flex-wrap: wrap;
    }
    #second ul.plano-detail>li{
        font-size: 1em;
    }

}
