*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'roboto';
}

html, body{
    height: 100%;
}

/*classes auxiliares*/

.center{
    max-width: 1200px;
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
}

.clear{
    clear: both;
}

/*classes auxiliares*/

section.main{
    position: relative;
    width: 100%;
    min-height: 800px;
    background-image: url(../img/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section .layer{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.24);
}

header{
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    position: relative;
    z-index: 2;
}

header .line{
    width: 100%;
    background-color: white;
    height: 1px;
}

.icon-social{
    text-align: center;
}

.icon-social a{
    font-size: 20px;
    color: #8426ff;
    text-decoration: none;
    margin: 0 31px;
}

.logo{
    float: left;
    font-size: 23px;
    color: white;
    font-weight: bold;
}

nav.desktop{
    float: right;
}

nav.desktop ul{
    list-style-type: none;
}

nav.desktop ul li{
    display: inline-block;
    margin: 0 15px;
    font-size: 17px;
    font-weight: lighter;
    transition: 1s;
}

nav.desktop a{
    color: white;
    text-decoration: none;
}

nav.mobile{
    display: none;
    float: right;
}

.mobile ul{
    z-index: 2;
    display: none;
    position: absolute;
    right: 0;
    top: 83px;
    background: white;
    list-style-type: none;
    width: 200px;
    min-height: 90px;
    border-radius: 5px 0px 0 5px;
}

.mobile ul li{
    text-align: center;
    border-bottom: 1px solid #2692ff;
    border-radius: 5px;
}

.mobile ul li:hover{
    background-color: #08243f;
}

.mobile ul li a{
    display: block;
    font-weight: lighter;
    color: #2692ff;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;    
}

.mobile i{
    cursor: pointer;
    color: white;
    font-size: 25px;
    position: relative;
    top: 23px;
    right: 12px;
}

.conteudo-header{
    position: relative;
    z-index: 1;
    margin: 100px 0;
    max-width: 700px;
}

.conteudo-header h2{
    font-size: 44px;
    color: white;
    font-weight: lighter;
}

.conteudo-header h2 span{
    color: #8426ff;
}

.conteudo-header p{
    color: white;
    margin-top: 18px;
    line-height: 25px;
    font-size: 16px;
    font-weight: lighter;
}

.conteudo-header a{
    display: block;
    width: 177px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    margin: 20px auto;
    color: white;
    text-decoration: none;
    text-align: center;
    background: #47118d;
}

.chamada-planos{
    width: 100%;
    padding: 27px 2%;
    text-align: center;
    background-color: rgb(66, 66, 66);
}

.chamada-planos h2{
    display: inline-block;
    color: #8426ff;
    border-top: 2px solid #8426ff;
    border-bottom: 2px solid #8426ff;
    font-weight: lighter;
    font-size: 25px;
    text-transform: uppercase;
}

.box-planos .center{
    display: flex;
    flex-wrap: wrap;
}

.box-planos{
    padding: 50px 0;
}

.box-planos-single{
    width: 33.3%;
    padding: 0 40px;
}

.box-planos-wraper{
    width: 100%;
    min-height: 320px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 3px 2px 1px 0px #2e2e2e; 
    box-shadow: 3px 2px 1px 0px #2e2e2e;
}

.box-planos-single h2{
    background: #8426ff;
    color: white;
    padding: 3px;
    font-weight: lighter;
    text-align: center;
}

.pontos-planos{
    padding: 15px 1%;
    text-align: center;
}

.box-planos-single p{
    font-size: 17px;
    margin-top: 8px;
    color: #777777;
}

.preco{
    text-align: center;
    margin-top: 30px;
    padding: 20px 2%;
}

.preco h2{
    font-size: 24px;
    color: #777;
    padding: 0 30px;
    background-color: transparent;
    border-top: 2px solid #ccc;
    display: inline-block;
}

section.parallax{
    position: relative;
    width: 100%;
    min-height: 200px;
    background-image: url(../img/bg.jfif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.layer-parallax{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: rgba(20, 20, 20, 0.6);
}

.parallax .center{
    padding: 0 2%;
    position: relative;
    z-index: 2;
    padding: 20px 0;
    color: white;
    max-width: 960px;
}

.parallax .center h2{
    margin-bottom: 10px;
    text-align: center;
}

.center p{
    margin-left: 10px;
    font-size: 14px;
}

.center span{
    color: #8426ff;
}

section.final-section{
    padding: 50px 0;
}

.w50{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 30px 0;
}

.clear{
    clear: both;
}

.contato h2{
    text-align: left;
    font-weight: lighter;
    font-size: 24px;
    color: #777777;
}

section.final-section h2{
    position: relative;
    font-weight: lighter;
    color: #777777;
    font-size: 24px;
}

section.final-section h2 .borda-efeito{
    width: 50px;
    height: 2px;
    background: #777;
    position: absolute;
    transition: .5s;
}

section.final-section h2:hover .borda-efeito{
    width: 150px;
}

.contato input:not([type=submit]){
    width: 100%;
    height: 40px;
    display: block;
    border: 1px solid #ccc;
    padding-left: 8px;
    outline: none;
    margin-top: 10px;
}

.contato textarea{
    padding: 8px;
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.contato input[type=submit]{
    cursor: pointer;
    background: #8426ff;
    color: white;
    border: 0;
    width: 100px;
    height: 30px;
    border-radius: 35px;
    margin-top: 15px;
}

.box-avatar{
    display: inline-block;
    vertical-align: middle;
}

.box-avatar img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.info-usuario{
    color: #777777;
    display: inline-block;
    vertical-align: middle;
}

.time > .w50{
    width: 48%;
    margin: 10px 1%;
}

.equipe-single{
    padding: 10px 8px;
    border: 1px solid #ccc;
    min-height: 250px;
    -webkit-box-shadow: 3px 2px 1px 0px #2e2e2e; 
    box-shadow: 3px 2px 1px 0px #2e2e2e;
}

.topo-box-usuario{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.descricao-usuario{
    color: #999999;
    font-weight: lighter;
    font-size: 14px;
    margin-top: 30px;
}

footer{
    width: 100%;
    padding: 10px 2%;
    color: white;
    text-align: center;
    background: #444;
    font-weight: lighter;
}

@media screen and (max-width: 768px){

    nav.mobile{
        display: block;
    }

    nav.desktop{
        display: none;
    }

    .w50{
        width: 100%;
    }

    .time > .w50{
        width: 100%;
        margin:  15px 0;
    }

    .box-planos-single{
        margin: 10px 0;
        width: 100%;
    }
}

@media screen and (max-width: 570px){
    .conteudo-header h2{
        font-size: 20px;
    }
    
    .conteudo-header p{
        line-height: 15px;
        font-size: 12px;
    }
}
