
.contenedor-titulo-boton-gx90pro {
display: grid;
grid-template-columns: 1fr auto;
justify-content: end;
align-items: center;
gap: 1rem;
text-align: right;
}
.contenedor-titulo-boton-gx90pro .titulo-tema {
margin: 0;
font-size: 30px;
font-weight: 700;
font-family: 'Geom', sans-serif;
color: #000000; 
background-color: rgba(0, 0, 0, 0);
text-align: right;
line-height: 1.2;
}
.contenedor-titulo-boton-gx90pro .titulo-tema mark {
background-color: rgba(0, 0, 0, 0);
color: #000000;
}
.contenedor-titulo-boton-gx90pro .boton-tema {
display: inline-flex;
justify-content: center;
align-items: center;
height: 60px;
padding: 0 1.2em;
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 1.2rem;
color: white;
background-color: #000000; 
border: none;
border-radius: 8px;
white-space: nowrap;
text-decoration: none;
transition: background-color 0.3s ease, color 0.3s ease;
}
.contenedor-titulo-boton-gx90pro .boton-tema:hover {
background-color: #444444;
color: #ffffff;
}
@media (max-width: 600px) {
.contenedor-titulo-boton-gx90pro .titulo-tema {
font-size: 30px;
line-height: 1.3;
}
.contenedor-titulo-boton-gx90pro .boton-tema {
font-size: 15px;
}
}