























.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;
}
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;
  font: 16px/18px 'Work Sans', sans-serif;
  height: 100%;
  background-color: white;
  color: #0A0A0A;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding-top: 95px;/*HEADER SIZE*/
  padding-top: 0px;
  
}

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

/**
 * 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;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

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

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

@font-face {
	font-family:"icons";
	src: url("/__export/1496075848000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/icons.woff2") format("woff2"),
		url("/__export/1496075836000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/icons.woff") format("woff"),
		url("/__export/1496075812000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/icons.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

.icon:before {
	display: inline-block;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 
	ICONOS
*/

.icon__arrow_left:before { 
  content: "\EA01" 
}

.icon__bookmark_off:before { 
  content: "\EA02" 
}

.icon__bookmark_on:before { 
  content: "\EA03" 
}

.icon__camera:before { 
  content: "\EA04" 
}

.icon__check:before { 
  content: "\EA05" 
}

.icon__coffee:before { 
  content: "\EA06" 
}

.icon__cross:before { 
  content: "\EA07" 
}

.icon__facebook:before { 
  content: "\EA08" 
}

.icon__fullscreen:before { 
  content: "\EA09" 
}

.icon__fullscreen_outline:before { 
  content: "\EA0A" 
}

.icon__instagram:before { 
  content: "\EA0B" 
}

.icon__link:before { 
  content: "\EA0C" 
}

.icon__link_outline:before { 
  content: "\EA0D" 
}

.icon__mail:before { 
  content: "\EA0E" 
}

.icon__mail_outline:before { 
  content: "\EA0F" 
}

.icon__menu_hamburguer:before { 
  content: "\EA10" 
}

.icon__menu_lomito:before { 
  content: "\EA11" 
}

.icon__menu_meatball:before { 
  content: "\EA12" 
}

.icon__menu_vento:before { 
  content: "\EA13" 
}

.icon__messenger:before { 
  content: "\EA14" 
}

.icon__pause:before { 
  content: "\EA15" 
}

.icon__picture:before { 
  content: "\EA16" 
}

.icon__pinterest:before { 
  content: "\EA17" 
}

.icon__play:before { 
  content: "\EA18" 
}

.icon__play_rounded:before { 
  content: "\EA19" 
}

.icon__search:before { 
  content: "\EA1A" 
}

.icon__search_cool:before { 
  content: "\EA1B" 
}

.icon__settings:before { 
  content: "\EA1C" 
}

.icon__snapchat:before { 
  content: "\EA1D" 
}

.icon__sound_high:before { 
  content: "\EA1E" 
}

.icon__sound_low:before { 
  content: "\EA1F" 
}

.icon__sound_off:before { 
  content: "\EA20" 
}

.icon__twitter:before { 
  content: "\EA21" 
}

.icon__upload:before { 
  content: "\EA22" 
}

.icon__user:before { 
  content: "\EA23" 
}

.icon__whatsapp:before { 
  content: "\EA24" 
}

.icon__whatsapp_outline:before { 
  content: "\EA25" 
}

.icon__youtube:before { 
  content: "\EA27" 
}


#banner-takeover{
	position: absolute;
	top: 0;
	left: 0;
}
.row--banners{
	margin-bottom: 40px!important;
}
.row--banners .banner,
.row--banners .col-aside{
	padding-top: 0!important;
	margin: 0!important;
}

.news-list-items .banner {
    margin-bottom: 30px;
}

.PRE_HOME {
	width: 800px;
	height: 1600px;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 100000!important;
}
#cerrar_ad{
	float: right;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	position: relative;
	width: 15px;
	height: 15px;
	padding: 5px;
	text-align: center;
	line-height: 15px;
	font-weight: 700;
	border-radius: 5px;
	cursor: pointer;
	margin-right: -27px;
}

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

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.hidden {
  overflow: hidden;
}
.video-player{
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	border: 2px solid black;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.video-player:after{
	content: "";
	position: absolute;
	top: 4px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #000000;
}
.view-more{
	display: block;
	margin: 54px auto 41px;
	width: 100%;
	max-width: 263px;
	background-color: #000;
	border-radius: 0;
	border: none;
	color: white;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 17px 0px 13px 0;
	clear: both;
	
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.view-more:hover{
	background: #CE273E;
}



.chapa{
	margin-bottom: 35px;
	text-align: center;
}
.chapa img{
	max-width: 100%;
	height: auto;
}

.banner{
	text-align: center;
	
	max-width: 100%;
	
}
.banner div{
z-index:10;
}
.banner.banner-fullwidth{
	margin-bottom: 50px;
	
}

.banner-fullwidth-center{
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.banner > div{
	margin: 0 auto;
}

.skycrapers-container{
	position:absolute;
	width:100%;
}
.skycrapers-container .banner{
	position:absolute;
	left: -170px;
	top: 0;
	height: 600px;
	width: 160px !important;
}

.skycrapers-container .row{
	position:relative;
}
.skycrapers-container .banner.skycrapersRight{
	left: 100%;
	margin-left: 10px;
}
.banner-nota{
    overflow: auto!important;
    max-width: initial!important;
    width: 728px;
    float: right;
}
.line__title{
	position: absolute;
	width: 64px;
	height: 5px;
	background: #131B36;
	bottom: 0px;
	left: 50%;
	transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.line__title:before{
	content: '';
	left: -6px;
	position: absolute;
	border-style: solid;
	border-width: 0px 0 5px 6px;
	border-color: transparent transparent #131B36 transparent;
	
}
.line__title:after{
	content:'';
	right:-6px;
	position: absolute;
	border-style: solid;
	border-width: 0px 0 5px 6px;
	border-color: transparent transparent  transparent #131B36;
}
.line__title--red{
	background: #CE273E;
}
.line__title--red:before{
	border-color: transparent transparent #CE273E transparent;
}
.line__title--red:after{
	border-color: transparent transparent  transparent #CE273E;
}

.line__title--left{
	left: 10px;
	transform: translate( 0%, 0 );
	-webkit-transform: translate( 0%, 0 );
}


/*********/
/** RUN **/
/*********/

.line__title--run{
	background: #fc7d1b;
}
.line__title--run:before{
	border-color: transparent transparent #fc7d1b transparent;
}
.line__title--run:after{
	border-color: transparent transparent  transparent #fc7d1b;
}

/***********/
/** MOTOR **/
/***********/

.line__title--motor{
	background: #ffae00;
}
.line__title--motor:before{
	border-color: transparent transparent #ffae00 transparent;
}
.line__title--motor:after{
	border-color: transparent transparent  transparent #ffae00;
}

/***********/
/** RUSIA **/
/***********/

.line__title--rusia{
	background: #f3cf60;
}
.line__title--rusia:before{
	border-color: transparent transparent #f3cf60 transparent;
}
.line__title--rusia:after{
	border-color: transparent transparent transparent #f3cf60;
}


/*
	BOTONES
*/
.btn{
	border: none;
	/*border-radius: 4px;*/
	padding: 12px 30px 10px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	text-transform: uppercase;
	color: white;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn-primary{
	background-color: #000; /*#CE273E*/
}

/*
	FORM
*/
.form input,
.form select,
.form textarea{
	width: 100%;
	border: 1px solid #dfdfdf;
	padding: 7px 11px 9px;
	height: 36px;
	border-radius: 0;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form textarea{
	height: 173px;
	resize: none;
}
.form-field + .form-field{
	margin-top: 21px;
}
.form-label{
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 8px;
}
.form-label small{
	float: right;
	font-size: 11px;
	color: rgba( 0, 0, 0, .5 );
}
.form-field-buttons .btn{
	margin-right: 10px;
}
.form-field-buttons a{
	font-size: 15px;
	font-weight: black;
	color: rgba(0,0,0,0.7);
}
.form-field-buttons a:hover{
	color: black;
}
.form-field-error label{
	/*color: #ff9b7b;*/
}
.form-field-error input,
.form-field-error select,
.form-field-error textarea{
	border-color: #e56478;
	background-color:#f7ced6;
}

.form-error{
	/*text-align: center;*/
	background-color: #e6292a;
	padding: 20px 0 22px;
	display: none;
}
.form-error p{
	margin: 0 auto;
	max-width: 570px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}
.form-success{
  text-align: center;
  padding: 110px 0;
  display: none;
}
.form-success strong{
  font: bold 22px/24px 'Work Sans', sans-serif;
  margin-bottom: 15px;
  display: block;
}
.form-success p{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 60px;
}
.form-success .btn{
  padding: 17px 60px 18px;
  font-weight: bold;
}
/*
	FORM CONTACTO
*/
.form-contacto .form-container{
	max-width: 570px;
	margin: 50px auto 60px;
	width: 100%;
	display: block!important;
}
.form-contacto .form-error{
	margin-top: -17px;
}
.form-contacto .form-error:before{
	content: "Hubo un error";
	display: block;
	margin: 0 auto;
	max-width: 570px;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 500;
}
.form-contacto .form-success{
	padding: 20px 0 22px;
	background: #57b455;
	text-align: left;
	margin-top: -17px;
}
.form-contacto .form-success strong{
	display: block;
	margin: 0 auto;
	max-width: 570px;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 500;
	font-family: 'Work Sans', sans-serif;
}
.form-contacto .form-success p{
	margin: 0 auto;
	max-width: 570px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}
.form-contacto .form-success .btn{
	display: none;
}



.row{
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}
.row-container{
	margin: 0 -12px;
}
.col{
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col_3{
	width: 25%;
}
.col_4{
	width: 33.333333%;
}
.col_6{
	width: 50%;
}
.col-main{
	padding-right: 326px;
	
	position: relative;
	float: none;
}

.col-aside{
	float: right;
	width: 300px;
	position: relative;
	z-index: 15;
	padding: 0;
}


.col-main-full-width{
	padding-right: 0px;
}
.col-main-full-width .col_6 {
    width: 33%;
}


@font-face {
	font-family: 'Arial Black';
	src: url('/__export/1504621535000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/Arial-Black.eot');
	src: url('/__export/1504621535000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/Arial-Black.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1504621569000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/Arial-Black.woff') format('woff'),
		url('/__export/1504621558000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/Arial-Black.ttf') format('truetype'),
		url('/export/system/modules/com.fsn.sitios.global/desktop/resources/fonts/Arial-Black.svg#Arial-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1503676225000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Thin.eot');
	src: url('/__export/1503676225000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Thin.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1503676251000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Thin.woff') format('woff'),
		url('/__export/1503676239000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1503676265000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-ThinItalic.eot');
	src: url('/__export/1503676265000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-ThinItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1503676294000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-ThinItalic.woff') format('woff'),
		url('/__export/1503676280000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023723135/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-LightItalic.eot');
	src: url('/__export/1553023723135/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-LightItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023781174/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-LightItalic.woff') format('woff'),
		url('/__export/1553023729913/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023706869/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Light.eot');
	src: url('/__export/1553023706869/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Light.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023718806/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Light.woff') format('woff'),
		url('/__export/1553023712466/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023519470/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BookItalic.eot');
	src: url('/__export/1553023519470/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BookItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023530017/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BookItalic.woff') format('woff'),
		url('/__export/1553023524934/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BookItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023411456/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Book.eot');
	src: url('/__export/1553023411456/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Book.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023511348/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Book.woff') format('woff'),
		url('/__export/1553023417961/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023099871/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BoldItalic.eot');
	src: url('/__export/1553023099871/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BoldItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023402862/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BoldItalic.woff') format('woff'),
		url('/__export/1553023105066/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023090160/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Bold.eot');
	src: url('/__export/1553023090160/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Bold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023060792/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Bold.woff') format('woff'),
		url('/__export/1553023081671/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1503676128000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Semibold.eot');
	src: url('/__export/1503676128000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Semibold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1503676160000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Semibold.woff') format('woff'),
		url('/__export/1503676145000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1503676180000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-SemiboldItalic.eot');
	src: url('/__export/1503676180000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-SemiboldItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1503676213000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-SemiboldItalic.woff') format('woff'),
		url('/__export/1503676197000/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023544216/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Extrabold.eot');
	src: url('/__export/1553023544216/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Extrabold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023553328/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Extrabold.woff') format('woff'),
		url('/__export/1553023548703/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}




@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023660855/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Heavy.eot');
	src: url('/__export/1553023660855/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Heavy.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023684246/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Heavy.woff') format('woff'),
		url('/__export/1553023674714/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Adelle Sans';
	src: url('/__export/1553023691583/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-HeavyItalic.eot');
	src: url('/__export/1553023691583/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-HeavyItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1553023702017/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-HeavyItalic.woff') format('woff'),
		url('/system/modules/com.fsn.sitios.global/desktop/resources/fonts/AdelleSans-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}