body {
  background-color: #ffffff;
}
section h1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #3b4260;
}
section h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #3b4260;
  margin-bottom: 10px;
}
section h3 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #3b4260;
}
section h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #898d9b;
}
section .separador {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
section aside .separador {
  margin-bottom: 20px;
}
section .separador:after {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  content: "";
  background: #ccd4db;
}
.podcasts p,
.podcasts-intro_body {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #838793;
}

.podcasts-intro {
  padding-bottom: 30px;
}
.podcasts-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  flex-direction: column;
}
.podcasts-intro img {
  display: block;
  display: none;
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 6px;
  margin-right: 40px;
  margin-bottom: 40px;
  box-shadow: 0 3px 10px rgb(0 42 56 / 15%);
}
.podcasts-intro .podcasts-intro_header {
  display: block; position: relative;
  padding-bottom: 20px; padding-right: 40px;
}
.podcasts-sep_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.podcasts-highlight {
  padding: 20px;
  margin: 20px 0;
}
.podcasts-highlight .podcasts-episode {
  position: relative;
  padding-bottom: 20px;
  border-bottom: none;
}
.podcasts-highlight .podcasts-episode:before {
  display: block; position: absolute;
  left: -10px; top: -10px; right: -10px; bottom: -10px;
  background: #fcf7dd; border-radius: 6px; z-index: -1;
  content: "";
}
.podcasts-list {
  padding: 20px;
}
.podcasts-episode {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-bottom: 1px solid #ccd4db;
}
.podcasts-episode .podcasts-episode_desc {
  overflow: hidden;
}
.podcasts-episode .podcasts-episode_desc img {
  display: block;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 140px;
  border-radius: 10px;
}
.podcasts-episode .podcasts-episode_player {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.podcasts-episode .podcasts-episode_player audio {
  width: 100%;
}
.podcasts-episode .podcasts-episode_footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 600;
}
.podcasts-episode .podcasts-episode_footer div {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.podcasts-episode .podcasts-episode_footer a:hover .ico-podcasts {
  fill: #0d2eba;
}
.podcasts-episode_date {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.podcasts-episode_date:after {
  display: block;
  position: absolute;
  right: 7px; top: 0;
  content: "\00B7";
}
.podcasts-episode_duration {
  padding-right: 10px;
  white-space: nowrap;
}
.podcasts-episode_author {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: 400;
  color: #3b4260;
}
.btn {
  display: flex;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #d0d4e5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 10px 0 0;
  color: #4d6be8;
}
.btn svg {
  margin-right: 10px;
}
.btn:hover {
  background: #e8eaf5;
}
.btn:last-child {
  margin-right: 0;
}
.ico {display: block;}
.ico-share {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  fill: #4d6be8;
}
.ico-podcasts {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  fill: #4d6be8;
}
.ico-play {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  fill: #4d6be8;
}
.ico-archive {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  fill: #4d6be8;
}
/* DROPDOWN */
.dropdown-menu {
  display: inline-block;
  position: relative;
}
.dropdown-menu .dropdown-menu-btn {
  display: inline-block;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 6px;
}
.dropdown-menu .btn svg {
  margin-left: 10px;
  margin-right: 0;
  width: 12px;
  fill: #4d6be8;
}
.dropdown-menu .dropdown-menu-content hr {
  margin: 10px -2px 10px;
}
.dropdown-menu .dropdown-menu-content {
  display: none;
  position: absolute;
  left: 0;
  margin-top: -6px;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 2px;
  border-radius: 6px;
  z-index: 1;
  font-size: 14px;
  line-height: 18px;
  color: #383838;
  font-weight: 400;
  border: 1px solid #f7f7f7;
}
.dropdown-menu-content span,
.dropdown-menu-content a {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  color: #838793;
  padding: 10px 20px;
  border-radius: 4px;
  fill: #838793;
}
.dropdown-menu-content a:hover {
  color: #2c65ea;
  background: #e8eaf5;
}
.dropdown-menu-content a:hover .ico {
  fill: #2c65ea;
}
.dropdown-menu-content span {
  color: #b7b7b7;
}
.dropdown-menu-content a.selected {
  pointer-events: none;
  background: #f8f8f8;
}
.dropdown-menu:hover {
  cursor: default;
}
.dropdown-menu .dropdown-menu-content {
  transition: all 0.27s cubic-bezier(.36, .07, .19, .97);
  opacity: 0;
  display: block;
  visibility: hidden;
  margin-top: -10px;
}
.dropdown-menu:hover .dropdown-menu-content {
  display: block;
  margin-top: -6px;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu:hover .dropdown-menu-btn {
  background-color: #e8eaf5;
}

.share-dropdown {
  position: absolute;
  right: 0; top: 0;
}
.share-dropdown .dropdown-menu-content {
  left: auto;
  right: 0;
}
.share-dropdown .ico {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #838793;
}
.share-dropdown .ico svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.share-dropdown .btn-ico {
  padding: 5px !important;
}
.share-dropdown .btn-ico .ico {
  margin: 0;
  width: 24px;
  height: 24px;
}
audio::-webkit-media-controls-panel {
  background-color: #e8eaf5;
}
.loader {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border: 4px solid #4d6be8;
  border-bottom-color: #b9c7ff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.podcasts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 0;
}
.podcasts-show {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  padding: 20px;
}
.podcasts-show:before {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 6px;
  content: "";
  z-index: 0;
}
.podcasts-show:hover:before {
  border-radius: 6px;
  background: #e8eaf5;
}
a.podcasts-episode:hover {
  background: #e8eaf5;
}
.podcasts-main .podcasts-show {
  width: 50%;
  flex-direction: column;
}
.podcasts-show .podcasts-show_pic {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-right: 20px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgb(0 42 56 / 15%);
}
.podcasts-show .podcasts-show_desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #3b4260;
  z-index: 1;
}
.podcasts-show_desc h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #3b4260;
}
.podcasts-episode_tags {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #3b4260;
  letter-spacing: 1px;
}
.podcasts-episode_tags > span {
  padding-right: 10px;
  color: #838793;
}
.podcasts-episode_tags > span:after {
  display: inline-block;
  content: "\00B7";
  font-weight: 600;
  padding: 0 0 0 10px;
}
.podcasts-episode_tags > span:last-child {
  padding-right: 0px;
}
.podcasts-episode_tags > span:last-child:after {
  display: none;
}
.podcasts-main {
  padding-top: 50px;
  background: #d0d4e5;
}
.podcasts-recent {
  padding: 50px 0;
}
.podcasts-recent .podcasts-episode {
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #edeeef;
  margin: 20px;
  color: #838793;
}
.podcasts-recent  .podcasts-episode .podcasts-episode_desc img {}
.podcasts-inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
  padding-top: 100px;
}
.podcasts-inside_show {
  display: block;
  position: relative;
  width: 100%;
}
aside {
  display: block;
  position: relative;
  width: 100%;
}
.scroll-down .header--main_sm {
  transform: translateY(-100%);
}
.header--main_sm .header--nav_main h2,
.header--main .header--nav_main ul li a {
  color: #3b4260;
}
.header--main_sm .header--nav_main ul li a.nav-subscribe-btn,
.header--main_sm .header--nav_main ul li a.nav-edition-btn {
  border: 2px solid rgba(59, 66, 96, .5);
}
.header--main_sm .header--nav_main h1,
.header--main_sm .header--nav_main h2 {margin-bottom: 0;}
.header--main .header--nav_main ul li a.nav-user-btn .ico-user {
  fill: #000000;
}

.nav-menu-btn > span,
.nav-menu-btn:before,
.nav-menu-btn:after {
  background: #3b4260;
}
.podcasts footer {
  display: block; position: relative;
  padding: 30px 20px;
  font-size: 12px; line-height: 16px;
  font-weight: 400; text-align: center;
}
.podcasts footer p {
  font-size: 12px; line-height: 16px;
  font-weight: 400; text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width:600px) {
  .podcasts-episode {
    min-height: 180px;
    padding-left: 180px;
  }
  .podcasts-episode .podcasts-episode_desc img {
    position: absolute;
    margin: 0;
    left: 0;
    top: 20px;
  }
  .podcasts-sep_btns {
    margin-top: 0;
  }
  .podcasts-recent .podcasts-episode .podcasts-episode_desc img {
    left: 20px;
  }
}
@media only screen and (min-width:768px) {
  .podcasts-episode .podcasts-episode_footer {
    flex-direction: row-reverse;
    align-items: center;
  }
  .podcasts-episode .podcasts-episode_player {
    max-width: 300px;
    margin-bottom: 0px;
  }
  .podcasts-intro {
    flex-direction: row;
  }
  .podcasts-intro img {
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1024px) {
  .podcasts-main .podcasts-show {
    width: 50%;
    flex-direction: row;
  }
  .podcasts-recent .podcasts-episode {
    max-width: calc(50% - 40px);
  }
  .podcasts-inside_show {
    width: calc(100% - 260px);
  }
  aside {
    width: 240px;
  }
  aside .podcasts-show .podcasts-show_desc {display: none;}
}

@media only screen and (min-width: 1160px){
  .podcasts-inside_show {
    width: 60%;
    max-width: 800px;
  }
  aside {
    width: 40%;
    max-width: 420px;
  }
  aside .podcasts-show .podcasts-show_desc {display: block;}
}


@media only screen and (min-width:1240px) {
  .podcasts-main .podcasts-show {
    width: 33.33333336%;
  }
}