/* PODCAST PAGE */
main.videos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.videos .topContent {
  padding: 50px 0 120px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: 100vh;
  overflow-y: scroll;
}
main.videos .topContent > header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  align-items: center;
}
main.videos header h1 {
  font-family: "Poppins-Black";
  color: #393939;
  font-size: 36px;
}

.videos .contentvideos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 30px;
}
.videos .contentvideos .videosHighlight {
  background-image: url(../imgs/fallback_podcast6.png);
  background-size: contain;
  background-color: #3757a0;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  min-height: 400px;
  border-radius: 10px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  -webkit-box-shadow: inset 3px -7px 32px 16px rgba(0,0,0,0.62);
  box-shadow: inset 0px -60px 84px 60px rgb(0 0 0 / 62%);
}
.videos .contentvideos .videosHighlight button {
  background-color: #3757A0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos .contentvideos .videosHighlight .text {
  display: flex;
  width: fit-content;
  flex-direction: column;
  gap: 5px;
}
.videos .contentvideos .videosHighlight .text h3{
  color: #fff;
  font-size: 12px;
}
.videos .contentvideos .videosHighlight .text h2{
  color: #fff;
  font-family: "Poppins-Bold";
  font-size: 20px;
  line-height: 24px;
}
.videos .contentvideos .buscaBox {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  border: 1px solid black;
  gap: 15px;
  align-items: center;
}
.videos .contentvideos .buscaBox > img{
  width: 24px;
}
.videos .contentvideos .buscaBox input[type="text"]{
  width: 100%;
}
.videos .contentvideos .buscaBox input[type="text"]::placeholder{
  color: #393939;
  font-family: "Poppins-Medium";
  font-size: 16px;
}
.videos .contentvideos .buscaBox input:focus {
  color: #393939;
  font-family: "Poppins-Medium";
}

.videos .contentvideos .videosection{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.notFoundVideo{
  grid-column: 1/-1;
  text-align: center;
}
.videos .contentvideos .videosection header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videos .contentvideos .videosection header h2{
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 24px;
  line-height: 35px;
}
.videos .contentvideos .videosection header a{
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 14px;
}
.videos .contentvideos .videosection .content{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.videos .contentvideos .moreVideosSection{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.videos .contentvideos .moreVideosSection header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videos .contentvideos .moreVideosSection header h2{
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 24px;
  line-height: 35px;
}
#returnSearch {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}
.videos .contentvideos .moreVideosSection .content {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}
.videos .contentvideos .imageVideo {
  width: 100%;
  position: relative;
}
.videos .contentvideos .imageVideo .imgVideo {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.videos .contentvideos .videoInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.videos .contentvideos .videoInfo h2{
  color: #393939;
  font-family: "Poppins-Bold";
  font-size: 16px;
  line-height: 24px;
}
.videos .contentvideos .imageVideo button {
  position: absolute;
  background-color: #3757A0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -10px;
  right: 10px;
}
footer.videos {
  display: none;
}
@media (max-width:700px){
footer.videos {
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 30px;
  background: rgb(82,166,210);
  background: linear-gradient(180deg, rgba(82,166,210,0) 0%, rgba(255,255,255,1) 100%);
  position: fixed;
  bottom: 0px;
}
footer.videos .menu {
  background-color: #3757a0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  border-radius: 10px;
}
}
@media (max-width:1000px){
  .videos .contentvideos .moreVideosSection .content{
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:700px){
  .videos .contentvideos .moreVideosSection .content{
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:650px){
  .videos .contentvideos {
    grid-template-columns: repeat(2,1fr);
}
  .videos .contentvideos .imageVideo .imgVideo{
    max-width: unset;
  }
  .videos .contentvideos .videosHighlight{
    min-height: 270px;
  }
}
@media (max-width:350px){
  .videos .contentvideos .videosHighlight .text h2 {
    color: #fff;
    font-family: "Poppins-Bold";
    font-size: 19px;
    line-height: 23px;
}
.videos .contentvideos .videosection .content .videoInfo .podcastWrapper {
  gap: 5px;
}
.videos .contentvideos .moreVideosSection .content .videoInfo h2 {
  font-size: 14px;
  line-height: 20px;
}
}