


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: 62px;
    height: 62px;
    background-image: url('../imagens/icons8-cardápio-48.png');
    background-size: 100% 100%;
}
/*
 nav.mobile-menu:hover ul{
    opacity: 1;
}
*/
nav.mobile-menu ul{
    display: none;
    /*transition: 1s;*/
    background-color: white;
    position: absolute;
    width: 100%;
    left: 0;
    top: 95px;
    list-style-type: none;
    text-align: center;
}

nav.mobile-menu ul li{
    padding: 8px 0;
    transition: 0.4s;
    border-bottom: 1px solid black;
}

nav.mobile-menu ul li:hover{
    background-color: rgb(230, 230, 230);
}

nav.mobile-menu ul li a{
    color: black;
    text-decoration: none;
}

header .logo{
    position: relative;
    top: -10px;
    float: left;
    width: 160px;
    height: 40px;
    background-image: url(../imagens/logo-danki.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

header nav.desktop-menu ul{
    list-style-type: none;
}

header nav.desktop-menu li{
    float: left;
    padding: 0 20px;
}

header nav.desktop-menu li a{
    text-decoration: none;
    color: white;
}

.chamada1{
    max-width: 600px;
    float: right;
    margin: 140px 150px;
}

.chamada1 h2{
    font-weight: 300;
    font-size: 40px;
    color: white;
}

.chamada1 p{
    font-size: 15px;
    color: white;
    margin-top: 10px;
}

section.sessao1{
    width: 100%;
    background-color: blueviolet;
    padding: 0px 2%;
    height: 400px;
}

section.sessao1 .container{
    max-width: 1000px;
    height: calc(100% + 30px);
}

.texto-sessao1{
    float: left;
    width: 50%;
    position: relative;
    left: 55px;
    margin-top: 60px;
    padding-left: 90px;
    color: white;
}

.texto-sessao1 h2{
    font-size: 26px;
    font-weight: 300;
}

.texto-sessao1 p{
    margin-top: 20px;
    font-size: 15px;
}

.texto-sessao1 ul{
    font-size: 15px;
    list-style-position: outside;
    padding-left: 15px;
}

.texto-sessao1 ul li{
    float: left;
    width: 100%;
    margin-top: 8px;
}

.btn1-texto{
    background-color: #FF703D;
    width: 165px;
    height: 40px;
    font-size: 13px;
    color: white;
    cursor: pointer;
    margin-top:30px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
}

.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: 900px;
}

.sessao2 h2{
    color: #472663;
    font-weight: 300;
}

.sessao2 p{
    margin-top: 30px;
    max-width: 700px;
    display: inline-block;
}

.sessao2 img{
    position: relative;
    top: 70px;
    width: 100%;
    margin-top: 2px;
}

.sessao3{
    width: 100%;
}

.part1{
    color: white;
    float: left;
    width: 50%;
    padding: 140px 0 90px 0;
    background: blueviolet;
}

.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: 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: 18px;
    padding-right: 20px;
}

.titulo-autor p{
    font-size: 15px;
    color: #5f119f;
    font-style: italic;
    font-weight: 300;
}

.titulo-autor .img-autor{
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../imagens/actor1.png);
    background-size: 100% 100%;
    position: relative;
    border-radius: 20px;
    background-color: #5f119f;
}

.texto-autor{
    /* color: #472562; */
    float: left;
    width: 100%;
    margin-top: 10px;
}

.texto-autor p{
    /* color: #472562; */
    color: #232323;
    font-size: 16px;
}

.slider-bullets{
    width: 100%;
    float: left;
    padding-left: 40px;
    margin-top: 12px;
}

.slider-bullets span{
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 8px;
    background-color: rgb(200, 200, 200);
}

.sessao4{
    background-color: #5f119f;
    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-top: 12px;
}

.form form input[type=text]{
    width: 90%;
    max-width: 480px;
    margin-top: 8px;
    height: 42px;
    padding-left: 8px;
    line-height: 58px;
    border: 1px solid rgb(200, 200, 200);
}

.form form textarea{
    width: 90%;
    max-width: 480px;
    margin-top: 8px;
    padding: 15px;
    border: 1px solid rgb(200, 200, 200);
    height: 160px;
}

.form form input[type=submit]{
    border: 0;
    background-color: #FF703D;
    width: 165px;
    height: 40px;
    font-size: 13px;
    color: white;
    cursor: pointer;
    margin-top:15px;
    border-radius: 30px;
}

.mapa {
    float: left;
    width: 50%;
}
.mapa h2{
    color: white;
    font-weight: 300;
    margin-bottom: 15px;
}

.mapa iframe{
    width: 90%;
}

footer{
    padding: 40px 2%;
    background: #192123;
    color: white;
}

footer p{
    font-size: 14px;
}
    
    