.hero {
    height: 100vh;
    background: linear-gradient(135deg, #5a7a44 0%, #3a5a24 100%);
    background-image: url(../img-otimizadas/colombia-hero.png), linear-gradient(rgba(90, 122, 68, 0.85), rgba(58, 90, 36, 0.85));
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.cartagena-centro {
    background-image: url(../img-otimizadas/cartagena-centro.webp), linear-gradient(135deg, #b8956a 0%, #9a7e5a 100%);
}

.ilhas-rosario {
    background-image: url(../img-otimizadas/ilhas-rosario.webp), linear-gradient(135deg, #5a7a44 0%, #3a5a24 100%);
}

.sanandres-mar {
    background-image: url(../img-otimizadas/sanandres-mar.webp), linear-gradient(135deg, #87ceeb 0%, #5fa899 100%);
}

.johnny-cay {
    background-image: url(../img-otimizadas/johny-cay.jpg), linear-gradient(135deg, #6b8e23 0%, #556b2f 100%);
}