@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    font-family: "Inter";
}

*::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    z-index: 1000;
    background-color: #262e2d;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.barra_menu {
    width: 30%;
    display: flex;
    justify-content: space-around;
    font-size: 1rem;
    font-weight: 300;
}

.atalho_menu {
    color: #C5865B;
}

.atalho_menu:hover {
    border-radius: 5px;
    color: #FFD6BA;
    transition: all .3s;
    transform: scale(.9);
}

body {
    margin: auto;
    background-color: #2D3635;
}

main {
    height: 100vh;
}

a {
    text-decoration: none;
    color: #2D3635;
}

.pag_principal {
    display: flex;
    align-items: center;
}

.Logo_Verde_LM {
    width: 35%;
}

.LM_01, .LM_02, .LM_05 {
    max-width: 1200px;
    height: 100vh;
}

.contato_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-direction: column;
}

.Botao_Um_Agendar {
    background-color: #C5865B;
    padding: 20px;
    border: none;
    border-radius: 30px;
    width: 20rem;
    font-size: 20px;
    color: #2D3635;
}

.Botao_Um_Agendar:hover {
    background-color: #865737;
    color: #FFD6BA;
    transition: all, .3s;
    transform: scale(.9);
}

.quem_e_laura {
    display: flex;
    align-items: center;
    font-weight: 100;
    background-color: #C5865B;
}

.sobre_LM {
    font-size: 20px;
    color: #2D3635;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10% 10% 10% 0;
    line-height: 1.6;
    font-weight: 200;
}

.titulo_LM {
    background-color: #2D3635;
    color: #C5865B;
    width: 30%;
    height: 50px;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
    border-radius: 0 8px 8px 0;
}

.texto_LM {
    padding: 0 0 0 20%;
}

.texto_D_LM, .texto_D_Servicos {
    padding: 0 0 0 10%;
}

.detalhamento_servicos {
    display: flex;
    align-items: start;
    background-color: #2D3635;
    font-weight: 100;
}

.titulo_servicos {
    background-color: #C5865B;
    color: #2D3635;
    border-radius: 8px 0 0 8px;
    width: 30%;
    height: 50px;
    padding: 5px;
    margin-top: 80px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
    position: absolute;
    right: -50px;
    display: flex;
    align-items: center; 
    z-index: 1; 
}

.topicos_servicos {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #C5865B;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10% 10% 10% 10%;
    line-height: 1.6;
}

.texto_D_Servicos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.explicativo_servicos {
    width: 40%;
    font-weight: 200;
    border: 1px solid #865737;
    border-radius: 10px;
    padding: 20px;
}

.servicos {
    color: #C5865B;
    font-weight: 600;
}

.area_contato {
    background-image: url("../img/LM_ADV_06.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sobreposicao {
    height: 100vh;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    background-color: #2d3635d9;
}

.logo_LM_Transparente {
    width: 12rem;
}

h3 {
    color: #C5865B;
    font-weight: 400;
}

input {
    background-color: #2D3635;
    font-size: 1rem;
    border: none;
    border-radius: 25px;
    padding: 1.2em;
}

input:hover {
    background-color: #262e2d;
    transition: all .3s;
}

input::placeholder {
    color: #C5865B;
}

input:focus {
    outline: #C5865B;
    border: .5px solid #C5865B;
    color: #FFD6BA;
}

input[type="text"], input[type="email"]{
    color: #FFD6BA;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #FFD6BA;
    -webkit-box-shadow: 0 0 0 35px #2D3635 inset;
}

.enviar_btn {
    color: #2D3635;
    background-color: #C5865B;
    padding: 1rem;
    width: 10rem;
    border: none;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 400;
}

.enviar_btn:hover {
    background-color: #865737;
    color: #FFD6BA;
    transition: all, .3s;
    transform: scale(.9);
}

/*RESPONSIVIDADE*/

@media (max-width: 480px) {
    .barra_menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
    }
    .pag_principal, .pag_infomativ, .quem_e_laura, .detalhamento_servicos{
        flex-direction: column;
    }
    .LM_01, .LM_02, .LM_05 {
        margin-top: -8rem;
        max-width: 100%;
    }
    .contato_01, .topicos_servicos{
        margin: -9rem 0 5rem 0;
        gap: 20px;
    }
    .titulo_LM{
        margin: 2rem 0 0 -3rem;
        padding: 1.5rem;
        width: 50%;
    }
    .titulo_servicos {
        margin: 1rem 3.1rem -2rem -2rem;
        width: 50%;
    }
    .sobre_LM {
        padding: 3rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .explicativo_servicos {
        width: 100%;
        font-size: .9rem;
        margin: 0 4rem -3rem 2rem;
    }
    .area_contato, .sobreposicao {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}
