/*
  FUENTES
*/

@font-face {
  font-family: 'Iconos Pais';
  src: url('https://ep01.epimg.net/fonts/v2.x/v2.0/ico/iconos-pais.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marcin Ant B';
  src: url('https://ep01.epimg.net/fonts/v2.x/v2.2/marcinAntB/marcinantb-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marcin Ant B';
  src: url('https://ep01.epimg.net/fonts/v2.x/v2.2/marcinAntB/marcinantb-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Marcin Ant B';
  src: url('https://ep01.epimg.net/fonts/v2.x/v2.2/marcinAntB/marcinantb-heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}   

/*
	NORMALIZE
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio, canvas, video {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Marcin Ant B', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: all 0.7s;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

b, strong {
  font-weight: bold;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 80%;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

ol li {
  list-style-type: decimal;
}

p {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

/*
  MÓVIL
*/

.cabecera {
  background: #03B282;
}

.cabecera .logo {
  display: inline-block;
  margin: 16px auto;
}

.cabecera .logo a {
  display: block;
  width: 94px;
  height: 18px;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  background: url('../img/verne.svg') no-repeat center / contain;
}

.presentacion {
  padding: 20px;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.presentacion h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 34px;
  color: #2D2733;
  max-width: 250px;
  margin: 0 auto 25px;
}

.presentacion h1 span {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #03B282;
  margin-top: 12px;
}

.presentacion p {
  font-size: 16px;
  line-height: 19px;
  color: #5E5E5E;
  margin-bottom: 10px;
}

.compartir {
  
}

.compartir li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.compartir li a {
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -6666rem;
  color: #03B282;
  font-size: 32px;
  line-height: 34px;
  border: 1px solid #03B282;
  border-radius: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.compartir li a:before {
  text-indent: 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: inherit;
  font-family: 'Iconos Pais';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.compartir li a.facebook:before {
  content: "\e902";
}

.compartir li a.twitter {
  font-size: 26px;
}

.compartir li a.twitter:before {
  content: "\e90a";
}

.compartir li a.whatsapp:before {
  content: "\e90b";
}

form {
  padding: 0 30px;
  max-width: 375px;
  margin: 0 auto;
}

form p {
  font-size: 13px;
  line-height: 16px;
  color: #5E5E5E;
  text-align: left;
  margin-bottom: 10px;
}

form .error {
  margin-top: -20px;
  margin-bottom: 20px;
}

form .error p {
  font-weight: bold;
  text-align: center;
  color: red;
}

.todook .enviado {
  max-width: 150px;
  margin: 0 auto;
}

.todook .enviado svg {
  width: 100%;
}

.todook p {
  color: #00BA8B;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 40px auto;
}

.todook p a {
  display: inline-block;
  font-size: 16px;
  color: #00BA8B;
  padding-bottom: 3px;
  border-bottom: 1px solid #00BA8B;
  margin-top: 10px;
}

form label {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #545454;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

form input[type=text],
form textarea {
  border: 1px solid #E1E3E3;
  background: #F3F3F3;
  color: #545454;
  font-size: 13px;
  line-height: 19px;
  text-align: left;
  padding: 14px;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

form textarea {
  min-height: 180px;
}

form a.boton {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  margin: 30px 0;
  display: block;
  background: #7BD959;
  background: -moz-linear-gradient(top, #7BD959 0%, #35C271 100%);
  background: -webkit-linear-gradient(top, #7BD959 0%, #35C271 100%);
  background: linear-gradient(to bottom, #7BD959 0%, #35C271 100%);  
}

.desplegable {
  border: 1px solid #E1E3E3;
  background: #F3F3F3;
  color: #545454;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 15px;
  border-radius: 24px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.35s;
  z-index: 12;
}

.desplegable.abierto {
  border-radius: 24px 24px 0 0;
}

.desplegable:before {
  content: '';
  display: block;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: 15px;
  right: 20px;
}

.desplegable.abierto:before {
  transform: rotate(-45deg);
}

.desplegable a {
  display: block;
  height: 35px;
  position: relative;
  padding: 8px;
  padding-left: 55px;
}

.desplegable ul {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #E1E3E3;
  border-top: none;
  border-bottom: none;
  background: #F3F3F3;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 15px;
  border-radius: 0 0 24px 24px;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  transition-delay: 0.2s;
}

.desplegable.cerrado ul {
  transition-delay: 0s;
  max-height: 0;
}

.desplegable.cerrado {
  transition-delay: 0.2s;
}

.desplegable.abierto ul {
  border-bottom: 1px solid #E1E3E3;
  max-height: 300px;
}

.desplegable li {
  margin-top: 5px;
}

.desplegable li:first-child {
  margin-top: 10px;
}

.desplegable li:last-child {
  margin-bottom: 10px;
}

.desplegable a.filtro-amor {
  color: #E75063;
}

.desplegable a.filtro-agradecimiento{
  color: #F5A623;
}

.desplegable a.filtro-confesion {
  color: #7ED321;
}

.desplegable a.filtro-arrepentimiento {
  color: #00B1FF;
}

.desplegable a.filtro-promesa {
  color: #BA73CA;
}

.desplegable a.filtro-borrar,
.desplegable a[href="#selecciona"] {
  color: #545454;
  padding-left: 8px;
}

.desplegable a:before {
  content: '';
  display: block;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.desplegable a:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #979797;
  position: absolute;
  top: 7px;
  left: 40px;
}

.desplegable a.filtro-borrar:after,
.desplegable a.filtro-borrar:before,
.desplegable a[href="#selecciona"]:after,
.desplegable a[href="#selecciona"]:before {
  content: none;
  display: none;
}

.desplegable a.filtro-amor:before {
  background-image: url('../img/emojis/amor.svg');
}

.desplegable a.filtro-agradecimiento:before {
  background-image: url('../img/emojis/agradecimiento.svg');
}

.desplegable a.filtro-confesion:before {
  background-image: url('../img/emojis/confesion.svg');
}

.desplegable a.filtro-arrepentimiento:before {
  background-image: url('../img/emojis/arrepentimiento.svg');
}

.desplegable a.filtro-promesa:before {
  background-image: url('../img/emojis/promesa.svg');
}

.filtros {
  max-width: 910px;
  margin: 0 auto 25px;
  padding: 0 20px;
}

.filtros p {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #4A4A4A;
  text-align: center;
  margin-bottom: 15px;
}

.filtros nav {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.filtros nav a {
  margin-left: 10px;
  margin-right: 10px;
}

.filtros nav a span {
  display: block;
  max-width: 98px;
  height: 120px;
  margin: 0 auto;
}

.filtros nav a svg {
  width: 100%;
 
}

.filtros nav a strong {
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid;
  min-width: 110px;
  text-align: center;
}

.filtros nav a.filtro-amor strong {
  color: #E75063;
  border-color: #E75063;
}

.filtros nav a.filtro-agradecimiento strong {
  color: #F5A623;
  border-color: #F5A623;
}

.filtros nav a.filtro-confesion strong {
  color: #7ED321;
  border-color: #7ED321;
}

.filtros nav a.filtro-arrepentimiento strong {
  color: #00B1FF;
  border-color: #00B1FF;
}

.filtros nav a.filtro-promesa strong {
  color: #BA73CA;
  border-color: #BA73CA;
}

.filtros nav a.filtro-amor.activo strong {
  color: white;
  background: #E75063;
}

.filtros nav a.filtro-agradecimiento.activo strong {
  color: white;
  background: #F5A623;
}

.filtros nav a.filtro-confesion.activo strong {
  color: white;
  background: #7ED321;
}

.filtros nav a.filtro-arrepentimiento.activo strong {
  color: white;
  background: #00B1FF;
}

.filtros nav a.filtro-promesa.activo strong {
  color: white;
  background: #BA73CA;
}

.contenido {
  background: #F7F7F7;
  padding: 0 20px;
  text-align: center;
}

.cartas {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 50px;
}

.carta,
.cartas .envoltorioCarta {
  width: 100%;
  max-width: 230px;
  border-radius: 8px;
  border: 5px solid transparent;
  transition: all 0.25s;
  position: relative;
  padding: 4px 4px 0;
  margin-bottom: 50px;
}

.carta:not(.carta-ampliada) {
  cursor: pointer;
}

.cartas > div:not(.envoltorioCarta) {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.carta:hover {
  border-color: #EBEBEB;
}

.carta_emoji {
  display: block;
  width: calc(100% + 2px);
  height: 95px;
  position: absolute;
  top: 0;
  left: -1px;
  background-repeat: no-repeat;
  background-image: url('../img/sobre.jpg');
  background-position: top center;
  background-size: 100% auto;
  transition: all 0.25s;
  z-index: 1;
  border: 1px solid #E1E1E1;
  border-bottom: none;
}

.carta:hover .carta_emoji {
  top: -30px;
  box-shadow: #EBEBEB 0 0 0 4px;
  background-image: url('../img/sobre-abierto.jpg');
}

.carta .carta_emoji:before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: white;
}

.carta_emoji svg {
  max-width: 74px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.carta_contenido {
  display: block;
  overflow: hidden;
  position: relative;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: -5px;
  min-height: 223px;
  border: 1px solid #E1E1E1;
  background: white;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 106px 19px 19px;
  transition: all 0.25s;
}

.carta_contenido strong:nth-child(1) {
  display: block;
  color: #332C3B;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.carta_contenido strong:nth-child(2) {
  display: block;
  color: #43394F;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-top: 2px;
  text-align: left;
}

.carta_pie {
  display: block;
  border: 1px solid #E1E1E1;
  background: white;
  border-top: none;
  position: relative;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 0 0 6px 6px;
  border-bottom: 5px solid white;
  padding: 0 19px 14px;
}

.carta_pie strong {
  display: block;
  border-top: 1px dashed #E1E1E1;
  padding-top: 11px;
  font-weight: normal;
  color: #332C3B;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
}

a.filtro-amor .carta_pie,
.amor .carta_pie {
  border-bottom-color: #E75063;
}

a.filtro-agradecimiento .carta_pie,
.agradecimiento .carta_pie {
  border-bottom-color: #F5A623;
}

a.filtro-confesion .carta_pie,
.confesion .carta_pie {
  border-bottom-color: #7ED321;
}

a.filtro-arrepentimiento .carta_pie,
.arrepentimiento .carta_pie {
  border-bottom-color: #00B1FF;
}

a.filtro-promesa .carta_pie,
.promesa .carta_pie {
  border-bottom-color: #BA73CA;
}

.carta_cerrar {
  display: block;
  width: 36px;
  height: 36px;
  background: url('../img/cerrar.svg') no-repeat center / contain;
  position: absolute;
  top: -11px;
  right: -15px;
  z-index: 2;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

.modal {
  background: rgba(19, 42, 35, 0.9);
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.modal.activa {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.modal .slides > li,
#contenidoCarta {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  height: 100vh;
}

.carta-ampliada {
  width: calc(100% - 60px);
  max-width: 500px;
  text-align: center;
  z-index: 1;
  margin-bottom: 0;
}

.carta-ampliada:hover {
  border-color: transparent;
}

.carta-ampliada .carta_emoji {
  height: 0;
  background: none;
  border: none;
}

.carta-ampliada .carta_emoji svg {
  top: -28px;
}

.carta-ampliada .carta_emoji:before {
  content: none;
  display: none;
}

.carta-ampliada:hover .carta_emoji {
  top: 0;
  box-shadow: none;
  background-image: none;
}

.carta-ampliada .carta_contenido {
  padding-top: 70px;
  max-height: 60vh;
  overflow-y: auto;
}

.carta-ampliada p {
  color: #6D6D6D;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

.carta-ampliada .carta_contenido strong {
  text-align: center;
  margin-bottom: 5px;
}

.carta-ampliada .carta_contenido strong:nth-child(2) {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 18px;
}

.carta-ampliada .carta_pie,
.carta-ampliada .carta_pie strong {
  text-align: center;
}

.carta-ampliada .compartir {
  margin: 25px auto 25px;
}

.carta-ampliada.amor .compartir li a {
  color: #E75063;
  border-color: #E75063;
}

.carta-ampliada.agradecimiento .compartir li a {
  color: #F5A623;
  border-color: #F5A623;
}

.carta-ampliada.confesion .compartir li a {
  color: #7ED321;
  border-color: #7ED321;
}

.carta-ampliada.arrepentimiento .compartir li a {
  color: #00B1FF;
  border-color: #00B1FF;
}

.carta-ampliada.promesa .compartir li a {
  color: #BA73CA;
  border-color: #BA73CA;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flex-direction-nav a,
a.prev,
a.next {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
  background: #03B282;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 12;
}

.flex-direction-nav a.flex-disabled {
  display: none !important;
}

.flex-direction-nav a:before,
a.prev:before,
a.next:before {
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-135deg);
  position: absolute;
  top: 26px;
  left: 12px;
}

.flex-direction-nav a.flex-prev,
a.prev {
  left: 10px;
}

.flex-direction-nav a.flex-next,
a.next {
  right: 10px;
}

.flex-direction-nav a.flex-next:before,
a.next:before {
  transform: rotate(45deg);
  left: 40px;
}

.contenido.contenido-formulario {
  background: transparent; 
  max-width: 790px;
  margin: 0 auto;
}

.contenido-formulario form:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contenido-formulario .ejemplo {
  padding: 0 30px;
  max-width: 375px;
  margin: 0 auto;
}

.contenido-formulario .ejemplo p {
  color: #757575;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 50px;
}

.contenido-formulario .ejemplo p:nth-child(1) {
  font-weight: bold;
  margin-bottom: 2px;
}

.ejemplo .carta-ampliada {
  width: 100%;
  max-width: 500px;
}

footer.pie {
  max-width: 690px;
  margin: 40px auto 0;
  padding: 40px 0;
  font-size: 14px;
  line-height: 18px;
}

footer.pie li a {
  color: black;
}

/*
  EMOJIS
*/

a.filtro-amor:hover svg #corazon,
div.amor:hover svg #corazon,
div.carta-ampliada.amor svg #corazon {
  animation: amorCorazon 1.1s infinite;
}

a.filtro-amor:hover svg #ojos,
div.amor:hover svg #ojos,
div.carta-ampliada.amor svg #ojos {
  animation: amorOjos 1.1s infinite;
}

a.filtro-agradecimiento:hover svg #ceja,
div.agradecimiento:hover svg #ceja,
div.carta-ampliada.agradecimiento svg #ceja {
  animation: agradecimientoCeja 0.8s infinite;
}

a.filtro-agradecimiento:hover svg #boca,
div.agradecimiento:hover svg #boca,
div.carta-ampliada.agradecimiento svg #boca {
  animation: agradecimientoBoca 0.8s infinite;
  animation-delay: 0.15s;
}

a.filtro-confesion:hover svg #boca,
div.confesion:hover svg #boca,
div.carta-ampliada.confesion svg #boca {
  animation: confesionBoca 0.35s infinite;
}

a.filtro-confesion:hover svg #ojos,
div.confesion:hover svg #ojos,
div.carta-ampliada.confesion svg #ojos {
  animation: confesionOjos 0.35s infinite;
}

a.filtro-arrepentimiento svg #lagrima,
div.arrepentimiento:hover svg #lagrima,
div.carta-ampliada.arrepentimiento svg #lagrima {
  transform-origin: 66px 45px;
}

a.filtro-arrepentimiento:hover svg #lagrima,
div.arrepentimiento:hover svg #lagrima,
div.carta-ampliada.arrepentimiento svg #lagrima {
  animation: arrepentimientoLagrima 0.8s infinite;
}

a.filtro-promesa:hover svg #manos,
div.promesa:hover svg #manos,
div.carta-ampliada.promesa svg #manos {
  animation: promesaManos 0.8s infinite;
}

a.filtro-promesa:hover svg #ojitos,
div.promesa:hover svg #ojitos,
div.carta-ampliada.promesa svg #ojitos {
  animation: promesaOjos 0.8s infinite;
}

.todook svg #manos {
  animation: enviadoManos 0.8s infinite;
}

/*
  RESPONSIVE
*/

@media (max-width: 999px){
  
  .ocultar-movil {
    display: none !important;
  }
  
  .presentacion a.boton {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 10px;
    display: block;
    background: #7BD959;
    background: -moz-linear-gradient(top, #7BD959 0%, #35C271 100%);
    background: -webkit-linear-gradient(top, #7BD959 0%, #35C271 100%);
    background: linear-gradient(to bottom, #7BD959 0%, #35C271 100%); 
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 320px;
    z-index: 12;
  }
  
  a.vermas {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 10px;
    display: block;
    background: #7BD959;
    background: -moz-linear-gradient(top, #7BD959 0%, #35C271 100%);
    background: -webkit-linear-gradient(top, #7BD959 0%, #35C271 100%);
    background: linear-gradient(to bottom, #7BD959 0%, #35C271 100%); 
    width: calc(100% - 40px);
    max-width: 320px;
    margin: 20px auto;
  }
  
  .filtros nav {
    height: 0;
    overflow: hidden;
  }

} 

@media (max-width: 499px){
  .flex-direction-nav a,
  a.prev,
  a.next {
    width: 24px;
    background: transparent;
    border-radius: 0;
  }
  
  .flex-direction-nav a:after,
  a.prev:after,
  a.next:after {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
    background: #03B282;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  
  .flex-direction-nav a.flex-prev:after,
  a.prev:after {
    right: auto;
    left: 0;
  }
  
  .flex-direction-nav a:before,
  a.prev:before,
  a.next:before {
    z-index: 1;
  }
  
  .flex-direction-nav a.flex-next:before,
  a.next:before {
    left: 0;
  }
}

@media (min-width: 500px){
  
  .carta-ampliada {
    max-width: 310px;
  }
  
  .flex-direction-nav a,
  a.prev,
  a.next {
    width: 90px;
    height: 90px;
  }

  .flex-direction-nav a:before,
  a.prev:before,
  a.next:before {
    height: 22px;
    width: 22px;
    border-top-width: 3px;
    border-right-width: 3px;
    top: 33px;
    left: 37px;
  }

  .flex-direction-nav a.flex-prev,
  a.prev {
    left: 5vw;
  }

  .flex-direction-nav a.flex-next,
  a.next {
    right: 5vw;
  }

  .flex-direction-nav a.flex-next:before,
  a.next:before {
    left: 30px;
  }
  
}

@media (min-width: 1000px){
   
  .ocultar-escritorio {
    display: none !important;
  }
   
  .cabecera .logo {
    margin: 32px auto;
  }
  
  .cabecera .logo a {
    width: 154px;
    height: 31px;
  }
  
  .presentacion {
    padding: 55px 0;
    max-width: 500px;
  }
  
  .presentacion h1 {
    font-size: 41px;
    line-height: 41px;
    max-width: 100%;
    margin: 0 auto 25px;
  }

  .presentacion h1 span {
    font-size: 37px;
    line-height: 37px;
    margin-top: 13px;
  }

  .presentacion p {
    margin-bottom: 20px;
  }
  
  .presentacion a.boton,
  a.vermas,
  a.filtro-borrar {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    padding: 25px;
    min-width: 260px;
    background: #03B282;
    text-align: center;
    border-radius: 35px;
    display: inline-block;
    margin: 35px auto 5px;
  }
  
  a.vermas {
    min-width: 160px;
    margin: 0 auto;
  }
  
  a.filtro-borrar {
    min-width: 130px;
    margin: auto 20px;
  }

  .filtros {
    margin-bottom: 40px;
  }
  
  .filtros p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 50px;
  }
  
  .cartas {
    justify-content: flex-start;
  }
  
  .carta:not(.carta-ampliada),
  .cartas .envoltorioCarta {
    margin: 0 5px 50px;
  }
  
  .contenido.contenido-formulario {
    display: flex; 
    justify-content: center;
    align-items: flex;
  }
   
  .contenido-formulario form:after {
    content: none;
    display: none;
  }
   
  .contenido-formulario form {
    border-right: 1px solid #DEDEDE;
  }
  
}

@media (max-width: 999px){
  .contenido .cartas .carta {
    
  }
}

/*
  ANIMACIONES
*/

@keyframes promesaOjos {
  0% {
    transform: translate(31px, 19px);
  }
  50% {
    transform: translate(31px, 15px);
  }
  100% {
    transform: translate(31px, 19px);
  }
}

@keyframes amorCorazon {
  0% {
    transform: translate(-79.6283px, -17.9294px) rotate(14deg) translate(83.6283px, -15.7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translate(-79.6283px, -17.9294px) rotate(14deg) translate(83.6283px, -15.7px);
  }
}

@keyframes amorOjos {
  0% {
    transform: translate(17.506059px, 39.631771px);
  }
  50% {
    transform: translate(17.506059px, 35.631771px);
  }
  100% {
    transform: translate(17.506059px, 39.631771px);
  }
}

@keyframes agradecimientoCeja {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes agradecimientoBoca {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes confesionOjos {
  0% {
     transform: translate(14.8302px, 8.7332px);
  }
  50% {
     transform: translate(16.8302px, 9.7332px);
  }
  100% {
     transform: translate(14.8302px, 9.7332px);
  }
}

@keyframes confesionBoca {
  0% {
     transform: translateX(-1px);
  }
  50% {
     transform: translateX(1px);
  }
  100% {
     transform:translateX(-1px);
  }
}

@keyframes arrepentimientoLagrima {
  0% {
    transform: scale(0);
  }
  89% {
    transform: scale(1) translateY(5px);
  }
  90% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes promesaManos {
  0% {
    transform: translate(17px, 54px);
  }
  50% {
    transform: translate(17px, 50px);
  }
  100% {
    transform: translate(17px, 54px);
  }
}


@keyframes enviadoManos {
  0% {
    transform: translate(0, 51px);
  }
  50% {
    transform: translate(0, 47px);
  }
  100% {
    transform: translate(0, 51px);
  }
}

.oculto {
  display: none !important;
}
