
a, #toggle, #menu ul li a:before, #menu ul li a:after {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
#toggle {
    display: none;
    position: fixed;
    float: right;
    z-index: 1000;
    cursor: pointer;
    width: 66px;
    height: 50px;
    color: #FFFFFF;
    top: 20px;
    right: 5%;
    background-image: url(../images/BotaoTopo.png);
    background-size: cover;
}

.FecharMenu {
    position: absolute;
    top: 4vw;
    right: 5vw;
    font-size: 42px;
    color: #bc121b;
}

#toggle:hover {
	/*color: #fdce21;*/
}
#toggle span {
    display: block;
    float: left;
    width: 30px;
    height: 0.4em;
    margin: 1.25em 7px 0 0;
    background: #008037;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    border-radius: 3px;
	display: none;
}
#toggle span:before, #toggle span:after {
    content: " ";
    position: absolute;
    width: 24px;
    height: 0.4em;
    margin-left: 10px;
    background: #008037;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    border-radius: 3px;
}
#toggle span:before {
    margin: -0.6em 0 0 7px;
}
#toggle span:after {
    margin: 0.6em 0 0 5px;
}
#toggle.open {
	/*color: #fdce21;*/
}
#toggle.open:after {
    color: #000;
}
#toggle.open span {
  background-color: transparent;
}
#toggle.open span:before, #toggle.open span:after {
  margin: 0;
  background: #000;
}
#toggle.open span:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#toggle.open span:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ImgMobile {
    width: 50px;	
}

.RedesMobile {
	display: flex;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 5vw;
}

.TextMobile {
    font: 25px 'nunito_sansextrabold', Arial, sans-serif;
    color: #000;
}

.ForaTextMobile {
    width: 310px;
    margin: 0 auto;
    padding-top: 7vw;	
}

.TextMobile span {
	font: 25px 'nunito_sanslight', Arial, sans-serif;
	display: unset !important;
    vertical-align: unset !important;
    text-align: unset !important;
    width: auto !important;
}

.TextMobile2 {
    font: 21px 'nunito_sanslight', Arial, sans-serif;
    color: #000;
    padding-top: 12px;
}

#menu {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	transition: 350ms ease all;
    background: rgba(255, 255, 255, 0.96);
	/*background-image: url(../images/bg_menu.jpg);*/
	background-position: center center;
	background-size: cover;
	
	display: flex;
    flex-direction: column;
	padding-top: 4vw;
}
#menu span {
    display: inline-flex;
    vertical-align: middle;
	text-align: center;
	width: 100%;
}
#menu.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all;
}
#menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}
#menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    border-bottom: 2px solid #fff;
}
#menu ul li a {
    color: #000;
    /* font: 60px 'ralewayextrabold_italic', Arial, sans-serif; */
    line-height: 82px;
	font: 43px 'nunito_sansextrabold', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover, #menu ul li a:hover::before, #menu ul li a:hover::after {
	opacity: 1 !important;
}
#menu ul li a:before, #menu ul li a:after {
	opacity: 0;
    color: #cab141 !important;
    font: 50px 'tinosregular', Arial, sans-serif;
}

.ImgMenuMob {
    width: 350px;
    margin: 0 auto;
    padding-bottom: 3vw;	
}

@media screen and (max-width: 830px) {

#toggle {
    display: block;
}
	
}

@media screen and (max-width: 570px)  {
	
#toggle {
    width: 45px;
    height: 40px;
    top: 37px;
}
	
}

@media screen and (max-width: 530px) {

#menu ul li a {
    font: 27px 'nunito_sansextrabold', Arial, sans-serif;
}
	
#menu ul li {
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0em;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
.AreaMenu {
	padding-top: 5vw;	
}
	
.ImgMenuMob {
    width: 270px;
	padding-top: 55px;
}
	
}

iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 400px;	
	margin-bottom: -4px;
}
