@charset "UTF-8";
/* CSS Document */

        /* 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!important;
    }
    li {
        list-style: none!important;
        display: inline-block;
    }
    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: #032c72;
		font-family: 'Roboto', sans-serif;
		background-color: #fff;
    }
    
    .center {
        text-align: center;
    }
	
    .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;
    }
.box {
    width: 100%;
    min-height: 400px;
    clear: both;
    background-size: cover;
    background-position: center top ;
    padding: 10% auto;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}
	
	/*HEADER*/
    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;
    }
    
  #top.share {
        position: absolute;
    }
#top.share li{
            list-style: none!important

}

    
   #top .share li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-left: 10px;
		
		background-color:#FFF;
        background-size: 70%;
		background-position:center center;
		border-radius:15px;
		
        background-repeat: no-repeat;
        text-decoration: none;
        list-style: 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);
    }
	
    .phone {
		visibility:hidden !important;
    }
	
@media only screen and (max-width: 960px) {
	.phone {
		visibility:visible !important;
    }
}


	/* SPONSOR */
    .sponsor {
	position: relative;
	z-index: 10;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    }
    
    .sponsor span {
	height: 30px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #665555;
	background-color: #e2e2e2;
	padding-top: 70px
    }
    
    .sponsor a {
        display: block;
        padding: 5px;
        text-align: center;
        background-color:#fff;
        height: 50px;
    }
    
		
	
	/* MAIN */
    main {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #efefef;
    }
	
	
			/* image */
    #intro {
		width:50%;
        height: 75vh;
        display: inline;
		float:left;
        background-image: url(../img/content/img9.jpg); 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
	
   @media (max-width:720px) {
	   
    #intro {
		width:100%;
        height: 50vh;
		background-repeat: no-repeat;
		background-size:100%;
        background-position: center center;
		display:block;
		float:left;
       }
        }
			/* titles */
    #top .content {
        width: 39%;
		height: 65vh;
        padding: 3vh 5% 0 5%;
        text-align:center;
		float:left;
		display:inline;
    }
   @media (max-width:720px) {
    #top .content {
		width:90%;
        height: auto;
        padding: 1vh 5% 5vh 5%;
        text-align:center;
		display:block;
		float:left;
		height:auto;
    }
        }
			/* styles */
    

    #top .content h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: #1778c7;
	text-align: center;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#top .content h1 strong
 {	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
}
		
    #top .content p {
	margin: 15px;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 25px 0;
	color:#FFF;
	text-align: center;
	font-weight: 400;font-family: 'Roboto', sans-serif;}	
		
    #top .content p strong{
		font-weight:700;
		}	
	
	
	/* ARTICLE */
    article {
        width: 100%;
        height: auto;
		display:block;
		float:left;
        background-color:#e9e9e9;
        z-index: 500;
		padding:0;
		margin:0;
    }
    article .content {
        width: 40%;
		padding-left:25%;
		text-align: left;
		display:inline;
		float:left;
    }
	
   @media (max-width:960px) {
    article .content {
        width: 80%;
        padding: 25px 10% 0 10%;
		display:block;
		float:left;
    }
        }
img{text-align: center;display: inline-block}
h6{
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	margin: 15px auto;
	color: #1778c7;
	padding-top: 12px;
	max-width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #26adf5;
}


    
h2{
	font-size: 1.8em;
	margin: 30px auto;
	color: #1778c7;
	font-weight: 700;
	font-style:italic;
	font-family: 'Roboto', sans-serif;
}
	h3 {
        font-size: 1em;
		line-height:1.4em;
        color:#053d76;
        text-align:justify;
		font-weight:400;font-family: 'Roboto', sans-serif;margin: auto;
    }
    h4 {
        font-size: 1.4em;
		line-height:1.2em;
		letter-spacing: -1px;
        color:#032c72;
        margin-bottom: 0px;
		text-align:left;
        font-weight: 700;font-family: 'Roboto', sans-serif;}
    
	h5 {
        font-size: 1.3em;
        color:#333;
		text-transform:uppercase;
		text-align:left;
		border-left: #ffffff solid 3px;
		padding: 10px 0 0 10px;
        margin: 10px 0px 25px 0px;
		font-weight:700;font-family: 'Roboto', sans-serif;}  

    
    p {
        font-size: 1.1em;
        margin: 20px 0;
        line-height: 1.2em;
        font-weight: 400;font-family: 'Roboto', sans-serif;text-align: justify;
		color:#333;
		margin: 25px auto;
    }
		
	p i {
		font-style:italic;
        font-weight: 400;
    }
    
	p strong {
        font-weight: 700;
    }
	
    p a {
        color: #ccc;
        font-weight: 900;
        text-decoration: underline;
    }	
	
    blockquote {
	max-width: 600px;
	margin: 5% auto;
	padding: 60px 0 0 0;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	background-image: url(../img/content/coma.svg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #1778c7;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
		
    blockquote strong {
		font-weight:700;}
		
    blockquote i {
		font-weight:400;
		font-size: 0.8em;
		font-style:italic;
		color:#999; }

    blockquote span {
	margin-top: 15px;
	font-size: 0.9em!important;
	line-height: 1em;
	color: #032c73;
	font-style: normal;
	font-weight: 700;font-family: 'Roboto', sans-serif;}
	
    blockquote span strong {
		font-weight:700;font-family: 'Roboto', sans-serif;}
		
	.article .bvlogo{
		width:100%;
		background-color:#f9f9f9;
		text-align:center;
		}
		
		.bvlogo p{
		text-align:center;
		font-size:10px;
		}
    @media all and (max-width:960px) {
        .bvlogo p{
        width: 100%;
		margin:0%;
        }
    }
		
ul.bv {
    list-style-type: none;
    list-style-type: decimal !ie; /* IE 7- hack */
    margin: 0 0 0 50px;
    padding: 15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	color:#665555;
	}
 
ul.bv > li{
    position: relative;
	width: 100%;
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 1.2em;
    line-height: 1.5;
    border-left: 1px solid #998d8d; /* Change border colour */
}
 
ul.bv > li:before {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: -45px;
    width: 16px;
    height: 16px;
    background: #25acf5; /* Change dot colour */
    border-radius: 100px;
}
 
@media only screen and (max-width: 960px) {
 
    ul.bv {
        margin: 0;
        padding: 15px 0;
    }
 
    ul.bv > li {
        border-left: 0;
        border-top: 1px solid #998d8d; /* Change border colour */
        padding-left: 0;
        padding-top: 18px;
        padding-bottom: 12px;
    }
 
    ul.bv > li:before {
        margin-top: -9px;
        position: relative;
        top: -19px;
        left: 0;
        display: block;
		clear:right;
    }
 
}

		
    /*BANNERS*/
	
    .bannercont {
        width: 300px;
		height: 615px;
		display:block;
		float:right;
		margin-right:2%;
		margin-top:25px;
		margin-bottom:25px;
		text-align:center;
    }
    @media all and (max-width:960px) {
        .bannercont {
        width: 95%;
		height: 265px;
		padding: 0 2%;
        }
    }
	
    .banner {
        width: 300px;
		height: auto;
		margin:auto;
    }
    article .banner p {
        width: 300px;
        height: 15px;
        color: #aaa;
		background-color:#d1d1d1;
        text-align: center;
        font-size: 10px;
		font-weight:400;font-family: 'Roboto', sans-serif;line-height: 15px;
        text-transform: uppercase;
        margin: 0px;
    }
    @media (min-width:960px) {
        article .banner p {
            margin: 0px !important;
        }
    }

    article .banner.phone {
        width: 300px;
		height:250px;
        display:block;
		z-index:1032c72;
		visibility:hidden;
    }

    article .banner.desktop {
        width: 300px;
		height: 600px;
		float:left;
		display:block;
		z-index:1032c72;
    }

    @media (min-width:960px) {
        .phone {
            display: none !important;
        }
    }
    @media (max-width:960px) {
        .desktop {
            display: none !important;
        }
    }
    
    /*FOOTER*/
    footer {
        width: 100%;
		height:auto;
        background-color: #fff;
        text-align: center;
        border-top: 1px dotted #ccc;
		display:block;
		float:left;font-family: 'Roboto', sans-serif;padding:0;
		margin:0;
    }
    
    footer p {
        font-size: 0.5em;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2em;
        margin: 10px 0;
		font-family: sans-serif;
		font-weight:400;
    }
    
    footer p span{
        color: #666;
		font-family: sans-serif;
		text-align:center;
    }

    footer .suscribe {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #1778c7;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
	background-position: 96%;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-weight: 400;
		}
    
    footer .suscribe a {
	height: 50px;
	width: 200px;
	display: block;
	line-height: 50px;
	color: #ffffff;
	margin-top: 15px;
	font-weight: bold;
	background-color: #26acf5;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
	font-weight: 700;
    }
    
    footer .creditos {
	width: 50%;
	height: 60px;
	padding: 12px 25%;
	background-color: #032b72;
	font-size: 9px;
	line-height: 13px;
	color: #FFFFFF;
	letter-spacing: -1px;
	background-image: url(../img/content/gn.png);
	background-position: left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	vertical-align: central;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 400;
    }
    
    .creditos span {
        font-weight: 700;
        color: #ffffff;
        opacity: 0.6;
    }
	

a:link{color: #032c72}
a:hover{text-decoration: underline; }
a:link{color: #032c72}
a:visited{color: #032c72}


#playlist {
	width: 100%;
	text-align: left;
	line-height: normal;
}
    #playlist li {
	padding: 4% 5%;
	margin: 10px auto;
		 font-size:1.1em;
		 line-height: 1.4em;
		 font-weight:400;
		 background-color: #032c72;
	border: solid 1px #032c72;
	border-radius: 5px;
	color:#FFF;
    }	
    #playlist li strong {
		 font-weight:700;
	color:#25acf5;
    }	

        @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;
            }
        }
    .parallax {
        height: 70vh;
        background-attachment: fixed;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100%;
        clear: both;
		text-align:center;
    }
    @media (max-width:500px) {

        .parallax {
            background-attachment: scroll;
            max-height: 300px;
        }
        }
