/**
 * 2025 Danzai Software
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Commercial License
 * you can't distribute, modify or sell this code
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file
 * If you need help please contact contacto@danzai.es
 *
 * @author    Danzai Software <contacto@danzai.es>
 * @copyright 2025 Danzai Software
 * @license   https://danzai.es  Commercial license
 */

/* Estilos de la sección del gancho de la página de inicio. */
.dsbanner-display-home {
  margin-top: 10rem;
}
.dsbanner-display-home-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsbanner-display-home-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 800px;
  max-width: 100%;
  text-align: center;
}
.dsbanner-display-home-content-text-title {
  font-size: 3rem;
  font-weight: bold;
}
.dsbanner-display-home-content-text-description {
  font-size: 1.5rem;
  line-height: 2rem;
}