/* Add here all your CSS customizations */
.gradient-top {
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0,0.5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 350px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}
.rev_slider li.slide-overlay .slotholder::after {
    opacity: 0.4;

    background: #212529;
}
.tp-parallax-wrap{
    z-index: 99 !important;
}

#header .header-nav-main nav > ul > li > a {
    color: #fff;
}

.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #e30614;
}
.white-popup-block .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 33.2px;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1;
	color: #212529;
}
.white-popup-block .price .price-unit{
	font-size: 50%;
	line-height: 1.4;
}
.flag-icon{
border-radius: 120px;
width: 50px;
height: 50px;
}


.logohead{
	max-width: 435px;
}


@media (max-width: 767px) {
	.logohead{
		max-width: 200px !important;
	}
	.header-logo img{
		max-width: 200px !important;
		height: auto;
	}
	.header-btn-collapse-nav{
		right: 20px;
	}

	.losprecios{
		margin-top: -80px !important;
	}
	#header .header-logo img {
		height: auto !important;
	}
}