    /* http://meyerweb.com/eric/tools/css/reset/ 
       v2.0 | 20110126
       License: none (public domain)
    */

    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: 'Lato', sans-serif; /*cambiar por tipografía del proyecto*/
        background: #fff;
    }
    .center {
        text-align: center;
}
	#introBasic {
		height: 60vh;
        display: flex;
        align-items: center;
        justify-content: left;		
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/content/incae-01.jpg);
		background-size: cover;
		background-position: center;
	}
	#introBasic .content {
        max-width: 94%;
		padding: 3%;
        background-color: #222751;
        opacity: 0.85;
	}	
	#introBasic h2 {
		margin-bottom: 10px;
		font-size: 1.2rem;
		font-weight: 200;
		color: #fff;
	}	
	#introBasic h1 {
		font-size: 2rem;
        line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: -1px;
		color: #fff;
		margin-bottom: 20px;
        max-width: 400px;
	}	
	#introBasic p {
		color: #fff;
		line-height: 1.8rem;
        font-size: 1.1rem;
        max-width: 450px;
        margin-top: 20px;
	}	
    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: 20px;
        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;
    }
a:link{
    text-decoration: none
}
a:active{
    text-decoration: none
}
a:hover{
    text-decoration: 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 #000;
        background-repeat: no-repeat;
        background-position: 10px center;
        transition: border ease 1s;
        border-radius: 5px;
        text-decoration: none!important;
    }
    .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-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%
    }
    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;
        border-bottom: 1px solid #ccc;
    }
    article h1 {
        font-weight: 400;
        font-size: 2rem;
        margin-bottom: 30px;
    }
    article h2 {
        font-weight: 600;
        font-size: 1.5rem;
        margin: 30px 0;
        color: #ccc;
    }
    article h3 {
        border-left: #ccc 10px solid;
        margin-top: 30px;
        padding-left: 10px;
        font-size: 18px;
        font-weight: 800;
        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.6rem
    }
    article p a {
        color: #ccc;
        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;
    }
    .list {
        margin: 30px 0;
        text-align: center;
    }
    .list li {
        width: 30%;
        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 h1{
    text-align: right;
    margin: 0 20px;
    font-size: 1.3rem!important;
    line-height: 2rem;
    text-align: center;
    background-color: #3f4280;
    padding: 10px;
}        
#columns h1 span{
    font-size: 1.2rem;
    line-height: 0.5rem!important;
    width: 100%;
}

      #columns > .item {
        min-height: 350px;  
        padding: 2%;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.8rem;  
        display: flex;
        align-items: center;
        justify-content: center;
        background: #222751;
       -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;
        color: var(--accentColor);
        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;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2rem;
        background-image: url(../img/content/coma.svg);
        background-repeat: no-repeat;
        background-position: top left;
    }
    blockquote span {
        margin-top: 15px;
        font-size: 1.3rem;
        color: #8d8d8d;
    }
    .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: flex;
        align-items: center;
        justify-content: center;
        line-height: 40px;
        font-size: 12px;
        color: #fff;
        background: #6773c3;
    }
    .sponsor a {
        display: flex;
        align-items: center;
        justify-content: center;       
        padding: 5px;
        background: #333333;
        height: 60px;
    }
    .brandvoice {
        position: relative;
        z-index: 10;
        margin-bottom: 30px;
        background: white;
    }
    .brandvoice span {
        padding: 10px;
        display: block;
        text-align: center;
        font-size: 12px;
        background: #e5e1e1;
    }
    .brandvoice a {
        color: black;
        font-weight: bold;
    }
    .brandvoice a.logo {
        display: block;
        padding: 5px;
        text-align: center;
        background: rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid #ccc;;
    }
    .brandvoice img {
        margin: 20px;
    }
    .suscribe {
        width: 90%;
        max-width: 350px;
        margin: 20px auto;
        padding: 20px;
        text-align: center;
        background: #ccc;;
        border-radius: 5px
    }
    .suscribe h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .suscribe a {
        height: 40px;
        display: block;
        line-height: 40px;
        color: white;
        margin-top: 20px;
        font-weight: bold;
        background: #333333;
        border-radius: 5px
    }
    .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;
    }

    footer {
        position: relative;
        padding: 20px;
        background: white;
        color: black;
    }
    footer > p {
        max-width: 800px;
        margin: 0 auto;	
        color: #ccc;
        font-size: 9px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 20px;
        letter-spacing: 1px;
    }
    #videoscreen{
        width: 100%;
        background-color: #f0efef;	
    }
    #videoscreen .screen {
        max-width: 80%;
        margin: 30px auto;
    }
    #playlist {
        width: 100%;
        background-color: #f0efef;
        padding: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;	
    }
    #playlist li {
        width: 320px;
        height: 400px;
        background-color: #c7c7c7;
        margin: 10px;
        list-style: none!important;
        border-radius: 3px
    }

    /*RESPONSIVE*/
    @media (min-width:740px) {
        .phone {
            display: none !important;
        }
    }
    @media (max-width:740px) {
        .desktop {
            display: none !important;
        }
    }
    @media (max-width:500px) {
        .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%;
        }
    }
/* Too narrow to support three columns */
      @media all and (max-width: 680px) {

       #columns, #page {
        -webkit-flex-flow: column;
                flex-flow: column;
       }
         .item-4 {
          order: -1;
        }
#columns h1{
    text-align: left;
    margin: 0 20px;
    font-size: 1.3rem!important;
    text-align: center;
    background-color: #3f4280;
    padding: 10px
}        
      #columns > .item {
        font-size: 1rem;
        padding: 2%;
        line-height: 1.4rem;  
        display: flex;
        align-items: top;
        justify-content:flex-start ;
        background: #222751;
       }
  
      }

