/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default {
	font-style: normal !important;
	margin-bottom: 40px !important;
}
.theme-default .nivoSlider {
	position:relative; z-index:1;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	z-index:2800;
	width: 100% !important;
	text-align: left;
	position:absolute; bottom:20% !important; 
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	z-index: 2850 !important;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-dirNav a {
	display:block;
	width:35px;
	height:35px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0.2;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	cursor:pointer;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:35px;
	height:35px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0.2;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default .nivo-dirNav a:hover,
.theme-default .nivo-directionNav a:hover { 
	opacity: 1; 
}
.theme-default a.nivo-nextNav {
	background-position:-47px 0;
}
.theme-default a.nivo-prevNav {
}
.theme-default .nivo-dirNavPrev {
	left:3%;
}
.theme-default .nivo-dirNavNext {
	right:3%;
}

.theme-default .nivo-menu {
	margin: 0px auto !important; 
	position: absolute;
	top: 0px; bottom: 0px;
	left: 0px; right: 0px;
	z-index: 2900;
}
.theme-default .nivo-menu .container {
	height: 100% !important;
}
.theme-default .nivo-menu .container .row {
	margin: 0px !important;
	width: 100% !important;
	height: 100% !important;
}
.theme-default .nivo-menu .container .row .col-3 {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.theme-default .nivo-menu .container a {
	color: #ffffff;
	display: inline-block !important;
	padding: 12px 27px 12px 10px !important;
	text-decoration: none;
	font-family: 'Montserrat', Arial;
	text-align: right !important;
	overflow: hidden;
	font-size: 0.875em;
	background-image: url('../default/bulletsMenu.png');
	background-repeat: no-repeat;
	background-position: right 13px;
}
.theme-default .nivo-menu .container a:hover {
	color: #F8BB08;
	background-position: right -39px;
}
.theme-default .nivo-menu .container a.seleccionado {
	color: #F8BB08;
}

.theme-default .nivo-caption {
}
.theme-default .nivo-caption .container {
	height: 100% !important;
	display: flex;
	align-items: center;
	flex: 1;
	margin: 0px auto !important; 
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.theme-default .barra-inferior {
	z-index: 2700;
	position: absolute;
	bottom: -30px;
	left: 0px;
	right: 0px;
	width: 100% !important;
	background-image: url("../default/barra-banner-inferior-blanco.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 450px 40px !important;
}

.theme-default .barra-inferior .container {
	position: relative;
}
.theme-default .barra-inferior .container .row {
  height: 100% !important;
}
.theme-default .barra-inferior .curva {
	background-image: url("../default/barra-banner-inferior.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 55px;
} 
@media (max-width: 1570px) {
	.theme-default .barra-inferior {
		background-size: 180px 40px !important;
	}
}
@media (max-width: 1400px) {
	.theme-default .nivo-controlNav {
		bottom: 10% !important;
	}
	.theme-default .nivo-controlNav a {
		margin: 0 20px 0 2px;
	}
}
@media (max-width: 1300px) {
	.theme-default .nivo-menu .container a {
		padding: 7px 27px 7px 5px !important;
		font-size: 0.8em;
		background-position: right 9px;
	}
	.theme-default .nivo-menu .container a:hover {
		background-position: right -43px;
	}
	.theme-default .nivo-caption .container {
		height: 80% !important;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 1280px) {
	.theme-default .nivo-dirNavPrev {
		left:1%;
	}
	.theme-default .nivo-dirNavNext {
		right:1%;
	}
}
@media (max-width: 1023px) {
	.theme-default .nivo-menu {
		display: none;
	}
}

@media (max-width: 728px) {
	.theme-default .barra-inferior {
		bottom: -15px;
		background-image: url("../default/barra-banner-inferior-blanco.gif");
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 90px 40px !important;
	}
	.theme-default .barra-inferior .curva {
		background-size: auto 30px;
		height: 30px;
	}
}