
.uk-offcanvas-bar {
	background: white !important;
}

.uk-nav-primary > li > a {
	font-size: initial !important;
}

/* Landing */

.landing-video {
	box-shadow: rgba(0, 0, 0, .45)  0 25px 20px -25px;
	border: solid 1px #eee;
}

.leading {
	font-size: 18px;
	color: #253238;
}

.landing-highlight {
	box-shadow: inset 0 -4px 0#2EFFC3;
}

.video-mob-wrapper {
	background: #2EFFC3 !important;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.video-mob {
	color: white !important;
	width: 32px;
	height: 32px;
}
/* Coberturas */
#coberturas,
#funcionamiento, #correduria {
	background-color: #eef2f6;
}

/* Princing */

.table-highlight {
	border-left: solid 2pt #6979f8;
	border-right: solid 2pt #6979f8;
}

.table-highlight-top {
	border-top: solid 2pt #6979f8;
}

.table-highlight-bottom {
	border-bottom: solid 2pt #6979f8;
}

.best-choice {
	position: relative;
	width: 50px;
	height: 50px;
	top: -10px;
	left: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: #ff98a8;
	border-radius: 50%;
	font-size: 10px;
	text-transform: none;
}

.uk-table th {
	text-transform: none;
	color: #253238;
	font-weight: bold;
}

.table-left {
	color: #253238;
	font-weight: bold;
}
/* Funcionamiento */
@keyframes bounce {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

#bounce {
	animation: bounce 2s ease-in-out infinite;
	transform-origin: center;
	transform-box: fill-box;
}

#Vector_5 {
	animation: bounce 2s ease-in-out infinite;
	transform-origin: center;
	transform-box: fill-box;
}

.step-wrapper {
	width: 64px;
	height: 64px;
}

.step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-size: 2.5rem;
}
/* Results */

.uk-card-primary {
	background-color: #6979f8;
}

.uk-card-secondary {
	background-color: #ff98a8;
}

.uk-card-third {
	background-color: #003764;
}

.uk-card-four {
	background-color: #4eaeff;
}

/* Accordion */

.accordion-subtitle{
	color: #253238 !important;

}

/* Footer */
footer {
	background-color: #152944;
}

	footer a {
		color: white !important;
		font-weight: 400;
		opacity: 0.7;
		transition: all ease-in-out;
	}

		footer a:hover {
			color: white !important;
			font-weight: 400;
			opacity: 1;
			text-decoration: underline;
		}

hr {
	opacity: 0.4;
}

/* Call avalisto */
.mobile-phone-button-wr{
	position: fixed;
	top: 50%;
	right: -12%;
	background: white;
	transform: rotate(-90deg);
	z-index: 999;
	border: 1pt solid #cfd8dc;
	opacity: 0;
}

.show{
	opacity: 1;
}

.showcase {
	opacity: .85;
}

.uk-dotnav > .uk-active > * {
	background-color: #6979f8 !important;
}

.google-review {
transition: all .5s ease-in-out;
}

.google-review:hover {
	text-decoration: none !important;
	transform: scaleY(1.5);
	font-size: 24px;
}

@keyframes float{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0px);
	}
}

.bounce {
animation: float 6s linear infinite;
}

.dropdownZ a:hover {
	font-weight: bold;
}

.dropdownZ a {
	text-decoration: none;
}

@media only screen and (max-width : 1300px) {
	#salesCardsDate {
		display: none;
	}

	#salesCardsDate2{
		display: block !important;
	}
}
