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

/*COLORES:
paragraph +OSCURO #0c315a

marca OSCURO #013e76
marca INTENSO #1368a4
marca CLARO #4292ce

fondOCLARO #f0f5f5
titulos TOP #ffffff
*/
/*FUENTES:
body+GENERAL(400,700) font-family: 'Roboto', sans-serif;
titulo+DESTACADAS(500,800) font-family: 'Roboto', sans-serif;
*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #0c315a;
	background-color:#f0f5f5;
}
/*HEADER*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #ffffff;
	z-index: 100;
	border-bottom: solid 1px #cccccc;
}
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: #0c315a;
	background-color: #f0f5f5;
	padding-top: 70px
}
.sponsor a {
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	height: 50px;
}
/* SPONSOR */
		
/* MAIN INTRO */
main {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #1368a4;
}
/* image */
#intro {
	width: 50%;
	height: 90vh;
	display: inline;
	float: left;
	background-image: url(../img/content/top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
 @media (max-width:960px) {
#intro {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	float: left;
}
}
/* image */
/* titles */
#top .content {
	width: 39%;
	height: 65vh;
	padding: 3vh 5% 0 5%;
	text-align: center;
	float: left;
	display: inline;
}
 @media (max-width:960px) {
#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-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
}
#top .content h1 strong {
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.2em;
}
#top .content p {
	margin: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 25px 0;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
}
#top .content p strong {
	font-weight: 700;
}
/* styles */
/* titles */
/* MAIN INTRO */
	
/* ARTICLE */
article {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #f0f5f5;
	z-index: 600;
	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 */

/*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:#666;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	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: 19f9f9f;
	visibility: hidden;
}
article .banner.desktop {
	width: 300px;
	height: 600px;
	float: left;
	display: block;
	z-index: 19f9f9f;
}
 @media (min-width:960px) {
.phone {
	display: none !important;
}
}
 @media (max-width:960px) {
.desktop {
	display: none !important;
}
}
/*BANNERS*/

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

/* TEXTS */
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	margin: 25px auto;
	color: #013e76;
	font-weight: 700;
	text-align: left;
	line-height: 1.4em;
}
h3 {
	font-size: 1.4em;
	margin: 15px auto;
	color: #013e76;
	text-align: justify;
	font-weight: 700;
	text-align: left;
	line-height: 1.4em;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	margin: 10px auto;
	color: #1368a4;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	line-height: 1.4em;
}
h5 {
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
	margin: 25px 0px;
	font-weight: 700;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0px;
	font-weight: 600;
}
p {
	margin: 20px 0;
	font-weight: 400;
	text-align: justify;
	color: #0c315a;
	margin: 25px auto;
	font-size: 1em;
	line-height: 1.5em;
}
p i {
	font-style: italic;
	font-weight: 100;
}
p strong {
	font-weight: 700;
}
p a {
	color: #1368a4;
	font-weight: 700;
	text-decoration: underline;
}
/* TEXTOS */

/* ESTILOS DE TEXTOS ESPECIALES */
/* CITA TEXTUAL */
blockquote {
	font-family: 'Roboto', sans-serif;
	max-width: 600px;
	margin: 5% auto;
	padding: 60px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	background-image: url(../img/content/coma.svg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #0c315a;
	font-weight: 600;
	position: relative;
	font-style: italic;
}
blockquote strong {
	font-weight: 700;
}
blockquote i {
	font-style: italic;
}
blockquote span {
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
	font-size: 0.7em!important;
	line-height: 1.2em;
	color: #013e76;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
blockquote span strong {
	font-weight: 700;
}
/* CITA TEXTUAL */

/* LINKS */
a:link {
	color: #1368a4;
}
a:hover {
	color: #1368a4;
	text-decoration: underline;
}
a:link {
	color: #1368a4;
}
a:visited {
	color: #1368a4;
}
/* LINKS */

/* IMAGEN */
.imagen {
	width: 100%;
	display: inline-block;
}
fig {
	max-width: 800px;
	width: 100%;
	display: inline-block;
	margin: 25px auto 5px auto;
}
figcaption {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: justify;
	margin: 5px auto 25px auto;
	border-top: 2px solid #1368a4;
	color: #0c315a;
	padding-top: 12px;
	max-width: 800px;
}
/* IMAGEN */

/*LISTAS*/
/*cuadros*/
#playlist {
	width: 100%;
	text-align: left;
	line-height: normal;
}
#playlist li {
	padding: 4% 5%;
	margin: 10px auto;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #4292ce;
	border-radius: 5px;
	color: #0c315a;
}
#playlist li b {
	font-weight: 700 !important;
}
#playlist li i {
	font-style:italic !important;
}
#playlist li strong {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #013e76;
	display: block;
	clear: right;
}
 @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: #0c315a;
}
ul.bv > li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 28px;
	font-size: 1.1em;
	line-height: 1.4;
	border-left: 1px solid #1368a4; /* Change border colour */
}
ul.bv > li:before {
	content: "";
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: -45px;
	width: 16px;
	height: 16px;
	background: #4292ce; /* 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 #1368a4; /* 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: #0c315a;
	margin-bottom: 4em;
}
ol ol {
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list li {
	position: relative;
	display: block;
	font-weight: 400;
	padding: .4em .4em .4em 2em;
 	*padding: .4em;
	margin: .5em 0;
	background-color: #ffffff;
	border: 1px solid #013e76;
	text-decoration: none;
	border-radius: 0.3em;
	color: #0c315a;
}
.rounded-list li i {
	font-style: italic;
}
.rounded-list li strong {
	font-weight: 700;
}
.rounded-list li a {
	font-weight: 700;
	color: #1368a4;
}
.rounded-list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1em;
	top: 50%;
	margin-top: -1em;
	background-color: #013e76;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 700;
	border-radius: 2em;
	color:#f0f5f5;
}
/*numerada*/
/*LISTAS*/

/*TABLA*/
#tabla {
	width: 90%;
	padding: 15px 5%;
	margin: 15px auto;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #1368a4;
	border-radius: 5px;
	color: #0c315a;
	font-family: 'Roboto', sans-serif;
}
#tabla b {
	padding: 5px 5px 10px 0;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #013e76;
	text-align:left;
}
/*TABLA*/
/*VIDEO*/
	#video {
		width: 100%;
	margin: 25px auto 100px auto;
	border: 1px solid #013e76;
		border-radius:5px;
		clear:both;
		}
/*VIDEO*/
/* ESTILOS DE TEXTOS ESPECIALES */
/*fuentes*/
#fuentes {
	font-family: 'Roboto', sans-serif;
	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: 600;
	text-align: left;
	margin: 5px auto 25px auto;
	border-top: 1px solid #1368a4;
	color: #0c315a;
	padding-top: 5px;
	width: 100%;
	font-style: normal;
	float: left;
	clear: both;
	display: block;
}
#fuentes strong {
	font-weight: 700;
}
#fuentes a {
	font-weight: 700;
	color: #013e76;
	text-decoration:none;
}
/*fuentes*/
/*FOOTER*/
footer {
	width: 100%;
	height: auto;
	background-color: #eeeeef;
	text-align: center;
	border-top: 1px solid #676768;
	display: block;
	float: left;
	font-family: 'Roboto', 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: #3c3c3b;
	font-size: 9px;
	line-height: 15px;
	color: #fffffe;
	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: #666665;
	color: #fffffe !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: #fffffe;
	margin-top: 15px;
	font-weight: bold;
	background-color: #17a1ff;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}
/*FOOTER*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 	border: 1px solid #013e76;
		border-radius:5px;

}
