@import "fonts.css";

html{
  font-family: 'Gotham', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
}

body {
  margin: 0;
}

a {
  color: #b700ff;
}

input{
  color:#ffffff;
}

:root{
  --ColorPalette-Turquesa: #8AE2C8;
  --ColorPalette-Cian: #578CCB;
  --ColorPalette-Violeta: #9900FF;
  --ColorPalette-Fuccia: #FF0074;
  --ColorPalette-Amarillo: #FFBC00;
  --ColorPalette-Negro: #111111;
  --ColorPalette-blanco: #FFFFFF;
}

.btn{
  /* margin-right: 10px; */
  padding: 0 8px;
  color: #111;
  background-color: #FFBC00;
  /* margin-bottom: 10px; */
  width: 100%;
}

::-webkit-scrollbar {
  display: none;
}

.hidden{
  display: none;
}

ul{
  list-style: none;
}

/* Tropical Colors:
8AE2C8
578CCB
9900FF
FF0074
FFBC00
111111
FFFFFF
*/

#contentNetwork{
  position : absolute;
  width : 100%;
  height: 100%;
} 

@media screen and (max-width: 600px) {
  .floatingInfo{
      width: 90%;
      top: 70%;
      max-height: 25%;
      left: 50%;
      transform: translate(-50%, 0);
  }
}