/* =========================================
   HISTORIA / TURISMO
========================================= */

.history-hero-section{
    padding:140px 0 90px;
    background:
    linear-gradient(
        180deg,
        #f5fbff 0%,
        #ffffff 100%
    );
}

.history-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#dff4ff;
    color:#0d7eb5;
    padding:12px 22px;
    border-radius:100px;
    font-weight:700;
    margin-bottom:25px;
}

.history-hero-content h1{
    font-size:clamp(2.5rem,5vw,4.5rem);
    font-weight:800;
    line-height:1.1;
    color:#082c3d;
    margin-bottom:25px;
}

.history-hero-content h1 span{
    color:#1da8ea;
}

.history-hero-content p{
    font-size:1.08rem;
    line-height:1.9;
    color:#5f6f7a;
    margin-bottom:35px;
}

.history-info-grid{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.history-info-item{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:18px 22px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.history-info-item i{
    width:55px;
    height:55px;
    border-radius:16px;
    background:#1da8ea;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
}

.history-info-item span{
    display:block;
    color:#6f7d87;
    font-size:.9rem;
}

.history-info-item strong{
    color:#082c3d;
}

.history-hero-image img{
    border-radius:32px;
    width:100%;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.history-content-section{
    padding:90px 0;
}

.history-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    box-shadow:0 15px 45px rgba(0,0,0,.07);
}

.history-card-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:#1da8ea;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    margin-bottom:25px;
}

.history-card-icon.blue{
    background:#0f6ea0;
}

.history-card h2{
    font-size:2rem;
    font-weight:800;
    color:#082c3d;
    margin-bottom:20px;
}

.history-card p{
    color:#5f6f7a;
    line-height:1.9;
}

.history-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#1da8ea;
    color:#fff;
    padding:14px 24px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    margin-top:20px;
    transition:.3s ease;
}

.history-btn:hover{
    background:#0f8aca;
    color:#fff;
}

.history-mini-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.3s ease;
}

.history-mini-card:hover{
    transform:translateY(-5px);
}

.history-mini-card i{
    font-size:2rem;
    color:#1da8ea;
    margin-bottom:20px;
}

.history-mini-card h3{
    font-weight:800;
    color:#082c3d;
    margin-bottom:15px;
}

.history-mini-card p{
    color:#5f6f7a;
    line-height:1.8;
}

.traditions-section{
    padding:90px 0;
    background:#f7fbfe;
}

.section-title-history{
    text-align:center;
    margin-bottom:60px;
}

.section-title-history span{
    color:#1da8ea;
    font-weight:700;
    display:block;
    margin-bottom:15px;
}

.section-title-history h2{
    font-size:clamp(2rem,4vw,3.2rem);
    font-weight:800;
    color:#082c3d;
}

.tradition-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    box-shadow:0 12px 40px rgba(0,0,0,.06);
}

.tradition-card h3{
    font-size:1.8rem;
    font-weight:800;
    color:#082c3d;
    margin-bottom:20px;
}

.tradition-card p,
.tradition-card li{
    color:#5f6f7a;
    line-height:1.9;
}

.tradition-card ul{
    padding-left:20px;
}

.gallery-modern-section{
    padding:90px 0 110px;
}

.gallery-card{
    display:block;
    overflow:hidden;
    border-radius:28px;
    position:relative;
}

.gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:transform .5s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.history-source{
    text-align:center;
    margin-top:40px;
}

.history-source p{
    color:#5f6f7a;
}

.history-source a{
    color:#1da8ea;
    font-weight:700;
    text-decoration:none;
}

@media(max-width:991px){

    .history-hero-section{
        padding:120px 0 70px;
    }

    .history-card,
    .tradition-card{
        padding:30px;
    }

}

/* =========================================
   CAFE SECTION
========================================= */

.coffee-section{
    padding:90px 0;
    background:#fff7f0;
    position:relative;
    overflow:hidden;
}

.coffee-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(111,78,55,.05);
    border-radius:50%;
    top:-200px;
    right:-120px;
}

.coffee-image-wrapper{
    position:relative;
}

.coffee-image-wrapper img{
    width:100%;
    border-radius:35px;
    object-fit:cover;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.coffee-floating-card{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#fff;
    padding:18px 22px;
    border-radius:22px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.coffee-floating-card i{
    width:55px;
    height:55px;
    border-radius:18px;
    background:#6f4e37;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.4rem;
}

.coffee-floating-card strong{
    display:block;
    color:#1d1d1d;
}

.coffee-floating-card span{
    color:#7a7a7a;
    font-size:.95rem;
}

.coffee-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#f1e2d5;
    color:#6f4e37;
    padding:12px 22px;
    border-radius:100px;
    font-weight:700;
    margin-bottom:25px;
}

.coffee-content h2{
    font-size:clamp(2.3rem,4vw,4rem);
    font-weight:800;
    color:#1d1d1d;
    margin-bottom:20px;
    line-height:1.1;
}

.coffee-content h2 span{
    color:#6f4e37;
}

.coffee-content p{
    color:#5f6875;
    line-height:1.9;
    margin-bottom:20px;
}

.coffee-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}

.coffee-item{
    background:#fff;
    border-radius:24px;
    padding:20px;
    display:flex;
    align-items:flex-start;
    gap:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.coffee-icon{
    width:55px;
    height:55px;
    border-radius:18px;
    background:#6f4e37;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
    flex-shrink:0;
}

.coffee-item strong{
    display:block;
    color:#1d1d1d;
    margin-bottom:4px;
}

.coffee-item span{
    color:#6f6875;
    font-size:.95rem;
    line-height:1.5;
}

.coffee-quote{
    margin-top:35px;
    background:#6f4e37;
    color:#fff;
    padding:30px;
    border-radius:28px;
    position:relative;
}

.coffee-quote i{
    font-size:2rem;
    opacity:.25;
    margin-bottom:15px;
}

.coffee-quote p{
    color:#fff;
    margin:0;
    font-size:1.1rem;
    line-height:1.8;
}

@media(max-width:991px){

    .coffee-section{
        padding:70px 0;
    }

    .coffee-grid{
        grid-template-columns:1fr;
    }

    .coffee-floating-card{
        position:relative;
        left:auto;
        bottom:auto;
        margin-top:-40px;
        width:calc(100% - 40px);
        margin-inline:auto;
    }

}

@media(max-width:575px){

    .coffee-content h2{
        font-size:2.3rem;
    }

    .coffee-item{
        padding:18px;
    }

    .coffee-quote{
        padding:24px;
    }

}