@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/static/Nunito-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/static/Nunito-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/static/Nunito-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: "BarlowCondensed";
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 700;
}

*{
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  background:url("../media/rectangulo-degradado-2025.svg");
  background-repeat: no-repeat;
  background-position: -732px -200px;
  font-family: "Montserrat", arial, "sans-serif";
  font-weight: 400;
  overflow-x: hidden;
}
@media (min-width: 992px){
  body{
     background-position:-553px -172px;
  }
}
@media (min-width: 1280px){
  body{
     background-position:-342px -383px;
  }
}

@media (min-width: 1921px){
  body{
    background: linear-gradient(to bottom, #641C82 0%,#641C82 20%,#ba016a 100%);
  }
  .diagonal-nuestros-productos:before,.diagonal-desktop:before {
    display:none;
  }
  footer{
    background:white;
  }
  .tapa-irene::before{
    display:none !important;
  }
  .header-section .tapa-irene::after{
    background:#6c1a80;
  }
  .diagonal-nuestros-productos .nuestros-productos-section h2{
    color:white;
    text-shadow:none;
  }
}

body, h1, h2, ul, p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}
strong {
  font-weight: 800;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
sup{
  font-size:0.7em;
}

.text-center {
  text-align: center;
}

.d-none {
  display: none !important;
}

.up {
  position: sticky;
  top: 99%;
  z-index: 10;
}
.up img {
  width: unset;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width:992px){
  header .bg-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #641C82;
    height: 90px;
  }
}
header > nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  font-size: 1.5rem;
  z-index: 100;
  position: fixed;
  top: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  header > nav {
    display: none;
  }
}
header > nav .logo img {
  width: 293px;
  height: 32px;
}
@media (max-width: 575px) {
  header > nav .logo img {
    max-width: 240px;
  }
}
header > nav #hamburguesa {
  display: block;
  cursor: pointer;
  z-index: 1;
}
header > nav #hamburguesa .menu-lines .lines {
  width: 38px;
  margin-bottom: 6.66px;
  height: 4px;
  background: #2a4373;
  cursor: pointer;
}
header > nav #hamburguesa .menu-lines .lines:nth-last-child(1) {
  margin-bottom: 0;
}
header > nav #hamburguesa.active .menu-lines .lines {
  background: #FFFFFF;
}
header > nav #hamburguesa.active .menu-lines .lines:nth-child(1) {
  transform: rotate(45deg);
}
header > nav #hamburguesa.active .menu-lines .lines:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -10px;
}
header > nav #hamburguesa.active .menu-lines .lines:nth-last-child(1) {
  display: none;
}
header > nav .menu {
  display: none;
}
header > nav .menu.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}
header > nav .menu.active::before {
  content: "";
  background-image: url("../media/rectangulo-menu.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  z-index: 12;
  width: 250%;
  height: 250%;
  transform: rotate(12deg);
}
header > nav .menu.active ul {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  max-width: 286px;
  width: 100%;
}
header > nav .menu.active li {
  text-align: center;
  padding: 35px 0;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
}
header > nav .menu.active li:last-child {
  border-bottom: 0;
}
header > nav .menu.active li a {
  font: normal normal 700 3.9rem/4rem "BarlowCondensed";
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 991px) {
  .header {
    top: 0;
    margin-top: 92px;
    z-index: 10;
  }
}
.header nav {
  max-width: 1648px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  position: absolute;
  left: 50%;
  top: 21px;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .header nav {
    display: none;
  }
}
.header nav .logo img {
  width: 365px;
  height: auto;
  margin-top: 5px;
}
.header nav .menu {
  list-style: none;
}
.header nav .menu li {
  display: inline-block;
  margin-left: 25px;
}
.header .menu a {
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  font-size: 1.7rem;
  text-decoration: none;
  position: relative;
  margin-top: 18px;
  display: block;
}
.header nav .menu li a:hover {
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 7.5px;
}
.header nav .menu li a:hover::after {
  content: "";
  background-image: url("../media/iconoEscudo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.irene{
  width:100%;
  height:auto;
}
.irene-desktop{
    display:none;
}
@media (min-width:1280px){
  .irene{
    display:none;
  }
  .irene-desktop{
    display:block;
    height:calc(95vh);
    width:100%;
    object-fit:cover;
  }
}
.wrapper-header{
  max-width: 1468px;
  width:94%;
  margin: 0 auto;
  position:relative;
}
.header .header-section .wrapper-header .title-header {
  text-align: center;
  font: normal normal 700 4rem/1 "BarlowCondensed", Arial;
  color: #FFFFFF;
  text-shadow: -3px 3px 0px #641c82;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #c00069;
  max-width:7.8em;
  position:relative;
  top:-2.2em;
  margin: 0 auto -100px auto;
}
.escudo{
  margin:0 auto;
}
.header .header-section .wrapper-header .img-madres-y-defensas img {
  width: 520px;
  height: 496px;
}
@media (min-width: 1025px){
  .header .header-section .wrapper-header .title-header{
    position:absolute;
    max-width:12em;
    font-size:6rem;
    top:-8em;
    left:50%;
    margin-left:-6em;
  }
  .producto-section .wrapper-text{
    padding-top:180px;
  }
}

@media (min-width: 1280px){
  .producto-section .wrapper-text{
    padding-top:0px;
  }
  .header .header-section .wrapper-header .title-header{
    position:absolute;
    padding-top:300px;
    top:-80vh;/*-800px;*/
    text-align:left;
    max-width: 12em;
    margin:0;
    left:0;
  }
  .escudo{
    position: absolute;
    top:0;
    width:330px;
    left:-77px;
  }
  .wrapper-producto{
    padding-top:80px;
  }
  .tapa-irene{
    position: relative;
    z-index:-1;
    /*margin-left:3rem;
    background:orange;*/
  }
  .tapa-irene::after,.tapa-irene::before{
    position:absolute;
    content:"";
    display:block;
    left:0;
    top:0;
    right:0;
    bottom:0;
  
  }
  .tapa-irene::before{
    width: 175px;
    height: 200px;
    background: white;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    z-index:3;
    top:auto;
    bottom:-2px;
    left:-13.4vh;
  }
  .tapa-irene::after{
   /* z-index:1;
    background:url("../media/rectangulo-degradado-2025.svg");
    background-repeat: no-repeat;
    background-position:-342px -383px;
    overflow: hidden;*/
    width: 900px;       /* base inferior */
  bottom:-1px;      /* alçada */
  top:90px;

  /* Degradat diagonal descendent */
  background: linear-gradient(146deg, #641C82, #950D75);

  /* Forma de trapezi amb clip-path */
clip-path: polygon(
    0px 0%,   /* top-left */
    200px 0%,   /* top-right */
    100% 100%, /* bottom-right */
    0px 100%  /* bottom-left recte */
  );
  }
}
@media (min-width: 992px){
  body{
     background-position:-553px -172px;
  }
}
@media (min-width: 1280px){
  body{
     background-position:-342px -383px;
  }
}

.producto-section {
  max-width: 998px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.producto-section .wrapper-text{
  max-width:500px;
  margin:0 auto;
}
.producto-section .wrapper-text p {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.defender-section {
  margin: 0 auto;
  position: relative;
}
.defender-section h2 {
  text-align: center;
  font: normal normal 700 5rem/1em "BarlowCondensed";
  color: #FFFFFF;
  text-shadow: -3px 3px 0px #641c82;
  text-transform: uppercase;
  width:94%;
  max-width: 8em;
  margin: 0 auto 1em auto;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #c00069;
}
@media (min-width:576px){
  .defender-section h2 {
    font-size:5.6rem;
  }
}
.defender-section .image-defender {
    display: block;
    position: relative;
    max-width: 1150px;
    width: 94%;
    z-index: 1;
    margin: 0 auto 50px auto;
}
.defender-section .image-defender iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.defender-section .image-defender img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.defender-section .image-defender .video-play-icon-sibling svg {
  width: 145px;
  height: 44px;
  cursor: pointer;
}
.defender-section .image-defender .video-play-icon-sibling {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (min-width:768px){
  .defender-section {
    margin:3rem 0 5rem 0;
  }
}

.diagonal-nuestros-productos {
  position: relative;
  overflow:hidden;
}
.diagonal-nuestros-productos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background:url("../media/rectangulo-degradado-2025.svg");
    background-size:5000px;
    background-repeat: no-repeat;
    background-position: -1200px 380px;
}
@media (min-width:992px){
  .diagonal-nuestros-productos:before {
    background-position: -1200px 0px;
  }
  .producto h3{
    max-width: 250px;
  }
}
@media (min-width:1280px){
  .diagonal-nuestros-productos:before {
    display:none;
  }
  .diagonal-desktop{
    position:relative;
    overflow:hidden;
  }
  .diagonal-desktop:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background:url("../media/rectangulo-productos-desktop-2025.svg");
    background-repeat: no-repeat;
    background-size:4000px;
    background-position: -1180px 150px;
  }
  .nuestros-productos-section{
    padding-top:80px;
  }
  #highlights{
    padding-top:100px;
  }
}
@media (min-width:1280px){
  .diagonal-nuestros-productos:before {
    background-size:4600px;
    background-position: -1180px 0px;
  }
  .nuestros-productos-section{
    padding-top:80px;
  }
}
.nuestros-productos-section {
  max-width: 1268px;
  width: 94%;
  margin: 0 auto 8rem auto;
  position: relative;
  z-index: 2;
}
.image-defendiendo-nuestros-productos {
  margin: 0 auto 77px auto;
  width: 275px;
  display: block;
}
.nuestros-productos-section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #400658;
  text-shadow: -1px 0 0px #ffffff;
  max-width: 500px;
  margin: 0 auto 70px auto;
}
.nuestros-productos-section .productos {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 65px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px){
  .nuestros-productos-section .productos{
   width: 60%;
  }
  .diagonal-nuestros-productos:before{
    background-size: 5000px;
    background-position: -1200px 250px;
  }
}
@media (min-width: 992px) {
  .nuestros-productos-section .producto{
    width: 46%;
    max-width:400px;
  }
}
@media (min-width: 1280px) {
  .nuestros-productos-section .producto{
    width: 29.1%;
  }
  .producto br{
    display: block;
  }
}
.producto img{
  display: block;
  margin: 0 auto;
  max-height: 500px;
}
.producto.ready img{
  max-height: 400px;
}
.producto.capsulas img{
  max-height: 300px;
}
.producto br{
  display:none;
}
.producto h3{
  font-weight: bold;
  font-size: 2.7rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.producto-texto{
  position: relative;
}
.producto-texto::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2em;
  right: -8%;
  width: 2px;
  background: #FFFFFF;
}
.producto-texto::after{
  display: none;
}
.producto .description {
  margin-bottom: 2em;
  font: normal normal 500 1.7rem/2.2rem "Montserrat";
  color: #FFFFFF;
  max-width:360px;
}
@media (min-width:992px){
  .producto .description{
      min-height: 180px;
  }
}
@media (min-width:1025px){
  .producto .capsulas{
    min-height:0;
  }
}
@media (min-width:1280px){
  .producto .description{
      min-height: 200px;
  }
  .producto-texto::after {
    display:block;
  }
  .producto:last-child .producto-texto::after {
    display:none;
  }
}
.producto a {
  display: block;
  padding: 1.5rem 35px;
  background: #FFFFFF;
  color: #c00069;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 40px;
  width: 206px;
  text-decoration: none;
}
.producto a:hover {
  background: #2c49aa;
  color: #FFFFFF;
}


/*@media (max-width: 991px) {
  .producto h3::after {
    display: none;
  }
  .producto .description {
    min-height: auto;
  }
  .producto a {
    margin: 0 auto;
  }
}*/

.ordesa-section {
  max-width: 1648px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.ordesa-section .wrapper-ordesa {
  display: flex;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap;
}
.ordesa-section .item-ordesa {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  position: relative;
  border-radius: 34px;
  box-sizing: border-box;
  padding: 26px;
  overflow: hidden;
  min-height: 400px;
  background: #98D3D1 url("../media/imagenOrdesaKids.webp") right bottom no-repeat;
  background-size: 64%;
  color: #2a4373;
}
.ordesa-section .item-ordesa.desarrollo-cerebral {
  background: #F7F7C7 url("../media/bg-omegakids.webp");
  background-size:cover;
  background-repeat: no-repeat;
  padding-right: 0;
  padding-top: 70px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.ordesa-section .desarrollo-cerebral .left,.ordesa-section .desarrollo-cerebral .right{
  max-width: 50%;
}

.ordesa-section .desarrollo-cerebral .right{
  position: relative;
  top:30px;
}
.ordesa-section .desarrollo-cerebral .left,.ordesa-section .desarrollo-cerebral .right img{
  width: 100%;
  height: auto;
}
.ordesa-section .desarrollo-cerebral .logo {
  width: 224px;
  position: absolute;
  top: 0;
  left: 0;
}
.ordesa-section .desarrollo-cerebral h4{
  font-family: "Nunito", arial, helvetica;
  font-weight: 900;
  letter-spacing: -0.02em;
  max-width: 300px;
  text-transform: uppercase;
  margin-top: 0;
}
.ordesa-section .gama-omega-kids{
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 250px;
}
@media (max-width: 991px) {
  .ordesa-section .item-ordesa {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .ordesa-section .item-ordesa {
    min-height: 262px;
    background-size: contain;
  }
}
.ordesa-section .item-ordesa p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #2a4373;
  margin: 13px 0 9px 0;
  max-width: 250px;
}
.ordesa-section .item-ordesa a{
  display: inline-block;
  padding: 1rem 3rem;
  background: #2a4373;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
}
.ordesa-section .item-ordesa a:hover {
  background: white;
  color: #2a4373;
}
@media (min-width: 992px) {
  .ordesa-section .kids-item {
    background-size: 49%;
  }
}
.ordesa-section .logo {
  width: 103px;
}
.ordesa-section .logo-club {
  width: 115px;
}
#vitaminac{
  background:#2c49aa;
}
#vitaminac .legal-wrapper{
  font-size: 13px;
  line-height:1.6em;
  padding: 30px 0;
  color: white;
  width:94%;
  margin:0 auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  .ordesa-section .item-ordesa {
    min-height: 400px;
  }
}
@media (min-width: 1550px) {
  .ordesa-section .logo, .ordesa-section .logo-club {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .none-mobile {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 991px) {
  .mobile-only {
    display: block;
  }
}

.relative {
  position: relative;
}

.close-video {
  display: none;
  position: absolute;
  z-index: 11;
  top: 100px;
  right: 30px;
  cursor: pointer;
}
.close-video.active {
  display: block;
}
.close-video .line-close {
  width: 37.98px;
  margin-bottom: 6.66px;
  height: 4px;
  background: #FFFFFF;
  cursor: pointer;
}
.close-video .line-close:nth-child(1) {
  transform: rotate(45deg);
}
.close-video .line-close:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -10px;
}

.scroll-to-top {
  visibility: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .scroll-to-top {
    display: none;
  }
}
.scroll-to-top img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 20;
  background: #FFFFFF;
  border-radius: 60px;
  cursor: pointer;
}
#highlights{
  padding-bottom:8rem;
}

.c-footer{
  box-shadow: -1px -1px 6px 0px rgba(0,0,0,0.25);
  padding-bottom:1rem;
  margin-bottom:0;
}

.c-footer__container {
  margin: 3rem auto;
  max-width: 1648px;
  width: 94%;
  color: #191919;
  font-size: 14px;
}
.c-footer__column{
  width: 47%;
}
@media (min-width:992px){
  .c-footer__column{
    width: auto;
  }
}
.c-footer__logos {
  margin-bottom: 2rem;
}
.c-footer__display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
  column-gap: 30px;
}
.c-footer h3{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 3.2rem;
}
.c-footer ul {
  list-style: none;
  padding:0;
}
.c-footer li{
  margin-bottom: 20px;
}
.c-footer a {
  color: inherit;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#191919));
  background-image: linear-gradient(#191919, #191919);
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 4.5px;
}
.c-footer a:hover{
  background-size: 100% 1px;
}
.c-footer__update {
  max-width: 800px;
  margin-bottom: 32px;
}
.c-footer__legal {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.c-footer__legal ul{
  display: flex;
  column-gap: 20px;
  flex-direction: column;
}
@media (min-width:768px){
  .c-footer__legal {
    flex-direction: row;
    align-items: center;
  }
  .c-footer__legal ul{
    flex-direction: row;
  }
  .c-footer__legal li{
    margin-bottom:0;
  }
}
.c-footer__cright-logo {
    margin-left: 20px;
    vertical-align: middle;
    display: inline;
}