* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Open Sans";
}

html,
body {
    height: 100%;
}

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

.clear {
    clear: both;
}

header {
    width: 100%;
    height: 90vh;
    min-height: 800px;
    padding: 30px 2%;
    /*vh= porcentagem referente ao tamanho da tela do usuário.  */
    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/menu.png');
    background-size: 100% 100%;
}

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

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

nav.mobile-menu ul li {
    padding: 8px 0;
    transition: 1s;
    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 img {
    float: left;
    margin-top: -25px;
    width: 160px;
    height: 100px;
    /* background-image: url('../imagens/bry-logo.png'); */
    background-size: 100% 100%;
}

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

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

header .desktop-menu li a {
    text-decoration: none;
    color: white;
}

.chamada1 {
    max-width: 600px;
    float: right;
    margin: 140px 160px;
}

.chamada1 h2 {
    font-weight: 300;
    font-size: 30px;
    color: white;
    font-weight: normal;
}

.chamada1 p {
    font-size: 15px;
    color: white;
    margin-top: 10px;
}

section.sessao1 {
    width: 100%;
    background-color: #472562;
    padding: 0 2%;
    height: 400px;
}

section.sessao1 .container {
    max-width: 1000px;
    height: calc(100%+30px);
}

.texto-sessao1 {
    float: left;
    width: 50%;
    position: relative;
    left: 45px;
    margin-top: 60px;
    padding-left: 80px;
    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;
}


/* Botão submit laranja */

.btn1-texto1 {
    background-color: #FF703D;
    width: 165px;
    height: 44px;
    font-size: 13px;
    color: white;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    /* padding-top: 10px; */
    line-height: 44px;
    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: 1000px;
}

.sessao2 h2 {
    margin-top: 15px;
    color: #472663;
    font-weight: 300;
}

.sessao2 p {
    margin-top: 30px;
    max-width: 900px;
    display: inline-block;
}

.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;
}

.part2 {
    float: left;
    width: 50%;
    padding: 140px 0 90px 0;
    background: white;
}

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

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

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

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

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

.titulo-autor .img-autor img {
    margin-top: 10px;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    top: -4px;
    border-radius: 20px;
    background-size: contain;
    /* background-image: url('../imagens/André-Perfil.png'); */
}

.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: 16px;
    line-height: 35px;
    margin-top: 10px;
}

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

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

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

.slider-bullets span {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    border-radius: 8px;
    background-color: rgb(190, 190, 190);
    cursor: pointer;
}


/* aqui é o começo da sessao4 */

section.sessao4 {
    background-color: #472663;
    padding: 100px 0;
}

.form {
    float: left;
    width: 50%;
    color: white;
    padding-left: 10px;
}

.form form {
    margin-top: 15px;
}

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

.form p {
    font-size: 15px;
    font-weight: 300;
    max-width: 400px;
    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 textarea {
    width: 90%;
    margin-top: 8px;
    min-width: 24%;
    max-width: 480px;
    padding-left: 8px;
    border: 1px solid rgb(200, 200, 200);
    height: 160px;
    min-height: 30px;
}

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

.map-wraper {
    float: left;
    width: 50%;
    padding: 0 10px;
    color: white;
}

.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%;
    background: white;
    border: 5px solid rgb(200, 200, 200);
}

footer {
    padding: 40px 2%;
    background: #192123;
    color: white;
}

footer p {
    float: left;
    font-size: 14px;
}

footer a {
    float: right;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

@media screen and (max-with:830px) {
    .chamada1 {
        max-width: none;
        width: 100%;
        text-align: center;
        float: none;
        margin: 170px 0;
    }
    .chamada1 h2 {
        font-weight: 300;
        font-size: 30px;
        padding: 0 10px;
        color: white;
        font-weight: normal;
    }
    .chamada1 p {
        font-size: 15px;
        color: white;
        margin-top: 10px;
    }
}

@media screen and (max-width: 760px) {
    header {
        width: 100%;
        height: auto;
        min-height: 90vh;
        /*vh= porcentagem referente ao tamanho da tela do usuário.  */
        padding: 30px 2%;
    }
    nav.desktop-menu {
        display: none;
    }
    nav.mobile-menu {
        display: block;
    }
    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-texto1 {
        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%;
        padding: 0 8%;
        margin-top: 40px;
    }
    .map-wraper3 {
        margin-top: 10px;
        width: 100%;
        padding-top: 100%;
        display: inline-block;
        max-width: none;
        position: relative;
    }
    .map-wraper2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .form form textarea {
        width: 90%;
        min-width: 40%;
        max-width: 480px;
    }
}

@media screen and (max-width:580px) {
    .part1,
    .part2 {
        padding: 40px 0;
        width: 100%;
    }
    .sessao2 img {
        top: 16px;
        margin-top: 20px;
    }
    .form form textarea {
        width: 90%;
        min-width: 24%;
        max-width: 450px;
    }
    footer {
        text-align: center;
    }
    footer p {
        float: none;
        margin-bottom: 8px;
    }
    footer a {
        float: none;
    }
}