@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&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=Pacifico&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&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=Pacifico&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8f6f2;
    color: #4d3a1a;
}

header {
    font-family: "Alexandria", sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: white;
    border-bottom: 2px solid #593d36;
}

header .logo {
    height: 50px;
    margin-top: -1rem;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

header nav ul li a.entrar {
    background-color: #593d36;
    color: white;
    padding: 0.9rem;
    border-radius: 15px;
}

header nav ul li a.entrar i {
    margin-right: 0.3rem;
}

#list {
    width: 50px;
    height: 50px;
    display: none;
    background: none;
    border: none;
    border-radius: 100%;
    margin: -10px;
}

#list i {
    font-size: xx-large;
}

#popup-menu {
    position: absolute;
    top: 70px;
    right: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 1.2rem 1.2rem;
    z-index: 2000;
    display: none;
}

#popup-menu .popup-list a {
    display: block;
    margin: 0.7rem 0;
    background: #5a3e36;
    color: #fff;
    padding: 0.7rem 1.2rem;
    border-radius: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
}

.user-logged,
.user-logged-mobile {
  color: #484848;
  font-style: italic;
}

.user-logged i,
.user-logged-mobile i {
  background-color: #5b5b5bbb;
  padding: 0.5rem;
  border-radius: 15rem;
  color: rgb(230, 230, 230);
  border: 2px solid #484848;
}

.sobre-search-form {
    display: none;
}

.sobre-main {
    background: #FAECCE;
    border-bottom: 0.2rem solid #39312b;
    min-height: 100vh;
}

.sobre-hero {
    padding: 6rem 0 8rem 0;
    background: url('../images/fundos/Fundo-pagSobre0.png');
    border-top: 0.2rem solid #39312b;
    border-bottom: 0.2rem solid #39312b;
}

.sobre-hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}

.sobre-hero-text {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 5px 5px rgba(90, 60, 26, 0.35);
    flex: 1 1 350px;
    min-width: 320px;
    max-width: 500px;
    padding: 2.2rem 2.2rem 2rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sobre-hero-text h1 {
    color: #39312b;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    line-height: 1.15;
}

.sobre-hero-text p {
    font-size: 1.08rem;
    margin-bottom: 2.1rem;
    color: #5a3c1a;
    letter-spacing: 0.01em;
}

.sobre-btn {
    background: #4a362c;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0.9rem 0;
    font-size: 1.08rem;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
    box-shadow: 0 2px 8px rgba(90, 60, 26, 0.08);
    cursor: pointer;
}

.sobre-btn:hover {
    background: #2d1c13;
}

.icon-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/icones/logo-instagram.png') no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(1);
    margin-right: 0.5rem;
}

.sobre-hero-img {
    background: #fff;
    box-shadow: 0 5px 5px rgba(90, 60, 26, 0.35);
    border-radius: 18px;
    flex: 1 1 320px;
    /* min-width: 280px;
    max-width: 370px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.0rem 1.2rem 1.0rem 1.2rem;
}

.sobre-hero-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.sobre-info {
    max-width: 900px;
    margin: 2.5rem auto;
    padding: 2rem 2vw 2.5rem 2vw;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sobre-info-top {
    display: flex;
    gap: 1.9rem;
    width: 100%;
    align-items: stretch;
}

.sobre-info-text-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(90, 60, 26, 0.35);
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400rem;
}

.sombra {
    box-shadow: 0 5px 5px rgba(90, 60, 26, 0.35);
}

.sobre-info-title {
    font-family: 'Pacifico', 'Segoe Script', cursive, Arial, sans-serif;
    color: #392621;
    font-size: 2.1rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
    text-align: center;
}

.sobre-info-desc {
    color: #4d3a1a;
    font-size: 1.08rem;
    text-align: justify;
    line-height: 1.7;
    margin: 0;
}

.sobre-info-img-box1 {
    background: #fff;
    box-shadow: 0 5px 5px rgba(90, 60, 26, 0.35);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    width: 200%;
    height: 200%;
}

.sobre-info-img-box1 img {
    width: 400px;
    /* height: 477px; */
    /* object-fit: cover; */
    border-radius: 8px;
}

.sobre-info-cards {
    display: flex;
    gap: 1.9rem;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sobre-info-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(90, 60, 26, 0.08);
    flex: 1 1 0;
    padding: 0.4rem 0.6rem 0.4rem 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
    max-width: 260px;
    gap: 0.3rem;
}

.sobre-info-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.sobre-info-card p {
    font-size: 0.96rem;
    color: #4d3a1a;
    text-align: left;
    margin: 0 0 0 0.2rem;
    line-height: 1.35;
}

.sobre-info-bottom {
    display: flex;
    gap: 1.2rem;
    width: 100%;
    align-items: center;
}

.sobre-info-card-wide {
    flex: 2;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(90, 60, 26, 0.08);
    padding: 1.1rem 1.2rem 1.1rem 1.2rem;
    display: flex;
    align-items: center;
}

.sobre-info-card-wide p {
    font-size: 1.01rem;
    color: #4d3a1a;
    text-align: left;
    margin: 0;
}

.sobre-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.sobre-card {
    background: #f8f6f2;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(90, 60, 26, 0.08);
    width: 320px;
    padding: 1.2rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;
}

.sobre-card:hover {
    transform: translateY(-4px) scale(1.02);
}

.sobre-card img {
    width: 214px;
    height: 233px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 1rem;
}

.sobre-card p {
    font-size: 1rem;
    color: #4d3a1a;
    text-align: justify;
}

.contatos {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    gap: 2rem;
    background-color: #faecce;
}

.contatos .card {
    border: solid grey;
    border-radius: 1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 25rem;
    height: auto;
}

.contatos .card-body h5 {
    color: black;
    font-size: 1.7rem;
    align-items: center;
    text-align: center;
}

.contatos .card-body p {
    color: black;
    background: none;
    text-decoration: none;
    align-items: center;
    text-align: center;
    font-size: 1rem;
}

.contatos button {
    background-color: #4b3a35;
    color: white;
    width: 14rem;
    height: 3rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 1rem;
}

footer {
    position: relative;
    height: 80px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    display: flex;
    font-size: 0.8rem;
    text-align: center;
    background-color: white;
    border-top: 2px solid #593d36;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.6rem;
}

footer .social-icons a i {
    color: #5a3e36;
    font-size: 1.15rem;
    padding: 0.19rem;
}

@media (max-width: 768px) {

    html,
    body {
        width: 100vw;
        min-height: 100vh;
        height: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .sobre-info-top,
    .sobre-info-cards,
    .sobre-cards {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }

    header nav ul {
        flex-direction: row;
        align-items: center;
    }

    header nav ul li a.sobreNavbar {
        width: 100%;
        text-align: center;
    }

    header>i.bi {
        display: block;
    }

    .sobre-info-text-box,
    .sobre-info-card,
    .sobre-info-card-wide {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .sobre-info {
        gap: 1.3rem;
    }

    /* .sobre-info-img-box1 {
        display: none;
    } */

    .sobre-info-cards {
        display: none;
    }

    .sobre-info-desc {
        font-size: 1.5rem;
    }

    .sobre-info-title {
        font-size: 2.6rem;
    }

    .sobre-info-text-box {
        width: 78%;
    }

    .sobre-hero {
        display: flex;
        flex-direction: row; 
        align-items: stretch;
        padding: 2rem 1rem; 
        gap: 1rem; 
    }

    .sobre-hero-content{
        gap: 0.9rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .sobre-hero-text {
        flex: 1; 
        width: 50%; 
        padding: 1rem; 
    }

    .sobre-hero-img {
        flex: 1; 
        max-width: 50%; 
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sobre-hero-img img {
        width: 100%;
        height: auto; 
        border-radius: 12px; 
    }

    /* .sobre-hero {
        padding: 4rem 0 5rem 0;
    }

    .sobre-hero-text {
        margin-left: 3%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sobre-hero-img {
        margin-right: 3%;
    } */

    .sobre-hero-text h1 {
        font-size: 2.0rem;
        text-align: center;
    }

    .sobre-info-img-box1 {
        height: auto;
        width: 76%;
        padding: 0.5rem;
    }

    .sobre-info-img-box1 img {
        width: 100%;
        height: auto;
        min-height: 120px;
    }

    .sobre-info-card {
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        padding: 0.7rem 0.7rem;
    }

    .sobre-info-card img {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    .sobre-info-card p {
        margin: 0;
        text-align: center;
    }

    .sobre-info-card-wide {
        padding: 1rem 0.7rem;
    }

    .sobre-info {
        padding: 1.2rem 0.5rem 1rem 0.5rem;
    }

    .sobre-hero {
        display: flex;
        flex-direction: row;
        padding: 1.5rem 0 1rem 0;
    }

    .sobre-hero-content {
        flex-direction: row;
    }


    .sobre-hero-text {
        width: 100%; 
        align-items: center; 
        padding: 1rem; 
    }

    .sobre-hero-img {
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }

    .sobre-info-text-box {
        width: 90%;
        padding: 1.9rem 0.7rem;
    }

    .sobre-info-bottom{
        display: none;
    }

    .card-body p{
        font-size: 1rem;
    }

    .contatos .card {
        width: 15rem;
        height: 15rem;
    }

    .contatos .card button {
        width: 10.7rem;
        font-size: 0.84rem;
    }

    .contatos .card-body h5{
        font-size: 1.2rem;
    }

    .contatos .card-body p{
        font-size: 0.69rem;
    }

    .footer {
        padding-left: 15%;
        padding-right: 15%;
    }
}


@media (max-width: 615px) {

    html,
    body {
        width: 100vw;
        min-height: 100vh;
        height: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    #list {
        display: block;
    }

    header {
        position: fixed;
        width: 100%;
        justify-content: space-between;
    }

    header .logo {
        height: 45px;
    }

    header nav ul {
        display: none;
    }

    #popup-menu ul {
        list-style: none;
        margin-left: -1.5rem;
    }

    header nav ul li a.sobreNavbar {
        display: none;
    }

    .sobre-info {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sobre-info-img-box1 img {
        min-width: 0;
        width: 100%;
        height: auto;
    }

    .sobre-info-img-box1 {
        padding: 0.5rem;
        display: block;
    }

    .sobre-info-title {
        font-size: 1.3rem;
    }

    .sobre-info-desc {
        font-size: 0.98rem;
    }

    .sobre-info-bottom {
        display: none;
    }

    .sobre-hero-content {
        margin-top: 2.8rem;
        flex-direction: column;
    }

    .sobre-hero {
        align-items: center;
        justify-content: center;
        padding: 1.8rem 1rem; 
        gap: 1rem; 
    }

    .sobre-hero-text {
        width: 100%; 
        align-items: center; 
        padding: 1rem; 
    }

    .sobre-hero-img {
        width: 90%;
        max-width: 400px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }

    .sobre-hero-img img {
        width: 100%; 
        height: auto; 
        padding: auto;
        border-radius: 12px; 
    }

    .sobre-hero-text h1 {
        font-size: 2.3rem;
        margin-left: 0.8rem;
        margin-right: 1.5rem;
        text-align: start;
    }

    .sobre-hero-text p {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
        margin-left: 0.8rem;
        text-align: start;
    }

    .sobre-btn {
        font-size: 0.98rem;
        width: 85%;
        height: 25%;
    }

    .sobre-info-text-box {
        width: 75%;
        padding: 1.2rem 0.7rem;
    }

    .sobre-info-text-box p {
        font-size: 1.2rem;
        text-align: fex-start;
    }

    .sobre-info-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .sobre-info-cards {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }

    .sobre-info-card img {
        width: 55px;
        height: 55px;
    }

    .sobre-info-card p {
        font-size: 0.9rem;
    }

    .sobre-info-card-wide p {
        font-size: 0.93rem;
    }

    .contatos .card {
        width: 15rem;
        height: 15rem;
    }

    .contatos .card-body h5 {
        font-size: 1.1rem;
    }

    .contatos .card-body p {
        font-size: 0.69rem;
    }

    .contatos .card button {
        width: 10.7rem;
        font-size: 0.8rem;
    }

    footer {
        flex-direction: column;
        font-size: 0.8rem;
        padding: 1rem 0 0.5rem 0;
        gap: 0.5rem;
    }
}

@media (max-width: 600px){
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000; 
    }

    .contatos{
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .contatos .card button {
        width: 14.0rem;
        font-size: 1rem;
    }

    .contatos .card-body h5 {
        font-size: 1.45rem;
    }

    .contatos .card-body p {
        font-size: 0.69rem;
    }
}

@media (max-width: 470px){

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000; 
    }

    .sobre-hero-text {
        width: 100%; 
        align-items: center; 
        padding: auto; 
    }

    .sobre-hero-text p{
        font-size: 1.2rem;
    }

    .sobre-hero-text h1{
        font-size: 1.6rem;
    }

    .sobre-btn{
        width: 60%;
    }

    .contatos{
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .contatos .card button {
        width: 14rem;
        font-size: 1rem;
    }

    .contatos .card-body h5 {
        font-size: 1.45rem;
    }

    .contatos .card-body p {
        font-size: 0.69rem;
    }
}