* {
	font-family: 'Roboto';
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1) !important;
    font-weight: 700;
    font-size: 17px;
}

.row-koi .card-img-top {
width: 100%;
height: 40vw;
object-fit: scale-down;
background: #2d8edc;
}

@media (min-width: 768px) {
.row-koi .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: scale-down;
    background: #2d8edc;
}
}

.fs--6 {
  font-size: 6px !important; }

.fs--8 {
  font-size: 8px !important; }

.fs--10 {
  font-size: 10px !important; }

.fs--11 {
  font-size: 11px !important; }

.fs--12 {
  font-size: 12px !important; }

.fs--13 {
  font-size: 13px !important; }

.fs--14 {
  font-size: 14px !important; }

.fs--15 {
  font-size: 15px !important; }

.fs--16 {
  font-size: 16px !important; }

.fs--17 {
  font-size: 17px !important; }

.fs--18 {
  font-size: 18px !important; }

.fs--19 {
  font-size: 19px !important; }

.fs--20 {
  font-size: 20px !important; }

.fs--25 {
  font-size: 25px !important; }

.fs--30 {
  font-size: 30px !important; }

.fs--35 {
  font-size: 35px !important; }

.fs--40 {
  font-size: 40px !important; }

.fs--45 {
  font-size: 45px !important; }

.fs--50 {
  font-size: 50px !important; }

.fs--60 {
  font-size: 60px !important; }

.btn-lang-home {
	padding-left: 8px !important;
	padding-right: 1.1rem !important;
}
.btn-lang {
	padding-right: 1.1rem !important;
}


.hwh-circle {
  height: 6rem;
  width: 6rem;
  background: rgba(178, 219, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
}

.hwh-number {
	position: absolute;
	margin-top: -28px;
	margin-left: -18px;	
	font-size: 3rem;
	font-weight: bold;
	color: #208beb;
}

.circle-step3 .hwhnumber {
	top: -25px !important;
	margin-left: -20px !important;	
}


.circle-step1 i, .circle-step2 i, .circle-step3 i {
	color: #208beb;
}

.circle-step3 i {
	padding-top: 30px !important;
}


#map {
  width: 100%;
  height: 300px;
}

.dropdown-menu {
    min-width: 12rem;
}

.lang-selector {
	padding-top: 4px !important;
}

.btn-header {
	 padding-left: 8px !important;
	 padding-right: 0px !important;
	 margin-top: 4px !important;
 }
 
 .nav.overflow-x {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1px;
}

.nav-tabs {
    border-bottom: 1px solid #2c4056;
}

.nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.nav.overflow-x .nav-item {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
}
.nav-tabs .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

.nav-tabs .nav-link.active {
    color: #c0ccda;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #c0ccda;
    background-color: transparent;
    border-color: transparent transparent #0c66ff;
}

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}



@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.favo-heart {
	position: absolute;
	margin-top:0px;
	color: grey;	
}

.favo-heart a {
	color: #6c757d;
	padding: 10px;
	opacity: 0.2;
	text-decoration: none;
	}

.favo-heart a:hover {
	color: #ff7c19;
	opacity: 1;	
	}
	
.favo-heart a.heart-active{
color: #ff7c19;
opacity: 1;	
text-decoration: none;	
}

.favo-heart a.heart-active i {
animation: heartbeat 1s infinite;
}

.favo-heart a.heart-active:hover{
color: #6c757d;	
opacity: 0.3;
	
}
	