* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

@font-face {
    font-family: Adam;
    src: url('../fonts/ADAM.CGPRO.otf');
}
@font-face {
    font-family: Dosis;
    src: url('../fonts/Dosis-Regular.otf');
}
@font-face {
    font-family: Rounded;
    src: url('../fonts/rounded_sans_serif_7.ttf');
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeueLTPro-Th.otf');
}

body {
    color: #51265a;
    font-family: HelveticaNeue;
    line-height: 40px;
    font-size: 20px;
}

#bt_menu {
  display: none;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: auto;
    z-index: 2;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 40px;
    margin-bottom: 18px;
    font-family: Dosis;
    color: #51265a;
}


#section-home {
    display: grid;
    align-items: right;
    justify-items: center;
    background-image: url(../images/fundos/fundo_home-11.png);
    background-size: cover;
    background-repeat: no-repeat;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50vh 50vh;
    grid-template-areas: "espaco menu" "espaco texto-home";
}

#section-home .menu {
    position: absolute;
    left: 580px;
    justify-self: right;
    border: 0px solid red;
    box-sizing: content-box;
    grid-area: menu;
}

#section-home nav ul {
    width: initial;
    list-style: none;
    border: 0px solid green;
}

#section-home nav ul li {
    float: left;
    width: 210px;
    border-radius: 10px;
    margin-right: 5px;
    background-color: #51265a;
}

#section-home nav ul li a {
    padding: 18px;
    display: block;
    font-size: 20px;
    color: white;
    font-family: Rounded;
    text-align: center;
}

#section-home nav ul li a:link {
    text-decoration: none;
}

#section-home nav ul li a:hover {
    color: white;
}

#section-home nav ul ul {
    position: absolute;
    margin-top: 3px;
    visibility: hidden;
}

#section-home nav ul li:hover ul {
   visibility: visible; 
}

#section-home nav ul ul li {
    float: none;
    margin-bottom: 5px;
    background-color: #51265a;
    cursor: default;
}

#section-home nav ul ul li:hover {
    background-color: rgb(81, 38, 90, 0.6);
}

#section-home nav ul ul li a {
    padding: 0px;
    font-size: 20px;
    color: white;
    font-family: Dosis;
}

#section-home nav ul ul li a:link {
    text-decoration: none;
}

#section-home nav ul ul li a:hover {
    color: white;
}

label[for="bt_menu"] {
    padding: 0px;
    font-size: 20px;
    color: white;
    font-family: Dosis;
}

#section-home .texto {
    grid-area: texto-home;
    height: 150px;
    width: auto;
    padding: 20px;
    text-align: center;
    font-family: Dosis;
    font-size: 1.3em;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
}

#section-conheca {
    display: grid;
    align-items: center;
    justify-items: center;
    background-image: url(../images/fundos/fundo_conheca_leticia-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    grid-template-areas: "texto-conheca leticia";
}

#section-conheca #leticia {
    height: 100vh;
    width: 50vw;
    background-image: url(../images/fundos/foto_leticia_50p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    grid-area: leticia;
}


#section-conheca .texto {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
    grid-area: texto-conheca;

}

#section-conheca .texto h2 {
    letter-spacing: 5px;
}

#section-harmonizacao {
    display: grid;
    background-image: url(../images/fundos/fundo_harmonizacao-03.png);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    grid-template-areas: "img-fundo texto-harmonizacao";
}

#section-harmonizacao .texto {
    width: 90%;
    padding: 20px;
    text-align: right;
    grid-area: texto-harmonizacao;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
}
#section-toxina {
    display: grid;
    justify-items: center;
    align-items: center;
    background-image: url(../images/fundos/fundo_toxina-04.png);
    background-size: cover;
    background-repeat: no-repeat;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    grid-template-areas: "texto-toxina espaco";
}
#section-toxina .texto {
    width: 50%;
    padding: 10px;
    text-align: center;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
    grid-area: texto-toxina;
}

#section-implantes {
    display: grid;
    align-items: center;
    justify-items: center;
    background-image: url(../images/fundos/fundo_implantes-05.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    grid-template-columns: 1fr 1f 1fr;
    grid-template-rows: 100vh;
    grid-template-areas: "espaco espaco texto-implante";
}

#section-implantes .texto {
    width: 22vw;
    padding: 20px;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
    text-align: center;
    grid-area: texto-implante;
}

#section-proteses {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-areas: "texto-proteses espaco espaco";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    background-image: url(../images/fundos/fundo_proteses.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-proteses .texto {
    width: 30vw;
    padding: 20px;
    text-align: center;
    grid-area: texto-proteses;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
}


#section-clareamento {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    grid-template-areas: "texto-clareamento img-fundo";
    background-image: url(../images/fundos/fundo_clareamento-07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-clareamento .texto {
    width: 30vw;
    padding: 20px;
    text-align: center;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px
}

#section-cirurgias {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    background-image: url(../images/fundos/fundo_cirurgias-08.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    grid-template-areas: "texto-cirurgias espaco";
}

#section-cirurgias .texto {
    width: 70%;
    padding: 10px;
    text-align: center;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
    grid-area: texto-cirurgias;
}

#section-clinica-geral {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-areas: "espaco texto-clinica";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
    background-image: url(../images/fundos/fundo_clinica_geral-09.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-clinica-geral .texto {
    width: 30vw;
    padding: 20px;
    text-align: right;
    background-color: rgb(255, 228, 196, 0.6);
    border-radius: 0 50px 0 50px;
    grid-area: texto-clinica;
}

#section-contatos {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 100vh;
    background-image: url(../images/fundos/fundo_contato-10.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    grid-template-areas: "texto-contato";
}

#section-contatos .texto {
    text-align: center;
}

#section-contatos .texto p a {
    text-decoration: none;
    color: #51265a;
}

@media(min-width: 1265px) and (max-width: 1400px) {
    #section-home .menu {
        left: 580px;
    }
}

@media (min-width: 1000px) and (max-width: 1264px) {
    #section-home .menu {
        left: 400px;
    }
}
/*
@media(max-width: 1400px) {
    #section-home .menu {
        left: 600px;
        border: 5px solid red;
    }
    #section-home .texto {
        width: 500px;
        font-size: 1em;
    }
    #section-conheca .texto {
        width: 80%;
        height: auto;
        font-size: 16px;
    }
    #section-conheca #leticia {
        background-position-x: center;
    }
}

@media(min-width: 1101px) and (max-width: 1399px) {
    #section-home .menu {
        left: 420px;
        border: 5px solid green;
    }
}

@media (min-width: 401px) and (max-width: 1100px){

    body {
        line-height: 1.4em;
        font-size: 16px;
    }

    h2 {
        font-size: 16px;
    }

    #section-home {
        background-size: cover;
        margin-right: 0px;
    }

    #section-home .logo {
        float: left;
        display: block;
        padding: 10px 20px;
    }

    #section-home .menu {
        float: none;
        margin-top: 145px;
        margin-right: 0px;
        background-color: #fff;
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        position: fixed;
        width: 100%;
        z-index: 6;
    }

    #section-home .menu ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
    }

    #section-home .menu ul li {
        float: none;
        border-radius: 0px;
        width: 100%;
    }

    #section-home .menu ul a {
        display: block;
        border-bottom: 1px solid lightpink;
    }

    #section-home .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }


    #section-home .texto {
        justify-self: center;
        padding: 10px;
        width: 100%;
    }

    #section-conheca {
        grid-template-areas: "texto-conheca" "img-conheca";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh 50vh;
    }


    #section-conheca .texto {
        padding: 10px;
        width: 100%;
    }

    #section-conheca .texto h2 {
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-harmonizacao {
        grid-template-areas: "texto-conheca";
        grid-template-columns: 1fr;
        background-position-x: center;
    }

    #section-harmonizacao .texto {
        padding: 10px;
        width: 100%;
        grid-area: texto-conheca;
    }

    #section-harmonizacao .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-toxina {
        grid-template-areas: "texto-toxina";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-toxina .texto {
        align-self: center;
        justify-self: center;
        padding: 10px;
        width: 100%;
        grid-area: texto-toxina;
    }

    #section-toxina .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-implantes {
        grid-template-areas: "texto-implantes";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-implantes .texto {
        padding: 10px;
        width: 100%;
        grid-area: texto-implantes;
    }

    #section-implantes .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-proteses {
        grid-template-areas: "texto-proteses";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-proteses .texto {
        padding: 10px;
        width: 100%;
        grid-area: texto-proteses;
    }

    #section-proteses .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-clareamento {
        grid-template-areas: "texto-clareamento";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-clareamento .texto {
        align-self: center;
        padding: 10px;
        width: 100%;
        grid-area: texto-clareamento;
    }

    #section-clareamento .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-cirurgias {
        grid-template-areas: "texto-cirurgias";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-cirurgias .texto {
        align-self: flex-start;
        padding: 10px;
        width: 100%;
        grid-area: texto-cirurgias;
    }

    #section-cirurgias .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #section-clinica-geral {
        grid-template-areas: "texto-clinica";
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-clinica-geral .texto {
        align-self: flex-end;
        padding: 10px;
        width: 100%;
        grid-area: texto-clinica;
    }

    #section-clinica-geral .texto h2 {
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }



}
*/
@media (min-width: 1px) and (max-width: 700px) {

    #logo {
        width: 310px;
        height: auto;
    }

    .menu {
        display: none;
    }

    h2 {
        font-size: 16px;
    }

    #section-home {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        grid-template-areas: "texto-home";
    }

    #section-home .texto {
        width: 85%;
        line-height: 25px;
        font-size: 20px;
    }

    #section-conheca {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh 100vh;
        grid-template-areas: "texto-conheca" "leticia";
    }

    #section-conheca .texto {
        width:85%;
        line-height: 25px;
        font-size: 18px;
    }

    #section-conheca #leticia {
        background-size: cover;
        background-position-x: center;
        width: 100vw;        
    }

    #section-harmonizacao {
        display: grid;
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-harmonizacao .texto {
        line-height: 25px;
        padding: 20px;
        width: 85%;
        font-size: 18px;
    }

    #section-toxina {
        background-position-x: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        grid-template-areas: "texto-toxina";
    }

    #section-toxina .texto {
        width: 85%;
        line-height: 30px;
    }

    #section-implantes .texto {
        width: 85%;
    }

    #section-proteses {
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
    }

    #section-proteses .texto {
        width: 85%;
    }

    #section-clareamento {
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
    }

    #section-clareamento .texto {
        width: 85%;
    }

    #section-cirurgias {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
    }

    #section-cirurgias .texto {
        width: 85%;
    }

    #section-clinica-geral {
        grid-template-columns: 1fr;
    }

    #section-clinica-geral .texto {
        width: 85%;
        padding: 20px;
    }


}

@media (min-width: 701px) and (max-width: 1200px) {

    #logo {
        width: 350px;
        height: auto;
    }

    .menu {
        display: none;
    }

    #section-home {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        grid-template-areas: "texto-home";
    }

    #section-home .texto {
        width: 85%;
    }

    #section-conheca {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh 100vh;
        grid-template-areas: "texto-conheca" "leticia";
    }

    #section-conheca .texto {
        width:85%;
    }

    #section-conheca #leticia {
        background-size: cover;
        background-position-x: center;
        width: 100vw;        
    }

    #section-harmonizacao {
        display: grid;
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        background-position-x: center;
    }

    #section-harmonizacao .texto {
        padding: 20px;
        width: 85%;
    }

    #section-toxina {
        background-position-x: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
        grid-template-areas: "texto-toxina";
    }

    #section-toxina .texto {
        width: 65%;
    }

    #section-implantes .texto {
        width: 65%;
    }

    #section-proteses {
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
    }

    #section-proteses .texto {
        width: 65%;
    }

    #section-clareamento {
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
    }

    #section-clareamento .texto {
        width: 65%;
    }

    #section-cirurgias {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 100vh;
    }

    #section-cirurgias .texto {
        width: 65%;
    }

    #section-clinica-geral {
        grid-template-columns: 1fr;
    }

    #section-clinica-geral .texto {
        width: 55%;
        padding: 20px;
    }


}