@font-face {
    font-family: "hrafa";
    font-display: block;
    src:url('/__export/sites/elbordo/desktop/css/fonts/icons.woff') format('woff'),
        url('/__export/sites/elbordo/desktop/css/fonts/icons.woff2') format('woff2'),
        url('/__export/sites/elbordo/desktop/css/fonts/icons.ttf') format('truetype'),
        url('/__export/sites/elbordo/desktop/css/fonts/icons.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hrafa:before {
  display: inline-block;
  font-family: "hrafa";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hrafa__arrow_left:before {
  content: "\EA01"
}
.hrafa__bookmark_off:before {
  content: "\EA02"
}
.hrafa__bookmark_on:before {
  content: "\EA03"
}
.hrafa__camera:before {
  content: "\EA04"
}
.hrafa__check:before {
  content: "\EA05"
}
.hrafa__coffee:before {
  content: "\EA06"
}
.hrafa__cross:before {
  content: "\EA07"
}
.hrafa__facebook:before {
  content: "\EA08"
}
.hrafa__fullscreen:before {
  content: "\EA09"
}
.hrafa__fullscreen_outline:before {
  content: "\EA0A"
}
.hrafa__instagram:before {
  content: "\EA0B"
}
.hrafa__link:before {
  content: "\EA0C"
}
.hrafa__link_outline:before {
  content: "\EA0D"
}
.hrafa__mail:before {
  content: "\EA0E"
}
.hrafa__mail_outline:before {
  content: "\EA0F"
}
.hrafa__menu_hamburger:before {
  content: "\EA10"
}
.hrafa__menu_lomito:before {
  content: "\EA11"
}
.hrafa__menu_meatball:before {
  content: "\EA12"
}
.hrafa__menu_vento:before {
  content: "\EA13"
}
.hrafa__messenger:before {
  content: "\EA14"
}
.hrafa__pause:before {
  content: "\EA15"
}
.hrafa__picture:before {
  content: "\EA16"
}
.hrafa__pinterest:before {
  content: "\EA17"
}
.hrafa__play:before {
  content: "\EA18"
}
.hrafa__play_rounded:before {
  content: "\EA19"
}
.hrafa__search:before {
  content: "\EA1A"
}
.hrafa__search_cool:before {
  content: "\EA1B"
}
.hrafa__settings:before {
  content: "\EA1C"
}
.hrafa__snapchat:before {
  content: "\EA1D"
}
.hrafa__sound_high:before {
  content: "\EA1E"
}
.hrafa__sound_low:before {
  content: "\EA1F"
}
.hrafa__sound_off:before {
  content: "\EA20"
}
.hrafa__twitter:before {
  content: "\EA21"
}
.hrafa__upload:before {
  content: "\EA22"
}
.hrafa__user:before {
  content: "\EA23"
}
.hrafa__whatsapp:before {
  content: "\EA24"
}
.hrafa__whatsapp_outline:before {
  content: "\EA25"
}
.hrafa__youtube:before {
  content: "\EA26"
}
.hrafa__logo:before {
  content: "\EA27"
}
.hrafa__check_outline:before {
  content: "\EA28"
}
.hrafa__arrow_left_outline:before {
  content: "\EA29"
}
.hrafa__arrow_right_outline:before {
  content: "\EA2A"
}
.hrafa__audio:before {
  content: "\EA2B"
}
.hrafa__comillas:before {
  content: "\EA2C"
}
.hrafa__arrow_top:before {
  content: "\EA2D"
}
.row{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.row--full{
	max-width: 100%;
}
.row:after,
.row--full:after{
	display: block;
    content: "";
    clear: both;
}

.row__container{
	/* margin: 0 -15px; */
	line-height: 0;
	font-size: 0;
}
.row__container > *{
	font-size: initial;
	line-height: initial;
}
.col{
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col_1{
	width: 8.33%;
}
.col_2{
	width: 16.66%;
}
.col_3{
	width: 25%;
}
.col_4{
	width: 33.33%;
}
.col_5{
	width: 41.66%;
}
.col_6{
	width: 50%;
}
.col_7{
	width: 58.33%;
}
.col_8{
	width: 66.66%;
}
.col_9{
	width: 75%;
}
.col_10{
	width: 83.33%;
}
.col_11{
	width: 91.66%;
}
.col_12{
	width: 100%;
}

.col__aside{
	width: 300px;
	float: right;
}
.col__main + .col__aside{
	float: left;
	margin-right: initial;
	margin-left: 332px;
}
.col__aside + .col__main{
	margin-right: 332px;
	margin-left: auto;
}

.banner {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  min-width: 1200px;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  font: 400 19px/33px 'Roboto', sans-serif;
  color: #000000;
  background: #FFFFFF;
  min-width: 1200px;
  /*overflow: hidden;*/
}

* {
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


iframe{
	border: none;
	max-width: 100%;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template,
.hide {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  text-decoration: none;
  color: inherit;
  font: inherit;
}

a:active,
a:hover {
  outline: 0;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
  padding: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
	GLOBAL CLASS
*/
.hidden{
	overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

.banner--sticky {
	width: inherit !important;
}

.news__line > ul > li a {
	color: #222;
	font-weight: 700;
}

img[data-lazyload]{opacity:0;}

.news__section {
	font: 700 18px/24px 'Roboto', sans-serif;
	color: #F7931E;
	text-transform: uppercase;
	margin: 22px 0 6px 0;
}

.news__date {
	font: 14px/19px 'Roboto', sans-serif;
	color: #010101;
	margin-top:16px;
}

.news__date > svg {
	float:left;
	width: 12px;
	margin-top:-3px;
	margin-right:6px;
}

.pa-1 {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.object__fit {
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.div-left {
	float: left;
}

.div-right {
	float: right;
}

.gradient-black {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0, 0, 0,0)),to(rgba(0, 0, 0,1)));
    background: -o-linear-gradient(top,rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
    opacity: .8;
    background-color: #f7f7f7;
}

.gradient-black:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0, 0, 0,0)),to(rgba(0, 0, 0,1)));
    background: -o-linear-gradient(top,rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
    opacity: .8;
    z-index: 1;
}

.board_data {
	position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg,#00000000 0%,#000000 100%) 0% 0% no-repeat padding-box;
}

.mt-30 {
	margin-top: 30px;
}

.zona__left,
.zona__inferior .zona__right {
    width: 815px;
}

.zona__right,
.zona__inferior .zona__left {
    width: 380px;
}

.sidebar-z1 {
    position: relative;
    display: block;
}

.align-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.ad-margin {
	margin:30px auto;
}

.thumb_video {
	object-position: unset;
    position: absolute;
    top: 5px;
    left: 5px;
}

.thumb_audio {
	object-position: unset;
    position: absolute;
    top: 5px;
    left: 5px;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    border-radius: 112px;
    opacity: 0.7;
}

.thumb_audio.audio_left_video {
    left: 65px;
}

.sharemodal {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    transition: all 0s .3s;
}

.sharemodal--open {
    visibility: visible;
    top: 0;
    transition: all 0s 0s;
}

.sharemodal__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    background-color: rgba(42,42,42,.5);
}

.sharemodal--open .sharemodal__shadow {
    opacity: 1;
}

.sharemodal__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-radius: 10px 10px 0 0;
    background-color: white;
    padding: 20px 20px 0;
    will-change: transform;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    transform: translate(0,100%);
    -webkit-transform: translate(0,100%);
}

.sharemodal--open .sharemodal__content {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.sharemodal__news {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
}

.sharemodal__newsmedia {
    width: 100px;
    height: 100px;
    /*float: left;*/
    border-radius: 10px;
    background-color: #f7f7f7;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.sharemodal__newsdata {
    /*margin-left: 120px;*/
    padding: 8px 0 0;
}

.sharemodal__newssection {
    font: 600 18px/18px 'Roboto',sans-serif;
    text-transform: uppercase;
    color: #346934;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.sharemodal__newstitle {
    font: 500 25px/25px 'Roboto',sans-serif;
}

.sharemodal__social {
    padding: 10px;
    text-align: center;
}

.sharemodal__social .hrafa {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 0;
    border: none;
    text-align: center;
    color: #004CDE;
    vertical-align: top;
    margin: 0 8px;
    line-height: 54px;
}

.sharemodal__social .hrafa__whatsapp {
    font-size: 20px;
    color: #25D366;
}

.sharemodal__social .hrafa__facebook {
    font-size: 18px;
    color: #3B5998;
}

.sharemodal__social .hrafa__twitter {
    font-size: 17px;
    color: #1DA1F2;
}

.sharemodal__social .hrafa__mail {
    font-size: 14px;
    line-height: 52px;
}

.news__share {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: none;
	fill: #000;
	cursor: pointer;
}

ins.adsbygoogle[data-ad-status="unfilled---test"] {
    display: none !important;
}

.dot {
    border: 10px solid #f00;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 1.5s ease-out;
    -moz-animation: pulse 1.5s ease-out;
    animation: pulse 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0;
}

.pulse {
    width: 1px;
    height: 1px;
    border: 3px solid #f00;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f00;
    z-index: 10;
    position: absolute;
    top: -3px;
    left: -3px;
}

.section__title {
    text-align: left;
    font: 700 30px/41px 'Roboto', sans-serif;
    color: #010101;
    position: relative;
}

.section__title:before {
    position: absolute;
    left: 199px;
    top: 17px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #C50000;
}

.section__title:after {
    position: absolute;
    left: 229px;
    top: 22px;
    content: '';
    display: inline-block;
    width: 658px;
    height: 2px;
    background-color: #BCBCBC;
}

.zona-superior .col_9 .section__title:last-child:before {
    left: 216px;
    background-color:#FF2300;
}

.zona-superior .col_9 .section__title:last-child:after {
    width: 642px;
    left: 245px;
}

.adModuleLocal {
    display: block;
    margin: 0 auto;
}

.local300x250 {
    width: 300px;
    min-height: 250px;
}
.local1200x131 {
    width: 1200px;
    min-height: 131px;
}

.news__memes {
    position: relative;
    width: 100%;
}

.news__memes .news__data {
    position: absolute;
    top: 0;
    left: 0;
}

.news__memes .news__media {
    position: relative;
    padding-top: 50px;
    width: 100%;
    height: auto;
}

.news__memes .meme_img {
    width: 100%;
    height: auto;
}
header {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    padding-top: 19px;
    /*-webkit-box-shadow: 0px -30px 87px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px -30px 87px 0px rgba(0,0,0,0.41);
    box-shadow: 0px -30px 87px 0px rgba(0,0,0,0.41);*/
}

.header__top { padding-top: 19px; }
.header__top .div-left { width: 295px; }
.header__top .div-right { width: 30px; }
.header__top .div-center { float:left; width: 750px; text-align: center; }

#data-w {
    font: italic 15px/20px 'Roboto', sans-serif;
    color: #000;
}

.header__weather > svg {
    float:left;
    fill: #FFDD00;
}

.header__weather > ul {
    display:inline-block;
    margin-left: 22px;
}

.header__weather > ul li {
    display:inline-block;
}

.header__weather > ul li:first-child {
    margin-right: 22px;
}

.header__weather {
    font: 14px/19px 'Roboto', sans-serif;
    color:#000;
    margin: 11px 0 27px 0;
}

.header__weather span {
    font: 900 17px/23px 'Roboto', sans-serif;
    margin-left: 10px;
}

.header__weather ul li:first-child span { color:#FF0000; }
.header__weather ul li:last-child span { color:#0088FF; }

.header__top .header_data li{
    font: 700 13px/18px 'Roboto', sans-serif;
    color:#010101;
    margin-bottom: 7px;
    position:relative;
    padding-left: 33px;
}

.header__top .header_data li:before {
    position: absolute;
    left:0;
    top:3px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
}

.header__top .header_data li:nth-child(1):before { background-color: #F7931E; }
.header__top .header_data li:nth-child(2):before { background-color: #F15A24; }
.header__top .header_data li:nth-child(3):before { background-color: #C50000; }

.header__bridges {
    display: block;
    margin: 0 auto;
    width:100%;

    box-shadow: 1px -1px 19px -1px rgba(0,0,0,0.48);
    -webkit-box-shadow: 1px -1px 19px -1px rgba(0,0,0,0.48);
    -moz-box-shadow: 1px -1px 19px -1px rgba(0,0,0,0.48);
    padding: 5px;

    margin-bottom:30px;
    border:2px solid #F7931E;
    padding: 5px;
}

.header__bridges h3 {
    font: 14px/21px 'Roboto',sans-serif;
    text-align: center;
    margin-bottom:10px;
}

.header__bridges ul {
    display:block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.header__bridges ul li {
    font: 13px/20px 'Roboto', sans-serif;
    display:inline-block;
    position:relative;
}

.header__bridges p {
    font: 11px/16px 'Roboto',sans-serif;
    text-align: center;
    margin-top:10px;
}







nav {
    width: 100%;
    height: 31px;
    position:relative;
    margin-top:15px;
}

nav li {
    display:inline-block;
    margin-right: 38px;
    font: 700 15px/20px 'Roboto', sans-serif;
}

nav li:last-child {
    margin-right:0;
}


.header__search-form{
	position:absolute;
	width: 100%;
	height:0;
	padding:0px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow: hidden;
	font-size: 0;
	background-color: #f7931e;
	bottom: -103px;
	left: 0;
	z-index: 2;
	opacity:0;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
    text-align: center;
}

.header__search-form--active{
	padding:22px;
	height:103px;
	opacity:1;
}

.header__search-form .hrafa__search_cool{
	font-size: 23px;
	display: inline-block;
	vertical-align: top;
	color:#fff;
	border-radius: 41px;
    background-color: #f15a24;
    padding: 7px 13px;
    margin-left: -47px;
}
.header__search-form input{
	background: #fff;
	border: 0;
	padding: 0px 15px;
	width: 80%;
	max-width:937px;
	height: 47px;
	font: 700 18px/23px 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: top;
	border-radius: 31px;
    color: #222222;
}

.header__search-button .hrafa__cross {
    display: none;
    font-size: 21px;
    line-height: 21px;
    color: #000;
    padding: 4px 6px 0 0;
}

.header__search-button--active .hrafa__cross{
	display:block;
}

.header__actions {
    padding-top: 2px;
}

.header__social .hrafa.hrafa__youtube {
	color: #c4302b;
}

.header__social .hrafa.hrafa__twitter {
	color: #00acee;
}

.header__social .hrafa.hrafa__facebook {
	color: #3b5998;
}

.header__social .hrafa {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	position: relative;
	margin: 0 0 0 6px;
}

.tickerTrending {
    width: 100%;
    height: 54px;
    background:#F1F1F1;
}

.zonaTicker{
    margin-top:30px;
    position: relative;
}

.zonaTicker .pulse {
    top:21px;
    left:21px;
}
.zonaTicker .dot {
    top:0;
    left:0;
}

.zonaTicker .ticket-title {
    float: left;
    font: 17px/23px 'Roboto', sans-serif;
    color: #000;
    margin-left: 60px;
    margin-top: 13px;
    position: relative;
}

.zonaTicker .ticket-title:after {
    content: "";
    width: 1px;
    height: 22px;
    background: #000;
    position: absolute;
    top: 3px;
    right: -21px;
}

.ticker-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 54px;
    background-color: rgba(241,241,241);
    padding-left: 100%;
    box-sizing: content-box;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 15px;
    font-size: 23px;
    color: #000;
}
.ticker:hover {animation-play-state: paused;}
.ticker-overflow {
    width: 990px;
    overflow: hidden;
    margin-left: 44px;
    float: left;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
#header {
    -webkit-box-shadow: 0px -30px 87px 0px rgb(0 0 0 / 41%);
    -moz-box-shadow: 0px -30px 87px 0px rgba(0,0,0,0.41);
    box-shadow: 0px -30px 87px 0px rgb(0 0 0 / 41%);
}

.site-main {
    margin-top:43px;
}

.section__header {
    margin-bottom:34px;
}

.zona-section .col_9 {
    padding-left:0;
}
.zona-section .col_3 {
    padding-right: 0;
}

.news__box {
    position: relative;
    width: 887px;
    height: 528px;
    overflow: hidden;
}

.news__box .news__media {
    opacity: 1;
}

.news__box .news__media img {
    -o-object-position: top center;
    object-position: top right;
}

.news__box .news__data {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    margin: 0;
    padding: 30px 80px;
    text-align: center;
    z-index: 2;
}

.news__box .news__data .news__title {
    font: 700 28px/38px 'Roboto', sans-serif;
    color:#fff;
    margin-bottom:11px;
}

.news__box .news__data .news__date {
    position: relative;
    font: 14px/19px 'Roboto', sans-serif;
    color:#fff;
}

.news__box .news__data .news__date > svg {
    float:inherit;
    width: 12px;
    margin-top:0;
    position: absolute;
    left:-16px;
    top:-3px;
    fill:#fff;
}

.news__lay {
    display: block;
    margin:0 auto;
    width:100%;
    margin-top:66px;
}

.news__central {
    padding: 0;
    z-index: 4;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 25px;
}

.news__central .news__media {
    width: 296px;
    height: 200px;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.news__central .news__data {
    margin-left:334px;
}

.news__central .news__data .news__title {
    font: 700 25px/34px 'Roboto', sans-serif;
    color: #010101;
}

.section--show__more {
    display: block;
    margin: 0 auto;
    width: 257px;
    height: 48px;
    background: #f6931d;
    border: 1px solid #707070;
    border-radius: 26px;
    font: 700 19px/24px 'Roboto', sans-serif;
    color: #fff;
}

.section__search--content {
    position:relative;
    background:#f7931e;
    width: 100%;
    height:184px;
    margin-bottom:50px;
}

.section__search--content h1 {
    text-align: center;
    color: #fff;
    font: 700 30px/44px 'Roboto', sans-serif;
    padding-top: 33px;
}

.section__search--content .section__search--form {
    position: relative;
}

#search__section {
    background: #fff;
    border: 0;
    padding: 0px 15px;
    width: 80%;
    max-width: 937px;
    height: 47px;
    font: 700 18px/23px 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: top;
    border-radius: 31px;
    color: #222222;
    margin-left: 116px;
    margin-top: 23px;
}

.section__search--form .hrafa__search_cool {
    font-size: 23px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 41px;
    background-color: #f15a24;
    padding: 7px 13px;
    margin-left: -47px;
    margin-top: 23px;
}

.zona--videos {
    padding: 40px 0 52px;
    background-color:#000;
}

.zona--videos .video__header {
    text-align: left;
    padding-bottom: 28px;
    border-bottom: 12px solid #333;
    margin-bottom:40px;
}

.zona--videos .video__header h2 {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font: 30px/30px 'Roboto', sans-serif;
    display:inline-block;
    letter-spacing: 1.5px;
}

.zona--videos .video__contet .news__box--video {
    border-bottom: 1px solid #333333;
    padding-bottom: 49px;
    margin: 0;
    position: relative;
}

.zona--videos .video__contet .news__box--video .news__media {
    width: 67.7%;
    padding-top: 38%;
    position: relative;
    height:0;
    background-color:#000;
}

.zona--videos .video__contet .news__box--video .thumb_video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
}

.zona--videos .video__contet .news__box--video .news__data {
    position: absolute;
    right:0;
    z-index: 2;
    left: initial;
    width: 28%;
    top: 0;
    bottom: initial;
    padding: 22px 24px 59px;
}

.zona--videos .video__contet .news__box--video .news__data .news__title {
    font: 30px/34px 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    margin-bottom:15px;
}

.zona--videos .video__contet .news__box--video .news__data .news__summary {
    font: 15px/22px 'Roboto', sans-serif;
    color: #9c9c9c;
}

.zona--videos .video__contet .row__container {
    margin: 0 -11px;
    padding-top: 6px;
    position: relative;
    line-height: 0;
    font-size:0;
}

.zona--videos .video__contet .row__container .col {
    padding: 22px 11px 0;
    border-right: 1px solid #333;
}

.zona--videos .video__contet .row__container .col:last-child {
    border:0;
}

.zona--videos .video__contet .row__container .news__video-box {
    height: 264px;
    overflow: hidden;
    position: relative;
}

.zona--videos .video__contet .row__container .news__video-box .news__media {
    background-color: #333;
    margin-bottom:16px;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
}

.zona--videos .video__contet .row__container .news__video-box .news__data .news__title {
    font: 18px/22px 'Roboto', sans-serif;
    color: #fff;
    margin: 0 0 35px;
}

.section-video {
    margin-top: 30px;
}
.section-video__content {
    margin: 0 -11px;
}

.section-video__content .col {
    padding: 0 11px;
}

.section-video__content .news__video-list {
    border: none;
    min-height: 325px;
    margin-bottom: 40px;
    position: relative;
}

.section-video__content .news__video-list .news__media {
    background-color: #333;
    margin-bottom:16px;
    position: relative;
    height:0;
    width: 100%;
    padding-top: 56.25%;
}

.section-video__content .news__video-list .news__data .news__title {
    font: 700 25px/29px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 35px;
}

.section-video__content .section--show_more {
    background: #f6931d;
    color: #fff;
    font: 24px/24px 'Roboto', sans-serif;
    border: none;
    border-radius: 25px;
    letter-spacing: 1;
    padding: 15px 0 13px 0;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 350px;
    vertical-align: middle;
    cursor: pointer;
    margin: 40px auto 60px auto;

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.middle--rank {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 61px;
}

.middle--rank .rank__title {
    text-align: left;
    font: 700 30px/41px 'Roboto', sans-serif;
    color: #010101;
    position: relative;
}

.middle--rank .rank__title:before {
    position: absolute;
    left: 199px;
    top: 17px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #F15A24;
}

.middle--rank .rank__title:after {
    position: absolute;
    left: 229px;
    top: 22px;
    content: '';
    display: inline-block;
    width: 941px;
    height: 2px;
    background-color: #BCBCBC;
}

.ranking__content {
    display:block;
    margin: 0 auto;
    width: 100%;
    margin-top: 43px;
}

.ranking__content li {
    display:inline-block;
    width: 280px;
    margin-right: 26px;
    vertical-align: top;
}

.ranking__content li:last-child {
    margin-right: 0;
}

.ranking__content li .news--views {
    padding:0;
    position: relative;
    display:inline-block;
    width: 280px;
    margin-bottom:65px;
    overflow: hidden;
}

.ranking__content li .news--views .ranking__num {
    position: absolute;
    top: -2px;
    left: -4px;
    background-color: #F7931E;
    font: 700 11px/13px 'Roboto', sans-serif;
    color: #fff;
    border: 5px solid #FFF;
    text-align: center;
    padding: 1px 4px;
    z-index: 5;
    border-radius: 15px;
}

.ranking__content li .news--views .news__media {
    width: 280px;
    height: 198px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.ranking__content li .news--views .news__section,
.ranking__content li .news--views .news__title {
    font: 700 18px/24px 'Roboto', sans-serif;
}
footer {
    background: #010101;
    margin-top:50px;
    color: #fff;
}

footer > .row {
    padding-top: 80px;
}

footer .div-left {
    width: 257px;
}

.footer__logo {
    margin-bottom: 32px;
}

footer .div-center {
    float:left;
    width: 550px;
    margin-left:83px;
}

footer .div-right {
    width: 266px;
}

.footer__copy {
    font: 16px/22px 'Roboto', sans-serif;
}

.footer__title {
    font: 700 22px/30px 'Roboto', sans-serif;
    margin-bottom: 52px;
}

footer .div-right li {
    font: 16px/22px 'Roboto', sans-serif;
    margin-bottom: 15px;
}

footer .div-center li {
    font: 16px/22px 'Roboto', sans-serif;
    margin-bottom: 15px;
    float: left;
    width: 30%;
    position:relative;
    max-width: 142px;
    padding-right: 66px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer__bottom {
    margin-top: 60px;
}

.footer__bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: relative;
    display:block;
}

.footer__rights {
    text-align: center;
    font: 16px/22px 'Roboto', sans-serif;
    padding: 22px 0;
}
