.owl-carousel {
	height: 100vh !important;
	min-height: 600px !important;
	display: block;
}

.owl-carousel::before {
	z-index: 1;
}

.owl-carousel .owl-item,
.owl-carousel .item {
	width: 100%;
	height: 100vh !important;
	min-height: 600px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-carousel .item {
	/*padding-top: 160px;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}

.owl-carousel .owl-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	position: absolute;
	top: initial;
	bottom: 35px;
	left: 50%;
	right: 0;
	transform:translateX(-50%);
}

.owl-carousel .item/*:not(.img-oscura)*/::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.owl-carousel .item/*:not(.img-oscura)*/::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,#000000 100%);
	background: -o-linear-gradient(top right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,#000000 100%);
	background: linear-gradient(to bottom left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#8ab333',GradientType=1);
}

.owl-carousel .item .container,
.owl-carousel .item .row {
	height: 100%;
	position: relative;
	z-index: 3;
}

.owl-carousel .item [class*="col-"] {
	display: flex;
	flex-direction: column;
	max-height: 100%;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	padding-top: 50px;
	padding-bottom: 50px;
}

.owl-carousel .item [class*="col-"] div {
	color: #fff;
	position: relative;
}

.owl-carousel .item [class*="col-"] div>p {
	font-size: 1.6rem;
	color: #8ab333;
	display: block;
	margin-bottom: 5px;
}

.owl-carousel .item [class*="col-"] div h1,
.owl-carousel .item [class*="col-"] div h2 {
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,.7);
}

.owl-carousel .item [class*="col-"] div h1>span {
	color: #8ab333;
}

.owl-carousel .item [class*="col-"] div h2 {
	font-size: 2.2rem;
	color: #ffffff !important;
	text-shadow: 0 2px 2px rgba(0,0,0,.7) !important;
	font-size: 4.4rem !important;
	font-family: var(--fuente-negrita) !important;
}

.owl-carousel .item [class*="col-"] div h3 {
	font-size: 2.2rem !important;
	color: #ffffff !important;
	text-shadow: 0 2px 2px rgba(0,0,0,.7) !important;
}

.owl-carousel .item [class*="col-"] div a {
	color: #fff;
}

.owl-carousel .item [class*="col-"] div a::before {
	border-color: #fff;
}


.owl-carousel .item [class*="col-"] {
	display: flex !important;
	align-items: flex-end !important;
}


.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	opacity: .6;
	-webkit-transition: opacity 0.15s ease;
	-moz-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
	opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 50px;
}

.owl-carousel .owl-nav .owl-prev span {
	background-image: url(owl_carousel_izquierda.svg);
}

.owl-carousel .owl-nav .owl-next {
	right: 50px;
}

.owl-carousel .owl-nav .owl-next span {
	background-image: url(owl_carousel_derecha.svg);
}

.owl-carousel .owl-dots {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	position: absolute;
	top: initial;
	bottom: 35px;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
}

.owl-carousel .owl-dot span {
	display: block;
	width: 44px;
	height: 6px;
	border-radius: 3px;
	background: rgba(255,255,255,.3);
	margin: 0 5px;
	transition: all .15s ease;
}

.owl-carousel .owl-dot.active span {
	background: #8ab333;
}

.owl-carousel .owl-dot:hover span {
	background: #8ab333;
}

@media screen and (min-width: 768px) {
	.owl-carousel .item [class*="col-"] {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 767px) {
	.owl-carousel, .owl-carousel .owl-item, .owl-carousel .item {
		height: calc(100vh - 60px) !important;
		min-height: initial !important;
	}
	.owl-carousel .item {
		padding: 70px 5px 50px 5px;
	}
	.owl-carousel .item [class*="col-"] div a {
		font-size: 12px;
		line-height: 34px;
		height: 34px;
		padding-left: 18px;
		padding-right: 18px;
		border-radius: 17px;
	}
	.owl-carousel button.owl-dot span {
		width: 6px !important;
	}
}

@media (max-width: 481px) {
	div.owl-dots .owl-dot {
		margin: 0 4px;
	}
}

/************/

.owl-carousel .animated.owl-animated-out {
	animation-duration: 0ms;
}
.owl-carousel .animated.owl-animated-out .item {
	opacity: 0;
}

.owl-carousel .animated.owl-animated-in  {
	animation-duration: 1000 ms;
	animation-fill-mode: both;
}
.owl-animated-out {
	z-index: 0;
}
.owl-animated-in {
	z-index: 1;
}
.fadeIn  {
	animation-name: fadeIn;
}
@-webkit-keyframes  fadeIn  {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}  
}
@keyframes  fadeIn  {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/************/

.owl-carousel h1,
.owl-carousel h2,
.owl-carousel h3,
.owl-carousel h4,
.owl-carousel h5,
.owl-carousel h6 {
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0px;
	line-height: 1.2;
}

.owl-carousel h1::before,
.owl-carousel h2::before,
.owl-carousel h3::before,
.owl-carousel h4::before,
.owl-carousel h5::before,
.owl-carousel h6::before {
	display: none;
}

.owl-carousel h3,
.owl-carousel h4,
.owl-carousel h5,
.owl-carousel h6 {
	font-family: var(--fuente-normal);	
}

/************/

.owl-carousel .item [class*="col-"] p {
	font-size: 1.6rem;
	color: #8ab333;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.owl-carousel .item [class*="col-"] h2 {
	color: #ffffff !important;
	text-shadow: 0 2px 2px rgba(0,0,0,.7) !important;
	font-size: 4.4rem !important;
	font-family: var(--fuente-negrita) !important;
	text-transform: uppercase;
}

.owl-carousel .item [class*="col-"] h3 {
	font-size: 2.2rem !important;
	color: #ffffff !important;
	text-shadow: 0 2px 2px rgba(0,0,0,.7) !important;
}

.owl-carousel .item [class*="col-"] a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	margin-top: 15px;
	padding: 2px 28px 20px 28px;
	height: 40px;
	line-height: 40px;
	outline: none;
	text-decoration: none;
	border: none;
	border-radius: 22px;
	color: #fff;
	font-family: var(--fuente-negrita);
	font-size: 14px;
	background: transparent;
	cursor: pointer;
	text-transform: uppercase;
}
.owl-carousel .item [class*="col-"] a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #ffffff;
	border-radius: 22px;
}
.owl-carousel .item [class*="col-"] a:hover::before {
	border-width: 2px;
}

/************/

@media (min-width: 768px) {
	.owl-carousel-shadow {
		position: fixed;
		width: 100%;
		height: 200px;
		background: linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 100%);
		z-index: 2;
	}
	
	header:nth-of-type(1) *, header:nth-of-type(2) {
		transition: none;
	}
	[data-affix="fixed"] header:nth-of-type(1) [zone="header_1"] div, [data-affix="fixed"] header:nth-of-type(2) {
		background: black;
	}
	
	header:nth-of-type(3) {
		position: relative;
		z-index: 1;
	}
	[zone="header_1"] [zone] {
		position: relative;
		z-index: 3;
	}
	header:last-of-type+section > div {
		position: relative;
		top: -80px;
		padding-top: 0px;
	}
	
	header:nth-of-type(1) {
		height: 40px;
	}
	header:nth-of-type(2) {
		height: 122px;
	}
	header:nth-of-type(3) {
		top: -162px; /* 40 de header 1 + 122 de header 2 */
	}
	
	[zone="header_1"], [zone="header_2"], [zone="header_3"], [zone="header_3"] [zone="header_subnavigation"], [zone="header_4"] {
		background: transparent;
	}
	[zone="header_1"] span, [zone="header_1"] [zone="header_contact"] span,
	[zone="header_1"] a, [zone="header_1"] [zone="header_contact"] a {
		color: rgba(255,255,255,.7);
	}
	[zone="header_1"] span:hover, [zone="header_1"] [zone="header_contact"] span:hover,
	[zone="header_1"] span:active, [zone="header_1"] [zone="header_contact"] span:active,
	[zone="header_1"] span:focus, [zone="header_1"] [zone="header_contact"] span:focus,
	[zone="header_1"] a:hover, [zone="header_1"] [zone="header_contact"] a:hover,
	[zone="header_1"] a:active, [zone="header_1"] [zone="header_contact"] a:active,
	[zone="header_1"] a:focus, [zone="header_1"] [zone="header_contact"] a:focus {
		color: #fff;
	}
	[zone="header_2"] [zone="header_logo"] [zone="header_logo_negro"],
	[zone="header_2"] [zone="header_logo"] [zone="header_logo_blanco"] .navbar-toggler {
		display: none;
	}
	[zone="header_2"] [zone="header_logo"] [zone="header_logo_blanco"] {
		display: block;
		padding: 6px 6px 5px 7px;
	}
	[zone="header_2"] [zone="header_navigation_shop"],
	[zone="header_2"] [zone="header_navigation_shop"] b {
		font-family: var(--fuente-normal);
		color: #fff;
	}
	[zone="header_2"] [zone="header_navigation_shop"] a,
	[zone="header_2"] [zone="header_navigation_shop"] a:hover,
	[zone="header_2"] [zone="header_navigation_shop"] a:active,
	[zone="header_2"] [zone="header_navigation_shop"] a:focus,
	[zone="header_2"] [zone="header_navigation"] [zone="header_navigation_main"] .navbar ul li a,
	[zone="header_2"] [zone="header_navigation"] [zone="header_navigation_main"] .navbar ul li a:hover,
	[zone="header_2"] [zone="header_navigation"] [zone="header_navigation_main"] .navbar ul li a:active,
	[zone="header_2"] [zone="header_navigation"] [zone="header_navigation_main"] .navbar ul li a:focus {
		font-family: var(--fuente-negrita);
		color: #fff;
	}
	[zone="header_3"] [zone="header_subnavigation"] {
		padding-left: 0;
		padding-right: 0;
		border-top: 1px solid var(--color-verde);
	}
	[zone="header_3"] [zone="header_subnavigation"] > ul > li > a::before {
		background-color: var(--color-verde);
	}
}

@media (max-width: 767px) {
	header:nth-of-type(3) {
		position: relative;
		top: -60px;
		z-index: 1;
	}
	[zone="header_1"] [zone] {
		position: relative;
		z-index: 3;
	}
	header:last-of-type+section > div {
		position: relative;
		top: -30px;
		padding-top: 0px;
	}
	
	.owl-carousel, .owl-carousel .owl-item, .owl-carousel .item {
		height: 100vh !important;
		min-height: initial !important;
	}
}