.swiper-two-rows .swiper-wrapper{
  height: 600px ;
  /* padding-left: 80px; */
}
.swiper-two-rows .swiper {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}

.swiper-two-rows .swiper-slide {
  text-align: center;
  height: calc((100% - 30px) / 2) !important;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-two-rows .swiper-slide a{
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: .25s ease-in-out;
  width: 100%;
  position: relative;
}
.swiper-two-rows .swiper-slide img.bg{
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  transition: .25s ease-in-out;
}
.swiper-two-rows .swiper-slide a:hover{
  transform: scale(1.05);
}
.swiper-two-rows .swiper-slide .logo-podcast{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px;
  border-radius: 0;
  width: 100%;
}
.swiper-two-rows .swiper-button-next::after,.swiper-two-rows .swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
  width: 50px;
}
.swiper-two-rows .swiper-button-next::after {
  content:'';
  background-image: url(../img/main/arrow-right30x30.svg);
}
.swiper-two-rows .swiper-button-prev::after {
  content:'';
  background-image: url(../img/main/arrow-left30x30.svg);
}
.swiper-two-rows .swiper-button-next, .swiper-two-rows .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 37.5%);
  width: 50px;
  height: 50px;
}
.swiper-two-rows .swiper-button-next{
  right: 7px;
}
.swiper-two-rows .swiper-button-prev{
  left: 15px;
}
.swiper-two-rows .prevPage, .swiper-two-rows .nextPage{
  position: absolute;
  top: var(--swiper-navigation-top-offset, 36.5%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.swiper-two-rows .nextPage:after, .swiper-two-rows .prevPage:after{
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
  width: 50px;
}
.swiper-two-rows .prevPage:after {
  background-image: url(../img/main/arrow-left30X30.svg);
}
.swiper-two-rows .nextPage:after {
  background-image: url(../img/main/arrow-right30x30.svg);
}
.swiper-two-rows button{
  background-color: transparent;
  border: 0;
}
.swiper-two-rows .prevPage{
  left: 15px;
}
.swiper-two-rows .nextPage{
  right: 15px;
}
.swiper-two-rows .swiper-button-next.swiper-button-disabled, .swiper-two-rows .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-two-rows .horizontal--slider {
  padding-bottom: 0;
}
.page-info{
  text-align: center;
}
.page-info, .page-info span{
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
}
.page-info .inicio{
    border: 1px solid #BD00E8;
    padding: 1px 15px;
}
.more-info {
  position: absolute;
  top: 43%;
  left: -10px;
  width: 100%;
  height: 50%;
  background-color: #E2E2E2;
  color: #000000;
  text-align: center;
  margin: 10px;
  box-sizing: border-box;
  visibility: hidden; 
  opacity: 0; 
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s 0.3s;
  border-radius: 15px;
  cursor: pointer;
  transform: translateY(100%);
  z-index: 99;
}
.swiper-slide:hover .more-info {
  bottom: 0;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}
.swiper-slide .more-info h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12.24px 8px;
}
.swiper-two-rows .swiper-slide .action-content{
  position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 50%;
    padding: 10px;
    justify-content: space-around;
    z-index: 99;
}
.swiper-two-rows .swiper-slide .action-content a, .swiper-two-rows .swiper-slide .action-content .copy{
  width: 40px;
  height: 40px;
}
.swiper-two-rows .swiper-slide .action-content a > img,.swiper-two-rows .swiper-slide .action-content .copy img{
  width: 100%;
}
.swiper-two-rows .icon__item__share .tooltip {
  top: -48px;
  left: -36px;
}
/* Media Queries
================================================== */
@media (min-width: 1600px) {
  .swiper-two-rows .swiper-wrapper {
      height: 43vw;
  }
  .swiper-slide .more-info h3 {
      font-size: 1.65vw;
  }
  .swiper-two-rows .swiper-slide .action-content a {
      width: 2.75vw;
      height: 2.75vw;
  }
  .swiper-two-rows .swiper-slide .action-content .copy{
    width: 2.75vw;
    height: 2.75vw;
  }
  .more-info {
      top: 45%;
  }
  .swiper-two-rows .swiper-button-next, .swiper-two-rows .swiper-button-prev {
      top: var(--swiper-navigation-top-offset, 37.3%);
  }
  .swiper-two-rows .prevPage, .swiper-two-rows .nextPage {
      top: var(--swiper-navigation-top-offset, 36.5%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .swiper-two-rows .swiper-wrapper {
      height: 425px;
      /* padding-left: 80px; */
  }
  .more-info {
      top: 37%;
      height: 53%;
  }
  .swiper-two-rows .swiper-slide .action-content {
      width: 64%;
      padding: 2px 10px;
  }
  .swiper-two-rows .swiper-slide .action-content a, .swiper-two-rows .swiper-slide .action-content .copy {
      width: 32px;
      height: 32px;
  }
  .swiper-slide .more-info h3 {
      font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-info, .page-info span {
      font-family: Montserrat;
      font-size: 16px;
      padding-top: 15px;
  }
  .swiper-two-rows .swiper-wrapper {
      height: 395px;
      /* padding-left: 80px; */
  }
  .swiper-two-rows .swiper-button-next, .swiper-two-rows .swiper-button-prev {
      top: var(--swiper-navigation-top-offset, 39.5%);
  }
  .swiper-two-rows .prevPage, .swiper-two-rows .nextPage {
      top: var(--swiper-navigation-top-offset, 38.5%);
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 11;
  }
  .swiper-slide:hover .more-info {
      display: none;
  }
  .swiper-two-rows .prevPage {
    left: 0px;
  }
  .swiper-two-rows .nextPage {
    right: 20px;
  }
}
@media (max-width: 390px) {
  .swiper-two-rows .swiper-button-next, .swiper-two-rows .swiper-button-prev {
      top: var(--swiper-navigation-top-offset, 53.3%);
      content: "";
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 35px;
      width: 35px;
  }
  .swiper-two-rows .swiper-button-prev {
    left: 14px;
  }
  .swiper-two-rows .swiper-button-next::after, .swiper-two-rows .swiper-button-prev::after {
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 35px;
      width: 35px;
    }
  .swiper-two-rows .prevPage, .swiper-two-rows .nextPage {
      top: var(--swiper-navigation-top-offset, 52.2%);
      width: 35px;
      height: 35px;
  }
  .swiper-two-rows .nextPage::after, .swiper-two-rows .prevPage::after {
      height: 35px;
      width: 35px;
    }
}
@media (max-width: 375px) {
  .swiper-two-rows .swiper-wrapper {
      height: 342px;
  }
  .swiper-two-rows .swiper-button-next, .swiper-two-rows .swiper-button-prev {
      top: var(--swiper-navigation-top-offset, 39.5%);
      width: 33px;
      height: 33px;
  }
  .swiper-two-rows .swiper-button-next:after, .swiper-two-rows .swiper-button-prev:after {
      font-size: 32px;
  }
  .swiper-two-rows .nextPage:after, .swiper-two-rows .prevPage:after{
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 35px;
      width: 35px;
  }
  .swiper-two-rows .prevPage:after {
      content:'';
      background-image: url(../img/main/arrow-left30X30.svg);
  }
  .swiper-two-rows .nextPage:after {
      content:'';
      background-image: url(../img/main/arrow-right30x30.svg);
  }
  .swiper-two-rows .prevPage, .swiper-two-rows .nextPage {
      top: var(--swiper-navigation-top-offset, 38%);
      width: 33px;
      height: 33px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 11;
  }
  .swiper-two-rows .prevPage{
    left: 2px;
  }
  .swiper-two-rows .nextPage{
    right: 2px;
  }
}
@media (max-width: 320px) {
  .swiper-two-rows .prevPage, .swiper-two-rows .nextPage {
      top: var(--swiper-navigation-top-offset, 39%);
  }
  .swiper-two-rows .swiper-wrapper {
      height: 320px;
      position: relative;
  }
  .swiper-two-rows .swiper-button-next, .swiper-two-rows .swiper-button-prev {
      top: var(--swiper-navigation-top-offset, 50%);
  }
  .swiper-two-rows .prevPage, .swiper-two-rows .nextPage {
      top: var(--swiper-navigation-top-offset, 48.8%);
  }
  .swiper-two-rows .nextPage {
      right: 25px;
  }
  .page-info, .page-info span {
      font-family: Montserrat;
      font-size: 16px;
      padding-top: 5px;
  }
}