* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

html, body {
    height: 100%;
}

.clear {
    clear: both;
}

header {
    width: 100%;
    height: 90vh;
    min-height: 800px;
    padding: 40px 2%;
    background-size: cover;
    background-position: center;
    background-image: url('../imagens/capa.png');
    font-weight: 300;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

header .logo {
    position: relative;
    top: -10px;
    float: left;
    width: 160px;
    height: 40px;
    background-image: url(../imagens/logo-danki.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 

header nav{
    float: right;
}

header nav.mobile-menu {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(../imagens/menu.png);
    background-size: 100% 100%;
    cursor: pointer;
}

header nav.mobile-menu ul {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    color: #fff;
    background-color: #fff;
    list-style-type: none;
    text-align: center;
}

header nav.mobile-menu:hover ul {
    opacity: 1;
}

header nav.mobile-menu ul li {
    padding: 8px 0;
    border-bottom: 1px solid #000;
    transition: 0.4s;
}

header nav.mobile-menu ul li:hover {
    background-color: rgb(220, 220, 220);
}

header nav.mobile-menu ul li a {
    color: #000;
    text-decoration: none;
}

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

header nav.desktop-menu li {
    float: left;
    margin: 0 20px;
}

header nav.desktop-menu a {
    color: #fff;
    text-decoration: none;
}

.chamada-1 {
    max-width: 600px;
    float: right;
    margin: 200px 150px;
}

.chamada-1 h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.chamada-1 p {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}

section.secao-1 {
    width: 100%;
    background-color: #472562;
    padding: 0px 2%;
    height: 370px;
}

section.secao-1 .container {
    max-width: 1000px;
    height: calc(100% + 60px);
}

.texto-secao-1 {
    float: left;
    width: 50%;
    position: relative;
    left: 60px;
    margin-top: 60px;
    padding-left: 80px;
    color: #fff;
}

.texto-secao-1 h2 {
    font-size: 26px;
    font-weight: 300;
}

.texto-secao-1 p {
    margin-top: 20px;
    font-size: 15px;
}

.texto-secao-1 ul {
    font-size: 15px;
    list-style-position: outside;
    padding-left: 15px;
}

.texto-secao-1 ul li {
    float: left;
    width: 100%;
    margin-top: 8px;
}

.btn-1-texto {
    background-color: #ff703D;
    width: 160px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    font-size: 13px;
    text-align: center;
    line-height: 44px;
    border-radius: 30px;
}

.device-secao-1 {
    float: left;
    width: 50%;
    position: relative;
    top: -60px;
    background-image: url('../imagens/device.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.secao-2 {
    padding: 0px 2%;
    background-color: #fff;
    text-align: center;
}

.secao-2 .container {
    max-width: 1000px;
}

.secao-2 h2 {
    color: #473663;
    font-weight: 300;
}

.secao-2 p {
    color: #472562;
    margin-top: 30px;
    max-width: 950px;
    display: inline-block;
}

.secao-2 img {
    position: relative;
    top: 70px;
    width: 100%;
    margin-top: 10px;
}

.secao-3 {
    width: 100%;
}

.part-1 {
    color: #fff;
    float: left;
    width: 50%;
    padding: 140px 0 90px 0;
    background-color: #835FA7;
}

.wrapper-part-1 {
    max-width: 650px;
    float: right;
    padding: 0 30px;
}

.part-1 h2 {
    font-weight: 300;
    font-style: italic;
    font-size: 23px;
}

.part-1 p {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
}

.part-2 {
    float: left;
    width: 50%;
    padding: 140px 0 90px 0;
    background: #fff;
}

.sobre-autor {
    float: left;
    max-width: 600px;
    padding: 0 30px;
}

.titulo-autor {
    float: left;
    width: 100%;
}

.wrapper-titulo-autor {
    float: left;
}

.titulo-autor h2 {
    color: #232323;
    font-weight: 400;
    font-size: 21px;
    padding-right: 20px;
}

.titulo-autor p {
    font-size: 13px;
    color: #232323;
    font-style: italic;
    font-weight: 300;
}

.titulo-autor .img-autor {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-image: url(../imagens/autor1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.texto-autor {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.texto-autor p {
    color: #232323;
    font-size: 15px;
}

.slider-bullets {
    float: left;
    margin-top: 12px;
    padding-left: 30px;
    width: 100%;
}

.slider-bullets span {
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 6px;
    margin-right: 8px;
    background-color: #c8c8c8;
    cursor: pointer;
}

section.secao-4 {
    background-color:  #472563;
    padding: 100px 0;
}

.form {
    float: left;
    width: 50%;
    color: #fff;
    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: 15px;
}

.form form input[type=text] {
    width: 90%;
    max-width: 480px;
    height: 58px;
    margin-top: 5px;
    padding-left: 8px;
    line-height: 58px;
    border: 1px solid #c8c8c8;
}

.form form textarea {
    width: 90%;
    max-width: 480px;
    height: 160px;
    margin-top: 8px;
    padding: 15px;
    border: 1px solid #c8c8c8;
}

.form form input[type=submit] {
    background-color: #ff703D;
    width: 160px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 30px;
    border: 0;
}

.map-wrapper {
    float: left;
    width: 50%;
    color: #fff;
    padding: 0 10px;
}

.map-wrapper h2 {
    font-size: 23px;
    font-weight: 300;
}

.map-wrapper-3 {
    width: 100%;
    max-width: 480px;
    margin-top: 10px;
    position: relative;
}

.map-wrapper-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 100%;
}

.map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    border: 5px solid #c8c8c8;
}

footer {
    padding: 40px 2%;
    background-color: #192123;
    color: #fff;
    font-size: 14px;
}

footer p:nth-of-type(1) {
    float: left;
}

footer p:nth-of-type(2) {
    float: right;
}

@media screen and (max-width: 830px) {
    .chamada-1 {
        max-width: 600px;
        float: right;
        margin: 170px 150px;
    }
    
    .chamada-1 h2 {
        font-size: 40px;
        color: #fff;
        font-weight: 300;
    }
    
    .chamada-1 p {
        font-size: 15px;
        color: #fff;
        margin-top: 10px;
    }
}

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

    header {
        width: 100%;
        height: auto;
        min-height: 90vh;
        padding: 40px 2%;
    }

    header nav.desktop-menu {
        display: none;
    }

    header nav.mobile-menu {
        display: block;
    }

    .chamada-1 {
        max-width: none;
        width: 100%;
        text-align: center;
        float: none;
        margin: 250px 0;
    }
    
     .chamada-1 h2 {
        font-size: 30px;
        padding: 0 10px;
        color: #fff;
        font-weight: 300;
    }
    
    .chamada-1 p {
        font-size: 15px;
        padding: 0 10px;
        color: #fff;
        margin-top: 10px;
    } 
   
    section.secao-1 {
        padding: 40px 2%;
        height: auto;
        text-align: center;
    }

    .texto-secao-1 {
        width: 100%;
        margin: 0;
        padding-left: 0;
        position: static;
        float: none;
        display: inline-block;
    }

    .texto-secao-1 ul {
        display: inline-block;
        margin-top: 20px;
    }

    .texto-secao-1 ul li {
        float: none;
        text-align: left;
    }

    .btn-1-texto {
        display: inline-block;
        margin-top: 25px;
    }

    .device-secao-1 {
        display: none;
    }

    .secao-2 {
        padding: 40px 2%;
    }

    section.secao-4 .container {
        text-align: center;
    }

    .form {
        float: none;
        width: 100%;
    }

    .form p {
        display: inline-block;
    }

    .map-wrapper {
        float: none;
        width: 100%;
        padding: 0 4%;
        margin-top: 40px;
    }

    .map-wrapper-3 {
        width: 80%;
        max-width: none;
        padding-top: 80%;
        display: inline-block;
        margin-top: 10px;
        position: relative;
    }
    
    .map-wrapper-2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
}

@media screen and (max-width: 580px) {
    .part-1 {
        width: 100%;
        padding: 40px 0;
    }

    .part-2 {
        width: 100%;
        padding: 40px 0;
    }

    .secao-2 img {
        position: relative;
        top: 70px;
        width: 100%;
        margin-top: 0;
    }

    footer {
        text-align: center;
    }
    
    footer p:nth-of-type(1) {
        float: none;
    }
    
    footer p:nth-of-type(2) {
        float: none;
        margin-top: 8px;
    }

}