/* VALORI GENERICI */
*{
  font-family: 'Roboto', sans-serif;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both
}

h2{
  font-size: 35px;
  font-weight: bold;
  padding: 40px 0 30px 0;
  text-align: center;
  color: #061B4E;
}

h3{
font-size: 20px;
padding-bottom: 55px;
text-align: center;
color: #5b6987;
}

h4{
  font-weight: bold;
}

a{
  color: #0158FF;
  font-weight: bold;
}

a:hover{
  text-decoration: none;
  color: #1633ff;
}

p{
  color: #5b6987;
  font-size: 16px;
}

/* carousel */
.carousel-box{
  margin: 0 25px;
}

.carousel-img{
  width: 100%;
  vertical-align: middle;
}

.fa-angle-left{
  font-size: 50px;
  color: grey;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.fa-angle-right{
  font-size: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.blue-circles{
  padding: 15px 0 30px 0;
  cursor: pointer;
}
/* carousel */
/* /VALORI GENERICI */

/* HEADER */
/* header top */
.header_top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: 60px;
  line-height: 60px;
  background-color: white;
}

.header_top img{
  width: 160px;
  cursor: pointer;
}

.header-nav ul{
  list-style: none;
}

.header-nav li{
  display: inline-block;
  padding-right: 25px;
  font-weight: bold;
  color: #031b4e;
  font-size: 15px;
}

.header-nav li:hover{
  color: #0158FF;
  cursor: pointer;
}

.header-nav i{
  padding-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.text-right{
  text-align: right;
}

.text-right a{
  color: #0158FF;
  border: 1px solid #0158FF;
  padding: 8px;
  border-radius: 10%;
  text-decoration: none;
}

.text-right a:hover{
  background-color: #0158FF;
  color: white;
  text-decoration: none;
}

.glyphicon-menu-hamburger{
  color: #0158FF;
  border: none;
}
/* /header top */

/* jumbotron */
.jumbotron{
  background-image: url(../img/jumbo-bg.svg);
}

.jumbo_text h1{
  font-weight: bold;
  color: white;
  margin-top: 100px;
}

.jumbo_text h3{
  text-align: left;
  color: #F8F9F9;
  font-size: 24px;
}

.jumbotron form{
  margin-top: 100px;
  background-color: white;
  padding: 20px;
  border-radius: 1%;
}

.jumbotron.do-jumbo{
  margin-bottom: 0;
}

/* form */
.form-text p{
  font-weight: bold;
  color: #031b4e;
}

.form-title p{
  font-size: 28px;
}

.form-terms p{
  font-size: 12px;
}
/* /form */

@media screen and (min-width: 992px) and (max-width: 1200px){
  .jumbo_text h1{
    font-size: 50px;
  }
}

@media screen and (max-width: 991px){
  .jumbotron form{
    margin-top: 0;
  }
}
/* /jumbotron
/* /HEADER */


/* MAIN */
/* section customers */
.customers{
  background-color: #F3F5F9;
  text-align: center;
}

.customers h5{
  font-size: 15px;
  color: #5b6987;
  font-weight: bold;
  padding-top: 40px;
}

.customers-logo img{
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  padding: 10px;
}

.customers p{
  font-size: 15px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200px){
  .customers-logo img{
    height: 80px;
    width: calc(100% / 6 - 20px);
  }
}

@media screen and (max-width: 992px){
  .customers-logo img{
    height: 100px;
    width: calc(50% - 20px);
  }
}
/* section customers */

/* <!-- section deploy --> */
.deploy{
  margin-bottom: 40px;
}

.deploy-left{
  border-left: 2px solid lightgrey;
  list-style: none;
  margin-left: 80px;
}

.deploy-left  li{
  font-size: 22px;
  padding-bottom: 20px;
  text-align: left;
  color: #5b6987;
  cursor: pointer;
}

.deploy-right-box{
  padding-bottom: 20px;
}

@media screen and (max-width: 992px){
  .deploy-left{
    margin: 0 0 30px 40px;
  }
}
/* <!-- section /deploy --> */

/* <!-- section developers --> */
.developers{
  background-color: #F3F5F9;
}

.developers-box{
  position: relative;
}

.developers-box p{
  font-size: 15px;
  padding-top: 30px;
  color: #5b6987;
  font-weight: bold;
}

.fa-circle{
  color: #0061FF;
  font-size: 10px;
  padding-bottom: 30px;
}
/* <!-- section /developers --> */

/* <!-- section features --> */
.features{
  padding-bottom: 40px;
}

.features a{
  font-size: 18px;
}
/* <!-- /section features --> */

/* <!-- section world --> */
.world{
  background-image: linear-gradient(#0047C5, #001E9A);
  padding-bottom: 40px;
}

.world h2{
  color: white;
}

.world ul{
  list-style: none;
  border-bottom: 1px solid  #F8F9F9;;
}

.world ul:last-child{
  border-bottom: none;
}

.world span{
  color: white;
  font-weight: bold;
}

.world p{
  font-size: 14px;
  color: #F8F9F9;
}

.world a{
  color: #00D7D2;
  font-weight: normal;
}

.world a:hover{
  color: #0158FF;
}
/* <!-- section /world --> */

/* <!-- section get started --> */
.started{
  background-color: #0043BC;
  padding-bottom: 40px;
}

.started h2{
  color: white;
}

.started a{
  color: #0158FF;
  background-color: white;
  border: 1px solid #0158FF;
  padding: 10px;
  border-radius: 8%;
}

.started a:hover{
  background-color: lightgrey;
}
/* <!-- section /get started --> */
/* /MAIN */


/* FOOTER */
footer{
  background-color: #010E28;
}

footer ul{
  list-style: none;
  padding-left: 0;
}

.footer-left{
  padding-top: 40px;
}

.footer-left img{
  padding-bottom: 10px;
}

.footer-left p{
  font-size: 13px;
}

.footer-social{
  font-size: 22px;
  color: #5b6987;
  display: inline-block;
}

.footer-social li:hover{
  color: white;
}

.footer-social li{
  display: inline-block;
  padding-right: 10px;
}

.footer-right{
  padding-bottom: 40px;
}

.footer-right .list-top li{
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding-top: 50px;
}

.footer-right li{
  color: #5b6987;
  font-weight: bold;
  font-size: 15px;
  padding-top: 8px;
}

.footer-right li:hover{
  color: white;
}
/* /FOOTER */
