
@import url('https://fonts.googleapis.com');
        
:root{
  --navy: #591b02;
  --gold: #591b02;
}
body{
font-family: 'Outfit', sans-serif; 
background-color: #f8f9fa; 
}
.serif{ 
font-family: 'Playfair Display', serif; 
}
.hero-overlay {
background: linear-gradient(70deg, rgb(55 64 1 / 90%) 30%, transparent 100%);
}
.reveal-card {
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.reveal-card:hover { 
transform: translateY(-10px); 
}
.gold-border { 
border-left: 4px solid var(--gold); 
}
#v-inicio {
width: 100% !important;
height: 126% !important;
}