body {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: linear-gradient(#87CEEB, #B0E0E6); /* cielo */
    overflow: hidden;
    height: 100vh;
}

/*Fuentes*/
.Tfas {
  font-family: "Fascinate", system-ui;
  font-weight: 400;
  font-style: normal;
}

.Tlex {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*Clases Generales*/

.centrado-pantalla {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide {
  display: none !important;
}


