@import 'normalize.css';
/* GRID SYSTEM http://codepen.io/drus/pen/MwEZVe */
.module {
  text-align-last: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 0%;
}
.grid {
  text-align: center;
  margin-left: 0%;
  *zoom: 1;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 530px) {
  .mobile-1 {
    width: 8.33333333%;
  }
  .mobile-2 {
    width: 16.66666667%;
  }
  .mobile-3 {
    width: 25%;
  }
  .mobile-4 {
    width: 33.33333333%;
  }
  .mobile-5 {
    width: 41.66666667%;
  }
  .mobile-6 {
    width: 50%;
  }
  .mobile-7 {
    width: 58.33333333%;
  }
  .mobile-8 {
    width: 66.66666667%;
  }
  .mobile-9 {
    width: 75%;
  }
  .mobile-10 {
    width: 83.33333333%;
  }
  .mobile-11 {
    width: 91.66666667%;
  }
  .mobile-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 531px) {
  .tablet-1 {
    width: 8.33333333%;
  }
  .tablet-2 {
    width: 16.66666667%;
  }
  .tablet-3 {
    width: 25%;
  }
  .tablet-4 {
    width: 33.33333333%;
  }
  .tablet-5 {
    width: 41.66666667%;
  }
  .tablet-6 {
    width: 50%;
  }
  .tablet-7 {
    width: 58.33333333%;
  }
  .tablet-8 {
    width: 66.66666667%;
  }
  .tablet-9 {
    width: 75%;
  }
  .tablet-10 {
    width: 83.33333333%;
  }
  .tablet-11 {
    width: 91.66666667%;
  }
  .tablet-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .desktop-1 {
    width: 8.33333333%;
  }
  .desktop-2 {
    width: 16.66666667%;
  }
  .desktop-3 {
    width: 25%;
  }
  .desktop-4 {
    width: 33.33333333%;
  }
  .desktop-5 {
    width: 41.66666667%;
  }
  .desktop-6 {
    width: 50%;
  }
  .desktop-7 {
    width: 58.33333333%;
  }
  .desktop-8 {
    width: 66.66666667%;
  }
  .desktop-9 {
    width: 75%;
  }
  .desktop-10 {
    width: 83.33333333%;
  }
  .desktop-11 {
    width: 91.66666667%;
  }
  .desktop-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .huge-1 {
    width: 8.33333333%;
  }
  .huge-2 {
    width: 16.66666667%;
  }
  .huge-3 {
    width: 25%;
  }
  .huge-4 {
    width: 33.33333333%;
  }
  .huge-5 {
    width: 41.66666667%;
  }
  .huge-6 {
    width: 50%;
  }
  .huge-7 {
    width: 58.33333333%;
  }
  .huge-8 {
    width: 66.66666667%;
  }
  .huge-9 {
    width: 75%;
  }
  .huge-10 {
    width: 83.33333333%;
  }
  .huge-11 {
    width: 91.66666667%;
  }
  .huge-12 {
    width: 100%;
  }
}
/* GRID SYSTEM */
.belt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
}
@media only screen and (min-width: 531px) {
  .belt {
    max-width: 1000px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .belt {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.wrapper {
  max-width: 1425px;
  margin-left: auto;
  margin-right: auto;
}
.espaciado {
  letter-spacing: 0.3em;
}
/*
.orangelinebefore{
	&:before{
			content: '';
			width: 10%;
			height: 2px;
			margin: 0 auto;
			background-color: @dominante;
			display: block;
		}
}


.orangelineafter{
	&:after{
			content: '';
			width: 10%;
			height: 2px;
			background-color: @dominante;
			display: inline-block;
		}
}*/
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.bgpositionhover {
  -ms-background-position-y: 100% !important;
  background-position-y: 100% !important;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: '';
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  color: inherit;
}
input:focus,
textarea:focus {
  outline: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: inherit;
  background-color: transparent;
  border: none;
  border: 1px solid #828081;
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font: 100 1.5vw 'futura_t_lightregular', Helvetica, Arial, sans-serif;
  font-weight: 100;
  min-height: 100%;
  color: #777678;
  letter-spacing: 0.06em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 531px) {
  body {
    font: 100 8px/1.4 'futura_t_lightregular', Helvetica, Arial, sans-serif;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    font: 100 9px/1.4 'futura_t_lightregular', Helvetica, Arial, sans-serif;
  }
}
@media only screen and (min-width: 1500px) {
  body {
    font: 100 10px/1.4 'futura_t_lightregular', Helvetica, Arial, sans-serif;
  }
}
@media only screen and (min-width: 531px) {
  body {
    z-index: 2;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    z-index: 3;
  }
}
body.debug:before {
  content: 'HI!';
  position: fixed;
  background-color: #fff;
  padding: 5px;
  z-index: 99;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 530px) {
  body.debug:before {
    content: 'mobile';
  }
}
@media only screen and (min-width: 531px) {
  body.debug:before {
    content: 'tablet';
  }
}
@media only screen and (min-width: 1000px) {
  body.debug:before {
    content: 'desktop';
  }
}
@media only screen and (min-width: 1500px) {
  body.debug:before {
    content: 'huge';
  }
}
.button,
input[type='submit'] {
  min-width: 120px;
  border: none;
  cursor: pointer;
  font-size: 1.4em;
  text-align: center;
  background-color: #FF690A;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.button[disabled],
input[type='submit'][disabled] {
  background-color: lightgray;
}
.button:hover:not([disabled]),
input[type='submit']:hover:not([disabled]),
.button:active:not([disabled]),
input[type='submit']:active:not([disabled]),
.button:focus:not([disabled]),
input[type='submit']:focus:not([disabled]) {
  background-color: #777678;
  color: #fff;
  text-decoration: none;
}
main {
  position: relative;
}
.scroll-up-btn {
  margin: 40px auto 10px auto;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  width: 30px;
  height: 30px;
}
.scroll-up-btn:hover:before {
  border-color: transparent transparent #FF690A transparent;
  top: -20px;
}
.scroll-up-btn:hover:after {
  top: -10px;
}
.scroll-up-btn:hover:before,
.scroll-up-btn:hover:after {
  -webkit-transform: translateX(-50%) scale(0.8);
  -moz-transform: translateX(-50%) scale(0.8);
  -o-transform: translateX(-50%) scale(0.8);
  -ms-transform: translateX(-50%) scale(0.8);
  transform: translateX(-50%) scale(0.8);
}
.scroll-up-btn:before,
.scroll-up-btn:after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 15px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
}
.discover {
  margin-top: 3em;
  margin-bottom: 8em;
  padding-bottom: 8em;
}
.discover header {
  font-size: 4.05em;
  color: #FF690A;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 531px) {
  .discover header {
    margin-bottom: 3em;
  }
}
.discover ul {
  *zoom: 1;
}
.discover ul:after {
  content: '';
  display: block;
  clear: both;
}
.discover li {
  text-align: center;
  padding: 5em 15em;
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 531px) {
  .discover li {
    padding: 0 6em;
    border: none;
  }
}
.discover li figcaption {
  font-size: 2.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5em;
  line-height: 1;
}
.discover li img {
  /*margin-bottom: 90px;
			@media @tablet{
				margin-bottom: 0;	
			}*/
}
.shake-module {
  background-color: #FF690A;
  color: #fff;
  font-size: 7.0em;
  text-align: center;
  padding: 15%;
}
/* SLICK */
.js .slickme {
  display: none;
}
.js .slickme.slick-initialized {
  display: block;
}
.slick-next {
  background-color: transparent;
  border: transparent;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 35%;
  right: 5px;
}
.slick-next:after {
  z-index: -1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  border-bottom: 1px solid #FF690A;
  border-right: 1px solid #FF690A;
  width: 20px;
  height: 20px;
  margin-left: -6.66666667px;
  margin-top: -6.66666667px;
}
.slick-next:hover:after {
  border-color: #FF690A;
}
.slick-next a {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .slick-next {
    background-color: transparent;
    border: transparent;
    text-indent: -9999px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    right: 10px;
  }
  .slick-next:after {
    z-index: -1;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border-bottom: 1px solid #FF690A;
    border-right: 1px solid #FF690A;
    width: 35px;
    height: 35px;
    margin-left: -11.66666667px;
    margin-top: -11.66666667px;
  }
  .slick-next:hover:after {
    border-color: #FF690A;
  }
  .slick-next a {
    display: block;
    height: 100%;
  }
}
.slick-prev {
  background-color: transparent;
  border: transparent;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 35%;
  left: 5px;
}
.slick-prev:after {
  z-index: -1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  border-bottom: 1px solid #FF690A;
  border-right: 1px solid #FF690A;
  width: 20px;
  height: 20px;
  margin-left: -6.66666667px;
  margin-top: -6.66666667px;
}
.slick-prev:hover:after {
  border-color: #FF690A;
}
.slick-prev a {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .slick-prev {
    background-color: transparent;
    border: transparent;
    text-indent: -9999px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 45%;
    left: 10px;
  }
  .slick-prev:after {
    z-index: -1;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border-bottom: 1px solid #FF690A;
    border-right: 1px solid #FF690A;
    width: 35px;
    height: 35px;
    margin-left: -11.66666667px;
    margin-top: -11.66666667px;
  }
  .slick-prev:hover:after {
    border-color: #FF690A;
  }
  .slick-prev a {
    display: block;
    height: 100%;
  }
}
.slick-dots {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  bottom: 10px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eee;
  margin: 4px;
}
.slick-dots li.slick-active {
  background-color: #fff;
}
.slick-dots li button {
  opacity: 0;
}
.aviso-cookies {
  position: fixed;
  bottom: -100%;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 5px 10px 0px 10px;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.aviso-cookies strong {
  font-weight: bold;
}
.aviso-cookies .content {
  text-align: center;
  width: 80%;
  min-width: 200px;
  margin: 5px auto;
  position: relative;
}
.aviso-cookies a {
  text-decoration: underline;
}
.aviso-cookies .cerrar {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
/* SELECT */
.alert .select-style {
  margin: 1em auto;
}
.select-style {
  color: #777678;
  background-color: #fff;
  padding: 0;
  border: none;
  overflow: hidden;
  position: relative;
}
.select-style:after {
  pointer-events: none;
  font-size: 2em;
  color: #FF690A;
  content: '\25be';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-style select {
  color: inherit;
  font-size: 1.5em;
  padding: 5px;
  width: 130%;
  width: calc(100% + 40px);
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
.scrolled #header {
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.scrolled #header .logo path,
#header.orange .logo path {
  fill: #FF690A;
}
.scrolled #header .burgermenu .burger,
#header.orange .burgermenu .burger,
.scrolled #header .burgermenu .burger:before,
#header.orange .burgermenu .burger:before,
.scrolled #header .burgermenu .burger:after,
#header.orange .burgermenu .burger:after {
  border-color: #FF690A;
  box-shadow: none;
}
.menu-on {
  overflow: hidden;
}
.menu-on #header .burgermenu {
  position: fixed;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@media only screen and (min-width: 531px) {
  .menu-on #header .burgermenu {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.menu-on #header .burgermenu .burger::after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0px;
  border: none;
  box-shadow: none;
}
.menu-on #header .burgermenu .burger::before {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  border: none;
  box-shadow: none;
}
.menu-on #header .burgermenu .burger {
  background: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
}
.menu-on #header .menu {
  left: 0;
  overflow: auto;
}
#header {
  padding-left: 33px;
  padding-top: 4px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 531px) {
  #header {
    padding-left: 80px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
#header .menu {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: fixed;
  background-color: #FF690A;
  color: #fff;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 718px;
  z-index: 1000;
  padding: 60px 10px 10px 30px;
}
@media only screen and (min-width: 531px) {
  #header .menu {
    padding: 100px 10px 10px 90px;
  }
}
#header .menu .main-menu {
  font-size: 8.4em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 531px) {
}
#header .menu .main-menu li {
  line-height: 1;
  margin-bottom: 0.4em;
}
#header .menu .acc-menu {
  font-size: 6vw;
}
@media only screen and (min-width: 1000px) {
  #header .menu .acc-menu {
    font-size: 6em;
  }
}
#header .menu .acc-menu li {
  line-height: 1;
  margin-bottom: 0.4em;
}
#header .menu li {
  position: relative;
}
#header .menu li:before {
  content: '';
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 0;
  height: 2px;
  position: absolute;
  left: -120px;
  top: 80%;
  background-color: #fff;
}
#header .menu li:hover:before {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100px;
}
#header .burgermenu {
  pointer-events: all;
  z-index: 1001;
  position: fixed;
  left: 10px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  width: 31px;
  height: 27.5px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu {
    left: 10px;
    top: 10px;
    width: 52px;
    height: 45px;
    margin-right: 25px;
  }
}
#header .burgermenu .burger {
  color: #777678;
  font-size: 3.0em;
  text-indent: -9999px;
  text-indent: 0\a;
  background-color: #fff;
  background-color: transparent\a;
  top: 19px;
  right: 5px;
}
#header .burgermenu .burger:before {
  content: "";
  top: -7px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu .burger:before {
    top: -14px;
  }
}
#header .burgermenu .burger:after {
  content: "";
  bottom: -7px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu .burger:after {
    bottom: -14px;
  }
}
#header .burgermenu .palitoFun {
  display: block;
  height: 1px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: transparent\a;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 21px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu .palitoFun {
    width: 42px;
  }
}
#header .burgermenu .burger {
  display: block;
  height: 1px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: transparent\a;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 21px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu .burger {
    width: 42px;
  }
}
#header .burgermenu .burger::after {
  display: block;
  height: 1px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: transparent\a;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 21px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu .burger::after {
    width: 42px;
  }
}
#header .burgermenu .burger::before {
  display: block;
  height: 1px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: transparent\a;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 21px;
}
@media only screen and (min-width: 531px) {
  #header .burgermenu .burger::before {
    width: 42px;
  }
}
#header .logo {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#header .logo svg {
  width: 80%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 531px) {
  #header .logo svg {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}
#footer {
  background-color: #fff;
  *zoom: 1;
  padding-top: 20px;
}
#footer:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (min-width: 531px) {
  #footer {
    padding-top: 130px;
  }
}
#footer .newsletter,
#footer .social-menu {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 531px) {
  #footer .newsletter,
  #footer .social-menu {
    margin-bottom: 130px;
  }
}
#footer .newsletter header,
#footer .social-menu header {
  font-size: 2.87em;
  color: #FF690A;
  margin-bottom: 1em;
}
@media only screen and (min-width: 531px) {
  #footer .newsletter header,
  #footer .social-menu header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 531px) {
  #footer .newsletter,
  #footer .social-menu {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
#footer .newsletter input[type=text] {
  padding: 14px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border: 1px solid #eee;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 3em;
}
@media only screen and (min-width: 531px) {
  #footer .newsletter input[type=text] {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 531px) {
  #footer .newsletter input[type=text] {
    border: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    max-width: 377px;
    font-size: 1.52em;
  }
}
#footer .newsletter input[type=submit] {
  display: none;
  margin-bottom: 20px;
  font-size: 3em;
}
#footer .social-menu li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#footer .social-menu li a {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  display: block;
  height: 100%;
}
#footer .social-menu li a[href*='facebook'] {
  background-position: 0 0;
}
#footer .social-menu li a[href*='twitter'] {
  background-position: -45px 0px;
}
#footer .social-menu li a[href*='instagram'] {
  background-position: -90px 0px;
}
#footer .social-menu li a[href*='youtube'] {
  background-position: -135px 0px;
}
#footer .social-menu li a[href*='linkedin'] {
  background-position: -180px 0px;
}
#footer .social-menu li a:hover {
  background-position-y: -45px;
}
#footer .end-bar {
  display: block;
  width: 100%;
  padding: 10px 10px 20px 10px;
  border-top: 1px solid #eee;
  font-size: 2.5em;
  *zoom: 1;
}
#footer .end-bar:after {
  content: '';
  display: block;
  clear: both;
}
#footer .end-bar:before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
@media only screen and (min-width: 531px) {
  #footer .end-bar {
    font-size: 1.5em;
  }
}
#footer .end-bar a:hover {
  color: #FF690A;
}
#footer .end-bar .enlaces {
  color: #828081;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
#footer .end-bar .enlaces a:not(:last-child):after {
  content: '';
  border-right: 1px solid #828081;
  display: inline-block;
  margin: 0 5px 0 8px;
  width: 1px;
  height: 12px;
  vertical-align: middle;
}
#footer .end-bar .contacto {
  float: right;
  text-transform: uppercase;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'futura_t_lightregular';
  src: url('fonts/ufonts.com_futura-t-light-webfont.eot');
  src: url('fonts/ufonts.com_futura-t-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ufonts.com_futura-t-light-webfont.woff2') format('woff2'), url('fonts/ufonts.com_futura-t-light-webfont.woff') format('woff'), url('fonts/ufonts.com_futura-t-light-webfont.ttf') format('truetype'), url('fonts/ufonts.com_futura-t-light-webfont.svg#futura_t_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.page.about-page > header {
  margin-bottom: 5em;
}
@media only screen and (min-width: 531px) {
  .page.about-page > header {
    margin-bottom: 19em;
  }
}
.page.about-page video {
  width: 100%;
  display: block;
  margin-bottom: 5em;
}
@media only screen and (min-width: 531px) {
  .page.about-page video {
    margin-bottom: 16em;
  }
}
.page.about-page video:not(.manifiesto) {
  display: none;
}
@media only screen and (min-width: 531px) {
  .page.about-page video:not(.manifiesto) {
    display: block;
  }
}
.page.about-page .difference {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  margin-bottom: 15em;
}
@media only screen and (min-width: 531px) {
  .page.about-page .difference {
    max-width: 1000px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .page.about-page .difference {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page.about-page .difference .plxline {
  margin-left: auto;
  margin-right: auto;
}
.page.about-page .difference > header {
  text-align: center;
  color: #FF690A;
  line-height: 1;
  margin-bottom: 0.4em;
  font-size: 10em;
}
@media only screen and (min-width: 531px) {
  .page.about-page .difference > header {
    font-size: 12em;
  }
}
.page.about-page .difference .content {
  text-align: center;
  font-size: 3.5em;
  margin-bottom: 2em;
  line-height: 1.1;
}
.page.about-page .difference .module {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .page.about-page .difference .module {
    text-align: left;
  }
}
.page.about-page .difference .module .module-content {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .page.about-page .difference .module .module-content {
    display: inline-block;
    vertical-align: top;
    width: 77%;
    padding-left: 20px;
  }
}
.page.about-page .difference .module .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 20%;
}
@media only screen and (min-width: 531px) {
  .page.about-page .difference .module .icon {
    max-width: 30%;
  }
}
@media only screen and (min-width: 1000px) {
  .page.about-page .difference .module .icon {
    display: inline-block;
    vertical-align: top;
    width: 23%;
  }
}
.page.about-page .difference .module .icon img {
  max-width: 100%;
}
.page.about-page .difference .module header {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
}
.page.about-page .difference .module .description {
  font-size: 2.5em;
}
.page.kike-page > header {
  margin-bottom: 8em;
}
@media only screen and (min-width: 531px) {
  .page.kike-page > header {
    margin-bottom: 19em;
  }
}
.page.kike-page .section {
  position: relative;
  *zoom: 1;
}
.page.kike-page .section:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .section {
    margin-bottom: 200px;
  }
}
.page.kike-page .section header {
  position: relative;
  color: #FF690A;
  font-size: 7.5em;
  line-height: 0.9;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .section header {
    line-height: 1.1;
  }
}
.page.kike-page .section header .plxline {
  margin-top: 0.3em;
}
@media only screen and (min-width: 531px) {
}
.page.kike-page .section .content {
  font-size: 3.5em;
}
.page.kike-page .section .content p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .about {
    margin-bottom: -200px;
  }
}
@media only screen and (min-width: 1500px) {
  .page.kike-page .about {
    margin-bottom: -500px;
  }
}
.page.kike-page .about header {
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .about header {
    margin-bottom: 1em;
  }
}
.page.kike-page .about .col-left {
  padding: 20px;
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .about .col-left {
    padding: 5% 6% 0 4%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 44%;
  }
}
.page.kike-page .about .col-right {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .about .col-right {
    display: inline-block;
    vertical-align: top;
    width: 56%;
  }
}
.page.kike-page .about .floated {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .about .floated {
    display: block;
    width: 70.7%;
    position: relative;
    top: -40em;
  }
}
@media only screen and (min-width: 1500px) {
  .page.kike-page .about .floated {
    top: -73em;
  }
}
.page.kike-page .citius {
  padding: 20px;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .citius {
    padding: 0;
    margin-bottom: -9em;
    text-align: center;
  }
}
.page.kike-page .citius video {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .citius video {
    display: block;
  }
}
.page.kike-page .citius header {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .citius header {
    padding: 20px;
    margin-bottom: 2em;
  }
}
.page.kike-page .citius .content {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .citius .content {
    padding: 20px;
    top: -4em;
    left: 8%;
    width: 65%;
    padding: 1.5em 1.9em;
  }
}
.page.kike-page .citius .floated {
  display: none;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .citius .floated {
    display: block;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    width: 30%;
    position: relative;
    left: 57%;
    margin-bottom: -25%;
  }
}
.page.kike-page .story {
  margin-bottom: 13em;
  /*.content{
			p{
				margin-bottom: 1em;
			}
		}*/
}
@media only screen and (min-width: 531px) {
  .page.kike-page .story {
    text-align: center;
  }
}
.page.kike-page .story header {
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .story header {
    margin-bottom: 1.3em;
  }
}
.page.kike-page .learning {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .learning:before {
    content: '';
    position: absolute;
    left: 14%;
    bottom: 0;
    right: 0;
    top: 50%;
    border-left: 1px solid #FF690A;
    border-bottom: 1px solid #FF690A;
    z-index: -1;
  }
}
.page.kike-page .learning header {
  padding: 0 20px;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .learning header {
    padding: 0;
    max-width: 500px;
    margin-left: 17%;
    margin-bottom: 1em;
  }
}
.page.kike-page .learning img {
  width: 100%;
}
.page.kike-page .learning .content {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .learning .content {
    text-align: center;
    padding: 3.5% 4%;
    width: 56%;
    margin-left: 37%;
    position: relative;
    top: -3.3em;
  }
}
@media only screen and (min-width: 531px) {
  .page.kike-page .future {
    margin-bottom: 0;
  }
}
.page.kike-page .future header {
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .future header {
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .future header .breakline {
    display: block;
  }
}
.page.kike-page .future .col-left {
  padding: 20px;
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .future .col-left {
    padding: 0;
    margin-left: 8%;
    margin-right: 5%;
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    width: 38.5%;
  }
}
.page.kike-page .future .col-right {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .future .col-right {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .future .col-right {
    display: inline-block;
    vertical-align: bottom;
    width: 37%;
  }
}
.page.kike-page .button {
  font-size: 3.3em;
  background-color: #fff;
  border: 1px solid #FF690A;
  color: #FF690A;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  max-width: 200px;
  margin-bottom: 2em;
  font-weight: 100;
}
@media only screen and (min-width: 531px) {
  .page.kike-page .button {
    width: 50%;
    max-width: initial;
  }
}
@media only screen and (min-width: 1000px) {
  .page.kike-page .button {
    width: auto;
    display: inline-block;
    margin: 0;
    margin-top: -15em;
    margin-left: 5%;
    padding: 20px 50px;
  }
}
.tweets {
  position: relative;
  background-image: url('../img/poster_RRSS.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  z-index: 0;
  text-align: center;
  font-size: 1.2em;
}
.tweets:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 531px) {
  .tweets {
    font-size: 1em;
  }
}
.tweets .videoholder {
  display: none;
}
@media only screen and (min-width: 531px) {
  .tweets .videoholder {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 37.5%;
    overflow: hidden;
  }
}
.tweets .videoholder video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tweets .slider {
  width: 100%;
}
@media only screen and (min-width: 531px) {
}
.tweets .slider .slick-arrow {
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .tweets .slider .slick-arrow.slick-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  .tweets .slider .slick-arrow.slick-next {
    right: 100px;
  }
}
.tweets > header {
  display: none;
}
.tweets .slide {
  padding: 15em 7em;
}
.tweets .tweet {
  font-size: 3em;
  line-height: 1.1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media only screen and (min-width: 531px) {
  .tweets .tweet {
    font-size: 5em;
  }
}
.tweets .tweet span,
.tweets .tweet a {
  color: #FF690A;
}
.tweets .author {
  font-size: 3.5em;
  text-transform: uppercase;
  color: #FF690A;
  margin-bottom: 0.9em;
}
.tweets .cta {
  padding: 15px 40px;
  display: inline-block;
  width: auto;
  min-width: 200px;
  color: #FF690A;
  border: 1px solid #FF690A;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-size: 2.5em;
}
@media only screen and (min-width: 531px) {
  .tweets .cta {
    font-size: 3.1em;
  }
}
.tweets .cta:hover {
  background-color: #fff;
}
@media only screen and (min-width: 531px) {
  .tweets .cta:before {
    content: '';
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
    width: 39px;
    height: 31px;
    background: transparent url('../img/spritesheet.png') 0 0 no-repeat;
    background-position: -48px -52px;
  }
}
@media only screen and (min-width: 531px) {
  .pressroom-page.page:first-of-type {
    padding-top: 20em;
  }
}
.pressroom-page > header {
  margin-bottom: 2em;
}
@media only screen and (min-width: 531px) {
  .pressroom-page > header {
    margin-bottom: 16em;
  }
}
.pressroom-page .thumbs .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding-top: 128%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 1px solid #eee;
}
@media only screen and (min-width: 531px) {
  .pressroom-page .thumbs .item {
    padding-top: 43%;
    border: none;
  }
}
@media only screen and (min-width: 1000px) {
  .pressroom-page .thumbs .item {
    padding-top: 32%;
  }
  .pressroom-page .thumbs .item:hover {
    background-size: calc(100% - 20px) calc(100% - 20px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .pressroom-page .thumbs .item:hover a {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1500px) {
  .pressroom-page .thumbs .item {
    padding-top: 22%;
  }
}
.pressroom-page .thumbs .item a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
  background-color: #FF690A;
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  padding: 5%;
}
.pressroom-page .thumbs .item a:empty {
  display: none;
}
.pressroom-page .mediaholder {
  position: relative;
  text-align: center;
  display: block;
  background-color: #eee;
}
@media only screen and (min-width: 531px) {
  .pressroom-page .mediaholder {
    background-color: transparent;
  }
}
.pressroom-page .mediaholder .wrapper {
  max-width: 928px;
}
.pressroom-page .mediaholder .close {
  font-size: 5em;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease-out 0s;
  -moz-transition: transform 0.2s ease-out 0s;
  -o-transition: transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s;
  display: block;
}
.pressroom-page .mediaholder .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pressroom-page .mediaholder header {
  padding-top: 2em;
  margin-bottom: 2em;
  font-size: 4.8em;
  color: #FF690A;
}
.pressroom-page .mediaholder header:after {
  content: '';
  width: 10%;
  height: 2px;
  background-color: #FF690A;
  display: block;
  margin: 0.4em auto;
}
.pressroom-page .mediaholder img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pressroom-page .mediaholder video {
  width: 100%;
  margin-bottom: 5em;
}
.bold {
  font-weight: bold;
}
.plxline {
  border: none;
  width: 20%;
  height: 2px;
  background-color: #FF690A;
  display: none;
}
@media only screen and (min-width: 531px) {
  .plxline {
    display: block;
  }
}
.plxline.center {
  margin-left: auto;
  margin-right: auto;
}
.plxline.right {
  margin-left: 80%;
}
section.page:first-of-type {
  padding-top: 60px;
}
@media only screen and (min-width: 531px) {
  section.page:first-of-type {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    overflow: hidden;
  }
}
.page.home-page {
  background-color: #FF690A;
  background: url(../img/background-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 531px) {
  .page.home-page {
    background-color: #FF690A;
    background: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1000px) {
  .page.home-page {
    background-size: 100% auto;
  }
}
.page.home-page > header {
  min-height: 300px;
  max-height: 800px;
  font-size: 11.0em;
  color: #fff;
  position: relative;
  padding: 4%;
}
.page.home-page > header span {
  display: block;
  line-height: 1.1;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 41%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page.home-page .porques {
  background-color: #fff;
  text-align: center;
  line-height: 1.1;
  padding-top: 8em;
  padding-bottom: 9em;
}
.page.home-page .porques .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
}
@media only screen and (min-width: 531px) {
  .page.home-page .porques .content {
    max-width: 1000px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .page.home-page .porques .content {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page.home-page .porques h2 {
  font-size: 7.5em;
  color: #FF690A;
  padding: 1.5em 20px 0.8em 20px;
}
@media only screen and (min-width: 1000px) {
  .page.home-page .porques h2 {
    margin: 1.5em 20px;
  }
}
.page.home-page .porques h3 {
  font-size: 5em;
  color: #FF690A;
  margin-bottom: 0.7em;
}
.page.home-page .porques p {
  font-size: 3.5em;
  margin-bottom: 1em;
}
.page.home-page .porques img {
  margin-bottom: 15em;
  margin-top: 2.5em;
  width: 70%;
}
@media only screen and (min-width: 1000px) {
  .page.home-page .porques img {
    width: 80%;
    width: auto;
  }
}
.page.home-page .porques strong {
  font-weight: normal;
  color: #FF690A;
}
.page.home-page .porques .cierre {
  font-size: 4.5em;
  color: #FF690A;
}
.page.home-page .porques .cierre .plxline {
  margin-top: 10px;
}
.infos {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #FF690A;
  margin-bottom: 18em;
}
.infos .ver-todos {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.8em;
  border: 1px solid #FF690A;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 20px;
}
@media only screen and (min-width: 1000px) {
  .infos .ver-todos {
    padding: 15px 30px;
  }
}
.infos .ver-todos:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.infos .videoholder {
  position: relative;
  padding-top: 56%;
  background: transparent url('../img/poster_infografias.jpg') center center no-repeat;
  background-size: cover;
  /*@media @desktop{
			padding-top: 60%;
		}*/
}
.infos .videoholder video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  display: none;
}
@media only screen and (min-width: 531px) {
  .infos .videoholder video {
    display: block;
  }
}
.infos.zoomin .circles-container {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.infos.zoomin .circles-container svg {
  opacity: 0.1;
}
.infos.zoomin .circles-container svg g {
  stroke: orange;
  stroke-width: 0.05;
}
.infos .circles-container {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .infos .circles-container {
    padding: 2%;
  }
}
.infos .circles-container .circle {
  display: none;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #FF690A;
  width: 52%;
  padding-top: 50%;
  animation: spin 4s linear infinite;
}
.infos .circles-container .circle.c0 {
  opacity: 0.8;
  width: 48%;
  animation: spin 3s linear infinite;
}
.infos .circles-container .circle.c1 {
  opacity: 0.2;
  width: 52%;
  animation: spin 4s linear infinite;
}
.infos .circles-container .circle.c2 {
  opacity: 0.4;
  width: 49%;
  animation: spin 2s linear infinite;
}
.infos .circles-container .circle.c3 {
  opacity: 0.6;
  width: 51%;
  transform: rotate(90deg);
  animation: spin 6s linear infinite;
}
@media only screen and (min-width: 1000px) {
  .infos .circles-container .circle {
    display: block;
  }
}
@keyframes spin {
  0% {
    transform: translate(-52%, -52%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-52%, -52%) rotate(360deg);
  }
}
.infos .slider {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  text-align: center;
}
.infos .slider .slick-arrow {
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .infos .slider .slick-arrow.slick-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  .infos .slider .slick-arrow.slick-next {
    right: 100px;
  }
}
.infos .slider .slide {
  position: relative;
}
.infos .slider .slide .padding {
  padding-top: 40%;
}
@media only screen and (min-width: 1000px) {
  .infos .slider .slide .padding {
    padding-top: 60%;
  }
}
.infos .slider .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.infos .slider .numbers {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-weight: 500;
  display: block;
  line-height: 0.9;
  font-size: 10em;
}
@media only screen and (min-width: 531px) {
  .infos .slider .numbers {
    font-size: 13em;
  }
}
.infos .slider .numbers .texto {
  font-size: 0.5em;
}
.infos .slider .words {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 4.5em;
  line-height: 0.9;
}
.page > header {
  color: #FF690A;
  text-align: center;
  line-height: 1.1;
}
.page > header h1 {
  font-size: 4.86em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.page > header p {
  font-size: 8.4em;
  line-height: 1.1;
}
.page > header video {
  width: 100%;
}
