.abbot__article__top {
  background-color: #f5f5f5;
  padding: 16px 0;
}
.abbot__article__top__container {
  max-width: 1600px;
  margin: auto;
  padding: 0 156px;
}
.abbot__navigation {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.abbot__navigation .mini_card {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 150%;
  color: #ffffff;
  background: #009cde;
  border: 1.5px solid #009cde;
  border-radius: 50px;
  width: fit-content;
  padding: 2px 0.5rem;
}
.abbot__navigation p {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #2b2b2b;
}
.abbot__navigation a {
  color: #2b2b2b;
}
.abbot__navigation a:hover {
  color: #009cde;
}
.abbot__navigation img {
  width: 16px;
}
.abbot__navigation .navigation__brand {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 150%;
  color: #2b2b2b;
}

.rate__content {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 0.5rem;
}
.rate__content span {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 0.5rem;
}
.rates {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.rates.qualified {
  pointer-events: none;
}
.rates p#tooltip-text {
  display: none;
  position: absolute;
  opacity: 0;
  right: -170px;
  top: -8px;
  z-index: 1;
  background: #2c3131;
  padding: 12px;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 8px;
  animation: opacity 0.6s;
}
.rates p#tooltip-text.tooltip-bottom {
  top: -46px;
  right: -190px;
}
.rates p#tooltip-text:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0%;
  margin-left: -15px;
  border: 8px solid #0000;
  border-top: 8px solid #2c3131;
  transform: rotate(90deg);
}
.rates:not(:checked) > input {
  display: none;
}
.rates:not(:checked) > label {
  /* float: right; */
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.875rem;
  color: #d9d9d6;
}
.rates:not(:checked) > label:before {
  content: "★ ";
}
.rates > input:checked ~ label {
  color: #ffc700;
}
.rates:not(:checked) > label:hover,
.rates:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rates > input:checked + label:hover,
.rates > input:checked + label:hover ~ label,
.rates > input:checked ~ label:hover,
.rates > input:checked ~ label:hover ~ label,
.rates > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.abbot__article {
  padding: 0 0 48px;
}
.abbot__article.full {
  padding: 0;
}
.abbot__article__container {
  max-width: 1600px;
  margin: auto;
  padding: 40px 156px;
}
.abbot__article.full .abbot__article__container {
  width: 100%;
}
.abbot__article__container h1 {
  font-weight: 420;
  font-size: 3.5rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.abbot__article__container .card__labels:first-of-type {
  margin: 24px 0;
}

.socials__container {
  display: flex;
  column-gap: 1.5rem;
}
.socials__container svg:hover rect {
  fill: #004f71;
}
.socials__container svg:hover circle {
  fill: #004f71;
}
.article__date {
  display: flex;
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #000000;
  margin: 1.5rem 0 0;
}
.article__content {
  display: flex;
  column-gap: 1.5rem;
}
.article__content .article__content__left {
  width: 80%;
}
.article__content .article__content__left.is__fullpage {
  width: 100%;
}
.article__content.full .article__content__left {
  width: 100%;
}
.article__content .article__content__left p {
  font-family: var(--third-font), "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  color: #000000;
  margin: 40px 0;
}
.article__content .article__content__left h2 {
  font-weight: 420;
  font-size: 2.25rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin: 40px 0;
}
.article__content .article__content__left .content__float {
  overflow: hidden;
}
.article__content .article__content__left .content__float .img__float {
  float: left;
  margin-right: 2rem;
  width: 18vw;
  aspect-ratio: 3/4;
  background-image: url(../img/img_nota_sec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article__content .article__content__left .content__float img.unfloat {
  display: none;
}
.article__content .article__content__left .content__float p {
  margin: 0 0 2rem;
}
.article__content .article__content__left .content__float :last-child {
  margin: 0;
}
.article__content .article__content__left .article__img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__content .article__content__left .article__img img {
  width: 100%;
}
.article__content .article__content__left .article__img .img__caption {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  margin: 1rem 0 0;
  text-align: center;
}
.article__content .article__content__left .article__references {
  display: flex;
  flex-direction: column;
}
.article__content .article__content__left .article__references h4 {
  font-family: var(--third-font), "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #000000;
}
.article__content .article__content__left .article__references p {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #000000;
  margin: 1.5rem 0 0;
  word-break: break-word;
}
.article__content .article__content__left .article__footer {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  row-gap: 1.75rem;
}
.article__content .article__content__left .article__footer h3 {
  font-family: var(--third-font);
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  color: #000000;
}
.container__fixed {
  position: relative;
}
.article__content .article__content__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
  min-width: 330px;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 48px 30px;
  height: fit-content;
}
.article__content .article__content__right h3 {
  font-weight: 420;
  font-size: 1.375rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.article__content .article__content__right .related__products {
  font-weight: 420;
  font-size: 1.375rem;
  line-height: 120%;
  color: #000000;
}
.article__content .article__content__right .related__products .abbot__product {
  display: flex;
  column-gap: 1rem;
  padding: 18px 16px;
  cursor: pointer;
  background-color: #f8f8f8;
}
.article__content .article__content__right .related__products .abbot__product .product__img{
  display: flex;
}
.article__content .article__content__right .related__products .abbot__product .product__img img{
  object-fit: cover;
}

.article__content
  .article__content__right
  .related__products
  .abbot__product
  .product__info {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.article__content
  .article__content__right
  .related__products
  .abbot__product
  .product__info
  p {
  color: var(--wire-frames-black-100, #2c3131);
  font-family: var(--main-font);
  font-size: 0.875rem;
  font-weight: 450;
  line-height: 150%;
  text-transform: uppercase;
}
.article__content
  .article__content__right
  .related__products
  .abbot__product
  .product__info
  span {
  color: var(--wire-frames-black-80, #626262);
  font-family: var(--secondary-font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 160%;
}
/* .article__content
  .article__content__right
  .related__products
  .abbot__product
  .product__img {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d6;
  border-radius: 0px 40px;
  padding: 1rem;
} */
.article__content
  .article__content__right
  .related__products
  .abbot__product
  .product__img {
  line-height: 0;
}
.article__content
  .article__content__right
  .related__products
  .abbot__product
  .product__img
  img {
  width: 106px;
  border-radius: 6px;
}

.related__notes {
  padding: 0 0 150px;
}
.related__notes__container {
  max-width: 1600px;
  margin: auto;
  padding: 0 2rem;
}
.related__notes__container .grid__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 5rem;
  padding-top: 54px;
}
.related__notes__container .grid__cards .card__primary {
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.related__notes__container .grid__cards .card__primary .card__img,
.related__notes__container .grid__cards .card__primary .card__img img {
  width: 100%;
}

.modal.modal__producto {
  width: 844px;
  padding: 80px;
}
.btn-close {
  font-size: 1.5rem;
  transform: translate(10px, -20px);
  padding: 0;
  background: #0000;
  outline: none;
  border: none;
  cursor: pointer;
}

.modal__producto__container {
  display: flex;
  column-gap: 3rem;
}
.modal__producto__img {
  display: flex;
  border: 1px solid #222731;
  border-radius: 0px 40px;
  padding: 60px;
}
.modal__producto__img img {
  align-self: center;
  width: 180px;
}
.modal__producto__info {
  display: flex;
  flex-direction: column;
}
.modal__producto__info h1 {
  font-weight: 420;
  font-size: 1.75rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.modal__producto__info p {
  font-family: var(--third-font);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #222731;
}
.modal__producto__info p:last-of-type {
  margin-bottom: 2rem;
}
.modal__producto__info a {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-decoration-line: underline;
  color: #004f71;
}
.modal__producto__info a:first-of-type {
  margin-bottom: 0.5rem;
}
.modal__producto__info .indicaciones,
.modal__producto__info .dosis {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #888b8d;
  margin-top: 1rem;
}

@media screen and (max-width: 1080px) {
  .article__content .article__content__right {
    top: 40px;
    min-width: 286px;
  }
  .abbot__article__top__container {
    padding: 0 80px;
  }
  .abbot__article__container {
    padding: 40px 80px;
  }
  .abbot__article.full .abbot__article__container {
    width: 100%;
  }
}
/* 
@media screen and (max-width: 996px) {
  .article__content {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .article__content .article__content__left {
    width: 100%;
  }
  .article__content .article__content__right {
    align-self: center;
    margin: auto;
    width: 440px;
  }
  .abbot__article__top__container,
  .abbot__article__container,
  .related__notes__container {
    padding: 0 96px;
  }
  .related__notes__container .grid__cards {
    grid-template-columns: 1fr 1fr;
  }
  .modal.modal__producto {
    width: 768px;
    padding: 60px;
  }
  .modal__producto__img {
    padding: 40px;
  }
  .article__content .article__content__left .content__float .img__float {
    width: 25vw;
  }
} */

@media screen and (max-width: 768px) {
  .abbot__article__container {
    padding-top: 24px !important;
  }
  .abbot__article__container h1 {
    font-size: 1.5rem;
  }
  .article__content {
    flex-direction: column;
  }
  .article__content .article__content__left {
    width: 100%;
  }
  .article__content .article__content__left p {
    font-size: 1rem;
  }
  .article__content .article__content__left h2 {
    font-size: 1.5rem;
  }
  .article__content .article__content__left .content__float .img__float {
    display: none;
  }
  .article__content .article__content__left .content__float img.unfloat {
    display: block;
    width: 100%;
  }
  .article__content
    .article__content__right
    .related__products
    .abbot__product {
    column-gap: 1rem;
  }
  .article__content
    .article__content__right
    .related__products
    .abbot__product
    .product__img {
    padding: 0;
  }
  /* .article__content
    .article__content__right
    .related__products
    .abbot__product
    .product__img
    img {
    width: 54px;
  } */
  .abbot__article__top__container .abbot__navigation p a{
    color: #2B2B2B;
  }
  .abbot__article__top__container .abbot__navigation p a:visited{
    color: #2B2B2B;
  }
  .abbot__article__top__container,
  .abbot__article__container,
  .related__notes__container {
    padding: 0 1rem;
  }

  .related__notes__container .grid__cards {
    grid-template-columns: 1fr;
  }
  .related__notes {
    padding: 0 0 90px;
  }
  .modal.modal__producto {
    width: 100%;
    padding: 2rem;
  }
  .modal__producto__container {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
  }
  .article__content .article__content__right {
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 0;
  }
  .trending .btn__all__notes {
    align-self: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
  .abbot__navigation p{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .abbot__navigation p a{
    margin-bottom: 1rem;
  }
}
