h1, h3, h2, h4, strong {
	font-family: GoldplayRegular;
}

span, p, div, {
	font-family: GoldplayRegular;
}

.c1 {
	color: #7c3088!important;
}

.bg-c1 {
	color: #7c3088!important;
}

.contador {
	border-radius: 8px;
	padding: 0px 10px;
	text-align: center;
	min-width: 200px;
	font-size: 10em;
/*  font-family: 'Roboto';*/
	font-family: 'Oswald', sans-serif;
  font-weight: 700;
/*  letter-spacing: -23px!important;*/
  margin-right: 10px;
}

.bg-days {
	color: white;
	background: #7d3287;
}

.bg-hours {
	color: white;
	background: #c0d570;
}

.bg-minus {
	color: white;
	background: #b87eb3;
}

.bg-seconds {
	color: white;
	background: #048c4f;
}

.bold {
	font-family: GoldplayBold;
}

.bg {
	background-image: linear-gradient(to right, rgba(38,38,90,1) , rgba(73,39,116,1));“
	background: rgb(38,38,90);
}

.bg-gradient {
  background-size: 155%;
  background-position: center center;
}

@font-face {
  font-family: GoldplayBold;
  src: url("/Fonts/Goldplay Bold.otf");
}

@font-face {
  font-family: GoldplayRegular;
  src: url("/Fonts/Goldplay Regular.otf");
}


.bg-top {
	background-image: url(/img/landing/coomeva/bg-top.png)!important;
	background-attachment: fixed;
	background-size: 100.5%;
	background-repeat: no-repeat;
	background-position-y: -50%;
}

@media (max-width: 575.98px) {
	.bg-top {
		background-position-y: 0%;
	}

	.contador {
/*		width: auto!important;*/
	}
}

@media (max-width: 767.98px) {
	.bg-top {
		background-position-y: 0%;

	}
}

@media (max-width: 991.98px) {
	.bg-top {
		background-position-y: 0%;

	}
}

@media (max-width: 1199.98px) {
	.bg-top {
		background-position-y: 0%;

	}
}

@media (max-width: 1399.98px) {
	.bg-top {
		background-position-y: -%;
	}
}


.header-section.header-fixed .header-bottom {
/*	background-color: rgba(255, 255, 255, .5)!important;*/
background: transparent;
}

.logo{
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	padding: 10px;
}

.section-bg {
	background: transparent!important;
}

.pageheader-thumb {
	margin: 0!important;
	border: 6px solid #bfd370 !important;
}