/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main{
  min-height: 100% !important;
}
main > .container {
  padding: 20px 15px 0;
}

.footer {
  /*background-color: #f5f5f5;*/
  font-size:11px;
}

.text-muted {
    color: #111111 !important;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}




h3{
  font-size: 1.55rem;
  font-weight: 600;
}

h3::after {
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: -5px;
    left: 15px;
    content: "";
    background: #87b810;
}

.navbar{
 /* border-bottom: 1px solid #e9ecef ;*/
}
.navbar-white .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#background-img01 {
   background: url(http://premium.morenews.it/uploads/public/background-home.jpg) no-repeat scroll left bottom / cover ;
  min-height: 100%;
}
.text-white{
  color:#FFFFFF;
}
.text-black{
  color:#000000;
}

.title_slider{
  font-size: 3.5rem;
}

.title_home{
  font-size: 3.5rem;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc; }
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width:33%
    }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0;
  }
  
.payoff {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 700;
    width: 100%;
    padding: 150px 4% 50px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    text-align: center;
}
  
.card{
  /*background: #141E24 !important;*/
  border: none !important;
  
}

.card-body {
    padding: 0.85rem 0 !important;
}

.card_color_text_cat{
  color: #31a2d7;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.card_color_text_cat a{
  color: #31a2d7;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.card_color_text_cat a:hover{
  text-decoration: none;
}

.card_color_text_title{
  /*color: white;*/
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 600;
}
.card_color_text_title a{
  /*color: #FFFFFF;*/
}
.card_color_text_title a:hover{
  text-decoration: none;
}

.card_color_text_data{
  color: #8197A4;
  font-size: 13px;
  font-weight: 700;
}
.card_color_text_data a{
  color: #8197A4;
  font-size: 13px;
  font-weight: 700;
}
.card_color_text_data a:hover{
  text-decoration: none;
}

.card_approfondisci{
  color: white;
  font-size: 14px;
  text-align: right;
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.icon_file{
  font-size: 50px;
  color: white;
  margin: 20px 20px auto;
}

.btn02 a:link, .btn02 a:visited, .btn02 a:hover {
    display: inline-block;
    padding: 10px 50px;
    margin: 0;
    border: 2px solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    letter-spacing: .2em;
}

.titolo{
  text-align: center;
}

.data{
  text-align: center;
}

.testo_breve{
  font-style: italic;
  font-size: 25px;
  text-align: center;
}

.contenuto{
  text-align: justify;
}

#map {
        height: 100%;
      }
