/*----------------------------------------------------------------------------> RESETS / GLOBALS */
*, *:before, *:after {-webkit-box-sizing: inherit;box-sizing: inherit;}
::-moz-selection,::-moz-selection {background:#00CC00;}
::selection,::-moz-selection {background:#00CC00;}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: normal;font-style: normal;font-size: 100%;line-height: 1.4;font-family: inherit;text-align: left;}
ul,menu,dir{-webkit-margin-after: 0;margin-block-end: 0;-webkit-margin-before: 0;margin-block-start: 0;-moz-padding-start: 0;padding-inline-start: 0;-webkit-padding-start: 0;padding:0;margin:0;}
ul{list-style:none;}
p{margin: 0 0 1em 0;}
img { padding: 0; max-width: 100%; }
/*----------------------------------------------------------------------------> UTILITIES */
.hidden,.nodisplay{display:none;}
body.helpers .contentPage{border:1px green dotted;}
.visuallyHide {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
/*----------------------------------------------------------------------------> FOUC */
body{-webkit-animation: mainFadein 2s;animation: mainFadein 2s;}
@-webkit-keyframes mainFadein {from { opacity: 0; }to   { opacity: 1; }}
@keyframes mainFadein {from { opacity: 0; }to   { opacity: 1; }}

/*----------------------------------------------------------------------------> TYPOGRAPHY */
html{font-family:"ColaborateLightRegular",Helvetica,Verdana,sans-serif;font-size:16px;line-height:1.25em;color:rgba(255,255,255,.74);font-weight:400;text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
h1,h2,h3,h4,h5,h6 {font-family:"julius_sans_one",Helvetica,Verdana,sans-serif;text-transform:none;font-weight:400;text-transform:uppercase;color:white;}
h1 {font-family: 'julius_sans_one',Helvetica,Verdana,sans-serif;font-size:2em;font-weight:400;}
p{line-height: 1.4;}
/*----------------------------------------------------------------------------> LINKS */
a{text-decoration:none;color:rgb(101, 166, 194);}
a.hover{color:rgb(121, 186, 214);}
/*----------------------------------------------------------------------------> GLOBAL LAYOUT */
header,.mainMenu,nav,main,footer{width:100vw;max-width:100vw;}
header,footer{-ms-flex-negative:0;flex-shrink:0;}
footer h1, header h1{display:none;}
/*----------------------------------------------------------------------------> HTML - BODY */
html{-webkit-box-sizing: border-box;box-sizing: border-box;width:100vw;height:100vh;/*overflow-x: hidden;*/
    background:black;color:white;
line-height: 1.4;}
body{width: 100vw;height: 100vh;overflow-x:hidden;background:transparent;}/*display: -webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:100vh;margin: 0 auto 0 auto;max-width:100vw;width:100vw;overflow-y:auto;*/
/*----------------------------------------------------------------------------> HEADER */
header{display: -webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
    position:fixed;top:0;left:0;right:0;margin: 0 auto 0 auto;height:auto;z-index:70000;
    }/*background:rgba(0,0,0,1);*/
/*----------------------------------------------------------------------------> LOGO */
.logo{padding:4px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;line-height:2em;}
img.logo{width:64px;}
/*----------------------------------------------------------------------------> H1 - H6 */
h1{display:flexbox;text-align:left;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;}
h2{text-align:center;width:100%;}
h2{font-size: 1.6em;margin:24px 0;}/*background:rgba(41,42,43,1);border-radius:5px;*/
h2>a{padding:16px;}/*color:#89B812;background:#89B812;*/
/*----------------------------------------------------------------------------> MAIN */
main{/*flex: 1 0 100%;flex-flow:column nowrap;-webkit-box-flex: 1;-ms-flex: 1 0 100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;-ms-flex-pack: distribute;justify-content: space-around;*/
    text-align:center;margin:0;padding:50px 16px;
    }/*flex:0 0 auto;-webkit-box-flex:0;-ms-flex:0 0 auto;*/
/*----------------------------------------------------------------------------> CONTENT PAGE */
.contentPage{flex:0 0 100%;-webkit-box-flex:0;-ms-flex:0 0 100%;
    overflow-x:visible;max-width: 864px;width:94%;
    padding:66px 8px 0 8px;margin:0 auto 26px  auto;}/*min-height:100vh;height:auto;*/
.contentPage>h2{padding:24px 0;}
/*----------------------------------------------------------------------------> FOOTER */
footer{position:fixed;bottom:0;right:0;padding:1em;z-index:60000;}
footer img.logo{position:absolute;bottom:0;right:-10px;width:64px;}
/*----------------------------------------------------------------------------> */
/*----------------------------------------------------------------------------> WIDTH 636+ */
/*----------------------------------------------------------------------------> */
@media (min-width:636px){
	.contentPage{-webkit-box-flex: 0;-ms-flex: 0 0 636px;flex: 0 0 636px;}/*padding-left:0;padding-right:0;*/
	img.logo{width:unset;}
	footer img.logo{right:0;bottom:0;width:auto;}
    header{background: transparent}
    main{margin: 0 0 124px 0;}
}
/*----------------------------------------------------------------------------> MAIN MENU MOBILE STYLE */
nav{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;}
.mainMenu{position: fixed;top:48px;left: 0;right: 0;margin:0 auto;height:88%;height:calc(100% - 48px);width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:column nowrap;-ms-flex-line-pack:stretch;align-content:stretch;display:none;z-index:20000;}
.mainMenu a{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:26px;display: -webkit-box;display:-ms-flexbox;display:flex;background:transparent;}
.mainMenu>li {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;display: -webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;
	border-bottom: 1px dotted rgba(22,22,22,.3);background:rgba(0,0,0,1);
}
/*----------------------------------------------------------------------------> HAMBURGUER MENU TOGGLE BUTTONS */
/*----------------------------------------------------------------------------> MAIN AND SECONDARY */
#show-menu-input-checkbox{
display: none;
}
.main-menu-toggler {
	width:48px;height:48px;position:fixed;top:0;right:0;padding:16px;/*margin-top:6px;*/
}
.menu-toggler-icon:after,
.menu-toggler-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
}
.menu-toggler-icon:after{
	top: 5px;
}
.menu-toggler-icon {
	position: relative;top:7px;
	display: block;
}
.menu-toggler-icon,
.menu-toggler-icon:after,
.menu-toggler-icon:before {
	width: 100%;
	height: 2px;
	background-color:rgba(225,225,225,1);
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*border-radius: 2px;*/
}
.menu-toggler.closeMenu>.menu-toggler-icon {
	background-color: transparent;
}
.menu-toggler.closeMenu>.menu-toggler-icon:before {
	-webkit-transform: rotate(45deg) translate(3px, 3px);
	transform: rotate(45deg) translate(3px, 3px);
}
.menu-toggler.closeMenu>.menu-toggler-icon:after {
	-webkit-transform: rotate(-45deg) translate(3.5px, -4px);
	transform: rotate(-45deg) translate(3.5px, -4px);
}
.mainMenu.menuON{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.secondaryMenu.menuON{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.secondary-menu-toggler {
	width:48px;height:48px;position:absolute;top:0;right:0;padding:16px;
}
.secondary-menu-toggler-icon,
.secondary-menu-toggler-icon:after,
.secondary-menu-toggler-icon:before {
	background-color:rgba(255,255,255,1);
}
/*----------------------------------------------------------------------------> SECONDARY MENU MOBILE STYLE */
.nav.secondary-menu{width:auto;height:auto;}
.secondaryMenu{position: absolute;top:0;right: 0;margin:0;height:260px;width:300px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-line-pack:stretch;align-content:stretch;font-size:12px;color:BLACK;}
.secondaryMenu a{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:26px;display: -webkit-box;display:-ms-flexbox;display:flex;background:transparent;color:NAVAJOWHITE;}
.secondaryMenu>li {-webkit-box-flex:1;-ms-flex:1;flex:1;display: -webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;border-bottom: 1px dotted rgba(22,22,22,.3);background:rgba(255,255,255,1);}
/*----------------------------------------------------------------------------> MAIN MENU ON WIDE SCREENS */
@media only screen and (min-width: 1080px) {
	body,header,main,footer{/*max-width:1080px;*/}
	.main-menu-toggler{display:none;}
	.mainMenu{position: static;display: -webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;height:80px;margin-top:0;}
	/*nav{max-width:872px;}*/
	.mainMenu>li {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-bottom:none;background:transparent;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;}
	.mainMenu a{width:auto;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding-left:16px;}/*font-size:22px;*/
}
/*----------------------------------------------------------------------------> TOC */
.toc-toggler{position:fixed;top:12px;right:12px;width:36px;height:36px;border-radius: 50%;background:rgba(0,0,0,1);color:rgba(255,255,255,1);-webkit-box-shadow:2px 2px 6px rgba(22,22,22,.2), -2px -2px 6px rgba(22,22,22,.2);box-shadow:2px 2px 6px rgba(22,22,22,.2), -2px -2px 6px rgba(22,22,22,.2);text-align:center;line-height:36px;padding:8px}//*bottom:6px;*/
a.toc-toggler{color:rgba(0,0,0,.84);font-size:28px;padding:10px;}
.menu-toggler-icon,
.menu-toggler-icon:after,
.menu-toggler-icon:before {background:rgba(255,255,255,.84);}
.toc-toggler>.x-icon,.toc-toggler.closeTOC>.plus-icon{display:none;}
.toc-toggler.closeTOC>.x-icon{display:block;}
.toc-toggler.closeTOC>.menu-toggler-icon {
	background-color: transparent;
}
.toc-toggler.closeTOC>.menu-toggler-icon:before {
	-webkit-transform: rotate(45deg) translate(3px, 3px);
	transform: rotate(45deg) translate(3px, 3px);
}
.toc-toggler.closeTOC>.menu-toggler-icon:after {
	-webkit-transform: rotate(-45deg) translate(3.5px, -4px);
	transform: rotate(-45deg) translate(3.5px, -4px);
}
#toc{display:none;position: fixed;left: 0;right: 0;top:0;margin:0 auto;width:100vw;height:100%;
    -webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:-15000;overflow:auto;padding-top:48px;background:black;}/*background:red;top:48px;min-height:88%;height:calc(100% - 48px);*/
#toc a{font-family: 'julius_sans_one','Ubuntu Condensed', sans-serif;font-size:22px;color:rgba(255,255,255,1);-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display: -webkit-box;display:-ms-flexbox;display:flex;background:transparent;}
#toc>li {
-webkit-box-flex:1;
-ms-flex:1 0 auto;
flex:1 0 auto;display: -webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center; min-height:23.8px;
border-bottom: 1px dotted rgba(22,22,22,.3);background:rgba(0,0,0,1);margin:0 0 0 0;
}
main.antes-de-actidea #toc a{font-size:16px;}
#toc.tocON{display: -webkit-box;display: -ms-flexbox;display: flex;}
/*@media (min-width:1080px){a.toc-toggler{right:calc(((100% - 1080px) / 2) + 6px);}}*/
/*----------------------------------------------------------------------------> BOOKS *//*border:green 1px dotted;*/
/*.language-list{position:relative;top:0;right:0;left:0;bottom:0;max-width:100%;max-height:100vh;
	min-height: 100vh;}*/
ul.language-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;}
ul.language-list>li.language{margin:6px;}/*flex: 0 0 auto;position:absolute;display:block;*//*font-family:"ostrich_sans_medium",Helvetica,Verdana,sans-serif;font-size:2em;border:red 1px dotted;*/
.language>img{position:relative;}/*width:180px;height:auto;*/
/*.language.norsk>img:nth-of-type(1){top:-48px;left:70px;}
.language.norsk>img:nth-of-type(2){top:60px;left:10px;}
.language.norsk>img:nth-of-type(3){top:10px;left:170px;}
.language.engelsk>img:nth-of-type(1){top:20px;left:-10px;}
.language.engelsk>img:nth-of-type(2){top:-10px;left:90px;}
.language.fransk>img{width:160px;}
.language.fransk>img:nth-of-type(1){top:-214px;left:70px;}
.language.spansk>img{width:210px;}
.language.spansk>img:nth-of-type(1){top:-220px;left:10px;}
.language.spansk>img:nth-of-type(2){top:-220px;left:160px;}*/
.languageName{visibility: 0;}


.sergio {
	height: auto;
	/*margin-right:2rem;*/
	border-radius: 50%;
	-webkit-shape-outside:circle();
	shape-outside:circle();
}
.hola{line-height:1.8;}
.sergio{float:left;width:148px;}
.selected-erfaring-list{
    display:-ms-flexbox;display:-webkit-box;display: flex;
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-wrap: wrap;
    -ms-flex-flow:row wrap;-ms-flex-pack: distribute;
    flex-flow: row wrap;justify-content: space-around;
    margin-bottom:32px;
}
.selected-erfaring-list li{
    height:auto;width:auto;line-height:1;text-align:center;margin:6px;
    display: -ms-flexbox;display: -webkit-box;display: flex;
    flex: 0 0 auto;flex-direction: column;justify-content: center;align-items: center;
    -ms-flex: 0 0 auto;-ms-flex-direction: column;-ms-flex-pack: center;-ms-flex-align: center;
    -webkit-flex: 0 0 auto;
    -webkit-box-flex: 0;-webkit-box-direction: normal;-webkit-box-orient: vertical;-webkit-box-pack: center;-webkit-box-align: center;
}
.erfaring-list{
    display:-ms-flexbox;display:-webkit-box;display: flex;
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-wrap: wrap;
    -ms-flex-flow:row wrap;-ms-flex-pack: distribute;
    flex-flow: row wrap;justify-content: space-around;
}
.erfaring-list li{
    height:80px;line-height:24px;text-align:center;margin:3px;border:1px grey dotted;
    display: -ms-flexbox;display: -webkit-box;display: flex;
    flex: 0 0 200px;flex-direction: column;justify-content: center;align-items: center;
    -ms-flex: 0 0 200px;-ms-flex-direction: column;-ms-flex-pack: center;-ms-flex-align: center;
    -webkit-flex: 0 0 200px;
    -webkit-box-flex: 0;-webkit-box-direction: normal;-webkit-box-orient: vertical;-webkit-box-pack: center;-webkit-box-align: center;
}
.portfolio{
    display:-webkit-box;display:-ms-flexbox;display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;-webkit-flex-wrap: wrap;-ms-flex-flow:row wrap;
    justify-content: space-around;-ms-flex-pack: distribute;
    /*display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack: distribute;justify-content: space-around;*/
    margin-bottom:24px;
}
.portfolio li{
    /*max-width:148px;height:auto;-webkit-box-flex:0;-ms-flex:0 0 148px;flex:0 0 148px;*/
    -webkit-box-flex: 0;
            flex: 0 0 148px;-webkit-flex: 0 0 148px;-ms-flex: 0 0 148px;
}
.portfolio img{max-width:100%;height:auto;}



/*.marching-ants {
  padding: 7px;margin: 20px;
  background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
  background-position: 0 0,  0 100%,  0 0,  100% 0;
  background-repeat: repeat-x,  repeat-x,  repeat-y,  repeat-y;
  -webkit-animation: marching-ants-1 1s;
          animation: marching-ants-1 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marching-ants.marching {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.marching-ants.new {
  border:none;
  background-image: -webkit-linear-gradient(left, #fff 50%, #000 50%), -webkit-linear-gradient(left, #fff 50%, #000 50%), -webkit-linear-gradient(top, #fff 50%, #000 50%), -webkit-linear-gradient(top, #fff 50%, #000 50%);
  background-image: linear-gradient(to right, #fff 50%, #000 50%), linear-gradient(to right, #fff 50%, #000 50%), linear-gradient(to bottom, #fff 50%, #000 50%), linear-gradient(to bottom, #fff 50%, #000 50%);
  color: #fff;
}
@-webkit-keyframes marching-ants-1 {
  0% {
    background-position: 0 0,  0 100%,  0 0,  100% 0;
  }
  100% {
    background-position: 40px 0, -40px 100%, 0 -40px, 100% 40px;
  }
}

@keyframes marching-ants-1 {
  0% {
    background-position: 0 0,  0 100%,  0 0,  100% 0;
  }
  100% {
    background-position: 40px 0, -40px 100%, 0 -40px, 100% 40px;
  }
}*/

@-webkit-keyframes greenPulse {0% {border-color: grey;}100% {border-color: greenyellow;}}
@keyframes greenPulse {0% {border-color: grey;}100% {border-color: greenyellow;}}
@-webkit-keyframes redPulse {0% {border-color: grey;}100% {border-color: red;}}
@keyframes redPulse {0% {border-color: grey;}100% {border-color: red;}}

.new {
  -webkit-animation-name: greenPulse;
          animation-name: greenPulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.animDelay1s {-webkit-animation-delay: 1s;animation-delay: 1s;}
.animRedPulse{  -webkit-animation-name: redPulse;animation-name: redPulse;}
.animGreenPulse{  -webkit-animation-name: greenPulse;animation-name: greenPulse;}

.column{width:40%;text-align:center;float:left;}





hello{display: flex;margin-bottom:32px;/*border: 1px red dotted;*/}














/*----------------------------------------------------------------------------> @FONTFACE */
/*@font-face {
	font-family: 'julius_sans_one';
	src: url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}*/
@font-face {
    font-family: 'julius_sans_one';
    src: url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular.eot');
    src: url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular.eot?#iefix') format('embedded-opentype'),
         url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular.woff2') format('woff2'),
         url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular.woff') format('woff'),
         url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular.ttf') format('truetype'),
         url('https://www.flashdance.es/res/fonts/skattoya/juliussansone-regular.svg#julius_sans_one') format('svg');
    font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'ColaborateLightRegular';
	src: url('https://www.flashdance.es/res/fonts/colablig.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/colablig.woff') format('woff'),
	url('https://www.flashdance.es/res/fonts/colablig.ttf') format('truetype'),
	url('https://www.flashdance.es/res/fonts/colablig.svg#colaboratelightregular') format('svg');
	font-weight: normal;font-style: normal;
}
/*@font-face {
	font-family: 'ostrich_sans_roundedmedium';
	src: url('https://www.flashdance.es/res/fonts/ostrichsansrounded-medium.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/ostrichsansrounded-medium.woff') format('woff'),
	url('https://www.flashdance.es/res/fonts/ostrichsansrounded-medium.ttf') format('truetype'),
	url('https://www.flashdance.es/res/fonts/ostrichsansrounded-medium.svg#ostrich_sans_roundedmedium') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'ostrich_sans_medium';
	src: url('https://www.flashdance.es/res/fonts/ostrichsans-medium.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-medium.woff') format('woff'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-medium.ttf') format('truetype'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-medium.svg#ostrich_sans_roundedmedium') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'ostrich_sansheavy';
	src: url('https://www.flashdance.es/res/fonts/ostrichsans-heavy.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-heavy.woff') format('woff'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-heavy.ttf') format('truetype'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-heavy.svg#ostrich_sansheavy') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'ostrich_sansbold';
	src: url('https://www.flashdance.es/res/fonts/ostrichsans-bold.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-bold.woff') format('woff'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-bold.ttf') format('truetype'),
	url('https://www.flashdance.es/res/fonts/ostrichsans-bold.svg#ostrich_sansbold') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'dosisextralight';
	src: url('https://www.flashdance.es/res/fonts/skattoya/dosis-extralight-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/dosis-extralight-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'dosislight';
	src: url('https://www.flashdance.es/res/fonts/skattoya/dosis-light-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/dosis-light-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'dosisregular';
	src: url('https://www.flashdance.es/res/fonts/skattoya/dosis-regular-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/dosis-regular-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'jinkyregular';
	src: url('https://www.flashdance.es/res/fonts/skattoya/jinky-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/jinky-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'anaktoriaregular';
	src: url('https://www.flashdance.es/res/fonts/skattoya/anaktoria-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/anaktoria-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'intro_head';
	src: url('https://www.flashdance.es/res/fonts/skattoya/introheadr-base-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/introheadr-base-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'intro_rust';
	src: url('https://www.flashdance.es/res/fonts/skattoya/introrustg-base2line-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/introrustg-base2line-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'ipa__phoneticsbold';
	src: url('https://www.flashdance.es/res/fonts/skattoya/ipabold-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/ipabold-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'komika_display';
	src: url('https://www.flashdance.es/res/fonts/skattoya/kmkdspk-webfont.woff2') format('woff2'),
	url('https://www.flashdance.es/res/fonts/skattoya/kmkdspk-webfont.woff') format('woff');
	font-weight: normal;font-style: normal;
}
*/
