* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Whitney;
  src: url(../fonts/whitney.woff);
}

body {
  font-family: Whitney;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.home-bar {
  /* position: relative; */
  height: 80px;
  width: 100%;
  background-color: #404eed;
  line-height: 80px;
  padding-left: 350px;
}

.cont_img {
  display: inline;
  width: calc(100% / 5);
}

header nav img {
  vertical-align: middle;
}

.links {
  display: inline-block;
  line-height: 80px;
  width: calc((100% / 5) * 3);
  text-align: center;
}

.links a {
  padding-right: 20px;
}

a {
  color: white;
  text-decoration: none;
}

.login {
  display: inline;
  padding: 7px 16px;
  border-radius: 40px;
  background-color: white;
  color: black;
}

.contenitore-home {
  height: 570px;
  width: 100%;
  background-image: url(../img/jumbo.png);
  background-size: cover;
  text-align: center;
}

h1 {
  font-size: 56px;
  color: white;
  /* text-align: center; */
  padding-top: 6%;
}

.text {
  display: inline-block;
  font-size: 20px;
  color: white;
  /* text-align: center; */
  padding-top: 3%;
  width: 38%;
}

.download-container {
  padding-top: 3%;
}

.windows,
.browser {
  height: 56px;
  width: 270px;
  padding: 16px 32px;
  border-radius: 28px;
  font-size: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.white {
  background-color: white;
  color: black;
}

.blue {
  background-color: #8ea2e1;
  color: white;
}

.browser {
  background-color: black;
  color: white;
}

.container_main {
  margin: 0 auto; /*Centratura */
  width: 65%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container_center {
}

.col_sx {
  float: left;
}

.col_dx {
  float: right;
}

.testo {
  /* display: inline-block; */
  padding-top: 30px;
}

.testo h2 {
  font-size: 48px;
  width: 380px;
  margin-bottom: 24px;
}

.testo p {
  font-size: 20px;
  width: 380px;
}

/* Sezione 4 */

.container_main2 {
  text-align: center;
}

.sez4_text {
  margin: 0 auto;
  width: 980px;
}

.sez4_text h2 {
  font-size: 40px;
}

.sez4_text p {
  font-size: 20px;
}

.download2 h4 {
  width: 50%;
  margin: 0 auto;
  font-size: 32px;
  margin-top: 70px;
  margin-bottom: 30px;
  background: url(../img/stars.svg);
  background-size: contain;
}

footer {
  margin-top: 150px;
  padding-top: 80px;
  height: 650px;
  background-color: #23272a;
}

.col_main {
  float: left;
  margin-right: 5%;
}

.up,
.bottom {
  margin: 0 auto;
  width: 65%;
}

footer h4 {
  font-size: 32px;
  color: #7289da;
  width: 280px;
  margin-bottom: 20px;
}

.up #ita {
  height: 16px;
}

.up .text_footer {
  display: inline-block;
  font-size: 14px;
  color: white;
}

.social {
  margin-top: 20px;
}

.social a {
  padding-right: 20px;
}

/* Colonne */

.col {
  float: left;
  width: 9%;
  margin-right: 100px;
}

h5 {
  font-size: 16px;
  color: #7289da;
  padding-top: 8px;
}

.col a {
  display: inline-block;
  margin-top: 8px;
}

/* Footer Bottom */

.bottom {
  border-top: 1px solid #7289da;
  margin-top: 100px;
}

.bottom .row {
  padding-top: 50px;
  width: 100%;
}

.bottom .cont_img {
  float: left;
}

.registrati {
  float: right;
  padding: 7px 16px;
  border-radius: 40px;
  background-color: #8ea1e1;
}
