.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(30,58,35);
  background-color: rgba(30,58,35, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: #8DC584;
  display: inline-block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #FFE600;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 45px;
  font-size: 60px;
}

/* submenu */
.subm{
  float: right;
  overflow: hidden;
  width: 100%;
  text-align: center; 
}	
.subm-content {	
  display: none;
  position: fixed;
  margin-left: 32%;
  z-index: 1; 
  font-size: 12px;
}
.subm-content a {
  color: white;
  text-decoration: none;
}
.subm-content a:hover {
  background-color: #8DC584;
  color: yellow;
  text-align: center;
}
.subm:hover .subm-content {
  display: flex;

}
/* submenu*/


/* mais umas coisas */
.country-right {
	float: right;
	bottom:0px;
	padding: 10px;
	transition: transform 0.5s;
}

.social{
    position: fixed;
    right: 5px;
    bottom: 2%;
    width: 36px;
    line-height: 1.5em;
	z-index: 99;
}
.flags {
    position: fixed;
    right: 75px;
    bottom: 2%;
    width: 128px;
    padding: 10px;
	z-index: 99;
}
.header1{
    color: #1E3A23;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana;
    text-shadow: 2px 2px #DDDDDD;	
}
.header2{
	color:#8DC584;
	font-size: 26px;
	font-weight: bold;
	font-family: Verdana;
	text-shadow: 2px 2px 4px #000000;	
}	
.corpo{
	font-size: 18px;
	font-family: Verdana;
}
.imagens {
    margin: 0px;
    position: relative;
    text-align: center;
}
.pos-right {
  position: fixed;
  bottom: 0;
  right: 0%;
  padding: 10px;
}
.pos-left {
  position: fixed;	
  bottom: 0;
  left: 0%;
  padding: 10px;
}
.videos-left {
	float: left;
	bottom:0px;
	padding: 10px;
	transition: transform 0.5s;
}