/* Barra de Navegación */
body{
  overflow-x: unset !important;
}

.textoNombreProducto{
  cursor:default;
  pointer-events: none;
}

.divNavegacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 425px;
}

.navegacion-desktop {
  width: 100%;
}

.navegacion-mobile {
  display: block;
  position: fixed;
  max-width: 375px;
  max-height: 75px;
  z-index: 100;
}

.phoneNav {
  width: 375px;
}

.no-visible {
  display: none;
}

.desktopNav {
  display: none;
  position: fixed;
  z-index: 3;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.mobile-menu a {
  padding: 12px;
  text-decoration: none;
  font-weight: 600;
  color: #b6c939;
}

.mobile-menu a span {
  font-weight: 100;
}

.wrapperDescripcionProducto p span {
  font-weight: bold;
}

/* Clases Organicos */
.organico #headerOrganico {
  display: block !important;
}

.organico #headerOmri {
  display: block !important;
}

.organico #headerOrganicoM {
  display: block !important;
}

.organico #headerOmriM {
  display: block !important;
}

.textoNombreProducto p span {
  color: #808080;
  font-weight: 400;
}

/* Fin Clases Organicos */

/* Footer Productos */

.wrapperFooterMobile {
  width: 425px;
  height: 309px;
}

.footerBioFusionMobile {
  width: 425px;
  height: 309px;
}

.footerBioFusionMobile img {
  width: 425px;
  height: 309px;
}

.pageProducto .nombreLogoProducto {
  text-align: center;
}

.pageProducto .tablaProducto {
  text-align: center;
}

.pageProducto .nombreLogoProducto p {
  margin:0;
}

.pageProducto #wrapperFooter {
  margin-top: 0;
}


.pageProducto .organico .subLogoProducto{
  display: block !important;
  color:#808080;
  font-weight: 200;
  
}

@media (max-width: 499.98px) {
  /* SECCION ORGANICOS */

  #headerOrganicoM {
    bottom: -125px;
    left: 165px;
  }

  #headerOrganicoM p {
    font-size: 14px;
    font-weight: 600;
  }

  #headerOmriM {
    bottom: -62px;
    left: 157px;
    z-index: -1;
  }

  #headerOmriM img {
    width: 107px;
    height: auto;
  }

  .textoNombreProducto p span {
    font-size: 10px;
  }

  .organico #DescripcionProductoMobile {
    margin-bottom: 120px;
  }

  /* .organico #wrapperProductosM{
    padding-top:125px;
  } */
  /* SECCION ORGANICOS */

  /* Seccion Producto */

  .pageProducto .wrapperInfoProducto {
    /* min-height: 518px; */
    top: -5px;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }

  .pageProducto .wrapperLogoProducto {
    /* left: 122px; */
    text-align: center;
    width: 425px;
  }

  .pageProducto .logoProducto {
    width: 425px;
  }

  .pageProducto .logoProducto img {
    width: 180px;
    height: 45px;
  }

  .pageProducto .nombreLogoProducto {
    font-size: 15px;
    font-weight: 600;
    /* top: 39px;
    left: 51px;
    width: 100px; */

    /* font-size: 14px;
    font-weight: 600;
    margin-top: 4px; */
  }

  .pageProducto .organico .subLogoProducto{
    margin-top: -3px;
    font-size: 7px;
  }

  .pageProducto .wrapperProductoDescripcion {
    /* width: 313px; */
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
    font-weight: 400;
    color: #808080;
    /* top: 90px;
    left: 53px; */
    max-width: 425px;
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .pageProducto .productoDescripcion {
    width: 313px;
  }



  .pageProducto .wrapperProductoDescripcion p {
    margin: 0;
  }

  .pageProducto .wrapperProductoDescripcion p span {
    font-weight: bold;
  }

  .pageProducto .wrapperTablaProducto {
    max-width: 425px;
    text-align: center;
    margin-top: 32px;
  }

  .pageProducto .tablaProducto {
    width: 425px;
    /* top: 328px;
    left: 51px; */
  }

  .pageProducto .tablaProducto img {
    width: 319px;
    /* height: 88px; */
  }

  .pageProducto .wrapperBotonFichaTecnica{
    width: 425px;
    margin-top: 38px;
    margin-bottom:30px;
    text-align: center;
  }

  .pageProducto .botonFichaTecnica {
    width: 425px;
    /* top: 460px;
    left: 125px; */
  }

  .pageProducto .botonFichaTecnica img {
    width: 173px;
    height: 22px;
  }

  /* Seccion Producto */
}

@media (min-width: 499.98px) {
  .divNavegacion {
    width: 100%;
  }

  /*  Control Mobile  */
  .mobile-menu {
    display: none;
  }

  .phoneNav {
    display: none;
  }

  .wrapperMobile {
    display: none;
  }

  .navegacion-mobile {
    display: none;
  }

  /*  Control Escritorio  */
  .desktopNav {
    display: block;
  }

  .contenidoDesktop {
    display: flex;
  }
}

@media (max-width: 768.98px) and (min-width: 500px) {
  .desktopNav {
    width: 768px !important;
  }

  /* SECCION ORGANICOS */

  #headerOrganico {
    bottom: 18px;
    left: 339px;
  }

  #headerOrganico p {
    font-size: 14px;
    font-weight: 600;
  }

  #headerOmri {
    bottom: -66px;
    left: 530px;
  }

  #headerOmri img {
    width: 83px;
    height: 99px;
  }

  .textoNombreProducto p span {
    font-size: 10px;
  }

  .organico #descripcionProducto-texto {
    width: 266px;
    margin-left: 251px;
    margin-top: 0;
  }

  .organico #cruzDescripcion {
    left: 130px;
  }
  /* SECCION ORGANICOS */

  /* Seccion Producto */

  .pageProducto .wrapperInfoProducto {
    top: -39px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .pageProducto .wrapperLogoProducto {
    text-align: center;
    width: 768px;
  }

  .pageProducto .logoProducto {
    width: 768px;
  }

  .pageProducto .logoProducto img {
    width: 141px;
    height: 35px;
  }

  .pageProducto .nombreLogoProducto {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
  }

  .pageProducto .organico .subLogoProducto{
    margin-top: -3px;
    font-size: 7px;
  }

  .pageProducto .wrapperProductoDescripcion {
    font-size: 8px;
    text-align: justify;
    line-height: 10px;
    font-weight: 400;
    color: #808080;
    max-width: 768px;
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .pageProducto .productoDescripcion {
    width: 393px;
  }

  .pageProducto .organico .productoDescripcion {
    width: 259px;
  }

  .pageProducto .wrapperProductoDescripcion p {
    margin: 0;
  }

  .pageProducto .wrapperProductoDescripcion p span {
    font-weight: bold;
  }

  .pageProducto .wrapperTablaProducto {
    max-width: 768px;
    text-align: center;
    margin-top: 32px;
  }

  .pageProducto .tablaProducto {
    width: 768px
  }

  .pageProducto .tablaProducto img {
    width: 339px;
    /* height: 94px; */
  }

  .pageProducto .wrapperBotonFichaTecnica{
    width: 768px;
    margin-top: 38px;
    text-align: center;
  }

  .pageProducto .botonFichaTecnica {
    width: 768px;
  }

  .pageProducto .botonFichaTecnica img {
    width: 116px;
    height: 15px;
  }

  /* Seccion Producto */
}

@media (max-width: 1024.98px) and (min-width: 769px) {
  .desktopNav {
    width: 1024px !important;
  }

  /* SECCION ORGANICOS */

  #headerOrganico {
    bottom: 25px;
    left: 454px;
  }

  #headerOrganico p {
    font-size: 18px;
    font-weight: 600;
  }

  #headerOmri {
    bottom: -91px;
    left: 701px;
  }

  #headerOmri img {
    width: 113px;
    height: 135px;
  }

  .textoNombreProducto p span {
    font-size: 10px;
  }

  .organico #descripcionProducto-texto {
    width: 337px;
    margin-left: 344px;
  }

  .organico #cruzDescripcion {
    left: 340px;
  }
  /* SECCION ORGANICOS */

  /* Seccion Producto */

  .pageProducto .wrapperInfoProducto {
    top: -49px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .pageProducto .wrapperLogoProducto {
    text-align: center;
    width: 1024px;
  }

  .pageProducto .logoProducto {
    width: 1024px;
  }

  .pageProducto .logoProducto img {
    width: 181px;
    height: 45px;
  }

  .pageProducto .nombreLogoProducto {
    font-size: 18px;
    font-weight: 600;
    margin-top: 11px;
  }

  .pageProducto .organico .subLogoProducto{
    font-size: 8px;
  }

  .pageProducto .wrapperProductoDescripcion {
    font-size: 10px;
    text-align: justify;
    line-height: 12px;
    font-weight: 400;
    color: #808080;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .pageProducto .productoDescripcion {
    width: 490px;
  }

  .pageProducto .organico .productoDescripcion {
    width: 333px;
  }

  .pageProducto .wrapperProductoDescripcion p {
    margin: 0;
  }

  .pageProducto .wrapperProductoDescripcion p span {
    font-weight: bold;
  }

  .pageProducto .wrapperTablaProducto {
    max-width: 1024px;
    text-align: center;
    margin-top: 50px;
  }

  .pageProducto .tablaProducto {
    width: 1024px;
  }

  .pageProducto .tablaProducto img {
    width: 448px;
    /* height: 124px; */
  }

  .pageProducto .wrapperBotonFichaTecnica{
    width: 1024px;
    text-align: center;
  }

  .pageProducto .botonFichaTecnica {
    width: 1024px;
    margin-top: 58px;
  }

  .pageProducto .botonFichaTecnica img {
    width: 154px;
    height: 20px;
  }

  /* Seccion Producto */
}

@media (min-width: 1025px) {
  .desktopNav {
    width: 1400px !important;
  }

  /* SECCION ORGANICOS */

  #headerOrganico {
    bottom: 32px;
    left: 624px;
  }

  #headerOrganico p {
    font-size: 24px;
    font-weight: 600;
  }

  #headerOmri {
    bottom: -131px;
    left: 960px;
  }

  #headerOmri img {
    width: 159px;
    height: 190px;
  }

  .textoNombreProducto p span {
    font-size: 12px;
  }

  .organico #descripcionProducto-texto {
    width: 438px;
    margin-left: 481px;
    margin-bottom: 120px;
  }

  .organico #cruzDescripcion {
    left: 475px;
  }
  /* SECCION ORGANICOS */

  /* Seccion Producto */

  .pageProducto .wrapperInfoProducto {
    /* min-height: 536px; */
    top: -62px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pageProducto .wrapperLogoProducto {
    text-align: center;
    max-width: 1400px;
  }

  .pageProducto .logoProducto {
    width: 1400px;
  }

  .pageProducto .logoProducto img {
    width: 254px;
    height: 63px;
  }

  .pageProducto .nombreLogoProducto {
    font-size: 24px;
    font-weight: 600;
    margin-top: 18px;
  }

  .pageProducto .organico .subLogoProducto{
    margin-top: 5px;
    font-size: 11px;
  }

  .pageProducto .wrapperProductoDescripcion {
    /* width: 580px; */
    font-size: 12px;
    text-align: justify;
    line-height: 16px;
    font-weight: 500;
    color: #808080;
    /* top: 137px;
    left: 412px; */
    max-width: 1400px;
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

  .pageProducto .productoDescripcion {
    width: 580px;
  }

  .pageProducto .organico .productoDescripcion {
    width: 450px;
  }

  .pageProducto .wrapperProductoDescripcion p {
    margin: 0;
  }

  .pageProducto .wrapperProductoDescripcion p span {
    font-weight: bold;
  }

  .pageProducto .wrapperTablaProducto {
    max-width: 1400px;
    text-align: center;
    margin-top: 56px;
  }

  .pageProducto .tablaProducto {
    width: 1400px;
  }
  

  .pageProducto .tablaProducto img {
    width: 540px;
    /* height: 149px; */
  }

  .pageProducto .wrapperBotonFichaTecnica{
    max-width: 1400px;
    text-align: center;
    margin-top: 56px;
  }

  .pageProducto .botonFichaTecnica {
    width: 1400px;
  }

  .pageProducto .botonFichaTecnica img {
    width: 220px;
    height: 28px;
  }

  /* Seccion Producto */

  
}
