body{
    width: 98%;
    height: 100%;
    overflow-y: scroll;
}

.enca{
    width: 98%;
    height: 48px;
    display: flex;
    margin-bottom: 0px;
}

.log{
    width: 30px;
    height: 48px;
}


.hubi{
    width: 30px;
    height: 30px;
    margin-top: 7px;
    margin-left: 4px;
    margin-right: 7px;
}

.caja{
    width: 1246px;
    display: flex;
    margin-top: 0px;
}

.caja1{
    width: 4%;
    height: 600px;
}

.logos{
    width: 80%;
    height: 30px;
    margin-top: 18px;
    margin-right: 17px;
}

.caja2{
    width: 20%;
    height: 600px;
    background-color: rgb(251, 250, 250);
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    border-left: 1px solid black;
    border-top: 1px solid black;
}




.enla {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.hover-box {
    display: none;
    position: absolute;
    top: 30px; /* Ajusta según la posición deseada */
    left: 10px;
    background-color: white;
    padding: 10px;
    border: 1px solid rgb(222, 218, 221);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.hover-box img.hover-img {
    width: 200px;
    height: 200px;
    border-radius: 10%;
    position: relative;

}

.hover-box h4.hover-text {
    font-size: 14px;
    color: rgb(67, 4, 4);
    margin-top: 5px;
    text-align: center;
}

.enla:hover .hover-box {
    display: block;
}








.cajimg{
    width: 60px;
    height: 60px;  
    border-radius: 50%;
}



.caj21{
    width: 100%;
    height: 60px;
    display: flex;
}

.haches{
    width: 250px;
    height: 48px;
    display: flex;
    flex-direction: column;
}

.enlaces{
    width: 700px;
    height: 48px;
}
.hache1{
    height: 1px;
    font-size: 17px;
    color: rgb(227, 23, 23);
    margin-top: 8px;
}

.hache6{
    margin-top: 5px;
    font-size: 8.3px;
    color: rgb(67, 4, 4);
}

.hache11{
    height: 1px;
    font-size: 12px;
    color: rgb(227, 23, 23);
    margin-top: 3px;
    margin-left: 10px;
}

.enla{
    text-decoration: none;
    margin-top: 8px;
    margin-left: 8px;
}

.hache16{
    margin-top: 10px;
    font-size: 8.3px;
    color: rgb(67, 4, 4);
    margin-left: 10px;
}

.caja3 {
    width: 46%;
    height: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Oculta las imágenes fuera del contenedor */
    margin-right: 5px;
    margin-left: px;
}

.caj31 {
    width: 100%;
    height: 380px;
    background-color: aqua;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden; /* Asegura que solo las imágenes visibles estén en pantalla */
}

.caj31 ul {
    width: 400%; /* Asegura que el total de los elementos sea más grande que el contenedor */
    height: 100%;
    display: flex;
    animation: slide 20s infinite ease-in-out; /* Animación más lenta y con pausas */
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.caj31 li {
    width: 25%; /* Cada imagen ocupa un 25% del total */
    height: 100%;
    position: relative; /* Necesario para posicionar el h2 relativo al contenedor */
}

.imgcaj31 {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen cubra todo el área sin deformarse */
}

/* Animación con pausas entre cada imagen */
@keyframes slide {
    0% {
        margin-left: 0; /* La primera imagen se muestra */
    }
    20% {
        margin-left: 0; /* Pausa en la primera imagen */
    }
    25% {
        margin-left: -100%; /* Desliza hacia la segunda imagen */
    }
    45% {
        margin-left: -100%; /* Pausa en la segunda imagen */
    }
    50% {
        margin-left: -200%; /* Desliza hacia la tercera imagen */
    }
    70% {
        margin-left: -200%; /* Pausa en la tercera imagen */
    }
    75% {
        margin-left: -300%; /* Desliza hacia la cuarta imagen */
    }
    95% {
        margin-left: -300%; /* Pausa en la cuarta imagen */
    }
    100% {
        margin-left: 0; /* Vuelve a la primera imagen */
    }
}

.hache2 {
    width: 100%;
    height: 40px;
    color: rgb(254, 255, 254);
    margin: 0; /* Quita los márgenes */
    position: absolute; /* Posición absoluta para que esté sobre la imagen */
    top: 50%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta el centrado */
    z-index: 1; /* Asegura que el texto esté encima de la imagen */
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente para mejorar la legibilidad */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.caj32{
    width: 93.2%;
    height: 160px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 35px;
    overflow-y: scroll;
    border: solid black 1px;
}

.exent{
    font-size: 20px;
    text-align: center;
    color: rgb(227, 23, 23);
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-right: solid rgb(248, 244, 244);
}

.exent:hover{
    color: rgb(225, 212, 212);
    background-color: black;
    width: 100%;
    height: 100%;
}


p{
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 4px;
    padding: 8px;
    margin-left: 3px;
    margin-right: 3px;
}

.caj33{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
}

.caja4{
    width: 30%;
    height: 600px;
}

.caja4 iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin-bottom: 0px;
}

.hache21{
    width: 100%;
    height: 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(35, 248, 7);
    margin-top: 0px;
    margin-bottom: 4px;
    background-color: #d4d1d1;
}









.caj33 {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.exent {
    text-decoration: none;
    padding: 5px 10px;
    color: black;
    box-shadow: 2px 2px 2px black;
    border-radius: 5px;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 250px;
    z-index: 10;
}

.dropdown-menu li {
    padding: 5px 10px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: black;
    display: block;
}

.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}






.buskeda{
    width: 86%;
    height: 25px;
    border-radius: 40px;
    padding-left: 20px;
    margin-left: 20px;
    border: 0px;
    box-shadow: 3px 1px 3px 1px black;
    margin-top: 2px;
}














.imgg{
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-left: 50px;
}

.foot{
    width: 101%;
    height: 470px;
    display: flex;
    background-color: rgb(7, 23, 53);
    margin-top: 15px;
}

.foot1{
    width: 33.2%;
    height: 470px;
}

.dat{
    color: rgb(154, 6, 6);
    text-align: center;
}

.p1{
    color: #f9f9f9;
    text-align: center;
}

.patro{
    margin-bottom: 0px;
    height: 50px;
    text-align: center;
    margin-left: 60px;
    font-size: 30px;
    color: rgb(85, 85, 61);
}

.hac{
    width: 101%;
    height: 30px;
    background-color: rgb(7, 23, 53);
    margin-top: 0px;
    text-align: center;
    color: aliceblue;
    padding-top: 6px;
}

.footimg{
    width: 101%;
    height: 50px;
    background-color: rgb(7, 23, 53);
    margin-top: 0px;
    border-top: solid black 2px;
    text-align: center;
    color: aliceblue;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.imgg11{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    padding-right: 30px;
}













