body{
  background: rgb(234,102,18);
  background: linear-gradient(60deg, rgba(234,102,18,0.09987745098039214) 0%, rgba(23,71,133,0.04385504201680668) 100%);    
  letter-spacing: -0.05em;
}
/* ----------------- VISTA GESTIONAR ----------------- */

.imgNavbar {
    background-image: url('../../../Assets/Images/Logo-totalCoin.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 108px;
    height: 48px;
}

.hero-gestionar {
    background: url('../../../Assets/Images/content/fondo_gestionar.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    color: white;
}
.hero-gestionar h1{
    font-size: 6em;
}
.hero-gestionar p{
    font-size: 1.5em;
}

.hero-gestionar-image{
    transform: translatey(-4em);
}

.contenedor-items{
    font-size: 25px;
}

.contenedor-items img{
    width: 100%;
    margin: auto;
}
.contenedor-items h3{
    font-size: 58px;
    font-weight: bold;
}

.contenedor-items span{
    color: var(--secundario);
}

@media screen and (max-width: 1200px) {
    .contenedor-items p{
      font-size: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .hero-gestionar h1 {
      font-size: 3em;
    }
  }
  @media screen and (max-width: 400px) {
    .contenedor-items p {
      font-size: 0.6em;
    }
    .contenedor-items h3 {
        font-size: 1.6em;
      }
  }