@import url(../../../../../fonts.googleapis.com/css�family=Josefin+Sans_100,400.css);


#slides {
  position: relative;
  width: 100%;
  
}
#slides .slides-container {
  display: none;
  width: 100%;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  height: auto;
}
.slides-navigation a {
  position: absolute;
  display: block;
}.slides-navigation a.prev, .slides-navigation a.next { z-index:9999; height:57px; width:57px; display:block; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat; background-position:center center; 	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1 ease-in-out;
	-o-transition: all 1 ease-in-out;}
.slides-navigation a.prev {
  left: 20px;
  background-image:url(../../demo/images/back-photo.png);
}
.slides-navigation a.next {
  right: 20px;
  background-image:url(../../demo/images/next-photo.png);
}.slides-navigation a.prev:hover, .slides-navigation a.next:hover{-moz-opacity: 0.40;
opacity: 0.40;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: auto;
}
.slides-pagination a {
  border: 2px solid #ffffff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 2px;
  margin-bottom:30px;
}
.slides-pagination a.current {
  background: #ffffff;
}
.texto-contenido-principal{ width:100%; height:100%; position:absolute; z-index:9999; font-size: 72px;
	color: #000;
	margin-left: 30px;
	font-family: 'Josefin Sans', sans-serif; text-transform:uppercase;
  font-weight:100; }
  


@media screen and (max-width: 1920px) {
  div.text{
    background: linear-gradient(90deg,rgba(65, 65, 65, 0.6),rgba(65, 65, 65, 0));
    color:#ffffff;
    font-family: 'Alex Brush', cursive;;
    font-weight:100;
    font-size: 400%;
    position: fixed;
    top: 50%;
  
  
  }
}

@media screen and (max-width: 1680px) {
  div.text{
    background: linear-gradient(90deg,rgba(65, 65, 65, 0.6),rgba(65, 65, 65, 0));
    color:#ffffff;
    font-family: 'Alex Brush', cursive;;
    font-weight:100;
	
    font-size: 400%;
    position: fixed;
    top: 50%;
  
  
  }
}

@media screen and (max-width: 1280px) {
  div.text{
    background: linear-gradient(90deg,rgba(65, 65, 65, 0.6),rgba(65, 65, 65, 0));
    color:#ffffff;
    font-family: 'Alex Brush', cursive;;
    font-weight:100;
    font-size: 200%;
    position: fixed;
    top: 60%;
  
  
  }
}

/*HASTA AQUI PANATALLA ANCHA*/

@media screen and (max-width: 980px) {
  div.text{
  background: linear-gradient(90deg,rgba(65, 65, 65, 0.6),rgba(65, 65, 65, 0));
  color:#ffffff;
  font-family: 'Alex Brush', cursive;;
  font-weight:100;
  font-size: 130%;
  position: fixed;
  top: 60%;

}
}

@media screen and (max-width: 736px) {
  div.text{
    background: linear-gradient(90deg,rgba(65, 65, 65, 0.6),rgba(65, 65, 65, 0));
    color:#ffffff;
    font-family: 'Alex Brush', cursive;;
    font-weight:100;
    font-size: 130%;
    position: fixed;
    top: 60%;
  
  
  }
}

@media screen and (max-width: 480px) {
  div.text{
    background: linear-gradient(90deg,rgba(65, 65, 65, 0.6),rgba(65, 65, 65, 0));
    color:#ffffff;
    font-family: 'Alex Brush', cursive;;
    font-weight:100;
    font-size: 130%;
    position: fixed;
    top: 60%;
  
  
  }
}



	
	
