@font-face {
    font-family: "hrafa";
    font-display: block;
    src:url('/__export/sites/larazon/desktop/css/fonts/icons.woff') format('woff'),
        url('/__export/sites/larazon/desktop/css/fonts/icons.woff2') format('woff2'),
        url('/__export/sites/larazon/desktop/css/fonts/icons.ttf') format('truetype'),
        url('/__export/sites/larazon/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;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  font: 19px/33px 'Montserrat', sans-serif;
  color: #000000;
}

* {
  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 {
  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;
}

.board__green { background-color: #ad1619; }
.board__orange { background-color: #F76020; }
.board__red { background-color: #F7115B; }
.board__blue { background-color: #1B9DFC; }

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

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

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

.object__fit {
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
header {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #707070;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    transition: top .4s, opacity .4s;
    -ms-transition: top .4s, opacity .4s;
    -moz-transition: top .4s, opacity .4s;
    -webkit-transition: top .4s, opacity .4s;
    background: #fff;
}

.header__top {
    display: block;
    margin: 0 auto;
    max-width: 1168px;
	height: 44px;
    text-align: center;
	position: relative;
}

.header__date {
    position: absolute;
    left: 0;
    top: 13px;
	font: 15px/17px 'Montserrat', sans-serif;
	color: #222222;
}

.header__trending {
	position: absolute;
	left: 250px;
	top: 0;
	width: 85px;
	height: 44px;
	background-color: #F7115B;
	font: 700 15px/18px 'Montserrat', sans-serif;
	color: #fff;
}

.header__trending > span {
	line-height: 39px;
}

.header__trending-article {
	position: absolute;
	left: 350px;
	top: 13px;
	font: 15px/17px 'Montserrat', sans-serif;
	color: #222222;
}

.header__actions {
	position: absolute;
	top: 5px;
	right: 30px;
}

.header__search-button {
    float: left;
}

.header__search-button .hrafa__search_cool {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    background-color: transparent;
    padding: 4px 6px 0 0;
}

.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__search-button--active .hrafa__search_cool {
    display: none;
}

.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: #ee2310;
	top: 49px;
	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: #ad1619;
    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 'Montserrat', sans-serif;
	display: inline-block;
	vertical-align: top;
	border-radius: 31px;
    color: #222222;
}

.header__social {
	position: relative;
    float: left;
}

.header__social:before {
    content: "";
    width: 1px;
    height: 21px;
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 6px;
}

.header__social li {
	float: left;
}

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

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

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

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

.header__multicolor {
    position: relative;
}

.header__multicolor::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 5px;
	width: 100%;
	background: linear-gradient(to right, #9e701f 16%, #009bff 16%, #009bff 32%, #b81800 32%, #b81800 48%, #fa5f00 48%, #fa5f00 64%, #fa0058 64%, #fa0058 80%, #34b427 80%, #34b427 96%, #131313 96%);
}

.header__logo {
	text-align: center;
	margin: 22px 0 17px 0;
}

nav {
	width: 100%;
	height: 64px;
	position: relative;
	background: #ad1619;
	text-align: center;
}

nav .menu__site {
	display: inline-block;
	vertical-align: top;
	padding-top: 13px;
}

nav .menu__site li {
	display: inline-block;
	text-align: center;
}

nav .menu__site li + li {
    padding-left: 20px;
}

nav .menu__site a {
	display: block;
	font: 700 19px/24px 'Montserrat', sans-serif;
	color: #fff;
	height: 23px;
	position: relative;
    text-transform: uppercase;
}

nav .menu__site a::before {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    right: 51%;
    transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}

nav .menu__site a:hover::before {
    left: 0px;
    right: 0px;
}

.header__subnav {
	display: inline-block;
	position: relative;
}

.header__subnav span {
	display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* transition: all .3s; */
    float: left;
    font: 700 19px/24px 'Montserrat', sans-serif;
    display: block;
    color: #fff;
    position: relative;
    padding: 17px 17px 23px 20px;

    text-transform: uppercase;
}

.header__subnav span:after, .header__subnav span:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 4px;
    width: 1px;
    height: 6px;
    background-color: #fff;
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.header__subnav span:before {
    right: 8px;
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}

.header__subnav.header__subnav--active span:before {
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}

.header__subnav.header__subnav--active span:after {
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}

.header__subnav > ul {
    position: absolute;
    top: 0%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: -15px;
    padding: 15px 30px 15px;
    min-width: 170px;
    background-color: white;
    white-space: normal;

}

.header__subnav--active > ul {
	top: 45px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
    filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
    -ms-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
    -moz-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header__subnav--active > ul a {
	color: #000;
}

.header__subnav--active > ul li + li {
	padding-left: 0;
}

body.padding--for--sticky {
    padding-top: 221px;
}

header.header--sticky {
    position: fixed;
    height: 87px;
    opacity: 1 !important;
    top: 0px !important;
}

header > .row {
    width: inherit;
    max-width: inherit;
    margin: 0 auto;
}

header.header--sticky > .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header.header--sticky .header__top,
header.header--sticky .header__multicolor {
    display: none;
}

header.header--sticky .header__logo {
    float: left;
    margin: 0;
    margin-top: 5px;
}

header.header--sticky .header__logo img {
    width: 210px;
    height: auto;
}

header.header--sticky nav {
    float: left;
    width: 950px;
    background: #fff;
    margin-top: 10px;
}

header.header--sticky nav .menu__site a,
header.header--sticky .header__subnav span {
    color: #ad1619;
}

header.header--sticky .header__subnav span::after,
header.header--sticky .header__subnav span::before,
header.header--sticky nav .menu__site a::before {
    background-color: #ad1619;
}
.section__header {
    margin-top: 50px;
}

.section__title{
    position: relative;
    text-align: left;

    display: inline-block;
    margin-bottom: 31px;
    padding: 9px 16px;
    color: #fff;
    text-transform: uppercase;
    font: 21px/26px 'Montserrat', sans-serif;
}

.section__content {
    margin-bottom: 150px;
}

.section__content .col__left {
    float: left;
    width: 802px;
}

.section__content .col__right {
    float: right;
    width: 336px;
}

.news__box--list {
    margin-bottom: 50px;
}

.news__box--list .news__title {
    font: 700 46px/56px 'Montserrat', sans-serif;
    color: #222222;
    margin: 21px 0 16px 0;
    text-align: left;
}

.news__box--list .news__line,
.news--summary .news__line {
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
}

.news__box--list .news__line ul,
.news--summary .news__line ul {
    display: inline-block;
    vertical-align: top;
}

.news__box--list .news__line ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    font: 17px/21px 'Montserrat', sans-serif;
    color: #808080;
}

.news__box--list .news__line ul li:first-child::after,
.news--summary .news__line ul li:first-child::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -13px;
    width: 1px;
    height: 18px;
    background-color: #808080;
}

.news__box--list .news__line ul li+li,
.news--summary .news__line ul li+li {
    padding-left: 20px;
}

.news--summary {
    padding: 0;
    z-index: 4;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

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

.news--summary .news__media img {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
}

.news--summary .news__data {
    margin-left: 334px;
}

.news--summary .news__section {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.news--summary .news__section a {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font: 15px/18px 'Montserrat', sans-serif;
    padding: 6px 26px;
    text-transform: uppercase;
}

.news--summary .news__title {
    color: #222222;
    font: 700 26px/30px 'Montserrat', sans-serif;
    max-height: 115px;
    overflow: hidden;
}

.news--summary .news__line ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    font: 14px/19px 'Montserrat', sans-serif;
    color: #696969;
}

.section__banner {
    margin-bottom: 50px;
    padding: 40px 0;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}

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

.section__content .ranking {
    margin: 50px 0;
}

.section__profile {
    width: 100%;
    height: 347px;
    background: #222222;
    margin-bottom: 50px;
}

.section__profile img {
    float: left;
    border: 9px solid #ad1619;
    border-radius: 190px;
    margin-top: 37px;
}

.section__profile h2 {
    float: left;
    font: 700 40px/59px 'Montserrat', sans-serif;
    color: #fff;
    margin: 140px 0 0 111px;
}

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

.section__search--content h1 {
    text-align: center;
    color: #fff;
    font: 700 30px/44px 'Montserrat', 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 'Montserrat', 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: #ad1619;
    padding: 7px 13px;
    margin-left: -47px;
    margin-top: 23px;
}
.ranking__content {
    position: relative;
}

.ranking li {
    position: relative;
    margin-top: 10px;
}

.ranking li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E3E3E3;
}

.ranking .ranking__title {
    text-transform: uppercase;
    font: 700 20px/25px 'Montserrat',sans-serif;
    color: #2a2a2a;
    position: relative;
    padding: 8px 0 2px 33px;
    letter-spacing: 1px;
}

.ranking .ranking__num {
    position: absolute;
    top: -5px;
    left: -6px;
    background-color: #FF0F00;
    font: 700 11px/13px 'Montserrat', sans-serif;
    color: #fff;
    border: 5px solid #FFF;
    text-align: center;
    padding: 1px 4px;
    z-index: 5;
    border-radius: 15px;
}

.ranking .news--summary {
    padding: 0;
    z-index: 4;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.ranking .news--summary .news__media {
    width: 108px;
    height: 60px;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.ranking .news--summary .news__media img {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
}

.ranking .news--summary .news__data {
    margin-left: 120px;
}

.ranking .news--summary .news__title {
    color: #222222;
    font: 700 15px/16px 'Montserrat', sans-serif;
    max-height: 146px;
    overflow: hidden;
    padding-top: 4px;
}

.ranking .news--summary .news__section {
    position: relative;
    height: 21px;
    margin-bottom: 0;
}

.ranking .news--summary .news__section a {
    position: absolute;
    top: 2px;
}

.ranking .news--summary .news__section{
    position: relative;
    text-align: left;
}

.ranking .news--summary .news__section a{
    display: inline-block;
    margin: 0 auto;
    padding: 3px 12px;
    color: #fff;
    text-transform: uppercase;
    font: 10px/12px 'Montserrat', sans-serif;
}
footer {
    margin-top: 50px;
}

.footer__suscribe {
    width: 100%;
    height: 101px;
    background-color: #ad1619;
    position: relative;
}

.footer__suscribe::before {
    bottom: -5px;
}

.footer__suscribe > .row {
    position: relative;
}

.footer__suscribe .work__table {
    position: absolute;
    left: 0;
    top: -62px;
}

.footer__suscribe--text {
    float: left;
    margin-left: 246px;
    margin-top: 31px;
    width: 322px;
    height: 38px;
    font: 16px/19px 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
}

.footer__suscribe .subscribe__field {
    float: right;
    width: 519px;
    position: relative;
    margin-top: 30px;
}

.footer__suscribe .subscribe__field .hrafa__mail {
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: 2;
}

#suscribe_email {
    position: relative;
    width: 449px;
    height: 35px;
    padding-left: 52px;
    font: 700 15px/18px 'Montserrat', sans-serif;
    color: #222222;
    border: 1px solid #ad1619;
    border-radius: 27px;
    padding-right: 70px;
}

.footer__suscribe .subscribe__submit {
    position: absolute;
    top: 0;
    right: 8px;
    font: 700 15px/18px 'Montserrat', sans-serif;
    height: 100%;
    border-left: 3px solid #ad1619;
}

.footer__suscribe .hint.error {
    position: absolute;
    bottom: -26px;
    left: 52px;
    font: 700 16px/19px 'Montserrat', sans-serif;
    color: #fff;
}

.footer__menu {
    width: 100%;
    height: 303px;
    background-color: #EFEFEF;
}

.footer .menu__left {
    float: left;
    width: 785px;
}

.footer .menu__right {
    float: right;
    width: 284px;
}

.footer__menu--list {
    border-bottom:1px solid #696969;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer__menu--list li {
    float: left;
    width: 30%;
    position: relative;
    max-width: 268px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer__menu--list li a {
    color: #696969;
    font: 16px/24px 'Montserrat', sans-serif;
}

.footer__menu--list .menu__right li {
    float: inherit;
    width: 100%;
    max-width: inherit;
}

.footer__semibottom {
    position: relative;
}

.footer__logo {
    float: left;
}

.footer__copy {
    float: left;
    font: 14px/17px 'Montserrat', sans-serif;
    max-width: 533px;
    margin-left: 150px;
    text-align: center;
}

.header__actions {
    position: absolute;
    right: 0;
    top: 0;
}

.footer__bottom {
    background: #222222;
    height: 53px;
    position: relative;
}

.footer__rights {
    text-align: center;
    color: #ffffff;
    font: 15px/26px 'Montserrat', sans-serif;
    padding-top: 14px;
}

#hra__logo--footer {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 159px;
}
