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

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height: 1.4em;
}

.bold { font-weight:600; }

.stellar {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* width: 100%; */
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroller_down {
	position:absolute; bottom:40px; right:0; left:0; margin:auto; background:#fc0; color:#333; width:50px; height:50px; z-index:100; line-height:50px;text-align:center;
	border-radius:100%;
	-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.scroller_down i {
	line-height:50px;
}
.scroller_down:hover {
	background:#444; color:#fff
}

@media (min-width: 180px) {
.scroller_back {
	position:fixed; bottom:15px; right:15px; background:#fc0; color:#333; width:30px; height:30px; z-index:100; opacity:0; line-height:30px;text-align:center;
	border-radius:100%;
	-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.scroller_back i {
	line-height:30px;
}
}
@media (min-width: 480px) {
.scroller_back {
	bottom:30px; right:30px; width:50px; height:50px; line-height:50px;
}
.scroller_back i {
	line-height:50px;
}
}

.scroller_back:hover {
	background:#444; color:#fff
}
.scroller_back:focus,.scroller_back:visited {
	color:#fff;
}
.scroller_back.sticky {
	opacity:1;
}

.img_back {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*--- TITLES ---*/

.volanta { background:#fc0; color:#000; line-height:1.8em; padding:0 6px; margin-left:-5px; margin-bottom:10px; display:inline-block; text-decoration:none!important}
.uppercase { text-transform:uppercase; }

/*---- Titles ----*/

.shade { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
.shade-lg { text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.8); }

.headline0 { font-family: 'PT Serif', serif; font-weight:400; line-height:1em }
.headline1 { font-family: 'PT Serif', serif; font-weight:400; line-height:1em }
.headline2 { font-family: 'PT Serif', serif; font-weight:400; line-height:1.2em }
.headline3 { font-family: 'PT Serif', serif; font-weight:400; line-height:1.2em  }
.headline4 { font-family: 'PT Serif', serif; font-weight:700; line-height:1.2em }
.lead1 { font-family: 'PT Serif', serif; font-weight:400; line-height:1.4em }
.lead2 { font-family: 'PT Serif', serif; font-weight:400; line-height:1.4em }
.lead3 { font-family: 'PT Serif', serif; font-weight:400; line-height:1.4em }
.lead4 { line-height:1.4em }
.lead5 { line-height:1.4em; }

.post-title { font-size:22px; line-height:1.3em; font-weight:400; margin-bottom:0.8em }
.article-title { line-height:1.3em; font-weight:400; margin-bottom:0.8em }

@media (min-width: 180px) {
.texto_stripe { line-height:1.4em; font-size:12px; }
.logo { font-size:16px }
nav.sticky .logo {
    line-height: 50px;
    font-size: 16px;
}
.headline1 { font-size:52px }
.headline2 { font-size:36px }
.headline3 { font-size:32px; }
.headline4 { font-size:30px; }
.lead1 { font-size:40px; }
.lead2 { font-size:22px; }
.lead3 { font-size:22px;  }
.lead4 { font-size:18px;  }
.lead5 { font-size:14px; }
.article-title { font-size:22px; }
}
@media (min-width: 480px) {
.texto_stripe { line-height:1.6em; font-size:14px; }
.headline1 { font-size:52px }
.headline2 { font-size:36px }
.headline3 { font-size:32px; }
.headline4 { font-size:32px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:22px;  }
.lead3 { font-size:22px; }
.lead4 { font-size:18px;  }
.lead5 {  }
}
@media (min-width: 768px) {
.logo { font-size:24px }
.embed-contents .headline { font-size: 62px; }
.headline1 { font-size:52px }
.headline2 { font-size:48px }
.headline3 { font-size:42px; }
.headline4 { font-size:40px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:30px; }
.lead3 { font-size:24px; }
.lead4 { font-size:18px;  }
.lead5 { }
.article-title { font-size:32px; }
}
@media (min-width: 992px) {
.embed-contents .headline { font-size: 72px; }
.headline1 { font-size:100px }
.headline2 { font-size:52px }
.headline3 { font-size:52px; }
.headline4 { font-size:40px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:30px; }
.lead3 { font-size:22px;  }
}
@media (min-width: 1200px) {
.embed-contents .headline { font-size: 80px; }
.headline1 { font-size:120px }
.headline2 { font-size:110px }
.headline3 { font-size:100px; }
.headline4 { font-size:50px; }
.lead1 { font-size:50px;  }
.lead2 { font-size:32px; }
.lead3 { font-size:24px;  }
.article-title { font-size:40px; }
} 
@media (min-width: 1600px) {
.embed-contents .headline { font-size: 80px; }
.headline1 { font-size:130px }
.headline2 { font-size:120px }
.headline3 { font-size:110px; }
.headline4 { font-size:60px; }
.lead1 { font-size:50px;  }
.lead2 { font-size:32px; }
.lead3 { font-size:24px;  }
.article-title { font-size:40px; }
} 

@media (min-width: 180px) {
.headline1 { font-size:26px }
.headline2 { font-size:32px }
.headline3 { font-size:22px; }
.headline4 { font-size:16px; }
.lead1 { font-size:40px; }
.lead2 { font-size:22px;  }
.lead3 { font-size:22px;  }
.lead4 { font-size:13px;  }
.lead5 { font-size:14px; }
.article-title { font-size:22px; }
}
@media (min-width: 480px) {
.headline1 { font-size:30px }
.headline2 { font-size:32px }
.headline3 { font-size:24px; }
.headline4 { font-size:18px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:22px;  }
.lead3 { font-size:22px;  }
.lead4 { font-size:14px;  }
.lead5 { font-size:14px; }
}
@media (min-width: 768px) {
.headline1 { font-size:42px }
.headline2 { font-size:36px }
.headline3 { font-size:26px; }
.headline4 { font-size:18px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:30px;  }
.lead3 { font-size:24px; }
.lead4 { font-size:18px;  }

.lead5 { font-size:16px;  }
.article-title { font-size:32px; }
}
@media (min-width: 992px) {
.headline1 { font-size:42px }
.headline2 { font-size:40px }
.headline3 { font-size:30px; }
.headline4 { font-size:20px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:30px;  }
.lead3 { font-size:24px;  }
.lead4 { font-size:18px;  }
.lead5 { font-size:16px;  }
}
@media (min-width: 1200px) {
.headline0 { font-size:80px }
.headline1 { font-size:60px }
.headline2 { font-size:40px }
.headline3 { font-size:30px; }
.headline4 { font-size:20px; }
.lead1 { font-size:40px;  }
.lead2 { font-size:30px; }
.lead3 { font-size:24px;  }
.lead4 { font-size:18px;  }
.lead5 { font-size:16px; }
} 

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*--- COLORS ---*/
.white { color:#fff!important;}
.grey_dark { color:#444;}
.grey_light { color:#ccc;}
.red { color:#e8554e}
.blue { color:#00386c}
.yellow { color:#fc0!important;}
.brown { color:#b87333}
.bg_brown { background:#b87333}

.bg_grey { background:#f8f8f8; }
.bg_grey_dark { background:#444444; }
.bg_red { background-color:#e8554e; }
.bg_blue { background-color:#00386c; }
.bg_beige { background-color:#f6f7f0}
.bg_yellow { background-color:#fc0}

.bg-secondary { background-color:#cbc8c1!important; }

.border {
    border: 10px solid #ffffff!important;
}

/*--- TRANSFORM ---*/
.rotate-right { transform: rotate(5deg) }
.rotate-left { transform: rotate(-5deg) }

.gradient_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.front {
	z-index:999
}

.divider { width:120px; height:2px; border-bottom:2px solid #999; margin-bottom:15px; display: table }
.divider.center { margin-left:auto; margin-right:auto; }

/*--- BTN ---*/

.btn {
    color: #fff!important;
	border-radius: 1.3rem;
	padding: .6rem 1.3rem;
}
.btn-primary {
    color: #fff;
    background-color: #3680c5;
    border-color: #3680c5;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:visited {
    background-color: #3895ec;
    border-color: #3680c5;
	color:#fff;
}
.btn-success {
    color: #fff;
    background-color: #43b05c;
    border-color: #4dcd6a;
}
.btn-success:hover,.btn-success:active,.btn-success:focus,.btn-success:visited {
    background-color: #4dcd6a;
    border-color: #4dcd6a;
	color:#fff;
}
.btn-xl {
	border-radius: 33px; height:65px; line-height:65px; padding:0 30px 0 15px;  cursor:pointer
}
.btn-xl .ico {
	display:inline-block; width:40px; margin-right:20px; vertical-align:middle
}

.circle-shadow {
	box-shadow: 10px -10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 10px -10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 10px -10px  rgba(0,0,0,0.6);
	-o-box-shadow: 10px -10px  rgba(0,0,0,0.6);
}

.circle {
	display:inline-flex; 
	flex-direction:column;
	border-radius:100%;
	margin:15px; 
	vertical-align:middle;
	text-align:center;
	align-items: center;
  	justify-content: center;
	box-shadow:0px 0px 0px 4px rgba(255, 255, 255, .4) inset;
	/*border: 3px solid rgba(255, 255, 255, .4);*/
}
.circle.border-dark {
	box-shadow:0px 0px 0px 4px rgba(0, 0, 0, .2) inset!important;
	/*border: 3px solid rgba(255, 255, 255, .4);*/
}
.circle.md { width:140px; height:140px}
.circle.lg { width:220px; height:220px}
.circle.xl { width:300px; height:300px}

blockquote {
    position: relative;
    text-align: left;
    padding: 30px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width:100%;
    display: block;
}
/**/
blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #66cc66;
    top: 0;
    background: -moz-linear-gradient(top,#999 0%,#999 60%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#999 0%,#999 60%,rgba(255,255,255,0) 100%);
    
}

blockquote:before {
    content:"\f10d";
    font-family: "fontawesome";
    font-size: 3em;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #fd0;
}

blockquote > p {
    /*font-size: 1.2em;*/
	line-height:1.6em
}

blockquote > cite, 
blockquote > p > cite {
    display: block;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin-top: 1.1em;
    letter-spacing: 0;
    /*font-style:italic;*/
}

.navbar {
	padding: 12px 30px;
	-webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.36);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.36);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.5);
}

.navbar-brand img {
	width:70px
}
.navbar.sticky .navbar-brand img {
	width:45px
}

/*--- HIGHCHARTS ---*/

.highcharts-figure, .highcharts-data-table table {
  min-width: 320px; 
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.data-label-selected>span {
    color: red !important;
}

/*--- HOVER EFFECTS ---*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	/*padding: 1em 0 4em;*/
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

.grid .row {
    /*justify-content: center;*/
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;*/
	width: 99%/*48%*/;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
	padding:0;
	margin:0
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 100%;
	width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	/*font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .4) inset;*/
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 10;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/*word-spacing: -0.15em;*/
	/*text-transform: uppercase;*/
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure h2 {
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.85); /*font-size:1.4em; line-height:1em;*/
}
.grid figure p {
	/*letter-spacing: 1px;
	font-size: 68.5%;*/
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img.fondo {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:0.9;
}

figure.effect-chico:hover img.fondo {
	opacity: 0.3;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

figure.effect-chico figcaption .bt_play {
	
	position:absolute;
	font-size:1.6em;
	left:0; right:0; margin:auto; bottom:10%; z-index:1; 
	display:flex;
align-items: center;
justify-content:center;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale(1.12);
	transform: scale(0.8);
    opacity: 1;
    background:rgb(0,0,0,0.5);
   /* border:2px solid #fff;*/
    border-radius:100%;
    width:60px; 
    height:60px;
}

figure.effect-chico figcaption .btn-sm {
	
	width:120px; bottom:20% 

}

figure.effect-chico:hover figcaption .bt_play {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico .title {
	position:relative;
	top: 70%;
    /*transform: translateY(-50%);*/
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

figure.effect-chico h2 {
	padding-bottom: 20px;
	
}

figure.effect-chico:hover .title {
	top: 40%;
}

figure.effect-chico p {
	margin: 0 auto;
	/*max-width: 300px;*/
	/*-webkit-transform: scale(0.5);
	transform: scale(0.5);*/
}

figure.effect-chico:hover p {
	opacity: 1;
}

figure.effect-chico:hover figcaption::before {
	/*opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);*/
}

/*--- FOOTER ---*/
.footer { background:#19262e; padding:30px 0 }

@media screen and (max-width: 819px) {
.footer_logos { width:100%; margin:auto }
}
@media screen and (min-width: 820px) {
.footer_logos { width:100%; margin:auto }
}
.footer_logos { margin:30px 0; overflow:auto; padding:0 30px }
.footer_logos img { width:90%; height:auto }
.footer_logos div.col { width:14.2%; text-align:center; float:left }
@media only screen and (max-width: 480px) {
.footer_logos div.col { width:50%; margin-bottom:10px }
}
@media only screen and (min-width: 481px) and (max-width: 720px) {
.footer_logos div.col { width:33.3%; margin-bottom:10px }
}
@media only screen and (max-width: 720px) {
.footer_logos { padding:0 20px; }
}

.copyright { color:#CCCCCC; margin-top:30px; padding:0; margin:20px auto; display:table;  }

@media only screen and (max-width: 720px) {
.copyright { font-size:85%; padding:0 20px; width:100%; clear:both }
}

@media screen and (max-width: 780px) {
.section_links { display:block }
}
@media screen and (min-width: 781px) {
.section_links { display:none }
}

.copyright { color:#CCCCCC; margin-top:30px; padding:0; line-height:1.5em;  }

@media only screen and (max-width: 720px) {
.copyright { text-align: left }
}

.share_icons {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
	line-height:30px;
    color: #FFFFFF;
    background: rgb(0,0,0,0.5);
    padding: 0 20px;
}
.share_icons a { display:inline-block; margin:10px 5px; cursor:pointer }
.share_icons span { display:inline-block; margin-right:5px; }
.share_icons a img { width:24px; }