/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "AloeLight";
  src: url("../fonts/AloeveraDisplay-Light.otf");
}
@font-face {
  font-family: "AloeRegular";
  src: url("../fonts/AloeveraDisplay-Regular.otf");
}
@font-face {
  font-family: "AloeBold";
  src: url("../fonts/AloeveraDisplay-Bold.otf");
}
body {
  max-width: 100vw;
  font-family: "AloeRegular";
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px !important;
  margin: 0px !important;
}

.secondary-width {
  width: 80vw;
  margin-left: 10vw;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.menu-alt {
  background: #27a097;
  background: -moz-linear-gradient(180deg, #27a097 0%, rgba(39, 160, 151, 0) 100%);
  background: -webkit-linear-gradient(180deg, #27a097 0%, rgba(39, 160, 151, 0) 100%);
  background: linear-gradient(180deg, #27a097 0%, rgba(39, 160, 151, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3850",endColorstr="#1a3850",GradientType=1);
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.cta-form, .cta-btn {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.menu-alt, .btn-mf:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.dropdown-menu[data-bs-popper] {
  top: unset !important;
  left: unset !important;
}

.btn {
  display: block;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
}

.cta-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 200px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(90, 39, 160, 0.5);
  padding: 9px;
  transition: 0.35s ease-in-out;
}
.cta-btn:hover {
  color: #fff;
  border: 2px solid #5a27a0;
  background-color: #5a27a0;
}

.cta-form {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 200px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(90, 39, 160, 0.5);
  padding: 9px;
  transition: 0.35s ease-in-out;
}
.cta-form:hover {
  color: #fff;
  border: 2px solid #5a27a0;
  background-color: #5a27a0;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 2px solid #000 !important;
}

input:checked {
  width: 20px;
  height: 20px;
  background-color: #000 !important;
}

.form-check {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form-check h4 {
  width: 500px;
  text-align: left;
}

.menu {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
  width: 100vw;
  height: 70px;
  padding: 9px;
  transition: 0.35s ease-in-out;
  background-color: #5a27a0;
}
.menu .menu-toggle {
  display: none;
  background-color: #5a27a0;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.brand {
  width: 150px;
  padding: 9px;
}
.brand img {
  width: 100%;
}

.enlaces {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 25px;
  height: auto;
}
.enlaces li {
  margin: 0px;
  padding: 9px;
  color: #fff;
}
.enlaces li a {
  text-decoration: none;
  color: #fff;
  transition: 0.35s ease-in-out;
}
.enlaces li a:hover {
  padding-bottom: 9px;
  border-bottom: 2px solid #fff;
}

.language {
  width: 70px;
  padding: 0px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.language a {
  padding: 9px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: auto;
  transition: 0.35s ease-in-out;
}
.language a:hover {
  background-color: #5a27a0;
  color: #fff !important;
}
.language .active-language {
  background-color: #fff;
  color: #5a27a0;
}
@media screen and (max-width: 800px) {
  .language {
    margin-top: 0px;
  }
}

.floating-menu {
  position: fixed;
  z-index: 10;
  padding: 0px !important;
  width: 30px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
}
.floating-menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  list-style: none;
  color: #fff;
}
.floating-menu ul li {
  padding: 9px;
  margin-left: 18px;
}
.floating-menu ul li i {
  font-size: 16px;
}
.floating-menu ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .menu {
    flex-direction: row;
    align-items: center;
    height: auto;
  }
  .menu .menu-toggle {
    display: block;
    order: 3;
  }
  .menu .enlaces {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    background-color: #5a27a0;
    transition: 0.3s ease;
    margin-right: 0;
  }
  .menu .enlaces li {
    padding: 20px;
    text-align: center;
  }
  .menu .enlaces.active {
    left: 0;
  }
}
.menu-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
.menu-footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
}
.menu-footer ul li {
  width: 30%;
  padding: 4px;
}
.menu-footer img {
  width: 25vw;
}
@media screen and (max-width: 800px) {
  .menu-footer {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu-footer img {
    width: 90%;
  }
  .menu-footer ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
    width: 90%;
  }
  .menu-footer ul li {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0px;
  }
}

.btn-mf {
  display: block;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}
.btn-mf img {
  height: 20px;
  width: auto;
  margin-right: 9px;
}

.btn-v {
  background-color: #176319;
}

.btn-a {
  background-color: #5a27a0;
}

.btn-g {
  background-color: #333333;
}

#footerContainer {
  position: relative;
  height: 100px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}
#footerContainer ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  list-style: none;
  width: 100vw;
  padding: 9px;
  margin: 0px;
  background-color: #333333;
}
#footerContainer ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
#footerContainer ul li img {
  width: 20px;
  margin-right: 9px;
}
#footerContainer .copyright {
  height: 50px;
  margin: 0px;
  background-color: #5a27a0;
  width: 100%;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footerContainer .copyright p {
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
#footerContainer .copyright a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  #footerContainer p {
    width: 100%;
  }
}

.contenedor-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.cards-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-contact {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.card-contact img {
  z-index: 1;
  width: 100%;
}
.card-contact a {
  margin-bottom: 18px;
  position: absolute;
  z-index: 3;
  display: block;
  background-color: #5a27a0;
  padding: 9px;
  width: 150px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.card-contact a:hover {
  background-color: #176319;
}
@media screen and (max-width: 800px) {
  .card-contact {
    width: 90%;
  }
}

.contenedor-vial {
  height: 100vh;
  width: 100vw;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #27a097;
}
@media screen and (max-width: 800px) {
  .contenedor-vial {
    padding-top: 75px;
    padding-bottom: 75px;
    flex-direction: column !important;
    height: fit-content;
  }
}

.contenido-vial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9px;
  margin-left: 75px;
  width: 40vw;
}
@media screen and (max-width: 800px) {
  .contenido-vial {
    width: 100vw !important;
    margin-left: 0px !important;
    align-items: center;
  }
}
.contenido-vial h2 {
  font-family: "AloeBold";
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .contenido-vial h2 {
    width: 90%;
    text-align: left;
  }
}
.contenido-vial p {
  font-family: "AloeRegular";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contenido-vial p {
    width: 90%;
    text-align: left;
    font-size: 16px;
  }
}
.contenido-vial h3 {
  font-family: "AloeBold";
  font-size: 40px;
  color: #fff;
}
.contenido-vial h3 span {
  font-family: "AloeRegular";
}
@media screen and (max-width: 800px) {
  .contenido-vial h3 {
    width: 90%;
    text-align: left;
  }
}
.contenido-vial ul {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
.contenido-vial ul li {
  color: #fff;
}
.contenido-vial .card-paso {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.contenido-vial .card-paso h4 {
  width: auto;
  color: #fff;
  font-size: 40px;
  font-family: "AloeBold";
}
.contenido-vial .card-paso p {
  width: 70%;
  color: #fff;
  font-size: 12px;
  font-family: "AloeRegular";
  text-align: left;
}
@media screen and (max-width: 800px) {
  .contenido-vial .card-paso p {
    font-size: 16px;
  }
}

.aplicacion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .aplicacion {
    flex-direction: column;
    align-items: flex-start;
  }
}

.top-rojo {
  background-color: #a02730;
}

.top-morado {
  background-color: #5a27a0;
}

.card-vial-s {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  background-image: url("../img/dots_gray.png");
  background-size: 50%;
  background-repeat: no-repeat;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .card-vial-s {
    justify-content: center;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
    width: 100vw;
    padding-bottom: 75px;
    padding-top: 75px;
    background-size: 100%;
  }
}
.card-vial-s h1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  font-size: 40px;
  font-family: "Aloebold";
  color: #fff;
}
@media screen and (max-width: 800px) {
  .card-vial-s h1 {
    width: 100%;
    font-size: 20px;
  }
}
.card-vial-s .ico-vial {
  width: 100px;
  height: auto;
  filter: brightness(100);
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  .card-vial-s .ico-vial {
    width: 20%;
    height: auto;
  }
}
.card-vial-s .img-vial {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 800px) {
  .card-vial-s .img-vial {
    width: 50%;
    height: auto;
  }
}

.contenedor-exosomas {
  height: 100vh;
  width: 100vw;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .contenedor-exosomas {
    padding-top: 75px;
    padding-bottom: 0px;
    flex-direction: column !important;
    height: fit-content;
  }
}

.contenido-exosomas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9px;
  margin-left: 75px;
  width: 40vw;
}
@media screen and (max-width: 800px) {
  .contenido-exosomas {
    width: 100vw;
    margin-left: 0px;
    align-items: center;
  }
}
.contenido-exosomas h2 {
  font-family: "AloeBold";
  font-size: 40px;
  color: #27a097;
}
@media screen and (max-width: 800px) {
  .contenido-exosomas h2 {
    width: 90%;
    text-align: left;
  }
}
.contenido-exosomas p {
  font-family: "AloeRegular";
  font-size: 18px;
  color: #27a097;
}
@media screen and (max-width: 800px) {
  .contenido-exosomas p {
    font-size: 16px;
    width: 90%;
  }
}
.contenido-exosomas h3 {
  font-family: "AloeBold";
  font-size: 40px;
  color: #27a097;
}
.contenido-exosomas h3 span {
  font-size: "";
}
@media screen and (max-width: 800px) {
  .contenido-exosomas h3 {
    width: 90%;
    text-align: left;
  }
}
.contenido-exosomas ul {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
.contenido-exosomas ul li {
  color: #27a097;
}

.card-exosomas {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/dots_gray.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #333333;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  background-position: center;
}
.card-exosomas img {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .card-exosomas {
    width: 100vw;
    height: fit-content;
    border-bottom-left-radius: 0%;
    border-top-left-radius: 0%;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.contenedor-nosotros {
  height: 100vh;
  width: 100vw;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #333333;
}
@media screen and (max-width: 800px) {
  .contenedor-nosotros {
    padding-top: 75px;
    padding-bottom: 75px;
    flex-direction: column !important;
    height: fit-content;
  }
}

.contenido-nosotros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9px;
  margin-left: 75px;
  width: 40vw;
}
@media screen and (max-width: 800px) {
  .contenido-nosotros {
    width: 100vw;
    margin-left: 0px !important;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.contenido-nosotros img {
  width: 250px;
}
.contenido-nosotros h2 {
  font-family: "AloeBold";
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contenido-nosotros h2 {
    width: 90%;
    text-align: left;
  }
}
.contenido-nosotros p {
  font-family: "AloeRegular";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contenido-nosotros p {
    width: 90%;
    text-align: left;
    font-size: 16px;
  }
}
.contenido-nosotros h3 {
  font-family: "AloeBold";
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contenido-nosotros h3 {
    width: 90%;
    text-align: left;
  }
}
.contenido-nosotros h3 span {
  font-size: "";
}
.contenido-nosotros ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
.contenido-nosotros ul li {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contenido-nosotros ul {
    width: 90%;
  }
}

.card-nosotros {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/dots_gray.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  background-position: center;
}
.card-nosotros img {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .card-nosotros {
    width: 100vw;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
    height: fit-content;
  }
}

.contenedor-banner {
  height: 100vh;
  width: 100vw;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contenedor-banner {
    flex-direction: column;
  }
}

.img-top {
  width: auto;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 800px) {
  .img-top {
    position: absolute;
    z-index: -2;
  }
}

.img-top.is-fading {
  opacity: 0;
}

.logo-top {
  width: 300px;
}
@media screen and (max-width: 800px) {
  .logo-top {
    width: 50%;
    height: auto;
  }
}

.contenido-top {
  margin-left: 75px;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/dots_gray.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .contenido-top {
    background-image: none !important;
    width: 100%;
    margin-left: 0px;
  }
}

.viales {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 9px;
}
@media screen and (max-width: 800px) {
  .viales {
    flex-direction: column;
    backdrop-filter: brightness(0.5);
    height: 100%;
  }
}

.img-vial {
  width: 35%;
  height: auto;
  transition: 0.35s ease-in-out;
}

.card-vial {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 9px;
  width: 50%;
}
.card-vial .cta-vial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card-vial .cta-vial img {
  width: 30%;
}
.card-vial .cta-vial h3 {
  color: #333333;
  font-size: 28px;
  font-family: "AloeBold";
}
@media screen and (max-width: 800px) {
  .card-vial .cta-vial h3 {
    color: #fff;
  }
}

.vial-hover {
  width: 40% !important;
}

.cta-d {
  display: block;
  padding: 9px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-family: "AloeBold";
  background-color: #a02730;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.cta-d:hover {
  background-color: #333333;
}

.cta-c {
  display: block;
  padding: 9px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-family: "AloeBold";
  background-color: #5a27a0;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.cta-c:hover {
  background-color: #333333;
}

.enlaces-sociales {
  padding: 9px;
  width: 100vw;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  flex-direction: column;
}
.enlaces-sociales h2 {
  font-size: 40px;
  color: #fff;
}
.enlaces-sociales ul {
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0px;
}
.enlaces-sociales ul li {
  padding: 9px;
  margin: 9px;
}
.enlaces-sociales ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .enlaces-sociales {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .enlaces-sociales h2 {
    font-size: 20px;
  }
  .enlaces-sociales ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  .enlaces-sociales ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
