@media screen {
  /* RESET PAGE */
  html, body,
  div, span,
  h1, h2, h3, h4, h5, h6, p,
  a, em, font, img, strong,
  dl, dt, dd, ol, ul, li,
  form, label, fieldset, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  header, main, footer,
  article, aside, canvas, embed,
  picture, figure, figcaption, hgroup,
  menu, nav, output, ruby, section, details, summary,
  address, blockquote, cite,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: none;
    box-sizing: border-box;
  }
  header, main, footer,
  article, aside, canvas, embed,
  picture, figure, figcaption, hgroup,
  menu, nav, output, ruby, section, details, summary,
  address, blockquote, cite,
  time, mark, audio, video {
    display: block;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
  ul {
    list-style: none;
  }
  a {
    text-decoration: none !important;
  }
  a, figure, img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  input.primary, textarea.primary,
  input.secondary, textarea.secondary,
  button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
  }
  html, body {
    height: 100%;
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem; /*1rem = 16px*/
  }
}
/*ATOMOS*/
/*colores*/
/*animaciones*/
/*textos*/
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
  font-weight: 1 999;
  font-display: swap;
}
/*COMPONENTES*/
/*textos*/
strong {
  font-weight: normal;
  font-weight: 500;
}

/*formulario*/
label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #ffffff;
}

input.primary,
textarea.primary {
  font: normal 1em "Inter", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: 0.06em solid #707070;
  padding: 0.5em 1em;
  width: 100%;
  margin-bottom: 1em;
  background: none;
}

textarea.primary {
  height: 12em;
  overflow-y: scroll;
}

.Desktop input.primary:hover,
.Desktop textarea.primary:hover {
  border-color: #E94E1B;
}

input.primary:focus,
textarea.primary:focus {
  outline: 1px solid #E94E1B;
  background-color: #ffffff;
  color: #000000;
}

/*botones*/
a[class*=primary],
input[type=submit][class*=primary] {
  display: inline-block;
  padding: 1em;
  font: normal 1em "Inter", Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #E94E1B;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.Desktop a[class*=primary]:hover,
.Desktop input[type=submit][class*=primary]:hover {
  background-color: #E86B00;
}

a[class*=primary-outline],
input[type=submit][class*=primary-outline] {
  padding: 1em;
  background: none;
  font: normal 1em "Inter", Arial, Helvetica, sans-serif;
  color: #E94E1B;
  border: 0.06em solid #E94E1B;
}

.NavSocial {
  text-align: center;
}

.NavSocial a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  transition: opacity 0.5s ease-in-out;
}

a[title*=Instagram] {
  background: url("../imagenes/instagram.svg") no-repeat 50% 50%;
  background-size: 50% auto;
}

a[title*=Facebook] {
  background: url("../imagenes/facebook.svg") no-repeat 50% 50%;
  background-size: 50% auto;
}

a[title*=Pinterest] {
  background: url("../imagenes/pinterest.svg") no-repeat 50% 50%;
  background-size: 50% auto;
}

a[title*=LinkedIn] {
  background: url("../imagenes/linkedin.svg") no-repeat 50% 50%;
  background-size: 50% auto;
}

a[title*=TikTok] {
  background: url("../imagenes/tiktok.svg") no-repeat 50% 50%;
  background-size: 50% auto;
}

.Desktop .NavSocial a:hover {
  opacity: 0.5;
}

a.Prev {
  background: url(../imagenes/internas/navprev.png) no-repeat 0 0;
  cursor: pointer;
}

a.Next {
  background: url(../imagenes/internas/navnext.png) no-repeat right 0;
  cursor: pointer;
}

/*miscelaneas*/
.Tag {
  flex: 0 0 auto;
  font-size: 1em;
  padding: 1em;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.8);
}

/*Efectos - autoshow / parallax */
img[loading=lazy] {
  max-width: none !important;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: attr(width)/attr(height);
}

.autoshow {
  opacity: 0;
  transition: all 0.25s ease-out;
}

.autoshow.active {
  opacity: 1;
}

/*....*/
/*animacinoes*/
@keyframes ux-anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ui-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-anim {
  0% {
    filter: invert(0%);
  }
  50% {
    filter: invert(0%);
  }
  60% {
    filter: invert(100%);
  }
  90% {
    filter: invert(100%);
  }
  100% {
    filter: invert(0%);
  }
}
@media screen {
  body {
    margin: 0 auto;
    text-align: left;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 300;
  }
  .SafeZone {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }
  .Viewport {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 100em; /*1600px*/
  }
}
@media (max-width: 1920px) {
  .Viewport {
    max-width: 85em;
  } /*1360px*/
}
@media (max-width: 1470px) {
  .Viewport {
    max-width: 75em !important;
  } /*1200px*/
  /*miscelaneas*/
  .Tag {
    padding: 0.75em;
  }
}
@media (max-width: 1300px) {
  .Viewport {
    padding: 0 2em;
    max-width: none !important;
  }
}
@media (max-width: 1150px) {
  /*miscelaneas*/
  .Tag {
    font-size: 0.85em;
    border: 0.06em solid #f2f2f2;
  }
}
@media (max-width: 500px) {
  .Viewport {
    padding: 0 1.5em;
  }
}
/*Header*/
@media screen {
  header.primary {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    padding: 2em 5.6em;
    text-align: left;
    background-color: #000000;
  }
  #Logo {
    width: 20em;
    margin-left: 5em;
  }
  #Logo h1 {
    width: 100%;
  }
  #Logo a {
    display: block;
    padding: 0;
  }
  #Logo img {
    max-width: 100%;
    display: block;
    animation: none;
    filter: none;
  }
  a#BtnMobile {
    position: absolute;
    z-index: 9992;
    top: 50%;
    left: 5.6em;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    cursor: pointer;
    background: url("../imagenes/menu-bars.svg") no-repeat 50% 50%, url("../imagenes/close-blanco.svg") no-repeat 50% 200px;
  }
  #Menus {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateX(-100vw);
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #MenuGeneral {
    margin: 1em 0 1em 10em;
  }
  #MenuGeneral li {
    display: block;
    font-size: 3.3em;
    font-weight: 200;
    margin: 1em 0;
  }
  #MenuGeneral a {
    color: #ffffff;
  }
  /*Desktop*/
  .Desktop a#BtnMobile:hover {
    opacity: 0.6;
  }
  .Desktop #MenuGeneral a:not(.select):hover {
    color: #E94E1B;
  }
  /*select */
  #MenuGeneral a.select {
    color: #E94E1B;
  }
  /*.......*/
  /*menumode*/
  .menumode {
    overflow: hidden;
  }
  .menumode #FlotanteOjito {
    display: none;
  }
  .menumode a#BtnMobile {
    background-position: 50% -200px, 50% 50%;
  }
  .menumode #Menus {
    transform: translateX(0);
  }
  /*........*/
  #Home header.primary {
    background: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #Home a#BtnMobile {
    top: 10em;
    left: 5.6em;
    margin-top: 0;
  }
  #Home #Logo {
    margin-left: 0;
  }
  #Home #Logo,
  #Home a#BtnMobile {
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  /*smaller*/
  #Home.smaller #Logo,
  #Home.smaller a#BtnMobile {
    transform: translateY(-6em);
  }
  /*.....*/
  /*CONTACTO*/
  #Contacto header.primary {
    background: none;
  }
}
@media (max-width: 1470px) {
  a#BtnMobile {
    left: 2.3em;
  }
  #Logo {
    width: 15em;
    margin-left: 0;
  }
  #Home header.primary {
    padding: 2.3em;
  }
  #Home #Logo {
    width: 20em;
  }
  #Home a#BtnMobile {
    top: 7em;
    left: 2.3em;
  }
}
@media (max-width: 800px) {
  #MenuGeneral {
    margin-left: 5em;
  }
  #MenuGeneral li {
    font-size: 2.25em;
  }
  #Home #Logo {
    width: 13em;
    padding-right: 0;
  }
  #Home a#BtnMobile {
    top: 5.5em;
  }
  /*smallir*/
  #Home.smaller a#BtnMobile {
    transform: translateY(-3em);
  }
  /*.....*/
}
@media (max-width: 650px) {
  /*CONTACTO*/
  #Contacto header.primary {
    background-color: #000000;
  }
}
@media (max-width: 500px) {
  #Logo img {
    animation: logo-anim 10s ease-in-out infinite;
  }
}
/*Home*/
@media screen {
  #Home li#BtnHome {
    display: none;
  }
  #Hero {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100vh;
  }
  #Hero > div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5em;
  }
  #HeroL {
    justify-content: flex-end;
    background-color: #000000;
    animation: none;
    opacity: 1;
  }
  #HeroL > div {
    position: relative;
  }
  #HeroL p {
    color: #ffffff;
  }
  p.HeroTitulo {
    font-size: 25em;
  }
  p.HeroDescripcion {
    font-size: 2.25em;
    font-weight: 200;
  }
  p.HeroDestacado {
    font-size: 5.1em;
    font-weight: 200;
  }
  #HeroPlus {
    position: absolute;
    bottom: 0;
    right: -0.82em;
    font-size: 5.1em;
    font-weight: 200;
    color: #E94E1B;
    margin: 0;
  }
  #HeroR {
    justify-content: flex-start;
    background-color: #ffffff;
    animation: none;
    opacity: 1;
  }
  #Intro {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #Intro > * {
    flex: 1;
  }
  #Intro header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #Intro header > div {
    padding-top: 6em;
  }
  #Intro h2 {
    font-weight: 200;
    font-size: 5.1em;
    margin: 0.5em 0;
    text-align: right;
  }
  #ContentIntro div {
    width: 100%;
    max-width: 36em;
    padding: 2.5em;
  }
  #ContentIntro p {
    font-size: 1.5em;
    color: #707070;
    line-height: 1.8em;
  }
  .WorksDoble {
    display: flex;
    flex-wrap: wrap;
  }
  .WorksDoble article {
    flex: 1;
  }
  .Work header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5em;
  }
  .Work h3 {
    flex: 0 0 auto;
  }
  .Work header p {
    font-size: 1.3em;
    margin: 0 1em;
    color: #707070;
  }
  .Work header h4 {
    font-size: 1.3em;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.5em;
  }
  .ContentWork {
    position: relative;
  }
  .TagsGroup {
    position: absolute;
    z-index: 300;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 2em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .TagsGroup .Tag {
    margin: 0.25em;
  }
  .FotoWork {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .FotoWork a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
  }
  .OverlayFoto {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .OverlayFoto img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  .Fondo img {
    max-width: 100%;
    display: block;
  }
  .scale {
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  /*Desktop*/
  .Desktop .FotoWork a:hover .scale {
    transform: scale(1.25);
  }
  /*......*/
  .WorkSimple .Work {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .WorkSimple .Work header {
    flex: 0 0 auto;
    max-width: none;
    padding-left: 4em;
    padding-right: 4em;
  }
  .WorkSimple .Work .ContentWork {
    flex: 1;
  }
  #Work1 {
    margin-bottom: -8em;
  }
  #Work1a {
    flex: 0 0 calc(50% + 2.5em);
  }
  #Work1a header {
    justify-content: flex-end;
  }
  figure#midoc1 {
    top: 5em;
    left: -15%;
    padding: 10em;
  }
  figure#midoc2 {
    left: 25%;
    padding: 5em;
  }
  figure#midoc1 picture,
  figure#midoc2 picture {
    width: 100%;
    height: 100%;
  }
  #Work2 {
    position: relative;
    overflow: hidden;
    margin-bottom: -8em;
  }
  #Work2 header {
    flex: 1;
    justify-content: center;
  }
  #Work2 .ContentWork {
    flex: 0 0 auto;
    max-width: 100em;
    text-align: right;
    margin-left: auto;
  }
  #Work2 .OverlayFotoWork {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 69em;
    height: 57.3em;
    pointer-events: none;
    transform-origin: 0 0;
    transform: translateX(-30.5em);
  }
  #LaptopKreaps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 55em;
    height: 40em;
    background: url("../imagenes/home/work2/notebook.webp") no-repeat 50% 50%;
    background-size: 100% auto;
  }
  #PhoneKreaps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23em;
    height: 57.3em;
    background: url("../imagenes/home/work2/phone.webp") no-repeat 50% 50%;
    background-size: 100% auto;
    transform: translateX(-10em);
  }
  /*fixed webp*/
  .fixedwebp #LaptopKreaps {
    background-image: url("../imagenes/home/work2/notebook.png");
  }
  .fixedwebp #PhoneKreaps {
    background-image: url("../imagenes/home/work2/phone.png");
  }
  /*..........*/
  .ScrollPage {
    position: relative;
    overflow: hidden;
  }
  .ScrollPage img {
    max-width: 100%;
    display: block;
  }
  #PhoneKreaps .ScrollPage {
    width: 86%;
    height: 65%;
    border-radius: 0.5em 0.5em 1em 1em;
  }
  #LaptopKreaps .ScrollPage {
    width: 79%;
    height: 70%;
    margin-top: 3.5%;
    border-radius: 1em 1em 0.5em 0.5em;
  }
  #Work3 {
    margin-top: 3em;
  }
  #Work3 header {
    order: 2;
  }
  #Work3 .ContentWork {
    order: 1;
  }
  #Work4 {
    width: 100%;
    text-align: right;
    padding: 6em 0;
    background: url("../imagenes/home/fondo-palmeras.png") no-repeat 0 50%;
    background-size: auto 100%;
  }
  #Work4 header {
    flex: 1;
    justify-content: center;
  }
  #Work4 .ContentWork {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
  }
  #Work4 .FotoWork {
    flex: 1;
    max-width: 23em;
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #Work4 .FotoWork:first-child {
    position: relative;
    z-index: 100;
    transform: translateX(-5vw);
  }
  #Work4 .FotoWork:nth-of-type(2) {
    position: relative;
    z-index: 200;
    transform: translateX(-20vw);
  }
  #Work4 .FotoWork:nth-of-type(3) {
    position: relative;
    z-index: 300;
    transform: translateX(-35vw);
  }
  .PhoneMock {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .PhoneMock .ScrollPage {
    position: absolute;
    overflow: hidden;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 85%;
    border-radius: 1em;
  }
  .PhoneMock img {
    max-width: 100%;
    display: block;
  }
  /*active*/
  #Work4.active .FotoWork {
    transform: translateX(0);
  }
  /*......*/
  #Work5 {
    width: 100%;
    text-align: right;
    margin-top: -20em;
  }
  #Work5 .Work {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #Work5 header {
    flex: 1;
    max-width: 60em;
    justify-content: center;
    margin-top: 4.5em;
    padding-left: 0;
  }
  #Work5 .ContentWork {
    position: relative;
    flex: 2;
    display: flex;
    flex-wrap: wrap;
  }
  #Work5 .OverlayFotoWork {
    position: absolute;
    z-index: 1000;
    left: -12em;
    bottom: -10em;
  }
  #Work5 .OverlayFotoWork img {
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 2200px) {
  #Work2 .Work {
    display: flex;
  }
  #Work2 header {
    flex: 0 0 auto;
    padding-left: 5.5em;
  }
  #Work2 .ContentWork {
    flex: 1;
    max-width: 75.5em;
  }
  #Work2 .OverlayFotoWork {
    transform: translateX(-15em) scale(0.8);
  }
}
@media (max-width: 2100px) {
  #Work5 {
    text-align: right;
  }
  #Work5 .Work {
    max-width: none;
    align-items: flex-start;
  }
  #Work5 header {
    flex: 1 1 100%;
    justify-content: flex-start;
    max-width: 95em;
    margin: 4.5em 0 1.5em auto;
    padding-left: 0;
    padding-right: 0;
  }
  #Work5 .ContentWork {
    position: relative;
    flex: 1 1 100%;
    max-width: 95em;
    margin-left: auto;
  }
  #Work5 .OverlayFotoWork {
    left: -20em;
    right: auto;
  }
}
@media (max-width: 1920px) {
  p.HeroTitulo {
    font-size: 17em;
  }
  p.HeroDescripcion {
    font-size: 1.5em;
    font-weight: 200;
  }
  p.HeroDestacado {
    font-size: 3.3em;
    font-weight: 200;
  }
  .WorkSimple .Work {
    display: block;
  }
  .Work header,
  .WorkSimple .Work header {
    padding: 0.5em;
  }
  #Work1 {
    margin-bottom: -2.5em;
  }
  #Work3 {
    width: 100%;
    text-align: left;
  }
  #Work3 header {
    display: flex;
    padding-left: 5.5em;
  }
  #Work3 .ContentWork {
    text-align: left;
    max-width: 105em;
  }
  #Work4 {
    padding-top: 0;
    padding-bottom: 6em;
  }
  #Work4 .Work {
    display: inline-flex;
    width: 100%;
    max-width: 105em;
  }
  #Work4 header {
    order: 2;
    flex: 1;
  }
  #Work4 .ContentWork {
    order: 1;
    flex: 0 0 auto;
    max-width: 60em;
    padding-left: 0;
  }
}
@media (max-width: 1870px) {
  #Work2 {
    width: 100%;
    text-align: right;
  }
  #Work2 .Work {
    display: block;
  }
  #Work2 header {
    display: inline-flex;
    width: 100%;
    max-width: 87em;
    justify-content: flex-start;
    padding-left: 1vw;
  }
  #Work2 .ContentWork {
    text-align: right;
    margin-left: auto;
    max-width: 93em;
  }
  #Work2 .ContentWork .FotoWork {
    padding-left: 7.5em;
  }
  #Work5 header {
    margin-left: 25em;
  }
  #Work5 .ContentWork {
    margin-left: 25em;
  }
  #Work5 .OverlayFotoWork {
    -wekbit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (max-width: 1750px) {
  #Work3 header {
    max-width: none;
    padding-left: 5em;
  }
  #Work3 .ContentWork {
    max-width: none;
  }
  #Work4 header {
    flex: 0 0 auto;
  }
  #Work4 .ContentWork {
    flex: 1;
    padding-left: 10em;
  }
}
@media (max-width: 1650px) {
  #Work2 header {
    padding-left: 4vw;
  }
  #Work2 .ContentWork .FotoWork {
    padding-left: 10em;
  }
  #Work2 .OverlayFotoWork {
    -wekbit-transform: scale(0.85) translateX(-10em);
    transform: scale(0.85) translateX(-10em);
  }
  #Work2 .TagsGroup {
    justify-content: flex-end;
    padding-right: 3em;
  }
  #Work5 .OverlayFotoWork {
    -wekbit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 1500px) {
  #Intro h2 {
    font-size: 3.3em;
  }
  #ContentIntro p {
    font-size: 1.3em;
  }
  .Work header h4 {
    letter-spacing: 0;
  }
  #Work1a header {
    padding-right: 2.5em;
  }
  figure#midoc1 {
    padding: 7em;
  }
  #Work2 header {
    display: flex;
    max-width: none;
    padding-left: 10em;
  }
  #Work4 {
    padding-bottom: 2.5em;
  }
  #Work4 header {
    margin-right: 5.5em;
  }
  #Work4 .ContentWork {
    padding-left: 5.5em;
    padding-right: 1.5em;
  }
  #Work5 header {
    margin-left: 5.5em;
  }
  #Work5 .ContentWork {
    margin-left: 0;
  }
  #Work5 .OverlayFotoWork {
    display: none;
  }
}
@media (max-width: 1400px) {
  #Work2 .Work {
    text-align: right;
  }
  #Work2 header {
    max-width: 70em;
    margin-left: auto;
  }
  #Work2 .ContentWork {
    max-width: 70em;
  }
  #Work2 .OverlayFotoWork {
    -wekbit-transform: scale(0.8) translate(-20em, -5em);
    transform: scale(0.8) translate(-20em, -5em);
  }
  #Work2 .TagsGroup {
    display: none;
  }
  #Work5 header {
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  #Work1 {
    margin-bottom: 0;
  }
  #Work2 header {
    max-width: 53em;
    margin-left: auto;
  }
  #Work2 .ContentWork {
    max-width: 53em;
  }
  #Work2 .OverlayFotoWork {
    -wekbit-transform: scale(0.6) translate(-20em, -5em);
    transform: scale(0.6) translate(-20em, -5em);
  }
}
@media (max-width: 1240px) {
  #Work3 {
    margin-top: 5em;
  }
  #Work4 .Work {
    display: flex;
  }
  #Work4 header {
    flex: 1 1 100%;
    order: 1;
    justify-content: flex-start;
    margin: 0 0 1em 5.5em;
  }
  #Work4 .ContentWork {
    flex: 1 1 100%;
    order: 2;
    max-width: none;
    padding-left: 5.5em;
    padding-right: 5.5em;
  }
}
@media (min-height: 1001px) and (max-height: 700px) {
  #Work1b {
    transform: translateY(-40vh);
  }
}
@media (max-width: 1000px) {
  #ContentIntro {
    transform: none;
  }
  .Work header {
    padding-left: 3.5em !important;
    padding-top: 3em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: #ffffff;
  }
  .TagsGroup {
    display: none;
  }
  #Work1 {
    margin-bottom: -20em;
  }
  #Work1a,
  #Work1b {
    flex: 1 1 100%;
    transform: none;
  }
  #Work1a header {
    justify-content: flex-start;
  }
  #Work2 header {
    max-width: none;
  }
  #Work2 .ContentWork {
    max-width: none;
    height: 40em;
  }
  #Work2 .ContentWork .FotoWork {
    padding-left: 0;
  }
  #Work2 .OverlayFotoWork {
    width: 100%;
    height: 100%;
    -wekbit-transform: none;
    transform: none;
  }
  #PhoneKreaps {
    transform: scale(0.8) translate(0, -10em);
  }
  #LaptopKreaps {
    background-size: 42em auto;
  }
  #LaptopKreaps .ScrollPage {
    width: 33.5em;
    height: 21em;
    margin-top: 6em;
  }
  #Work3 {
    margin-top: 5em;
  }
  #Work4 {
    padding-top: 0;
    background: none;
  }
  #Work5 {
    margin-top: -15em;
  }
  #Work5 header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
  }
}
@media (max-width: 900px) {
  .PhoneMock .ScrollPage {
    border-radius: 0.5em;
  }
}
@media (max-width: 800px) {
  p.HeroTitulo {
    font-size: 25vw;
  }
  p.HeroDescripcion {
    font-size: 4vw;
  }
  p.HeroDestacado {
    font-size: 6vw;
  }
  #HeroPlus {
    bottom: 0.1em;
    right: -0.81em;
  }
  #Intro header {
    flex: 1 1 100%;
    justify-content: flex-start;
    padding: 2.5em 2.5em 0 2.5em;
  }
  #Intro header h2 {
    text-align: left;
  }
  #ContentIntro {
    flex: 1 1 100%;
  }
  #ContentIntro p {
    padding-top: 5em;
    font-size: 1em;
  }
  .Work header {
    padding-left: 2.5em !important;
  }
  .Work h4 {
    font-size: 0.85em !important;
  }
  #Work4 .ContentWork {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (max-width: 770px) {
  #Work2 .ContentWork .FotoWork {
    padding-left: 0;
  }
  #Work4.active .FotoWork:first-child {
    display: none;
  }
}
@media (max-width: 600px) {
  #Work1a {
    margin-bottom: 5em;
  }
  #Work2 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 7.5em;
  }
  #Work2 .ContentWork {
    height: 25em;
  }
  #PhoneKreaps {
    transform: scale(0.5) translate(0, -32em);
    /*-webkit-transform: scale(0.55) translate(0, -29em);
                transform: scale(0.55) translate(0, -29em);*/
  }
  #LaptopKreaps {
    padding: 0 10em;
    background-size: 38em auto;
    transform: scale(0.7) translate(0, -10em);
    /*-webkit-transform: scale(0.7) translate(0, -10em);
    transform: scale(0.7) translate(0, -10em);*/
  }
  #LaptopKreaps .ScrollPage {
    width: 30.5em;
    height: 19.5em;
    margin-top: 7.5em;
  }
  #PhoneKreaps figure,
  #PhoneKreaps picture,
  #LaptopKreaps figure,
  #LaptopKreaps picture {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 500px) {
  #Hero {
    display: block;
  }
  #Hero > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #Hero > div p {
    text-align: center !important;
  }
  #HeroL {
    z-index: 200;
    justify-content: center;
    padding: 0 !important;
    animation: ux-anim 10s ease-in-out infinite;
  }
  #HeroR {
    z-index: 100;
    justify-content: center;
    padding: 0 !important;
    animation: ui-anim 10s ease-in-out infinite;
  }
  #HeroPlus {
    display: none;
  }
  p.HeroTitulo {
    font-size: 10em;
    line-height: 1em;
  }
  p.HeroDescripcion {
    font-size: 1.5em;
  }
  p.HeroDestacado {
    font-size: 2.25em;
  }
  p.HeroDestacado::after {
    content: "+";
    display: block;
    font-size: 3.3em;
    line-height: 0.5em;
    font-weight: 200;
    color: #E94E1B;
    margin: 0;
  }
  #Intro {
    margin-bottom: -8em;
  }
  #Intro header > div {
    padding-top: 3em;
  }
  #Intro h2 {
    font-size: 2.5em;
  }
  .Work h3 {
    flex: 0 0 4em;
  }
  .Work h3 img {
    max-width: 100%;
    display: block;
  }
  .Work header {
    padding-top: 1.5em !important;
  }
  .Work header p {
    flex: 0 0 auto;
    margin: 0 0.5em;
  }
  .Work h4 {
    flex: 1;
    padding-left: 0.5em;
  }
  #Work1b {
    margin-bottom: 5em;
  }
  #Work2,
  #Work3,
  #Work4,
  #Work5 {
    text-align: left;
  }
  #Work1a h3 {
    flex: 0 0 6em;
  }
  #Work1b h3 {
    flex: 0 0 4em;
  }
  figure#midoc1 {
    padding: 5em;
  }
  figure#midoc2 {
    padding: 3em;
  }
  #Work4 .ContentWork {
    padding-left: 2em;
  }
  #Work5 {
    margin-top: -10em;
  }
  #Work5 h3 {
    flex: 0 0 7.5em;
  }
}
@media (min-width: 1921px) and (max-height: 900px) {
  #Hero {
    height: 60em;
  }
}
/*Barra Ojito*/
@media screen {
  .BarraOjito {
    width: 3em;
    text-align: center;
  }
  .Ojito {
    margin-bottom: 1em;
  }
  .Ojito img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    aspect-ratio: 1/1;
    background-color: #fff;
  }
  .DropOjito {
    position: relative;
    overflow: hidden;
    max-height: 100em;
    transition: max-height 0.5s ease-in-out;
  }
  .Lema img {
    display: block;
    margin: 0.5em auto;
  }
  .separador {
    display: inline-block;
    width: 0.06em;
    height: 3em;
    margin: 2em auto;
    border-left: 0.06em solid #000000;
  }
  /*Home*/
  #FlotanteOjito {
    position: fixed;
    z-index: 9991;
    top: 4em;
    right: 5.6em;
    transition: transform 0.3s ease-in-out;
  }
  #FlotanteOjito .Ojito {
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  /*Desktop*/
  .Desktop #FlotanteOjito .Ojito:hover {
    transform: scale(0.8);
  }
  /*smaller*/
  #FlotanteOjito.smaller .DropOjito {
    max-height: 0;
  }
  #FlotanteOjito.out {
    transform: translateX(20em);
  }
  /*.......*/
}
@media (max-width: 1470px) {
  #FlotanteOjito {
    top: 2.3em;
    right: 2.3em;
  }
}
@media (max-width: 1000px) {
  #FlotanteOjito .Lema {
    display: none;
  }
}
@media (max-width: 500px) {
  #FlotanteOjito {
    top: 1.5em;
  }
  .Ojito {
    width: 100%;
    text-align: center;
  }
  .Ojito img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-height: 800px) {
  #FlotanteOjito .Lema {
    display: none;
  }
}
/*Porfolio*/
@media screen {
  #Portfolio {
    position: relative;
  }
  #Portfolio main {
    padding-top: 9em;
  }
  #BarraFiltros {
    position: fixed;
    z-index: 9980;
    top: 5.7em;
    left: 0;
    width: 100%;
    display: block;
    background: rgba(240, 240, 240, 0.9);
  }
  #FilterMenu {
    display: block !important;
    width: 100%;
    padding: 0 3em !important;
    margin-top: 0px;
    border-bottom: 1px solid #E4E3E0;
    text-align: left;
  }
  #FilterMenu div {
    text-align: center;
  }
  #FilterMenu ul {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: inline-block;
    text-align: justify;
    font-size: 0.1px;
  }
  #FilterMenu li {
    font-size: 14px;
    padding: 16px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #FilterMenu a {
    display: block;
    padding: 0;
    cursor: pointer;
    color: #666666;
    transition: all 0.2s ease-out;
  }
  #FilterMenu ul:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  #FilterMenu li.Select,
  #FilterMenu li.Select a {
    color: #E94E1B !important;
  }
  /*Desktop*/
  .Desktop #FilterMenu li:not(.Select):hover a {
    color: #E94E1B;
  }
  /*........*/
  #Works {
    width: 100%;
    display: block;
    padding: 40px 3.5em;
  }
  #Works ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #Works li {
    position: relative;
    overflow: hidden;
    flex: 0 0 0px;
    height: 0px;
    padding: 0;
    margin-bottom: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out, transform 0.3s ease-out;
  }
  #Works li.On {
    flex: 0 0 16.66%;
    height: auto;
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #Works li a.triggerWork {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #F2F2F2;
    transition: all 0.2s linear;
  }
  #Works li div {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  #Works li p.etiqueta-nombre {
    font-size: 25px;
    color: #000000;
    padding-bottom: 3px;
  }
  #Works li p.etiqueta-tipo {
    font-size: 11px;
    font-weight: 500;
    color: #000000;
  }
  #Works li img.Miniatura {
    display: block;
    max-width: 100%;
  }
  #Portfolio #Works li img.Miniatura {
    transform-origin: center center;
    transform: translateZ(0) scale(1);
    transition: all 0.4s ease-out;
  }
  /*Desktop*/
  .Desktop #Works li:hover a.triggerWork,
  #Works li a.triggerWork:active {
    border-color: #E94E1B;
  }
  .Desktop #Works li:hover div {
    opacity: 1;
  }
  .Desktop #Portfolio #Works li:hover img.Miniatura {
    transform: translateZ(0) scale(1.1);
  }
  /*.......*/
}
@media (max-width: 1920px) {
  #Works li.On {
    flex: 0 0 20%;
  }
}
@media (max-width: 1470px) {
  #BarraFiltros {
    top: 5.4em;
  }
  #Works {
    padding-left: 2em;
    padding-right: 2em;
  }
  #Works li.On {
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
@media (max-width: 1100px) {
  #Works li.On {
    flex: 0 0 25%;
  }
}
@media (max-width: 960px) {
  #Works li.On {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 800px) {
  #Works {
    padding: 1em;
  }
  #Works li.On {
    flex: 0 0 50%;
    padding: 5px;
  }
}
/*Detalle Porfolio*/
@media screen {
  header.secondary {
    display: none;
  }
  #Trabajo main {
    text-align: left;
    width: 100%;
    height: 100vh;
  }
  .Full {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  /*Galeria*/
  #Galeria {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 100%;
    background-color: #333;
  }
  #navGaleria {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
  }
  #navGaleria a.Prev,
  #navGaleria a.Next {
    position: absolute;
    z-index: 220;
    top: 50%;
    display: block;
    width: 32px;
    height: 40px;
    margin-top: -20px;
  }
  #navGaleria a.Prev {
    left: 10px;
  }
  #navGaleria a.Next {
    right: 10px;
  }
  #OverlayRelacionados {
    position: absolute;
    z-index: 210;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  #OverlayRelacionados div {
    position: absolute;
    width: 245px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -122px;
  }
  #OverlayRelacionados a {
    cursor: pointer;
    display: block;
  }
  #OverlayRelacionados p {
    display: block;
    font-family: 300;
    font-size: 16px;
    color: #000;
  }
  #OverlayRelacionados p:first-child {
    margin-bottom: -5px;
  }
  #OverlayRelacionados p span {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  #OverlayRelacionados p img {
    width: 18px;
    margin: 6px 0 0 2px;
    display: inline-block;
    vertical-align: middle;
  }
  #OverlayRelacionados.On {
    opacity: 1;
    visibility: visible;
  }
  #ContentGaleria {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }
  #ContentGaleria img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
  #ContentGaleria img:last-child {
    position: relative;
  }
  #ContentGaleria img.Select {
    opacity: 1;
    visibility: visible;
  }
  /*Barra Info*/
  #BarraInfo {
    position: relative;
    flex: 0 0 430px;
    background: #fff;
  }
  a#CloseBarraInfo {
    position: absolute;
    z-index: 500;
    top: 20px;
    right: 2em;
    font-size: 10px;
    display: block;
    color: #000000;
    cursor: pointer;
    padding-left: 1.2em;
    background: url(../imagenes/internas/navprev.png) no-repeat 0 50%;
    background-size: 10px auto;
  }
  /*Current Info*/
  #CurrentInfo {
    position: relative;
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: auto;
    padding: 92px 45px 0 45px;
    box-sizing: border-box;
    transition: height 0.5s cubic-bezier(0, 0.98, 0.1, 0.99);
  }
  .NombreFilter p {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-variant: small-caps;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
  }
  h1.NombreWork {
    font-size: 3.3em;
    display: block;
  }
  h2.DescripcionWork {
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5em;
    display: block;
    margin-top: 10px;
    color: #333;
  }
  #Shared {
    padding: 15px 0;
  }
  a#MobileFriendley {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  /*BANNER PROYECTO*/
  #BannerProyecto {
    width: 100%;
    height: 70px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    box-sizing: border-box;
  }
  #BannerProyecto a {
    width: 100%;
    height: 100%;
    display: block;
    transition: background-color 0.5s cubic-bezier(0, 0.98, 0.1, 0.99);
  }
  #BannerProyecto a img {
    display: inline-block !important;
    vertical-align: top;
    padding-top: 15px;
    width: 30px;
  }
  #BannerProyecto a p {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    padding-top: 23px;
    margin-left: 10px;
  }
  /*Desktop*/
  .Desktop #BannerProyecto a:hover {
    background-color: #E94E1B;
  }
  .Desktop #BannerProyecto a:hover p {
    color: #FFF;
  }
  /*.......*/
}
@media (max-width: 1100px) {
  .Full {
    height: auto;
  }
  #Galeria {
    flex: 1 1 100%;
    height: auto;
    background-color: #ffffff;
  }
  #ContentGaleria {
    height: auto;
  }
  #ContentGaleria img {
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  #BarraInfo {
    flex: 1 1 100%;
  }
  #CurrentInfo {
    height: auto;
    padding-top: 45px;
    padding-bottom: 90px;
  }
  a#CloseBarraInfo {
    position: fixed;
    top: 0;
    display: inline-block;
    padding: 1em 1em 1em 2.3em;
    background-position: 10px 50%;
    background-color: #ffffff;
  }
  #BannerProyecto {
    position: fixed;
    z-index: 9900;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
}
/*Contacto*/
@media screen {
  #ContentContacto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
  }
  #InfoContacto {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #InfoContacto h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 200;
    color: #333333;
  }
  #InfoContacto p {
    font-size: 16px;
    color: #333333;
    display: block;
    margin: 15px 0;
  }
  #InfoContacto ul {
    list-style: none;
    margin-top: 170px;
  }
  #InfoContacto li {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
  }
  #InfoContacto li#ContactoPhone a {
    padding-left: 20px;
  }
  #InfoContacto li#ContactoMail a {
    padding-left: 20px;
    background: url("../imagenes/internas/icono-mail.jpg") no-repeat 0 0;
  }
  #InfoContacto li strong {
    color: #000;
  }
  #InfoContacto a {
    display: block;
    color: #333333;
    transition: all 0.2s ease-out;
  }
  /*Desktop*/
  .Desktop #InfoContacto a:hover {
    color: #FC3C19;
  }
  /*.......*/
  #Formulario {
    flex: 1;
    background-color: #000000;
  }
  #FormContacto div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #FormContacto .ModuloFull {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #FormContacto input[type=text],
  #FormContacto input[type=email],
  #FormContacto input[type=tel],
  #FormContacto textarea {
    width: 100%;
    padding: 0 5px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    background: none;
    box-sizing: border-box;
  }
  #FormContacto label {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
  }
  #FormContacto span {
    color: #FF3F0F;
  }
  #FormContacto input[type=text],
  #FormContacto input[type=email],
  #FormContacto input[type=tel] {
    height: 55px;
  }
  #FormContacto div.captcha-group {
    display: inline-flex;
  }
  input#captcha {
    flex: 2;
    height: 40px !important;
  }
  #captcha-data {
    flex: 1;
    text-align: center;
    padding-top: 5px;
    background-color: #2D2D2D;
  }
  #CampoMensaje {
    margin-top: 15px;
  }
  #FormContacto textarea {
    height: 200px;
    margin-top: 8px;
    padding: 5px;
    border: 1px solid #ccc;
    overflow: auto;
  }
  p#LeyendaObligatorio {
    float: left;
    font-size: 13px;
    color: #FF3F0F;
  }
  #AccionesForm {
    text-align: right;
  }
  /*Desktop*/
  .Desktop #FormContacto input[type=text]:hover,
  .Desktop #FormContacto input[type=email]:hover,
  .Desktop #FormContacto input[type=tel]:hover,
  .Desktop #FormContacto textarea:hover {
    border-color: #000;
  }
  .Desktop #FormContacto input[type=submit]:hover {
    background-color: #1f1f1f;
  }
  /*.......*/
  #FormContacto input[type=text]:focus,
  #FormContacto input[type=email]:focus,
  #FormContacto input[type=tel]:focus,
  #FormContacto textarea:focus {
    border-color: #FF3F0F !important;
    color: #FF3F0F;
  }
}
@media (max-width: 1100px) {
  #Contacto #InfoContacto {
    flex: 0 0 auto;
    padding: 0 2em;
  }
  #Contacto #QuickContacto {
    height: 100%;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
  }
  #Contacto #QuickContacto > div {
    margin: 0;
  }
  #Formulario {
    padding-top: 6.5em;
  }
}
@media (max-width: 650px) {
  #Contacto #InfoContacto {
    flex: 0 0 100%;
    order: 2;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  #Contacto #QuickContacto {
    flex: 0 0 100%;
    order: 1;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  #Formulario {
    padding-top: 4.5em;
  }
}
/*Alertas*/
@media screen {
  #RespuestaForm {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
  }
  #RespuestaForm main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 75em;
    padding: 2em 3em;
  }
  #RespuestaMail {
    flex: 1 1 37.5em;
    text-align: center;
  }
  #RespuestaMail > img {
    width: 3em;
  }
  #RespuestaMail h1 {
    font-size: 2.25em;
    margin-top: 0.3em;
  }
  #RespuestaMail h1 strong {
    display: block;
    color: #FF450D;
  }
  #RespuestaMail h2 {
    font-size: 1.5em;
    font-weight: 500;
  }
  #RespuestaMail p {
    font-size: 1em;
    margin: 2.5em 0 0.8em 0;
  }
  #RespuestaMail a.BtnMail {
    display: inline-block;
    font: normal 1.5em "Inter", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #000000;
    background: none;
    text-align: center;
    border: none;
  }
  #NavSocialMail {
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 3em;
  }
  #NavSocialMail h3 {
    font-size: 0.85em;
    margin-top: 0.5em;
  }
  #NavSocialMail div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 14.3em;
    margin: 1em auto;
  }
  #NavSocialMail a {
    flex: 0 0 2.8em;
    height: 2.8em;
    margin: 0 10px;
    border: 0.06em solid #b8b8b8;
    border-radius: 50%;
  }
  #RespuestaMail > div {
    display: block;
    padding-bottom: 2.5em;
  }
  #ExtraMail {
    flex: 0 0 auto;
  }
}
@media (max-width: 1470px) {
  #ExtraMail {
    display: none;
  }
}
@media (max-width: 500px) {
  #RespuestaMail a.BtnMail {
    font-size: 1em !important;
  }
}
/*Footer*/
@media screen {
  #ContentFooter {
    display: flex;
    flex-wrap: wrap;
  }
  #QuickContacto {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
    background-color: #000000;
  }
  #QuickContacto > div {
    flex: 1;
    max-width: 30em;
    margin: 10em 1em;
  }
  #QuickContacto p {
    display: block;
    margin-bottom: 0.5em;
    font-size: 3.3em;
    font-weight: 200;
    color: #E94E1B;
  }
  #SocialContact {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
  }
  #Legales {
    padding: 2em 0;
  }
  p.Copy {
    font-size: 0.85em;
  }
  footer.secondary {
    padding: 0 3.5em;
  }
}
@media (max-width: 1470px) {
  footer.secondary {
    padding: 0 2.3em;
  }
}
@media (max-width: 1100px) {
  #QuickContacto {
    padding-left: 2em;
    padding-right: 2em;
  }
  #SocialContact {
    flex: 0 0 auto;
    padding: 0 2.5em;
  }
}
@media (max-width: 800px) {
  #QuickContacto,
  #SocialContact {
    flex: 1 1 100%;
  }
  #QuickContacto > div {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
  #QuickContacto p {
    font-size: 2.25em;
  }
  #SocialContact {
    padding-top: 3.5em;
    padding-bottom: 2em;
  }
  #Legales {
    text-align: center;
    padding: 0 0 2em 0;
  }
  #Legales span {
    display: block;
  }
}
@media screen {
  .corrousel {
    position: relative;
    overflow: hidden;
    background-color: #000;
  }
  .corrousel .NavArrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 100%;
  }
  .corrousel .NavArrow a {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease-in;
  }
  .corrousel .NavArrow a.Prev {
    float: left;
    margin-left: 15px;
    background: url("imagenes/nav-left.svg") no-repeat 50% 50%;
    background-size: 15px auto;
  }
  .corrousel .NavArrow a.Next {
    float: right;
    margin-right: 15px;
    background: url("imagenes/nav-rigth.svg") no-repeat 50% 50%;
    background-size: 15px auto;
  }
  .corrousel .SlideItems {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .corrousel .slice {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .corrousel .slice:first-child {
    position: relative;
    z-index: 100;
  }
  .corrousel picture {
    width: 100%;
  }
  .corrousel img {
    max-width: 100%;
    display: block;
  }
  .corrousel .NavBullets {
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0;
    bottom: 40px;
    text-align: center;
  }
  .corrousel .NavBullets ul {
    list-style: none;
    margin: 0 auto;
  }
  .corrousel .NavBullets li {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.5s ease-in-out;
  }
  /*select*/
  .corrousel .slice.select {
    transform: translateX(0);
  }
  .corrousel .NavBullets li.select {
    background-color: #0196D8;
    cursor: default;
  }
  /*past*/
  .corrousel .slice.past {
    transform: translateX(-100%);
  }
  /*future*/
  .corrousel .slice.future {
    transform: translateX(100%);
  }
  /*......*/
  /*Home*/
  #Carrousel-Work1a img {
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .Desktop .FotoWork a:hover > #Carrousel-Work1a img {
    transform: scale(1.2);
  }
}
@media screen {
  .slider {
    position: relative;
    overflow: hidden;
    background-color: #000000;
  }
  .slider .NavArrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 100%;
  }
  .slider .NavArrow a {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease-in;
  }
  .slider .NavArrow a.Prev {
    float: left;
    margin-left: 15px;
    background: url("imagenes/nav-left.svg") no-repeat 50% 50%;
    background-size: 15px auto;
  }
  .slider .NavArrow a.Next {
    float: right;
    margin-right: 15px;
    background: url("imagenes/nav-rigth.svg") no-repeat 50% 50%;
    background-size: 15px auto;
  }
  .slider .SlideItems {
    position: relative;
    overflow: hidden;
    width: 100%; /*height: 50vh;*/
  }
  .slider .slice {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  }
  .slider .slice:last-child {
    position: relative;
  }
  .slider picture {
    width: 100%;
  }
  .slider img {
    max-width: 100%;
    display: block;
  }
  .slider .NavBullets {
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0;
    bottom: 40px;
    text-align: center;
  }
  .slider .NavBullets ul {
    list-style: none;
    margin: 0 auto;
  }
  .slider .NavBullets li {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.5s ease-in-out;
  }
  /*select*/
  .slider .slice.select {
    opacity: 1;
    visibility: visible;
  }
  .slider .NavBullets li.select {
    background-color: #0196D8;
    cursor: default;
  }
  /*.......*/
  /*Home*/
  #Slide-Work2a,
  #Slide-Work2a .SlideItems {
    width: 100%;
    height: 100%;
    background: none;
  }
  #Slide-Work2a .slice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: translateX(-3em);
    transition: transform 4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  #Slide-Work2a picture {
    width: 100%;
  }
  /*select*/
  #Slide-Work2a .slice.select {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  /*.......*/
  #Slide-Work2 img {
    margin-left: auto;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .Desktop .FotoWork a:hover > #Slide-Work2 img {
    transform: scale(1.2);
  }
  #Slide-Work3 {
    background-color: #ffffff;
  }
}
@media (max-width: 1000px) {
  #Slide-Work2b img {
    max-width: none;
  }
}/*# sourceMappingURL=main.css.map */