*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

html, body{
    height: 100%;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

header{
    width: 100%;
    height: 90vh;
    min-height: 800px;
    padding: 40px 2%;
    /*max-height: 700px;*/
    background-size: cover;
    background-position: center;
    background-image: url(../imagens/capa.png);
    font-weight: 300;
}
header nav{
    float: right;
}
nav.mobile-menu{
    cursor: pointer;
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(../imagens/barra-de-menu.png);
    background-size: 100% 100%;
}

nav.mobile-menu ul{
    display: none;
    /*transition: 1s;*/
    background-color: #472562;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    color: white;
    list-style-type: none;
    text-align: center;
}
nav.mobile-menu ul li{
    transition: 0.4s;
    border-bottom: 1px solid black;
    padding: 8px 0;
}
nav.mobile-menu ul li:hover{
    background-color: #8c00ff;
}
nav.mobile-menu ul li a{
    font-weight: bold;
    text-decoration: none;
    color: white;
}
header .logo{
    float: left;
    margin-top: -50px;
    width: 160px;
    height: 100px;
    background-image: url(../imagens/logo.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
header nav.desktop-menu ul{
    list-style-type: none;
}
header nav.desktop-menu li{
    padding: 0 20px;
    float: left;

}

header nav.desktop-menu li a{
    text-decoration: none;
    color: white;
}
header nav.desktop-menu li a:hover{
    transition: 0.5s;
    font-size: 20px;
    color: #472563;
}

.chamada1{
    max-width: 600px;
    float: right;
    margin: 180px 200px;
}
.chamada1 h2{
    font-weight: 300;
    font-size: 45px;
    color: white;
}
.chamada1 p{
    font-size: 17px;
    color: white;
    margin-top: 10px;
}

section.sessao1{
    width: 100%;
    background-color: #472562;
    padding: 0px 2%;
    height: 400PX;
}
section.sessao1 .container{
    max-width: 1000px;
    height: calc(100% + 30px);
}

.texto-sessao1{
    float: left;
    color: white;
    width: 50%;
    position: relative;
    left: 55px;
    margin-top: 60px;
    padding-left: 80px;
}
.texto-sessao1 h2{
    font-size: 26px;
    font-weight: 300;
}
.texto-sessao1 p{
    font-size: 20px;
    margin-top: 20px;
}
.texto-sessao1 ul{
    font-size: 15px;
    list-style-position: outside;
    padding-left: 15px;
}
.texto-sessao1 ul li{
    margin-top: 8px;
    float: left;
    width: 100%;
}

.btn1-texto{
    background-color: #ff703d;
    width: 165px;
    height: 44px;
    color: white;
    cursor: pointer;
    margin-top: 30px;
    font-size: 13px;
    border-radius: 50px;
    text-align: center;
    line-height: 44px;
}
.btn1-texto:hover{
    background-color: #ff713db9;
}

.device-sessao1{
    float: left;
    width: 50%;
    position: relative;
    top: -30px;
    height: 100%;
    background-image: url('../imagens/device.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sessao2{
    padding-left: 2%;
    padding-right: 2%;
    background-color: white;
    text-align: center;
}
.sessao2 .container{
    max-width: 1000px;
}
.sessao2 h2{
    color: #472663;
    font-weight: 300;
}
.sessao2 p{
    display: inline-block;
    margin-top: 30px;
    max-width: 900px;
    text-align: justify;
}
.sessao2 img{
    position: relative;
    top: 70px;
    width: 100%;
    margin-top: 30px;
}

.sessao3{
    width: 100%;
}
.part1{
    color: white;
    float: left;
    width: 50%;
    padding: 140px 0 90px 0;
    background-color: #835fa7;
}
.wraper-part1{
    max-width: 600px;
    float: right;
    padding:0 30px;
}
.part1 h2{
    font-weight: 300;
    font-style: italic;
    font-size: 23px;
}
.part1 p{
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
}
.part2{
    float: left;
    width: 50%;
    padding: 140px 0 90px 0;
    background-color: white;
}
.scrollEquipe{
    max-width: 600px;
    padding-left: 20px;
    overflow: hidden;
}
.scroll-wraper{
    width: 100%;
}
.sobre-autor{
    float: left;
    width: 100%;
    padding: 0 20px;
}
.titulo-autor{
    float: left;
    width: 100%;
}
.wraper-titulo-autor{
    float: left;
}
.titulo-autor h2{
    color: #232323;
    font-weight: 400;
    font-size: 25px;
    padding-right: 20px;
}
.titulo-autor p{
    font-size: 13px;
    color: #232323;
    font-style: italic;
    font-weight: 300;
}
.slider-bullets{
    width: 100%;
    float: left;
    padding-left: 40px;
    margin-top: 12px;
}
.slider-bullets span{
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 8px;
    background-color: rgb(200,200,200);
}
.titulo-autor .img-autor{
    float: left;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    border-radius: 20px;
    background-image: url(../imagens/meu_perfil.png);
}

.texto-autor{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.texto-autor p{
    color: #232323;
    font-size: 15px;
}

section.sessao4{
    background-color: #472563;
    padding: 100px 0;
}

.form{
    float: left;
    width: 50%;
    color: white;
    padding-left: 10px;
}
.form h2{
    font-size: 23px;
    font-weight: 300;
}
.form p{
    font-size: 15px;
    font-weight: 300;
    max-width: 400px;
    padding-right: 10px;
}

.form form{
    margin: 15px 0;
}
.form form input[type=text]{
    width: 90%;
    max-width: 480px;
    margin-top: 8px;
    height: 58px;
    padding-left: 8px;
    line-height: 58px;
    border: 1px solid rgb(200,200,200);
}
.form form textarea{
    width: 90%;
    max-width: 480px;
    margin-top: 8px;
    height: 160px;
    padding: 15px;
    border: 1px solid rgb(200,200,200);
}
.form form input[type=email]{
    width: 90%;
    max-width: 480px;
    margin-top: 8px;
    height: 58px;
    padding-left: 8px;
    line-height: 58px;
    border: 1px solid rgb(200,200,200);
}
.form form input[type=submit]{
    background-color: #ff703d;
    width: 165px;
    height: 44px;
    color: white;
    cursor: pointer;
    margin-top: 15px;
    font-size: 13px;
    border: 0;
    border-radius: 50px;
}
.form form input[type=submit]:hover{
    background-color:#ff713db9;;
}

.map-wraper{
    float: left;
    width: 50%;
    color: white;
    padding: 0 10px;
}
.map-wraper h2{
    font-size: 23px;
    font-weight: 300;
}
.map-wraper3{
    margin-top: 10px;
    width: 100%;
    max-width: 480px;
    position: relative;
}
.map-wraper2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 100%;
}
.map{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(200,200,200);
}

section.diferenciais{
    padding: 40px 0;

}
section.diferenciais > .container > h2{
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    color: #472563;
}

.box-diferenciais{
    margin-top: 40px;
}
.box-single-diferencial{
    float: left;
    width: 33.3%;
    padding: 0 10px;
}
.box-single-diferencial h2{
    font-size: 55px;
    text-align: center;
    color: #472563;
}
.box-single-diferencial p{
    font-size: 15px;
    color: rgb(100,100,100);
    text-align: center;
}




/***/
footer{
    padding: 40px 2%;
    background-color: #192123;
    color: white;
    
}
footer p:nth-of-type(1){
    float: left;
    font-size: 14px;
}
.autor{
    font-weight: bold;
    color: #7800da;
    text-align: center;
}

footer p:nth-of-type(2){
    float: right;
    font-size: 14px;
}

/*estilizando link da class AUTOR*/
.autor a{
    text-decoration: none;
}

.autor a:hover{
    transition: 0.5s;
    font-size: 18px;
    color: #7800dade;
}

/***************Medias Queries*******************/

@media screen and (max-width: 830px) {
    .chamada1{
        max-width: none;
        width: 100%;
        text-align: center;
        float: none;
        margin: 170px 0;
    }
    
    .chamada1 h2{
        font-weight: 300;
        font-size: 30px;
        padding: 0px 0px ;
        color: white;
    }
    .chamada1 p{
        font-size: 15px;
        color: white;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px){
    header{
        width: 100%;
        height: auto;
        min-height: 90vh;
        padding: 40px 2%;
        
    }

    nav.desktop-menu{
        display: none;
    }
    nav.mobile-menu{
        display: block;
    }

    .chamada1{
        max-width: none;
        width: 100%;
        text-align: center;
        float: none;
        margin: 100px 0;
    }
    
    .chamada1 h2{
        font-weight: 300;
        font-size: 30px;
        padding: 0px 0px ;
        color: white;
    }
    .chamada1 p{
        font-size: 15px;
        color: white;
        margin-top: 10px;
    }
    

    section.sessao1{
        padding: 40px 2%;
        height: auto;
        text-align: center;
    }
    .texto-sessao1{
        width: 100%;
        margin-top: 0;
        padding-left: 0;
        position: static;
        float: none;
        display: inline-block;
    }
    .texto-sessao1 ul{
        display: inline-block;
        margin-top: 20px;
    }
    .texto-sessao1 ul li{
        float: none;
        text-align: left;
    }
    .btn1-texto{
        display: inline-block;
    }
    .device-sessao1{
        display: none;
    }
    .sessao2{
        padding: 40px 2%;

    }
    section.sessao4 .container{
        text-align: center;
    }
    .form{
        float: none;
        width: 100%;
    }
    .form p{
        display: inline-block;
    }
    .map-wraper{
        float: none;
        width: 100%;
        margin-top: 40px;
        padding: 0 4%;
    }
    .map-wraper3{
        margin-top: 10px;
        width: 80%;
        padding-top: 80%;
        display: inline-block;
        max-width: none;
        position: relative;
    }
    .map-wraper2{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 0;
        height: 100%;
    }
    section.diferenciais{
        background-color: rgb(250,250,250);
    }
    .box-diferenciais{
        margin-top: 0;
    }

    .box-single-diferencial{
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }
    .box-single-diferencial p{
        display: inline-block;
        max-width: 400px;
    }
}
@media screen and (max-width: 580px){

    .part1{
        width: 100%;
        padding: 40px 0;
    }
    .part2{
        padding: 40px 0;
        width: 100%;
    }
    .sessao2 img{
        top: 16px;
        margin-top: 20px;
    }
    footer{
        text-align: center;
        
    }
    footer p:nth-of-type(1){
        float: none;
        font-size: 14px;
    }
    .autor{
        margin-top: 10px;
        font-weight: bold;
        color: #7800da;
        text-align: center;
    }
    footer p:nth-of-type(2){
        margin-top: 10px;
        float: none;
        font-size: 14px;
    }
}