@import url("https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css");

body {
  font-family: "GothamPro", sans-serif;
  line-height: 17px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

#coadyuventeDescripcion{
  z-index: 1;
}

.nombreLogoProducto {
  color: #47a01a;
}

/* Clases Organicos */
.organico #headerOrganico {
  display: block !important;
}

.organico #headerOmri {
  display: block !important;
}

.organico #headerOrganicoM {
  display: block !important;
}

.organico #headerOmriM {
  display: block !important;
}

#headerOrganico p,
#headerOrganicoM p {
  color: #47a01a;
}

.textoNombreProducto p span {
  color: #808080;
  font-weight: 400;
}

/* Fin Clases Organicos */

#divNavegacion {
  z-index: 10;
}

#navMobile {
  display: none;
}

#contenidoMobile {
  display: none;
}

#navDesktop {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#contenidoDesktop {
  position: relative;
  display: flex;
  justify-content: center;
}

#contenidoDesktop div {
  position: relative;
}

.innerRel {
  position: absolute !important;
}

#wrapperTextoCoadyuvantes p {
  text-align: justify;
  font-weight: 200;
}

.wrapperNombreProducto {
  display: flex;
  align-items: flex-end;
}

.textoNombreProducto p {
  margin-bottom: 0;
  margin-top: 0;
}

.wrapperDescripcionProducto p {
  color: #808080;
  margin-bottom: 0;
  margin-top: 0;
}

.flex-productos {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-shrink: 2;
  flex-direction: row;

}

#desktopMenuSomosTecnologias,
#desktopMenuProdutos,
#desktopMenuFusionTech,
#desktopMenuContacto,
#desktopMenuBioFusion {
  position: fixed;
}

.textoNombreProducto {
  color: #7f19a8;
}

@media (max-width: 499.98px) {
  #divNavegacion {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 425px;
  }

  #navMobile {
    display: block;
    position: fixed;
    max-width: 375px;
    max-height: 75px;
    z-index: 100;
  }

  #navMobile img {
    width: 370px;
    margin-right: 8px;
  }

  #contenidoMobile {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    width: 425px;
  }

  #contenidoMobile div {
    position: relative;
  }

  #navDesktop,
  #contenidoDesktop {
    display: none;
  }

  /* Nuevo */
  #DescripcionProductoMobile {
    display: flex;
    justify-content: center;
    height: 380px;
  }

  #bg_productos {
    width: 375px;
    height: 397px;
  }

  #imgen-titulo-producto {
    width: 149px;
    height: 86px;
  }

  #c-s04-m {
    top: 20px;
    left: 135px;
  }

  #wrapperTextoCoadyuvantesM {
    top: 113px;
    width: 273px;
    min-height: 77px;
    left: 76px;
  }
  #wrapperTextoCoadyuvantesM p {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: justify;
  }

  #wrapperProductosM {
    padding-bottom: 0;
    margin: auto;
    width: 340px;
  }

  .separadorCoayuvante {
    width: 130px;
  }

  .wrapperNombreProducto {
    margin-top: 0;
  }

  .textoNombreProducto {
    /* width: 125px; */
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 13px;
  }

  .wrapperDescripcionProducto {
    height: 100px;
  }

  .wrapperDescripcionProducto p {
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
    font-weight: 400;
    margin-left: 14px;
  }

  .flex-column {
    flex-direction: column;
    display: flex;
  }

  .flex-column div a {
    text-decoration: none;
  }

  .flex-body {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* width: 280px; */
  }

  .flex-row img{
    image-rendering: pixelated;
  }

  .flex-body div:not([class*="flex"]) {
    flex: 0 0 0;
    justify-content: center;
    /* width: 240px; */
  }

  .flex-productos{
    height: 350px;
  }

  .wrapperFooterMobile {
    width: 425px;
    height: 309px;
  }

  .footerBioFusionMobile {
    width: 425px;
    height: 309px;
  }

  .footerBioFusionMobile img {
    width: 425px;
    height: 309px;
  }

  #wrapperFooterM {
    margin-top: 50px;
    width: 425px;
    height: 309px;
  }

  #footerBioFusionM img {
    width: 425px;
    height: 309px;
  }

  #footerBioFusionM {
    width: 425px;
    height: 309px;
  }

  #redesSociales {
    top: 152px;
    left: 119px;
    width: 188px;
    height: 157px;
  }

  #facebookm {
    width: 6px;
    height: 13px;
    top: 258px;
    left: 164px;
    cursor: pointer;
  }

  #instagramm {
    width: 16px;
    height: 13px;
    top: 258px;
    left: 187px;
    cursor: pointer;
  }

  /* SECCION ORGANICOS */

  #headerOrganicoM {
    bottom: -125px;
    left: 165px;
  }

  #headerOrganicoM p {
    font-size: 14px;
    font-weight: 600;
  }

  #headerOmriM {
    bottom: -73px;
    left: 157px;
    z-index: -1;
  }

  #headerOmriM img {
    width: 107px;
    height: 356px;
  }

  .textoNombreProducto p span {
    font-size: 10px;
  }

  .organico #wrapperProductosM {
    margin-top: -80px;
  }
  /* SECCION ORGANICOS */

  .lista-presentacion{
    list-style: none;
    margin: 0 -28px;
    padding-top: 10px;
  }

  .lista-presentacion li{
    color: #808080;
    display: flex;
    float: left;
    margin-right: 20px;
    font-size: 11px;
  }

  .lista-presentacion li::before{
    content: "\2022";
    color: #7f19a8;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    margin-top: -1px;
    width: 21px;
    height: 17px;
    /* margin-left: -1em; */
  }

  .btn-comprar{
    margin-top:16px;
    cursor: pointer;
    height: 30px;
    width: 157px;
  }

  .btn-comprar img{
    height: 25px;
  }

  #logoContacto {
    width: 210px !important;
    height: auto !important;
    margin-top: -27px;
    left: 284px;
  }


  #BiofusionLogo-Mobile{
    top: 125px;
    left: 148px;
    width: 128px;
  }

  #BiofusionLogo-Mobile img{
    width: 128px;
  }

  #logoswhite-mobile{
    top: 167px;
    left: 78px;
    width: 267px;
  }

  #logoswhite-mobile img{
    width: 267px;
  }
}

@media (min-width: 499.98px) {
}

@media (max-width: 768.98px) and (min-width: 500px) {
  #navDesktop img {
    width: 768px;
  }

  #contenidoDesktop {
    padding-top: 81px;
    width: 658px;
    left: 50%;
    transform: translateX(-50%);
  }

  #wrapperContenidoDesktop {
    width: 658px;
  }

  #coadyuventeDescripcion {
    height: 328px;
  }

  #coadyuvantes-01 {
    width: 658px;
  }

  #c-s04 {
    top: 28px;
    left: 437px;
  }

  #coadyuvantes-seccion-04 {
    width: 159px;
    height: 92px;
  }

  #wrapperTextoCoadyuvantes {
    width: 224px;
    min-height: 48px;
    top: 130px;
    left: 408px;
  }

  #wrapperTextoCoadyuvantes p {
    font-size: 8px;
    line-height: 10px;
  }

  #wrapperProductos {
    /* margin: auto; */
    width: 658px;
    background-color: #faf9f9;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .flex-productos {
    margin: 0 130px auto;
}

  .flex-row {
    flex-direction: row;
    display: flex;
  }

  .separadorCoayuvante {
    height: 200px;
  }

  .flex-column {
    flex-direction: column;
    display: flex;
  }

  .flex-column div a {
    text-decoration: none;
  }

  .flex-body {
    display: flex;
    /* width: 213px; */
  }

  .flex-body div:not([class*="flex"]) {
    flex: 0 0 0;
    /* width: 196px; */
  }

  .wrapperNombreProducto {
    margin-top: 33px;
  }

  .textoNombreProducto {
    /* width: 71px; */
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 13px;
  }

  .wrapperDescripcionProducto {
    height: 100px;
  }

  .wrapperDescripcionProducto p {
    font-size: 8px;
    text-align: justify;
    line-height: 10px;
    font-weight: 400;
    margin-left: 14px;
  }

  #wrapperFooter {
    margin-top: 385px;
    margin-left: -53px;
    width: 768px;
    height: 165px;
  }

  #wrapperFooter img {
    width: 768px;
    height: 165px;
  }

  #redesSociales {
    width: 391px;
    height: 30px;
    top: 102px;
    left: 188px;
  }

  #redesSociales img {
    width: 391px;
    height: 30px;
  }

  #footerBioFusion {
    width: 391px;
    height: 30px;
  }

  #desktopMenuBioFusion {
    width: 179px;
    height: 41px;
    top: 9px;
    left: 50%;
    margin-left: -280px;
  }

  #desktopMenuSomosTecnologias {
    width: 51px;
    height: 7px;
    top: 18px;
    left: 50%;
    margin-left: -41px;
  }

  #desktopMenuProdutos {
    width: 53px;
    height: 7px;
    top: 18px;
    left: 50%;
    margin-left: 52px;
  }

  #desktopMenuFusionTech {
    width: 58px;
    height: 7px;
    top: 18px;
    left: 50%;
    margin-left: 146px;
  }

  #desktopMenuContacto {
    width: 49px;
    height: 7px;
    top: 18px;
    left: 50%;
    margin-left: 249px;
  }

  #facebook {
    width: 6px;
    height: 13px;
    top: 111px;
    left: 489px;
    cursor: pointer;
  }

  #instagram {
    width: 13px;
    height: 13px;
    top: 111px;
    left: 510px;
    cursor: pointer;
  }

  /* 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;
  }
  /* SECCION ORGANICOS */

  .lista-presentacion{
    list-style: none;
    margin: 0 -28px;
    padding-top: 10px;
  }

  .lista-presentacion li{
    color: #808080;
    display: flex;
    float: left;
    margin-right: 20px;
    font-size: 11px;
  }

  .lista-presentacion li::before{
    content: "\2022";
    color: #7f19a8;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    margin-top: -1px;
    width: 21px;
    height: 17px;
    /* margin-left: -1em; */
  }

  .btn-comprar{
    margin-top:16px;
    margin-left: 18px;
    cursor: pointer;
    height: 30px;
    width: 157px;
  }

  .btn-comprar img{
    height: 25px;
  }

  #logoContacto {
    width: 210px !important;
    height: auto !important;
    margin-top: -27px;
    left: 284px;
  }
}

@media (max-width: 1024.98px) and (min-width: 769px) {
  #navDesktop img {
    width: 1024px;
  }

  #contenidoDesktop {
    width: 877px;
    padding-top: 111px;
    left: 50%;
    transform: translateX(-50%);
  }

  #wrapperContenidoDesktop {
    width: 877px;
  }

  #coadyuventeDescripcion {
    height: 439px;
  }

  #coadyuvantes-01 {
    width: 877px;
    /* height: 409px; */
  }

  #c-s04 {
    top: 34px;
    left: 589px;
  }

  #coadyuvantes-seccion-04 {
    width: 213px;
    height: 123px;
  }

  #wrapperTextoCoadyuvantes {
    width: 292px;
    min-height: 48px;
    top: 172px;
    left: 550px;
  }

  #wrapperTextoCoadyuvantes p {
    font-size: 11px;
    line-height: 14px;
  }

  #wrapperProductos {
    /* margin: auto; */
    width: 877px;
    background-color: #faf9f9;
    padding-top:50px;
    padding-bottom:100px;
  }

  .flex-productos {
    margin: 0 200px auto;
}

  .flex-row {
    flex-direction: row;
    display: flex;
  }

  .separadorCoayuvante {
    height: 190px;
  }

  .flex-column {
    flex-direction: column;
    display: flex;
  }

  .flex-column div a {
    text-decoration: none;
  }

  .flex-body {
    display: flex;
    /* width: 280px; */
  }

  .flex-body div:not([class*="flex"]) {
    flex: 0 0 0;
    /* width: 240px; */
  }

  .wrapperNombreProducto {
    margin-top: 19px;
  }

  .textoNombreProducto {
    /* width: 160px; */
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 13px;
  }

  .wrapperDescripcionProducto {
    height: 109px;
  }

  .wrapperDescripcionProducto p {
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
    font-weight: 400;
    margin-left: 14px;
  }

  #wrapperFooter {
    margin-top: 189px;
    margin-left: -69px;
    width: 1024px;
    height: 220px;
  }

  #wrapperFooter img {
    width: 1024px;
    height: 220px;
  }

  #redesSociales {
    width: 522px;
    height: 40px;
    top: 141px;
    left: 227px;
  }

  #redesSociales img {
    width: 522px;
    height: 40px;
  }

  #footerBioFusion {
    width: 522px;
    height: 40px;
  }

  #desktopMenuBioFusion {
    width: 207px;
    height: 41px;
    top: 17px;
    left: 50%;
    margin-left: -360px;
  }

  #desktopMenuSomosTecnologias {
    width: 59px;
    height: 10px;
    top: 24px;
    left: 50%;
    margin-left: -51px;
  }

  #desktopMenuProdutos {
    width: 63px;
    height: 10px;
    top: 24px;
    left: 50%;
    margin-left: 72px;
  }

  #desktopMenuFusionTech {
    width: 67px;
    height: 10px;
    top: 23px;
    left: 50%;
    margin-left: 200px;
  }

  #desktopMenuContacto {
    width: 57px;
    height: 10px;
    top: 23px;
    left: 50%;
    margin-left: 334px;
  }

  #facebook {
    width: 9px;
    height: 17px;
    top: 155px;
    left: 629px;
    cursor: pointer;
  }

  #instagram {
    width: 17px;
    height: 17px;
    top: 153px;
    left: 658px;
    cursor: pointer;
  }

  /* 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;
  }
  /* SECCION ORGANICOS */

  .lista-presentacion{
    list-style: none;
    margin: 0 -28px;
    padding-top: 10px;
  }

  .lista-presentacion li{
    color: #808080;
    display: flex;
    float: left;
    margin-right: 30px;
    font-size: 12px;
  }

  .lista-presentacion li::before{
    content: "\2022";
    color: #7f19a8;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    margin-top: -1px;
    width: 21px;
    height: 17px;
    /* margin-left: -1em; */
  }

  .btn-comprar{
    margin-top:16px;
    margin-left: 18px;
    cursor: pointer;
    height: 30px;
    width: 157px;
  }

  .btn-comprar img{
    height: 25px;
  }

  #logoContacto {
    width: 320px !important;
    height: auto !important;
    margin-top: -34px;
    left: 353px;
  }
}

@media (min-width: 1025px) {
  #navDesktop img {
    width: 1400px;
  }

  #contenidoDesktop {
    width: 1200px;
    padding-top: 151px;
    left: 50%;
    transform: translateX(-50%);
  }

  #wrapperContenidoDesktop {
    width: 1200px;
    margin-right: 2px;
  }

  #coadyuventeDescripcion {
    height: 600px;
  }

  #coadyuvantes-01 {
    width: 1200px;
    /* height: 560px; */
  }

  #c-s04 {
    top: 50px;
    left: 807px;
  }

  #coadyuvantes-seccion-04 {
    width: 286px;
    height: 165px;
  }

  #wrapperTextoCoadyuvantes {
    width: 412px;
    min-height: 48px;
    top: 235px;
    left: 748px;
  }

  #wrapperTextoCoadyuvantes p {
    font-size: 15px;
    line-height: 20px;
  }

  #wrapperProductos {
    /* margin: auto; */
    width: 1200px;
    background-color: #faf9f9;
    /* z-index:-1; */
    padding-top:50px;
    padding-bottom:100px;
  }

  .flex-productos{
    margin:0 300px auto;
  }

  .flex-row {
    flex-direction: row;
    display: flex;
  }

  .separadorCoayuvante {
    height: 220px;
  }

  .flex-column {
    flex-direction: column;
    display: flex;
  }

  .flex-column div a {
    text-decoration: none;
  }

  .flex-body {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .flex-body div:not([class*="flex"]) {
    flex: 0 0 0;
    width: 380px;
  }

  .wrapperNombreProducto {
    margin-top: 18px;
  }

  .textoNombreProducto {
    /* width: 200px; */
    line-height: 29px;
    font-size: 24px;
    font-weight: 600;

    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 21px;
  }

  .wrapperDescripcionProducto {
    height: 109px;
  }

  .wrapperDescripcionProducto p {
    font-size: 12px;
    text-align: justify;
    line-height: 16px;
    font-weight: 400;
    margin-left: 21px;
  }

  #wrapperFooter {
    margin-top:90px;
    margin-left: -100px;
    width: 1400px;
    height: 300px;
  }

  #footerBioFusion {
    width: 1400px;
    height: 300px;
  }

  #wrapperFooter {
    width: 1400px;
    height: 300px;
  }

  #redesSociales {
    width: 705px;
    height: 54px;
    top: 177px;
    left: 316px;
  }

  #redesSociales img {
    width: 705px;
    height: 54px;
  }

  #desktopMenuBioFusion {
    width: 269px;
    height: 62px;
    top: 20px;
    left: 50%;
    margin-left: -489px;
  }

  #desktopMenuSomosTecnologias {
    width: 79px;
    height: 16px;
    top: 29px;
    left: 50%;
    margin-left: -66px;
  }

  #desktopMenuProdutos {
    width: 86px;
    height: 12px;
    top: 33px;
    left: 50%;
    margin-left: 102px;
  }

  #desktopMenuFusionTech {
    width: 88px;
    height: 12px;
    top: 33px;
    left: 50%;
    margin-left: 279px;
  }

  #desktopMenuContacto {
    width: 83px;
    height: 12px;
    top: 33px;
    left: 50%;
    margin-left: 456px;
  }

  #facebook {
    width: 12px;
    height: 23px;
    top: 194px;
    left: 860px;
    cursor: pointer;
  }

  #instagram {
    width: 23px;
    height: 23px;
    top: 194px;
    left: 898px;
    cursor: pointer;
  }

  .lista-presentacion{
    list-style: none;
    margin: 0 -22px;
    padding-top: 10px;
  }

  .lista-presentacion li{
    color: #808080;
    display: flex;
    float: left;
    margin-right: 36px;
  }

  .lista-presentacion li::before{
    content: "\2022";
    color:#7f19a8;
    font-weight: bold;
    font-size: 50px;
    display: inline-block;
    margin-top:-1px;
    width: 30px;
    height: 20px;
    /* margin-left: -1em; */
  }

  .btn-comprar{
    margin-top:16px;
    margin-left: 18px;
    cursor: pointer;
    height: 30px;
    width: 157px;
  }

  .btn-comprar img{
    height: 30px;
  }

  #logoContacto {
    width: 390px;
    margin-top: 249px;
    left: 508px;
  }
}
