*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'open sans', sans-serif;
}
html, body{
    height: 100%;
}
header{
    width: 100%;
    height: 90vh;
    background-image: url('https://images.unsplash.com/photo-1607705703571-c5a8695f18f6?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGxhcHRvcCUyMGNvZGV8ZW58MHx8MHx8fDA%3D');
    background-size: cover;
    max-height: 700px;
    background-position: center;
    padding: 40px 2%;
    font-weight: 300;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
}
.container-sessao1{
    margin: 0 auto;
    max-width: 1280px;
    height: 100%;
}
.logo{
    width: 120px;
    height: 40px;
    background-image: url('../images/kris-deltarune.gif');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.logo p{
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 20px;
    opacity: 0.5;
    line-height: 40px;
}
header nav{
    float: right;
}
nav.mobile-menu{
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    background-image: url('../images/cardapio.png');
    background-size: 100% 100%;
}
nav.mobile-menu:hover ul{
    opacity: 1;
}
nav.mobile-menu ul{
    transition: 1s;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    list-style-type: none;
    text-align: center;
    background-color: #0d1721;
}
nav.mobile-menu ul li{
    padding: 8px 0;
    border-bottom: 1px solid black;
    transition: 1s;

}
nav.mobile-menu ul li:hover{
    background-color: #0b0a36;
}
nav.mobile-menu ul li a{
    color: white;
    text-decoration: none;
}
header nav.desktop-menu ul{
    list-style-type: none;
}
header nav.desktop-menu li{
    float: left;
    padding: 0 20px;
    font-size: 20px;
}
header nav.desktop-menu ul a{
    color: white;
    text-decoration: none;
}
.clear{
    clear: both;
}
.chamada1{
    max-width: 600px;
    float: right;
    margin-right: 20%;
    margin-top: 200px;
}
.chamada1 h2{
    font-size: 30px;
    color: white;
}
.chamada1 p{
    font-size: 15px;
    color: white;
    margin-top: 10px;
}
.sessao1{
    width: 100%;
    background-color: #0d1721;
    padding: 0 2%;
    height: 400px;
}
.texto-sessao1{
    margin-top: 60px;
    padding-left: 80px;
    width: 50%;
    float: left;
    color: white;
}
.texto-sessao1 h2{
    font-weight: 300;
}
.texto-sessao1 p{
    font-weight: 300;
    margin-top: 15px;
}
.texto-sessao1 ul{
    list-style-position: inside;
    font-size: 15px;
}
.texto-sessao1 ul li{
    width: 100%;
    margin-top: 8px;
    float: left;
}
.device-img{
    float: left;
    width: 50%;
    background-image: url('../images/device.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 430px;
    position: relative;
    top: -30px;
}
section.sessao1 .container{
    max-width: 1280px;
}
.texto-sessao1 .btn1-sessao1{
    margin-top: 20px;
    background-color: orange;
    width: 165px;
    height: 44px;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
}
.sessao2{
    padding-top: 80px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    background-color: white;
}
.sessao2 h2{
    color: #0d1721;
    font-weight: 300;
    font-size: 30px;
}
.sessao2 p{
    display: inline-block;
    max-width: 800px;
    margin-top: 20px;
}
.sessao2 .container{
    max-width: 1000px;
}
.sessao2 img{
    margin-top: 40px;
    width: 100%;
    position: relative;
    top: 70px;
}
.sessao3{
    width: 100%;
}
.part1{
    color: white;
    float: left;
    width: 50%;
    padding:140px 0 115px 0;
    background-color: #0d1721;
}
.part1 h2{
    font-weight: 300;
    font-style: italic;
    color: white;
    font-size: 23px;
}
.part1 p{
    font-size: 17px;
    margin-top: 10px;
    line-height: 35px;
}
.wrapper-part1{
    max-width: 600px;
    float: right;
    padding:0 30px;
}
.part2{
    float: left;
    width: 50%;
    padding: 140px 0 28px 0;
}
.sobre-autor{
    padding-left: 30px;
    float: left;
    max-width: 600px;
}

.titulo-autor{
    float: left;
    width: 100%;
}
.wrapper-titulo-autor{
    float: left;
}
.titulo-autor h2{
    padding-right: 10px;
    font-weight: 400;
    font-size: 25px;
    color: #232323;
}

.titulo-autor .img-autor{
    float: left;
    width: 60px;
    border-radius: 30px;
    height: 60px;
    background-image: url('../images/kanye-staring-kanye-licking.gif');
    background-size: cover;
    position: relative;
    right: -10px;
    top: -4px;
}
.titulo-autor p{
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #232323;
}

.txt-autor{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.txt-autor p{
    color: #232323;
    font-size: 15px;
}
.slider-bullets{
    width: 100%;
    float: left;
    margin-top: 8px;
    padding-left: 30px;
}
.slider-bullets span{
width: 16px;
height: 16px;
background-color: #ccc;
border-radius: 8px;
margin-right: 10px;
float: left;
cursor: pointer;
}

section.sessao4{
    background-color: #181824;
    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;
    margin-top: 15px;
    padding-right: 10px;
}
.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{
    margin-top: 15px;
}
.form form textarea{
    width: 90%;
    max-width: 480px;
    height: 160px;
    padding: 15px 15px 15px 8px;
    border: 1px solid rgb(200,200,200);
    margin-top: 8px;
}
.form form input[type=submit]{
    margin-top: 20px;
    background-color: orange;
    width: 165px;
    height: 44px;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
    border: 0;
}
.map-wrapper{
    float: left;
    width: 50%;
    color: white;
    padding: 0 10px;
}
.map-wrapper h2{
    font-size: 23px;
    font-weight: 300;
}
.map{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 5px solid rgb(200,200,200);
    left: 0;
    top: 0;
}
.map-wrapper2{
    max-width: 480px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 100%;
}
.map-wrapper3{
    margin-top: 10px;
    width: 100%;
    max-width: 480px;
    position: relative;
    float: left;
}

footer{
    padding: 40px 2%;
    background-color: #192123;
    color: white;
}
footer p:nth-of-type(1){
    float: left;
    font-size: 14px;
}
footer p:nth-of-type(2){
    float: right;
    font-size: 14px;
}


@media screen and (max-width: 768px){
    section.sessao1{
        padding: 40px 2%;
        height: auto;
        text-align: center;
    }
    header{
        width: 100%;
        height: auto;
        min-height: 90vh;
        padding: 40px 2%;
    }
    .chamada1{
        max-width: none;
        width: 100%;
        text-align: center;
        float: none;
        margin: 100px 0;
    }
    .texto-sessao1{
        float: none;
        position: static;
        width: 100%;
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
    }
    .btn1-sessao1{
        display: inline-block;
    }
    .texto-sessao1 ul li{
        float: none;
        text-align: left;
    }
    .sessao1 ul{
        display: inline-block;
        margin-top: 10px;
    }
    .device-img{
        display: none;
    }
    nav.desktop-menu{
        display: none;
    }
    nav.mobile-menu{
        display: block;
    }
    .sessao2{
        padding: 40px 2%;
    }
    .map-wrapper{
        width: 100%;
        float: none;
        margin-top: 40px;
        padding: 0 4%;
    }
    .form{
        width: 100%;
        float: none;
    }
    section.sessao4 .container{
        text-align: center;
    }
    .form p{
        display: inline-block;
    }
    .map-wrapper3{
        display: inline-block;
        margin-top: 10px;
        width: 80%;
        padding-top: 80%;
        max-width: none;
        position: relative;
        float: none;
    }
    .map-wrapper2{
        padding-top: 0;
        height: 100%;

    }
}
@media screen and (max-width: 580px){
    .part1{
        width: 100%;
        padding: 40px 0;
    }
    .part2{
        width: 100%;
        padding: 40px 0;
    }
    .sessao3 img{
        top: 16px;
        margin-top: 20px;
    }
    footer{
    text-align: center;
    }
    footer p:nth-of-type(1){
        float: none;
    }
    footer p:nth-of-type(2){
        float:none;
        margin-top: 8px;
    }
}