@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Fonts */
@font-face {
  font-family: "Actay";
  src: url("../fonts/Actay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Actay";
  src: url("../fonts/Actay-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Actay Wide";
  src: url("../fonts/ActayWide-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Actay Wide";
  src: url("../fonts/ActayWide-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Actay Condesed";
  src: url("../fonts/ActayCondensed-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Actay Condesed";
  src: url("../fonts/ActayCondensed-ThinItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* colors */
* {
  box-sizing: border-box;
}

.input label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.input input, .input textarea, .input select {
  display: block;
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Actay", sans-serif;
  outline: none;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .input input:hover, .input textarea:hover, .input select:hover {
    border-color: #c0347d;
  }
}
.input input::placeholder, .input textarea::placeholder, .input select::placeholder {
  color: #79e7c9;
  opacity: 1;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder, .input select:-ms-input-placeholder {
  color: #79e7c9;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder, .input select::-ms-input-placeholder {
  color: #79e7c9;
}
.input input:focus, .input textarea:focus, .input select:focus {
  border-color: #79e7c9;
  outline: none;
}
.input input[type=submit], .input textarea[type=submit], .input select[type=submit] {
  background-color: #79e7c9;
  border: none;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  padding: 25px;
  font-size: 20px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 900px) {
  .input input[type=submit]:hover, .input textarea[type=submit]:hover, .input select[type=submit]:hover {
    background-color: #ffffff;
  }
}
.input input[type=submit]:active, .input textarea[type=submit]:active, .input select[type=submit]:active {
  background-color: #c0347d;
  transform: scale(0.95);
}
.input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/angle-down-white.svg") no-repeat transparent;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px;
  min-height: 39px;
}
.input + .input {
  margin-top: 20px;
}
.input.checkbox {
  display: flex;
}
.input.checkbox input {
  margin: 0 10px 0 0;
  width: auto;
}
.input.checkbox label {
  margin: 0;
}
.input.checkbox a {
  color: #79e7c9;
}
@media only screen and (min-width: 900px) {
  .input.checkbox a:hover {
    color: #ffffff;
  }
}

.doble + .input, .doble + .doble {
  margin-top: 20px;
}
@media only screen and (min-width: 800px) {
  .doble {
    display: flex;
  }
  .doble .input {
    width: 100%;
  }
  .doble .input + .input {
    margin-top: 0;
    margin-left: 15px;
  }
}

body {
  background-color: #1d1d1b;
  font-family: "Actay", sans-serif;
  font-size: 16px;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #1d1d1b;
}
body::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 0px;
  border: 0px solid #1d1d1b;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

.title {
  font-family: "Actay Wide", sans-serif;
  font-size: 5em;
  line-height: 90%;
}
@media only screen and (max-width: 800px) {
  .title {
    font-size: 3em;
  }
}

.subtitle {
  font-family: "Actay Wide", sans-serif;
  font-size: 4em;
  line-height: 90%;
  margin-bottom: 15px;
  color: #1d1d1b;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff;
}
@media only screen and (max-width: 800px) {
  .subtitle {
    font-size: 2em;
  }
}

.text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text > * {
  max-width: 480px;
}
.text p {
  line-height: 120%;
  width: 100%;
}
.text p strong {
  font-family: "Actay Wide";
  color: white;
}
.text p.destacado {
  font-size: 1.5em;
  font-weight: bold;
  color: #79e7c9;
}
.text p.destacado strong {
  color: #a4efda;
}
@media only screen and (max-width: 800px) {
  .text p.destacado {
    font-size: 20px;
  }
}
.text .subtitle + p {
  font-size: 1.5em;
}
.text p + p {
  margin-top: 15px;
}
.text ul {
  margin-top: 15px;
  width: 100%;
}
.text ul li {
  list-style: none;
  padding-left: 20px;
  line-height: 120%;
  font-size: 0.9em;
  position: relative;
}
.text ul li:before {
  content: "→";
  margin-right: 5px;
}
.text ul li + li {
  margin-top: 10px;
}
.text ul + p {
  margin-top: 15px;
}
.text .box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin: 15px 0 0;
  position: relative;
}
.text .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 10px;
  top: -20px;
}
.text .box + p {
  margin-top: 20px;
}

@keyframes onda {
  100% {
    background-position: -50px bottom;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background: url("/img/onda_bckg.svg") repeat-x 0 bottom;
  background-size: 50px auto;
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  header {
    transform: translateX(100%);
    position: fixed;
    top: 0;
    background: #1d1d1b;
    height: 100vh;
    display: block;
    padding: 0;
  }
}
header .logo {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 800px) {
  header .logo {
    margin: 20px;
  }
}
header .logo svg {
  height: 20px;
}
@media only screen and (max-width: 800px) {
  header .logo svg {
    height: 30px;
  }
}
header .logo svg path {
  transition: fill 0.3s ease-out 0.6s;
  fill: transparent;
}
@media only screen and (max-width: 800px) {
  header .logo svg path {
    fill: #ffffff;
  }
}
header nav {
  transition: padding 0.3s ease-out;
}
header nav ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  header nav ul {
    display: block;
    border-top: 1px solid #79e7c9;
  }
}
@media only screen and (max-width: 800px) {
  header nav ul li + li {
    border-top: 1px solid #79e7c9;
  }
}
header nav ul li a {
  font-family: "Actay Wide", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 10px;
  display: inline-block;
  transition: padding 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, font-size 0.3s ease-out;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media only screen and (min-width: 900px) {
  header nav ul li a:hover {
    color: #79e7c9;
  }
}
@media only screen and (max-width: 800px) {
  header nav ul li a {
    padding: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  header .idiomas {
    border-top: 1px solid #79e7c9;
    border-bottom: 1px solid #79e7c9;
  }
}
header .idiomas ul {
  display: flex;
}
header .idiomas ul li {
  list-style: none;
}
@media only screen and (max-width: 800px) {
  header .idiomas ul li {
    width: 100%;
  }
}
header .idiomas ul li + li {
  margin-left: 8px;
}
header .idiomas ul li a {
  color: #79e7c9;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  header .idiomas ul li a:hover {
    color: #ffffff;
  }
}
@media only screen and (max-width: 800px) {
  header .idiomas ul li a {
    padding: 20px;
    display: block;
    font-size: 20px;
  }
}
header .idiomas ul li.active a {
  opacity: 0.5;
  pointer-events: none;
}

.show-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 14px 15px 15px;
  width: 56px;
  height: 56px;
  position: fixed;
  border: 2px solid #ffffff;
  bottom: 20px;
  right: 20px;
  border-radius: 30px;
  z-index: 10000;
  mix-blend-mode: exclusion;
}
@media only screen and (min-width: 800px) {
  .show-menu {
    display: none;
  }
}
.show-menu i {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease-out;
}
.show-menu.open i:first-child {
  transform: translateY(11px) rotate(-45deg);
}
.show-menu.open i:nth-child(2) {
  transform: scale(0);
}
.show-menu.open i:last-child {
  transform: translateY(-11px) rotate(45deg);
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 800px) {
  body.menu-open header {
    transform: translateX(0%);
  }
}

@keyframes rotar {
  100% {
    transform: rotate(-359deg);
  }
}
.contact-button {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 10;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  mix-blend-mode: exclusion;
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  .contact-button {
    right: auto;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
  }
}
.contact-button .envelope {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -54%);
}
.contact-button .envelope path {
  fill: #ffffff;
}
@media only screen and (max-width: 800px) {
  .contact-button .envelope {
    width: 28px;
  }
}
.contact-button .rot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}
.contact-button .rot path,
.contact-button .rot polygon {
  fill: #ffffff;
}
@media only screen and (max-width: 800px) {
  .contact-button .rot {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 900px) {
  .contact-button:hover {
    transform: scale(1.05);
  }
  .contact-button:hover .rot {
    animation: rotar 1s linear infinite;
  }
  .contact-button:hover .envelope {
    transform: translate(-50%, -54%) scale(1.1);
  }
}

body.mini header .logo svg path {
  fill: #ffffff;
}
@media only screen and (min-width: 800px) {
  body.mini header nav ul li a {
    font-size: 14px;
    padding: 6px 10px;
  }
}

/* home */
section {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  color: #ffffff;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
section article {
  display: flex;
  min-height: 100vh;
}
@media only screen and (max-width: 800px) {
  section article {
    flex-direction: column;
  }
}
section article .text {
  padding: 90px 60px;
  flex: 1;
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 0.3s ease-out 0.6s, transform 0.3s ease-out 0.6s;
}
@media only screen and (min-width: 800px) {
  section article .text {
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 800px) {
  section article .text {
    padding: 40px 20px;
  }
}
section article .image {
  overflow: hidden;
  flex: 1;
  max-height: 100vh;
}
@media only screen and (min-width: 800px) {
  section article .image {
    position: sticky;
    top: 0;
  }
}
section article .image svg {
  display: block;
  position: absolute;
  bottom: 200px;
  right: 0;
  width: 100vw;
  height: auto;
  z-index: 4;
  mix-blend-mode: soft-light;
  transition: transform 20s ease-out;
}
@media only screen and (max-width: 800px) {
  section article .image svg {
    display: none;
  }
}
section article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.2);
  transition: transform 3s ease-out;
}
section.visible article .text {
  transform: translateY(0px);
  opacity: 1;
}
section.visible article .image img {
  transform: scale(1);
}
section.visible article .image svg {
  bottom: 0;
}

.intro {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.intro video {
  top: -2px;
  left: -2px;
  height: calc(100vh + 4px);
  width: calc(100vw + 4px);
  z-index: 2;
  position: absolute;
  object-fit: cover;
  mix-blend-mode: soft-light;
  opacity: 0.2;
}
@media only screen and (max-width: 800px) {
  .intro video {
    display: none;
  }
}
.intro .box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .bckg-blur {
  background: url("/img/bckg_blur.jpg");
  background-size: cover;
  top: -2px;
  left: -2px;
  height: calc(100vh + 4px);
  width: calc(100vw + 4px);
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .intro .bckg-blur {
    opacity: 0.9;
    animation: bckg-slide 120s ease-in infinite;
  }
  @keyframes bckg-slide {
    100% {
      background-position: 100% 0;
    }
  }
}
.intro .logo-box {
  text-align: center;
  position: relative;
  z-index: 3;
}
.intro .logo-box svg {
  width: 260px;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.6s ease-out;
  opacity: 0;
  transform: translateY(-30px);
}
.intro .logo-box svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 800px) {
  .intro .logo-box svg {
    width: 150px;
    margin-bottom: 10px;
  }
}
@keyframes fades {
  20% {
    color: #79e7c9;
  }
  40% {
    color: #c0347d;
  }
  60% {
    color: #7327c0;
  }
  80% {
    color: #c0347d;
  }
  100% {
    color: #83e3ed;
  }
}
.intro .logo-box .title {
  text-align: center;
  color: #1d1d1b;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff;
}
@keyframes scroll-move {
  0% {
    opacity: 0;
    transform: translateY(-35px);
  }
  45% {
    opacity: 1;
    transform: translateY(0);
  }
  55% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(35px);
  }
}
.intro .scroll {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: calc(50% - 11px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 35px;
  border-radius: 10px;
  border: 2px solid #1d1d1b;
  color: #1d1d1b;
  overflow: hidden;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.3s ease-out 4s, transform 0.3s ease-out 4s;
}
.intro .scroll span {
  font-size: 16px;
  animation: scroll-move 2s ease-in-out 0s infinite;
}
@media only screen and (max-width: 800px) {
  .intro .scroll {
    bottom: 30px;
    border: 2px solid #ffffff;
    color: #ffffff;
  }
}

.intro.visible .box .title {
  opacity: 1;
  transform: translate(0px);
  margin-top: 0px;
}
.intro.visible .logo-box svg {
  opacity: 1;
  transform: scale(1);
}
.intro.visible .scroll {
  opacity: 1;
  transform: translateY(0px);
}

body.mini .intro.visible .box .title {
  opacity: 0;
}
body.mini .intro.visible .logo-box svg {
  opacity: 0;
}
body.mini .intro.visible .scroll {
  opacity: 0;
}

@media only screen and (min-width: 800px) {
  .que-es article .image {
    order: 0;
  }
  .que-es article .text {
    order: 1;
  }
}

.quien {
  background: url("/img/bckg_blur.jpg") black;
  background-size: cover;
}
.quien .text {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 800px) {
  .quien .text {
    min-height: 100vh;
  }
}
.quien .text > * {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .quien .text > * {
    margin-left: auto;
  }
}
.quien .text h2 + p {
  font-size: 1em;
}
.quien .more {
  cursor: pointer;
  position: relative;
  top: -6px;
  margin-left: 3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #79e7c9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  transition: all 0.3s ease-out;
}
.quien .more i {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #79e7c9;
  transition: all 0.3s ease-out;
}
.quien .more i:last-child {
  transform: translateY(-2px) rotate(90deg);
}
@media only screen and (min-width: 900px) {
  .quien .more:hover {
    background-color: #79e7c9;
  }
  .quien .more:hover i {
    background-color: #1d1d1b;
  }
}
.quien .more.open i:last-child {
  transform: translateY(-2px) rotate(0deg);
}
.quien .box {
  display: none;
}
.quien .head {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .quien .head {
    margin-top: 20px;
  }
}
.quien .head p {
  margin-top: 4px;
}

.razones {
  padding: 90px 60px;
  background: transparent;
}
.razones .subtitle {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .razones .subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .razones .text {
    display: flex;
    flex-direction: row;
  }
}
.razones .razon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s ease-out;
}
.razones .razon:nth-child(2) {
  transition-delay: 0.3s;
}
.razones .razon:nth-child(3) {
  transition-delay: 0.6s;
}
.razones .razon:nth-child(4) {
  transition-delay: 0.9s;
}
@media only screen and (min-width: 800px) {
  .razones .razon + .razon {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .razones .razon {
    margin-top: 30px;
  }
}
.razones .razon .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
}
.razones .razon .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.razones .razon p {
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  max-width: 200px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 800px) {
  .razones .razon p {
    font-size: 16px;
  }
}
.razones.visible .text .razon {
  opacity: 1;
  transform: none;
}

.examples {
  height: 50vh;
  min-height: 50vh;
  overflow: hidden;
}
.examples ::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.examples ::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}
.examples .subtitle {
  position: absolute;
  top: calc(50% - 25px);
  left: 60px;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .examples .subtitle {
    right: 20px;
    left: auto;
    top: 40px;
  }
  .examples .subtitle br {
    display: none;
  }
}
.examples:after {
  content: "";
  background: url("/img/logo-musickly.svg") no-repeat center center;
  background-size: content;
  position: absolute;
  top: calc(50% - 25px);
  right: 60px;
  z-index: 1;
  width: 200px;
  height: 50px;
}
@media only screen and (max-width: 800px) {
  .examples:after {
    right: 20px;
    top: 70px;
  }
}
.examples .horizontal-scroll-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(50vh + 1px);
  max-height: 100vw;
  margin: 0;
  padding-top: 1px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: rotate(-90deg) translateY(-50vh);
  transform-origin: right top;
}
.examples .horizontal-scroll-wrapper > div {
  display: block;
  padding: 0px;
  transform: rotate(90deg);
  transform-origin: right top;
}
.examples .horizontal-scroll-wrapper > div img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.examples .squares {
  box-sizing: border-box;
  padding: 50vh 0 0 0;
}
.examples .squares > div {
  box-sizing: border-box;
  width: 50vh;
  height: 50vh;
  margin: 0;
  position: relative;
  z-index: 2;
}
.examples.visible .horizontal-scroll-wrapper > div img {
  opacity: 1;
}
.examples small {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -70px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
  transition: bottom 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  .examples small {
    bottom: 0;
  }
}
.examples .image:hover small {
  bottom: 0;
}
@media only screen and (min-width: 800px) {
  .examples .vhs-filter {
    overflow: hidden;
    position: relative;
  }
  .examples .vhs-filter img {
    display: block;
  }
  .examples .vhs-filter__r, .examples .vhs-filter__g {
    left: 0;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    transition: transform 0.4s;
    z-index: 1;
  }
  .examples .vhs-filter__r {
    filter: url("#r") blur(10px);
    transform: translate(50px, 100px);
  }
  .examples .vhs-filter__g {
    filter: url("#g") blur(10px);
    transform: translate(-75px, -50px);
  }
  .examples .vhs-filter__b {
    filter: url("#b") blur(10px);
    transform: translate(75px, -50px);
  }
  .examples .vhs-filter:hover .vhs-filter__r {
    transform: translate(0);
    filter: url("#r") blur(0px);
  }
  .examples .vhs-filter:hover .vhs-filter__g {
    transform: translate(0);
    filter: url("#g") blur(0px);
  }
  .examples .vhs-filter:hover .vhs-filter__b {
    transform: translate(0);
    filter: url("#b") blur(0px);
  }
}

.contact {
  background-color: rgba(0, 0, 0, 0.6);
}
.contact form {
  margin-top: 40px;
}
.contact small {
  font-size: 0.7em;
  margin-top: 20px;
  display: block;
}
.contact .text > * {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .contact .text > * {
    margin-left: auto;
  }
}
.contact .g-recaptcha {
  margin-top: 20px;
}
.contact .submit {
  margin-top: 20px;
}

.mail-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #79e7c9;
  color: #1d1d1b;
  z-index: 9999999;
  text-align: center;
}
.mail-msg.error {
  background-color: #c0347d;
}

.politica {
  padding: 60px;
  display: none;
}
@media only screen and (max-width: 800px) {
  .politica {
    padding: 20px;
  }
}
.politica .close {
  position: sticky;
  top: 60px;
  background-color: #79e7c9;
  color: #1d1d1b;
  padding: 10px 15px;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .politica .close:hover {
    background-color: #c0347d;
  }
}
#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 99999;
}
#barraaceptacion a.ok {
  padding: 4px;
  color: #79e7c9;
}
#barraaceptacion a.info {
  padding-left: 5px;
  color: #ffffff;
}
