@import url("https://fonts.googleapis.com/css2?family=Cherish&family=Libre+Caslon+Display&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");

html {
    scroll-behavior: smooth;
    scroll-padding: 30px;
}

#navbar {
    z-index: 50; /* Asegúrate de que el navbar esté por encima de otros elementos */
}

@media (min-width: 1024px) { 
    #menu {
        display: flex !important;
    }
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 85%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.swiper-pagination-bullet {
    background-color: #bd7872;
}

@media (min-width: 740px) {
    #founderImg {
        object-position: 50% 20%;
    }
}