@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 */

/*FUENTES: GENERAL(400,700) font-family: 'Lato', sans-serif; / DESTACADA(400,700) font-family: 'Palanquin Dark', sans-serif; */
	
	body { font-family: 'Lato', sans-serif; color:#F00; }

/*HEADER*/
    header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #ffffff;
	z-index: 900;
	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:#ffffff;
        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;
    }
}
/*HEADER*/


/* SPONSOR */
    .sponsor {
        position: relative;
        z-index: 10;
		font-weight:400;
    }
    .sponsor span {
	height: 30px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background-color: #f6f6f6;
	padding-top: 70px
    }
    .sponsor a {
        display: block;
        padding: 0;
        text-align: center;
        background-color:#00105b;
        height: auto;
    }
/* SPONSOR */
		
/* MAIN INTRO */
    main {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #0070d4;
    }
	/* image */
    #intro {
		width:50%;
        height: 90vh;
        display: inline;
   background-image: url(../img/content/intro.jpg); 
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
		float:left;
    }
   	@media (max-width:960px) {
    main {
	width: 100%;
	height: auto;
    }
    #intro {
		width:100%;
      height: 70vh;
		display:block;
		float:left;
       }
        }
	/* image */
	/* titles */
    #top .content {
	width: 39%;
	height: 85vh;
	padding: 5vh 5% 0 5%;
	text-align: center;
	float: right;
	display: inline;
	background-color: rgba(207, 10, 44, 0.0);
    }
   @media (max-width:960px) {
    #top .content {
		width:90%;
        height: auto;
        padding: 0 5% 5vh 5%;
        text-align:center;
		display:block;
		float:left;
		height:auto;
    }
    }
	/* styles */
    #top .content h1 {
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 2.5em;
	line-height: 1.2em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-weight: 400;
	}
	#top .content h1 strong {
	font-weight: 700;
	}
    #top .content p {
	margin: 15px;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 15px 0;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	}	
    #top .content p strong{
		font-weight:700;
	}
   @media (max-width:960px) {
   #top .content h1 {
	font-size: 2em;
	line-height: 1.2em;
	}
    #top .content p {
	font-size: 1.1em;
	line-height: 1.3em;
	}	
    }
	/* styles */
	/* titles */
/* MAIN INTRO */
	
/* ARTICLE */
    article {
        width: 100%;
        height: auto;
		display:block;
		float:left;
        background-color:#eeeeee;
        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;
    }
        }
    article .container {
      width: 40%;
		padding-left:25%;
		padding-right:35%;
		text-align: left;
		display:inline;
		float:left;
    }
   	@media (max-width:960px) {
    article .container {
        width: 80%;
        padding: 25px 10% 0 10%;
		display:block;
		float:left;
    }
        }
	 
/* ARTICLE */
/* TEXTS */
	h2{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 1.6em;
	margin: 30px auto;
	color: #e4002b;
	font-weight: 700;
}
	h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #0070d4;
	text-align: justify;
	font-weight: 700;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
    h4 {
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	margin: 15px;
	text-shadow: 1px 1px 3px #000000;
		}
    h5 {
	font-size: 1em;
	line-height: 1.2em;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	margin: 15px;
	text-transform: uppercase;
		}
    p {
		font-size: 1.2em;
		line-height: 1.8em;
		font-weight: 400;
		text-align: justify;
		color: #676767;
		margin: 40px auto;
    }
	p i {
		font-style:italic;
        font-weight: 100;
    }
	p strong {
        font-weight: 700;
    }
    p a {
        color: #0070d4;
        font-weight: 700;
        text-decoration: underline;
    }
    a {
        color: #0070d4;
        font-weight: 700;
        text-decoration: underline;
    }
    blockquote {
	font-family: 'Palanquin Dark', sans-serif;
	font-style: italic;
	font-size: 1.2em;
	color: #0070d4;
	text-align: left;
	border-left: solid 2px;
	border-left-color: rgba(255, 255, 255, 0.3);
	padding: 5px 0 0 10px;
	margin: 25px 0px;
	font-weight: 700;
	clear: both;
	line-height: 1.5em;
}
    blockquote strong {
		font-weight:700;
		}
		
    blockquote span {
	font-family: 'Lato', sans-serif;
	margin-top: 15px;
	font-size: 0.7em!important;
	text-transform:uppercase;
	line-height: 1.1em;
	color: #ffffff;
	font-style: normal;
	font-weight: 400;
	}
    blockquote span strong {
		font-weight:700;
		}
		
    #huawei {
	font-family: 'Palanquin Dark', sans-serif;
	font-style: italic;
	font-size: 1.2em;
	color: #999999;
	text-transform: uppercase;
	text-align: left;
	border-left: solid 3px;
	border-left-color: #0070d4;
	padding: 5px 0 0 10px;
	margin: 25px 0px;
	font-weight: 700;
	clear: both;
	line-height: 1.2em;
}
   #huawei span {
	color: #000000;
	}
	figcaption{
		font-family: 'Palanquin Dark', sans-serif;
		font-size: 15px;
		font-weight:700;
		text-align: left;
		margin: 5px auto 25px auto;
		border-top: 2px solid #b7b7b7;
		color:#676767;
		padding-top: 12px;
		max-width: 800px;}
	figure{text-align: center;display: inline-block}
a:link{color: #0070d4}
a:hover{text-decoration: underline; }
a:link{color: #0070d4}
a:visited{color: #0070d4}
/* TEXTS */

/*LISTAS*/
/*cuadros*/
#playlist {
	width: 100%;
	text-align: left;
	line-height: normal;
}
    #playlist li {
	padding: 3% 4%;
	margin: 10px auto;
	font-size: 0.65em;
	line-height: 1.4em;
	font-weight: 400;
	background-color: #FFFFFF;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	color: #676767;
	text-align: justify;
    }	
    #playlist li strong {
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 700;
	color: #0070d4;
    }	
        @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;
            }
        }
/*cuadros*/
/*vinetas*/
ul.bv {
    list-style-type: none;
    list-style-type: decimal !ie; /* IE 7- hack */
    margin: 0 0 0 50px;
    padding: 15px;
	font-weight:400;
	color:#676767;
	}
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 #b7b7b7; /* Change border colour */
}
ul.bv > li:before {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: -45px;
    width: 16px;
    height: 16px;
    background: #0070d4; /* 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 #b7b7b7; /* 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;
    }
}
/*vinetas*/
/*numerada*/
  ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
	font-size:18px;
	line-height:21px;
    padding: 0;
	color:#ffffff;
    margin: 0.3em auto;
  }
  ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
  }
  .rounded-list li{
    position: relative;
    display: block;
    padding: .6em .6em .6em 2em;
    *padding: .6em;
    margin: .5em 0;
    background-color:#f09721;
	border: .1px solid #f09721;
    text-decoration: none;
    border-radius: 0.3em;
	color:#ffffff;
  }
  .rounded-list li i{
	  font-style:italic;
  }
  .rounded-list li strong{
	  font-weight:700;
  }
  .rounded-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -1em;
    background-color:#ffffff;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
	color:#ed1b26;
	border: solid 0.2em #ed1b26;
  }
/*numerada*/
/*LISTAS*/

/*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: 'Lato', 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:10070d4;
		visibility:hidden;
    }
    article .banner.desktop {
        width: 300px;
		height: 600px;
		float:left;
		display:block;
		z-index:10070d4;
    }
    @media (min-width:960px) {
        .phone {
            display: none !important;
        }
    }
    @media (max-width:960px) {
        .desktop {
            display: none !important;
        }
    }
/*BANNERS*/
	
/*FOOTER*/
    footer {
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	text-align: center;
	border-top: 1px solid #676767;
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0;
    }
	.bvlogo{
	width: 100%;
		}
		.bvlogo p{
        color: #666;
		text-align:center;
		font-size: 10px;
		}
    footer .creditos {
	width: 50%;
	height: 60px;
	padding: 10px 25%;
	background-color: #333333;
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
	background-image: url(../img/content/gn.png);
	background-position: left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	vertical-align: central;
	text-align: center;
	margin: 0;
	font-weight: 400;
    }
    @media (max-width:960px) {
    footer .creditos {
            font-size: 7px; !important;
        }
    }
    .creditos span {
        font-weight: 700;
        opacity: 0.6;
    }
    footer .suscribe {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
	background-position: 96%;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-weight: 400;
		}
    footer .suscribe strong {
	font-size: 1.2em;
	font-weight: 700;
		}
    footer .suscribe a {
	height: 50px;
	width: 200px;
	display: block;
	line-height: 50px;
	color: #ffffff;
	margin-top: 15px;
	font-weight: bold;
	background-color: #0070d4;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
    }
/*FOOTER*/

/*PARALLAX*/
    .parallax {
        height: 90vh;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 125%;
        clear: both;
		text-align:center;
    }
    @media (max-width:960px) {
        .parallax {
        height: 300px;
        background-attachment:scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 200%;
        }
        }
/*PARALLAX*/
