        /* RESET*/
    
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* Reset end */
    
    body {
        color: #000;
		font-family: 'Poppins', sans-serif;
		font-weight:300;
        background: #fff;
    }
    
    .center {
        text-align: center;
    }
    
    #introBasic {
        height: 75vh;
		width:100%;
        display: flex;
        background-image:url(../img/content/introb.jpg);
        background-size: cover;
        background-position: top center;
		margin-bottom: 25px;
    }
    
    #introBasic .content {
		float:left;
		display:block;
		height:auto;
        width: 66%;
        padding: 40vh 0% 5vh 0%;
		margin-bottom: 50px;
    }
    
    #introBasic h1 {
		display:block;
		float:left;
		clear:left;
        margin:10px;
		padding:10px;
		background-color:rgba(228, 57, 54, 0.9);
        color: #ffffff;
		
		font-family: 'Poppins', sans-serif;
		text-align:left;
		line-height: 44px;
        font-size: 40px;
        font-weight: 700;
		text-transform:uppercase;
    }
   
    
    #introBasic h2 {
		display:block;
		float:left;
		clear:left;
		margin:10px;
		padding:10px;
        background-color: rgba(255, 255, 255, 0.9);
        color:#E43936;

		font-family: 'Arvo', serif;
		text-align:left;
		font-weight: 400;
		line-height: 30px;
        font-size: 24px;
	}

    
    header {
        width: 100%;
        height: 60px;
        position: fixed;
        background-color: #fff;
        z-index: 100;
        border-bottom: solid 1px #cecece;
    }
    
    header .content {
        position: relative;
    }
    
    header .logo a {
        height: 40px;
        position: absolute;
        top: 10px;
        left: 10px;
        text-decoration: none;
    }
    
    header .share {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    
    header .share li {
        display: inline-block;
    }
    
    header .share li a {
        width: 30px;
        height: 30px;
        display: block;
        margin-left: 10px;
        background-size: auto;
        background-repeat: no-repeat;
        text-decoration: none;
    }
    
    .top {
        width: 50px;
        height: 50px;
        display: block;
        position: fixed;
        bottom: 165px;
        right: 20px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/ui/arrow_up.svg);
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 100;
        display: none;
    }
    
    article .share {
        margin: 10px 0;
    }
    
    article .share li {
        display: flex;
        margin: 5px;
        display: inline-block;
    }
    
    article .share li a {
        height: 50px;
        display: block;
        line-height: 50px;
        padding: 0 15px 0 50px;
        font-weight: 600;
        font-size: 12px;
        color: #000;
        font-weight: bold;
        border: 1px solid #777777;
        background-repeat: no-repeat;
        background-position: center;
        transition: border ease 1s;
        border-radius: 5px;
        text-decoration: none!important;
        width: 10px
    }
    
    .share li a.facebook {
        background-image: url(../img/ui/share_facebook.svg);
    }
    
    .share li a.facebook {
        background-image: url(../img/ui/share_facebook.svg);
    }
    
    .share li a.twitter {
        background-image: url(../img/ui/share_twitter.svg);
    }
    
    .share li a.whatsapp {
        background-image: url(../img/ui/share_whatsapp.svg);
    }
    
    main {
        padding-top: 60px;
    }
    
    section {
        color: white;
        padding: 10%;
        background: #f7cb62;
    }
    
    section h1 {
		font-family: 'Arvo', serif;
		font-weight:400;
        font-size: 3rem !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    section p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
    }
    
	    article{
	display:block;
	width: 100%;
	margin: auto;
	clear: both;
    }

    article .content {
	max-width: 800px;
	width: 90%;
	margin: auto;
	padding: 30px 0;
	clear: both;
    }
    
    article .social {
        max-width: 800px;
        width: 90%;
        margin: auto;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
	
	.tabla{
		display:block;
		width: 95%;
		height: auto;
		padding: 50px 25px 25px 25px;	
		background-image:url(../img/content/tabla-01.png);
		background-position:top left;
		}
    
    article h1 {
		font-family: 'Arvo', serif;
		font-weight:400;
		color:#777777;
        font-weight: 700;
        font-size: 2rem;
		padding-bottom:10px;
		padding-left: 125px;
        margin-bottom: 15px;
    }
    
    article h2 {
        font-weight: 900;
        font-size: 1.2rem;
        margin: 30px 0;
        text-transform: uppercase;
        color: #777777;
    }
    
    article h3 {
        border-left: #990000 10px solid;
        margin-top: 30px;
        padding-left: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
		color:#666;
    }
    
    article p {
        font-size: 1.2rem;
        margin: 20px 0;
        font-weight: 300;
        line-height: 1.8rem;
		color:#333;
    }
	
	    article p strong{
        font-weight: 500;
    }
    
    article p a {
        color: #8C2521;
        font-weight: 600;
        text-decoration: none;
    }
	
    article strong {
        color: #8C2521;
        font-weight: 600;
        text-decoration: none;
    }
	
    
    article img.wide {
        width: 100%;
        margin: 20px 0;
    }
    
    article img.left {
        width: 30%;
        float: left;
        margin: 0 20px 20px 0;
    }
    
    article img.right {
        width: 30%;
        float: right;
        margin: 0 0 20px 20px;
    }
    
    .list {
        margin: 30px 0;
        text-align: center;
    }
    
    .list li {
        width: 25%;
        margin: 1%;
        display: inline-block;
        vertical-align: top;
        padding: 20px;
        background-size: cover;
        background-position: center;
    }
    
    .list li a {
        min-height: 200px;
        display: block;
        text-align: left;
        color: white;
    }
    
    .links li {
        display: inline-block;
    }
    
    #columns {
        min-height: 500px;
        margin: 0px;
        padding: 0px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        flex-flow: row;
    }
    
    #columns > .item {
        min-height: 350px;
        padding: 5%;
        color: #fff;
        font-size: 1.5rem;
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #bababa;
        -webkit-flex: 4 1;
        flex: 4 1;
    }
    
    .links li a {
        padding: 15px;
        padding-left: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #9f9f9f;
        border: 1px solid #9f9f9f;
        font-weight: bold;
        display: block;
        border-radius: 5px;
        background-image: url(../img/ui/btn_link.svg);
        background-size: 20px;
        background-position: 10px center;
        background-repeat: no-repeat;
    }
    
    .icons.large {
        width: 90%;
        margin: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    
    .icons.large li {
        min-width: 200px;
        max-width: 280px;
        margin: 10px;
        text-align: center;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }
    
    .icons.large li i {
        display: block;
        font-size: 90px;
        margin-bottom: 20px;
    }
    
    .icons.large li span {
        display: block;
        color: #ccc;
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .icons.small {
        width: 90%;
        margin: 30px auto 10px auto;
    }
    
    .icons.small li {
        margin: 10px;
        padding-left: 35px;
        position: relative;
        font-size: 15px;
    }
    
    .icons.small li i {
        color: #ccc;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .parallax {
        height: 400px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #797979;
    }
    
    blockquote {
        width: 80%;
        margin: 30px auto;
        padding: 60px 0 0 0;
		line-height: 28px;
        font-size: 21px;
		font-family: 'Arvo', serif;
		font-weight: 400;
        color:#E43936;
        background-image: url(../img/content/coma.svg);
        background-repeat: no-repeat;
        background-position: 50px top;
    }
    
    blockquote span {
        margin: 50px;
		line-height: 28px;
        font-size: 21px;
		font-family: 'Poppins', sans-serif;
		font-weight:500;
        color: #8B2421;
    }
    
    .comments {
        width: 100%;
        max-width: 600px;
        min-height: 50px;
        margin: 20px auto;
        background: #ccc;
        ;
    }
    
    .embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .embed iframe,
    .embed object,
    .embed embed,
    .embed .powa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .sponsor {
        position: relative;
        z-index: 10;
    }
    
    .sponsor span {
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #3c3c3b;
    }
    
    .sponsor a {
        display: block;
        padding: 5px;
        text-align: center;
        background: #fff;
        height: auto;
    }
    
    .banner {
        margin: 0 auto;
        text-align: center;
    }
    
    .banner.phone {
        max-width: 300px;
        border: solid 1px #cecece;
    }
    
    .banner.desktop {
        border: solid 1px #cecece;
        max-width: 728px;
    }
    
    .banner > p {
        width: 300px;
        height: 25px;
        color: #000;
        text-align: center;
        font-size: 0.5rem;
        font-weight: 600;
        line-height: 25px;
        text-transform: uppercase;
        margin: 30px auto 0px auto;
    }
    
    #videoscreen {
        width: 100%;
        background-color: #f0efef;
    }
    
    #videoscreen .screen {
        max-width: 80%;
        margin: 30px auto;
    }
    
    #playlist {
        width: 100%;
		padding: 0 15%;
        background-color: #e5e5e5;
        padding: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    #playlist li {
        margin:15px 30px;
        list-style: none!important;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #playlist li h1 {
		width: 30%;
        min-width: 250px;
		min-height: 35px;
		padding: 10px;
		font-family: 'Arvo', serif;
		font-weight:normal;
		font-size:18px;
		line-height:20px;
        color: #fff;
        text-align: center;
		vertical-align:middle; !important
    }
	
	
	#azul{
	    background-color: #999999;
        vertical-align: center;
		/*border:#666666 solid 3px;*/
		}
		

	#rojo{
	    background-color: #EC706E;
        vertical-align: center;
		/*border:#E43936 solid 3px;*/
        		}
		
		#playlist li h1 span {
        width: 100%;
        background-color: #f7cb62;
		color:#333843;
        padding:2px;
		border-radius: 3px;
		font-family: 'Arvo', serif;
		font-weight: 400;
		font-size:21px;
		line-height:18px;
        text-align: center;
        margin: 0;
    }
	
    
    footer {
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding-top: 15px;
        border-top: 1px dotted #ccc
    }
    
    footer p {
        font-size: 0.7rem;
        color: #fff;
        text-transform: uppercase;
        line-height: 1rem;
        margin: 10px 0;
    }
    
    footer p span{
        color: #000;
    }

    footer .suscribe {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
        text-align: center;
        background-color: #22253e;
        color: #fff!important;
        background-image: url(../img/content/gn_logo.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
		background-size: 50px;
		padding-bottom:75px;
    }
    
    footer .suscribe h1 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    footer .suscribe a {
        height: 50px;
        width: 200px;
        display: block;
        line-height: 50px;
        color: white;
        margin-top: 15px;
        font-weight: bold;
        background: #6773c3;
        border-radius: 5px;
        display: inline-block;
        text-decoration: none;
        font-size: 1rem
    }
    
    footer .creditos {
        width: 100%;
        background-color: #30355c;
        padding: 20px 0;
        font-size: 0.6rem;
        line-height: 1rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        margin:  35px 0 0 0;
    }
    
    .creditos span {
        font-weight: 600;
        color: #fff;
        opacity: 0.6
    }
    /*RESPONSIVE*/
    
    @media (min-width:740px) {
        .phone {
            display: none !important;
        }
    }
    
    @media (max-width:740px) {
        .desktop {
            display: none !important;
        }
    }

    @media (max-width:740px) {
        .tabla {
			width:85% !important;
        }
    }

    @media (max-width:740px) {

        .parallax {
            background-attachment: scroll;
            max-height: 300px;
        }
        article img.left {
            width: 100%;
        }
        article img.right {
            width: 100%;
        }
    #introBasic {
        height: 50vh;
        display: flex;
        background-position: center center;
		margin-bottom: 25px;

    }
    #introBasic .content {
		float:left;
		display:block;
		height:auto;
        max-width: 90%;
        padding: 20vh 5% 20vh 5%;
    }
        #introBasic .content h1 {
            font-size: 21px;
			line-height:21px;
        }
        #introBasic .content h2 {
            font-size: 16px;
			line-height:20px;
        }
        article {
            font-size: 1.8rem;
        }
        article h1 {
            font-size: 1.8rem;
        }
        article p {
            font-size: 1.1rem;
            line-height: 1.6rem;
        }
        @media (max-width:650px) {
            .list li {
                width: 80%;
            }
        }
        @media all and (max-width: 680px) {
            #columns,
            #page {
                -webkit-flex-flow: column;
                flex-flow: column;
            }
            .item-4 {
                order: -1;
            }
        }
