* {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}


body {
    margin: 0;
    padding: 0;
    position: relative;
}

#background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.bg-image.active {
    opacity: 1;
}

#carousel-container {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.carousel-image.active {
    opacity: 1;
}

.logo {
    max-height: 100px;
}

section {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.carousel-item {
    max-height: 400px;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.what:hover {
    background-color: rgba(53, 185, 0, 0.9);
    color: white;
}

.what {
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 48px;
    border-radius: 8px;
    background-color: rgba(53, 185, 0, 0.9);
    color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 20px;
}

.what img {
    height: 48px;
    display: inline-block;
}

.recibe-list ul {
    list-style-type: none;
    text-align: left;
}

.recibe-list ul img {
    height: 24px;
    display: inline-block;
}

.video {
    width: 100%;
    min-height: 320px;
}

.vid-desc {
    font-family: "Josefin Sans", sans-serif;
    font-size: 28pt;
}

#miCarrusel {
    pointer-events: none;
}

#miCarrusel .carousel-inner{
    max-height: 480px;
}

.imgCarrousel{
    object-fit: cover;
}

.carousel-item img {
    height: 500px; /* Ajusta esta altura a tu gusto */
    object-fit: cover; /* Mantiene la proporción recortando los excesos */
    object-position: center; /* Centra la imagen para que no se corte solo un lado */
}

.videoContainer {
    max-height: 480px;
    border-radius: 4px;
}

.videoContainer video {
    border-radius: 16px;
    max-height: 480px;
}
