*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

html,body{
    height: 100%;
}

.container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 2%;
}
.clear{
    clear: both;
}

.desktop{
    position: fixed;
    background-color: rgb(245, 245, 245);
    width: 100%;
    border-bottom: 3px solid rgb(0,180,0);
    z-index: 10;
    height: 80px;
}

.desktop .container nav{
    float: left;
}

.desktop ul{
    margin-top: 25px;
}

.desktop li{
    display: inline-block;
    margin: 0 10px;
}

header nav a{
    text-decoration: none;
    color: rgb(50,50,50);
    font-size: 20px;
}

header nav a:hover{
    color: black;
    text-decoration: underline;
}

nav a.selected{
    color: rgb(50,200,50);
    pointer-events: none;
    font-size: 26px;
}

header.desktop .container > div a{
    height: 40px;
    width: 120px;
    margin-top: 20px;
    margin-left: 10px;
}

header .buttons-acc a:first-of-type{
    color: rgb(0,210,0);
    padding: 8px;
    border: 2px solid rgb(0,210,0);
    transition: background-color 0.2s, border 0.25s;
}

header .buttons-acc a:first-of-type:hover{
    color: rgb(0,190,0);
    border: 2px solid rgb(0,190,0);
    background-color: rgba(0,0,0,0.1);
}

header .buttons-acc a:last-of-type{
    background-color: rgb(0,210,0);
    padding: 10px;
    margin-right: 20px;

}

header .buttons-acc a:last-of-type:hover{
    background-color: rgb(0,190,0);
}

header .container > div{
    float: right;
}

header.mobile{
    display: none;
    width: 100%;
    /* height: 20%; */
    border-bottom: 3px solid rgb(0,180,0);
    position: fixed;
    right: 0;
    background-color: rgb(245, 245, 245);
    z-index: 10;
    text-align: center;
}

.mobile i{
    position: absolute;
    right: 40px;
    top: 12px;
    font-size: 48px;
    color: rgb(175,175,175);
}

header.mobile .buttons-acc{
    margin: 32px 0;
}

header.mobile .buttons-acc a{
    width: 40%;
    margin-right: 8px;
    font-size: 20px;
}

header.mobile nav{
    margin: 32px 0;
}

header.mobile nav a{
    font-size: 24px;
}

header.mobile nav li{
    margin-bottom: 10px;
}


#Main{
    background-color: rebeccapurple;
    height: 85%;
    color: white;
    display: flex;
    padding-top: 240px;
    text-align: left;
}

#Main .container div:first-of-type{
    width: 100%;
    max-width: 768px;
}

#Main h1{
    font-size: 38px;
    line-height: 64px;
}

#Main h3{
    width: 80%;
    font-size: 20px;
}

#Main .container div:last-of-type{
    text-align: right;
}

.btn{
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
    transition: color 0.2s;
    text-align: center;
}

.btn:hover{
    color: rgb(215,215,215);
}

.btn-login{
    padding: 10px 32px;
    border: 2px solid rgb(0, 210, 0);
    transition: background-color 0.2s, border 0.25s;
    margin: 10px 10px;
}

.btn-login:hover{
    background-color: rgba(0,0,0,0.1);
    border: 2px solid rgb(0, 190, 0);
}

.btn-register{
    padding: 12px 36px;
    background-color: rgb(0, 210, 0);
    transition: background-color 0.3s;
    margin: 10px 10px;
}

.btn-register:hover{
    background-color: rgb(0, 190, 0);
}


body > i{
    position: relative;
    left: 50%;
    top: 24px;
    color: rebeccapurple;
    font-size: 56px;
}

section .container > h1{
    text-align: center;
    margin-top: 96px;
    margin-bottom: 48px;
    font-size: 32px;
    color: rgb(50,50,50);
    text-transform: uppercase;
}

#vantagens .container > div:not(.clear){
    width: calc(100% / 4);
    padding: 0 10px;
    float: left;
}

#vantagens .container > div > div{
    border: 2px solid rgb(115, 86, 141);
    border-radius: 25px;
    text-align: center;
    color: rgb(100,100,100);
    padding: 0 20px;
    height: 270px;
}

#vantagens .container > div > div i{
    font-size: 60px;
    color: rgb(75,75,75);
    margin-bottom: 24px;
    margin-top: 24px;
}

#vantagens .container > div > div > div{
    height: 65px;
    font-size: 20px;
    word-spacing: 300px;
}

#planos .planos-slider{
    width: 100%;
}


/* #planos .planos-slider > div{
    width: calc(100% / 4);
    padding: 0 10px;
    float: left;
} */

#planos .container .plano{
    border: 2px solid rgb(115, 86, 141);
    border-radius: 25px;
    text-align: center;
    color: rgb(100,100,100);
    padding: 0 20px;
    /* height: 200px; */
}

.slick-slide {
    margin: 0 10px;
}

#planos .plano h3{
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 24px;
    word-spacing: 300px;
    line-height: 40px;
}

#planos .plano > div{
    height: 120px;
}

#planos .plano ul{
    list-style-position: inside;
}

#planos .plano span{
    font-size: 64px;
}

#planos .plano a{
    border-radius: 5px;
    padding: 12px 36px;
    margin-bottom: 16px;
    background-color: rgb(0, 210, 0);
    transition: background-color 0.2s;
    width: 100%;
}

#planos .plano a:hover{
    background-color: rgb(0, 190, 0);
}

#contato{
    margin-top: 100px;
    border-top: 2px solid rgb(175,175,175);
    border-bottom: 2px solid rgb(175,175,175);
}

#contato h2{
    font-size: 56px;
    margin-top: 64px;
    color: rgb(75,75,75);
}

#contato a{
    background-color: rgb(0, 210, 0);
    padding: 12px 36px;
    float: right;
    margin-top: -32px;
    margin-bottom: 64px;
}

footer {
    background-color: rebeccapurple;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 16px;
}

footer nav{
    padding: 20px 0;
}

footer nav li{
    margin: 10px 0;
}

footer nav a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

footer nav a:hover{
    text-decoration: underline;
}

footer h4{
    color: white;
}

footer h4 a{
    color: rgb(0, 155, 255);
    text-decoration: none;
    font-style: italic;
}

footer h4 a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 768px){
    #vantagens .container > div:not(.clear){
        width: calc(100% / 2);
        padding: 10px;
        float: left;
    }

    #contato a{
        /* float: none; */
        margin-top: 0;
    }
}

@media screen and (max-width:600px){
    header.desktop{
        display: none;
    }
    header.mobile{
        display: block;
    }

    #Main{
        padding-top: 40%;
    }
}

@media screen and (max-width: 360px){
    #vantagens .container > div:not(.clear){
        width: calc(100% / 1);
        padding: 10px;
        float: left;
    }

    #Main{
        padding-top: 25%;
    }

    header.mobile .buttons-acc a{
        width: 80%;
        margin-top: 8px;
    }
}

@media screen and (max-width: 260px){

    #Main h1{
        font-size: 34px;
        line-height: 48px;
    }


}
