.divlateral {
    width: 250px;
    height: 520px;
    background-color: #00072D;
    display: inline-block;
    vertical-align: top;
    position: fixed;
    top: 80px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform 0.3s ease;
    transform: translateX(0); 
}


@media (max-width: 1028px) {
    .divlateral {
        transform: translateX(-250px); 
    }

    .divlateral.active {
        transform: translateX(0); 
    }

    .menu-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 30px;
        background-color: #00072D;
        border: none;
        cursor: pointer;
        z-index: 1000; 
        position: fixed;
    }

  
    #toggle-lang {
        display: none;
    }
    #toggle-lang {
        display: block;  
        position: absolute;
        top: 100px;     
        right: 10px;     
        font-size: 18px;
        background-color: #6c5ce7;
        border: none;
        cursor: pointer;
        z-index: 1000;   
    }
    
}


@media (min-width: 1029px) {
    .menu-btn {
        display: none; /
    }

    .divlateral {
        transform: translateX(0);
    }
}
/*/////////*/
.divsec {
    display: inline-block;
    margin-left: 20%;
}

section {
    width: 80%;
}

.contenido {
    margin: 5px;
}

.detalles {
    display: none; 
}

img {
    width: 100%;
    height: auto;
}
.cursor-pointer {
    cursor: pointer;
}

.lang-button {
 width: 150px;
 margin-left:85% ;
    cursor: pointer;
    position: fixed;
}

p, h4, h2, h1, ul, li{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    background-color: #EDF7F6;
}

.letra{
    color: #07072b;
}

button {
    border: none;
    outline: none;
    background-color: #6c5ce7;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    transition: all ease 0.1s;
    box-shadow: 0px 5px 0px 0px #a29bfe;
  }
  
  button:active {
    transform: translateY(5px);
    box-shadow: 0px 0px 0px 0px #a29bfe;
  }
  .fp{
    width: 120px;
    height: auto;
    border-radius: 100px;
  }
  .separ{
    padding: 70px;
}
.imgtitu{
width: 50%;
height: auto;
}
.textlettertit{
color: black;
}
.divstitu{
background-color: black;
width: 400px;
height: auto;
margin-left: 150px;
display: inline-block;
}