/* Estilos adicionales para otras secciones */
body {
    background-color: #fff;
    justify-content: center;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h1, h2, h3, h4{
    text-shadow: 1px 1px 10px rgb(167, 169, 172);
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(24,57,106); 
}

header img {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.him1{
width: 45%;
}
.him1 img{
    width: 20%;
}
.him2{
width: 45%;
}
.him2 h1{
color:rgb(24,57,106);
font-size: 42px;
}

main {
    display: flex;
    padding-top: 110px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: justify;  
}

div {
    padding: 15px;
    margin: 0px;
}

.contenedor {
    width: 90%;
    padding: 5px;
    text-align: justify;  
}

.informacion {
    width: 100%;
    padding: 1px;
    display: flex;
    text-align: justify;  
}

.texto {
    width: 60%;
    text-align: justify;  
}

.imagenes {
    width: 35%;
    margin: auto;
}

.imagenes img {
    width: 70px;
    height: auto;
}
.linea{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}
#librito{
    width: 10%;
    
}
section {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    text-shadow: 1px 1px 10px white;
    text-align: justify;
    border-radius: 45px;
    margin-top: 10px;
    /* border: 1px solid rgb(167, 169, 172); */
    /* box-shadow: 3px 3px 5px rgb(24, 57, 106); */
    /* padding-top: 30px; */
}
#separadia{
    margin-top: 40px;
}

.section-heading {
    color: black;
    font-size: 37px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.section-subheading {
    font-size: 30px;
    color: black;
}

/* Timeline */
.timeline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;  
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    padding-bottom: 25px;
}
.timeline h1, h2, h3, h4, h5{
    font-size: 20px;
}
#at{
    font-size: 35px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -2px;
}

.timeline li {
    display: flex;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 20px;
    align-items: center;
    position: relative;
}

.timeline .timeline-image {
    position: absolute;
    border-radius: 50%;
    /* background-color: rgba(167, 169, 172); */
    background-color: white;
    box-shadow: 4px 4px 15px rgb(24,57,106);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    z-index: 1;
}
#i1{
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
}
#i2{
    width: 230px;
    height: 230px;
    margin-right: calc(60% - 14px);
    justify-content: center;
    align-items: center;
}
#i3{
    width: 300px;
    height: 300px;
    justify-content: center;
    align-items: center;
}
#i4
{
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

#i5{
    width: 250px;
    height: 250px;
    justify-content: center;
    align-items: center;    
}
#i6{
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;    
}
#i7{
    width: 200px;
    height: 200px;
}
.timeline .timeline-image img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin-top: 10%;
}
.timeline li:nth-child(odd) .timeline-image {
    left: calc(10% + 1px);
    transform: translateX(1px);
    margin-left: calc(40%); /* Reducción del margen hacia la derecha si el panel está a la izquierda */
}

.timeline li:nth-child(even) .timeline-image {
    right: calc(10% + 1px);
    transform: translateX(50%);
    margin-right: calc(50% - 14px); /* Reducción del margen hacia la izquierda si el panel está a la derecha */
}

.timeline-panel {
    width: calc(47% - 20px);
    margin: 0 5px;
    padding: 10px;
    background-color: rgb(255,255,255);
    box-shadow: 4px 4px 2px rgb(167, 169, 172);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.timeline-panel .timeline-heading {
    margin-left: 120px;
}
.timeline-body ul{
    margin: 10px;
    font-size: 15px;
    list-style: circle;
}

.timeline-body ul p{
    padding: 5px;
}
.timeline-body ul li{
    padding: 5px;
}


.timeline-panel:before {
    content: '';
    position: absolute;
}

.timeline-inverted .timeline-panel {
    float: right;
}

.timeline-inverted .timeline-panel:before {
    right: auto;
    left: inherit;
}

.timeline li:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline li:last-child {
    margin-bottom: 0;
}
.timeline .subheading{
    padding: 0;
    margin-bottom: 0px;
}
.timeline p{
    margin: 0;
}
.timeline h4{
    margin-bottom: 5px;
}
.timeline .text-muted{
    margin-top: 0px;
}
.timeline .listaL li{
display: inline;
}

/* footer */
footer {
    width: 100%;
    height: auto;
    text-align: justify;  
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
    background-image: url(/img/img_footer.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
}
.container1{
    width: 50%;
    height: auto;
    text-align: justify;  
    justify-content: center;
    display: flex;

}
.row{
    text-align: justify;  
    justify-content: center;
}
.informacionfoot{
    text-align: justify;  
    justify-content: center;
    margin-left: calc(15%); 
}
.titulo{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;  
    font-size: 28px;
    color: rgb(24, 57, 106);
    width: 45%;
}

.introduccion{
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    background-image: url("/img/slider-bg.png");
    /* background-repeat: no-repeat;
    background-size: cover; */
    text-align: justify;  
}
.introduccion h3{
font-size: 35px;
}
.introduccion h2{
font-size: 35px;
}
.p1{
    width: 45%;
}
.p2{
    width: 45%;
}
.p2 img{
    width: 95%;
}
.ci{
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    text-align: justify;  
}
.txt{
    width: 60%;
    
}
.imagen-r{
    width: 30%;
}
.imagen-r img{
    width: 90%;
}
#ul{
    box-shadow: 1px 1px 10px rgb(167, 169, 172);
    border-radius: 25px;
    margin-left: 10px;
}
#ul li{
    list-style:upper-roman;
    text-align: justify;  
}
.text{
    font-size: large;
    text-align: justify;  
}
#parrafo{
    padding-right:50px;
    text-align: justify;  
}
#parrafo1{
    padding-left:50px;
    text-align: justify;  
}
.img-r img{
    width: 80%;
}
#listali{
    list-style: none;
    padding-left: 0;    
}
#listali p{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
#listali p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px; 
    margin-left: 10px;
    border-radius: 50%;
    background-color: black;
}
#listali li{
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
}

.comite{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comite img{
    width: 60%;
    height: auto;
}
.redir{
    width: 90%;
    display:inline;
}

.Container2{
    width: 80%;
    display:flex;
}
.Columna2 {
	width:50%;
	margin-left: 10px;
	padding: 10px;
}

.icoref{
    display: inline;
    margin-left: 25px;
    margin-right: 25px;
    /* box-shadow: 1px 1px 10px rgb(167, 169, 172); */
    border-radius: 10%;
}
.icoref img{
    width: 10%;
    box-shadow: 1px 1px 10px rgb(167, 169, 172);
    border-radius: 45px;
}
@media screen and (max-width:500px) {
    body{
        width: 95%;
        margin-left: 0px;
        margin-right: 0px;
    }
    h1{
        font-size: 25px;
    }
    span{
        font-size: 15px;
    }
    p{
        font-size: 15px;
    }
    .him1{
    width: 45%;
    }
    .him1 img{
        width: 60%;
    }
    .him2{
    width: 45%;
    }
    .him2 h1{
    color:rgb(24,57,106);
    font-size: 20px;
    }

    .introduccion{
    width: 90%;
    display:contents;
    align-items: center;
    justify-content: center;
    background-image: url();
    text-align: justify;  
        
    }
    .p1 h3, .p1 h2{
        font-size: 22px;
    }
    .introduccion .p1{
        width: 90%;
    }
    .introduccion .p2{
        width: 90%;
    }
     .ci{
        width: 90%;
        display:contents;
        align-items: center;
        justify-content: center;
        text-align: justify;  
        
    }
    .ci .imagen-r{
        width: 50%;
    }
    .ci .imagen-r img{
        width: 80%;
        align-items: center;
        justify-content: center;
        text-align: justify; 
    }
    .ci .txt{
        width: 90%;
    }
    #ul{
        box-shadow: 1px 1px 10px rgb(167, 169, 172);
        border-radius: 25px;
        margin-left: 2px;
        width: 85%;
        font-size: 14px;
    }
    #ul li{
        list-style:upper-roman;
        text-align: justify;  
        margin: 8px;
    }


    .timeline .timeline-image {
        position: absolute;
        z-index: 2;
        width: 15px; 
        height: 15px; 
        top: 0; 
        left: 50%;
        transform: translateX(-50%); 
    }

    .timeline-panel {
        width: 98%;
        margin: 20px auto 10px; 
        padding: 10px;
        position: relative;
        z-index: 1;
    }

    .timeline-panel .timeline-heading {
        margin-left: 0;
        text-align: center;
    }

    .timeline-body ul {
        font-size: 14px;
    }

    .timeline-body ul p {
        padding: 3px;
    }

    .timeline-body ul li {
        padding: 3px;
    }
    section {
        flex-direction: column;
        font-size: 15px;
    }
    .section-heading{
        font-size: 20px;
    }
    .section-subheading{
        font-size: 18px;
    }
    
    #i1,#i2,#i3,#i4,#i5,#i6,#i7 {
        width: 55px; /* Reducción del ancho de los contenedores */
        height: 55px; /* Reducción del alto de los contenedores */
        margin-bottom: 10px;
    }

    .timeline .timeline-image img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
        margin-top: 10%;
    }
    
    #i1 img,#i2 img,#i3 img,#i4 img,#i5 img,#i6 img,#i7 img {
        width: 110%; /* Ajuste para que las imágenes ocupen todo el ancho */
    }
    .timeline-panel{
        margin-top: 100px;
    }
    footer{
        width: 90%;
        margin-bottom: 0px;
    }
    .informacionfoot{
        margin-left: 0px;
    }
    footer img{
        width: 90%;
    }
    
.icoref{
    display:contents;
    width: 90%;
    margin-left: 25px;
    margin-right: 25px;
    /* box-shadow: 1px 1px 10px rgb(167, 169, 172); */
    border-radius: 10%;
}
.icoref img{
    width: 50%;
    box-shadow: 1px 1px 10px rgb(167, 169, 172);
    border-radius: 45px;
    margin-top: 15px;
    margin-bottom: 5px;
}
}