h1, h2, h3, h4, h5, h6, th {
    color: #26497d;
  }

  h1 {
    font-size: 35px;
    line-height: 65px;
  }

  h2 {
    font-size: 25px;
  }
  
  h4 {
    border-bottom: 2px solid #508bc9;
    padding-bottom: 5px;
  }
  
  h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  
  a {
    color: #508bc9;
  }
  
  html, body, td, tr {
    color: #444;
  }

  label {
    line-height:30px;
  }

  .nav-link {
    color: #26497d;
  }
  
  .bg-green {
    background-color: #93ff91!important;
  }
  
  .bg-red {
    background-color: #ff9191!important;
  }
  
  .text-red {
    color: #880000!important;
  }
  
  .text-green {
    color: #008800!important;
  }
  
  .card-body {
    padding-top: 30px;
  }
  
  .card {
    border: none!important;
  }

  body {
    background: #eef5ff;
  }

  .row-100 {
      margin-left: 20px;
      margin-right: 20px;
  }

  .platform-version {
    font-size: 12px;
    text-decoration: underline;
    font-style: italic;
    margin-top: 10px;
    font-weight: bold;
  }

  .redlight-button,
  .redlight-button:hover {
      background-color: #880000!important;
      border-color: #880000!important;
      color: #fff;
  }

  .blue-button,
  .blue-button:hover {
      background-color: #508bc9!important;
      border-color: #508bc9!important;
      color: #fff;
  }

  .blue-gray,
  .blue-gray:hover {
      background-color: #444!important;
      border-color: #444!important;
      color: #fff;
  }

  .gold-button,
  .gold-button:hover {
      background-color: #af8700!important;
      border-color: #af8700!important;
      color: #fff;
  }

  .red-button,
  .red-button:hover {
      background-color: #880000!important;
      border-color: #880000!important;
      color: #fff;
  }

  .green-button,
  .green-button:hover {
      background-color: #008800!important;
      border-color: #008800!important;
      color: #fff;
  }
  
  .footer {
    background-color: #000;
  }

  .footer p,
  .footer a {
    color: #fff;
    font-size: 11px;
  }

  figure {
    margin-left:auto;
    margin-right:auto;
  }

  .image-inline {
    float: left;
  }
  
  img {
    height: auto;
    width: 100%;
  }

  .single-article-container {
    background-color: #fff;
    padding: 20px;
  }

  .single-article-container h2 {
    padding-bottom: 40px;
  }

  figure.media {
    min-height: 180px;
    min-width: 300px;
  }

  .page-container {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top:20px;
    margin-bottom:20px;
  }

  .logo-image {
    height: 55px;
    width: auto;
    border: 0;
    padding: 0;
  }

  .banner-last-webinar {
    height: 55px;
    width: auto;
    border: 0;
    padding: 0;
  }

  .navbar {
    margin: 0;
    padding: 0;
  }

  .top-menu .navbar-nav .nav-link {
    color: #508bc9;
    font-weight: bold;
  }

/*----Progress bar di pagamento----*/
.check-out-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-gray.png');
    background-repeat: repeat;
    padding-top:25%;
    display: none;
}

#progress-form * {
    margin: 0;
    padding: 0
}
#progress-form {
    text-align: center;
    position: relative;
    margin-top: 20px
}
  
#progressbarpay {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
  
#progressbarpay .activep {
    color: #2F8D46
}
  
#progressbarpay li {
    list-style-type: none;
    font-size: 25px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbarpay #step1:before {
    content: ""
}
  
#progressbarpay #step2:before {
    content: ""
}
  
#progressbarpay #step3:before {
    content: ""
}
  
#progressbarpay #step4:before {
    content: ""
}

#progressbarpay li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbarpay li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 20px;
}
  
#progressbarpay li.activep:before,
#progressbarpay li.activep:after {
    background: #2F8D46
}
/*---------------------------------*/

/*----------Articles---------------*/
.article-date,
.article-author {
    font-style: italic;
    text-decoration: underline;
    font-size: 18px;
}

.preview-articles-contents h1 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
}

.preview-articles-contents h2 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #444;
}

.preview-articles-contents {
    padding-top: 15px;
}

.preview-articles-contents img,
.preview-articles-contents figure,
.preview-articles-contents figure iframe {
    height: 200px!important;
    width:100%!important;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.preview-articles-card {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 20px;
}
/*---------------------------------*/

/*---------Popup news--------------*/
.popup-news {
  background-color: #880000;
  border-radius: 30px;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  opacity: 80%;
  width: 33%;
  margin-right: 5px;
  margin-bottom: 10px;
  display: none;
}

.popup-news-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
}

.popup-news-data {
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 3px;
}

.popup-news-single {
  border-bottom:1px solid #fff;
  padding-bottom:5px;
  margin-bottom:15px;
}
/*---------------------------------*/

/*------------Events---------------*/
.event-container {
  padding: 20px;
  padding-bottom:30px; 
  margin-bottom: 20px;
  background-color: #26497d;
}

.event-date {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}

.event-title {
  color: #fff;
}

.event-content {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
/*---------------------------------*/

/*----------Register page----------*/
.register-button {
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.register-continue {
  font-size:18px;
  font-style: italic;
  margin-top:0;
  margin-bottom: 20px;
  text-align:center;
  width: 100%;
}

.google-login,
.google-login:hover {
    background-color: #e13425!important;
    border-color: #e13425!important;
    color: #fff;
}

.facebook-login,
.facebook-login:hover {
    background-color: #3c66c3!important;
    border-color: #3c66c3!important;
    color: #fff;
}

.register-logo {
  width:80%;
  margin-top: 50px;
}
/*---------------------------------*/

/*
.preview-articles-card-home {
  background-color: #3c66c3;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;;
}

.preview-articles-card-home a,
.preview-articles-card-home h2 {
  color: #fff;
}
*/

/*
.preview-articles-card-home {
  margin-top: 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
*/

.preview-articles-card-home {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #ecf3ff;*/
  background-color: #fff;
  height: 500px;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  /*box-shadow: 5px 5px 5px 1px #ccc;*/
}

.preview-articles-date-home {
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
}

#OptionsOpenMainMenuDiv {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
  padding: 0;
}

#body-platform {
  overflow: hidden;
}

#OptionsMenuDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.show-text-mobile {
  display: none;
}

.show-text-desktop {
  display: block;
}
