@import url("./style_basis.css");
@import url('https://fonts.googleapis.com/css?family=Asap:400,500');

/*=====================================================
Fonts GTCinetype
=====================================================*/

@font-face {
  font-family: 'GTCinetypeRegular';
  src: url('assets/fonts/GTCinetypeRegular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/GTCinetypeRegular.otf')  format('opentype'),
       url('assets/fonts/GTCinetypeRegular.woff') format('woff'), url('assets/fonts/GTCinetypeRegular.ttf')  format('truetype'), url('assets/fonts/GTCinetypeRegular.svg#GTCinetypeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GTCinetypeLight';
  src: url('assets/fonts/GTCinetypeLight.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/GTCinetypeLight.otf')  format('opentype'),
       url('assets/fonts/GTCinetypeLight.woff') format('woff'), url('assets/fonts/GTCinetypeLight.ttf')  format('truetype'), url('assets/fonts/GTCinetypeLight.svg#GTCinetypeLight') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*=====================================================
Resets
=====================================================*/
body {
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  font-family: 'GTCinetypeRegular';
  font-weight: 400;
  color: #494A49;
  min-height: 500vh;
}
a {
  color: #494A49;
  text-decoration: none;
}
.z-index999 {
  z-index: 999;
}
input {
  font-family: 'GTCinetypeRegular';
  font-size: 1em;
  line-height: 2.25em;
  font-weight: 400;
  letter-spacing: .3pt;
}
.fixed-box input[type=submit] {
  margin-top: -1px !important;
}

/*=====================================================
Layout styles
=====================================================*/
section {
  opacity: 0;
}
.section {
  max-width: 100vw;
}
.menu {
  position: fixed;
  width: 100vh;
  box-sizing: border-box;
  z-index: 100;
  font-family: 'GTCinetypeRegular';
}
.menu.activo {
  display: none;
}
.rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); width: 100%; display: flex; }

.menu.left {
  bottom: 100%; -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); transform-origin: 0 100%; white-space: nowrap;
  padding-left: 45px; padding-bottom: 18px;
}
.menu.right {
  transform: rotateZ(90deg);
  transform-origin: left top;
  left: 100%;
  top: 0; white-space: nowrap;
  padding-left: 45px; padding-top: 18px;
}
body:not(.home) .menu.left :nth-child(2):not(.submenu),
.home .menu.right :nth-child(2) {
  display: none  
}
.home .menu.left div:nth-child(2) {
  display: flex;
  align-self: flex-end;
}
.menu-btn {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
  margin-right: 3.8em;
  letter-spacing: 0.0625em;
}
.menu .menu-btn > * {
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	   -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	     -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	        transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
.menu-btn:last-of-type {
  margin-right: 0;
}
.menu-btn.big {
  text-transform: uppercase;
  font-size: 1.26em;
  font-weight: 100;
  margin-left: 128px;
  margin-right: 88px;
}
.btn-social, .btn-blog {
  margin-right: 55px;
}
body:not(.home) .menu.left .menu-btn.big,
.home .menu.right .menu-btn.big {
    margin-left: auto;
}
.open-menu {
  position: fixed;
  z-index: 99;
}
.overflow .open-menu {
  position: fixed;
  z-index: 0;
}
.open-menu.left {
  left: 60vw;
  top: 10vh;
}
.open-menu.right {
  left: 60vw;
  top: 20vh;
}
.open-menu input {
  font-family: 'Open Sans', sans-serif;
  font-size: 4em;
  line-height: 1em;
  font-weight: 600;
}
.open-menu .hide_label {
  position: absolute;
  top: 1.5em;
  left: 3em;
  max-height: 0;
  overflow: hidden;
}
.open-menu:hover .hide_label {
  opacity: 1;
  max-height: 100%;
}
.open-menu.activo {
  display: none;
}
.close {
  position: absolute;
  top: 5em;
  right: 1em;
  height: 2px;
  width: 2em;
  padding: 1em;
  cursor: pointer;
}
@media (min-width:415px) {
  .close {top: 1em;}
}
.close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 2em;
  background: #fff;
}
.submenu {
  position: absolute;
  visibility: hidden;
}
.left .submenu {
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  left: 3.25em;
  top: 2em;
}
.right .submenu {
  transform: rotate(90deg) translate(-4.25em, -1em);
}
.submenu.active {
  visibility: visible;
}
.submenu li {
  padding-bottom: .25em;
}
.fixed-box {
  position: fixed;
  bottom: 0;
  color: white;
  z-index: 99;
  box-sizing: border-box;
  min-height: 30vmax;
  transform: translateY(100%);
}
.fixed-box.activo {
  transform: translateY(0);
}
.fixed-box .row:nth-child(1) {
  min-height: 14vmax;
}
.fixed-box .row:nth-child(2) {
  min-height: 18vmax;
}
.row .row-label a {
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
}
.colaboradores {
  display: flex;
  justify-content: space-between;
  padding-left: 5vmax;
  padding-top: 2em;
}

@media(max-width:414px) {
  .colaboradores {
    padding-top: initial;
    padding-left: 1em;
    padding-right: 1em;
  }
  .colaboradores .row-label {
    padding-bottom: 2em;
    padding-top: 2em;
    flex: 1;
    text-align: center;
  }
  .colaboradores .row-label:not(:last-child) {
    border: 1px solid;
    border-width: 0 1px 0 0;
    border-color: inherit;
    padding-right: 1em;
  }
}
@media(min-width:415px) {
  .mobile-only {
    display: none;
  }
}
.contacto {
  padding-right: 6.5em;
  padding-bottom: 2em;
}
.fixed-box .flex-1 {
  max-width: 50%;
}
.fixed-box input {
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 500;
}
.fixed-box input[type=button]:hover {
  opacity: .8;
}
.fixed-box input[type="text"],
.fixed-box input[type="email"] {
  color: #494A49;
}
@media (min-width:415px) {
  .show-menu-info::after {
    content: "+";
    font-size: 2em;
    color: inherit;
    margin-left: .5em
  }
}
.fixed-box ul {
  column-count: 2;
  max-width: 33em;
}
.fixed-box p {
  margin: 0;
}
.hidden-menu-info,
.hidden-menu-form {
  display: none;
}
.hidden-menu-info {
  bottom: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.hidden-menu-info.active {
  display: flex;
}
.hidden-menu-form.active {
  display: block;
}
.close-menu-info {
  position: absolute;
  top: 0.5em;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.close-menu-info::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 1.5em;
  top: calc(.75em - 2px);
}
.brand-btn {
  position: fixed;
  width: 130px;
  height: 2em;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 38px;
  z-index: 9999;
}
.home .brand-btn {
  background: url(../../uploads/general/BB_Logo.svg) no-repeat center;
}
.brand-btn {
  background: url(../../uploads/general/BB_LogoEditorial.svg) no-repeat center;
}
#mc-form input {
  width: 100%;
  font-size: 1em;
  line-height: 2.25em;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .5pt;
  padding: 0 4px;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
}
/*=====================================================
Colors
=====================================================*/
.left .menu-btn > * {
  color: #AA6C6B;
}
.right .menu-btn > * {
  color: #547F7A;
}
body:not(.home) .left .menu-btn > * ,
.home .right .menu-btn > * {
  color: #494A49;
}
.menu-btn a:hover {
  opacity: 1;
}
body:not(.home) .left .menu-btn a:hover {
  color: #AA6C6B;
}
.home .right .menu-btn a:hover {
  color: #547F7A;
}
.open-menu.left input,
.open-menu.left .hide_label {
  color: #AA6C6B;
}
.open-menu.right input,
.open-menu.right .hide_label {
  color: #547F7A;
}
.fixed-box.left {
  background-color: #AA6C6B;
}
.fixed-box.right {
  background-color: #547F7A;
}
.info-wrapper {
  max-width: 40em;
  background-color: #fff;
  padding: 2em;
  position: relative;
}
.left .info-wrapper {
  border: 1px solid #AA6C6B;
  color: #AA6C6B;
}
.right .info-wrapper {
  border: 1px solid #547F7A;
  color: #547F7A;
}
.left .close-menu-info::after {
  background: #AA6C6B;
}
.right .close-menu-info::after {
  background: #547F7A;
}
.left .close-menu-info::after {
  background: #AA6C6B;
}
.menu-box {
  position: absolute;
  color: #AA6C6B;
  padding: 3em;
}
.wh_brdr {
  border: 1px solid #fff;
}

/*=====================================================
Borders
=====================================================*/
.border-top,
.border-bottom,
.border-right,
.border-left {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.border-top {
  border-width: 1px 0 0 0;
}
.border-bottom {
  border-width: 0 0 1px 0;
}
.border-right {
  border-width: 0 1px 0 0;
}
.border-left {
  border-width: 0 0 0 1px;
}

/*=====================================================
Parallax
=====================================================*/
.fly-in {
  max-width: none;
  padding-bottom: 2em;
  padding-top: 4em;
}
.fly-in.activo {
  animation: fade_in 600ms;
  z-index: 999;
}
.fly-in.activo .img-frame {
  margin-bottom: 3em;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    background-color: 1;
  }
}
@media (min-width: 415px) {
  .scene {
    max-width: 30vmax;
    height: 50vh
  }
  .fly-in.activo {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0) !important;
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    box-sizing: border-box;
  }
  .fly-in.editorial.activo {
    flex-direction: row;
    justify-content: center;
  }
}
:not(.cita)>.fly-in img {
  cursor: pointer;
}
.hidden_info {
  display: none;
}
.hidden_info.activo {
  display: flex;
}
.hidden_info  div {
  max-width: 30vmax;
}
.img-frame {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width:415px) {
  .img-frame {
    max-width: 30vmax;
    max-height: 30vmax;
  }
}
.img-frame ,
.cita.scene .fly-in .quote {
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
       -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
          transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
@media (min-width:415px) {
  .activo .img-frame,
  .img-frame:hover{
    filter: grayscale(0%);
  }
}

/* ============================================================
Slider
============================================================ */
.slick-dots {
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: .25;
}
.slick-dots li:not(:last-child) {
  margin-right: 1em;
}
.slick-dots button {
  display: inline-block;
  height: 7px;
  width: 7px;
  background-color: grey;
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999ex;
}
.fly-in.activo .slick-dots {
  visibility: visible;
}
.fly-in.activo .slick-dots li.slick-active button {
 background-color: black;
}
.slide-item img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  object-fit: contain;
}
.slide-item {
    min-height: 30vmax;
}
@media (min-width:415px) {
  .slide-item {
    width: 30vmax;
    height: 30vmax;
  }
}


.news {
  box-sizing: border-box;
}

.news_wrapper {
  position: relative;
  box-sizing: border-box;
  background: #AA6C6B;
  color: #fff;
  max-width: 458px;
  width: 100%;
}

.show_news_info {
  cursor: pointer;
  padding: 26px;
}

.show_news_info h2 {
  font-family: 'GTCinetypeRegular';
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  max-width: 294px;
  width: 100%;
  margin-bottom: 16px;
}

.show_news_info .date {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'GTCinetypeLight';
}

.hidden-news-info {
    width: 100%;
    left: 0;
    top: calc( 100% - 1px);
    background-color: inherit;
    padding: 0 26px 38px 26px;
    box-sizing: border-box;
    font-family: 'GTCinetypeRegular';
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    display: none;
}

.hidden-news-info p {
  margin: 0 0 16px 0;
}

.hidden-news-info p:last-child {
  margin-bottom: 0;
}

.hidden-news-info a {
  color: #FFF;
  opacity: 0.6;
}

@media (min-width: 415px) {
  .hidden-news-info {
    position: absolute;

  }
}
.open_close_btn {
    position: absolute;
    right: 26px;
    bottom: 26px;
    font-family: 'GTCinetypeLight';
    font-size: 25px;
    line-height: 25px;
}
.open_close_btn.activo {
  transform: rotate(45deg);
}
.news h3 {
  max-width: 70%;
}
.cita {
  z-index: -999;
}
.quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.quote p {
  font-family: 'GTCinetypeLight';
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin: 0;
}
.quote_wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 21px 28px;
  border: 1px solid #AA6C6B;
  background: #fff;
  max-width: 369px;
}
.quote .author {
  font-family: 'GTCinetypeLight';
  margin-left: 2em;
  margin-top: 23px;
}
.quote .author::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1.2em;
  background-color: #494A49;
  margin-left: -1.75em;
  left: 0;
  top: .5em;
}
.author {
  position: relative;
}
.show_info {
  max-width: 100%;
}
.overflow .scene:nth-child(1):not(.activo) .img-frame {
    transform: translate(-30vw,0vh);
}
.overflow .scene:nth-child(2):not(.activo) .img-frame {
    transform: translate(38vw,0vh);
}
.overflow .scene:nth-child(3):not(.activo) .img-frame {
    transform: translate(-34vw,0vh);
}
.overflow .scene:nth-child(4):not(.activo) .img-frame {
    transform: translate(30vw,0vh);
}
.overflow .scene:nth-child(5):not(.activo) .img-frame {
    transform: translate(-42vw,0vh);
}
.overflow .scene:nth-child(6):not(.activo) .img-frame {
    transform: translate(46vw,0vh);
}
.overflow .scene:nth-child(7):not(.activo) .img-frame {
    transform: translate(40vw,0vh);
}
.overflow .scene:nth-child(8):not(.activo) .img-frame {
    transform: translate(-30vw,0vh);
}
.overflow .scene:nth-child(9):not(.activo) .img-frame {
    transform: translate(-20vw,0vh);
}
.overflow .scene:nth-child(10):not(.activo) .img-frame {
    transform: translate(-28vw,0vh);
}
.overflow .scene:nth-child(11):not(.activo) .img-frame {
    transform: translate(32vw,0vh);
}
.overflow .scene:nth-child(12):not(.activo) .img-frame {
    transform: translate(-20vw,0vh);
}
.overflow .scene:nth-child(13):not(.activo) .img-frame {
    transform: translate(30vw,0vh);
}
.overflow .scene:nth-child(14):not(.activo) .img-frame {
    transform: translate(28vw,0vh);
}
.overflow .scene:nth-child(15):not(.activo) .img-frame {
    transform: translate(-22vw,0vh);
}
.overflow .scene:nth-child(16):not(.activo) .img-frame {
    transform: translate(-52vw,0vh);
}
.overflow .scene:nth-child(17):not(.activo) .img-frame {
    transform: translate(24vw,0vh);
}
.overflow .scene:nth-child(18):not(.activo) .img-frame {
    transform: translate(-22vw,0vh);
}
.overflow .scene:nth-child(19):not(.activo) .img-frame {
    transform: translate(20vw,0vh);
}
.overflow .scene:nth-child(20):not(.activo) .img-frame {
    transform: translate(-30vw,0vh);
}

@media (min-width: 415px){
  .overflow .cita.scene .fly-in .quote {
    z-index: -1;
    transform: translate(-80vw, 0) !important;
}
  .overflow .noticia.scene .fly-in .news:not(.activo) {
      z-index: -1;
      transform: translate(-100vw, 0) !important;
      transition: all 300ms ease;
  }
}

/*=====================================================
Media queries
=====================================================*/
@media (max-width: 414px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
    min-height: 300vh;
  }
  section:only-of-type {
    margin-top: 4em;
    margin-bottom: 6em;
    padding-right: 0;
    padding-left: 0;
  }
  .no-scroll,
  .overflow {
    overflow-x: hidden;
    overflow-y: visible !important;
  }
  .home .brand-btn {
    left: 1.4375em;
    margin: initial;
    bottom: auto;
    top: 1.75em;
    height: 1em;
    width: 2.5em;
    background: url(../../uploads/general/logoreduccion1.svg) no-repeat center;
  }
  .brand-btn {
    left: 1.4375em;
    margin: initial;
    bottom: auto;
    top: 1.75em;
    height: 1em;
    width: 2.5em;
    background: url(../../uploads/general/logoreduccion2.svg) no-repeat center;
  }
  
  .menu {
    position: fixed;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 1.4375em;
    z-index: 100;
  }
  .menu-btn.big {
    margin-left: 0;
    margin-right: 0;
  }

  .menu.right {
    transform: rotate(0);
    left: auto;
    top: 3.2em;
    right: 0;
    padding-left: 1.4375em;
    padding-top: 0px;
  }
  .menu.left {
    transform: rotate(0);
    transform-origin: bottom right;
    right: 0;
    top: auto;
    padding-bottom: 0.5em;
    left: 0;
    justify-content: flex-end;
    padding-left: 1.4375em;
  }
  body:not(.home) .menu.left {
    bottom: 0;
    max-width: 100%;
  }
  .home .menu.left {
    transform: rotate(0);
    left: auto;
    top: 3.2em;
    right: auto;
  }
  .home .menu.right {
    transform: rotate(0);
    transform-origin: bottom right;
    right: -1px;
    top: auto;
    bottom: 0em;
    padding-bottom: 0.5em;
  }

  .rotate-180 { -webkit-transform: initial; transform: initial; }
  .menu.left {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .menu.left .flex_justify-center {
    -webkit-justify-content: initial;
    justify-content: initial;
  }
  .menu.right :nth-child(1).flex-2 {
    -webkit-justify-content: initial;
    justify-content: initial;
  }
  .menu.right :nth-child(2).flex-1 .menu-btn:nth-child(1),
  .menu.right :nth-child(2).flex-1 .menu-btn:nth-child(2),
  .menu.left :nth-child(2).flex-1 .menu-btn:nth-child(1),
  .menu.left :nth-child(2).flex-1 .menu-btn:nth-child(2) {
    display: none;
  }

  .home .menu.left div:nth-child(2) {
    align-self: initial;
  }
  
  .left .submenu {
    transform: rotate(0deg) translate(-1em, 1em);
  }
  .open-menu .hide_label {
    top: 5.15em;
    left: 3.25em;
    font-size: .8em;
  }
  .fixed-box {
    min-height: 100vh;
    overflow-x: scroll;
    height: 100%;
  }
  .fixed-box.flex,
  .fixed-box .flex {
    display: block;
  }
  .fixed-box .flex-1 {
    max-width: 100%;
    box-sizing: border-box;
    /*flex: 0;*/
  }
  .fixed-box.left .left-padding-2 {
    padding-left: 1em;
  }
  .fixed-box.left .row:nth-child(1),
  .fixed-box.left .row:nth-child(2) {
    min-height: initial;
    flex-direction: column;
  }
  .fixed-box.left .row:nth-child(2)  .colaboradores {
    display: flex;
    border: 1px solid #AA6C6B;
    border-width: 0 0 1px 0;
  }
  .fixed-box.left .row:nth-child(1) {
    padding-top: 7em;
    border: 1px solid #AA6C6B;
    border-width: 0 0 1px 0;
  }
  .fixed-box.right :nth-child(2).flex-1 {
    padding-top: 8em;
    border: 1px solid #547F7A;
    border-width: 0 0 1px 0;
  }
  .fixed-box.left .row:nth-child(1) :nth-child(3) {
    display: none;
  }
  .fixed-box.left .row:nth-child(2) :nth-child(2) {
    flex-direction: column;
    /*padding-right: 0;*/
    padding-left: 0;
  }
  .fixed-box.right {
    flex-direction: column;
  }
  .fixed-box.right .flex-1:nth-child(1) {
    flex: 0;
  }
  .fixed-box .row:nth-child(2) :nth-child(2).menu-box  {
    padding: 1em;
  }
  .newsletter {
    border: 1px solid #AA6C6B;
    border-width: 1px 0 1px 0;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 1em !important;
  }
  .contacto .block {
    padding-left: 1em;
    padding-bottom: 2em;
  }
  .hidden-menu-form {
    width: calc(100% - 1em);
  }
  #mc-form,
  #mc-form input {
    padding: 0;
    width: calc(100% - .5em);
  }
  #mc-form input:not([type=submit]) {
    border: 1px solid #AA6C6B;
    border-width: 0 0 1px 0;
  }
  #show-menu-form {
    padding-top: 1em;
  }
  .fixed-box .left-padding-5vmax,
  .fixed-box .left-padding-3 {
    padding-left: 1em;
  }
  .fixed-box .top-padding-3 {
    padding-top: 1em;
  }
  .fixed-box .bottom-padding-2 {
    padding-bottom: 1em;
  }
  .fixed-box .right-padding-3 {
    padding-right: 1em;
  }
  .hidden_info div {
    padding: 1em;
    background: #fff;
  }
  .scene {
    position: relative
  }
  .hidden_info,
  .hidden_info.activo  {
    display: flex;
    position: relative;
    min-width: calc(100vw - 2em);
  }
  .hidden_info  {
    max-height: 0;
    overflow: hidden;
    align-items: flex-start; 
  }
  .hidden_info.activo  {
    max-height: 60em;
    height: auto;
  }
  .img-frame {
    width: calc(100vw - 2em);
  }
  .activo .img-frame {
    filter: grayscale(0%); 
  }
  .news {
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  /*====================================================
  Colors
  ====================================================*/
  body:not(.home) .left .menu-btn > * {
    color: #494A49;
  }
  .close::after {
    background: #547F7A;
  }
  .home .close::after {
    background: #AA6C6B;
  }
  .fixed-box {
    color: #494A49;
  }
  .fixed-box.left,
  .fixed-box.right {
    background-color: #fff;
  }
  .right .info-wrapper {
    background-color: #547F7A;
    color: #fff;
  }
  .left .info-wrapper {
    background-color: #AA6C6B;
    color: #fff;
  }


  .right .close-menu-info::after {
    background: #547F7A;
  }
  .left .close-menu-info::after {
    background: #AA6C6B;
  }
  .menu-box {
    color: #494A49;
    padding: 3em;
  }
  .fixed-box input {
    color: #494A49;
  }
  /*====================================================
  Paralax
  ====================================================*/
  .scene:nth-child(1) .fly-in .hidden_info,
  .scene:nth-child(2) .fly-in .hidden_info,
  .scene:nth-child(3) .fly-in .hidden_info,
  .scene:nth-child(4) .fly-in .hidden_info,
  .scene:nth-child(5) .fly-in .hidden_info,
  .scene:nth-child(6) .fly-in .hidden_info,
  .scene:nth-child(7) .fly-in .hidden_info,
  .scene:nth-child(8) .fly-in .hidden_info,
  .scene:nth-child(9) .fly-in .hidden_info,
  .scene:nth-child(10) .fly-in .hidden_info,
  .scene:nth-child(11) .fly-in .hidden_info,
  .scene:nth-child(12) .fly-in .hidden_info,
  .scene:nth-child(13) .fly-in .hidden_info,
  .scene:nth-child(14) .fly-in .hidden_info,
  .scene:nth-child(15) .fly-in .hidden_info,
  .scene:nth-child(16) .fly-in .hidden_info,
  .scene:nth-child(17) .fly-in .hidden_info,
  .scene:nth-child(18) .fly-in .hidden_info,
  .scene:nth-child(19) .fly-in .hidden_info,
  .scene:nth-child(20) .fly-in .hidden_info {
      left: 0;
  }
  .overflow .scene:nth-child(1) .img-frame,
  .overflow .scene:nth-child(4) .img-frame,
  .overflow .scene:nth-child(5) .img-frame,
  .overflow .scene:nth-child(6) .img-frame,
  .overflow .scene:nth-child(3) .img-frame,
  .overflow .scene:nth-child(7) .img-frame,
  .overflow .scene:nth-child(2) .img-frame,
  .overflow .scene:nth-child(8) .img-frame,
  .overflow .scene:nth-child(9) .img-frame,
  .overflow .scene:nth-child(10) .img-frame,
  .overflow .scene:nth-child(11) .img-frame,
  .overflow .scene:nth-child(12) .img-frame,
  .overflow .scene:nth-child(13) .img-frame,
  .overflow .scene:nth-child(14) .img-frame,
  .overflow .scene:nth-child(15) .img-frame,
  .overflow .scene:nth-child(16) .img-frame,
  .overflow .scene:nth-child(17) .img-frame,
  .overflow .scene:nth-child(18) .img-frame,
  .overflow .scene:nth-child(19) .img-frame,
  .overflow .scene:nth-child(10) .img-frame,
  .overflow .cita.scene .fly-in .quote,
  .overflow .cita.scene .fly-in .noticia {
      transform: translate(0) !important;
  }
  
}