body {
    margin: 0;
    padding: 0;
}

.owl-carousel .item {
    position: relative;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .item .imge {
    display: block;
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
}

.owl-carousel .item .caption {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: white;
    padding: 20px;
    text-align: center;
}

.owl-carousel .caption h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.owl-carousel .caption p {
    font-size: 1rem;
    margin-bottom: 0;
    color: black
}

.text-overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.text-overlay2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.interes {
    padding-top: 6%;
    padding-bottom: 6%;
}

.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin: 30px;
}

.circle-title {
    font-size: 15px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    text-align: center;

}

.circle i {
    font-size: 48px;
    color: white;
    margin-bottom: 10px;
}

.circle-text {
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.programas-texto {
    color: #ffffff;
    font-weight: bold;
}

.daem-texto {
    background: linear-gradient(to right, #ff0000, #1E1948);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.unidades img {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

.unidades img.hover {
    opacity: 1 !important;
}

.interes img {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

.interes img.hover {
    opacity: 1 !important;
}

.background-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imaInteres {
    max-height: 100px;
}

.link-list {
    list-style: none;
    padding: 0;
  }
  
  .link-list li {
    margin-bottom: 10px;
  }
  
  .link-list li a {
    text-decoration: none;
    color: #333;
  }
  


@media screen and (max-width: 500px) {
    .wrapper {
        padding: 10% 0 0 0 !important;
    }

    .owl-carousel {
        padding-top: 10%;
    }

    .owl-carousel .item img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 200px;
        object-fit: cover;
    }

    .owl-carousel .item .caption {
        position: absolute;
        top: 77%;
        left: 0%;
        transform: translate(0%, -72%);
        background-color: rgba(255, 255, 255, 0.7);
        color: white;
        text-align: center;
    }


    .owl-carousel .caption h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .owl-carousel .caption p {
        font-size: 10px;
        margin-bottom: 0;
        color: black
    }

    .circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #f0f0f0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .circle i {
        font-size: 48px;
        color: white;
    }
}
