@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#imagenes {
  display: none;
}

.nContainer {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 80%;
  height: 30vh;
  position: relative;
}

.podcasts {
  position: relative;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.podcasts::-webkit-scrollbar {
  display: none;
}

.podcast {
  position: relative;
  overflow: hidden;
  min-width: calc(100% / 3);
  height: 100%;
  background-color: #ffc500;
  border-right: #FFF solid 1px;
  padding: 10px 30px;
}

.imgpodcast {
  border-radius: 15px;
  width: 100px;
  height: 100px;
  border: #FFF solid 3px;
}

.titlepodcast {
  color: #003057;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0%;
}

.cronicaContent {
  border-color: red !important;
  height: 60px !important;
}

.cronicapodcast {
  color: #003057;
  font-size: 1.2em;
  text-align: justify;
  padding-top: 10px;
}

.audioAnecdotario {
  background-color: #FFF;
  padding: 5px;
  border-radius: 10px;
}

.rArrow,
.lArrow {
  position: absolute;
  font-size: 3rem;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  z-index: 5;
  cursor: pointer;
  top: 40%;
}

.lArrow {
  left: 20%;
}
.rArrow {
  right: 0%;
}
.rArrow > svg,
.lArrow > svg {
  stroke: #ffffff;
  width: 4rem;
  height: 5rem;
}

.preN {
  display: flex;
  flex-direction: column;
}
.moreTn {
  width: 80%;
  margin: 17% auto 0 auto;
  text-align: right;
  width: 80%;
}
.moreTn > h3 {
  font-size: 2.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 10px;
}
.moreTn > a {
  text-decoration: none;
  font-style: oblique;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
}
.hexagono {
  margin-top: 10px;
}
.hexagono > svg {
  position: absolute;
  left: 12%;
  width: 4rem;
  height: 4rem;
}
.nBrown {
  position: absolute;
  width: 2%;
  height: 40%;
  background: #A19155;
  top: 30%;
}
.nShadow {
  position: absolute;
  width: 1%;
  height: 100%;
  background: #e4e4e4;
}

.eBrown {
  position: absolute;
  width: 20%;
  height: 5%;
  background: #86beed;
  bottom: 0;
  transition: 0.7s;
  left: 0px;
}

@media screen and (max-width: 770px) {
  .nContainer {
    grid-template-columns: 100%;
    padding-bottom: 4rem;
    padding-top: 0.5rem;
    margin-bottom: 3rem;
    height: 40vh;
  }
  .preN {
    position: absolute;
    top: -80px;
    padding-bottom: 1rem;
  }
  .hexagono {
    position: absolute;
    top: 18px;
    right: -20px;
  }
  .podcasts {
    min-width: calc(100% / 2);
    margin-top: 1rem;
  }
  .podcasts {
    min-width: calc(100% / 2);
  }
  .listado {
    height: 30vh;
    /* grid-template-columns: 30% 70%; */
    grid-template-columns: 100%;
  }
  .lArrow {
    left: 1%;
  }
}
@media screen and (max-width: 550px) {
  .podcasts {
    min-width: calc(100% / 1);
  }
  .podcasts {
    min-width: calc(100% / 1);
  }
  .listado {
    height: 30vh;
    grid-template-columns: 100%;
  }
  .lArrow {
    left: 1%;
  }
}