        /* 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: 'Quattrocento Sans', sans-serif;
        background: #fff;
    }
    
    .center {
        text-align: center;
    }
    
    #introBasic {
        height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url(../img/content/cover.jpg);
        background-size: cover;
        background-position: center;
    }
    
    #introBasic .content {
        max-width: 94%;
        padding: 10%;
        text-align: center;
    }
    
    #introBasic h2 {
		font-family: 'Vollkorn', serif;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.2rem;
        color: #fff;
    }
    
    #introBasic h1 {
		font-family: 'Vollkorn', serif;
        font-weight: 400;
        font-size: 4rem;
        letter-spacing: -1px;
        color: #fff;
        margin-bottom: 20px;
    }
    
    #introBasic p {
        color: #fff;
        line-height: 1.2rem;
        font-size: 1.2rem;
    }
    
    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: #ccc;
    }
    
    section h1 {
		font-family: 'Vollkorn', 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;
        width: 100%;
		text-align:justify;
    }
    p strong { font-weight:700;}
    article .content {
        max-width: 800px;
        width: 90%;
        margin: auto;
        padding: 30px 0;
    }
    
    article .social {
        max-width: 800px;
        width: 90%;
        margin: auto;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    article h1 {
		font-family: 'Vollkorn', serif;
        font-weight: 400;
        font-size: 1.8rem;
        margin: 25px;
		color:#81955f;
		line-height: 40px;
		text-align:center;
    }
    
    article h2 {
		font-family: 'Vollkorn', serif;
        font-weight: 400;
        font-size: 1.8rem;
        margin: 30px 0;
        color: #81955f;
		text-align:center;
    }
    
    article h3 {
		font-family: 'Vollkorn', serif;
        font-weight: 400;
        border-left: #81955f 5px solid;
        margin-top: 30px;
        padding-left: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
    }
    
    article p {
        font-size: 1.2rem;
        margin: 20px 0;
        font-weight: 400;
        line-height: 1.8rem;
		text-align:justify;
    }
    
    article p a {
        color: #81955f;
        font-weight: 600;
        text-decoration: underline;
    }
    
    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;
    }
	
	
    ol {
        margin: 30px 0;
        text-align: left;
		font-family: 'Vollkorn', serif;
		font-weight:400;
		color:#666;
		font-size:1.2rem;
		line-height:1.5rem;
    }
    
    ol li {
        width: 90%;
		margin:25px;
    }
	
    ol li strong {
		font-weight:700;
		color:#81955f;
    }
	
	    
    .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: 100vh;
        margin: 0px;
        padding: 0px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        flex-flow: row;
    }
    
    #columns > .item {
        height: 100vh;
        padding: 5%;
        color: #fff;
        font-size: 1.5rem;
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c4cab1;
        -webkit-flex: 4 1;
        flex: 4 1;
    }
    #gallery {
        height: auto;
		width:100%;
        margin: 0px;
        padding: 0px;
        display: block;
		float:left;
        background: #c4cab1;
    }
    #gallery .poster {
		width:29%;
		padding:2%;
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.5rem;
		text-align:center;
		float:left;
        display: inline;
    }    
    .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: #81955f;
        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: #81955f;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .parallax {
        height: 70vh;
        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;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.7rem;
        background-image: url(../img/content/coma.svg);
        background-repeat: no-repeat;
        background-position: top left;
        color: #81955f;
		text-align:justify;
    }
    
    blockquote span {
        margin-top: 15px;
        font-size: 16px;
        color: #81955f;
    }
    
    .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;
		height:auto;
    }
    
    .sponsor span {
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #536980;
    }
    
    .sponsor a {
        display: block;
        padding: 5px;
        text-align: center;
        background: #fff;
        height: 80px;
    }
    
    .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%;
        background-color: #dde1d2;
        padding: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    #playlist li {
        width: 320px;
        height: 320px;
        background-color: #fff;
        margin: 10px;
        list-style: none!important;
        border-radius: 3px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-position: center 25px;
    }

    #playlist li h1 {
        width: 100%;
        padding:8px;
        color: #fff;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-size: 1rem;
		line-height: 1.2rem;
		font-weight: 400;
        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: #536980;
        color: #fff!important;
        background-image: url(../img/content/gn.png);
        background-repeat: no-repeat;
        background-position: 96% bottom;
		 
    }
    
    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: #a4b5bb;
        border-radius: 5px;
        display: inline-block;
        text-decoration: none;
        font-size: 1rem
    }
    
    footer .creditos {
        width: 100%;
        background-color: #222222;
        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:500px) {

        footer .suscribe {
            background-image: none
        }
        .parallax {
            background-attachment: scroll;
            max-height: 300px;
        }
        article img.left {
            width: 100%;
        }
        article img.right {
            width: 100%;
        }
        #introBasic .content h1 {
            font-size: 2.5rem;
        }
        #introBasic .content h2 {
            font-size: 0.9rem;
        }
        #introBasic .content p {
            font-size: 1rem;
            max-width: 100%
        }
        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;
            }
		}
        @media (max-width:900px) {
    		#gallery .poster {
				width:80%;
				padding:10%;
        		display: block;
    		}    
			
        }