html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
	padding-top: 60px;
}
section {
    background-position: top center;
	background-size: cover;
}
section .main {
    max-width: 1110px;    
    padding: 75px 10% 75px 10%;
    margin: auto;
    text-align: left;
}
section .main.center {
	text-align: center;
}
section h1 {
	font-family: 'Khand', sans-serif;
	font-size: 4.7em;
	line-height: 1.1em;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
}
section p {
	margin-bottom: 20px;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
section.column .left {
	width: 40%;
	float: left;
}
section.column .right {
	width: 55%;
	float: right;
}
@media screen and (max-width: 900px) {
	section.column .left, section.column .right {
		width: 90%;
		margin: auto;
		float: none;
	}
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
}
article h1 {
	font-family: 'Khand', sans-serif;
	font-size: 3.7em;
	text-align: center;
}
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: #696969;
	text-transform: uppercase;
	border-top: 3px solid #efefef;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article p.center img {
	display: block;
	text-align: center;
	margin: auto;
}
.events li {
	margin: 10px auto;
	padding: 15px;
	border: 1px solid #000;
}
.events li .time {
	width: 20%;
	float: left;
	font-weight: 700;
	font-size: 18px;
}
.events li .text {
	width: 75%;
	float: right;
	font-size: 13px;
}
.events li .text strong {
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
	.events li .time, .events li .text {
		width: 90%;
		margin: auto;
		float: none;
		display: block;
	}
}
.popups {
	background-color: #000;
}
.popups ul {
	width: 80%;
	max-width: 1200px;
	padding: 30px 0;
	margin: auto;
	text-align: center;
}
.popups li {
	width: 30%;
	margin: 0 10px 30px 10px;
	padding: 20px;
	display: inline-block;
	background: #fff;
	border: 1px solid #fff;
	transition: border .5s ease;
}
.popups li:hover {
	border: 1px solid #b4b4b4;	
}
.popups li a {
	color: #000;
}
@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: 90%;
	}
}
.popups li span {
	display: block;
}
.popups li img, .popups li iframe {
	margin-bottom: 15px;
}
.popups li .time {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #696969;
	line-height: 40px;
	letter-spacing: 2px;
}
.popups li .name {
	margin-bottom: 15px;
	font-weight: 300;
	color: #696969;
	font-size: 18px;
	letter-spacing: 2px;
}
.popups li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
.popups li .link {
	width: 95%;
	height: 50px;
	margin: 0 auto;
	font-weight: 600;
	color: #696969;
	line-height: 50px;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	transition: all 1s ease;
}
.popups li:hover .link {
	background-color: #efefef;
}
.list {
	text-align: center;
	
}
.list li {
	margin: 0 10px 30px 10px;
	display: inline-block;
	background: #fff;
	border: 1px solid #fff;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
}
.list li.large {
	width: 50%;
}
.list li.medium {
	width: 30%;
}
.list li.small {
	width: 15%;
}
@media screen and (max-width: 700px) {
	.list li.large {
		width: 60%;
	}
	.list li.medium {
		width: 40%;
	}
	.list li.small {
		width: 25%;
	}
}
.list li span {
	display: block;
}
.list li img {
	margin-bottom: 15px;
}
.list li .name {
	margin-bottom: 15px;
	font-weight: 300;
	color: #696969;
	font-size: 18px;
	letter-spacing: 2px;
}
.list li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
	border: 2px solid #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/05/25/0002/svg/arrow_down.svg);
}
.button a {
	height: 50px;
	display: block;
	margin: 0 auto 30px auto;
	font-weight: 600;
	color: #696969;
	line-height: 46px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #ef5b5e;
	border: 2px solid #ef5b5e;	
}
/*OTROS*/
.buttons li {
	display: inline-block;
	margin: 0 0 0 5px;
}
.buttons li a {
	height: 30px;
	display: block;
	line-height: 26px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #ef5b5e;
	border: 2px solid #ef5b5e;	
}

.icons{
        margin-top: 30vh;
}
#envivo_blog {
    max-width: 450px !important;
    max-height: 370px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

#envivo_blog h5{
   font-size: 15px !important;
    background-color: #000;
    color:#fff;
    margin-top: 1vh;
        width: 385px;
        padding-left: 35px;
}

#envivo_blog p{
    font-size: 13px !important;
    color: #000;
    line-height: 18px;
    text-align: left;
    font-family: roboto;
    border-left: 0.1px solid #5d5d5d;
    padding: 0 20px;
    max-width: 415px;
    max-height: 200px;
/*    overflow-y: scroll;*/
    overflow-x: hidden;
}
.envivo_izq h3{
    font-family: 'Khand', sans-serif;
    font-size: 4.2em;
    line-height: 1.1em;
    font-weight: 600;
    padding-left: 30px;
}
.envivo_izq p{
    font-family: 'Khand', sans-serif;
        margin-left: 4vh;
}

.envivo_der #div-194221852 time{
    color: #00b9c5;
}

/*
#envivo h1{
    position: absolute;
    padding-top: 5vh;
    padding-left: 5vh;
}
#envivo strong{
        padding-top: 12vh;
    left: -4vh;
    position: relative;
    text-align: left;
    top: 9vh;
}
*/
.envivo_izq{
    top:1vh;
    height: 312px;
    width: 330px;
        float: left;
    background-color: #F6EB32;
}
.envivo_der{
    top: 1vh;
    width: 330px;
    float: right;
    background-color: #F6EB32;
    height: 312px;
}

@media screen and (max-width: 900px) {
    .envivo_izq{
        width: 100%;
        float: none;
        margin:auto;
            height: 250px;
    }
    .envivo_der{
    width: 100%;
        float: none;
        margin:auto;
            height: 350px;
    }
}