.x-horizontal-list {
    display: flex; /* Coloca los elementos en línea */
    gap: 15px; /* Espaciado entre ellos */
    list-style: none; /* Elimina los estilos de lista */
    padding: 0;
    margin: 0;
    align-items: center;
}

.x-horizontal-list li {
    display: flex;
    align-items: center;
}

.x-horizontal-list a {
    text-decoration: none;
    color: #333;
}

.x-horizontal-list i {
    margin-right: 5px; /* Espacio entre icono y texto */
}
.x-horizontal-list {
    display: flex; /* Coloca los elementos en línea */
    gap: 15px; /* Espaciado entre ellos */
    list-style: none; /* Elimina los estilos de lista */
    padding: 0;
    margin: 0;
    align-items: center;
}

.x-horizontal-list li {
    display: flex;
    align-items: center;
}

.x-horizontal-list a {
    text-decoration: none;
    color: #333;
}

.x-horizontal-list i {
    margin-right: 5px; /* Espacio entre icono y texto */
}

.boton-descarga {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background:#007bff; /* linear-gradient(45deg, #007bff, #00c6ff); */
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
}

.boton-descarga:hover {
    background: linear-gradient(45deg, #0056b3, #0084c4);
    transform: scale(1.05);
}

.idiomas {
    display: flex;
    gap: 10px;
}

.idiomas img {
    width: 40px;
    cursor: pointer;
    transition: transform 0.2s;
}

.idiomas img:hover {
    transform: scale(1.1);
}
.x-fa-whatsapp {
    font-size: 44px;
    color: #25D366; /* Color oficial de WhatsApp */
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
}

.x-fa-whatsapp:hover {
    transform: scale(1.2);
    color: #128C7E;
}
.outline-text {
  color: #25D366;
  font-size: 48px;
  text-shadow:
    -1px -1px 0 rgb(0, 0, 0),
     1px -1px 0 rgb(0, 0, 0),
    -1px  1px 0 rgb(7, 7, 7),
     1px  1px 0 rgb(0, 0, 0)
}

@media screen and (min-width: 768px) {
  .ocultar-en-pc {
    
  }
}

