@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;
}
.alert__warning {
    padding: 24px 0 19px;
    background: #FEBF2E;
    text-align: center;
}

.alert__alert {
    padding: 24px 0 19px;
    background: #d61925;
    text-align: center;
}

.alert__weather {
    padding: 24px 0 19px;
    background: #43a4ff;
    text-align: center;
}

.alert__warning .alert__title,
.alert__alert .alert__title,
.alert__weather .alert__title {
    color: #fff;
    font: 700 28px/28px 'Montserrat', sans-serif;
    line-height: 28px;
    text-transform: initial;
}
.newsfull {
    position: relative;
    padding-top: 46px;
}

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

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

.newsfull__div .col__middle {
    float: left;
    width: 100%;
}

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

.newsfull__section {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font: 18px/18px 'Montserrat', sans-serif;
    display: inline-block;
    margin-bottom: 14px;
    vertical-align: top;
    padding: 3px 14px;
}

.newsfull__header h1 {
    margin-top: 13px;
    font: 700 46px/56px 'Montserrat', sans-serif;
    color: #222222;
}

.newsfull__summary {
    font: 20px/24px 'Montserrat', sans-serif;
    color: #696969;
    padding: 0;
    margin-top: 13px;
}

.newsfull__summary p {
    font: inherit;
    margin: 0;
}

.newsfull__header > .clearfix {
    margin: 15px 0;
}

.newsfull__header .news__line {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    float: left;
}

.newsfull__header .news__line ul {
    display: inline-block;
    vertical-align: top;
}

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

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

.newsfull__header .news__line ul li+li {
    padding-left: 20px;
}

.news__sharer {
    text-align: left;
    clear: both;
    height: 33px;
    display: inline-block;
    border-left: 1px solid #D9D9D9;
    margin-left: 30px;
    padding: 4px 0 0 39px;
}

.news__sharer a {
    color: #808080;
    width: 29px;
    height: 29px;
    text-align: center;
    font-size: 19px;
    line-height: 32px;
    display: inline-block;
    margin: 0 10px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}

.news__sharer a:hover {
    color: #ad1619;
}

.newsphotogallery__description {
    border: none;
    padding-right: 10px;
    height: 38px;
    margin: 0;
    position: relative;
}

.newsphotogallery__description p {
    color: #696969;
    font: 14px/17px 'Montserrat', sans-serif;
    font-style: italic;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 50%;
    max-height: 34px;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.newsfull__content {
    position: relative;
}

.newsfull__content .news__sharer {
    position: absolute;
    top: 0;
    width: 50px;
    float: none;
    z-index: 2;
    border: inherit;
    height: 273px;
}

.newsfull__content .news__sharer .hrafa {
    display: block;
    margin-bottom: 29px;
    margin-left: 0;
    float: none;
    opacity: 0;
    visibility: hidden;
    transition: .2s all 0s, .2s background;
    -webkit-transition: .2s all 0s, .2s background;
    transform: translate( -10px, 0 );
    -webkit-transform: translate( -10px, 0px );
}

.newsfull__content .news__sharer .hrafa + .hrafa {
    transition: .2s all .1s, .2s background;
    -webkit-transition: .2s all .1s, .2s background;
}

.newsfull__content .news__sharer[style*="fixed"] .hrafa {
    opacity: 1;
    visibility: visible;
    transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 );
}

.newsfull__body {
    padding-left: 130px;
    width: 69%;
}

.newsfull__body > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 0 0 30px !important;
    text-align: left !important;
    color: #222222;
}

.newsfull__body .banner {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}

.newsfull__body > h1, .newsfull__body > h2, .newsfull__body > h3, .newsfull__body > h4, .newsfull__body > h5, .newsfull__body > h6 {
    margin: 0 0 12px;
    text-align: left!important;
    color: #000000!important;
    font: 29px/30px 'Montserrat', sans-serif!important;
}

.newsfull__body > h2, .newsfull__body > h3, .newsfull__body > h4, .newsfull__body > h5, .newsfull__body > h6 {
    font-size: 25px!important;
    line-height: 26px!important;
}

.newsfull__body > blockquote {
    text-align: left;
    margin: 0 0 45px;
    padding-top: 42px;
    position: relative;
    background: #ad1619;
    padding-left: 20px;
    padding-bottom: 15px;
}

.newsfull__body > blockquote p {
    font: 20px/27px 'Montserrat', sans-serif;
    font-style: italic;
    color: #fff;
    margin: 0;
    display: inline;
    padding: 0 29px 0 29px;
    width: 100%;
}

.newsfull__body > blockquote:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(/__export/sites/laopcion/desktop/images/bqform.svg) #ad1619;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10px;
    background-size: 20px;
}

.newsfull__body span[style*="background"] {
    background-color: rgba(63, 162, 58,.6)!important;
}

.tags {
    margin: 26px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 40px 0 0 130px;
    clear: both;
}

.tags__text {
    font: 17px/21px 'Taz Bold', sans-serif;
    color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    padding: 6px 13px;
    background: #000;
}

.tags__content li {
    margin: 0 13px 15px 0;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    line-height: initial;
}

.tags__content a {
    background-color: #fff;
    border: 1px solid #ad1619;
    color: #808080;
    font: bold 17px/21px 'Montserrat', sans-serif;
    padding: 6px 13px;
    display: inline-block;
}

.morenews {
    width: 100%;
    height: 392px;
    position: relative;
    z-index: 2;
}

.morenews::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 392px;
    background: #EDEDED;
}

.morenews .row {
    padding-top: 28px;
    position: relative;
    z-index: 2;
}

.morenews__header {
    width: 100%;
    z-index: 11;
    text-align: left;
    margin-bottom: 22px;
}

.morenews__title {
    font: 700 22px/27px 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #222222;
}

.morenews__content {
    display: inline-block;
    vertical-align: top;
    width: 1120px;
}

.morenews__content > li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    width: 260px;
}

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

.morenews__content .news__title {
    font: 700 18px/23px 'Montserrat', sans-serif;
    color: #222222;
    margin-top: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.morenews__content .news__line ul {
    display: inline-block;
    vertical-align: top;
}

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

.morenews__content .news__line ul li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 1px;
    height: 15px;
    background-color: #696969;
}

.morenews__content .news__line ul li + li {
    padding-left: 20px;
}

.comments {
    margin-top: 70px;
    width: 1170px;
}

.comments__title {
    font: 700 22px/27px 'Montserrat', sans-serif;
}

.comments__content {
    min-height: 280px;
}

.comments__content .comments__left {
    float: left;
    width: 802px;
}

.comments__content .comments__right {
    float:right;
    width: 336px;
}

.newsfull__long .newsfull__header {
    text-align: center;
}

.newsfull__long .newsfull__section {
    display: inline-block;
}

.newsfull__long .newsfull__header .news__line {
    display: inline-block;
    float: inherit;
}

.newsfull__long .newsfull__div .col__left {
    float: inherit;
    width: 100%;
}

.newsfull__long .newsfull__body {
    padding-left: 30px;
}

.newsfull__long .newsfull__content .news__sharer {
    margin-left: -30px;
    padding: 0;
}

.newsfull__long .newsfull__content {
    padding: 0 278px;
}

.image__content .news__media {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
    background-color: #D8D8D8;
}

.image__content  .news__media img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.ckeditor-related {
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin: -10px -20px 10px;
    padding: 10px 20px 20px;
    text-align: left;
}

.news__related {
    overflow: hidden;
    position: relative;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

    white-space: initial;
    display: inline-block;
    vertical-align: top;
    width: 95%;
    height: 130px;
}

.news__related .news__media {
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ddd;
}

.news__related .news__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;

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

.news__related .news__data {
    margin-left: 130px;
    padding-top: 4px;
}

.news__related .news__data .news__title {
    color: #393939;
    overflow: hidden;
    max-height: 79px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    font-size: 19px;
    line-height: 19px;
    max-height: 78px;
    font-weight: 700;
    -webkit-line-clamp: 4;
}
.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;
}
.poll--simple {
    position: relative;
    padding: 18px;
    margin: 0 0 33px;
    background: #FFF;
}

.poll--simple::before {
    content: '';
    background: #696969;
    display: block;
    height: 1px;
    margin: 0 auto 50px;
    width: 300px;
}

.poll--simple::after {
    content: '';
    background: #696969;
    display: block;
    height: 1px;
    margin: 50px auto 0;
    width: 300px;
}

.poll--simple .poll__header {
    text-align: center;
}

.poll--simple .poll__label {
    text-align: center;
    font: 700 13px/16px 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ad1619;
    display: block;
    margin-bottom: 14px;
}

.poll--simple .poll__title {
    font: 700 22px/27px 'Montserrat', sans-serif;
    text-align: center;
    margin: 13px 0 18px;
    color: #222222;
}

.poll__items {
    max-width: 588px;
    margin: 0 auto;
    overflow: hidden;
}

.poll--simple .poll__item {
    outline: none;
    border: none;
    display: block;
    position: relative;
    border-radius: 35px;
    background-color: #fff;
    border: 1px solid #ad1619;
    height: 41px;
    width: 100%;
    transition: background 0.2s;
    -ms-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
}

.poll--simple .poll__item + .poll__item {
    margin: 10px 0 0;
}

.poll--simple .poll__option {
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    min-width: 90%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #808080;
    font: 700 17px/17px 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.poll--simple .poll__loading {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loading 1s steps(12, end) infinite;
    animation: loading 1s steps(12, end) infinite;
}

.poll--simple .poll__loading::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.poll--simple.poll--loading .poll__item--selected .poll__loading {
    opacity: 1;
    visibility: visible;
}

.poll--simple .poll__percent {
    font: 20px/20px 'Montserrat', sans-serif;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #808080;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.poll--simple .poll__bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: left top;
    width: 1px;
    height: 100%;
    opacity: 0;
    background-color: #d8d8d8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.poll--simple .poll__footer {
    margin: 0;
    padding-top: 19px;
    text-align: center;
    overflow: hidden;
}

.poll--simple .poll__footer p {
    float: none;
    font: 14px/14px 'Montserrat', sans-serif;
    color: #696969;
}

.poll--simple.poll--results .poll__item:first-child {
    margin-top: 56px;
}

.poll--simple.poll--results .poll__item {
    height: 10px;
    background-color: #f6f5f5;
    margin-top: 48px;
    cursor: default;
    border: none;
}

.poll--simple.poll--results .poll__item .poll__option {
    font: 15px/16px 'Montserrat', sans-serif;
}

.poll--simple.poll--results .poll__item .poll__option,
.poll--simple.poll--results .poll__item .poll__percent {
    position: absolute;
    bottom: 12px;
    top: initial;
    left: 0;
    color: #000;
    transform: none;
    -webkit-transform: none;
    text-align: left;
    font-weight: 700;
}

.poll--simple.poll--results .poll__item .poll__percent {
    left: initial;
    right: 0;
    color: #666666;
    font: bold 11px/13px 'Montserrat', sans-serif;
    opacity: 1;
}

.poll--simple.poll--results .poll__item .poll__bar {
    background-color: #616161;
    opacity: 1;
}

.poll--simple.poll--results .poll__item.poll__item--win .poll__percent,
.poll--simple.poll--results .poll__item.poll__item--win .poll__option {
    color: #ad1619;
}

.poll--simple.poll--results .poll__item--win .poll__bar {
    background-color: #ad1619;
}

.poll--versus {
    float: none;
    display: block;
    margin: 5px auto 10px;
    width: 320px;
    text-align: center;
    position: relative;
    border: 3px solid #222222;
}

.poll--versus:before {
    content: "";
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
    overflow: visible;
    bottom: -1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.poll--versus .poll__header {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 3;
    top: 0;
    padding: 40px 0 0;
}

.poll--versus .poll__label {
    font: 700 15px/15px 'Montserrat', sans-serif;
    color: #ad1619;
    text-transform: uppercase;
    top: 15px;
    position: absolute;
    left: 50%;
    z-index: 3;
    transform: translate( -50%, 0 );
    -ms-transform: translate( -50%, 0 );
    -moz-transform: translate( -50%, 0 );
    -webkit-transform: translate( -50%, 0 );
}

.poll--versus .poll__title {
    font: 700 24px/24px 'Montserrat', sans-serif;
    color: #fff;
    position: static;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    top: 70px;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.poll--versus .poll__content {
    position: relative;
    background-color: #222222;
    height: 100%;
    overflow: hidden;
}

.poll--versus .poll__items {
    position: relative;
    overflow: inherit;
}

.poll--versus .poll__item--left {
    padding-top: 119.72%;
    width: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.poll--versus .poll__item--right {
    border: none;
    border-left: 3px solid #222222;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 99%;
    min-width: 1%;
    border-left: 1px solid white;
    background-position: center right;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background-repeat: no-repeat;
    background-size: cover;
}

.poll--versus .poll__item--right:after {
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    background-color: #222222;
    height: 26px;
    width: 26px;

    content: "vs";
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    font: 700 18px/25px 'Montserrat', sans-serif;
    border-radius: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.poll--versus .poll__data {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.71) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
    overflow: visible;
    bottom: -1px;

    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    z-index: 3;
    cursor: pointer;
}

.poll--versus .poll__data--right {
    left: 50%;
}

.poll--versus .hrafa__check_outline {
    border: none;
    width: 70px;
    height: 29px;
    bottom: 16px;
    background-color: #ad1619;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font: 700 14px/32px 'Montserrat', sans-serif;
    color: #FFF;

    position: absolute;
    top: auto;
    left: 50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transform: translate( -50%, 0px);
    -webkit-transform: translate( -50%, 0px);
}

.poll--versus .hrafa__check_outline:before {
    content: "Votar";
    font: 700 14px/32px 'Montserrat', sans-serif;
}

.poll--versus .poll__percent {
    position: absolute;
    bottom: 60px;
    top: auto;
    left: 50%;
    width: 96px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 46px;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
}

.poll--versus .poll__percent small {
    font-size: 30px;
    font-weight: normal;
    vertical-align: text-bottom;
}

.poll--versus .poll__text {
    font: 700 12px/14px 'Montserrat', sans-serif;
    bottom: 60px;
    text-transform: uppercase;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);

    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.poll--versus .poll__data--right .hrafa__check_outline {
    left: auto;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.poll--versus .poll__data--right .poll__text {
    text-align: center;
}

.poll--versus.poll--results .hrafa__check_outline {
    opacity: 0;
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
}

.poll--versus.poll--results .poll__percent {
    opacity: 1;
    text-align: center;
    bottom: 21px;
    transform: none;
    font: 700 28px/33px 'Montserrat', sans-serif;
    text-transform: uppercase;
    transform: translate(-50%, 0);
}

.poll--versus.poll--results .poll__data--win .poll__percent {
    font: 700 38px/38px 'Montserrat', sans-serif;
    color: #ad1619;
    width: auto;
    bottom: 18px;
}

.poll--versus.poll--results .poll__percent small {
    font: inherit;
    vertical-align: top;
}


@-webkit-keyframes loading {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.beer-slider{display:inline-block;overflow:hidden;position:relative}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom}.beer-slider>*{height:100%}.beer-slider>img{height:auto;max-width:100%}.beer-reveal{left:0;opacity:0;overflow:hidden;position:absolute;right:50%;top:0;transition:opacity .35s;z-index:1}.beer-reveal>:first-child{height:100%;max-width:none;width:200%}.beer-reveal>img:first-child{height:auto}.beer-range{-moz-appearance:none;-ms-touch-action:auto;-webkit-appearance:slider-horizontal!important;bottom:0;cursor:pointer;height:100%;left:-1px;margin:0;opacity:0;position:absolute;top:0;touch-action:auto;width:calc(100% + 2px);z-index:2}.beer-range::-webkit-slider-thumb{-webkit-appearance:none;height:300vh}.beer-range::-moz-range-thumb{-webkit-appearance:none;height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{background:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:0 0 6px transparent;color:#000;height:48px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:background .3s,box-shadow .3s,opacity .5s .25s;width:48px;z-index:2}.beer-handle:after,.beer-handle:before{border-left:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;top:50%;transform-origin:0 0;width:10px}.beer-handle:before{left:10px;transform:rotate(-45deg)}.beer-handle:after{right:0;transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:hsla(0,0%,100%,.85);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{background:hsla(0,0%,100%,.75);border-radius:.125rem;content:attr(data-beer-label);line-height:1;padding:.5rem;position:absolute;top:1.5rem}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}
/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
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;
}
