﻿.news .news__title {
    min-height: 170px;
    background: url(../img/bg-news.jpg) center center no-repeat;
    padding: 64px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase;
}

.news_content_header{
    padding: 40px 0;
    background-color: #f4f4f4;
}

.news_slider_item{
    padding: 0 10px;
}

.new_content_body{
    padding: 80px 0 30px 0;
}

.news .news__slider {
    padding: 75px 100px;
}

.btn-tramissao{
    width:402px;
    height:97px;
    max-width: 100%;
    background-position:center center;
    background-size:100%;
    background-image: url(../img/bg-tramissao-header.png);
    position:absolute;
    left:8px;
    bottom: 20px;
    
    /* animation-name: pulse_animation;
	animation-duration: 5000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
    */
}

.btn-tramissao span{
      font-family: 'Antenna';
      font-size:22px;
      color:#fff047;
      display: block;
      padding: 32px 0 0 101px;
      font-weight: 100;
}

.btn-tramissao span a{
    color:#fff047;
    text-decoration:none;
}


@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}




.news_slider_img{
    background-color:#000;
    background-position:center center;
    background-size:cover;
    width: 100%;
    height: 240px;
}

.news_slider_title{
    padding: 15px 0;
    font-family: 'Antenna';
    font-size: 15px;
    font-weight:bold;
    line-height: 1.4;
    min-height: 72px;
}

.news_slider_buttom_content{
    text-align:center;
    padding: 15px 0 0 0;
}

.news_slider_buttom{
    display: inline-block;
    font-family: 'Antenna';
    padding: 12px 30px;
    margin: 0 auto;
    border:2px solid #035567;
    color: #07435e;
    font-size: 16px;
    text-decoration:none;
    transition: background-color 0.5s ease;

}


.news_slider_buttom:hover{
    color:#fff;
    background-color:#07435e;

}

.media__description, 
.media__legenda{
        font-family: "Antenna";
    font-weight: 400;
    text-align: left;
    margin: 10px 0;
    padding: 0 10px;
}


.media .media__video{
    width: auto;
}

.news_content_text_title{
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase;
    padding: 40px 20px 30px 20px;

}

.news_content_text_img{
    text-align:center;
    padding: 0 20px; 
}

.news_content_text_img img{
    padding: 12px 0;
    max-width: 100%;
}

.news_content_text_conteudo{
     padding: 20px;
     font-family: "Antenna";
}

.news_content_text_conteudo p,
.news_content_text_conteudo li{
    font-size: 18px;
    font-family: "Antenna";
    line-height: 1.6;
    padding-bottom: 15px;
}

.news_content_text_conteudo img{
    max-width: 100%;
}

.newsinterna{
    padding: 20px;
}

.newsinterna .news__title {
    background: url(../img/bg-news-interna.jpg) center center no-repeat;
}

.sharebox{
    padding: 20px;
}

.sharebox_content{
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 35px;
    text-align:center;
}

.sharebox_content span{
    font-size:24px;
    font-family: "Antenna";
    text-transform:uppercase;
    display: inline-block;
    padding-right: 12px;

}
.sharebox_content a{
    text-decoration:none;
}

.sharebox_content a img{
    position:relative;
    top: 12px;
}

.newsinterna .new_content_body{
    padding: 30px 0 30px 0;
}


.news .slick-arrow:before {
    content: ''; 

}

.news .slick-prev {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_prev_half.png);
    z-index: 20;
    left: 15px; }




.news .slick-next {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_next_half.png);
    z-index: 20;
    right: 15px;
}

.footer .
ul {
    max-width: 300px;
    margin: auto;
}

.footer .footer__wrapper ul li{
    margin: auto;
    float: none;
}



  .news .neww__more {
    font-family: "Antenna";
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    text-align: center; }
    .news .neww__more a {
      color: #003f56;
      text-decoration: none;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
      .news .neww__more a .fa-plus-circle {
        color: #003f56;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out; }
      .news .neww__more a:hover {
        color: #be9a3e; }
        .news .neww__more a:hover .fa-plus-circle {
          color: #be9a3e; }


.footer{
    float: none;
}

.video-trasmisao{
    height:480px;
    text-align:center;
}

.video-trasmisao iframe{
    height:480px;
    width:854px;
    max-width: 100%;
    margin: 0 auto;
}

.list-buttons{
    padding-top: 60px;
    text-align: center;
}

.button-trasmicao{
    float:none;
    display:inline-block;
    border:2px solid #000;
    padding: 20px 38px;
    -webkit-transition: all 1s; 
    transition: all 1s;
}

.button-trasmicao + div{
        margin-left: 130px;
}

.list-buttons .active{
    background-color:#333;
}

.list-buttons .active a{
    color:#fff;
}

.button-trasmicao a{
    color:#000;
    text-decoration:none;
    font-family: "Antenna";
    font-weight: 700;
    font-size:24px;
        text-transform: uppercase;
}

.button-trasmicao:hover{
    background-color:#000;
}

.button-trasmicao:hover a{
    color:#fff;
}

.summary  .content__wrapper .type-trasmiscao{
    background-image: url(../img/bg-title-trasmicao.png);
    padding: 53px 0 0 0;
}

.summary  .content__wrapper .type-trasmiscao span{
    border:2px solid #000;
    display:inline-block;
    margin: 0 auto;
    padding: 12px 30px;
        font-size: 24px;

        animation-name: pulse_animation;
	animation-duration: 5000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


@media only screen and (min-width: 1280px){

     .news .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_next.png);
        right: 20px;
    }


     .news .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_prev.png);
        left: 20px;
    }

}


@media only screen and (max-width: 768px){

    .button-trasmicao{
        float:none;
        padding: 20px 38px;
        text-align:center;
        margin-top: 25px;

    }

    .button-trasmicao + div{
       margin-left: 0;
    }

    .btn-tramissao{
        display:none;
    }

}


@media only screen and (max-width: 480px){

    .video-trasmisao iframe,
    .video-trasmisao{
        height:300px;
    }

    .list-buttons{
        padding-top: 0;
    }

}

