

 
/*******************
 * COMPONENTES
 ******************/
.row{
	width: 100%;
	max-width: 1170px;
	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 15px;
	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__main{
	margin-left: 332px;
}
.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;
}

/********************
 * CSS PARA EL CMS 
 *******************/
.dojoxFloatingPane.dijitContentPane{
	position: fixed!important;
	z-index: 999!important;
}
.dojoxFloatingPane.dijitContentPane .dojoxFloatingPaneTitle{
	cursor: pointer;
}
.dojoxDock{
	position: fixed!important;
	top: auto!important;
	bottom: 0!important;
	left: 0!important;
	width: 100%!important;
}
.ocms_de_bt{
	top: 0!important;
	right: 0!important;
	left: auto!important;
	position: absolute!important;
}
.ocms_de_norm{
	padding: 0!important;
}
.ocms_de_over{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	z-index: 2!important;
	opacity: .7!important;
	box-sizing: border-box!important;
	border: 1px dotted ThreedDarkShadow!important;
	background-color: #72bf44!important;
}
body > img[src*="/_req/"]{
	display: none;
}

/*! 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 'Heebo', 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;
}

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;
}
/*
	BOTON VER MAS
*/
.viewmore__button{
	border:none;
	font:500 16px/14px 'Heebo', sans-serif;
	background-color: transparent;
	color: black;
	text-align: center;
	display:block;
}.news--summary{
	position: relative;
	display: inline-block;
	width: 100%;
}
.news--summary .news__media{
	float: left;
	position: relative;
	
	background-color: #eeeeee;
	
}
.news--summary .news__media iframe,
.news--summary .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--summary .icono--play,
.news--summary .icono--audio,
.news--summary .icono--picture{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;

}

.news--summary .icono--play:before,
.news--summary .icono--audio:before,
.news--summary .icono--picture:before{
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--summary .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--summary .news__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--summary .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--summary .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--summary .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--summary .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--summary .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--summary .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--summary .news__author a:hover{
	color: black;
}
.news--summary .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--summary .news__section{
	
	font: 15px/15px 'Taz Bold', sans-serif;
	
	display: inline-block;
	
	color: #72bf44;
	
	margin: 0 0 12px;
	
}
.news--summary .news__title{
	
	font: 26px/30px 'Taz Bold', sans-serif;
	
	color: black;
	
	margin: 0 0 10px;
	
}
.news--summary .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
}
.news--summary .news__title a:hover{
	color: ;
}
.news--summary .news__excerpt{
	
	font: 15px/17px 'Heebo', sans-serif;
	
	color: #666666;
	
	margin: 0;
	
}
.news--summary .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}


.news--box{
	position: relative;
}
.news--box .news__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	
	background-color: #eeeeee;
	
}
.news--box .news__media iframe,
.news--box .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--box .icono--play,
.news--box .icono--audio,
.news--box .icono--picture{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
}
.news--box .icono--play:before,
.news--box .icono--audio:before,
.news--box .icono--picture:before{
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--box .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--box .news__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--box .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--box .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--box .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--box .news__share-buttons{

}
.news--box .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--box .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--box .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--box .news__author a:hover{
	color: black;
}
.news--box .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--box .news__section{
	
	font: 15px/15px 'Taz Bold', sans-serif;
	
	display: inline-block;
	
	color: #72bf44;
	
	margin: 0 0 8px;
	
}
.news--box .news__title{
	
	font: 32px/32px 'Taz Bold', sans-serif;
	
	color: black;
	
	margin: 0 0 18px;
	
}
.news--box .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
}
.news--box .news__title a:hover{
	
}
.news--box .news__excerpt{
	
	font: 16px/23px 'Heebo', sans-serif;
	
	color: #666666;
	
	margin: 0 0 10px;
	
}
.news--box .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}


/*******************
 * CSS PROPIO
 ******************/
@font-face {
  font-family: "iconos";
  font-display: block;
  src: url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.woff') format('woff'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.woff2') format('woff2'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.ttf') format('truetype'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.icono:before {
  display: inline-block;
  font-family: "iconos";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icono--arrow_left:before { 
  content: "\EA01" 
}
.icono--bookmark_off:before { 
  content: "\EA02" 
}
.icono--bookmark_on:before { 
  content: "\EA03" 
}
.icono--camera:before { 
  content: "\EA04" 
}
.icono--check:before { 
  content: "\EA05" 
}
.icono--coffee:before { 
  content: "\EA06" 
}
.icono--cross:before { 
  content: "\EA07" 
}
.icono--facebook:before { 
  content: "\EA08" 
}
.icono--fullscreen:before { 
  content: "\EA09" 
}
.icono--fullscreen_outline:before { 
  content: "\EA0A" 
}
.icono--instagram:before { 
  content: "\EA0B" 
}
.icono--link:before { 
  content: "\EA0C" 
}
.icono--link_outline:before { 
  content: "\EA0D" 
}
.icono--mail:before { 
  content: "\EA0E" 
}
.icono--mail_outline:before { 
  content: "\EA0F" 
}
.icono--menu_hamburger:before { 
  content: "\EA10" 
}
.icono--menu_lomito:before { 
  content: "\EA11" 
}
.icono--menu_meatball:before { 
  content: "\EA12" 
}
.icono--menu_vento:before { 
  content: "\EA13" 
}
.icono--messenger:before { 
  content: "\EA14" 
}
.icono--pause:before { 
  content: "\EA15" 
}
.icono--picture:before { 
  content: "\EA16" 
}
.icono--pinterest:before { 
  content: "\EA17" 
}
.icono--play:before { 
  content: "\EA18" 
}
.icono--play_rounded:before { 
  content: "\EA19" 
}
.icono--search:before { 
  content: "\EA1A" 
}
.icono--search_cool:before { 
  content: "\EA1B" 
}
.icono--settings:before { 
  content: "\EA1C" 
}
.icono--snapchat:before { 
  content: "\EA1D" 
}
.icono--sound_high:before { 
  content: "\EA1E" 
}
.icono--sound_low:before { 
  content: "\EA1F" 
}
.icono--sound_off:before { 
  content: "\EA20" 
}
.icono--twitter:before { 
  content: "\EA21" 
}
.icono--upload:before { 
  content: "\EA22" 
}
.icono--user:before { 
  content: "\EA23" 
}
.icono--whatsapp:before { 
  content: "\EA24" 
}
.icono--whatsapp_outline:before { 
  content: "\EA25" 
}
.icono--youtube:before { 
  content: "\EA26" 
}
.icono--logo:before { 
  content: "\EA27" 
}
.icono--check_outline:before { 
  content: "\EA28" 
}
.icono--arrow_left_outline:before { 
  content: "\EA29" 
}
.icono--arrow_right_outline:before { 
  content: "\EA2A" 
}
.icono--audio:before { 
  content: "\EA2B" 
}
.icono--comillas:before { 
  content: "\EA2C" 
}
.icono--arrow_top:before { 
  content: "\EA2D" 
}.header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background-color: white;
	border-bottom:1px solid #ebebeb;
	z-index: 16; /*101;*/
	transition: top .4s, opacity .4s;
	-ms-transition: top .4s, opacity .4s;
	-moz-transition: top .4s, opacity .4s;
	-webkit-transition: top .4s, opacity .4s;
}
.header__top{
	padding:22px 0 20px;
	text-align:center;
	border-bottom:1px solid #ebebeb;
}
.header--sticky .header__top{
	padding:0;
	border:none;
}
.header.header--sticky{
	position: fixed;
	height:86px;
	opacity:1!important;
	top:0px!important;
}
.header__logo{
	display:inline-block;
	margin:0 auto;
}
.header--sticky .header__logo{
	position:absolute;
	left:33px;
	top:22px;
	padding-right:37px;
}
.header__logo img{
	width: 152px;
	height: 60px;
}
.header--sticky .header__logo img{
	width:109px;
	height:43px;
}
.header__actions{
	position: absolute;
	background: #fff;
	top: 42px;
	right: 30px;
}
.header--sticky .header__actions{
	top:20px;
}
.header__region{
	position:absolute;
	top:43px;
	left:32px;
	color:#72bf44;
	font: 17px/17px 'Taz Bold', sans-serif;
	text-transform:uppercase;
	padding-right:20px;
	cursor:pointer;
}
.header__region .flecha{
	position: absolute;
	right: 3px;
	top: -2px;
}
.header__region .flecha:after, 
.header__region .flecha:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 0px;
	width: 2px;
	height: 8px;
	background-color: #72bf44;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.header__region .flecha:before {
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	right:5px;
}
.header__region--open .flecha:after {
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.header__region--open .flecha:before {
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.header--sticky .header__region{
	left:initial;
	right:146px;
	top: 36px;
}
.header--sticky .header__region:after{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:20px;
	right:-41px;
	top:-2px;
	background-color:#e1e1e1;
}
.header__region--list{
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100px;
	background-color: #fff;
	padding: 20px 20px 10px;
	text-align:left;
	opacity: 0;
	pointer-events: none;
	transform: translate( 0,-30px );
	-ms-transform: translate( 0,-30px );
	-moz-transform: translate( 0,-30px );
	-webkit-transform: translate( 0,-30px );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	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));
	z-index: 1;
}
.header__region--list a{
	color:#72bf44;
	margin-bottom:10px;
	display:block;
}
.header__region--open .header__region--list{
	opacity: 1;
	pointer-events: initial;
	transform: translate( 0,0 );
	-ms-transform: translate( 0,0 );
	-moz-transform: translate( 0,0 );
	-webkit-transform: translate( 0,0 );
}
.header__social{
	float: left;
	position:relative;
	margin-right: 0px;
	margin-top: 7px;
}
.header--sticky .header__social{
	display:none;
}
.header__social:before{
	content:"";
	width:1px;
	height:21px;
	display:block;
	background-color:#d7d7d7;
	position:absolute;
	left:0;
	top:3px;
}
.header__social li{
	float: left;
}
.header__social .icono{
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	position: relative;
	color: #9d9d9d;
	margin: 0 0 0 6px;
}
.header__social .icono--twitter{
	font-size: 19px;
}
.header__social .icono:hover{
	color: black;
}
.header__search-button{
	float:left;
}
.header__search-button .icono--search_cool{
	font-size: 20px;
	line-height: 30px;
	padding: 10px 15px 10px 19px;
	display: inline-block;
	vertical-align: top;
	color:#9d9d9d;
	background-color: transparent;
}
.header__search-button .icono--search_cool:hover{
	color:black;
}
.header__search-button--active{
	z-index: 4;
	position: relative;
}
.header--sticky .header__search-button--active{
	top:12px;
}
.header__search-button--active .icono--search_cool{
	display:none;
}
.header__search-button .icono--cross{
	display:none;
	font-size:21px;
	line-height:21px;
	color:white;
}
.header__search-button--active .icono--cross{
	display:block;
}
.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: black;
	top: 0;
	left: 0;
	z-index: 2;
	opacity:0;
	transition: all .3s;  
	-ms-transition: all .3s;  
	-moz-transition: all .3s;  
	-webkit-transition: all .3s;  
}
.header__search-form--active{
	padding:22px;
	height:103px;
	opacity:1;
}
.header--sticky .header__search-form--active{
	height:86px;
	padding:14px;
}

.header__search-form .icono--search_cool{
	font-size: 20px;
	line-height: 30px;
	padding: 18px 15px 12px 19px;
	display: inline-block;
	vertical-align: top;
	color:#363636;
	background-color: white;
	border-radius: 0 3px 3px 0;
}
.header__search-form input{
	background: white;
	border: 0;
	padding: 0px 15px;
	width: 80%;
	max-width:937px;
	height: 60px;
	font: 18px/60px 'Heebo', sans-serif;
	display: inline-block;
	vertical-align: top;
	border-radius:3px  0 0 3px;
}

.header__search-form .icono.icono--cross {
	background-color: #dedede;
	border-radius: 100%;
	width: 29px;
	height: 29px;
	font-size: 12px;
	line-height: 9px;
	top: 11px;
	right: 10px;
	position: absolute;
	display:none;
}
.header__search-form--active .icono.icono--cross{
	display: block;
}


.navigation > .menu--site li:nth-child(n+9){
	display: none;
}
.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: 500 16px/16px 'Heebo', sans-serif;
	display: block;
	height: 12px;
	color: #444444;
	position: relative;
	padding: 10px 23px 24px 40px;
}
.header__subnav span:after,
.header__subnav span:before{
	content: "";
	position: absolute;
	top: 15px;
	right: 4px;
	width: 1px;
	height: 6px;
	background-color: #c7c6c6;
	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:after{
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.header__subnav.header__subnav--active span:before{
	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;
	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 a:before{
	display:none!important;
}
.header__subnav.header__subnav--active > ul{
	top: 45px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.navigation .header__subnav .menu--site li{
	display: none;
}
.navigation .header__subnav li:nth-child(n+9){
	display: inline-block;
}
.navigation .header__subnav > ul li{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	float: none !important;
	font-size: 0;
	padding: 0 !important;
	box-sizing: border-box;
	margin: 0;
	text-align:left!important;	
}
.navigation .header__subnav > ul li.active a,
.navigation .header__subnav > ul a:hover{
	color: #72bf44!important;
}
.navigation .header__subnav > ul a:after{
	display: none;
}
/**********************************
**  NAVIGATION
**********************************/
.navigation{
	padding-top: 12px;
	text-align: center;
}
.header--sticky .navigation{
	text-align:left;
	margin-left:215px;
	padding-top:28px;
}
/********************************** 
**  MENU SITE
**********************************/
.navigation .menu--site{
	display:inline-block;
	vertical-align:top;
}
.navigation .menu--site li{
	display:inline-block;
	text-align:center;
}
.navigation .menu--site li + li{
	padding-left: 40px;
}
.navigation .menu--site a{
	font: 500 16px/16px 'Heebo', sans-serif;
	display: block;
	height: 12px;
	color: #444444;
	position: relative;
}
.navigation .menu--site a:before{
	content:"";
	position: absolute;
	bottom: -7px;
	height: 2px;
	background-color:#72bf44;
	left: 50%;
	right: 51%;
	transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.navigation .menu--site a:hover:before,
.navigation .menu--site .menu__item--active a:before{
	left:0px;
	right:0px;
}

.newsfull__body > ol li{  list-style: none !important;}
ol li {counter-increment: list;list-style-type: none;position: relative;}
ol li:before {color: #72bf44;content: counter(list) ".";left: -32px; position: absolute;text-align: right;width: 26px;}
.ranking ol li:before {content: inherit !important; color: #fff;}.footer {
	background: #222222;
	padding-top: 42px;
	padding-bottom: 50px;
}
.footer__menu,
.footer__submenu {
	text-align:center;
	margin-bottom:35px;
}
.footer__menu li,
.footer__submenu li{
	display:inline-block;
}
.footer__menu a,
.footer__submenu a{
	color:white;
	font:19px/19px 'Taz Bold', sans-serif;
	margin:0 24px;
}
.footer__menu a:hover,
.footer__submenu a:hover{
	text-decoration:underline;
}
.footer__submenu a{
	font:13px/13px 'Heebo', sans-serif;
}
.footer__submenu a:hover{
	text-decoration:underline;
}
.footer__top,
.footer__bottom{
	display:inline-block;
	width:100%;
} 
.footer .footer__redes{
	padding:22px 0;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	text-align:center;
}
.footer .footer__redes .footer__list--title{
	font:22px/22px 'Taz Bold', sans-serif;
	color: white;
	display:inline-block;
	margin-right:25px;
}
.footer .footer__redes ul,
.footer .footer__redes li{
	display:inline-block;
}
.footer .footer__redes li{
	margin:0 15px;
}
.footer .footer__redes a{
	width:21px;
	font-size:18px;
	color:white;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.footer .footer__redes a:hover{
	color:#72bf44;
}
.footer__col__logo{
	float:left;
}
.footer__logo{
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
}
.footer__logo img{
	filter: grayscale(1) brightness(100);
}
.footer__bottom{
	margin-top: 26px;
}
.footer__copy{
	font: 500 13px/13px 'Heebo', sans-serif;
	color: white;
	display:inline-block;  
	margin-left:20px;
}
.footer__copy a{
	color:white;
	margin: 5px 12px 5px 0;
	padding-right:12px;
	display:inline-block;
}
.footer__copy a:hover{
	text-decoration:underline;
}
.footer__copy a:first-child{
	border-right:1px solid white;
}
.footer__logos{
	float:right;
}
.footer__button{
	float:right;
	width: 120px !important;
    	margin-left: -120px;
}@font-face {
	font-family: 'Taz Bold';
	font-display: block;
	src:  url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBold.woff') format('woff'),
	      url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBold.ttf') format('truetype'),
	      url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBold.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
/*
@font-face {
	font-family: 'Taz BoldItalic';
	font-display: block;
	src: url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBoldItalic.eot');
	src: url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBoldItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
*/
@font-face {
	font-family: 'Taz LightItalic';
	font-display: block;
	src: url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazLightItalic.woff') format('woff'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazLightItalic.ttf') format('truetype'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazLightItalic.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Taz Regular';
	font-display: block;
	src:  url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazRegular.woff') format('woff'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazRegular.ttf') format('truetype'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazRegular.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Taz Italic';
	font-display: block;
	src:  url('/__export/1566941083396/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazItalic.woff') format('woff'),
		url('/__export/1566941083248/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazItalic.ttf') format('truetype'),
		url('/__export/1566941083095/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazItalic.otf') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
} .page-section .site-main{
	position:relative;
}
/******************************
**	SECTION HEADER
******************************/
.section__header{
	position:relative;
	text-align: left;
}
.section__header .row {
	position:relative;
	z-index:1;
}
.section__title{
	padding: 30px 0 22px;
	font: 28px/28px 'Taz Bold', sans-serif;
	color: #72bf44;
	text-transform: uppercase;
	position: relative;
}
/******************************
**	SECTION PAGEBUILDER
******************************/
.pagebuilder{
	margin-bottom: 38px;
}
/*****************************
 SECCION CENTRALES
*****************************/
.section__content .row__container .col__news{
	width:calc(100% - 370px);
}
.section__content .row__container{
	padding:25px 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin:0 0 25px;
}
.section__content .row__container .col{
	padding:0;
}
.section__content .row__container .col:first-child{
	margin-right:35px;
}
.section__content .row__container:last-child{
	border-bottom:none;
}
/*****************************
* 	SUMARIO TAG
******************************/
.boxsearch {
	position: relative;
}
.boxsearch__input{
	background: white;
	border: 0;
	border-radius:3px;
	color: black;
	font: 30px/75px 'Heebo', sans-serif;
	padding: 0 85px 0 20px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input.boxsearch__input::-webkit-input-placeholder {
	color: black;
}
input.boxsearch__input::-moz-placeholder {
	color: black;
}
input.boxsearch__input:-ms-input-placeholder {
	color: black;
}
input.boxsearch__input:-moz-placeholder {
	color: black;
}
.boxsearch__submit {
	color: black;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	background-color: transparent;
	border: none;
}
.boxsearch__counter {
	color: white;
	margin: 10px 0 0;
	font:  18px/20px 'Taz Bold', sans-serif;
}
.boxsearch__resultcount{    
	font-size: 16px;
	line-height: 18px;
	text-transform: lowercase;
}
.page-search .section__header{
	margin-bottom:30px;
	background-color:#20272f;
	padding-bottom:40px;
}
.page-search .section__header.sectionsearch__null{
	margin-bottom: 0;
}
.page-search .section__header.sectionsearch__null .section__title{
	color:white;
}
.page-search .section__header.sectionsearch__null .section__title b{
	display: block;
	color:#72bf44;
}.ranking{
	display: block;
	background-color: white;
	margin-bottom:20px;
}
.ranking__header{
	margin-bottom: 15px;
	text-align: left;
}
.ranking__title{
	font: 25px/25px 'Taz Bold', sans-serif;
	color: black;
	position: relative;
	text-transform: uppercase;
}
.ranking li{
	position: relative;
}
.ranking li + li{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #e4e4e4;
}
.ranking .ranking__num{
	font: 24px/36px 'Taz Bold', sans-serif;
	width: 36px;
	height: 36px;
	text-align: center;
	color: white;
	position:absolute;
	left:0;
	top:185px;
	z-index:2;
	background-color: #72bf44;
	border-radius: 100%;
}
.ranking li + li .ranking__num{
	top:19px;
}
.ranking .news--summary .icono--play, 
.ranking .news--summary .icono--picture, 
.ranking .news--summary .icono--audio{
	display:none;
}
.col__ranking ol li:before{ color:#f5f5f5!important;}.banner{
	text-align: center;
	display: inline-block;
	margin-bottom: 33px;
	width:100%;
	max-width: 100%;
	overflow-x: hidden;
}
.banner--full{
	margin:45px 0 0;
}
.banner--summary__top,
.banner--news__top,
.banner--home__top{
	margin:0;
	padding:27px 0;
	border-bottom:1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.ranking .banner {
	display: inline-block;
	position: relative;
	width: 300px;
	vertical-align: top;
}
.page-videos  .banner--full{
	margin: 0 0 32px;
}/** MODULO NOTICIAS *********/
.noticias-fenal {
	margin: 0px 0 0;
	background:#f5f5f5;
	padding: 15px 0;
}

.noticias-fenal .mod__header {
	background:#ffffff;
	margin: 0px 0 20px;
	height: 120px;
	position:relative;
}

.noticias-fenal .mod__header:before {
	width:216px;
	height:120px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/logo_noticias_fenal.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:1;
}

.noticias-fenal .mod__header:after {
	width:636px;
	height:120px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/bk_noticias_fenal.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}

.zonatematica.noticias-fenal .mod__link {
	color: #ffffff;
	right: 20px;
	top: 20px;
	z-index: 2;
}
 
.zonatematica.noticias-fenal .mod__link:after {
	border-left: 4px solid #ffffff;
}

.zonatematica.noticias-fenal .listhboxslider__header {
	display: none;
}

.noticias-fenal .news--box .news__section {
    	font-size: 14px;
	     line-height: 14px; 
    	color: #e51551;
	   margin: 0 0 0px;
}

.noticias-fenal .news--box .news__title {
	font-size: 21px;
	line-height: 24px; 
	margin: 0 0 15px;
	height: 72px;
}

.noticias-fenal .news--box .news__time, 
.noticias-fenal .news--box .news__line--sep, 
.noticias-fenal .news--box .news__author, 
.noticias-fenal .news--box .news__author a {
    	font: 13px/18px 'Taz Regular', sans-serif;
	font-weight: normal;
	color:#000000;
}
.noticias-fenal .listhboxslider .swiper-container {
	padding-bottom: 0px;
}
.noticias-fenal .listhboxslider .news--box {
	margin-bottom: 20px;
}
.noticias-fenal .news--box .news__data {
    position: relative;
    padding: 15px 0 0;
}

.noticias-fenal .listhboxslider .swiper-pagination-fraction, 
.noticias-fenal .listhboxslider .swiper-pagination-custom, 
.noticias-fenal .listhboxslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
}

.noticias-fenal .zonatematica__patrocinio {
	text-align: right;
}
.noticias-fenal .zonatematica__patrocinio h4{
	font: 13px/13px 'Taz Regular', sans-serif;
	font-weight: normal;
}

.noticias-fenal .zonatematica__patrocinio h4 img{
	vertical-align:middle;
	margin-left:10px;
}

.noticias-fenal .listhboxslider .swiper-button {
    	font-size: 58px;
    	width: 32px;
    	height: 62px; 
}

.noticias-fenal .listhboxslider .swiper-button-prev, 
.noticias-fenal .listhboxslider .swiper-button-next {
    	color: #e6275e !important;
}

.noticias-fenal .swiper-pagination-fraction, .swiper-pagination-custom, 
.noticias-fenal .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -0;
}

.noticias-fenal .swiper-pagination {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.noticias-fenal .swiper-pagination-bullet-active {
    background: #e51551; 
}

/** SECTION FENAL *********/
.page-fenal .site-main:before {
	width:412px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/bk_seccion_fenal_left.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:0;
}
.page-fenal .site-main:after {
	width:893px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/bk_seccion_fenal.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}
.page-fenal .site-main .section__content:before {
	width:100%;
	height:100px;
	top:0;
	left:0;
	content: '';
	display:block;
	position:absolute;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:1;
}
.page-fenal .row--container {
	position: relative;
	z-index: 2;
	padding-top: 185px;
}
.page-fenal .row--container:before {
	width:278px;
	height:148px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/logo_seccion_fenal.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 20px;
	left: 0px;

}
.page-fenal .pagebuilder .news__data {
    text-align: left;
    padding: 18px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.page-fenal .pagebuilder .news__title {
	color: white;
}

.page-fenal .pagebuilder .news__title a {
	font-size:48px;
	line-height: 50px;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-size: 0px 1px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.page-fenal .pagebuilder .news__media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
    	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.page-fenal .col__main .news--summary.news--338x190:first-child .news__media {
    	width: 100%;
    	height: auto;
}
.page-fenal .col__main .news--summary.news--338x190:first-child .news__media img,
.page-fenal .col__main .news--summary.news--338x190:first-child .news__media iframe{
    	width: 100%;
    	height: auto;
	  position: relative;
}
.page-fenal .col__main .news--summary.news--338x190:first-child .news__data {
	margin: 20px 0 0 0;
	text-align: left;
	position: relative;
	float: left;
}
.page-fenal .col__main .news--summary.news--338x190:first-child .news__data h2 {
	font-size: 40px;
	line-height: 42px;
}
.page-fenal .news__section {
	color:#e51551;
}

.page-fenal .col__main .news--summary.news--338x190:first-child .news__section {
	font-size: 16px;
	line-height: 16px;
}

.page-fenal .ranking .ranking__num {
	background:#e51551; 
}
@media only screen and (min-width: 1200px){
	.noticias-fenal .listhboxslider__content .swiper-button-prev {
	    	left: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
	.noticias-fenal .listhboxslider__content .swiper-button-next {
	    	right: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
}
@media only screen and (max-width: 1200px){
	.noticias-fenal .listhboxslider .swiper-button {
		display:none 
	}
	/*.noticias-fenal .listhboxslider .swiper-button {
		font-size: 38px;
		width: 28px;
		height: 42px; 
	}
	.noticias-fenal .listhboxslider__content .swiper-button-prev {
	    	left: -35px !important;
		top:50% !important;
		margin-top:-21px !important;
	}
	.noticias-fenal .listhboxslider__content .swiper-button-next {
	    	right: -35px !important;
		top:50% !important;
		margin-top:-21px !important;
	}
	.noticias-fenal .zonatematica__patrocinio {
		padding: 0 30px
	}*/
	
	.noticias-fenal .row {
	    	padding: 0 15px;
	    	box-sizing: border-box;
	    	-webkit-box-sizing: border-box;
	}
}/** MODULO NOTICIAS *********/
.noticias-anpic {
	margin: 0px 0 0;
	background:#f5f5f5;
	padding: 15px 0;
}

.noticias-anpic .mod__header {
    background: #ffffff;
    margin: 0px 0 20px;
    height: 120px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/export/sites/am/arte/desktop/anpic2019/baner_home_desktop.jpg);
}

.zonatematica.noticias-anpic .mod__link {
	color: #BA6A7C;
	right: 20px;
	top: 20px;
	z-index: 2;
}
 
.zonatematica.noticias-anpic .mod__link:after {
	border-left: 4px solid #BA6A7C;
}

.zonatematica.noticias-anpic .listhboxslider__header {
	display: none;
}

.noticias-anpic .news--box .news__section {
    	font-size: 14px;
	     line-height: 14px; 
    	color: #BA6A7C;
	   margin: 0 0 0px;
}

.noticias-anpic .news--box .news__title {
	font-size: 21px;
	line-height: 24px; 
	margin: 0 0 15px;
	height: 72px;
}

.noticias-anpic .news--box .news__time, 
.noticias-anpic .news--box .news__line--sep, 
.noticias-anpic .news--box .news__author, 
.noticias-anpic .news--box .news__author a {
    	font: 13px/18px 'Taz Regular', sans-serif;
	font-weight: normal;
	color:#000000;
}
.noticias-anpic .listhboxslider .swiper-container {
	padding-bottom: 0px;
}
.noticias-anpic .listhboxslider .news--box {
	margin-bottom: 20px;
}
.noticias-anpic .news--box .news__data {
    position: relative;
    padding: 15px 0 0;
}

.noticias-anpic .listhboxslider .swiper-pagination-fraction, 
.noticias-anpic .listhboxslider .swiper-pagination-custom, 
.noticias-anpic .listhboxslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
}

.noticias-anpic .zonatematica__patrocinio {
	text-align: right;
}
.noticias-anpic .zonatematica__patrocinio h4{
	font: 13px/13px 'Taz Regular', sans-serif;
	font-weight: normal;
}

.noticias-anpic .zonatematica__patrocinio h4 img{
	vertical-align:middle;
	margin-left:10px;
}

.noticias-anpic .listhboxslider .swiper-button {
    	font-size: 58px;
    	width: 32px;
    	height: 62px; 
}

.noticias-anpic .listhboxslider .swiper-button-prev, 
.noticias-anpic .listhboxslider .swiper-button-next {
    	color: #BA6A7C !important;
}

.noticias-anpic .swiper-pagination-fraction, .swiper-pagination-custom, 
.noticias-anpic .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -0;
}

.noticias-anpic .swiper-pagination {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.noticias-anpic .swiper-pagination-bullet-active {
    background: #BA6A7C; 
}
/** SECTION FENAL *********/
.page-anpic .site-main:before {
	width:1200px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/anpic2019/bk_seccion_anpic_left.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:0;
}
.page-anpic .site-main:after {
	width:893px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/anpic2019/bk_seccion_anpic.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}
.page-anpic .site-main .section__content:before {
	width:100%;
	height:100px;
	top:0;
	left:0;
	content: '';
	display:block;
	position:absolute;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:1;
}
.page-anpic .row--container {
	position: relative;
	z-index: 2;
	padding-top: 185px;
}
.page-anpic .row--container:before {
	width:278px;
	height:148px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/anpic2019/logo_seccion_anpic.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 20px;
	left: 0px;

}
.page-anpic .pagebuilder .news__data {
    text-align: left;
    padding: 18px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.page-anpic .pagebuilder .news__title {
	color: white;
}

.page-anpic .pagebuilder .news__title a {
	font-size:48px;
	line-height: 50px;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-size: 0px 1px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.page-anpic .pagebuilder .news__media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
    	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__media {
    	width: 100%;
    	height: auto;
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__media img,
.page-anpic .col__main .news--summary.news--338x190:first-child .news__media iframe{
    	width: 100%;
    	height: auto;
	  position: relative;
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__data {
	margin: 20px 0 0 0;
	text-align: left;
	position: relative;
	float: left;
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__data h2 {
	font-size: 40px;
	line-height: 42px;
}
.page-anpic .news__section {
	color:#e51551;
}

.page-anpic .col__main .news--summary.news--338x190:first-child .news__section {
	font-size: 16px;
	line-height: 16px;
}

.page-anpic .ranking .ranking__num {
	background:#e51551; 
}
@media only screen and (min-width: 1200px){
	.noticias-anpic .listhboxslider__content .swiper-button-prev {
	    	left: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
	.noticias-anpic .listhboxslider__content .swiper-button-next {
	    	right: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
}
@media only screen and (max-width: 1200px){
	.noticias-anpic .listhboxslider .swiper-button {
		display:none 
	}
	
	.noticias-anpic .row {
	    	padding: 0 15px;
	    	box-sizing: border-box;
	    	-webkit-box-sizing: border-box;
	}
}/** MODULO NOTICIAS *********/
.noticias-giff {
	margin: 0px 0 0;
	background: #f5f5f5;
	padding: 15px 0;
}

.noticias-giff .mod__header {
    background: #d80000;
    margin: 0px 0 20px;
    height: 120px;
    position: relative;
}
.noticias-giff .mod__header:before {
	width:216px;
	height:120px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/logo_noticias_giff.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #69addf;
	top: 0px;
	left: 0px;
	z-index:1;
}

.noticias-giff .mod__header:after {
	width:636px;
	height:120px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/bk_noticias_giff.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}

.zonatematica.noticias-giff .mod__link {
	color: #d80000;
	right: 20px;
	top: 20px;
	z-index: 2;
}
 
.zonatematica.noticias-giff .mod__link:after {
	border-left: 4px solid #d80000;
}

.zonatematica.noticias-giff .listhboxslider__header {
	display: none;
}

.noticias-giff .news--box .news__section {
    	font-size: 14px;
	     line-height: 14px; 
    	color: #69addf;
	   margin: 0 0 0px;
}

.noticias-giff .news--box .news__title {
	font-size: 21px;
	line-height: 24px; 
	margin: 0 0 15px;
	height: 72px;
}

.noticias-giff .news--box .news__time, 
.noticias-giff .news--box .news__line--sep, 
.noticias-giff .news--box .news__author, 
.noticias-giff .news--box .news__author a {
    	font: 13px/18px 'Taz Regular', sans-serif;
	font-weight: normal;
	color:#000000;
}
.noticias-giff .listhboxslider .swiper-container {
	padding-bottom: 0px;
}
.noticias-giff .listhboxslider .news--box {
	margin-bottom: 20px;
}
.noticias-giff .news--box .news__data {
    position: relative;
    padding: 15px 0 0;
}

.noticias-giff .listhboxslider .swiper-pagination-fraction, 
.noticias-giff .listhboxslider .swiper-pagination-custom, 
.noticias-giff .listhboxslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
}

.noticias-giff .zonatematica__patrocinio {
	text-align: right;
}
.noticias-giff .zonatematica__patrocinio h4{
	font: 13px/13px 'Taz Regular', sans-serif;
	font-weight: normal;
}

.noticias-giff .zonatematica__patrocinio h4 img{
	vertical-align:middle;
	margin-left:10px;
}

.noticias-giff .listhboxslider .swiper-button {
    	font-size: 58px;
    	width: 32px;
    	height: 62px; 
}

.noticias-giff .listhboxslider .swiper-button-prev, 
.noticias-giff .listhboxslider .swiper-button-next {
    	color: #69addf !important;
}

.noticias-giff .swiper-pagination-fraction, .swiper-pagination-custom, 
.noticias-giff .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -0;
}

.noticias-giff .swiper-pagination {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.noticias-giff .swiper-pagination-bullet-active {
    background: #69addf; 
}
/** SECTION FENAL *********/
.page-giff .site-main:before {
	width:1200px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/bk_seccion_giff_left.jpg);
	background-color: #01f1fe;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:0;
}
.page-giff .site-main:after {
	width:893px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/bk_seccion_giff.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}
.page-giff .site-main .section__content:before {
	width:100%;
	height:100px;
	top:0;
	left:0;
	content: '';
	display:block;
	position:absolute;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:1;
}
.page-giff .row--container {
	position: relative;
	z-index: 2;
	padding-top: 185px;
}
.page-giff .row--container:before {
	width:278px;
	height:148px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/logo_seccion_giff.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 20px;
	left: 0px;

}
.page-giff .pagebuilder .news__data {
    text-align: left;
    padding: 18px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.page-giff .pagebuilder .news__title {
	color: white;
}

.page-giff .pagebuilder .news__title a {
	font-size:48px;
	line-height: 50px;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-size: 0px 1px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.page-giff .pagebuilder .news__media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
    	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__media {
    	width: 100%;
    	height: auto;
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__media img,
.page-giff .col__main .news--summary.news--338x190:first-child .news__media iframe{
    	width: 100%;
    	height: auto;
	  position: relative;
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__data {
	margin: 20px 0 0 0;
	text-align: left;
	position: relative;
	float: left;
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__data h2 {
	font-size: 40px;
	line-height: 42px;
}
.page-giff .news__section {
	color:#69addf;
}

.page-giff .col__main .news--summary.news--338x190:first-child .news__section {
	font-size: 16px;
	line-height: 16px;
}

.page-giff .ranking .ranking__num {
	background:#69addf; 
}
@media only screen and (min-width: 1200px){
	.noticias-giff .listhboxslider__content .swiper-button-prev {
	    	left: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
	.noticias-giff .listhboxslider__content .swiper-button-next {
	    	right: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
}
@media only screen and (max-width: 1200px){
	.noticias-giff .listhboxslider .swiper-button {
		display:none 
	}
	
	.noticias-giff .row {
	    	padding: 0 15px;
	    	box-sizing: border-box;
	    	-webkit-box-sizing: border-box;
	}
}
/*******************
 * CUSTOM
 ******************/
.page-section.padding--for--sticky .site-main,
.padding--for--sticky .header ~ .alert,
.padding--for--sticky .header ~ .pagebuilder{
	border-top:161px solid white;
}
.padding--for--sticky .header ~ .alert ~ .pagebuilder,
.padding--for--sticky .header ~ .alert + .alert,
.padding--for--sticky .header ~ .pagebuilder + .pagebuilder{
	border-top: none;
}
/***********************************
 * MODULOS ZONAS NOTAS HOME
 **********************************/  
.zonasuperiores{
	margin-top:51px;
}
.zonasuperiores .mod__content{
	padding-bottom:20px;
	border-bottom:1px solid #e4e4e4;
}
.zonacentrales{
	margin-top:56px;
}
.zonacentrales .row__container .col__news{
	width:calc(100% - 370px);
}
.zonacentrales .row__container{
	padding:25px 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin:0 0 25px;
}
.zonacentrales .row__container .col{
	padding:0;
}
.zonacentrales .row__container .col:first-child{
	margin-right:30px;
}
.zonacentrales .row__container:last-child{
	border-bottom:none;
}
/***********************************
 * MODULO BOTON VER MAS
 **********************************/  
.viewmore__button{
	background-color: white;
	border-radius:3px;
	border:2px solid #72bf44;
	color: #72bf44;
	text-transform: uppercase;
	display: block;
	width: 252px;
	height: 46px;
	cursor: pointer;
	margin: 40px auto;
	font: 18px/44px 'Taz Bold', sans-serif;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.viewmore__button:hover{
	background-color: #72bf44;
	color:white;
}
/***********************************
 * ICONOS DE PLAY, AUDIO Y VIDEO
 **********************************/  
.news__nophoto{
	background: url(/export/sites/am/arte/logo.svg) no-repeat center center;
	background-size: 30% auto;
	filter: brightness(0);
	opacity: .1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video--innerbox .icono--play,
.video--box .icono--play{
	border-radius: 100%!important;
	border: none!important;
	background: rgba(70, 70, 70, .3)!important;
	border: 4px solid white!important;
	width: 101px;
	height: 101px;
	font-size: 29px;
	line-height: 103px;
	top: 50%;
	left: 50%;
	bottom: auto;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--box .icono--play{
	font-size:12px;
	border: 2px solid white!important;
	width:40px;
	height:40px;
	left:13px;
	bottom:13px;
	transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}
.news--box .icono--play,
.news--innerbox .icono--play{
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
}
.news--box .news__line--sep,
.news--innerbox .news__line--sep,
.news--summary .news__line--sep{
	display: inline-block;
}
.video-js .vjs-big-play-button{
	width:65px;
	height:65px;
	border:2px solid white;
	border-radius:100%;
	background-color:rgba(70,70,70,.3);
	font-size:20px;
	line-height:65px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video-js .vjs-big-play-button span{
	font-size:20px;
	line-height:65px;
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio,
.news--innerbox .icono--play,
.news--innerbox .icono--picture,
.news--innerbox .icono--audio,
.news--box .icono--play,
.news--box .icono--picture,
.news--box .icono--audio{
	///display:none;
}
/**************************
 MOD TITLE
**************************/
.mod__title{
	position: relative;
	text-align: left;
	font: 22px/22px 'Taz Bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: black;
	display: block;
}
.mod__title a{
	color: inherit;
	font: inherit;
	position:relative;
}
/**************************
 MOD LIST
**************************/
.modlist__section{
	margin-top:50px;
}
.modlist__content{
	position:relative;
}/***********************************
 * NOTICIAS GENERALES
 **********************************/
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--57-26.news__media{
	padding-top: 57.266%;
}
.news--54-64 .news__media{
	padding-top: 54.644%;
}
.news--52-85 .news__media {
    padding-top: 52.846%;
}
.news--56-12 .news__media{
	padding-top: 56.124%;	
}

/***********************************
 * MODULO NEWS-BOX
 **********************************/
.news--box .news__media{
	margin-bottom: 0;
}
.news--box .news__data{
	position: relative;
	padding: 17px 0 0;
}
.news--box .news__label{
	display: none;
}
.news--box .news__section{
	text-transform: uppercase;
	vertical-align:top;
}
.news--box .news__title a{
	background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-size: 0px 1px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.news--box .news__title:hover a {
	background-size: 100% 1px;
}
.news--box .news__excerpt > p:empty{
	display: none;
}
.news--box .news__author{
	font: 14px/14px 'Taz Bold', sans-serif;
	color:#a0a0a0;
	text-transform: initial;
}
.news--box .news__author span,
.news--box .news__author a{
	color: black;
}
.news--box .icono--play, 
.news--box .icono--picture, 
.news--box .icono--audio{
	border-radius:100%;
	border:3px solid white;
	background-color:transparent;
}
/*****************
 NEWS BOX LIST
*****************/
.news--box--list{
	margin-bottom: 25px;
}
.news--box--list .news__data{
	padding-top: 10px;
}
.news--box--list .news__title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.news--box--list .news__section{
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
	padding: 0;
	vertical-align: baseline;
}
.modlist__section .news--box--list .news__section{
	display:none;
}
.modlist__section .news--box--list .news__data {
    padding-top: 9px;
}
/*****************
 NEWS BOX LIST FEATURED
*****************/
.news--box--list--featured {
	margin:0;
}
.news--box--list--featured .news__title{
	font-size:40px;
	line-height:42px;
}
.news--box--list--featured .news__section{
	font-size:16px;
	line-height:16px;
}
/*****************
 NEWS BOX LIST FEATURED INVERT
*****************/
.news--box--list--featured.invert{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.news--box--list--featured.invert .news__media{
	grid-row: 2;
}
.news--box--list--featured.invert .news__data{
	grid-row: 1;
	margin-bottom:18px;
	padding-top:0;
}
/*****************
 NEWS BOX LIST FEATURED SMALL
*****************/
.news--box--list--featured--small{
	margin-bottom:0;
}
.news--box--list--featured--small .news__section{
	font-size:14px;
	line-height:14px;
	margin-bottom:6px;
}
.news--box--list--featured.invert  .news__excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news--box--list--featured--small .news__title{
	font-size:24px;
	line-height:27px;
	margin-bottom:8px;
}
/*****************
 NEWS BOX SEPARATED
*****************/
.news--box--separated{
	text-align: center;
}
.news--box--separated .news__data{
	padding-top: 15px;
}
/****************
 NEWS BOX RANKING
****************/
.news--box--ranking .news__title{
	font-size:16px;
	line-height:18px;
	margin-bottom:0;
}
.news--box--ranking .news__section{
	font-size:12px;
	line-height:12px;
	display:block;
	margin-bottom:7px;
}
.news--box--ranking .news__data{
	padding-left:60px;
}
.rankinghome .news--box .news__media:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/***********************************
 * MODULO NEWS-SUMMARY
 **********************************/
.news--summary{
	margin-bottom:32px;
}
.news--summary .news__data{
	margin-left: 370px;
	text-align: left;
}
.news--summary .news__label{
	display: none;
}
.news--summary .news__section{
	text-transform: uppercase;
	vertical-align:top;
	display: block;
}
.news--summary .news__title a{
	background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-size: 0px 1px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.news--summary .news__title:hover a {
	background-size: 100% 1px;
}
.news--summary .news__author,
.news--summary .news__time,
.news--summary .news__line--sep{
	display: inline-block;
	text-transform: initial;
	font: 14px/16px 'Taz Bold', sans-serif;
	color: #a0a0a0;
}
.display-none{
	display: none !important;
}
.news--summary .news__author span,
.news--summary .news__author a{
	text-transform: initial;
	color: black;
}
.news--summary .news__author a:hover{
	color: black;
}
.news--summary.news--145x80 .news__media{
	width:145px;
	height:80px;
}
.news--summary.news--338x190 .news__media{
	width:338px;
	height:190px;
}
.news--summary.news--80x80 .news__media{
	width:80px;
	height:80px;
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio {
	border-radius:100%;
	border:3px solid white;
	background-color:transparent;
}
/***********************************
 * NEWS SUMMARY LIST FEATURED
 **********************************/
.zonasuperiores article.news--summary.news--145x80.news--summary--list--featured{
	margin-top:22px;
	padding-top:20px;
	margin-bottom: 0;
	border-top:1px solid #e4e4e4;
	display: block;
	min-height: 160px;	
}
.zonasuperiores article.news--summary.news--145x80.news--summary--list--featured.invert{
	min-height: 160px;
}
.zonasuperiores figure.news__media.news__media--horizontal{
	left:0;
	bottom:0;
	position: absolute;
}
.zonasuperiores .news--summary--list--featured .news__data{
	margin:0;
	padding:0;
	position:relative; 
}
.zonasuperiores .news--summary--list--featured .news__title{
	font-size:32px;
	line-height:32px;
	margin-bottom: 18px; 
}
.zonasuperiores .news--summary--list--featured .news__excerpt{
	margin-left:165px;
	font-size:14px;
	line-height:19px;
	display: -webkit-box;
	position: relative;
	height: 74px;
	overflow: hidden;
	/*! top: 100%; */
	margin-top:-2px; 
}
.zonasuperiores .news--summary--list--featured .news__line{
	margin-left:165px;
	height: 20px;
	margin-top:3px;
}
/***********************************
 * NEWS SUMMARY LIST FEATURED INVERT
 **********************************/
.zonasuperiores .news--summary--list--featured.invert .news__title{
 	font-size:24px;
 	line-height:27px;
}
.zonasuperiores .news--summary--list--featured.invert .news__section{
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
.zonasuperiores .news--summary--list--featured.invert .news__media{
	left: 100%;
	margin-left: -145px;
}
.zonasuperiores .news--summary--list--featured.invert .news__line,
.zonasuperiores .news--summary--list--featured.invert .news__excerpt{
	margin-right: 165px;
	margin-left: 0;
}
/***********************************
 * NEWS SUMMARY LIST SMALL
 **********************************/
.news--summary--list--small{
	margin-bottom: 20px;
}
.news--summary--list--small .news__media{
	width: 70px;
	height: 70px;
}
.news--summary--list--small .news__data{
	margin-left: 84px;
}
.news--summary--list--small .news__section{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
}
.news--summary--list--small .news__title{
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0;
	font-family: 'Taz Regular', sans-serif;
}
/***********************************
 * NEWS SUMMARY RELATED
 **********************************/
.news--summary--related{
	margin-bottom:30px;
	vertical-align: top;
}
.news--summary--related .icono--play, 
.news--summary--related .icono--picture, 
.news--summary--related .icono--audio{
	display:none;
}
.news--summary--related .news__data{
	margin-left:100px;
	padding-top:11px;
}
.news--summary--related .news__title{
	font:17px/20px 'Taz Bold', sans-serif;
}
/***********************************
 NEWS SUMMARY RANKING
***********************************/
.news--summary--ranking{
	margin-bottom:0;
	vertical-align: top;
}
.news--summary--ranking .news__data{
	margin-left:0;
	padding-left:60px;
	margin-right:90px;
}
.news--summary--ranking .news__section{
	font-size:12px;
	line-height:12px;
	margin-bottom:7px;
}
.news--summary--ranking .news__title{
	font-size:16px;
	line-height:18px;
	margin-bottom:0;
}
.news--summary--ranking .news__media{
	width:70px;
	height:70px;
	float:right;
}
/*******************************
NEWS SUMMARY RANKING HOME
*******************************/
.news--ranking--home .news__data{
	margin-left:0;
	padding-left:0px;
	margin-right:170px;
}
.news--ranking--home.news--summary .icono--play, 
.news--ranking--home.news--summary .icono--picture, 
.news--ranking--home.news--summary .icono--audio{
	display:none;
}

.news--ranking--home .news__media:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/***************************
	NEWS SUMMARY SMALL (LIST VERTICAL)
****************************/
.listvsummary{
	margin-bottom:44px;
}
.listvsummary__header{
	margin-bottom: 20px;
}
.listvsummary__title{
	font: 28px/28px 'Taz Bold', sans-serif;
	position: relative;
	text-align: left;
}
.listvsummary  .news--summary--related {
	margin:0;
}
.listvsummary .listvsummary__item + .listvsummary__item {
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid #ebebeb;
}/***********************************
 * MODULO SUSCRIBE HORIZONTAL
 **********************************/
.suscribehorizontal{
	padding: 43px 0 46px;
	background-color: black;
	text-align: center;
	position:relative;
}
.suscribehorizontal__header{
	margin-bottom: 22px;
}
.suscribehorizontal__title{
	font: 40px/40px  'Taz Bold', sans-serif;
	color: white;
}
.suscribehorizontal__formtitle{
	font: 18px/18px  'Heebo', sans-serif;
	color: white;
	margin-bottom:20px;
}
.suscribehorizontal__form{
	font-size: 0;
}
.suscribehorizontal__fieldset input{
	margin: 0;
	border: 0;
	border-radius:0;
	padding: 14px 18px;
	background: white;
	width: 80%;
	max-width: 337px;
	font: 16px/24px 'Heebo', sans-serif;
	display: inline-block;
	vertical-align: top;
	color:#8c8c8c;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.suscribehorizontal__fieldset input::-webkit-input-placeholder{
	color:#8c8c8c;
}
.suscribehorizontal__fieldset input::-moz-placeholder{
	color:#8c8c8c;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder{
	color:#8c8c8c;
}
.suscribehorizontal__fieldset input:-moz-placeholder {
	color:#8c8c8c;
}
.suscribehorizontal__fieldset{
	position:relative;
}
.suscribehorizontal__fieldset button{
	border: 0;
	background: white;
	color: #72bf44;
	margin: 0 0 0 -4px;
	padding: 13px 18px 11px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
	box-sizing: border-box;
	height: 52px;
}    

.suscribehorizontal__hint{
	font: 12px/45px  'Heebo', sans-serif;
	color: white;
}
.suscribehorizontal__hint:after{
	content:"Términos y Condiciones";
	display:inline;
}
.suscribehorizontal__hint a{
	text-decoration: underline;
	color: white;
	display:none;
}

.hint.error{
	color: white;
	font: 15px/18px 'Taz Bold', sans-serif;
	border: none;
	background-color:black;
	max-width: 671px;
	display:inline-block;
	position: absolute;
	bottom: 7px;
	left: 50%;
	padding: 10px;
	width: 80%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.suscribehorizontal__content .hint.success {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Taz Bold', sans-serif;
    color:#ffffff;
}
.suscribehorizontal__social{
	display: none;
}
/*******************
 * RESPONSIVE
 ******************/
@media only screen and (max-width: 1230px){
	.row{
		padding: 0 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.modvideos > .row{
		padding:38px 30px 0 30px;
	}
}
@media only screen and (max-width: 1024){
	.row{
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.modvideos > .row{
		padding:38px 20px 0 20px;
	}
}@media only screen and (max-width: 1440px) {
	
	.header--sticky .navigation > .menu--site li:nth-child(n+7){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+7){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 250px;
	}
}
@media only screen and (max-width: 1380px) {
        .header--sticky .navigation {
		margin-left: 190px;
	}
}

@media only screen and (max-width: 1280px) {
	
	.header--sticky .navigation > .menu--site li:nth-child(n+6){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+6){
		display: inline-block;
	}
        .header--sticky .navigation {
		margin-left: 180px;
	}
}
@media only screen and (max-width: 1170px), only screen and (max-device-width: 1170px) {
	
	
	.header--sticky .navigation > .menu--site li:nth-child(n+5){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+5){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 230px;
	}
}
@media only screen and (max-width: 1090px), only screen and (max-device-width: 1090px) {	
	
	
	.header--sticky .navigation > .menu--site li:nth-child(n+4){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+4){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 230px;
	}
}
@media only screen and (max-width: 965px), only screen and (max-device-width: 965px) {	
	
	.header--sticky .navigation > .menu--site li:nth-child(n+3){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+3){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 180px;
	}
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.mod--epeciales .news__data{
		left: 20px;
		right: 20px;
		transform: none;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	.ranking li{
		width: 100%;
	}
	
}
@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	[data-zone="continuo_1"] .col_6{
		width: 100%;
	}
}@media only screen and (max-width: 1230px){
	
	.page-ciencia .section__header .row:before{
		right:14px;
	}
	
	.page-ciencia .section__header .row:after{
		left:14px;
	}
}

@media only screen and (max-width: 1110px), only screen and (max-device-width: 1110px) {
	.row--container {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-box;
	    display: -o-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -ms-box-orient: vertical;
	    -o-box-orient: vertical;
	    box-orient: vertical;
	}
	.col__aside + .col__main {
	    margin-right: 0;
	    margin-left: auto;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.col__aside{
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2;
		border-top: 1px solid #d8d8d8;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	
	
}