body {
  background-color: white;
}
.menu_principal {
  overflow: hidden;
  background-color: #28649C;
}
.menu_principal a {
  float: left;
  font-size: 25px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border: 1px solid;
  border-color: white;
}
.dropdown {
  background-color: none;
  float: left;
  overflow: hidden;
  border: 1px solid;
  border-color: white;
}
.dropdown .contato {
  font-family:serif;
  font-size: 25px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.menu_principal a:hover, .dropdown:hover .contato {
  background-color: none;
}
.dropdown-content {
  width: none;
  height: none;
  display: none;
  position: absolute;
  background-visibility: hidden;
  z-index: 1;
}
.dropdown-content a {
 border-radius: 100%;
 background-color: none;
  float: none;
  color: none;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.lista {
  background-color: white;
  color: #28649C;
  cursor: pointer;
  padding: 18px;
  width: 929px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}
.active, .lista:hover {
  background-color: none; 
}
.panel {
  font-family: algerian, courier;
  padding: 18px;
  display: none;
  background-color: none;
  overflow: hidden;
  border: 4px solid;
  border-color: #28649C;
}
.a {
  font-size: 16px;
  font-family: serif;
}
.b {
  font-size: 18px;
  font-family:serif;
}
.p {
  font-size:16px;
  font-family:serif;
}
.logotipo {
  width: 965px;
  height: 350px;
  position: relative;
  animation: move 50s 2000; infinite;
  animation-direction: alternate;
}
@keyframes move {

  0%   {left: 0px;}
  25%  {left: -1000px;}
  50%  {left: 50px;}
  75%  {left: 0px;}
  98%  {left: 0px;}
  100% {stop;}
}
.gmail {
  width: 100px;
  height: 100px;
}
.facebook {
	width: 100px;
     height: 100px;
}
.youtube {
	width: 100px;
     height: 100px;
}
/*Link*/
.link {
	text-decoration: none;
	color: #28649C;
}
.ttulo {
	float: right;
	font-family: serif;
	font-weight: bold;
    font-size: 20px;
	color:white;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
}
/*Texto do banner*/
.overlay-content {
  font-family: algerian, courier;
  position: relative;
  top: 25%;
  width: 99%;
  color: white;
  text-align: center;
  margin-top: 50px;
}
/*Botão saída*/
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
