@font-face {
  font-family: Ginger;
  src: url('../fonts/Ginger.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-SemiBold-Italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Thin-Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans Hairline;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Hairline.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-ExtraBold-Italic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans Hairline;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Hairline-Italic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jen Wagner Essential Sans;
  src: url('../fonts/Jen-Wagner-Essential-Sans-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Antura Script;
  src: url('../fonts/Antura-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --dark: #13181b;
  --buttontext_separate: "Jen Wagner Essential Sans", Arial, sans-serif;
  --marron-oscuro: #73685b;
  --marron-claro: #f6f3ed;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home_portada {
  z-index: 0;
  background-color: #0000001a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu_home_prototipado {
  background-image: linear-gradient(0deg, #13181b00, #13181b);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 25px 50px;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wbe {
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.home, .acerca-de, .films, .inversin, .contacto {
  color: #fff;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.redes {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.container_text {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section2 {
  z-index: 2;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo_dark-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contenido {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.conatiner_izq {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.heading-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-19 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.tu-historia-merece-una-pelcula {
  color: #000;
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  position: relative;
}

.frame-7 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.inolvidable {
  color: #13181b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
}

.cada-pareja-tiene-una-historia-nica-ms-que-documentar-un-da-busco-capturar-la-esencia-de-un-momento {
  color: #13181b;
  text-align: center;
  letter-spacing: .75px;
  max-width: 425px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.button_conbordes {
  grid-row-gap: 10px;
  border: .5px solid var(--white);
  background-color: var(--dark);
  font-family: var(--buttontext_separate);
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  -webkit-text-stroke-color: var(--dark);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  padding: 20px 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.button_conbordes:hover {
  border-width: 1px;
  border-color: var(--dark);
  background-color: var(--white);
  color: var(--dark);
}

.disponibilidad {
  font-family: var(--buttontext_separate);
  color: #fafafa;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.container_dcha {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  height: auto;
  display: flex;
}

.logo-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.menu {
  background-image: linear-gradient(0deg, #13181b00 0%, #13181b 100%);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 74px;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.section3 {
  z-index: auto;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/img_md_webwedding_0000s_0000_DSC09428.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.text {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.revivimos-nuestro-da-una-y-otra-vez {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.no-sabamos-cunto-significara-tener-un-video-hasta-que-lo-vimos-por-primera-vez-cada-mirada-cada-gest {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 3px 3px 3px #0000004d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.laura-y-andrs {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 36px;
  text-decoration: none;
}

.section4 {
  z-index: 2;
  background-color: #13181b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.frame-20 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 950px;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.container_meet {
  grid-column-gap: 50px;
  border: 1px solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 850px;
  padding: 147px 72px;
  text-decoration: none;
  display: flex;
}

.container_izq {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.conoceme {
  color: #eaebe8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
  text-decoration: none;
}

.fotografo-y-filmmaker {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.soy-videgrafo-de-bodas-y-mi-objetivo-es-capturar-historias-reales-con-una-mirada-cinematogrfica-me-i {
  color: #fff;
  letter-spacing: .75px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.conoce-ms {
  color: #fafafa;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link-style {
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 448px;
  height: 35px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section5 {
  z-index: 2;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container_section5 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1600px;
  padding: 96px 225px;
  text-decoration: none;
  display: flex;
}

.titles {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 615px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.contamos-tu-historia-con-un-compromiso-absoluto-con-la-calidad {
  color: #13181b;
  text-align: center;
  letter-spacing: 5.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
  text-decoration: none;
}

.aqu-encontrars-una-seleccin-de-pelculas-que-he-creado-para-parejas-que-confiaron-en-mi-forma-de-ver {
  color: #13181b;
  text-align: center;
  letter-spacing: .75px;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.videos {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.gif1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.camilo-y-daniela---valencia-es {
  color: #a7a7a7;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  text-decoration: none;
}

.evelyn-y-ronald---girona-es, .darwin-y-daniela---barcelona-es {
  color: #a7a7a7;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  text-decoration: none;
}

.more_films {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
}

.ms-films {
  color: #13181b;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.section6 {
  z-index: 2;
  background-image: linear-gradient(#0003, #0003), url('../images/img_md_webwedding_0000s_0002_DSC07408.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ests-listo-para-tener-tu-propia-pelicula-de-boda {
  color: #fafafa;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
}

.djanos-contar-tu-historia {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.proximos-pasos {
  color: #fff;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.footer {
  z-index: 2;
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.container_footer {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 60px 100px;
  display: flex;
}

.top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 57.97px;
  display: flex;
}

.frame-17 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contamos-historias-reales {
  color: #fafafa;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.logo_dark-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.inmortalizamos-recuerdos {
  color: #fafafa;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.experiencia {
  color: #fafafa;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.down {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 57.97px;
  text-decoration: none;
  display: flex;
}

.frame-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.privacy-policy {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.frame-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.copyright-2025-weddingbyernest {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.frame-10 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cookies {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.home-2, .acerca-de-2, .films-2, .inversin-2, .contacto-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.container_text-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  padding: 158px 280px;
  text-decoration: none;
  display: flex;
}

.container_dcha-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.heading-1-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 448px;
  text-decoration: none;
  display: flex;
}

.films-3 {
  color: #061c33;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.link-style-2 {
  background-color: #13181b;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 750px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-style-2:hover {
  border: 0 solid #000;
}

.container-5 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 80000px;
  padding: 78px 149px;
  text-decoration: none;
  display: flex;
}

.heading-1-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 902px;
  height: 109.5px;
  text-decoration: none;
  display: flex;
}

.link-style-3 {
  border: 1px solid #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  display: flex;
}

.nav-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 18px;
  display: flex;
}

.home-3, .acerca-de-3, .films-4, .contacto-3 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.section_collage {
  z-index: 2;
  background-color: #13181b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container_section7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container_marco {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.imagenes_marco {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1720px;
  height: 824.5px;
  padding-left: 33px;
  padding-right: 33px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image_10 {
  width: 100%;
  overflow: hidden;
}

.image_13, .image_9, .image_16, .image_14 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image_18, .image_6, .image_15, .image_11, .image_1, .image_3, .image_8, .image_7, .image_17 {
  width: 100%;
  overflow: hidden;
}

.body {
  background-color: var(--dark);
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
}

.background-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.paragraph {
  font-family: Ginger, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.3;
}

.arrow_shortmedio {
  background-color: var(--white);
  width: 80%;
  max-width: 370px;
  height: 1px;
}

.div-block-4 {
  background-color: var(--dark);
  width: 100%;
  max-width: 105px;
  height: 1px;
}

.div-block-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.quick-stack {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image {
  max-height: 750px;
}

.quick-stack-5 {
  width: 100%;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.button {
  background-color: var(--dark);
}

.button-2 {
  font-family: var(--buttontext_separate);
  color: var(--dark);
  letter-spacing: 3px;
  background-color: #3898ec00;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.button_conbordes_sinback {
  border: .5px solid var(--white);
  letter-spacing: 4px;
  background-color: #3898ec00;
  padding: 20px 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.button_conbordes_sinback:hover {
  background-color: var(--white);
  color: var(--dark);
}

.text_menu {
  outline-offset: 0px;
  outline: 3px #00e;
}

.link {
  color: var(--white);
  letter-spacing: 4.5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link.link_text_menu.w--current:hover {
  opacity: .6;
}

.link-2 {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 15px;
  text-decoration: none;
}

.rrow_whitelong {
  background-color: var(--white);
  width: 100%;
  height: .5px;
}

.menu_home_mobile_protipado {
  background-image: linear-gradient(0deg, #13181b00, #13181b);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 15px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.logo-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wbe-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.menu_hamburguesa {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-decoration: none;
  display: block;
}

.contenedor_background_img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 441px;
  display: flex;
}

.container_links {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 398px;
  display: flex;
}

.menu-3 {
  background-color: var(--dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.home-4, .acerca-de-4, .films-5, .inversin-3, .contacto-4 {
  color: var(--dark);
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.redes-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 4;
  width: 100%;
  display: none;
}

.container-7 {
  width: 100%;
}

.home_2 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0003, #0003), url('../images/portadas_fijas_0002_DSC04443.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 50vh;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.logo_line {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section_films {
  grid-row-gap: 10px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.container_bloques {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 75px 50px;
  text-decoration: none;
  display: flex;
}

.h2-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 35px;
  display: flex;
}

.camilo-y-daniela {
  color: #13181b;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antura Script, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.h3-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 24px;
  display: flex;
}

.historia-boda {
  color: #13181b;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: none;
}

.youtube-video-player {
  grid-row-gap: 151px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 594px;
  height: 302px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.evelyn-y-ronald {
  color: #13181b;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antura Script, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.boda {
  color: #13181b;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: none;
}

.darwin-y-daniela {
  color: #13181b;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antura Script, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.pedida {
  color: #13181b;
  text-align: right;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: none;
}

.ivan-y-melisa {
  color: #13181b;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antura Script, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.section_morefilms {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.background {
  grid-row-gap: 50px;
  background-image: linear-gradient(#0003, #0003), url('../images/img_md_webwedding_0000s_0001_DSC04361-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 587px;
  padding-top: 150px;
  padding-bottom: 150px;
  text-decoration: none;
  display: flex;
}

.listo-para-empezar {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.frame-11 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hagamos-t-pelcula {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.frame-12 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contacta {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.menu_home_prototipado-2 {
  background-image: linear-gradient(0deg, #13181b00 0%, #13181b 100%);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 25px 50px 75px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.h1_portadas {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 611px;
  height: 85px;
  text-decoration: none;
  display: flex;
}

.films-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
  text-decoration: none;
}

.titles-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.heading-2-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contamos-tu-historia-con-un-compromiso-absoluto-con-la-calidad-2 {
  color: #13181b;
  text-align: center;
  letter-spacing: 4.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.container_izq-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.container_dcha-3 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 594px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.youtube-video-player-2 {
  grid-row-gap: 151px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 302px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.h3-style-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 24px;
  display: flex;
}

.boda-2 {
  color: #13181b;
  text-align: right;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: none;
}

.heading-1-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 63px;
  text-decoration: none;
  display: flex;
}

.body-2 {
  background-color: var(--dark);
}

.div-block-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-6 {
  height: auto;
}

.paragraph-3 {
  letter-spacing: 3px;
}

.p_films_ginger_dcha {
  height: 35px;
}

.container_bloques_inverso {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 75px 50px;
  display: flex;
}

.button_sincaja-back {
  color: var(--white);
  text-underline-offset: 5px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.section_yo {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.img_grande {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.soy-ernesto-r {
  color: #13181b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.fotgrafo-y-filmmaker {
  color: #adadad;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  text-decoration: none;
}

.soy-ernesto-videgrafo-de-historias-reales-mi-enfoque-nace-de-una-idea-simple-cada-pareja-tiene-una-h {
  color: #13181b;
  text-align: justify;
  letter-spacing: .75px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.learnmore {
  grid-row-gap: 10px;
  background-color: #13181b;
  border: 1px solid #73685b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 50px;
  text-decoration: none;
  display: flex;
}

.di-hola {
  color: #fafafa;
  text-align: center;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.home_2-2 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0003, #0003), url('../images/portadas_fijas_0000_Sin-título.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 60vh;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.text-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.container_bloques-2 {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  text-decoration: none;
  display: flex;
}

.container_izq-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container_dcha-4 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.body-3 {
  background-color: var(--dark);
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section_form {
  grid-row-gap: 50px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.title-style {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.trabajemos-juntos {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 62px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.cuntanos-un-poco-sobre-ti-y-nos-pondremos-en-contacto-contigo-pronto-ya-sea-en-espaa-o-en-cualquier {
  color: #13181b;
  text-align: center;
  letter-spacing: .75px;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.container_form_email {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 300px;
  text-decoration: none;
  display: flex;
}

.form-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.form_group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  text-decoration: none;
  display: flex;
}

.frame-22 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.email {
  color: #13181b;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.frame-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.weddingbyernestgmailcom {
  color: #13181b;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.nombre {
  grid-row-gap: 20px;
  border: 1px solid #13181b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nombre-y-apellido {
  color: #13181b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.telefono {
  grid-row-gap: 20px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.phone {
  color: #13181b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.fecha-y-lugar {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fecha, .lugar {
  grid-row-gap: 20px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.servicio {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.msg {
  color: #13181b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text_arrow_link {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.options {
  opacity: .5;
  color: #13181b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.frame-24 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 15.0001px;
  text-decoration: none;
  display: flex;
}

.weddingplanner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text_arrow {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.presupuesto {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-26 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mensaje {
  grid-row-gap: 20px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 85px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.home_2-3 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0003, #0003), url('../images/portadas_fijas_0001_DSC08476.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 60vh;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.text-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.form-style-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.email-2 {
  grid-row-gap: 20px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.email-3, .fecha-2, .lugar-2, .msg-2 {
  color: #13181b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.body-4 {
  background-color: var(--dark);
}

.section-2 {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.form-block {
  width: auto;
}

.div-block-15 {
  width: auto;
  max-width: 300px;
  padding-top: 30px;
}

.text-field {
  border: .5px solid var(--dark);
  color: var(--dark);
  height: 45px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.div-block-16 {
  width: 40%;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-field-2 {
  color: var(--dark);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-3 {
  color: var(--dark);
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 15px;
}

.submit-button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  padding: 10px 35px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
}

.submit-button:hover {
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--dark);
}

.field-label {
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.select-field {
  border: .5px solid var(--dark);
  background-color: var(--white);
  color: #8d8d8d;
  height: 45px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 14px;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.textarea {
  border: .5px solid var(--dark);
  color: #8d8d8d;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 14px;
}

.div-block-19 {
  background-color: var(--dark);
  color: var(--dark);
  width: 1px;
}

.home_1 {
  grid-row-gap: 0px;
  background-image: linear-gradient(#0003, #0003), url('../images/Portada_1080.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.section_precios {
  grid-row-gap: 50px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: none;
  display: flex;
}

.container_bloque {
  grid-column-gap: 150px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.heading-3-weddings {
  color: #493e3e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IvyPresto Text, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 65.52px;
  text-decoration: none;
}

.desde-los-1000 {
  color: #6a5959;
  text-align: center;
  letter-spacing: -.416px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.2px;
  text-decoration: none;
}

.cada-boda-es-una-historia-irrepetible-mi-objetivo-es-capturar-la-esencia-de-tu-da-con-una-mirada-cin {
  color: var(--dark);
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
  text-decoration: none;
}

.ultimos-films {
  color: #000;
  letter-spacing: -.416px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.2px;
  text-decoration: underline;
}

.consulta-disponibilidad {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container_img {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.desde-los-300 {
  color: #6a5959;
  text-align: center;
  letter-spacing: -.416px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.2px;
  text-decoration: none;
}

.ya-sea-una-propuesta-un-aniversario-o-simplemente-el-deseo-de-inmortalizar-el-amor-las-sesiones-son {
  color: var(--dark);
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
  text-decoration: none;
}

.desde-los-1600 {
  color: #6a5959;
  text-align: center;
  letter-spacing: -.416px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.2px;
  text-decoration: none;
}

.cuando-imagen-y-sonido-se-unen-la-magia-se-multiplica-este-servicio-es-ideal-para-quienes-quieren-re {
  color: var(--dark);
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
  text-decoration: none;
}

.section_proximospasos {
  grid-row-gap: 50px;
  background-color: #eaebe8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.frame-13 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.prximos-pasos {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 57px;
  text-decoration: none;
}

.frame-14 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.frame-15 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 162px;
  display: flex;
}

.frame-16 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 190px;
  text-decoration: none;
  display: flex;
}

.el-primer-paso-es-llenar-el-formulario-en-el-sitio-web-con-los-detalles-de-tu-celebracin-me-pondr-en, .agendaremos-una-videollamada-o-llamada-telefnica-para-hablar-sobre-tu-historia-lo-que-quieres-contar {
  color: #6d6363;
  letter-spacing: -.416px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.2px;
  text-decoration: none;
}

.reservar-una-llamada {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.una-vez-que-hayas-elegido-tu-paquete-y-fecha-cerraremos-los-detalles-y-comenzaremos-a-trabajar-en-tu {
  color: #6d6363;
  letter-spacing: -.416px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.2px;
  text-decoration: none;
}

.preguntar {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.contacto-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ginger, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
  text-decoration: none;
}

.container_text-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-style-5 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62.59px;
  padding-left: 20.8px;
  padding-right: 20.8px;
  display: flex;
}

.container_img-2 {
  grid-column-gap: 10px;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/parra_inversion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  height: 401.64px;
  min-height: 401.64px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container_text-4 {
  grid-row-gap: 30px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 50px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style-6 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62.59px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.frame-16-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.body-5 {
  background-color: var(--dark);
  color: var(--dark);
}

.div-block-21 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.button-3, .button-4 {
  background-color: #3898ec00;
}

.button-5 {
  background-color: var(--dark);
  letter-spacing: 2px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  display: flex;
}

.button-5:hover {
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--dark);
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.link-3 {
  color: var(--dark);
  text-underline-offset: 4px;
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 21px;
  line-height: 31px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  max-width: none;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-3 {
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.text-block-2, .heading-4 {
  font-family: Jen Wagner Essential Sans, Arial, sans-serif;
}

.container_politics {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 250px;
  text-decoration: none;
  display: flex;
}

.frame-29 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.poltica-de-privacidad {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 50px;
  text-decoration: none;
}

.frame-30 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.esta-pgina-web-es-un-portafolio-personal-gestionado-por-ernesto-rodriguez-martinez-cuyo-objetivo-es {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._1-informacin-que-puedo-recopilar {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.al-visitar-esta-web-puedo-recopilar-algunos-datos-no-personales-como-direccin-ip-y-localizacin-aprox {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._2-uso-de-la-informacin {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.la-informacin-recopilada-se-usa-nicamente-para-entender-mejor-cmo-los-visitantes-usan-esta-web-comun {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._3-cookies {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.este-sitio-puede-usar-cookies-para-funciones-bsicas-o-para-analizar-el-trfico-puedes-desactivarlas-e {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._4-enlaces-a-terceros {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.este-sitio-puede-contener-enlaces-a-plataformas-externas-como-behance-instagram-u-otros-portafolios {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._5-seguridad {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.hago-todo-lo-razonablemente-posible-para-proteger-tu-informacin-aunque-debes-saber-que-ningn-sistema {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._6-derechos-del-usuario-si-ests-en-la-ue {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.si-te-encuentras-en-la-unin-europea-tienes-derecho-a-acceder-corregir-o-eliminar-tus-datos-personale {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._7-cambios-en-esta-poltica {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.esta-poltica-de-privacidad-puede-actualizarse-ocasionalmente-para-reflejar-cambios-legales-o-tcnicos {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

._8-contacto {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.si-tienes-preguntas-sobre-esta-poltica-de-privacidad-puedes-escribirme-a-ernes1412hotmailcom {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Essential Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.frame-9-2 {
  padding: 3px;
  overflow: hidden;
}

.body-6 {
  background-color: var(--dark);
}

.div-block-27 {
  z-index: auto;
  background-color: var(--dark);
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-8 {
  max-width: 700px;
}

.image-9 {
  width: 100%;
  max-width: 250px;
}

.image-10, .image-11 {
  max-width: 750px;
}

.image-12 {
  max-height: 750px;
}

.image-13 {
  max-width: 750px;
}

.lottie-animation-2 {
  max-width: 800px;
}

.lottie-animation-3 {
  max-width: 75px;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.lottie-animation-4 {
  max-width: 25px;
  height: 100%;
}

.p_hover_film {
  color: var(--white);
  letter-spacing: 3px;
  margin-bottom: 0;
}

.link-block-3, .link-block-4 {
  width: 100%;
  text-decoration: none;
}

.arrow_text_line {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.arrow_text_dark {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
  padding-bottom: 0;
}

.lottie-animation-5 {
  max-width: 100px;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-29 {
  background-color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.cursor {
  background-color: #dadada;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding-left: 0;
  padding-right: 0;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  opacity: 0;
  color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 4px;
  line-height: 10px;
  display: flex;
}

.div-block-30 {
  height: 35px;
}

.background-video-2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 1920px) {
  .logo_dark-1 {
    box-sizing: border-box;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .section3 {
    z-index: 0;
    position: relative;
    bottom: auto;
    overflow: hidden;
  }

  .container_section5 {
    border-width: 1px;
  }

  .section6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-color: var(--dark);
  }

  .link-style-2, .link-style-2:hover {
    border-width: 0;
  }

  .image_13 {
    width: 100%;
    max-width: none;
  }

  .image_9, .image_16, .image_14, .image_18, .image_6, .image_15, .image_11, .image_1, .image_3, .image_8, .image_7, .image_17 {
    width: 100%;
  }

  .div-block-4 {
    text-align: center;
  }

  .quick-stack {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .image-4 {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: fill;
    flex: 0 auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .button_sincaja-back {
    text-decoration: none;
  }

  .text-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cuntanos-un-poco-sobre-ti-y-nos-pondremos-en-contacto-contigo-pronto-ya-sea-en-espaa-o-en-cualquier {
    max-width: 850px;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .form-block {
    width: auto;
    max-width: none;
  }

  .form {
    max-width: none;
  }

  .div-block-16 {
    width: 40%;
  }

  .submit-button {
    max-width: none;
    padding: 12px 45px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home_1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_precios {
    justify-content: flex-start;
    align-items: center;
  }

  .container_bloque {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ya-sea-una-propuesta-un-aniversario-o-simplemente-el-deseo-de-inmortalizar-el-amor-las-sesiones-son {
    text-align: center;
  }

  .section_proximospasos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .frame-14 {
    align-items: stretch;
  }

  .frame-16 {
    height: 150px;
  }

  .text-5 {
    height: 100%;
  }

  .container_text-3 {
    grid-row-gap: 30px;
    max-width: 400px;
  }

  .container_text-4 {
    height: auto;
  }

  .frame-16-2 {
    height: 150px;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-21.container_img_inversion_inverso {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-23 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }

  .div-block-24 {
    font-size: 18px;
  }

  .link-3 {
    color: var(--dark);
    text-underline-offset: 4px;
    font-family: Jen Wagner Essential Sans, Arial, sans-serif;
    font-size: 21px;
    line-height: 31px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

  .div-block-25 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-26 {
    width: 50%;
  }

  .utility-page-wrap {
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    width: 100%;
    max-width: 350px;
  }

  .arrow_text_line {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1px;
    display: flex;
  }

  .cursor {
    background-color: #dadada;
    width: 25px;
    height: 25px;
  }

  .text-block-3 {
    opacity: 0;
    display: flex;
  }

  .cell-4 {
    display: flex;
  }

  .background-video-2 {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .menu_home_prototipado {
    max-width: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    display: none;
  }

  .container {
    grid-column-gap: 4%;
    width: 100%;
  }

  .home.text_menu_tablet, .acerca-de, .films, .inversin, .contacto {
    font-size: 12px;
  }

  .redes {
    display: none;
  }

  .container_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenido {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .conatiner_izq {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container_dcha {
    max-width: 450px;
  }

  .menu {
    max-width: none;
    font-size: 12px;
  }

  .section3 {
    height: auto;
    min-height: auto;
  }

  .no-sabamos-cunto-significara-tener-un-video-hasta-que-lo-vimos-por-primera-vez-cada-mirada-cada-gest {
    font-size: 14px;
    font-weight: 400;
  }

  .section4, .frame-20 {
    height: auto;
  }

  .container_meet {
    grid-row-gap: 50px;
    flex-flow: column-reverse;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .container_izq {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .soy-videgrafo-de-bodas-y-mi-objetivo-es-capturar-historias-reales-con-una-mirada-cinematogrfica-me-i {
    text-align: center;
  }

  .section5 {
    height: auto;
  }

  .container_section5 {
    height: auto;
    padding: 100px 40px;
  }

  .titles {
    grid-row-gap: 20px;
    height: auto;
  }

  .heading-2 {
    height: auto;
  }

  .gif1 {
    width: 100%;
  }

  .section6 {
    min-height: auto;
  }

  .container_footer {
    grid-row-gap: 15px;
    padding: 25px 40px;
  }

  .contamos-historias-reales, .inmortalizamos-recuerdos {
    font-size: 12px;
  }

  .frame-8, .frame-9 {
    width: auto;
  }

  .copyright-2025-weddingbyernest.link_text_footer {
    font-size: 12px;
  }

  .frame-10 {
    width: auto;
  }

  .container_text-2 {
    max-height: none;
    padding: 60px 40px;
  }

  .container_dcha-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-1-2 {
    justify-content: center;
    align-items: center;
  }

  .container-5 {
    padding: 20px;
  }

  .section_collage {
    padding-top: 20px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .arrow_shortmedio {
    width: 80%;
    max-width: none;
  }

  .quick-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    width: auto;
    max-width: 400px;
  }

  .image-2 {
    max-width: 35px;
    font-size: 14px;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quick-stack-4 {
    text-align: left;
    position: relative;
  }

  .quick-stack-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link.link_text_menu, .link-2.link_text_footer {
    font-size: 12px;
  }

  .section_films {
    padding: 60px 20px;
  }

  .container_bloques {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-style {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .camilo-y-daniela {
    letter-spacing: normal;
    font-size: 18px;
    line-height: 25px;
  }

  .h3-style {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .historia-boda {
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 300;
  }

  .evelyn-y-ronald {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }

  .boda {
    font-size: 15px;
    font-weight: 300;
  }

  .darwin-y-daniela, .ivan-y-melisa {
    font-size: 18px;
    line-height: 25px;
  }

  .background {
    grid-row-gap: 0px;
    min-height: auto;
    padding: 50px;
  }

  .listo-para-empezar {
    font-size: 18px;
  }

  .hagamos-t-pelcula {
    font-size: 50px;
  }

  .contacta {
    font-size: 18px;
  }

  .container_izq-2 {
    grid-row-gap: 0px;
    width: 35%;
    padding-top: 0;
  }

  .container_dcha-3 {
    width: 65%;
    height: auto;
  }

  .h3-style-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-12 {
    padding-top: 40px;
  }

  .image-6 {
    width: 100%;
  }

  .paragraph-3 {
    font-family: Jen Wagner Essential Sans Hairline, Arial, sans-serif;
    font-size: 12px;
  }

  .button_sincaja-back {
    font-size: 18px;
    line-height: 30px;
  }

  .home_2-2 {
    background-position: 0 0, 50%;
  }

  .text-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .home_2-3 {
    min-height: auto;
  }

  .section-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .div-block-14 {
    width: 100%;
    display: none;
  }

  .form-block {
    width: 100%;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container_bloque {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .container_bloque.invers {
    flex-flow: column-reverse;
  }

  .heading-3-weddings {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-3-weddings.headingh3_cards_proximos {
    font-size: 30px;
    line-height: 30px;
  }

  .cada-boda-es-una-historia-irrepetible-mi-objetivo-es-capturar-la-esencia-de-tu-da-con-una-mirada-cin {
    text-align: center;
  }

  .container_img {
    max-width: 500px;
  }

  .cuando-imagen-y-sonido-se-unen-la-magia-se-multiplica-este-servicio-es-ideal-para-quienes-quieren-re {
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
  }

  .section_proximospasos {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .prximos-pasos {
    font-size: 50px;
  }

  .frame-14 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-15 {
    height: 80px;
  }

  .frame-16 {
    max-width: 250px;
    height: 100px;
  }

  .el-primer-paso-es-llenar-el-formulario-en-el-sitio-web-con-los-detalles-de-tu-celebracin-me-pondr-en {
    font-size: 12px;
    line-height: 20px;
  }

  .agendaremos-una-videollamada-o-llamada-telefnica-para-hablar-sobre-tu-historia-lo-que-quieres-contar {
    text-align: center;
    letter-spacing: 0;
    max-width: none;
    font-size: 12px;
    line-height: 20px;
  }

  .una-vez-que-hayas-elegido-tu-paquete-y-fecha-cerraremos-los-detalles-y-comenzaremos-a-trabajar-en-tu {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .container_text-3 {
    grid-row-gap: 20px;
  }

  .text-6 {
    grid-row-gap: 5px;
  }

  .container_img-2 {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    height: auto;
    min-height: auto;
  }

  .container_text-4 {
    grid-row-gap: 20px;
    max-width: 450px;
    padding: 40px 20px;
  }

  .text-7 {
    grid-row-gap: 20px;
  }

  .frame-16-2 {
    max-width: 250px;
    height: 100px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-5 {
    text-align: center;
    max-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .div-block-22 {
    display: flex;
  }

  .div-block-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-7 {
    max-width: 500px;
  }

  .container_politics {
    padding: 40px 60px 60px;
    font-size: 20px;
    line-height: 40px;
  }

  .frame-29 {
    justify-content: flex-start;
    align-items: center;
  }

  .poltica-de-privacidad {
    width: auto;
    font-size: 30px;
  }

  .esta-pgina-web-es-un-portafolio-personal-gestionado-por-ernesto-rodriguez-martinez-cuyo-objetivo-es {
    font-size: 10px;
    line-height: 16px;
  }

  ._1-informacin-que-puedo-recopilar {
    font-size: 20px;
    line-height: 40px;
  }

  .al-visitar-esta-web-puedo-recopilar-algunos-datos-no-personales-como-direccin-ip-y-localizacin-aprox {
    font-size: 10px;
    line-height: 15px;
  }

  ._2-uso-de-la-informacin {
    font-size: 20px;
    line-height: 40px;
  }

  .la-informacin-recopilada-se-usa-nicamente-para-entender-mejor-cmo-los-visitantes-usan-esta-web-comun {
    font-size: 10px;
    line-height: 15px;
  }

  ._3-cookies {
    font-size: 20px;
    line-height: 40px;
  }

  .este-sitio-puede-usar-cookies-para-funciones-bsicas-o-para-analizar-el-trfico-puedes-desactivarlas-e {
    font-size: 10px;
    line-height: 15px;
  }

  ._4-enlaces-a-terceros {
    font-size: 20px;
    line-height: 40px;
  }

  .este-sitio-puede-contener-enlaces-a-plataformas-externas-como-behance-instagram-u-otros-portafolios {
    font-size: 10px;
    line-height: 15px;
  }

  ._5-seguridad {
    font-size: 20px;
    line-height: 40px;
  }

  .hago-todo-lo-razonablemente-posible-para-proteger-tu-informacin-aunque-debes-saber-que-ningn-sistema {
    font-size: 10px;
    line-height: 15px;
  }

  ._6-derechos-del-usuario-si-ests-en-la-ue {
    font-size: 20px;
    line-height: 40px;
  }

  .si-te-encuentras-en-la-unin-europea-tienes-derecho-a-acceder-corregir-o-eliminar-tus-datos-personale {
    font-size: 10px;
    line-height: 15px;
  }

  ._7-cambios-en-esta-poltica {
    font-size: 20px;
    line-height: 40px;
  }

  .esta-poltica-de-privacidad-puede-actualizarse-ocasionalmente-para-reflejar-cambios-legales-o-tcnicos {
    font-size: 10px;
    line-height: 15px;
  }

  ._8-contacto {
    font-size: 20px;
    line-height: 40px;
  }

  .si-tienes-preguntas-sobre-esta-poltica-de-privacidad-puedes-escribirme-a-ernes1412hotmailcom {
    font-size: 10px;
    line-height: 15px;
  }

  .image-10, .image-11, .image-13 {
    width: 100%;
  }

  .cursor-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu_home_prototipado {
    display: none;
    position: static;
  }

  .container_text {
    height: 100vh;
  }

  .fotografo-y-filmmaker {
    text-align: center;
  }

  .aqu-encontrars-una-seleccin-de-pelculas-que-he-creado-para-parejas-que-confiaron-en-mi-forma-de-ver {
    letter-spacing: 0;
    font-size: 9px;
    line-height: 14px;
  }

  .gif1 {
    width: 100%;
  }

  .contamos-historias-reales, .inmortalizamos-recuerdos {
    font-family: Jen Wagner Essential Sans Hairline, Arial, sans-serif;
    font-size: 10px;
    font-weight: 200;
  }

  .copyright-2025-weddingbyernest.link_text_footer {
    font-family: Jen Wagner Essential Sans Hairline, Arial, sans-serif;
    font-size: 10px;
  }

  .container-5 {
    max-height: none;
  }

  .heading-1-3 {
    height: auto;
  }

  .link-2.link_text_footer {
    font-family: Jen Wagner Essential Sans Hairline, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .menu_home_mobile_protipado {
    display: none;
    position: fixed;
  }

  .menu-2 {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-right: 20px;
    font-size: 10px;
    display: flex;
  }

  .image-3 {
    width: 100%;
    max-width: 0%;
  }

  .menu_hamburguesa {
    height: 100vh;
    display: none;
  }

  .contenedor_background_img {
    height: 100vh;
  }

  .container_links {
    grid-row-gap: 30px;
    height: 90%;
  }

  .menu-3 {
    padding-right: 10px;
    display: flex;
  }

  .home-4, .acerca-de-4, .films-5, .inversin-3 {
    font-size: 14px;
  }

  .contacto-4 {
    font-size: 12px;
  }

  .redes-2 {
    height: 10%;
  }

  .navbar {
    background-color: #ddd0;
    background-image: linear-gradient(180deg, var(--dark), #fff0);
    display: block;
    position: fixed;
  }

  .brand {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .image-5 {
    width: 50px;
  }

  .container-7 {
    height: 55px;
  }

  .menu-button {
    z-index: 1;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--dark);
  }

  .nav-menu {
    background-color: var(--dark);
    height: auto;
    position: fixed;
    inset: 0%;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .text-block {
    color: var(--white);
    letter-spacing: 3px;
    font-family: Jen Wagner Essential Sans Hairline, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    text-decoration: none;
  }

  .link-block {
    color: var(--dark);
    text-decoration: none;
  }

  .div-block-7 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    display: flex;
  }

  .div-block-8 {
    height: 100%;
    padding: 15px;
    display: block;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .lottie-animation {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .home_2 {
    background-image: linear-gradient(#0003, #0003), url('../images/portadas_fijas_0002_DSC04443.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 50vh;
  }

  .container_bloques {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .listo-para-empezar {
    font-size: 12px;
  }

  .hagamos-t-pelcula {
    font-size: 35px;
  }

  .contacta {
    font-size: 12px;
  }

  .titles-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contamos-tu-historia-con-un-compromiso-absoluto-con-la-calidad-2 {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .container_izq-2, .container_dcha-3 {
    width: 100%;
  }

  .container_bloques_inverso {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px 10px;
    display: flex;
  }

  .button_sincaja-back {
    font-size: 15px;
  }

  .img_grande {
    justify-content: center;
    align-items: center;
  }

  .soy-ernesto-r, .fotgrafo-y-filmmaker {
    text-align: center;
  }

  .home_2-2 {
    height: 50vh;
  }

  .text-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .container_bloques-2 {
    grid-row-gap: 50px;
    flex-flow: column-reverse;
    padding: 75px 20px;
  }

  .container_izq-3 {
    width: 100%;
  }

  .container_dcha-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home_2-3 {
    height: 50vh;
    min-height: auto;
  }

  .container_bloque {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3-weddings {
    font-size: 35px;
  }

  .heading-3-weddings.headingh3_cards_proximos {
    font-size: 25px;
  }

  .desde-los-1000 {
    font-size: 15px;
  }

  .cada-boda-es-una-historia-irrepetible-mi-objetivo-es-capturar-la-esencia-de-tu-da-con-una-mirada-cin {
    font-size: 10px;
    line-height: 15px;
  }

  .desde-los-300 {
    font-size: 15px;
    line-height: 15px;
  }

  .ya-sea-una-propuesta-un-aniversario-o-simplemente-el-deseo-de-inmortalizar-el-amor-las-sesiones-son {
    text-align: center;
    font-size: 10px;
    line-height: 15px;
  }

  .desde-los-1600 {
    font-size: 15px;
    line-height: 15px;
  }

  .cuando-imagen-y-sonido-se-unen-la-magia-se-multiplica-este-servicio-es-ideal-para-quienes-quieren-re {
    font-size: 10px;
    line-height: 15px;
  }

  .frame-13 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .prximos-pasos {
    font-size: 35px;
  }

  .text-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_text-3 {
    grid-row-gap: 15px;
  }

  .text-6 {
    grid-row-gap: 10px;
  }

  .button-5 {
    width: auto;
    padding: 15px 30px;
    font-size: 10px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-3 {
    font-size: 15px;
  }

  .container_politics {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    max-width: 250px;
  }

  .image-10, .image-11, .image-13 {
    width: 100%;
  }

  .lottie-animation-4 {
    max-width: 20px;
  }

  .p_hover_film {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .home_portada {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .container_text {
    grid-row-gap: 0px;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 0;
    display: flex;
  }

  .contenido {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .frame-19 {
    padding-bottom: 0;
  }

  .inolvidable {
    font-size: 50px;
  }

  .cada-pareja-tiene-una-historia-nica-ms-que-documentar-un-da-busco-capturar-la-esencia-de-un-momento {
    letter-spacing: 0;
    font-size: 9px;
    line-height: 14px;
  }

  .button_conbordes {
    padding: 10px 25px;
    font-size: 10px;
  }

  .logo-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text {
    grid-row-gap: 20px;
  }

  .revivimos-nuestro-da-una-y-otra-vez {
    font-size: 25px;
  }

  .no-sabamos-cunto-significara-tener-un-video-hasta-que-lo-vimos-por-primera-vez-cada-mirada-cada-gest {
    font-size: 9px;
    line-height: 14px;
  }

  .laura-y-andrs {
    font-size: 12px;
  }

  .frame-20, .container_meet {
    padding: 10px;
  }

  .container_izq {
    padding-left: 10px;
    padding-right: 10px;
  }

  .conoceme {
    text-align: center;
    width: auto;
    font-size: 50px;
  }

  .soy-videgrafo-de-bodas-y-mi-objetivo-es-capturar-historias-reales-con-una-mirada-cinematogrfica-me-i {
    font-size: 9px;
    line-height: 14px;
  }

  .container_section5 {
    padding: 60px 20px;
  }

  .titles {
    grid-row-gap: 15px;
  }

  .contamos-tu-historia-con-un-compromiso-absoluto-con-la-calidad {
    font-size: 10px;
    line-height: 14px;
  }

  .aqu-encontrars-una-seleccin-de-pelculas-que-he-creado-para-parejas-que-confiaron-en-mi-forma-de-ver {
    font-size: 9px;
    line-height: 14px;
  }

  .camilo-y-daniela---valencia-es, .evelyn-y-ronald---girona-es, .darwin-y-daniela---barcelona-es {
    font-size: 10px;
  }

  .section6 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .ests-listo-para-tener-tu-propia-pelicula-de-boda {
    font-size: 25px;
    line-height: 40px;
  }

  .container_footer {
    padding: 15px;
  }

  .contamos-historias-reales {
    font-size: 10px;
    line-height: 15px;
    display: none;
  }

  .inmortalizamos-recuerdos {
    display: none;
  }

  .copyright-2025-weddingbyernest.link_text_footer {
    font-size: 9px;
    line-height: 15px;
  }

  .container_text-2 {
    padding: 20px;
  }

  .container_dcha-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .films-3 {
    font-size: 50px;
  }

  .container-5 {
    grid-row-gap: 15px;
  }

  .background-video {
    height: 100%;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .image {
    width: 100%;
  }

  .quick-stack-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-2 {
    font-size: 10px;
  }

  .button_conbordes_sinback {
    padding: 10px 25px;
    font-size: 10px;
  }

  .link-2.link_text_footer {
    font-size: 9px;
    line-height: 14px;
  }

  .image-4 {
    max-width: 50px;
  }

  .navbar {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: sticky;
  }

  .nav-menu {
    z-index: auto;
    height: 100vh;
  }

  .section_films {
    padding: 40px 10px;
  }

  .section_morefilms {
    grid-row-gap: 0px;
  }

  .background {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .listo-para-empezar {
    line-height: 35px;
  }

  .hagamos-t-pelcula {
    font-size: 25px;
    line-height: 35px;
  }

  .contacta {
    line-height: 35px;
  }

  .h1_portadas {
    height: auto;
    line-height: 0;
  }

  .films-6 {
    font-size: 50px;
    line-height: 50px;
  }

  .titles-2 {
    padding: 0;
  }

  .contamos-tu-historia-con-un-compromiso-absoluto-con-la-calidad-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-1-5 {
    width: auto;
    height: auto;
    line-height: 10px;
  }

  .img_grande {
    height: auto;
  }

  .soy-ernesto-r {
    font-size: 35px;
  }

  .fotgrafo-y-filmmaker {
    font-size: 15px;
  }

  .soy-ernesto-videgrafo-de-historias-reales-mi-enfoque-nace-de-una-idea-simple-cada-pareja-tiene-una-h {
    letter-spacing: .5px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container_bloques-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container_dcha-4 {
    grid-row-gap: 25px;
  }

  .title-style {
    grid-row-gap: 0px;
  }

  .trabajemos-juntos {
    font-size: 30px;
  }

  .cuntanos-un-poco-sobre-ti-y-nos-pondremos-en-contacto-contigo-pronto-ya-sea-en-espaa-o-en-cualquier {
    letter-spacing: .5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 9px;
    line-height: 13px;
  }

  .home_2-3 {
    min-height: auto;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
  }

  .text-field {
    font-size: 12px;
  }

  .div-block-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button, .field-label {
    font-size: 13px;
  }

  .select-field, .textarea {
    font-size: 12px;
  }

  .heading-3-weddings {
    font-size: 35px;
  }

  .desde-los-1000 {
    font-size: 15px;
  }

  .cada-boda-es-una-historia-irrepetible-mi-objetivo-es-capturar-la-esencia-de-tu-da-con-una-mirada-cin {
    font-size: 10px;
  }

  .container_img {
    padding: 0;
  }

  .frame-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacto-5 {
    font-size: 50px;
    overflow: visible;
  }

  .div-block-21 {
    padding: 0;
  }

  .frame-29 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .poltica-de-privacidad {
    font-size: 20px;
  }

  ._1-informacin-que-puedo-recopilar, ._2-uso-de-la-informacin, ._3-cookies, ._4-enlaces-a-terceros, ._5-seguridad, ._6-derechos-del-usuario-si-ests-en-la-ue, ._7-cambios-en-esta-poltica, ._8-contacto {
    font-size: 15px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .div-block-28 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    max-width: 150px;
  }

  .lottie-animation-4 {
    max-width: 15px;
  }

  .p_hover_film {
    font-size: 6px;
  }

  .background-video-2 {
    height: auto;
  }
}

#w-node-ab94b55b-1aa0-2eeb-c60e-3f913513bf0f-3513bf02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-b2116289-32cc-291c-ed63-a6673a684999-3a684998 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-b2116289-32cc-291c-ed63-a6673a684999-3a684998 {
    display: grid;
  }
}


@font-face {
  font-family: 'Ginger';
  src: url('../fonts/Ginger.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans Hairline';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Hairline.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-ExtraBold-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans Hairline';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Hairline-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jen Wagner Essential Sans';
  src: url('../fonts/Jen-Wagner-Essential-Sans-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Antura Script';
  src: url('../fonts/Antura-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ✅ Evita que se muestre el botón de reproducción en móviles */
.background-video video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.background-video video::-webkit-media-controls {
  display: none !important;
}

.background-video video {
  pointer-events: none;
}
