body {
    font-family: "Albert Sans", sans-serif;
}

.general-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-container{
    width: 44%;
}

.people{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.person-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carousel {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    width: 500%;
    transition: transform 0.5s ease;
}

.carousel-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;
}

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



.carousel-caption {
    position: absolute;
    color: white;
    text-align: left;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 400px;
}


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

.carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.carousel-caption a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: white;
    border: none;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators button.active {
    background-color: gray;
}

.p10 {
    padding: 10px 0;
}

@media (max-width: 768px) {
    .carousel-caption h2 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }
}

.profiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.profile {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
}

.profile-image img {
    width: 100%;
    height: auto;
}

.profile-content {
    padding: 20px;
}

.instagram-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 22px;
    transition: background-color 0.3s ease;
}

.instagram-button:hover {
    background-color: #333;
}

.event {
    margin: 20px auto;
    padding: 20px;
    max-width: 1000px;
    border-radius: 10px;
}

.event h3 {
    color: #77225F;
    font-size: calc(1rem + 0.5vw);
    font-weight: bold;
}

.event p {
    color: #77225F;
    font-size: calc(0.9rem + 0.3vw);
    text-align: justify;
}    

.event-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.Event-blogs{
    animation: fadeIn 2s;
}


/* circulo titulo */
.circulo {
    background-color: #FB4C44;
    border: 3px solid #fd948e;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
}

.event-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

/* card contacto */
.card {
    background-color: #ffff;
    padding: 20px;
    max-width: 700px;
    margin: auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.contact-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E91E63;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.left h2 {
    font-size: 1.5em;
    color: #333;
    margin: 0;
}

.left p {
    font-size: 1em;
    color: #666;
    margin: 0;
}

.right p {
    font-size: 1em;
    margin: 5px 0;
}

.right a {
    text-decoration: none;
    color: #E91E63;
}

.footer {
    text-align: center;
    font-size: 0.9em;
    margin-top: 80px ;
}

.footer a {
    text-decoration: none;
    color: #E91E63;
}

.social-media {
    margin-top: 10px;
}

.social-media a img {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.icon-img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.container-icons {
    display: flex;
    justify-content: space-evenly;
    width: 22%;
}

/* cards */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 800px;
}

.text,
.image {
    flex: 1;
    margin: 10px;
}

.text {
    max-width: 400px;
    height: 600px;
    background-color: #ffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.text p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.image img {
    height: 600px;
    object-fit: contain;
    display: flex;
}

/* Carrusel automatico */
.carousel-auto {
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.carousel-auto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-auto img.active {
    display: block;
}

@media (max-width: 600px) {
    .contact-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .right {
        margin-top: 10px;
    }

    .social-media a img {
        width: 18px;
        height: 18px;
    }

    .img-contacto {
        width: 350px;
    }

    .container-icons {
        width: 50%;
    }

    .text p {
        font-size: 14px;
    }

    .container {
        flex-direction: column;
    }

    .carousel-auto {
        width: 90%;
        height: 200px;
    }
    .img-res{
        width: 90%;
    }
    .continer-blog3-text{
        flex-direction: column;
    }
    .img-responsive{
        max-width: 90% !important ;
    }
}
@media (min-width: 768px) {
    .profiles {
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 10px;
    }

    .profile {
        flex-direction: row;
        max-width: 650px !important;
    }

    .profile-image img {
        width: 300px;
        height: 100%;
        object-fit: cover;
    }

    .profile-content {
        padding: 20px;
        flex: 1;
    }

    .text p {
        font-size: 16px;
    }
    
}