
  
  .breaking-news-headline {
    display: block;
    position: absolute;
    font-family: arial;
    font-size: 13px;
    margin-top: -22px;
    color: white!important;
    margin-left: 200px;
    line-height: 16px;
	  width: 1500px!important;
  }
  .multiple-news-headline{
    display: none;
  }
  .multiple-news-headline.active-headline{
    display: block;
  }
  .breaking-news-link{
    right: 0;
    width: 53px!important;
  }
  .breaking-news-title,.breaking-news-link {
    text-align: center;
    background-color: #006d90;
  color: white!important;
    display: block;
    height: 30px;  
    width: 160px;
    font-family: arial;
    font-size: 11px;
    position: absolute; 
    top: 0px;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 10px;
    z-index: 3;
    /*&:before {
      content:"";
      position: absolute;
      display: block;
      width: 0px;
      height: 0px;
      top: 0;
      left: -12px;
      border-left:12px solid transparent;
      border-right: 0px solid transparent;
      border-bottom: 30px solid #FFEA00;
    }
    &:after {
      content:"";
      position: absolute;
      display: block;
      width: 0px;
      height: 0px;
      right: -12px;
      top: 0;
      border-right:12px solid transparent;
      border-left: 0px solid transparent;
      border-top: 30px solid #FFEA00;
    }*/
  }
  .previous-headline{
    right: 30px;
    background-color: transparent;
    font-size: 16px;
    padding-top:3px;
  }
  .next-headline{
    right: 0;
    background-color: transparent;
    font-size: 16px;
    padding-top:3px;
  }
  .pause-headline{
    right: 15px;
    background-color: transparent;
  }
  
  #breaking-news-colour {
    height: 30px;
    width: 100%;
    background-color: #0087b5;
  }
  
  #breaking-news-container {
    height: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    &:before {
      content: "";
      width: 30px;
      height: 30px;
      background-color: #3399FF;
      position: absolute;
      z-index: 2;
    }
  }
  
  .animated {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.2s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
  }
  
  .delay-animated {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s;
  }
  
  .scroll-animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1; 
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
  }
  
  .delay-animated2 {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1; 
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
  }
  
  .delay-animated3 {
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1; 
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 3s;
  }
  
  .fadein {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
  }
  
  @-webkit-keyframes fadein {
    from {
      margin-left: 1000px
    }
    to {
      
    } 
  }  
  @-moz-keyframes fadein {
    from {
      margin-left: 1000px
    }
    to {
      
    }  
  }
  
  .slidein {
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    -o-animation-name: slidein;
    animation-name: slidein;
  }
  
  @keyframes marquee {
    0% { 
      left: 0;
    }
    20% { 
      left: 0; 
    }
    100% { left: -100%; }
  }
  
  .marquee {
    animation: marquee 10s linear infinite;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 3s;
  }
  
  @-webkit-keyframes slidein {
    from {
      margin-left: 800px
    }
    to {
      margin-top: 0px
    } 
  }  
  @-moz-keyframes slidein {
    from {
      margin-left: 800px
    }
    to {
      margin-top: 0px
    }  
  }
  
  .slideup {
    -webkit-animation-name: slideup;
    -moz-animation-name: slideup;
    -o-animation-name: slideup;
    animation-name: slideup;
  }
  @-webkit-keyframes slideup {
    from {
      margin-top: 30px
    }
    to {
      margin-top: 0;
    } 
  }  
  @-moz-keyframes slideup {
    from {
      margin-top: 30px
    }
    to {
      margin-top: 0;
    } 
  }


  /** feedzy rss **/

  .feedzy-rss .feedzy-style2{
    gap: 20px;
    display: flex;
}
.feedzy-rss .feedzy-style2 .rss_item{
    border: 0!important;
    margin:0;
    width:100%;
}
.rss_image{
    width: 100%!important;
    height: 180px!important;
    ;
    
}

.eventos-360y5 .rss_item .title {
    line-height: 24px!important;
    text-align: center;
    
}
.eventos-360y5 .rss_item .title a{
    font-size: 16px;
    
    font-weight: normal;
    color: #FFF!important;
    
}
.rss_item .meta{
    background-color: white!important;
    border: 0!important;
}
.eventos-360y5 .feedzy-style2 li  .rss_content_wrap{
    max-width:80%;
    margin: -40px auto;
    position: relative;
    display:flex;
    align-items:flex-start;
    justify-content: center;
    z-index:9;
}
.eventos-360y5 .feedzy-style2 li  .rss_content_wrap .title{
    min-height: 80px;
    display:flex;
    align-items: center;
}

.eventos-360y5 .feedzy-style2 li:nth-child(1)  .rss_content_wrap{
background-color: #FD6420;
}
.eventos-360y5 .feedzy-style2 li:nth-child(2)  .rss_content_wrap{
background-color: #3AADAA;
}
.eventos-360y5 .feedzy-style2 li:nth-child(3)  .rss_content_wrap{
background-color: #98B446;
}

  
  /* eventos */

.eventos-juventud .entry-title {
    line-height: 24px!important;
    text-align: center;
    
}
.eventos-juventud .entry-title a{
    font-size: 16px;
    
    font-weight: normal;
    color: #FFF!important;
    
}
.rss_item .meta{
    background-color: white!important;
    border: 0!important;
}
.eventos-juventud  .feedzy-style2 li  .rss_content_wrap{
    max-width:80%;
    margin: -40px auto;
    position: relative;
    display:flex;
    align-items:flex-start;
    justify-content: center;
    z-index:9;
}
.eventos-juventud  .feedzy-style2 li  .rss_content_wrap .title{
    min-height: 80px;
    display:flex;
    align-items: center;
}
.eventos-juventud .lae-project-image, .eventos-juventud .lae-portfolio-wrap{
  overflow: visible;
}
.eventos-juventud  .feedzy-style2 li:nth-child(1)  .rss_content_wrap{
background-color: #FD6420;
}
.eventos-juventud  .feedzy-style2 li:nth-child(2)  .rss_content_wrap{
background-color: #3AADAA;
}
.eventos-juventud  .feedzy-style2 li:nth-child(3)  .rss_content_wrap{
background-color: #98B446;
}

.fixed-player{
  display: flex;
  align-items: center;
  justify-content: space-between;  
  gap: 20px;
  
  padding: 10px 20px; 
  background-color: #0086B1;
  
  z-index:999;    
  color: #D44E8B;
  font-weight: bold;
  text-align: center;
  color: white;
}
.fixed-player p{
  margin-bottom: 0;
}
.fixed-player .eicon-play,.fixed-player .eicon-ban{
  font-size: 54px;
  color: white;
}
.fixed-player audio{
  display: none;
}

@media screen and (max-width: 1024px){
  .page{
    margin-top: 157px!important;
  }
  .page{
    margin-top: 75px!important;
  }
  .elementor-nav-menu li a{
    display: flex;
    justify-content: space-between;
  }

}
  
  @media screen and (max-width: 768px){
    
    .page{
      margin-top: 75px!important;
    }
   
   
    .breaking-news-title{
      width:100px;
    
    }
    .feedzy-rss .feedzy-style2{      
      display: block;
    }
   
}