html,
* {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn__medsfinder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  padding: 8px 32px;
  border: none;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.btn__google{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  color: #0000008A;
  width: 384px;
  font-weight: 500;
  font-size: 20px;
  padding: 15px;
  line-height: 140%;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
hr{
  height: 1px;
  background-color: #292929;
  width: 100%;
}

.btn__medsfinder.btn__green {
  color: #fff;
  background-color: #00ccb8;
}
.btn__medsfinder.btn__green:hover {
  background-color: #048677;
  color: #fff;
}
.btn__medsfinder.btn__white {
  color: #00ccb8;
  background-color: #fff;
  padding: 12px 40px;
}
.btn__medsfinder.btn__black {
  color: #fff;
  background-color: #292929;
}
.btn__medsfinder.btn__black:hover {
  background-color: #048677;
}
.btn__medsfinder.btn__blog{
  color: #fff;
  background-color: #00ccb8;
  padding: 12px 40px;
}
.btn__medsfinder.btn__blog:hover{
  background-color: #048677;
}
.btn__medsfinder.btn__article{
  color: #00CCB8;
  background-color: #fff;
  border: 2px solid #00CCB8;
  padding: 8px 32px;
  width: 45%;
  font-size: 14px;
}
.btn__medsfinder.btn__article:hover{
  color: #fff;
  background-color: #00ccb8;
}
.btn__medsfinder.btn_article_more{
  height: 48px;
  background: #00CCB8;
  width: 150px;
  color: #fff;
}
.btn__medsfinder.btn_article_more:hover{
  background-color: #048677;
}
.btn__change{
  width: 384px;
}
.v-line {
  border-left: 1px solid #00ccb8;
  height: auto;
}
.txt__bold {
  font-weight: 700;
}

.navbar__site {
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(212, 210, 227, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(212, 210, 227, 0.2);
  margin: 0 auto;
  background: #fff;
  width: 100%;
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  display: block;
}
.navbar__site.open {
  background: #007fb3;
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.navbar__site .navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1600px;
  padding: 20px 148px;
  margin: 0 auto;
}
.navbar__site .navbar__container .nav-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.nav__item.mobile {
  display: none;
}
.nav__item.buttonC{
  padding-left: 80px;
}
.nav__item a {
  color: var(--dark, #292929);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.nav__item a:hover {
  color: #00CCB8;
}
.hamb {
  display: none;
  cursor: pointer;
  float: right;
  padding: 24px 16px;
}
.side-menu {
  display: none;
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 5s infinite;
          animation: shimmer 5s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.card__skeleton__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__skeleton__price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  
}


.hero {
  background-color: #00ccb8;
  padding-top: 108px;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  padding: 82px 148px;
  margin: auto;
  max-width: 1600px;
}
.hero .hero__container .hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 408px;
}
.hero .hero__container .hero__info svg {
  width: 156px;
}
.hero .hero__container .hero__info h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
}
.hero .hero__container .hero__info p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.hero__img.mobile {
  display: none;
}
.hero__img img {
  max-width: 100%;
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.banner__steps {
  background-color: #007fb3;
  padding-top: 60px;
  padding-bottom: 50px;
}
.banner__steps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 96px;
  padding: 80px 148px;
  margin: auto;
  max-width: 1600px;
  padding-top: 160px;
}
.banner__steps__container h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.banner__steps__container p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.banner__steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.banner__steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
  text-align: center;
  width: 340px;
}

.banner__search{
  padding-top: 50px;
}

.banner__search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 104px;
  padding: 80px 148px;
  margin: auto;
  max-width: 1600px;
}
.banner__search__container__found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 104px;
  padding: 0px 148px;
  margin: auto;
  max-width: 1600px;
}
.banner__search__container h2 {
  color: var(--blue-main, #007fb3);
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  margin: 0px 188px;
}

.banner__search__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.banner__search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.banner__search__input input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 40px 12px 80px;
  background: url("../img/icn_search.svg") no-repeat;
  background-size: 24px;
  background-position: 40px;
  border-radius: 8px;
  border: 1px solid var(--Color-600, #d4d2e3);
  color: var(--dark, #292929);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.banner__search__input input::-webkit-input-placeholder {
  color: #292929;
}
.banner__search__input input::-moz-placeholder {
  color: #292929;
}
.banner__search__input input:-ms-input-placeholder {
  color: #292929;
}
.banner__search__input input::-ms-input-placeholder {
  color: #292929;
}
.banner__search__input input::placeholder {
  color: #292929;
}
.banner__search__input input:focus-visible {
  outline: none;
}
.banner__search__input .btn__search {
  padding: 12px 40px;
  width: 282px;
}
.banner__search__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.banner__contacto {
  background-color: #979797;
  padding-top: 78px;
}
.banner__recovery {
  background-color: #FFF;
  padding-top: 78px;
}
.banner__contacto__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 96px;
  padding: 80px 148px 45px;
  margin: auto;
  max-width: 1600px;
}
.banner__contacto__container h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
}

.container__info{
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 148px;
}

.container__info__policy{
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 148px;
}

.container__policy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}

.container__policy h2{
  color: #00CCB8;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.container__policy h3{
color: var(--light-green, #00CCB8);
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 140%;
}

.container__info__policy p{
  color: #000;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%;
text-align: justify;
}

.container__info__policy .policy__center{
  padding: 10px 150px;
}

.banner__todo__blog{
  padding-top: 78px;
}
.banner__todo__blog__nota{
  background-color: #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 64px;
  padding: 64px 148px;
}
.banner__todo__blog__nota h3{
  color: #5D5D5E;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: left;
  font-weight: 500;
  letter-spacing: 3.2px;
}
.banner__todo__blog__nota h2{
  color: #292929;
  font-size: 2.5rem;
  line-height: 120%;
  text-align: left;
  font-weight: 500;
}
.resumen_nota{
  color: #6D6E76;
  font-size: 1rem;
  line-height: 150%;
  text-align: left;
  font-weight: 400;
}
.notas__container{
  padding: 64px 148px;
}
.content__nota{
  margin-bottom: 5rem;
}
.notas__container h4{
  color: #007FB3;
  font-size: 2rem;
  text-align: left;
  line-height: 120%;
  font-weight: 500;
}
.titulo_nota{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  color: #292929;
}
.content__img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__img img{
  max-width: 456px;
  max-height: 420px;
  margin: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.categorias__container{
  padding: 64px 148px;
}
.categorias__container h4{
  color: #007FB3;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
}
.grid__categoria{
  gap: 0;
}
.card__category{
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 24px;
  max-width: 282px;
}
.card__category:hover{
  background-color: #209F93;
  color: #fff;
  cursor: pointer;
}
.card__category:hover .nombre__categoria,
.card__category:hover .descripcion__categoria {
  color: #fff;
}

.contenido__card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 13px 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
.title__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap:13px;
}
 .nombre__categoria{
  color: #232536;
  font-weight: 500;
  line-height: 120%;
  font-size: 1.2rem;
}
 .descripcion__categoria{
  color: #6D6E76;
  font-weight: 400;
  font-size: 1rem;
}
.container__resumen{
  height: 100px;
}
/* Estilos categorias blog */
.banner__categoria{
  padding-top: 78px;
}

.container__categoria__titulo{
  background-color: #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 64px 345px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container__categoria__titulo h2{
  color: #292929;
  font-weight: 500;
  font-size: 4rem;
  line-height: 120%;
}

.container__categoria__titulo p{
  color: #6D6E76;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
}

.container__categoria__titulo a{
  color: #292929;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 150%;
  cursor: pointer;
}
.container__notas__categoria{
  padding: 60px 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}

.notas__categoria{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  width: 70%;
}
.nota{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
.todas__categorias{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 30%;
}
.imagen__categorias {
  width: 284px;
  height: auto;
  margin: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenido__nota{
  width: 70%;
}
.card__categoria a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6E6E6;
  padding: 16px 16px;
  gap: 13px;
  border-radius: 8px;
  width: 200px;
}
.card__categoria p{
  color: #232536;
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: 500;
}
.card__categoria:hover{
  background-color: #209F93;
  cursor: pointer;
  border-radius: 8px;
}
.card__categoria:hover p{
  color: #fff;
}
.titulo__nota__categoria{
  color: #232536;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.btn__medsfinder.btn__categoria{
  color: #00CCB8;
  background-color: #fff;
  border: 2px solid #00CCB8;
  padding: 8px 32px;
  width: 130px;
  font-size: 14px;
}
.btn__medsfinder.btn__categoria:hover{
  color: #fff;
  background-color: #00ccb8;
}
.paginador{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Prev, .next{
  background-color: transparent;
  border: none;
}
.imagen__categorias__mobil{
  display: none;

}
/* TERMINAN ESTILOS BLOG */

/*ESTILOS POST */
.banner__post{
  padding-top: 78px;
}
.container__info__post{
  padding: 64px 348px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.container__info__post h2{
  font-size: 3rem;
  font-weight: 500;
  color: #232536;
  line-height: 120%;
}
.autor__post{
  color: #007FB3;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
.fecha__post{
  color: #6D6E76;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 28px;
}
.container__img__post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 148px;
  justify-content: center;
  align-items: center;
}
.container__img__post img{
  max-width: 1200px;
  min-height: 546px;
}
.container__video__post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video__post{
  width: 545px;
  height: 350px;
}
.container__information__post{
  padding: 20px 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container__information__post h2 {
  margin-bottom: 32px;
}
.container__information__post h2 strong{
  color: #232536;
  font-weight: 500;
  line-height: 120%;
  font-size: 2rem;
}
.container__information__post p{
  color: #6D6E76;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 170%;
  margin-bottom: 35px;
  text-align: left;
}
.container__information__post ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  list-style: disc;
}
.points__post li{
  color: #161722;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.5rem;
}
.related__content{
  padding: 64px 148px;
}
.related__content h3{
  color: #007FB3;
    font-size: 2rem;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}
/* TERMINA ESTILOS POST */

/*Estilos banner CTA home */
  .banner__cta{
    padding-top: 50px;
  }
  .container__banner__cta {
    background-color: #007FB3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 148px;
  }
  .content__cta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 52px;
    width: 40%;
  }
  .title__cta{
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
    line-height: 120%;
  }
  .resumen__cta{
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
  }
  .content__img__cta{
    width: 60%;
  }
  .content__img__cta img{
    width: 100%;
    min-height: 608px;
    margin: auto;
  }
  .btn__medsfinder.btn__cta{
    color: #00ccb8;
    background-color: #FFF;
    padding: 12px 40px;
    width: 300px;
  }
  .btn__medsfinder.btn__cta:hover{
    background-color: #048677;
    color: #FFF;
  }
  .btn__medsfinder.btn__blog:hover{
    background-color: #048677;
  }
/* termina estilos banner cta */

.container__recovery{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 148px;
}

.container__nofound{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 148px;
  gap:30px
}
.title_nofound{
  font-size: 5rem;
  color: #292929;
  font-weight: 500;
}
.item__info {
  display: block;
  padding: 7px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.item__info p{
  color: var(--dark, #292929);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
  margin-bottom: 35px;
}
.item__info img{
  max-width: 675px;
  height: auto;
}
.user-login-form{
  padding-top: 160px;
  padding-left: 50px;
}

.user-login-form input{
  border-radius: 5px;
}

.item__info__nofound {
  display: block;
  padding: 7px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 200px;
}
.item__info__nofound p{
  color: var(--dark, #5D5D5E);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}
.formulario__contacto{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.formulario__contacto label {
  display: block;
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  color: #292929;
  font-weight: 600;
}
.space__form{
  padding-bottom: 30px;
}

.formulario__contacto input{
  display: block;
  margin-bottom: 10px; 
  width: 384px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #5D5D5E;
}
.formulario__contacto textarea{
  height: 100px;
  display: block;
  margin-bottom: 10px; 
  width: 384px;
  gap: 4px;
  border-radius: 5px;
}
.btn_contact{
  width: 384px;
  padding-top: 10px;
}
.send__change__password{
  width: 384px;
  padding-top: 10px;
}
.error{
  border-radius: 4px;
  border: 2px solid var(--error-2-erro-2, #CD3232) !important;
  background: var(--error-1-erro-1, #FCE9E9) !important;
}
.error-label{
  display: block !important;
}
.error-message{
  font-size: 14px;
  color: red;
}
.form__recovery{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 32px 0px !important;
  grid-template-columns: 1fr 0fr !important;
  padding-bottom: 0px !important;
}
.container_recov{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.form__recovery input{
  width: 384px;
  border-radius: 4px;
  border: 1px solid var(--stone, #5D5D5E);
  background: var(--white-branco, #FFF);
  height: 40px;
}
.social__media{
  background: #E6E6E6;
}
.social__media__container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 104px;
  padding: 80px 213px;
  margin: auto;
  max-width: 1600px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.item__social__media{
  background-color: #fff;
  color: #292929;
  font-size: 18px;
  width: 70%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center;
  padding-top: 15px;
}
.item__social__media svg{
  display: block;
  margin: 0 auto;
}
.item__social__media:hover{
  background-color: #209F93;
  color: #fff;
}
.item__social__media:hover svg circle {
  fill: #fff;
}

.item__social__media:hover svg path {
  fill: #209F93;
  stroke: #fff;
}
.item__social__media p{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0px 15px ;
  color: #292929;
}
.icono__meds{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 70px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icono__meds.icono__email{
  background-image: url(../img/icono__email.svg);
}
.icono__meds.icono__twitter{
  background-image: url(../img/icono__twitter.svg);
}
.icono__meds.icono__facebook{
  background-image: url(../img/icono__facebook.svg);
}

.container__infoPersonal{
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 148px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item__infoPersonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.subtitle{
  color: var(--stone, #5D5D5E);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: justify;
  margin-bottom: 40px;
}
.formulario__contacto input[type="checkbox"], .checkbox__container {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px 0px 5px ;
}
.formulario__contacto input[type="checkbox"]:checked {
  background-color: #fff;
  border: 2px solid #209F93;
}

.checkbox__container {
  margin:34px 0px 35px 0px;
  width: 100%;
}
.nombre__user{
  color: #5D5D5E;
}
.checkbox__container label{
  color: var(--stone, #5D5D5E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0px ;
}
.compras__section{
  padding: 30px 148px;
}
.compras__section h3{
  color: #5D5D5E;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  margin: 0px 110px;
}
.compras__container{
  padding: 50px 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-compras{
  border-collapse: collapse; 
  border-spacing: 0 42px; 
  width: 100%;
}

.table-compras td, .table-compras th {
  background-color: #E6E6E6 ;
  padding: 8px;
  color: #5D5D5E;
  font-size: 18px;
}

.table-compras th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fff;
  color: #292929;
}

.banner__pie__contact {
  background-color: #00ccb8;
}
.banner__pie__contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  padding: 80px 148px;
  margin: auto;
  max-width: 1600px;
}
.banner__pie__contact__container h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}
.banner__pie__contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
.pie__contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.btn__pie{
  width: 282px;
}

.banner__results__container{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
  padding: 0 148px;
}
.banner__results h3{
    color: var(--blue-main, #007fb3);
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    padding: 0px 148px 30px ;
}
.descripcion__resultado{
  color: #292929;
  text-align: left;
  font-size: 1rem;
  padding: 0px 148px 30px ;
}
.card__results{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid var(--ultralight-gray, #E6E6E6);
  width: 300px;
}
.img__card {
  width: 100%;
  height: 250px;
  border-radius: 10px; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img__card img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.descripcion{
  width: 100%;
  min-height: 75px;
}
.detalles__card{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.descripcion p{
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  color: #5D5D5E;
  line-height: 1.35em;
  overflow-wrap: break-word;
}

.text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detalles__card p{
  margin-right: 0.5rem; 
  font-size: 1rem;
  font-weight: 600;
  margin-right: 20px;
  line-height: 1.25em;
}
.detalles__card .costo__producto {
  margin-bottom: 0.5rem;
}
.detalles__card p span{
  font-size: 0.875em;
  font-weight: 600;
}
.detalles__card p small{
  font-size: 0.875em;
}
.detalles__card span{
  color: #5D5D5E;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 20px;
}
.container__buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.btn__green__small{
    color: #fff;
    background-color: #00ccb8;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 32px;
    cursor: pointer;
}
.btn__green__small:hover {
  background-color: #048677;
  color: #fff;
}

.container__buttons .btn__green__small:disabled,
.container__buttons .btn__green__small.disabled{
  opacity: 0.7;
}
.container__buttons .btn__green__small:disabled:hover,
.container__buttons .btn__green__small.disabled:hover{
  opacity: 0.7;
}
.btn__white__small{
    border-radius: 8px;
    border: 2px solid #209F93;
    background-color: #fff;
    color: #209F93;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 32px;
    cursor: pointer;
}
.tags__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 7px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: var(--blue-main, #007fb3);
  cursor: pointer;
  color: var(--White, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border: none;
}
.tag__item.light {
  background: rgba(0, 127, 179, 0.44);
}
.tag__item:hover,
.tag__item.light:hover{
  background-color: #048677;
}

.tag__item p, .tag__item.light p{
  color: #fff;
}

.medsfinder__works {
  background-color: var(--Color-300, #f9f9ff);
  padding-top: 50px;
}
.medsfinder__works__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding: 96px 148px 64px;
  margin: auto;
  max-width: 1600px;
}
.medsfinder__works__container h2 {
  color: var(--light-green, #00ccb8);
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}
.medsfinder__works__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.medsfinder__works__block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.medsfinder__works__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.medsfinder__works__info h3 {
  color: var(--light-green, #00ccb8);
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
}
.medsfinder__works__info p,
.medsfinder__works__info li {
  color: var(--dark, #292929);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.medsfinderworkslist {
  padding-left: 36px;
  padding-top: 24px;
  list-style: disc;
}
.medsfinder__works__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.medsfinder__works__img img {
  max-width: 100%;
}

.medicines__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  padding: 80px 148px;
  margin: auto;
  max-width: 1600px;
}
.medicines__container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 16px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.medicines__container h2 {
  color: var(--light-green, #00ccb8);
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}
.medicines__container p {
  color: var(--dark, #292929);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}


.banner__platform {
  padding-top: 50px;
  background-color: #00ccb8;
}
.banner__platform__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  padding: 80px 148px;
  margin: auto;
  max-width: 1600px;
}
.banner__platform__container h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}
.banner__platform__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.platform__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
.platform__item img {
  max-width: 360px;
}
.platform__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.platform__info h4 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.platform__info p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.platform__info .btn__white {
  -ms-flex-item-align: center;
      align-self: center;
}

.banner__blog{
  padding-top: 50px;
}

.banner__blog__container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 84px;
  padding: 80px 148px;
  margin: auto;
  max-width: 1600px;
}
.banner__blog__container h2{
  color: #007fb3;
  text-align: left;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}
.blog__img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 384px;
  min-height: 249px;
}
.blog__img img{
  margin: auto;
  width: 100%;
  height: 249px;
}
.banner__blog__container img{
  width: 100%;
  height: 249px;
  margin: auto;

}


.title__category{
  font-weight: 600;
  font-size: 18px;
  color: #232536;
  line-height: 140%;
}
.autor{
  color: #007FB3;
}

.banner__blog__container .btn__blog{
  -ms-flex-item-align: center;
      align-self: center;
}

.banner__blog__container h6{
  font-size: 1em;
  color: #232536;
  font-weight: 600;
  text-align: left;
  height: 30px;
  max-height: 32px;
}
.banner__blog__container .data{
  color: #4C4C4C;
  font-size: 14px;
  line-height: 150%;
}

.banner__blog__container .resumen{
  color: #6D6E76;
  font-size: 1em;
  line-height: 150%;
  text-align: left;
}

.modal {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 854px;
  padding: 30px 56px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  z-index: 101;
  width: auto;
  max-width: 1120px;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 12px 16px rgba(7, 14, 30, 0.08);
  box-shadow: 0px 12px 16px rgba(7, 14, 30, 0.08);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.modal.medium__modal {
  max-width: 600px;
}
.modal.medium__modal .modal__container .modal__title h2 {
  font-size: 1.5rem;
}
.modal__question {
  width: 40% !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 854px;
  padding: 30px 56px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  z-index: 101;
  width: auto;
  max-width: 1120px;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 12px 16px rgba(7, 14, 30, 0.08);
  box-shadow: 0px 12px 16px rgba(7, 14, 30, 0.08);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hidden {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2c3131;
  opacity: 0.55;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 100;
}

.modal__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.95);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
.modal__content__search {
  color: #fff;
  font-size: 1.5rem;
  padding: 20px;
  text-align: center;
}
.modal__content__search h2{
  margin-bottom: 72px;
}

#animatedSvg {
  -webkit-animation: moveInCircle 5s linear infinite;
          animation: moveInCircle 5s linear infinite; 
  -webkit-transform-origin: center center; 
      -ms-transform-origin: center center; 
          transform-origin: center center;
}
@-webkit-keyframes moveInCircle {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); 
  }
  25% {
    -webkit-transform: translateY(-50px) translateX(0);
            transform: translateY(-50px) translateX(0); 
  }
  50% {
    -webkit-transform: translateY(-50px) translateX(50px);
            transform: translateY(-50px) translateX(50px); 
  }
  75% {
    -webkit-transform: translateY(-50px) translateX(-50px);
            transform: translateY(-50px) translateX(-50px); 
  }
}
@keyframes moveInCircle {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); 
  }
  25% {
    -webkit-transform: translateY(-50px) translateX(0);
            transform: translateY(-50px) translateX(0); 
  }
  50% {
    -webkit-transform: translateY(-50px) translateX(50px);
            transform: translateY(-50px) translateX(50px); 
  }
  75% {
    -webkit-transform: translateY(-50px) translateX(-50px);
            transform: translateY(-50px) translateX(-50px); 
  }
}

.container__form__log{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__login__admin{
  width: 30%;
}
.form__button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__button .btn{
  width: 30%;
}
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.container__login{
  gap: 40px !important;
}
.modal__container .modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.modal__container .modal__title h2 {
  color: var(--dark, #292929);
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}
.modal__container .modal__title .icn__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.modal__container .modal__info form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
}
.modal__container .modal__info form .input__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.modal__container .modal__info form .input__group label {
  color: var(--dark, #292929);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.modal__container .modal__info form .input__group input {
  outline: none;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--stone, #5d5d5e);
  color: var(--dark, #292929);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  background: #fff;
  height: 40px;
}
.modal__container .modal__info form .input__group input.error {
  border: 1px solid#CD3232;
  background: #FCE9E9;
}

.input-field {
  position: relative;
  height: 55px;
  width: 100%;
}
.input-field input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 0 15px;
  border: 1px solid #d1d1d1;
}
.invalid input {
  border-color: #d93025;
}
.input-field .show-hide,
.input-field .hide-password {
  position: absolute;
  right: 13px;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #919191;
  cursor: pointer;
  padding: 3px;
  opacity: 0.7;
}

.modal__container .modal__info form .input__group input {
  padding-right: 30px; 
}
.modal__container .btn__medsfinder {
  width: 384px;
  -ms-flex-item-align: center;
      align-self: center;
}
.modal__container .btn__medsfinder:disabled,
.modal__container .btn__medsfinder.disabled {
  opacity: 0.7;
}
.modal__container .btn__medsfinder:disabled:hover,
.modal__container .btn__medsfinder.disabled:hover {
  opacity: 0.7;
}
.item__infoPersonal .update__datos__user:disabled,
.item__infoPersonal .update__datos__user.disabled{
  opacity: 0.7;
}
.item__infoPersonal .update__datos__user:disabled:hover,
.item__infoPersonal .update__datos__user.disabled:hover{
  opacity: 0.7;
}
.tags__group .tag__item:disabled,
.tags__group .tag__item.disabled{
    opacity: 0.5
}
.tags__group .tag__item:disabled:hover,
.tags__group .tag__item.disabled:hover{
    opacity: 0.5
}
.aviso_reg{
  width: 384px;
  -ms-flex-item-align: center;
      align-self: center;
}
.aviso_reg_log{
  width: 384px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: -20px !important;
}
.modal__container .btn__medsfinder__login {
 margin-top: 0px !important;
}
.modal__container .modal__info__thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 30px;
}
.modal__container .modal__info__thanks h4,
.modal__container .modal__info__thanks p {
  color: var(--dark, #292929);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}
.modal__container .modal__info__thanks h4 {
  font-weight: 600;
}

.modal__container .modal__info__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.modal__container .modal__info__send h4,
.modal__container .modal__info__send p {
  color: var(--dark, #292929);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}
.modal__container .modal__info__send h4 {
  font-weight: 600;
}
.container__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.forget__password{
  color: var(--dark, #292929);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.forget__password:hover{
  color: #048677;
  cursor: pointer;
}

.container__link p{
  color: #5d5d5e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.link__registro{
  color: var(--dark, #292929);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
.link__log{
  color: var(--dark, #292929);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 54px 16px 32px;
  margin: auto;
  max-width: 1600px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer__links span,
.footer__links a {
  color: var(--dark, #292929);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.footer__links a {
  text-decoration: underline;
}
div.dt-button-collection {
  background-color: #454d55 !important;
}
.buttons-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.pagination-search-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}

.container__info p{
  color: var(--dark, #292929);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 120%; 
}
.container__info form label{
  font-weight: 600;
  font-size: 16px;
  color: #292929;
}
.container__info form input{
  border-color: #292929;
  height: 40px;
  border-radius: 4px;
}
.container__info form textarea{
  border-color: #292929;
  height: 100px;
  border-radius: 4px;
}
.container__info img{
  width: 90%;
}
.image__mobile{
  display: none;
}
@media screen and (max-width: 1200px) {
  .container__info {
    padding: 0px 0px;
  }
  .banner__results__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .container__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__contacto__container {
    padding: 80px 45px 45px;
  }
  .social__media__container {
    padding: 80px 50px ;
  }
  .hamb {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav-site {
    background: #007fb3;
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 72px;
  
    opacity: 0;
    
    -webkit-box-ordinal-group: 5;
    
        -ms-flex-order: 4;
    
            order: 4;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
            box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
    -webkit-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
    -o-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
    transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
  }
  .navbar__site .navbar__container {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav__logo {
    padding-left: 16px;
  }
  .nav__logo svg {
    width: 48px;
    height: 48px;
  }
  .nav__item.space{
    display: none;
  }
  .nav__item.buttonC{
    padding-left: 0px;
  }
  .nombre__user {
    color: #FFF;
    font-size: 1.2rem;
  }
  .hamb-line {
    background: #333333;
    display: block;
    height: 2.5px;
    position: relative;
    border-radius: 2px;
    width: 24px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .hamb-line::before,
  .hamb-line::after {
    border-radius: 2px;
    background: #333333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hamb-line::before {
    top: 7px;
    width: 24px;
    height: 2.5px;
  }
  .hamb-line::after {
    top: -7px;
    height: 2.5px;
    width: 24px;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    width: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    background: #fff;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    width: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    background: #fff;
  }
  .navbar__site .navbar__container .nav-site {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    opacity: 0s;
    height: 0;
  }
  .side-menu:checked ~ .nav-site {
    padding: 16px;
    max-height: 1000px;
    opacity: 1;
    z-index: 2;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: calc(100vh - 72px);
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .navbar__site .navbar__container .nav-site .nav__item:last-child {
    margin-top: 32px;
  }
  .nav__item {
    width: 100%;
    text-align: center;
  }
  .nav__item a {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
  }
  .nav__item .btn__medsfinder {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
  }
  .nav__item.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .banner__pie__contact__container h2 {
    font-size: 32px;
  }
  .banner__blog__container img {
    max-width: 284px;
  }
  .content__img img {
    max-width: 350px;
  }
  .card__category {
    max-width: 205px;
  }
  .notas__container {
    padding: 64px 120px;
  }
  .grid__categoria{
    gap: 20px;
  }
}
@media screen and (max-width:1220px) {
  .container__info {
    padding: 50px;
  }
  .item__info img {
    max-width: 550px;
  }
  .hamb {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav-site {
    background: #007fb3;
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 72px;
  
    opacity: 0;
    
    -webkit-box-ordinal-group: 5;
    
        -ms-flex-order: 4;
    
            order: 4;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
            box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
    -webkit-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
    -o-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
    transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
  }
  .navbar__site .navbar__container {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav__logo {
    padding-left: 16px;
  }
  .nav__logo svg {
    width: 48px;
    height: 48px;
  }
  .nav__item.space{
    display: none;
  }
  .nav__item.buttonC{
    padding-left: 0px;
  }
  .nombre__user {
    color: #FFF;
    font-size: 1.2rem;
  }
  .hamb-line {
    background: #333333;
    display: block;
    height: 2.5px;
    position: relative;
    border-radius: 2px;
    width: 24px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .hamb-line::before,
  .hamb-line::after {
    border-radius: 2px;
    background: #333333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hamb-line::before {
    top: 7px;
    width: 24px;
    height: 2.5px;
  }
  .hamb-line::after {
    top: -7px;
    height: 2.5px;
    width: 24px;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    width: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    background: #fff;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    width: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    background: #fff;
  }
  .navbar__site .navbar__container .nav-site {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    opacity: 0s;
    height: 0;
  }
  .side-menu:checked ~ .nav-site {
    padding: 16px;
    max-height: 1000px;
    opacity: 1;
    z-index: 2;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: calc(100vh - 72px);
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .navbar__site .navbar__container .nav-site .nav__item:last-child {
    margin-top: 32px;
  }
  .nav__item {
    width: 100%;
    text-align: center;
  }
  .nav__item a {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
  }
  .nav__item .btn__medsfinder {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
  }
  .nav__item.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .banner__blog__container img {
    max-width: 284px;
  }
  .content__img img {
    max-width: 380px;
  }
  .card__category {
    max-width: 210px;
  }
  .container__information__post {
    padding: 20px 248px;
  }
  .grid__categoria{
    gap: 20px;
  }
  .banner__blog__container h6{
    height: 45px;
    max-height: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .navbar__site .navbar__container {
    padding: 20px 88px;
  }
  .navbar__site .navbar__container .nav-site {
    gap: 32px;
  }
  .hero__container {
    padding: 82px 88px;
    gap: 24px;
  }
  .hero .hero__container .hero__info {
    min-width: 360px;
  }
  .hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner__steps__container {
    gap: 96px;
    padding: 80px 88px;
  }
  .banner__search__container {
    gap: 104px;
    padding: 80px 88px;
  }
  .medsfinder__works__container {
    padding: 96px 88px 64px;
  }
  .medicines__container {
    padding: 80px 88px;
  }
  .banner__platform__container {
    padding: 80px 88px;
  }
  .platform__item img {
    max-width: 100%;
  }
  .banner__results__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .item__info img {
    max-width: 500px;
    height: auto;
  }
  .container__info form button{
    width: 305px;
  }
  .banner__blog__container img {
    max-width: 250px;
  }

  .content__img img {
    max-width: 315px;
  }
  .categorias__container {
    padding: 64px 140px;
  }
  .card__category {
    max-width: 180px;
  }
  .container__info__post {
    padding: 64px 178px;
  }
  .container__img__post {
    padding: 20px 80px;
  }
  .container__information__post {
    padding: 20px 180px;
  }
  .content__img__cta img {
    min-height: 628px;
  } 
  .container__notas__categoria {
    padding: 60px 70px;
  }
  .btn__medsfinder.btn__article {
    width: 60%;
  }
  .grid__categoria{
    gap: 20px;
  }
  .blog__img img {
    height: 150px;
  }
  .banner__blog__container h6{
    height: 45px;
    max-height: 50px;
  }
}


@media screen and (max-width: 980px) {
  .modal {
    max-width: 86%;
  }
  .img__card {
    width: 100%;
    height: 300px;
}
.img__card img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__results__container {
  grid-template-columns: repeat(2,1fr);
  gap: 32px;
  padding: 0px 20px;
}
.hamb {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.nav-site {
  background: #007fb3;
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 72px;

  opacity: 0;
  
  -webkit-box-ordinal-group: 5;
  
      -ms-flex-order: 4;
  
          order: 4;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
  -webkit-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
  -o-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
  transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
}
.navbar__site .navbar__container {
  padding: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__logo {
  padding-left: 16px;
}
.nav__logo svg {
  width: 48px;
  height: 48px;
}
.nav__item.space{
  display: none;
}
.nav__item.buttonC{
  padding-left: 0px;
}
.nombre__user {
  color: #FFF;
  font-size: 1.2rem;
}
.hamb-line {
  background: #333333;
  display: block;
  height: 2.5px;
  position: relative;
  border-radius: 2px;
  width: 24px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.hamb-line::before,
.hamb-line::after {
  border-radius: 2px;
  background: #333333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hamb-line::before {
  top: 7px;
  width: 24px;
  height: 2.5px;
}
.hamb-line::after {
  top: -7px;
  height: 2.5px;
  width: 24px;
}
.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
  width: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  background: #fff;
}
.side-menu:checked ~ .hamb .hamb-line::after {
  width: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  background: #fff;
}
.navbar__site .navbar__container .nav-site {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  opacity: 0s;
  height: 0;
}
.side-menu:checked ~ .nav-site {
  padding: 16px;
  max-height: 1000px;
  opacity: 1;
  z-index: 2;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  height: calc(100vh - 72px);
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.navbar__site .navbar__container .nav-site .nav__item:last-child {
  margin-top: 32px;
}
.nav__item {
  width: 100%;
  text-align: center;
}
.nav__item a {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
.nav__item .btn__medsfinder {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.nav__item.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.banner__blog__container img {
  max-width: 200px;
}
.content__img img {
  max-width: 255px;
}
.categorias__container {
  padding: 64px 100px;
}
.card__category {
  max-width: 175px;
}
.container__notas__categoria {
  padding: 60px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .card__categoria a {
    width: 400px;
  }
  .grid__categoria{
    gap: 20px;
  }
}
@media screen and (max-width:751px) {
  .item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  
}
@media screen and (max-width: 768px) {
  .hamb {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav-site {
    background: #007fb3;
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 72px;

    opacity: 0;
    
    -webkit-box-ordinal-group: 5;
    
        -ms-flex-order: 4;
    
            order: 4;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
            box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
    -webkit-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
    -o-transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
    transition: opacity 0.3s ease-in, height 0.6s ease-in-out;
  }
  .navbar__site .navbar__container {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav__logo {
    padding-left: 16px;
  }
  .nav__logo svg {
    width: 48px;
    height: 48px;
  }
  .nav__item.space{
    display: none;
  }
  .nav__item.buttonC{
    padding-left: 0px;
  }
  .nombre__user {
    color: #FFF;
    font-size: 1.2rem;
  }
  .hamb-line {
    background: #333333;
    display: block;
    height: 2.5px;
    position: relative;
    border-radius: 2px;
    width: 24px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .hamb-line::before,
  .hamb-line::after {
    border-radius: 2px;
    background: #333333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hamb-line::before {
    top: 7px;
    width: 24px;
    height: 2.5px;
  }
  .hamb-line::after {
    top: -7px;
    height: 2.5px;
    width: 24px;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    width: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    background: #fff;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    width: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    background: #fff;
  }
  .navbar__site .navbar__container .nav-site {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    opacity: 0s;
    height: 0;
  }
  .side-menu:checked ~ .nav-site {
    padding: 16px;
    max-height: 1000px;
    opacity: 1;
    z-index: 2;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: calc(100vh - 72px);
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .navbar__site .navbar__container .nav-site .nav__item:last-child {
    margin-top: 32px;
  }
  .nav__item {
    width: 100%;
    text-align: center;
  }
  .nav__item a {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
  }
  .nav__item .btn__medsfinder {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
  }
  .nav__item.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .medicines__container .list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
  .medicines__container .list img{
    width: 40%;
  }
 
  .hero {
    padding-top: 72px;
  }
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 44px 16px 64px;
    gap: 24px;
  }
  .hero .hero__container .hero__info {
    min-width: auto;
    gap: 24px;
  }
  .hero .hero__container .hero__info svg {
    -ms-flex-item-align: center;
        align-self: center;
    width: 70%;
    height: auto;
  }
  .hero .hero__container .hero__info h1 {
    font-size: 36px;
  }
  .hero .hero__container .hero__info p {
    font-size: 18px;
    margin: 10px;
  }
  .hero__img {
    display: none;
  }
  .hero__img.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__steps{
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .banner__steps__container {
    gap: 64px;
    padding: 64px 16px;
  }
  .banner__steps__container h2 {
    font-size: 32px;
  }
  .banner__steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 90px;
  }
  .banner__steps__item {
    width: 100%;
  }
  .banner__steps__item svg {
    max-width: 100%;
  }
  .banner__search__container {
    gap: 64px;
    padding: 2rem 16px 2rem;
  }
  .banner__search__container h2 {
    font-size: 32px;
  }
  .banner__results h3{
    padding: 10px 16px;
  }
  .descripcion__resultado {
    padding: 10px 16px 25px;
  }
  .banner__search__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .banner__search__input .btn__search {
    width: 100%;
  }

  .banner__search__input .btn__search:disabled,
  .banner__search__input .btn__search.disabled {
    opacity: 0.7;
  }
  .banner__search__tags {
    gap: 16px;
  }
  .banner__contacto__container{
    gap: 64px;
    padding: 16px 16px;
  }
  .container__info{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 50px;
  }
  .container__recovery{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px 50px;
  }
  .container__info p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
  }
  .container__info img{
    max-width: 343px;
  }
  .container__nofound {
    padding: 50px 0px;
  }
  .item__info__nofound {
    padding: 0px 10px; 
  }
  .banner__search__container__found {
    gap: 104px;
    padding: 0px 10px;
  }
  .formulario__contacto input{
    width: 343px;
    height: 40px;
  }
  .formulario__contacto textarea {
    height: 120px;
    width: 343px;
    gap: 4px;
  }
  .btn_contact {
    width: 343px;
  }
  .send__change__password{
    width: 343px;
  }
  .social__media__container{
    width: 343px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0px 80px 0px;
  }
  .item__social__media{
    width: 100%;
  }
  .item__social__media p{
    font-size: 24px;
  }
  .banner__pie__contact__container{
    width: 346px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__pie__contact__content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
  .banner__pie__contact__container h2{
    font-size: 30px;
    text-align: left;
  }
  .container__infoPersonal{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 0px;
  }
  .compras__section{
    padding: 0px 0px;
  }
  .compras__section h3{
    padding: 50px 33px;
    margin: 0px 0px;
  }
  .compras__container{
    padding: 0px 0px;
  }
  .subtitle{
    padding-top: 40px;
  } 
  .banner__results__container{
    grid-template-columns: repeat(1,1fr);
    gap: 32px;
    padding: 0px 16px 0px 16px;
  }
  .banner__blog__container {
    padding: 64px 25px;
    gap: 10px;
  }
  .banner__blog__container img {
    max-width: 343px;
    height: auto;
  }
  .banner__blog__container h6{
    font-size: 1.5em;
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .btn__medsfinder.btn__article {
    width: 100%;
  }
  .btn__medsfinder.btn__blog {
    width: 343px;
}
  .banner__blog__container h2{
    font-size: 32px;
  }

  .banner__todo__blog__nota {
    gap: 64px;
    padding: 64px 16px;
  }

  .btn__medsfinder.btn_article_more {
    width: 343px;
  }
  .bloque__img{
    display: none;
  }
  .blog__img img {
    height: auto;
  }
  .notas__container {
    padding: 35px 25px;
  }
  .content__img{
    display: none;
  }
  .image__mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .categorias__container {
    padding: 35px 25px;
  }
  .card__category {
    margin-bottom: 16px;
    max-width: 100%;
  }

  .banner__todo__blog__nota img{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .title__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap:10px;
  }

  /* Estilos mobile categoria blog */
  .container__categoria__titulo{
    padding: 64px 16px;
  }
  .container__categoria__titulo h2 {
    font-size: 3rem;
  }
  .container__categoria__titulo p {
    font-size: 1.2rem;
  }
  .container__notas__categoria{
    padding: 64px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nota {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    width: 100%;
  }
  .todas__categorias h3{
    color: #007FB3;
    font-weight: 500;
    font-size: 2rem;
  }
  .imagen__categorias{
    display: none;
  }

  .card__categoria a {
    width: 343px;
  }
  .card__categoria p{
    font-weight: 700;

  }
  .btn__medsfinder.btn__categoria {
    width: 100%;
    font-size: 20px;
  }
  .imagen__categorias__mobil{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 343px;
    min-height: 170px;
    margin: auto;
  }
  .contenido__nota{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  /*termina estilos blog*/

  /* Estilos mobile post*/
  .container__info__post {
    padding: 40px 16px;
  }
  .container__img__post {
    padding: 0px 0px;
  }
  .container__img__post img{
    width: 100%;
    min-height: 172px;
  }
  .container__information__post {
    padding: 20px 16px;
  }
  .points__post {
    padding: 2px 16px;
  }
  .container__info__post h2 {
    font-size: 2rem;
  }
  .related__content {
    padding: 64px 16px;
  }
  .container__video__post {
    padding-top: 30px;
  }
  .video__post{
    width: 100%;
    height: 250px;
  }
  /* termina post mobile */

  /*Estilos mobile CTA */
  .container__banner__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    padding: 0px;
  }
  .content__cta {
    width: 100%;
    padding: 30px 16px;
  }
  .btn__medsfinder.btn__cta {
    width: 100%;
  }
  .content__img__cta{
    padding-top: 30px;
    width: 100%;
  }
  .content__img__cta img {
    width: 100%;
    min-height: 303px;
  }
  /*Termina estilos CTA mob*/

  .text__container{
    padding-right: 50px;
  }
  .tags__group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .medsfinder__works__container {
    gap: 72px;
    padding: 72px 16px 64px;
  }
  .medsfinder__works__container h2 {
    font-size: 32px;
  }
  .medsfinder__works__block,
  .medsfinder__works__block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medsfinder__works__info {
    gap: 24px;
  }
  .medsfinder__works__info h3 {
    font-size: 36px;
  }
  .medsfinder__works__info p,
  .medsfinder__works__info li {
    font-size: 18px;
  }
  .medicines__container {
    padding: 56px 16px 64px;
    gap: 56px;
  }
  .medicines__container h2 {
    font-size: 32px;
  }
  .medicines__container p {
    display: inline;
    font-size: 14px;
  }
  .medicines__container .list + div {
    text-align: center;
  }
  .medicines__container .list img{
    width: auto;
  }
  .banner__platform__container {
    gap: 64px;
    padding: 64px 16px;
  }
  .banner__platform__container h2 {
    font-size: 32px;
  }
  .banner__platform__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 84px;
  }
  .platform__info .btn__white {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .modal {
    max-width: 95%;
    padding: 21px 16px;
    height: 100vh;
    overflow-y: auto;
  }
  .modal__info{
    width: 100%;
  }
  .modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    max-width: 95%;
    height: 100vh;
  }
  .modal__container .modal__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
  .modal__container .modal__title svg {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .modal__container .modal__info form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .modal__container .modal__info form .input__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}
  .modal__container .modal__title h2 {
    font-size: 1.2rem;
  }
  .modal__container .btn__medsfinder {
    padding: 12px 16px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
  .form__recovery input {
    width: 271px;
  }
  .footer__container {
    gap: 40px;
    padding: 64px 16px 44px;
  }
  .footer__container svg {
    max-width: 100%;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .v-line {
    display: none;
  }
  .banner__contacto__container h2 {
    font-size: 2rem;
  }
  .form__login__admin{
    width: 70%;
  }
  .container__info__policy {
    padding: 20px 10px;
  }
  .container__info__policy .policy__center {
    padding: 10px 70px;
  }
  .banner__promocional{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .grid__categoria{
    gap: 0px;
  }
  .modal__question {
    width: 100% !important;
  }
  .card__results {
    width: 100%;
  }
  .container__resumen {
     height: auto;
  }
  .notas__categoria {
    width: 100%;
  }
  .banner__search {
    padding-top: 0px;
  }
  .banner__search__actions {
    gap: 15px;
  }
  .tag__item {
    height: 34px;
    padding: 7px 18px;
  }
}

@media screen and (min-width:1620px) {
.container__information__post{
  padding: 20px 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
}