/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;

}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	color:#fff;
	z-index:8;
	overflow: hidden;
	display: none;
	position:absolute; top:0px; left:0px; bottom: 0px; right: 0px; width: 100%;
	background: rgba(0,0,0,0.5);
}
.nivo-caption .cont 	{ 
	position:relative; 
	width:70%;
}
.nivo-caption .cont .espacio {
	max-height: 50vh !important;
  	height: 50vh !important;
}
.nivo-caption h3 {
	font-size:2.95em; font-weight: bold; font-family: 'Montserrat', sans-serif; line-height: 1.1em;
	margin:0px; padding:0 10px 10px 0; margin-bottom: 10px; 
	text-decoration:underline; color: #fff; text-decoration: none;
	border-bottom: 2px solid #F8BB08;
}
.nivo-caption p {
	padding:0 0 10px 5px;
	margin:0; color:#fff;
	font-family: Arial, sans-serif; font-size:0.9375em; line-height: 1.4em;
}
.nivo-caption p a {
	font-size:20px; color:#fff; background: #0065af; padding: 5px 10px; text-decoration: none; margin-top: 20px;
	display:inline-block !important; text-shadow:none; outline:none;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-dirNav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index:2950;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:2950;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a img {
	max-width: 150px; margin: 10px 5px;
	-webkit-box-shadow: 0px 8px 42px -15px rgba(148,148,148,1);
	-moz-box-shadow: 0px 8px 42px -15px rgba(148,148,148,1);
	box-shadow: 0px 8px 42px -15px rgba(148,148,148,1);
}
.nivo-controlNav a.active {
	font-weight:bold;
}

@media (max-width: 1399px) {
	.nivo-caption h3 {
		font-size:2.5em; line-height: 1.1em;
		padding:0 10px 10px 0; 
		margin-bottom: 10px; 
	}
	.nivo-caption .cont .vacio {
		max-height: 40vh !important;
	}
}
@media (max-width: 1023px) {
	.nivo-caption .cont 	{ 
		width:100%;
	}
}
@media (max-width: 930px) {
	.nivo-caption h3 {
		font-size:1.375em; line-height: 1.05em;
	}
	.nivo-caption p {
		font-size: 0.8125em !important;
	}
}
@media (max-width: 360px) {
	.nivo-caption p a 					{	font-size: 0.8em !important; margin-top: 15px !important; }
	.nivo-caption p a span 				{	padding: 3px 15px; display: inline-block;}
	.nivo-caption p a i 				{	color: #fff; font-weight: bold; font-size: 14px; background: #00467a; padding: 10px 8px !important;}
	.nivo-caption p a:hover 			{	background: #dadada; color: #00467a !important;}
	.nivo-caption p a:hover i 			{	background: #0065af;}
}

@media (orientation: landscape) and (max-height: 450px) {
	.nivo-caption h3 {
		font-size:1em; line-height: 1.05em;
	}
	.nivo-caption p {
		font-size: 0.6em !important;
	}
}
