<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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;
}
@media (min-width: 180px) {
body {
	font-size:12px;
}
}
@media (min-width: 480px) {
body {
	font-size:14px;
}
}
body {
	line-height: 1.2em;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
body,html { height:100%}
ol, ul {
	list-style: none;
}
p { line-height:1.4em; margin-bottom:1em}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a { color:#337ab7; }
a:hover {
text-decoration:underline
}
a:visited, a:focus { color:#337ab7; text-decoration:none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: unset!important;
}

@media (max-width: 480px) {
p.mobile_small { font-size:12px!important; }
}

section { padding:60px 0}

/**/
.stellar { background-size:cover}

.vertical_center {
    position: relative!important;
}

.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
}

.ampliar { position:relative; display:block; }
.ampliar .overlay { display:block; width:100%; height:100%; background:rgba(0, 0, 0, 0.6); opacity:0; position:absolute;
-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
 }
.ampliar:hover { cursor:pointer }
.ampliar:hover div.overlay { opacity:1; }

@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;
}

.slide_footer { position:absolute; bottom:10px; width:100%; text-align:center; z-index:100 }
.slide_footer:after {
	font-family: FontAwesome;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    display: block;
	content: "\f103"
}



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

.icon_menu { display:table; text-align:center; width:100%}
.feature_icon { text-align:center; /*float:none; */display: inline-block }
.feature_icon a { 
text-decoration:none; 
color:initial; 
display:block; 
padding:20px 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
 }
@media (max-width: 480px) {
.feature_icon { text-align:center }
.feature_icon a {  padding:20px 0; }
.feature_icon a p { font-size:0.9em; }
.feature_icon { width: 50%; }
}
/*
@media (min-width: 481px) and (max-width: 790px) {
.feature_icon { width: 33%; }
}
@media (min-width: 790px) {
.feature_icon { width: 20%; }
}*/

.feature_icon:hover span { }
.feature_icon:hover a { text-decoration:none; color: initial }


span.icon { 
    display: block;
    /*margin-bottom: 20px;*/
    font-size: 40px;
    /*line-height: 120px;*/
}
span.icon.links { 
    line-height: 80px!important;
    width:80px;
	height:80px;
    margin-left: auto;
    margin-right: auto;
	color:#555;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.feature_icon:hover a span.icon.links {
-webkit-transform: scale(1.2);
	transform: scale(1.2);
 }
.feature_icon a:hover { background:#f5f5f5; }

span.icon.links [class^="linea-"]:before, [class*=" linea-"]:before {
    line-height: 120px;
}

/*--- Slides Home ---*/

@media (max-width: 480px) {
.inicio {
    background-image: url(../images/slides/mobile/home01.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}
.fraude {
    background-image: url(../images/slides/mobile/fraude.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.arbitraje {
    background-image: url(../images/slides/mobile/arbitraje.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}
.juiciorico {
    background-image: url(../images/slides/mobile/juiciorico2.jpg);icio
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.section_shade {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&amp;0+0,0.6+69 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 69%, rgba(0,0,0,0.9) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 69%,rgba(0,0,0,0.9) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 69%,rgba(0,0,0,0.9) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.section_shade_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.1+0,0.85+100 */
background: rgba(0,0,0,0.8);
}
.section_shade_inicio {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 80%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.1+0,0.85+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.textos_inicio { padding-top:30px;}
.textos_inicio p { color:#fff; }
}

@media (min-width: 481px) {
.section_shade_inicio { display:none}

.inicio {
    background-image: url(../images/slides/home01.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}
.fraude {
    background-image: url(../images/slides/fraude.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.arbitraje {
    background-image: url(../images/slides/arbitraje.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}
.juiciorico {
    background-image: url(../images/slides/juiciorico2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.section_shade {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 70%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&amp;0+0,0.6+69 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 69%, rgba(0,0,0,0.9) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 69%,rgba(0,0,0,0.9) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 69%,rgba(0,0,0,0.9) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}



.gotolink { text-shadow:none; padding:0 4px; border-radius:4px; text-decoration:underline;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; 
	}
.gotolink:hover { background:#fc0; color:#222!important  }

gotolink:visited, gotolink:focus { text-decoration:underline; }

.antecedentes {
    background-image: url(../images/slides/juiciorico.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.argentina {
    background-image: url(../images/slides/argentina.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.brasil {
    background-image: url(../images/slides/brasil.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.canada {
    background-image: url(../images/slides/canada.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

.eeuu {
    background-image: url(../images/slides/eeuu.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}
.map {
    background-image: url(../images/slides/map.png);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    margin: 1px auto;
}

}





.epigrafe p { font-size:0.9em!important; padding:1em 0;}

/*--- 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); }

.headline1 { line-height:0.9em; margin-bottom:0.6em; letter-spacing:-1px; font-weight:700 }
.headline2 { line-height:1.2em; margin-bottom:0.6em; letter-spacing:-1px; font-weight:700 }
.headline3 { letter-spacing:-1px; font-weight:700; line-height:1.2em  }
.headline4 { line-height:0.9em; margin-bottom:0.6em }
.lead1 { line-height:1em }
.lead2 { line-height:1.1em }
.lead3 { 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:70px }
.headline1 { font-size:50px }
.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%; }

.imageholder {
position:relative;
background:#999;
padding:1px;
}
.ico_play {
position:absolute;
text-align:center;
z-index:100;
width:100%;
top:50%;
left:0;
margin-top:-24px;
line-height:48px;
font-size:48px;
}
.ico_play i {
/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
}

/*--- OWL CAROUSEL ---*/

.laterals { border-left:1px solid #ccc; border-right:1px solid #ccc}
.owl-carousel { overflow: visible!important; }
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
	cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #FFFFFF;
    border-radius: none;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 32px;
    height: 52px;
    cursor: pointer;
    border-radius: 0;
    background: none;
    text-indent: inherit!important;
	font-size:0;
}

.carusel_multiple .item {
    margin: 0 15px;
    /*background: #fc0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	position:relative;
	overflow:hidden;
	height:160px;
}
.carusel_multiple .item.multimedia {
    background: #fff;
	height:initial;
}
.carusel_multiple .item.multimedia .back {
    background: #fc0;
}
.carusel_multiple .item .back {
	top: auto;
	bottom: 0;
	height: 180px;
	background: #fff;
	/*margin-left:-15px;
	margin-right:-15px;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,157px,0);
	transform: translate3d(0,157px,0);
}
.carusel_multiple .item .back i {
	/*float:right; */margin:15px; color:#000;
}
.carusel_multiple .item:hover  {
	/*background: #fc0;*/
}
.owl-carousel .owl-item .item:hover p {
    color: #fc0;
}
.carusel_multiple .item:hover .back {
	-webkit-transform: translate3d(0,120px,0);
	transform: translate3d(0,120px,0);
}

.carusel_multiple .owl-dot.active {
    background: #fc0!important;
}

/**/
.item-title { 
position:absolute; top:0; left:0; width:100%; z-index:10; padding:15px;
-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
 }

.carusel_multiple .item:hover .item-title {
    -webkit-transform: translate3d(0,-35px,0);
	transform: translate3d(0,-35px,0);
}
.carusel_multiple .item .icon { font-size:32px}
.carusel_multiple .item .doctype { font-size:12px; position:absolute; top:0; right:45px; display:block}
.carusel_multiple a { color:#222/*#b87333*/ }
.carusel_multiple a:hover,.carusel_multiple a:focus { text-decoration:none; color:#999; }

.carusel_multiple .owl-controls .owl-nav [class*="owl-"]:before {
    color: #fff;
    font-size: 18px;
}

.owl-carousel .owl-item p {
    color: #fff; line-height:1.3em; font-size:1.2em
}
.owl-multimedia .owl-item p {
    color: #111; line-height:1.3em; font-size:1.2em
}
.carusel_multiple .owl-item i {
    color: #fff; 
}
.carusel_multiple .owl-controls .owl-nav [class*="owl-"]:before {
    font-family: FontAwesome;
    color: #999;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
}
.carusel_multiple .owl-controls .owl-nav [class*="owl-"]:hover:before {
    color: #000;
}
.carusel_multiple .owl-controls .owl-nav .owl-prev:before {
    content: "\f053";
}
.carusel_multiple .owl-controls .owl-nav .owl-next:before {
    content: "\f054";
}
.carusel_multiple .owl-controls .owl-nav [class*="owl-"] {
    /*background: #00386c;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}
.carusel_multiple .owl-controls .owl-nav .owl-prev {
    left:-60px!important
}
.carusel_multiple .owl-controls .owl-nav .owl-next {
    right:-60px!important
}
/*--- FOOTER ---*/
.footer { background:#555; 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.28%; 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 }
}


.share a { font-size:16px; color:#111; line-height:32px; height:32px; width:32px; text-align:center; display: inline-block; background:#fc0; border-radius:100%; cursor:pointer }
.share a:hover { color:#fff; background:#ccc; }
.share a i { line-height:32px;}

.articles_rel { text-align:center; }
.articles_rel li { /*width:24%; float:left*/ line-height:40px; border-bottom:1px dotted #999 }
.articles_rel li a { text-decoration:none; color:#111; }
.articles_rel li a:hover { color:#999; }

.article a { color:#000; text-decoration:underline}
.article img { max-width:100%!important; height:auto!important}

.btn { text-decoration:none!important; text-transform:uppercase }
.btn-search {
    color: #222;
    background-color: #ffcc00;
    border-color: #ffe854;
}
.btn-primary {
    color: #222;
    background-color: #ffcc00;
    border-color: #ffe854;
	font-size:0.9em
}
.btn-info,.btn-info:visited,.btn-info:focus {
    color: #fff;
    background-color: #333;
    border-color: #555!important;
	font-size:0.9em
}
.btn-info:hover {
    color: #fff;
    background-color: #666!important;
}


/*--- NAVBAR ---*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    background: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
}

.navbar {
    height: auto;
	box-shadow:none;
	border:none;
	padding:0 15px;
	-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
	
}
.navbar-default {
	height:80px;
	margin-bottom:0
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #444; line-height:1em; padding:15px 0; margin:0 10px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #000;
}
.navbar-default .navbar-nav &gt; li &gt; a span {
    vertical-align: middle; font-size:20px; margin-right:5px
}
.navbar-default .navbar-nav &gt; li &gt; a.highlight_red {
    margin:0;
}

.nav { 
margin-top:15px; 
margin-right:0;
font-weight:600;
-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.nav &gt; li &gt; span {
    position: relative;
    display: block;
    padding: 12px 8px;
    cursor: pointer;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #fff;
	margin-left:-15px;
	margin-right:-15px;
	padding:0 30px;
}



@media (max-width: 767px) {
.nav {
    text-align:center;
}
#custom-search-form { float:none!important}
}

@media (min-width: 768px) {

#custom-search-form { max-width:180px; margin:5px 10px }
.navbar-nav&gt;li {
    color: #fff;
}
.navbar-nav&gt;li&gt;span {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
nav .navbar-brand img {
	max-width: 160px
}
}

@media (min-width: 1600px) {
nav .navbar-brand img {
	max-width: 160px;
}
}

/* HOVER */
/* Underline From Center */
@media (min-width: 769px) {
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fc0;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

}

.dropdown-menu&gt;li&gt;a {
    padding: 10px 20px;
}

.logo { 
margin-left:15px; 
display:block; 
color:#222; 
line-height:80px;
font-size:18px;
-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
	 }
.logo img {
width:60px;
vertical-align:middle;
margin-right:15px;
	 }
.logo:hover { text-decoration:none; color:#ccc!important}

nav.sticky {
  height: 50px; 
  /*background: #070c2e;*/
  border-bottom:1px solid #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.5);*/
}
nav.sticky .nav { margin-top:6px}

nav.sticky .logo img { width:40px;}

nav .navbar-brand img {
    -webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
nav.sticky .navbar-brand img {
    width:100px;
	height:auto
}

@media (max-width:767px) {
nav .navbar-brand img {
    width:100px;
	height:auto
}
}

.redes { padding:0 15px!important }
.redes a { display:inline-block!important; padding:15px 5px!important}
/*
@media (max-width:480px) {
.glosario {
	column-count:1;
	column-gap:0;
}
}
@media (max-width:481px) and (max-width:720px) {
.glosario {
	column-count:2;
	column-gap:30px;
}
}
@media (max-width:721px) and (max-width:1600px) {
.glosario {
	column-count:3;
	column-gap:30px;
}
}
@media (max-width:1601px) {
.glosario {
	column-count:4;
	column-gap:30px;
}
}*/
.glosario_item {
    display: inline-block;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    width: 100%;
	margin-bottom:0.6em;
}
.definition { /*font-size:85%*/}

@media (max-width:576px) {
.articulo { margin-bottom:30px;}
}
@media (min-width:577px) {
.articulo { height:370px;}
}

.articulo a:hover p { opacity:0.6;}

.panes {
	/*padding: 20px 0 10px 0;*/
	overflow: auto;
	margin-bottom: 20px;
}
.panes .pane {
	display: none;
}
.panes ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px; /* Firefox */
	-webkit-column-count: 2;
	-webkit-column-gap: 20px; /* Safari and Chrome */
	column-count: 2;
	column-gap: 20px;/*display:inline;*/
}
.panes ul li {
	display: inline-block;
	/*width: 22%;*/
	width: 100%;
	background: url(../images/icons.png) no-repeat -20px -38px;
	/*float: left;*/
	font-size: 14px;
	line-height: 1.4em;
	border-bottom: 1px solid #CCCCCC;
}
.panes ul li a {
	color: #333;
	padding: 6px 0 6px 25px;
	display: inline-block;
	vertical-align: top;
}
.panes ul li a:hover {
	color: #2da6e5;
	text-decoration: none;
}

/*--- TABS ---*/

.panel-body ul { list-style:disc; line-height:1.4em }

.panel-default&gt;.panel-heading.active {
    background:#fc0!important; 
}

.panel-group .panel {
    border:none;
}
.panel-default&gt;.panel-heading {
    background-color: #fff;
    border-bottom:1px solid #ccc;
	padding:0
}
.panel-title&gt;a, .panel-title&gt;small, .panel-title&gt;.small, .panel-title&gt;small&gt;a, .panel-title&gt;.small&gt;a {
    width: 100%;
	padding:15px;
	display:block;
}

.panel-title&gt;a:hover {
background-color:#eee;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.collapse {
    /*background:#f8f8f8*/
}

.parallax-window {
    min-height: 100%;
    background: transparent;
}

@media (max-width: 480px) {
/*#botonera { display: none; }*/
#botonera { 
position: fixed; z-index:100; right:15px; top:50%; margin-top:-140px;
}
#botonera a { 
display:block; clear:both; margin:9px 7px; height:8px; width:8px; border-radius:100%; background:#fff;
}
}
@media (min-width: 481px) {
#botonera { 
position: fixed; z-index:100; right:20px;  top:50%; margin-top:-112px;
}
#botonera a { 
display:block; clear:both; margin:9px 7px; height:15px; width:15px; border-radius:100%; background:rgba(0, 0, 0, 0.7);
}
}

#botonera a.active { 
background:#fc0;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #111;
  background: #fc0;
  height: 39px;
  line-height: 39px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: -1px 1px 3px #000000;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #fc0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  right: 100%;
  top: 50%;
  margin-top: -19.5px;
  margin-right: 15px;
  z-index: 999;
}
.fact_container { min-height:360px}


.fact-recargar { margin-bottom:15px }

@media only screen and (min-width: 690px) {
.fact-recargar { position:absolute; top:0; right:0; }
}

.fact {
  margin:0 30px 30px 30px; padding:40px 40px 70px 40px; background:#f5f4f1; border:2px solid #fff; border-radius:5px; overflow:visible; position:relative; 
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.2);
}
.fact .ribbon { display:none; }
.latest .fact .ribbon { display:block; }
.fact_pic { width:100%; height:auto; border-radius:100%; border:2px solid #eee; overflow:hidden; margin-right:30px; margin-bottom:15px;}
.fact_pic img { width:100%; height:auto }
.fact_quote p { font-size:1.2em;}
.ico_quote { border-radius:100%; width:60px; height:60px; background:#333; display:flex; align-items: center; justify-content: center; position:absolute; margin:auto; left:0; right:0; margin-top:-30px; }
.ico_quote img { width:75% }
.chequeado {margin-bottom:15px; display:none;
-webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s; }
.chequeado p i { margin-right:8px;}
.chequeado a { color:#1a76c4; text-decoration:underline; }
.arrows { position:absolute; margin-top:-15px; width:48px; overflow:visible; z-index:1000;  bottom:0 }
.arrow { width:40px; height:40px; border-radius:100%; background:#333; display:flex; align-items: center; justify-content: center; position:absolute }
.arrow img { width:50%}
@media only screen and (min-width: 180px) {
.arrow.left { left:0px; }
.arrow.right { right:0px; }
}
@media only screen and (min-width: 690px) {
.arrow.left { left:-30px; }
.arrow.right { right:-30px; }
}
.menu_temas label { margin:5px}
.chequeado.abierto { display:block}
.arrow { cursor:pointer}

.fact_filters div[class^="col-"] {
margin-bottom:15px;
}

.ribbon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 205px;
  padding: 10px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  /*font: 700 18px/1 'Lato', sans-serif;*/
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/*- DETECTOR DE MENTIRAS ---*/

.input-group-btn:first-child&gt;.btn, .input-group-btn:first-child&gt;.btn-group {
    margin-right: -1px;
}
.input-group-btn .btn-info {
    color: #222;
    background-color: #fc0;
    border-color: #fc0!important;
	font-size:14px
}</pre></body></html>