html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
    background-image: url(/gnfactory/ELF/GNF/2016/11/11/0001/img/black_mamba.png);
    background-color: #3c3c3c;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 20px 10%;
    margin: auto;
    text-align: left;
}
section .main.center {
	text-align: center;
}
section h1 {
    margin-bottom: 20px;
	font-family: 'Ledger', serif;
	font-size: 6em;
    font-weight: 100;
    text-align: center;
    color: #fff;
    text-shadow: 0.5px 0.5px #c49a6c;
}
@media screen and (max-width: 600px) {
    section h1 {
        font-size: 2.5em;
        font-weight: 600;
    }
}
section h2 {
    font-family: 'Ledger', serif;
	font-size: 2em;
	font-weight: 600;
	color: #c49a6c;
    margin-bottom: 5px;
    text-shadow: 0.5px 0.5px #4a3d22;
}
@media screen and (max-width: 600px) {
    section h2 {
        font-size: 1.5em;
    }
}
section h3{
    color: white;
    margin-bottom: 30px;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Ruda', sans-serif;
	font-size: 2em;
    color: white;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article h3 {
	margin-top: 40px;
	padding-top: 15px;
    margin-bottom: 15px;
	font-size: 1.6em;
	font-weight: 600;
	color: #fff;
    font-family: 'Ruda', sans-serif;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
    color: white;
}
.subtitulo h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
    color: #c49a6c;
    text-align: center;
    font-family: 'Ruda', sans-serif;
}
.subtitulo h1 {
	font-size: 50px;
    text-align: center;
	line-height: 60px;
	font-weight: 600;
	margin: 20px auto;
    color: #ffffff;
    font-family: 'Ledger', serif;
}
@media screen and (max-width: 600px) {
    .subtitulo h1 {
        font-size: 1.8em;
        font-weight: 600;
        line-height: 40px;
    }
}
.subtitulo p{
    text-align: center;
}
.popups h2{
	font-size: 18px;   
    text-align: center;
	font-weight: 400;
	margin: 10px 20%;
    color: #fff;
    padding: 20px;
    font-family: 'Ledger', serif;
    
}
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%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
.popups {
	background-color: rgba(255, 255, 255, 0.1);
}
.popups p {
	color: #c49a6c;
    margin: auto;
    padding: 50px;
    text-align: center;
    font-size: 2em;
	font-weight: 600;
    font-family: 'Ledger', serif;
}
.popups h1 {
	color: #c49a6c;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
	font-weight: 600;
    font-family: 'Ledger', serif;
}
.popups h3 {
	color: #c49a6c;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
	font-weight: 600;
    font-family: 'Ledger', serif;
}
.popups ul {
	width: 80%;
	max-width: 1200px;
	padding: 5px 0;
	margin: auto;
	text-align: center;
}
.popups li {
	width: 30%;
	margin: 0 10px 30px 10px;
	padding: 20px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	border: 0.5px solid #c49a6c;
	transition: border .5s ease;
    vertical-align: top;
}
.popups li:hover {
	border: 1px solid #b4b4b4;	
}
@media screen and (max-width: 1100px) {
	.popups li {
		width: 40%;
	}
}
@media screen and (max-width: 700px) {
	.popups li {
		width: 60%;
	}
}
@media screen and (max-width: 500px) {
	.popups li {
		width: 80%;
	}
}
.popups li span {
	display: block;
}
.popups li img {
	margin-bottom: 15px;
}
.popups li .time {
	font-weight: 600;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 2px;
}
.popups li .name {
	margin-bottom: 15px;
    padding: 5px;
	font-weight: 100;
	color: #ffffff;
    border-bottom: solid 1px #c49a6c;
	font-size: 18px;
	letter-spacing: 2px;
}
.popups li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
}
.popups li .link {
	margin: 0 auto;
	font-weight: 600;
	color: #c49a6c;
	line-height: 50px;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	transition: all 1s ease;
    cursor: pointer;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.24);
}
.popups li .link:hover {
	background-color: #ffffff;
    color: #c49a6c;
}
.list {
	text-align: center;
}
.list li {
	width: 30%;
	margin: 0 5px 20px 5px;
	padding: 20px;
	display: inline-block;
    vertical-align: top;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
    vertical-align: top;
}
@media screen and (max-width: 700px) {
	.list li {
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.list li {
		width: 70%;
	}
}
.list li span {
	display: block;
}
.list li img {
	margin-bottom: 15px;
}
.list li .name {
	font-weight: 100;
	color: #ffffff;
    text-shadow: 1px 1px #c49a6c;
	font-size: 18px;
	letter-spacing: 2px;
}
.list li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
.anteriores {
	text-align: center;
    background-image: url(/gnfactory/ELF/GNF/2016/11/11/0001/img/estatua.png);
    background-repeat: no-repeat;
    background-position: center;
}
.anteriores li {
	width: 40%;
	margin: 0 2px 20px 2px;
	padding: 3px;
	display: inline-block;
    vertical-align: top;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
    vertical-align: top;
}
@media screen and (max-width: 700px) {
	.anteriores li {
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.anteriores li {
		width: 70%;
	}
}
.anteriores li span {
	display: block;
}
.anteriores li img {
	margin-bottom: 15px;
}
.anteriores li .name {
	font-weight: 600;
	color: #c49a6c;
	font-size: 18px;
	letter-spacing: 3px;
    line-height: 30px;
}
.anteriores li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
}
.patrocinadores {
	text-align: center;
}
.patrocinadores li {
	width: 45%;
	display: inline-block;
    vertical-align: top;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
    vertical-align: top;
}
@media screen and (max-width: 700px) {
	.patrocinadores li {
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.patrocinadores li {
		width: 70%;
	}
}
.patrocinadores li span {
	display: block;
}
.patrocinadores li img {
	margin-bottom: 15px;
}
#modals {
	text-align: center;
}
#modals .text {
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: 100;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 2px;
}
#modals p {
	margin-bottom: 20px;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
}
#modals p.gray {
	color: #acacac;
}
/*Bullets Especiales*/
.bulletsespeciales{
    padding: 0 10px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.bulletsespeciales li{
    list-style: disc;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/LNCGNF20161031_0003/img/bone.gif);
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 16px;
}
.bulletsespeciales li:before{
    color: aqua;
}
/*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: 30px;
    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/ELF/GNF/2016/11/11/0001/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/ELF/GNF/2016/11/11/0001/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: 80%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 15%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*SLIDER*/

/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
.button a {
	height: 50px;
	display: block;
	margin: 20px auto 30px auto;
	font-weight: 600;
	color: #c49a6c;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	transition: all 1s ease;
}
.button a:hover {
	background-color: #efefef;
}
.actions {
	width: 300px;
	padding: 10px 20px;
	position: absolute;
	right: 20px;
	top: 100px;
	background: #fff;
	box-shadow: 0px 0px 10px #848484;
}
.actions .button a {
	margin: 10px auto;
}
/*OTROS*/

.empresario .main{
    margin-top: 2px;
    padding-top: 5px;
}

.empresario p{
    margin: 30px auto;
    text-align: center;
}


