@font-face {
  font-family: "UbuntuBold";
  src: url("../fonts/Ubuntu-B.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "UbuntuReg";
  src: url("../fonts/Ubuntu-R.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "LoraVariable";
  src: url("../fonts/Lora-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}

.banner {
  background: #c4161c;
  color: white;
  font-family: "Pacifico", cursive;
  font-size: 40px;
  padding: 30px 60px;
  text-align: center;

  border-bottom-left-radius: 80% 40px;
  border-bottom-right-radius: 80% 40px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: #1a1d56;
}

body {
  color: #333;
  background: #eaf6fe url("../img/Corazones.svg");
}

/* Contenedor principal de toda la web */
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.top-menu {
  background: #202255;
  width: 100%;
  display: flex;
  justify-content: center;
}

.menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  width: 80%;
  height: 96px;
  max-width: 1400px;
}

.menu li {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  text-align: center;
}

.menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
}

.menu li img {
  max-width: 150px;
  position: relative;
  top: 64px;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  margin-bottom: 15%;
  z-index: -1;
}

.img-header {
  height: 950px;
  overflow: hidden;
  width: 100%;
}

.img-header img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
}

.img-header-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(66%);
  pointer-events: none;
}

.img-header-2 img {
  width: 100%;
  display: block;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 3;
}

.content h1 {
  max-width: 40dvw;
  font-family: "LoraVariable", sans-serif;
}

.content h1 a {
  color: #1a1d56;
  font-family: "LoraVariable", sans-serif;
}

.content h1 a:visited {
  color: #1a1d56;
  font-family: "LoraVariable", sans-serif;
}

.content p {
  max-width: 25dvw;
  font-family: "UbuntuReg", sans-serif !important;
}

.content .btn {
  text-decoration: none;
  color: white;
  background-color: #202255;
  padding: 15px 40px;
  border-radius: 50%;
  font-weight: bold;
  transition: transform 0.3s ease;
  display: inline-block;
}

.content .btn:hover {
  transform: scale(1.05);
}

.imgs-content {
  position: absolute;
  top: 20px;
  transform: translateX(-10%);
  z-index: -1;
}

.img-content-heart img {
  max-width: 1200px;
}

.img-content-strawberries {
  position: relative;
  top: -620px;
  left: 35%;
}

.img-content-strawberries img {
  max-width: 500px;
}

.img-content-strawberries-2 {
  margin-top: 500px;
  background: url("../img/Linea_2.svg");
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.img-content-strawberries-2 img {
  max-width: 15dvw;
}

.bottom-banner {
  display: flex;
}

.banner-text {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  padding: 100px;
}

.banner-text h2 {
  font-size: 32px;
  width: 60%;
  text-align: center;
  font-family: "LoraVariable", sans-serif;
}

.banner-text span {
  margin-top: 30px;
  font-size: 25px;
  width: 60%;
  text-align: center;
  font-family: "LoraVariable", sans-serif;
  font-weight: bold;
}

.banner-text ol {
  width: 50%;
  text-align: left;
  font-family: "UbuntuReg", sans-serif !important;
}

.banner-imgs {
  position: relative;
  top: -150px;
}

.banner-imgs img {
  display: block;
  max-width: 350px;
  height: auto;
  position: relative;
}

.banner-imgs img:nth-child(2) {
  max-width: 300px;
  position: absolute;
  top: 81px;
  left: 145px;
  z-index: 2;
}

.img-separator {
  display: flex;
  justify-content: space-evenly;
  background: url("../img/Linea_1.svg");
}

.img-separator img {
  width: 20%;
  height: 40%;
}

footer {
  background-color: #1a1d56;
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0;
  color: #ffffff;
  align-items: center;
}

footer .column span img {
  width: 100%;
}

footer li {
  list-style: none;
  margin-top: 10px;
  font-size: 15px;
}

footer a {
  text-decoration: none;
  color: white;
}

footer a:visited {
  text-decoration: none;
  color: white;
}

footer .column .email {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

footer .column .email p {
  color: white;
}

footer .column .rrss {
  margin-top: 30px;
}

footer .column .rrss ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style: none;
}

footer .column .rrss ul li {
  display: inline-block;
  width: 35px;
}

footer .column .rrss img {
  max-width: 35px;
  filter: invert();
  display: block;
}

.img-separator-mobile {
  display: none;
}

/* Formulario */

.form {
  margin: 100px 0;
  display: flex;
  position: relative;
}

.imgs-form {
  display: none;
}

.typeform {
  width: 100%;
}

.form .column {
  flex: 1;
}

.form .column:nth-child(2) {
  flex: 2;
  border: 1px solid #1a1d56;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px;
}

.form .column:nth-child(2) h2 {
  font-size: 30px;
  font-family: "LoraVariable", sans-serif;
}

.form .column:nth-child(1) img:nth-child(1) {
  position: relative;
  bottom: -400px;
  left: 100px;
}

.form .column:nth-child(1) img:nth-child(2) {
  bottom: -350px;
  position: relative;
  left: 250px;
}

.form .column img {
  max-width: 100%;
  height: auto;
  display: block;
}

.artikel-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.artikel-icons span {
  font-size: 20px;
  font-family: "UbuntuBold", sans-serif;
  margin-right: 40px;
}

.artikel-icons ul li {
  display: inline-block;
  width: 35px;
}

.artikel-icons svg {
  max-width: 30px;
  fill: #1a1d56;
  display: block;
  font-size: 10px;
}

.menu-mobile-bar {
  display: none;
  width: 100%;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
}

.logo-mobile {
  max-width: 150px;
}

.hamburger {
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger span {
  height: 3px;
  background: white;
  width: 100%;
  display: block;
}

/* Media Queries*/

@media (max-width: 1919px) and (min-width: 1368px) {
  .menu {
    width: 90%;
  }

  .img-header {
    height: 820px;
  }

  .content h1 {
    max-width: 50vw;
    font-size: 34px;
  }

  .content p {
    max-width: 40vw;
    font-family: "UbuntuReg", sans-serif !important;
  }

  .img-content-heart img {
    max-width: 900px;
  }

  .img-content-strawberries {
    top: -460px;
    text-align: right;
    left: 130px;
  }

  .img-content-strawberries img {
    max-width: 450px;
  }

  .img-content-strawberries-2 {
    margin-top: 360px;
  }

  .form .column:nth-child(1) img:nth-child(2) {
    width: 60%;
    bottom: -140px;
    left: 190px;
  }

  .form .column:nth-child(1) img:nth-child(1) {
    bottom: -120px;
    width: 40%;
  }

  .banner-text {
    padding: 80px;
  }

  .banner-text h2,
  .banner-text span {
    width: 70%;
  }

  .banner-imgs img {
    max-width: 320px;
  }

  .banner-imgs img:nth-child(2) {
    max-width: 280px;
    top: 90px;
    left: 130px;
  }
}

@media (max-width: 1367px) and (min-width: 972px) {
  .menu {
    width: 95%;
  }

  .img-header {
    height: 680px;
  }

  .content h1 {
    max-width: 65vw;
    font-size: 30px;
  }

  .content p {
    max-width: 55vw;
  }

  .imgs-content {
    top: 75px;
  }

  .img-content-heart img {
    max-width: 65dvw;
  }

  .img-content-strawberries img {
    max-width: 350px;
  }

  .img-content-strawberries {
    top: -345px;
    left: 110px;
    text-align: right;
  }

  .img-content-strawberries-2 {
    margin-top: 320px;
  }

  .banner-imgs img {
    max-width: 300px;
  }
  .banner-imgs img:nth-child(2) {
    max-width: 250px;
  }

  .banner-text {
    padding: 40px 20px;
  }

  .banner-text h2,
  .banner-text span {
    width: 85%;
  }

  .form .column:nth-child(1) img:nth-child(1) {
    bottom: -100px;
    left: 50px;
    width: 40%;
  }

  .form .column:nth-child(1) img:nth-child(2) {
    bottom: -150px;
    left: 150px;
    width: 60%;
  }
}

@media (max-width: 972px) {
  body {
    overflow-x: hidden;
  }

  .content,
  .bottom-banner,
  .form,
  footer {
    width: 100%;
  }

  .img-separator-mobile {
    display: block;
  }
  .content {
    padding: 0 20px;
  }

  .hero {
    z-index: 1;
  }

  .img-header {
    height: 300px;
  }

  .content {
    margin-bottom: 250px;
  }

  .content .btn {
    padding: 10px 30px;
  }

  .content h1 {
    max-width: 100%;
    font-size: 24px;
  }

  .content p {
    max-width: 100%;
    font-size: 16px;
  }

  .imgs-content {
    transform: none;
    max-width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .img-content-heart img {
    max-width: 90dvw;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .img-content-strawberries {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 25%);
    text-align: right;
    top: unset;
    left: unset;
  }

  .img-content-strawberries img {
    width: 40%;
    height: auto;
  }

  .img-content-strawberries-2 {
    margin-top: -400px;
    background: url("../img/Linea_1.svg");
    background-repeat: no-repeat;
  }

  .img-content-strawberries-2 img {
    max-width: 25dvw;
  }

  .bottom-banner {
    flex-direction: column;
    margin-top: 50px;
  }

  .banner-text {
    width: 100%;
    padding: 40px 50px;
  }

  .banner-imgs {
    display: none;
  }

  .img-separator {
    display: none;
  }

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

  .glide__slide img {
    max-width: 100%;
    width: 400px;
    height: auto;
  }

  .glide {
    max-width: 100%;
    margin: 0 auto;
  }

  .glide__bullet {
    width: 10px;
    height: 10px;
    background: #1a1d56 !important;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.4;
  }

  .glide__bullet--active {
    background: #1a1d56 !important;
    opacity: 1;
  }

  .glide__bullet:hover {
    opacity: 0.7;
  }

  .glide__bullet--active {
    transform: scale(1.2);
  }

  .banner-text h2,
  .banner-text span,
  .banner-text ol {
    width: 100%;
  }

  .form {
    position: relative;
    flex-direction: column;
    gap: 40px;
    padding: 0 50px;
  }

  .form .column:nth-child(2) {
    position: relative;
    padding: 20px;
  }

  .imgs-form img:first-child {
    position: absolute;
    top: 0;
    left: -70px;
    max-width: 80px;
    height: auto;
  }

  /* Tomate en la esquina inferior derecha */
  .imgs-form img:last-child {
    position: absolute;
    bottom: -25px;
    right: -50px;
    max-width: 80px;
    height: auto;
    z-index: 2;
  }

  .imgs-form {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .form .column:nth-child(1) {
    display: none;
  }

  .form .column:nth-child(3) {
    display: none;
  }

  footer {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  footer .column .email {
    align-items: center;
  }

  .menu {
    display: none;
  }

  /* Barra de mobile */
  .menu-mobile-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #202255;
    padding: 15px 20px;
    position: relative;
    height: 80px;
    z-index: 1000;
  }

  .logo-mobile {
    max-width: 150px;
  }

  .hamburger {
    width: 32px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hamburger span {
    height: 3px;
    background: white;
    width: 100%;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Menú overlay */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(32, 34, 85, 0.95);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.4s ease;
    z-index: 999;
  }

  .mobile-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
  }

  .mobile-menu ul li {
    margin: 20px 0;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transition: color 0.2s;
  }

  .mobile-menu.open {
    height: 100vh;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .logo-mobile {
    position: relative;
    left: 50%;
    transform: translate(-50%, 22%);
  }

  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    filter: invert(1) !important;
  }

  .menu-mobile-bar-fixed {
    position: fixed;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #32323a;
  display: none;
  z-index: 9999;
  padding: 30px;
}
.cookie-banner p {
  color: #fff;
  margin: 0 15px 0 0;
  display: inline-block;
}
.cookie-banner p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.cookie-banner button {
  background: #002862;
  color: #fff;
  padding: 20px 20px;
  font-family: "LoraVariable", sans-serif;
  border: none;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  width: 160px;
}

.cookie-banner .buttons-cookie {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  justify-content: right;
}

#typeform-container {
  width: 100%;
}
#politica-cookies {
  display: none;
  position: fixed;
  top: 5%;
  left: 5%;
  right: 5%;
  background: #fff;
  color: #000;
  overflow: auto;
  padding: 40px;
  z-index: 10000;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-height: 90vh;
}
#politica-cookies h2 {
  margin-bottom: 10px;
}
#politica-cookies h3 {
  margin: 20px 0 6px 0;
}
#politica-cookies h4 {
  margin: 6px 0;
}
#politica-cookies ul {
  margin: 10px 40px 20px 40px;
}
#politica-cookies button {
  position: absolute;
  right: 30px;
  top: 20px;
  border: none;
  background: transparent;
  font-size: 28px;
}
