.content {
    margin-top: 15px;
}
.basic .content .basic-text, .basic .content .title-text, .basic .content .basic-image, .basic .content .accordion-container, .basic .content .related-links, .basic .page-form {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.text-align-center {
    text-align: center;
}
p, pre {
    margin: 0 0 0;
}
p {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-left: 8%;
    margin-right: 8%;
}
body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #d9d9d9;
    /*background-color: #fff;*/
}
html {
    font-size: 1.2rem;
    line-height: 22px;
    font-family: "SuperGroteskOT",Arial,Helvetica,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

.button:hover {
    background-color: #A78A42; /* Color de fondo ligeramente más oscuro en hover */
    color: #fff; /* Mantén el color del texto igual */
    text-decoration: none; /* Elimina el subrayado en hover */
    cursor: pointer; /* Cambia el cursor a una mano al pasar por encima */
}

.button, button, [type='button'], [type='reset'], [type='submit'] {
    padding: 20px 20px 16px;
    /*display: inline-block;*/
    display: block;
    line-height: inherit;
    /*text-align: left;*/
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    /*text-transform: uppercase;*/
    cursor: pointer;
    color: #ffffff;
    background-color: #D1AD54;
    margin-left: 4%;
    margin-right: 4%;
    /*border-radius: 10px;*/
    border-radius: 100px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
    margin-bottom:35px;
}
.button, button, html [type='button'], [type='reset'], [type='submit'] {
    -moz-appearance: none;
    -webkit-appearance: none;
}
img {
width: 90px;
display: block;
margin-left: auto;
margin-right: auto;
}

h3, h1, h2 {
    margin-left: 5%;
    margin-right: 5%;    
}

h1 {
    font-size: 1.7em;
    line-height: 100%;
}

h2 {
    /*font-size: 1.4em;
    line-height: 80%;*/
    font-size: 1.6em;
    line-height: 120%;
    /*margin-bottom: 4%;*/
}

h3 {
    line-height: 100%;
}

.subtitle-ajust {
    margin-top: -10px;
}

hr { border: none; height: 2px; /* Set the hr color */ 
    color: #d1be7b; /* old IE */ 
    background-color: #d1be7b; /* Modern Browsers */ 
}

.text-petit {
    text-align: center;
    font-size: 0.8em;
} 

.text-mes-petit {
    text-align: center;
    font-size: 0.7em;
}

a.menu-volver {
    margin-left: 14%;
    margin-right: 14%;
}

img.icona{
    width: 70px;
    margin-bottom: 2%;
}

/*img.icona2{
    width: 40px;
    margin-bottom: 5%;
}

.menu-transcripcio {
    margin-left: 25%;
    margin-right: 25%;
    padding: 0px 25px 0px;
    font-size: 0.9em;
    text-decoration: none;
}*/
a.menu-transcripcio {
    text-decoration: none;
    color: Black;
}

.menu-transcripcio-wrapper {
    display: flex;
    align-items: center; /* Esto asegura la alineación vertical */
    justify-content: center; /* Esto asegura la alineación horizontal */
    width: 100%; /* Ocupar todo el ancho disponible */
    /*padding: 0px 25px 0px;*/
    font-size: 0.9em;
}

.icona2 {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 0; /* Removemos el margen inferior para evitar desplazamientos verticales */
}

.iconahome {
  width: 27px;
  display: revert;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 0.3rem;
}

.footer {
  margin-top: 50px;
  margin-bottom: 4%;
}

.language-menu {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
}

.language-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.language-menu li {
    margin: 0 20px;
}

.language-menu a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
}

.language-menu a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.language-button {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.language-button.active {
  /*font-weight: bold;*/
  text-decoration: none;
  background-color: rgba(74, 74, 74, 0.2);
}

/* Estilo para los íconos SVG dentro de los botones del menú */
svg {
    fill: white;           /* Color del ícono SVG */
    width: 1rem;
    height: 1rem;
    vertical-align: middle; 
    margin-left: 0.5rem;
}

/* Botón frame youtube */
svg.custom-play-icon {
    width: 60px;
    height: 45px;
    margin-left: 5px;
}


