body {
  background-color: #FFFFFF;
}
a {color: #009ff2; text-decoration: none;}
a:hover {color: #10A6D1 !important; text-decoration: none;}
.banner a {color: white; text-decoration: underline;}
.banner a:hover {color: white !important;}

/*FONTS*/
.archivo-regular {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.archivo-medium {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h4.description {font-size: 1.5em; color: #999; font-weight: 300; line-height: 1.5em;}

.radius-def {border-radius: 10px !important; -moz-border-radius: 10px !important; -webkit-border-radius: 10px !important;}
.radius-btn {border-radius: 25px !important; -moz-border-radius: 25px !important; -webkit-border-radius: 25px !important;}

#loading {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 9998; display: none;}
#loading div.loader {position: relative; width: 200px; top: 200px; left: 50%; margin-left: -100px;}
#main_content {min-height: 600px;}

div.loading {display: none; width: 100%; padding: 5px; margin: 0 auto; text-align: center; border: solid 2px #CCCCCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: white; color: black;}
div.loading div.progress_bar {margin-top: 3px;}
div.loading div.progress_bar div.bar_container {width: 100%; height: 8px; padding: 1px; margin-top: 6px;}
div.loading div.progress_bar div.bar_container div.bar {background-color: #CCCCCC; height: 8px; width: 10%;}
div.loading div.progress_bar span.percent {color: #CCCCCC;}

/*COLORS*/
.color-green {color: #4C9028;}

/*FOOTER*/
.footer {background-color: #202A2E;}
.footer img {height: 85px; width: auto;}
.footer a {color: white !important; text-decoration: underline !important;}
.footer a:hover {color: white !important; text-decoration: underline !important;}
.footer .links a {color: white !important; text-decoration: none !important;}

/*FORM*/
.alert-form {display: none; background-color: #bf322f; color: white; padding: 0.25rem 0.5rem; margin: 0.5rem 0; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.ok-form {display: none; font-weight: normal; background-color: #006929; color: white; padding:  0.25rem 0.5rem; margin: 0.5rem 0; text-align: center; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.alert-form a, .ok-form a {color: white; font-weight: bold; text-decoration: underline;}
.progress {height: 8px;}
.progress-perc {color: #CACACA;}

/*HEADER*/
div.header img {width: 150px; height: auto;}
@media (max-width: 570px) {
 div.header img {width: 80px;}
}
.header-crea {background-color: #008000;}
.header-crea a {color: white !important;}
.header-crea a:hover {color: white !important; text-decoration: underline !important;}

/*IMAGES*/
.banner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  font-size: 30px;
  }
@media (max-width: 1200px) {
  .banner {font-size: 20px;}
}
@media (max-width: 786px) {
  .banner {font-size: 15px;}
}
.banner-page {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
  }
.home-card {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

/*COUNTERS*/
.projectFactsWrap{
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #202A2E;;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 20%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

/*.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item:nth-child(5){
  background: rgb(23, 50, 66);
}*/

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  /*color: rgba(255, 255, 255, 0.8);*/
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /*font-family: 'Open Sans';*/
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/*SEARCH*/
.div-result:hover {background-color: #F8F9FA;}

/*TABLE*/
.table-hover tr td {cursor: pointer;}

/*TEXT*/
.page-title {color: #8FA72E;}
.search-title {color: #009EE3;}
.result-title a {color: black;}
.result-title a:hover {color: black !important;}