.contenedor_centro{
    padding-top: 5vh;
}

.contenedor_boton {
    position: absolute;
    top: 20px; 
    right: 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.idioma {
    font-size: 16px;
    text-decoration: none;
    color: black;
    margin: 0 10px; 
}

.separador {
    margin: 0 10px;
    color: black;
}

.footer_home{
    width: 100%;
    max-width: 1200px;
    background-color: rgb(92, 92, 97);
    height: 100px;
    color: white;
    line-height: 100px;
    margin: 0;
    position: fixed;
    bottom: 0vh;
    padding: 0;
    display: flex;
    justify-content: space-around;
    gap: 46vw;

    @media (max-width: 860px) {
      gap: 27vw
  }

  }

  .letrota{
    font-size: 60px;
  }

  .footer_home p {
    margin: 0;
    text-align: center;
  }

  .contenedor_centro_home{
    padding-top: 25vh;
    
  }