
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    background-color: #f4f4f4;
    padding-top: 100px; 
    overflow-x: hidden; 
}


footer {
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
}

.nav-links {
    display: flex;
    gap: 15px;
}


.inicio1{
   background-color: rgba(255, 255, 255, 0.918);
    color: #333;
    display: flex;
    text-align: center;
    width: 90px;
    height: 25px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s; 
    position: relative;
    justify-items: center;
    justify-content: center;
    text-decoration: none;
    left: 1430px;
    top: -83px;
}
.Historia1{
background-color: rgba(255, 255, 255, 0.918);
    color: #333;
    display: flex;
    text-align: center;
    width: 90px;
    height: 25px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s; 
    position: relative;
    justify-items: center;
    justify-content: center;
    text-decoration: none;
    left: 1700px;
    top: -110px;
}
.legado1{
background-color: rgba(255, 255, 255, 0.918);
    color: #333;
    display: flex;
    text-align: center;
    width: 90px;
    height: 25px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s; 
    position: relative;
    justify-items: center;
    justify-content: center;
    text-decoration: none;
    left: 1570px;
    top: -134px;
}
.inicio1 a, .Historia1 a, .legado1 a{
text-align: center;
text-decoration: none;
color: black;
}

.inicio1:hover, .Historia1:hover, .legado1:hover {
    background-color: rgb(251, 255, 0);
}


.titulo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.tl1, .tl2, .tl3, .tl4 {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}

.dev1, .dev2, .dev3, .dev4 {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
}


.borda {
    background-color: rgba(107, 109, 109, 0.486);
    width: 100px;
    height: 5px;
    margin-top: 10px;
    border-radius: 10px;
}


.img-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.img1{
  display: flex;
  justify-content: center;
  border-radius: 15px;
}
.img2{
   display: flex;
  justify-content: center;
  border-radius: 15px;
}
.img3{
   display: flex;
  justify-content: center;
  border-radius: 15px;
}
