@charset "utf-8";

.nanoslider_contenedor{
    overflow: hidden;
    transition: height .25s;
    position: relative;
    display: block;
    border: none;
    margin: auto;
    height: auto;
    z-index: 1;
    height: 400px;
    overflow: hidden;
    position: relative;
/*    max-width: 1400px;*/
    /* border-radius: 5px; */
        margin: 0 25px;
}
.nanoslider_contenedor:hover #btn_izq,
.nanoslider_contenedor:hover #btn_der{
    opacity: 1;
}
.nanoslider {
	list-style-type: none;
	margin: 0;
	display: block;
	height:auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
    height: 100%;
    vertical-align: top;
    z-index: 10;
    transition: all .8s;

}

.nanoslider li {
	float: left;
	width: 100%; /*33.3%;*/
	padding: 0;
	margin: 0;
	/*border: 10px solid #fff;*/
	/*-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	overflow: hidden;
	position: relative;
	transition: all .5s;
    height: 100%;
}
.nanoslider.fadesli li {
    position: absolute;
    top: 0;
    float: none;
}

.nanoslider li span.nanoslider_img {
	display: block;
	width: 100%;
	position: relative;
	height:100%;
	/*padding: 44% 0 0 0;*/

	overflow: hidden;
}
.nanoslider li span img{
	position: absolute;
	display: block;
	max-width: 100%;
	width: 100%;
	/*max-height: 100%;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*
//////////////////////////
	CONTROLES
*/

#btn_izq, #btn_der{
  display: block;
  top: 0;
  position: absolute;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  z-index:110;
  margin: 10px;
  transition: opacity.3s;
    opacity: 0;
  text-align: center;
  color: #FFF;
  font-size: 2em;
  padding: 10px;
  line-height: 45px;
  text-shadow: 0 0 2px #000;
}

#btn_izq {
  float: left;
  left: 0;
}
#btn_der{
  float: right;
  right: 0;
}

#btn_izq:hover{
	cursor: pointer;
    /*
	background-color: rgba(20,20,20,0.8);*/
}
#btn_izq img{
	margin: auto;
	display: block;
	padding: 5px 2px 0 0;
}

#btn_der:hover{
	cursor: pointer;
    /*
	background-color: rgba(20,20,20,0.8);*/
}
#btn_der img{
	margin: auto;
	display: block;
	padding: 5px 0 0 2px;
}

#contenedor_puntos{
    display: block;
    height: auto;
    text-align: right;
    position: absolute;
    bottom: 0;
    z-index: 110;
    width: 100px;
    right: 10px;
}

.punto{
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	z-index: 20;
	margin: 3px;
    background-color: #DDD;
}
.punto:hover{
	cursor: pointer;
    background-color:#377b4f;
}
.punto_selected{
    background-color:#ca2228;
}

#posicion_actual{
	position: absolute;
	top:-100%;
	display: block;
	float: left;
	z-index: 50;
	color: #F00;
}

.slider_can_full.full {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background:#999;
    background-image: url(../images/layer_background.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 999;
}
.slider_can_full:not(.full){
    cursor:-moz-zoom-in;
    cursor:-webkit-zoom-in;
}
.slider_can_full.full > div {
    max-width: 1000px;
    height: 100% !important;
    max-height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px #000;
    border-radius: 0;
    background: #FFF;
}


@-webkit-keyframes sk-logo {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-logo {
  0%,1.7%,100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
      margin-left: 0;
      margin-top: 0;
      opacity: 1;
  } .5% {
    transform: scale(1.2);
    opacity: .7;
    -webkit-transform: scale(1.2);
      margin-left: 6%;
      margin-top: 3%;
 } 1% {
    transform: scale(.8);
    opacity: .7;
    -webkit-transform: scale(.8);
      margin-left: 3%;
      margin-top: -3%;
 } 1.5% {
    transform: scale(.8);
    opacity: .7;
    -webkit-transform: scale(.8);
      margin-left: -8%;
      margin-top: 3%;
  }
}

.slider-logo:first-child {
  -webkit-animation: sk-logo 8.5s infinite ease-in-out;
  animation: sk-logo 8.5s infinite ease-in-out;
}
.slider-logo {
    background-image: url(../images/slider-logo.png);
    width: 480px;
    height: 55px;
    background-repeat: no-repeat;
    z-index: 1000;
    position: absolute;
    top:6em;
    left:16em;
}

.slider_loader {
    z-index: 110;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background:#fff;
}
.lds-roller {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9534f;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*   -   */
@-webkit-keyframes SIZE2 {
    0%,  100% { -webkit-transform: scale(1.4) rotate(.5deg); }
    50% { -webkit-transform: scale(1) rotate(0deg); }
}
@-moz-keyframes SIZE2 {
    0%,  100% { -webkit-transform: scale(1.4) rotate(.5deg); }
    50% { -webkit-transform: scale(1) rotate(0deg); }
}
@-o-keyframes SIZE2 {
    0%,  100% { -webkit-transform: scale(1.4) rotate(.5deg); }
    50% { -webkit-transform: scale(1) rotate(0deg); }
}
@keyframes SIZE2 {
    0%,  100% { -webkit-transform: scale(1.4) rotate(.5deg); }
    50% { -webkit-transform: scale(1) rotate(0deg); }
}
#slider_1 .nanoslider_img img {
/*
    -webkit-transform: scale(1.4) rotate(.5deg);
    -webkit-animation: SIZE2 40s infinite;
    -moz-animation:    SIZE2 40s infinite;
    -o-animation:      SIZE2 40s infinite;
    animation:         SIZE2 40s infinite;
    animation-timing-function:linear;
*/
/*    animation-delay: 2s;  or: Xms */
}
.slider-text {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slider-text > div {
    width: 35%;
    height:75%;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: content-box;
}
.slider-text > div > * {
    opacity: 0;
    margin-top: -100px;
}
.slider-text .Derecha {
    margin: auto 0 auto auto;
    padding: 0em 5em 0 0;
}
.slider-text .Izquierda {
    margin: auto auto auto 0;
    padding: 0em 0 0 5em;
}
.slider-text .Centro {
    margin:auto;
}
.slider-text .slider-tag {
    background: #000;
    color: #FFF;
    padding: 4px 8px;
    display: inline-block;
    font-size: 0.9em;
    text-transform: uppercase;
}
.slider-text .slider-titulo {
    font-size: 3em;
    font-family: 'Black Han Sans', sans-serif;
    color: #FFF;
    text-transform: uppercase;
}
.slider-text .slider-descripcion {
    color: #FFF;
    margin:0.2em 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
    margin-bottom: 12px;
}
.slider-text .slider-btn {
    background: #e42e2a;
    padding: 0.5em 1em;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: background .25s;
    text-decoration: none;
    outline: none;
    display: inline-block;
    border:3px solid transparent;
    border-radius: 2px;
}
.slider-text .slider-btn:hover {
    background: transparent;
    border: 3px solid #e42e2a;
    color: #FFF;
}
