:root {
    --background-color: #f4f4f4;
    --text-color: #333;
    --button-hover-color: #555;
    --border-color: #ccc;
}

* {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    scroll-behavior: smooth;
    scroll-margin-top: 100px;
    transition: 0.4s ease;
}

body {
    background-color: var(--background-color);

}

header {
    background-color: var(--text-color);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1
}

.imagen {
    width: 100%;
    height: 800%;
    display: flex;
    justify-content: flex;
    text-align: center;
}

#recomendados {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;

}

#destinos {
    width: 100%;
}