*{
	padding:0;
	margin:0;
}

html{
	font-size:0.625em;
}

body{
	font-size:1.6rem;
	font-family:'Open Sans', san-serif;
}


/**********HEADER***************/
#logo{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 150px;
    height: 80px;
    background: #000;
}
#logo a{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}


/****COOCKIES****/
#barracookies{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    z-index: 500000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
}
#barracookies p{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
#barracookies a{
	text-decoration:none;
	color:#ccc;
	display:inline-block;
	border-bottom: 1px solid transparent;
}
#barracookies a:nth-of-type(1):hover{
	border-bottom: 1px solid #b90021;
}
#barracookies a b{
	color:#fff;
	background:#b90021;
	padding:0 5px;
	border-radius:5px;
	transition:0.2s linear;
}
#barracookies a:hover b{
	background:#730216;
	border:0;
}

/******************/
.icon-share {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    z-index: 5000000;
}

#legal{
	list-style:none;
	font-size:0;
	float: right;
}
#legal li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 6px;
    border-left: 1px solid #333;
    font-size: 1.2rem;
}
#legal li:first-of-type{
	border-left:0;
}
#legal a{
	color:#333;
	text-decoration:none;
	display:inline-block;
}
#legal a:hover{
	text-decoration:underline;
}
#social {
    position: absolute;
    top: 30px;
    right: 45px;
    background: rgba(255,255,255,0.9);
    z-index: 50000;
    padding: 15px 23px;
    border-radius: 50px;
}
#social li {
    display: block;
    margin: 15px 0;
    font-size: 2rem;
}
#social a {
	color: #000;
	text-decoration: none;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 10px;
	display: block;
	line-height: 25px;
	height: 25px;
}
#social span {
	display: none;
}

#social .icon-facebook:hover {
	color: #fff;
	background: #3b5998;
	border-color: #3b5998;
}

#social .icon-twitter:hover {
	color: #fff;
	background: #55acee;
	border-color: #55acee;
}

#social .icon-gplus:hover {
	color: #fff;
	background: #dd4b39;
	border-color: #dd4b39;
}

#social .icon-whatsapp:hover {
	color: #fff;
	background: #4dc247;
	border-color: #4dc247;
}

/****FOOTER***
footer {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
	top:150px;
}
.pie-container {
    max-width: 750px;
    padding: 0 !important;
}
article footer:before {
    content: "";
    display: none;
}
*/

/*************SLIDER***********/
html, body, header, #contSlider{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#contenido{
	width:100%;
	height:100%;
}
#contenido h1, #contenido h2 {
    position: relative;
    z-index: 500;
    margin-left: 0%;
    font-family: 'Open Sans Condensed',sanserif;
    box-sizing: border-box;
}
#contenido h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    padding: 0 10% 8px 30px;
    padding-top: 100px;
    width: 100%;
    line-height: 1em;
}
#contenido h2 {
    color: #dadada;
    border-top: 4px dotted #fff;
    border-bottom: 4px dotted #fff;
    font-size: 2rem;
    background: rgba(0,0,0,0.6);
    padding: 0 10% 0 30px;
}

#contSlider{
    height: 100%;
}
#slider{
	width:auto;
	height:130%;
	position:relative;
/*	overflow:hidden;*/
}
#slider>div{
	width:100%;
	/*height:100%;*/
	position:absolute;
/*	top:50%;
	left:50%;
	transform:translate(-50%,-50%);*/
}
#slider>div:nth-of-type(1){
	background:url(../img/fondo1.jpg) no-repeat 50% 0;
	background-size:cover;
}
#slider>div:nth-of-type(2){
	background:url(../img/fondo2.jpg) no-repeat 50% 0;
	background-size:cover;
}
#slider>div:nth-of-type(3){
	background:url(../img/fondo3.jpg) no-repeat 50% 0;
	background-size:cover;
}
#slider>div:nth-of-type(4){
	background:url(../img/fondo4.jpg) no-repeat 50% 0;
	background-size:cover;
}
#slider>div:nth-of-type(5){
	background:url(../img/fondo5.jpg) no-repeat 50% 0;
	background-size:cover;
}
#slider>div:nth-of-type(6){
	background:url(../img/fondo6.jpg) no-repeat 50% 0;
	background-size:cover;
}
#slider .mover .info {
    font-size: 1.7rem;
    color: #fff;
    line-height: 1.3em;
    background: rgba(0,0,0,0.7);
    width: 85%;
    padding: 30px;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    margin-top: 450px;
	margin-bottom:20px;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 100px; */
    /* height: 650px; */
}


#slider .mover div {
    max-width: 1280px;
    margin: 0 auto;
    position: static;
	text-align:center;
}

#slider .mover .info p {
    font-size: 1.7rem;
    line-height: 1.8em;
	text-align:left;
}
#slider .mover .info span {
    font-size: 7rem;
    font-weight: 700;
}
#slider .mover .info img {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 5px solid #fff;
}

#slider .mover iframe {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 50px 0;
    width: 100%;
    max-width: 560px;
}





/*********MIGAS**********/

#migas{
	width:100%;
	text-align:center;
	position: absolute;
    bottom: 40px;
	display:none;
}
#migas span{
	width:12px;
	height:12px;
	border-radius:50%;
	background:rgba(255,255,255,0.5);
	display: inline-block;
	margin:0 5px;
	cursor:pointer;
}
#migas span.activo{
	background:rgba(0,0,0,0.8);
}



/********FLECHAS********/

#flechas span {
    display: inline-block;
    position: fixed;
    top: 75%;
    /* transform: translateY(-50%); */
    font-size: 3rem;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    -webkit-transition:0.2s linear;
    transition: 0.2s linear;
}



#flechas .icon-left-open{
	left:0;
}
#flechas .icon-right-open{
	right:0;
}
#flechas span:hover {
    background: rgba(0,0,0,1);
}

/******AUTOR**********/
#autor {
    position: absolute;
    top: 154%;
    right: 40px;
    text-align: right;
    color: #000;
}



@media screen and (min-width:700px){

/*#contenido h1 {
    margin-left: 20%;
}*/

#contenido h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 6rem;
    padding: 100px 10% 0;
    /* width: 75%; */
    line-height: 1em;
}
#contenido h2 {
    color: #dadada;
    border-top: 4px dotted #fff;
    border-bottom: 4px dotted #fff;
    font-size: 3rem;
    background: rgba(0,0,0,0.6);
    padding: 0 10%;
}
#slider{
	overflow:hidden;
}
#slider .mover .info img {
    float: left;
}
#slider>div {
    width: 100%;
    height: 100%;
    position: absolute;
}
#flechas .icon-left-open{
	left:20px;
}
#flechas .icon-right-open{
	right:20px;
}
#flechas span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 4rem;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    -webkit-transition:0.2s linear;
    transition: 0.2s linear;
}
#autor {
    position: absolute;
    top: 124%;
    right: 40px;
    text-align: right;
    color: #fff;
}
#slider {
    height: 140%;
}
#autor {
    top: 133%;
}
}
@media screen and (min-width:800px){
	

}




@media screen and (min-width:1100px){

#slider {
    height: 100%;
}
#slider .mover .info {
    width: 40%;
    display: inline-block;
	margin-top: 350px;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 100px; 
    height: 650px;*/
}
#slider .mover iframe {
	margin:0;
    margin-top: 350px;
}
#autor {
    position: absolute;
    top:93%;
    right: 40px;
    text-align: right;
    color: #fff;
}

}
@media screen and (min-width:1220px){
#flechas span {
    font-size: 4rem;
}
#contenido h1 {
    width: 80%;
}
#slider .mover .info {
    margin-top: 350px;
	margin-bottom:0;
}
#slider .mover iframe {
    margin-top: 350px;
}
#migas{
	display:block;
}
}