/* HEADER */
.header-logos {
    position: relative;
    left: 5%;
    top: 1.5%;
}

.header-img {
    /* height: 80px;
    left: 67%;
    top: 10px; */
    height: 70px;
    left: 28%;
    top: 23px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .header-img {
        height: 40px;
        left: 56%;
        top: 14px;
        position: relative;
    }

    .a-header {
        /* display: flex; */
    }
}

/* NOSOTROS SECCION */

.obj-images {
    height: 160px;
    margin: 2rem;
}

@media only screen and (max-width: 600px) {
    .obj-images {
        left: 20%;
        position: relative;
    }
}

/* INFORMACION */

.info-text {
    font-size: 20px;
    background-image: linear-gradient(to right, #FFA500, #FFD700);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* AGENDA */
.agenda-container{
    margin-top: 60px;
    height: 865px;
}

.table-style-blue {
    margin: 0px;
    height: 100%;
    border: 5px solid #001f3f;
}

.table-style-orange {
    margin: 0px;
    height: 100%;
    border: 5px solid #FFA500;
}

.tabla-evento {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    padding-left: 30px !important;
    text-align: center;
}

th {

    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #e0e0e0;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 15px;
}

.carousel-agenda {
    display: flex;
    transition: transform 0.5s ease;
    /* Agrega una transición suave al movimiento del carrusel */
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #003489;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.table-movil{
    display: none;
}

@media only screen and (max-width: 768px) {
    .agenda-container{
        height: auto;
    }
    
    .carousel-container {
        display: none;
    }

    .table-movil {
        display: block;
        margin: 20px;
    }
}

/* A�OS ANTERIORES */

.img-carousel {
    height: 300px;
}

@media only screen and (max-width: 768px) {
    .img-carousel {
        height: 100px;
    }
}

/* PATROCINADORES */

.pr {
    align-items: center;
    width: 200px;
    height: auto;
}

.ptr {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FOOTER */

.center-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}