html, body {
    width: 100%;
    height: 100%;
    
}
main {
    width: 100%;
    background-image: url(/gnfactory/LNC/GNF/2016/10/31/0003/img/BG02.jpg);
    background-color: antiquewhite;
}
section {
    background-size: cover;
    background-color: rgba(149, 123, 106, 0.69);
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Lilita One', cursive;
	font-size: 3.6em;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px #6a5050;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
	line-height: 25px;
	font-weight: 400;
    text-shadow: 2px 1px #6a5050;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
    background-color: rgba(237, 225, 207, 0.64);
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Lilita One', cursive;
	font-size: 2.2em;
    font-weight: 400;
    color: #962b2b;
    text-shadow: 2px 2px rgb(255, 255, 255);
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
	width: 80%;
    color: #a26767;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #953c3c 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #987e7e;
}
/*SLIDER*/
.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4;
}
.slider .controls {
    width: 100%;
    height: 85%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}
.slider .controls ul.tabs li.current {
    opacity: 1;
}
.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/10/31/0003/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/10/31/0003/img/arrow_forward.png);
}
.slider .controls ul.arrows li:hover {
    opacity: 1;
}
.slider .disabled {
    visibility:hidden !important;
}
.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}
.slider .items .item {
    width: 100%;
    height: inherit;
	position: absolute;
	display: none;
}
.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*Bullers Speciales*/
.bulletsespeciales{
    padding: 0 10px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.bulletsespeciales li{
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/gnfactory/LNC/GNF/2016/10/31/0003/img/bone.gif);
    padding: 0 0 10px 20px;
    color: #450000;
    font-size: 16px;
}
.bulletsespeciales img{
    margin: auto;
}
.numero1{
    background-image: url(/gnfactory/LNC/GNF/2016/10/31/0003/img/1coin.gif);
}
/*PARALLAX*/
#parallax {
    background-image: url("/gnfactory/LNC/GNF/2016/10/31/0003/img/paradogx.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*OTROS*/
.arrow {
    margin: auto;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .8;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/10/31/0003/img/pawn.png);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
@media screen and (min-width: 401px) {
    .imgdesktop {
        display: block;
    }
    .imgphone{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .imgphone {
        display: block;
    }
    .imgdesktop{
        display: none;
    }
}
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/