@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@font-face {
	font-family: 'FonteLogo';
	src: url("../_fonts/bubblegum-sans-regular.otf");
}

body {
   background-color: #ffffff;	
   color: rgba(0,0,0,1);
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;   
}

/* Formatação do Menu Responsivo Original */
.topnav {
  overflow: hidden;

  background-color: orange;
  float: right;
  padding: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #221c1e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
  padding: 15px 15px 23px 15px;
}

.topnav a:hover {
  background-color: #ffd100;
  color: white;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Formatação do Menu Responsivo Adaptado */
.header {
	overflow: hidden;
   /*  background-color: rgba(255,255,255,0.1); */	
	background-color: #ffffff; 	
	padding: 0px 90px 0px 90px;
	margin: 0px;
	left: 0;
	top: 0;  
}

.logo a {
  padding-top: 5px;
  padding-bottom: 0px
}

.header logo:hover {
  background-color: #ffd100;  
  color: #ffd100;  
}

div#inicio {
	  margin-bottom: 0px;
}


/* Formatação dos Vídeos  */

div#titulo {
  background-color: #f1f1f1;	
  color: #666666;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

div#videos {
	/*  background-color: rgba(255,209,0,0.1); */  
  color: #666666;
  text-align: justify;

  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 15px;	
  float: left;
  
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */    
@media screen and (max-width: 600px) {
  .coluna-videos {
    width: 100%;
  }
}

/* Formatação do Rodape  */

footer#rodape {
    background-color: #fd9f02;	
    color: white;	 
    padding: 20px;	
	clear: both;
/*	border-top: 1px solid #606060; */
}   

footer#rodape p {
	text-align: center;
}

/* Botão Top  */	

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ccc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #221c1e ;
}