* {
    font-family: Lato;
    padding:0;
    margin:0;
}

header {
    width: 88%;
    height:160px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    /*flex-direction: row;*/
    align-items: center;
   /* justify-content: space-between;*/
}

nav {
    width: 100%;
    background-color: #033f88;
    display: block;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    color: white;
}

nav ul li {
    text-align: center;
    padding: 0 10px;
   /* width: 100%;*/
}

nav ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 0;
    width: 100%;
    color: #FFF;
}

nav ul li a:hover {
    text-decoration: none;
    color: #00a3d8;
}

#banner {
    width: 580px;
    height: 90px;
    background-color: teal;
    float: left;
    margin: 0 40px;
}

#aovivo {
    width: 660px;
    height: 90px;
    /*vertical-align: middle;*/
    line-height: 16px;
    
    padding: 10px;
    border: #000 1px solid;
    border-radius: 50px;
    align-items: center;
}

#aovivo img {
    float: left;
    padding-right: 10px;
}

#aovivo h1 {
    /*margin:0;*/
    margin-top: 12px;
    color: #033f88;
    font-size: 22px;
    line-height: 12px;
}

#aovivo h2 {       
    font-size: 16px;
    line-height: 8px;
}

#aovivo h3 {
    font-size: 14px;
    line-height: 8px;
}

#aovivo_programa {
    border-left: 1px solid #033f88;
    margin-left: 40px;
    padding-left: 40px;
    height: 50px;
    align-items: center;
    float: left;
}

#redes {    
    float: right;
}

header i {
    padding: 6px;
    color: #033f88;
}

h3 {
    color: #033f88;
    font-size: 36px;
    margin-bottom: 40px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

th {
    width: 50px;
    height: 80px;
    vertical-align: middle;
}

td {
    vertical-align: middle;
}

span {
    height: 10px;

}

.aovivo_programa {
    line-height: 10px;
} 

.aovivo_apresentacao {
    font-size: 12px;
    line-height: 10px;
    margin-top: 0;
} 


#logo {
   /* float:left;*/
    padding: 10px 0;
}

#slider {
    width: 100%;
    height: 300px;
}

.carousel-caption {
    font-size: 18px;
    width: 32%;
    background-color:rgba(0, 0, 0, 0.7);
    padding: 20px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: -34px;
    text-align: left;
    border-radius: 10px;
}

.carousel-caption h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
  }
#contents {
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

#contents_interna {
    width: 80%;
    margin: 40px auto;
    font-size: 18px;
}

#destaques i {
    color: #033f88;
    border: 0;
    font-weight: 100;
}

button {
    border: 0;
    background-color: #FFF;
}

.button_destaques {
	background-image: url(imagens/bot-play.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
    cursor: pointer;
}

.button_destaques.pause {
	background-image: url(imagens/bot-pause.png);
	
	
}

#pedido,#destaques {
    font-size: 14px;  
    width: 36%;
    float: left;
    margin: 50px 60px;
  }

  #contato {
    font-size: 14px;  
    width: 88%;
    float: left;
    margin: 10px 10px;
  }

#publ_interna {
    width: 100%;
    background-color:#3a7fd3;
    margin: 40px auto;
    height: 360px;
    font-size: 24px;
    color: #fff;
    padding: 40px;
}

#publ_interna_col {
    width: 780px;
    margin-top: 40px;
    float:left;
    text-align: end;
}

#btn1 a {
    margin-top: 60px;
    padding: 10px 20px;
    border: #FFF 1px solid;
    font-size: 16px;
    text-align: center;
    width: 200px;
    clear: both;
    float: right;
    color:#fff;
    text-decoration: none;
}

#publ_interna img {
    margin: 40px;
    float: right;
}

  #apoiadores {  
    width: 90%;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }

  #apoiadores img {
      padding: 20px;
  }

  #apoiadores ul {
      display: flex;
      margin:0;
      align-items: center;
      justify-content: center;
      /*flex-direction: row;*/
  }

  #apoiadores li {
      list-style: none;
      padding: 20px;
  }

textarea {
      height: 100px;
  }

#contato input[type=submit] {
	margin-top: 20px;
	background: #009035;
	padding: 16px;
	color: #fff;
	font-size: 16px;
    border: 0;
}

#pedido input[type=submit] {
	margin-top: 20px;
	background: #009035;
	padding: 16px;
	color: #fff;
	font-size: 16px;
    border: 0;
}

#pedido h1, #destaques h1, .apoiadores {
    font-size: 24px;
    margin: 40px 0;
    width: 100%;
    text-align: center;
}  

#contato input,textarea {
    padding: 6px;
    margin: 4px;
    width: 100%;
}  

#pedido input,textarea {
    padding: 6px;
    margin: 4px;
    width: 100%;
}  

.textomusica {
    height: 36px;
    width: 80%;
    float: left;
    margin: auto;
    line-height: 16px;
    
}

.musica {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.interprete {
    line-height: 14px;
    margin:0;
}

.botaoplay {
    float: right;
    width: 30px;
    height: 30px;
}

.item {
    border-bottom: 1px solid #ccc;
    height: 70px;
    display: flex;
    align-items: center;
    
}

/*#destaques img {
    width: 40px;
    float: left;
}*/

.interpretes {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px;
}

.programacao li {
    padding: 18px;
    background-color: #066483;
    color: #FFF;
    width: 100%;
    border-bottom: azure 1px solid;
}

#selecionado {
    
    padding: 18px;
    background-color: #054a61;
    color: #FFF;
    width: 100%;
    border-bottom: azure 1px solid;
    
}

#item_descricao {
    float: left;
}

.item_apresentacao {
    color: #ccc;
    font-size: 13px;
    height: 10px;
    margin: 0;
    padding: 0;
}

#item_hora {
    float: left;
    margin: 0 40px;
}

#item_noar {
    float: right;
}


#rodape {
    background-color:#033f88;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 60px;
}

#rodape h1 {
    font-weight: bold;
    margin:0;
    margin-top: 20px;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
}

.col1 {
    width: 20%;
    padding: 10px;
    margin: 4px;
}

.col1 li {
    list-style: none;  
}

.col2 {
    width: 28%;
    padding: 10px;
    margin: 4px;
}

.col3 {
    width: 36%;
    padding: 10px;
    margin: 4px;
}

#diassemana {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

#diassemana a {
    padding: 10px;
    background-color: #054a61;
    color: #fff;
    margin:2px;
}

#contato-col1 {
    width: 50%;
    height: 420px;
    float: left;
    font-size: 14px;
}

#contato-col2 {
    width: 50%;
    height: 420px;
    float: left;
    border-left: 1px solid #CCC;
    padding-left: 60px;
    font-size: 14px;
}

h6 {
    margin-top: 30px;
    font-weight: bold;
}

#contato-col2 h6 {
    margin:0;
    line-height: 18px;
}

#rodape2 {
    background-color:#00a3d8;
    color:#033f88;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 12px;
    display:flex;
    /*text-align: center;*/
    justify-content: center;
    align-items: center;
}

#rodape2 h1 {
    font-size: 16px;
    margin: 0;
}

#rodape a {
    color: inherit;
}

#rodape a:hover {
    color: #00a3d8;
    text-decoration: none;
}