@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post-carousel {
    margin-bottom: 0;
  }
}
.card__post {
  position: relative;
}
.card__post-carousel .card__post .card__post__body a img {
  max-width: 100%;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post-carousel .card__post .card__post__body a img {
    height: 250px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__post-carousel .card__post .card__post__body a img {
    height: 260px;
  }
}
.card__post-carousel .card__post .card__post__body .card__post__content {
  padding: 40px 20px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__post-carousel .card__post .card__post__body .card__post__content {
    padding: 20px;
  }
}
.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
  color: var(--theme-white);
  margin: 0 0 10px;
  font-weight: 700;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a {
  color: var(--theme-white);
}
.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post-carousel .card__post .card__post__body .card__post__content {
    padding: 15px;
  }
}
.card__post-carousel .slick-prev,
.card__post-carousel .slick-next,
.card__post-carousel-height .slick-prev,
.card__post-carousel-height .slick-next {
  width: 45px;
  height: 45px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.card__post-carousel .slick-prev::before,
.card__post-carousel .slick-next::before,
.card__post-carousel-height .slick-prev::before,
.card__post-carousel-height .slick-next::before {
  color: var(--theme-white);
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post-carousel .slick-prev,
  .card__post-carousel-height .slick-prev {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post-carousel .slick-next,
  .card__post-carousel-height .slick-next {
    display: none !important;
  }
}
.card__post-carousel:hover .slick-prev,
.card__post-carousel-height:hover .slick-prev {
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.card__post-carousel:hover .slick-next,
.card__post-carousel-height:hover .slick-next {
  visibility: visible;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.card__post-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -10px;
}
.card__post-carousel .slick-dots li {
  margin: 0;
}
.card__post-carousel .slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 100%;
  background-color: var(--theme-white);
}
.card__post-carousel .slick-dots li.slick-active button {
  background-color: var(--theme-base);
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: var(--theme-black);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.bg__post-cover {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  bottom: 0px;
}
.card__post .card__post__body .card__post__content .card__post__category {
  clear: both;
  color: var(--theme-white);
  display: inline-block;
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 8px;
  background: var(--theme-base);
  line-height: 15px;
  text-transform: uppercase;
  font-family: var(--theme-font);
  font-weight: 600;
}
.card__post .card__post__body .card__post__content .card__post__category ul.post-categories {
  list-style: none;
  padding: 0;
}
.card__post .card__post__body .card__post__content .card__post__category ul.post-categories li a {
  color: var(--theme-white);
}
.card__post .card__post__body .card__post__content .card__post__category ul.post-categories li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__post .card__post__body .card__post__content .card__post__category {
    position: absolute;
    top: -20px;
    left: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__post .card__post__body .card__post__content .card__post__category {
    margin-bottom: 10px;
  }
}
.card__post .card__post__body .card__post__content .card__post__author-info {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--theme-font);
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__post .card__post__body .card__post__content .card__post__author-info {
    display: none;
  }
}
.card__post .card__post__body .card__post__content .card__post__author-info .list-inline {
  margin: 0;
}
.card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item a {
  color: var(--theme-white);
  font-weight: normal;
  text-decoration: none;
}
.card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item span {
  color: var(--theme-white);
  font-weight: 700;
  font-size: 11px;
}
.EY_Magazine__UltimosPost .card__post__body {
  width: 100%;
}
.EY_Magazine__UltimosPost .card__post__content {
  width: 100%;
}
.EY_Magazine__UltimosPost .card__post__content .post-categories {
  margin: 0;
}
.EY_Magazine__UltimosPost .fa-angle-right:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23fff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6 .1 34z'/%3E%3C/svg%3E");
  width: 14px;
  height: 25px !important;
  margin-top: 3px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.EY_Magazine__UltimosPost .fa-angle-left:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23fff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6 .1 34z'/%3E%3C/svg%3E");
  width: 14px;
  height: 25px !important;
  margin-top: 3px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transform: rotate(180deg);
}
