.button-sky:hover {
  background-color: #ceffff;
  color: #4c8ca5;
}

.button-sky {
  background-color: #4c8ca5; 
  color: #fff; 
  border: 2px solid #4c8ca5;
}

.bg-sky {
  background-color: #4c8ca5 !important;
}

.bg-sky-fuerte {
  background-color: #264c72 !important; 
}
		  
.button-sky-fuerte:hover {
  background-color: #b9ebff;
  color: #264c72;
}

.button-sky-fuerte {
  background-color: #264c72; 
  color: #fff; 
  border: 2px solid #264c72;
}
		  
.text-sky {
  color: #4c8ca5 !important;
}
	   	   
.text-sky-fuerte {
  color: #264c72 !important;
}
		  
.border-sky-fuerte {
    border-color: #264c72 !important
}
/* Circulo cuenta regresiva sky */
.circulo-cuenta-regresiva-sky{
position: absolut;

}
.circulo-cuenta-regresiva-sky .caja-aro-sky{
  width: 460px;
  height: 460px;
  background: url('../img/circulo-fecha-sky.png') center center no-repeat;
  background-size: 95%;
  position: relative;
  z-index: 99;
  display:table-cell;
  vertical-align:middle;
}
		  
.circulo-cuenta-regresiva-sky .caja-aro-sky .caja-circulo span.caja-texto{
    width: 100%;
  text-align: center;
}
		  	  
.site-blocks-cover.inner-page-cover-sky, .site-blocks-cover.inner-page-cover-sky > .container > .row {
    height: calc(80vh);
}
		  
@media screen and (max-width: 768px) {
.site-blocks-cover.inner-page-cover-sky, .site-blocks-cover.inner-page-cover-sky > .container > .row {
    height: calc(50vh);
	}
 }