/*
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*  font-family: "Poppins", sans-serif;
    font-family: "Playfair Display", serif;
*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

main {
    height: 100vh;
    background-color: #000000;
    color: #F6E7CE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-title,
.main-name {
    height: 40vh;
    padding: 30px 10px;
}

.main-title {
    text-align: center;
}

.main-title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 8vw;
}

.main-title strong {
    font-family: "Playfair Display", serif;
    font-size: 12vw;
}

.main-name {
    font-family: "Poppins", sans-serif;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-name h2,
.main-name a {
    font-weight: 100;
    font-size: 2.4vw;
    letter-spacing: 1px;
    text-decoration: none;
    color: #F6E7CE;
}

.section-sobre {
    background-color: #E4E3E7;
    height: 100vh;
    display: flex;
    padding-block: 5%;
    padding-inline: 10%;
}

.section-sobre-black-box {
    height: 100vh;
    width: 7.5vw;
    background-color: #000000;
    position: absolute;
}

.sobre-txt {
    font-family: "Poppins", sans-serif;
    font-size: 2vw;
    letter-spacing: 1px;
    padding: 40px;
    font-weight: 500;
    text-align: justify;
}

.sobre-txt h3 {
    font-size: 5vw;
    font-weight: 500;
    text-wrap: nowrap;
}

.sobre-txt a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000000;
    transition: 0.5s ease;
}

.sobre-txt a:hover {
    scale: 1.1;
}

.sobre-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sobre-txt-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sobre-txt-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.5s ease;
}

.sobre-txt-links a:hover {
    scale: 1.1;
}

.logo {
    width: 3vw;
}

.sobre-txt,
.sobre-img {
    border-top: 3px solid black;
}

.sobre-img {
    display: flex;
}

.sobre-img img {
    width: 40vw;
}

.section-autoestima {
    background: #E4E3E7;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding-inline: 5vw;
}

.section-autoestima p {
    font-family: "Playfair Display", serif;
    font-size: 5vw;
    font-weight: 900;
}

.section-autoestima h5 {
    font-family: "Poppins", sans-serif;
    font-size: 3vw;
    font-weight: 100;
}

.section-servicos {
    background: #E4E3E7;
    height: 100vh;
    padding-left: 12vw;
}

.section-servicos h2 {
    font-family: "Playfair Display", serif;
    font-size: 12vw;
    font-weight: 900;
    letter-spacing: 1px;
}

.p-h2 {
    margin-bottom: 40px;
    font-size: 3vw;
}

.section-servicos ul {
    list-style: none;
}

.section-servicos a {
    text-decoration: none;
    color: #000000;
    transition: 0.5s ease;
    position: relative;
}

.section-servicos a:hover {
    color: #8d5c00;
}

.underline:after {
    content: "";
    width: 0%;
    height: 2px;
    bottom: -3px;
    left: 0px;
    position: absolute;
    background-color: #8d5c00;
    transition: 0.5s ease;
}

.underline:hover:after {
    width: 100%;
}

.section-servicos ul li {
    font-family: "Poppins", sans-serif;
    font-size: 3.6vw;
    padding-top: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

#mapa,
#compras,
#guardaRoupas,
#capsulas {
    background-color: #F6F2EF;
    padding-block: 5vh;
    padding-inline: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 1px solid #444444;
    border-inline: none;
}

#mapa h3,
#compras h3,
#guardaRoupas h3,
#capsulas h3 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 7vw;
}

#mapa p,
#compras p,
#guardaRoupas p,
#capsulas p {
    font-family: "Poppins", sans-serif;
    font-size: 3vw;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: justify;
}

footer {
    background-color: #000000;
    display: flex;
}

.footer-img,
.links-footer-assinatura {
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-img img {
    width: 50vw;
}

.links-footer-assinatura {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.links-footer-assinatura a {
    text-decoration: none;
    color: #ffffff;
    
}

.links-footer-assinatura .p {
    font-size: 2vw;
    transition: 0.5s ease;
}

.links-footer-assinatura .p:hover {
    scale: 1.1;
}

@media (orientation: portrait) {
    main {
        height: unset;
    }

    .main-title,
    .main-name {
        height: 50vh;
    }

    .main-name h2,
    .main-name a {
        font-size: 3vw;
    }

    .main-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-sobre {
        padding-inline: unset;
        padding-left: 10%;
    }

    .section-sobre,
    footer {
        flex-direction: column;
    }

    .sobre-txt {
        font-size: 3vw;
    }

    .sobre-img {
        flex-direction: column;
        align-items: center;
        padding-top: 10%;
    }

    .sobre-img img {
        width: 80vw;
    }

    .section-autoestima p {
        font-size: 7vw;
    }

    .section-autoestima h5 {
        font-size: 5vw;
    }

    footer {
        align-items: center;
        justify-content: center;
        padding-block: 5vh;
    }
}