*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Georgia,serif;
}

body{
background:#12186A;
color:white;
}

header{
    padding-top:90px;
    padding-left:8%;
    padding-right:8%;

    background:#12186A;
    text-align:center;
}

.header-top{

position:fixed;
top:0;
left:0;

width:100%;
height:75px;

display:flex;
align-items:center;

gap:20px;

padding:0 8%;

background:#12186A;

z-index:1000;

box-sizing:border-box;

}

.back-btn{

text-decoration:none;
background:#E3B34D;
color:#12186A;

padding:12px 24px;
border-radius:40px;
font-weight:bold;

transition:.3s;
box-shadow:0 8px 20px rgba(0,0,0,.2);

flex-shrink:0;

}

header h1{
font-size:30px;
font-weight:700;
line-height:1.2;
margin-bottom:8px;
color:#fff;
}

header p{
font-size:15px;
font-weight:400;
line-height:1.5;
color:rgba(255,255,255,.9);
margin:0;
}

.gallery-grid{
    width:90%;
    margin:40px auto 70px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.gallery-grid img,
.gallery-grid video{
width:100%;
height:260px;
object-fit:cover;
border-radius:18px;
cursor:pointer;
transition:.35s;
box-shadow:0 8px 20px rgba(0,0,0,.35);
}

.gallery-grid img:hover,
.gallery-grid video:hover{
transform:scale(1.05);
}

.modal{
display:none;
justify-content:center;
align-items:center;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.92);
z-index:9999;
}

.modal-content{
position:relative;
display:flex;
justify-content:center;
align-items:center;
}

.modal-content img{
max-width:90vw;
max-height:90vh;
border-radius:15px;
}

.modal-content video{
max-width:90vw;
max-height:90vh;
border-radius:15px;
}

.close-btn{
position:absolute;
top:-45px;
right:-5px;
font-size:42px;
color:white;
cursor:pointer;
}

@media(max-width:768px){

.back-btn{
left:20px;
top:20px;
padding:10px 18px;
}

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

}



.breadcrumb{

display:flex;
align-items:center;
gap:8px;
font-size:16px;
font-weight:600;

}

.breadcrumb a{

text-decoration:none;
color:#E3B34D;

}

.breadcrumb a:hover{

color:white;

}

.separator{

color:white;

}

.breadcrumb span:last-child{

color:white;

}





/* ==========================================
   GALLERY PAGE - MOBILE HEADER
========================================== */

@media (max-width:768px){

.page-header{
    height:58px;
}

.nav-path{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;

    gap:8px;

    padding:0 12px;
    margin:0;
}

.back-btn{
    padding:7px 12px;
    font-size:.8rem;
    white-space:nowrap;
}

.breadcrumb{
    display:flex;
    align-items:center;
    gap:5px;

    font-size:.8rem;
    white-space:nowrap;
}

.breadcrumb a,
.breadcrumb .active{
    font-size:.8rem;
}

.breadcrumb i{
    font-size:.55rem;
}

.gallery-grid{
    width:100%;
    margin:20px auto 40px;

    display:grid;
    grid-template-columns:1fr;

    justify-items:center;
    align-items:center;

    gap:14px;
}

.gallery-grid img,
.gallery-grid video{
    width:85%;
    height:210px;

    display:block;
    margin:0 auto;

    border-radius:14px;
}

header{
    padding-top:72px;
    padding-bottom:12px;
}

header h1{
    font-size:1.5rem;
    margin:12px 0 8px;
}

header p{
    font-size:.8rem;
    line-height:1.6;
    margin:0;
}

}



/* ================= CTA SECTION ================= */

.cta-section{

    margin:90px auto 80px;

    max-width:1200px;

    
    background:#ffffff;

    color:#09105A;

    box-shadow:0 20px 50px rgba(0,0,0,.18);

    border-radius:30px;

    padding:70px 40px;

    text-align:center;

    color:white;

    position:relative;

    overflow:hidden;
}

.cta-section::before{

    content:"";

    position:absolute;

    width:250px;
    height:250px;

    border-radius:50%;

    background:rgba(9,16,90,.05);

    top:-100px;
    right:-70px;
}

.cta-tag{

    color:#E3B34D;

    letter-spacing:3px;

    font-size:.9rem;

    font-weight:700;
}

.cta-section h2{

    margin-top:20px;

    font-size:2.4rem;

    color:#09105A;
}

.cta-section p{

    max-width:760px;

    margin:22px auto;

     color:#555;

    line-height:1.8;

    font-size:1.08rem;
}

.cta-phone{

    margin-top:15px;

    color:#09105A;

    font-size:1.4rem;

    font-weight:bold;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;
}

.cta-buttons{

    margin-top:35px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;
}

.cta-call,
.cta-whatsapp{

    text-decoration:none;

    padding:15px 32px;

    border-radius:40px;

    display:flex;

    align-items:center;

    gap:10px;

    font-weight:700;

    transition:.3s;
}

.cta-call{

    background:#E3B34D;

    color:#09105A;
}

.cta-call:hover{

    transform:translateY(-4px);

    box-shadow:0 10px 25px rgba(227,179,77,.35);
}

.cta-whatsapp{

    border:2px solid rgba(255,255,255,.2);

    color:#09105A;
    border:2px solid #09105A;
}

.cta-whatsapp:hover{

    background:#25D366;

    border-color:#25D366;

    transform:translateY(-4px);
}






/* ==========================================
   CTA SECTION - MOBILE
========================================== */

@media (max-width:768px){

.cta-section{

    width:92%;

    margin:50px auto;

    padding:40px 20px;

    border-radius:20px;

}

.cta-section::before{

    width:150px;
    height:150px;

    top:-60px;
    right:-40px;
}

.cta-tag{

    font-size:.75rem;

    letter-spacing:2px;
}

.cta-section h2{

    font-size:2rem;

    margin-top:14px;

    line-height:1.2;
}

.cta-section p{

    font-size:.95rem;

    line-height:1.8;

    margin:18px auto;

    max-width:100%;
}

.cta-phone{

    font-size:1.7rem;

    margin-top:20px;
}

.cta-buttons{

    margin-top:25px;

    display:flex;

    flex-direction:row;

    justify-content:center;

    align-items:center;

    gap:10px;

    flex-wrap:nowrap;
}

.cta-call,
.cta-whatsapp{

    width:140px;

    padding:12px 0;

    justify-content:center;

    font-size:.95rem;

    border-radius:30px;
}

}