:root {
  --grupo: #7a0016;
  --crimson: #ce0529;
  --white: white;
  --grey: #757575;
  --dark-slate-blue-pharma: #003b94b3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.navlink.w--current {
  color: #ff6d6d;
}

.container {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar {
  background-color: var(--grupo);
  border-bottom: 3px solid #b80000;
  position: sticky;
  inset: 0% 0% auto;
}

.nosotros {
  background-color: #0000;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu {
  padding-top: 10px;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#0003, #0003);
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: var(--crimson);
  text-align: center;
  text-transform: none;
  padding-bottom: 0;
  font-size: 120px;
  font-weight: 200;
  line-height: 130px;
}

.container-3 {
  padding-top: 60px;
  padding-bottom: 120px;
}

.paragraph-2 {
  color: #242424;
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.div-block {
  text-align: left;
  background-color: #cacaca;
  width: 50%;
  height: 2px;
  margin: 23px auto 30px;
}

.text-span {
  font-size: 25px;
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-3 {
  background-color: #91061f;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  padding: 140px 60px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-3 {
  color: var(--white);
  font-size: 17px;
  line-height: 25px;
}

.div-block-4 {
  background-image: url('../images/grandmother-and-granddaug.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.decadas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.decadasimg {
  background-image: url('../images/breakthrough.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.decadascolorbg {
  background-color: #630415;
  flex-direction: column;
  justify-content: center;
  padding: 140px 60px;
  display: flex;
}

.valoresgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.valoresfoto {
  background-image: url('../images/hands-of-success.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.valoresbg {
  background-color: #910620;
  flex-direction: column;
  justify-content: center;
  padding: 140px 60px;
  display: flex;
}

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/our-family.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  font-size: 60px;
  font-weight: 100;
  line-height: 70px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.familia {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  display: flex;
}

.paragraph-5 {
  height: auto;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-5 {
  background-color: #003b94b3;
  width: 50%;
  padding: 100px 40px;
}

.div-block-5.bb {
  background-color: #0076c5b3;
}

.div-block-5.pharma {
  background-color: #001f66c4;
}

.div-block-5.td {
  background-color: #0f9900ad;
}

.div-block-5.diag {
  background-color: #301f66db;
}

.div-block-5.fundacion {
  background-color: #6800139c;
}

.div-block-5.nutri {
  background-color: #149cd1d9;
}

.button {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #ffffff4d;
}

.aspidpro {
  background-image: url('../images/Cuadro-AP4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.aspidpro.biobasica {
  background-image: url('../images/Cuadro-BB.jpg');
}

.aspidpro.pharma {
  background-image: url('../images/Cuadro-APharma2.jpg');
}

.aspidpro.td {
  background-image: url('../images/Cuadro-TD2.jpg');
}

.aspidpro.diagnostica {
  background-image: url('../images/Banner-quines-somos1.jpg');
  background-position: 0%;
  background-size: cover;
}

.aspidpro.fundacion {
  background-image: url('../images/Cuadro-Fundacion.jpg');
  background-size: cover;
}

.aspidpro.nutrtitionals {
  background-image: url('../images/Pareja-corriendo1B.jpg');
  background-position: 0 0;
  background-size: cover;
}

.accordion-wrapper {
  color: var(--white);
  font-weight: 300;
}

.heading-2 {
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
}

.accordion-item-content {
  overflow: hidden;
}

.container-5 {
  background-color: var(--white);
  border-radius: 0;
  max-width: 1200px;
  padding: 65px 50px;
}

.section-2 {
  background-color: #7a00161c;
}

.container-6 {
  max-width: 1300px;
}

.container-familia {
  max-width: 1400px;
}

.image {
  margin-bottom: 60px;
}

.section-stats {
  background-color: #08a0ff;
  background-image: linear-gradient(#0d10ad4a, #0d10ad4a), url('../images/Foto-stats.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.grid-3 {
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  font-size: 17px;
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.text-span-3 {
  font-size: 55px;
  font-weight: 700;
}

.contacto {
  background-color: #ffffff1c;
}

.escuchamos {
  letter-spacing: 20px;
  font-size: 25px;
  font-weight: 600;
}

.code-embed {
  margin-top: 100px;
}

.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: 260px;
  display: flex;
}

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

.grid-contacto {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-span-4, .text-span-5 {
  font-size: 70px;
  line-height: 1.1;
}

.text-block-valores {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1.1;
}

.bakuchiol-blog {
  background-image: linear-gradient(#00000024, #00000024), url('../images/logo-aspid-esr-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 550px;
}

.container-8 {
  background-color: #0000;
  max-width: 1120px;
  height: auto;
}

.bold-text {
  text-transform: uppercase;
}

.text-block-7 {
  color: #333;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  display: block;
}

.heading-5 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 31px;
}

.section-5 {
  background-color: #e7e7e7;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.rich-text-class {
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.centrado {
  width: 70%;
  height: auto;
  margin-top: 70px;
  margin-bottom: 40px;
}

.div-block-11 {
  height: auto;
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: -100px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 23px;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-8 {
  color: #919191;
  text-align: center;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-12 {
  text-align: left;
  background-color: #cecccc;
  border: 0 #bd17a6;
  width: 100%;
  height: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-6 {
  background-color: var(--grupo);
}

.image-6 {
  text-align: left;
}

.container-9 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-heading-right {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7b0017;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.calidad {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ploliticacalidad {
  background-image: url('../images/scientist-researching-in-laboratory.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.section-7 {
  background-color: #7b0017;
  border-top: 3px solid #b80000;
  border-bottom: 0 #b80000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-13 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-14 {
  background-color: #fff;
  width: 1px;
  height: 70px;
  margin-left: 23px;
  margin-right: 23px;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
}

.container-11 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-6 {
  font-size: 28px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .grid-3 {
    grid-auto-flow: row;
  }

  .text-block-6 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .container-8 {
    max-width: 90%;
  }

  .div-block-11 {
    width: auto;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    font-size: 100px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    height: 400px;
  }

  .decadas {
    grid-template-columns: 1fr;
  }

  .decadasimg {
    height: 400px;
  }

  .valoresgrid {
    flex-direction: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .valoresfoto {
    height: 400px;
  }

  .text-block-5 {
    font-size: 50px;
  }

  .div-block-5 {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-5.bb {
    flex-direction: column;
    justify-content: flex-end;
  }

  .button {
    text-align: center;
  }

  .aspidpro {
    background-position: 50% 0;
    background-size: cover;
    flex-direction: column;
    height: 800px;
  }

  .aspidpro.biobasica {
    background-position: 0 0;
    display: flex;
  }

  .grid-contacto {
    grid-template-columns: 1fr 1fr;
  }

  .section-5 {
    overflow: visible;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .calidad {
    grid-template-columns: 1fr;
  }

  .ploliticacalidad {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    color: #fff9f9;
  }

  .text-block {
    font-size: 20px;
    line-height: 1.5;
  }

  .background-video {
    height: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .text-block-2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
  }

  .container-3 {
    padding-top: 30px;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 21px;
  }

  .div-block {
    text-align: left;
    width: 80%;
    margin: 22px auto 23px;
  }

  .text-span {
    font-size: 26px;
    line-height: 36px;
  }

  .grid {
    font-size: 10px;
  }

  .text-block-3 {
    font-size: 11px;
    line-height: 1.5;
  }

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

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

  .text-block-4 {
    width: auto;
    font-size: 26px;
  }

  .div-block-4 {
    background-position: 20% 0;
  }

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

  .valoresfoto {
    background-position: 50% 0;
  }

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

  .text-block-5 {
    font-size: 30px;
  }

  .aspidpro {
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 900px;
  }

  .aspidpro.biobasica {
    height: 790px;
  }

  .aspidpro.pharma {
    background-position: 50% 0;
    background-size: cover;
    height: 851px;
  }

  .aspidpro.td {
    height: 558px;
  }

  .aspidpro.diagnostica {
    background-position: 50% 100%;
    background-size: cover;
    height: 879px;
  }

  .aspidpro.fundacion {
    background-position: 50%;
    background-size: cover;
    height: 839px;
    overflow: visible;
  }

  .aspidpro.nutrtitionals {
    background-position: 50% 0;
    background-size: cover;
    height: 879px;
    margin-bottom: 0;
  }

  .image {
    width: 180px;
    margin-bottom: 20px;
  }

  .section-stats {
    height: auto;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

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

  .escuchamos {
    letter-spacing: 10px;
    font-size: 12px;
    line-height: 36px;
  }

  .image-2, .image-3 {
    width: 70px;
  }

  .image-4, .image-5 {
    width: 60px;
  }

  .icon {
    color: #fff;
  }

  .menu-button, .menu-button.w--open {
    background-color: #7b0017;
  }

  .grid-contacto {
    font-size: 10px;
  }

  .text-span-4 {
    font-size: 40px;
  }

  .text-span-5 {
    font-size: 54px;
  }

  .text-block-valores {
    font-size: 50px;
  }

  .rich-text-class {
    width: 90%;
  }

  .centrado {
    width: 80%;
  }

  .div-block-12 {
    text-align: left;
    width: 100%;
  }

  .image-6 {
    width: 80%;
  }

  .container-10 {
    max-width: none;
  }

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

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

  #w-node-fd8346fa-0d57-701a-5d04-d2e8e9586fb9-cd61c715 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


