@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

@import "animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: normal 14px/24px 'Open Sans', sans-serif;
  color: #9b9999;
  background: #3b434b;
}
@font-face {
    font-family: moon_flowerregular;
    src: url(../font/MoonFlowerBold.ttf);
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
#map_canvas img{
  max-width: 9999px;
}
h2 {
  /*font: 300 48px/54px 'Open Sans', sans-serif;*/
  font-family: moon_flowerregular;
  font-size: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2.__size2 {
    font-size: 36px;
    line-height: 42px;
  }
}
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #dc2900;
}
h3 {
  /*font: 300 36px/42px 'Open Sans', sans-serif;*/
  font-family: moon_flowerregular;
  font-size: 35px;
}
h4,
address {
  font: 400 24px/30px 'Open Sans', sans-serif;
  letter-spacing: -1px;
}
h4.__light,
address.__light {
  font-weight: 300;
}
h5 {
  font: 400 16px/22px 'Open Sans', sans-serif;
}
a[data-gal] {
  display: block;
  position: relative;
}
a[data-gal] .first {
  width: 50%;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.eventos .overlay-gallery{
  width: 100%;
}
/*a[data-gal] .hover {
  display: block;
  visibility: hidden;
  height: 31px;
  width: 30px;
  text-align: center;
  position: absolute !important;
  left: 25%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
*/
a.eventos .hover{
  left: 50%;

}
a[data-gal]:hover .overlay-gallery {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal]:hover .hover {
  visibility: visible;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #fff;
  z-index: 99;
  width: 100%;
}
#header h1 {
  font: 700 81px/84px 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 32px 0 0 20px;
  letter-spacing: -2px;
}
#header h1.logo span:last-child {
  font-weight: 300;
  color: #FE0000;

}
#header h1.logo span{
  display: block;
  font-size: 45px;
  margin-top: -33px;
  color: #010066;
  text-shadow: #000 2px 2px 2px;
}
#header h1 a:hover {
  text-decoration: none;
}
.logo-caption {
    background-color: #fff;
}
@media (max-width: 479px) {
  #header h1.logo {
  }

	#header img{
		margin: 0px auto;
		float:none;
		display: block;
	} 
}
#header .logo img{
	width: 104px;
}
#header #search-button {
  visibility: hidden;
  position: relative;
  font-size: 28px;
  display: inline-block;
  margin: 56px 37px 50px 39px;
  z-index: 10;
}
#header #search-button:hover {
  text-decoration: none;
  color: #010066;
}
#header .search-form-wrapper {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #header .sf-menu > li > a {
    padding: 36px 10px 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #header #search-button {
    margin: 56px 20px 50px 10px;
  }
  #header h1 {
    font-size: 66px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header .header-menu {
    float: none;
    /*clear: both;*/
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header .header-menu {
    float: none;
    clear: both;
    display: block;
    padding: 30px 0;
    margin: 0;
  }
  .container {
      margin-top: 0;
  }
  #espaco_form {
      margin-top: 0 !important;
  }
  #contact-form .btn-wrapper .btn{
      width: 100%;
  }
  a#tabloide img{
      display: block;
  }
  .tabloide-text{
      padding-top: 18px;
      padding-bottom: 18px
  }
  #content .wrapper3{
      padding: 0 !important;
  }
  #header {
    position: relative;
    height: 195px;
    background: #010066;
 }
 #header img {
  margin: 0px auto;
  float: none;
  display: block;
 }
  #header .logo-caption,
  #header .search-form-wrapper {
    float: none;
  }
  #header .logo-caption h1,
  #header .search-form-wrapper h1 {
    float: none;
    padding: 32px 0 0 155px;
  }
  #header .logo-caption {
    margin-bottom: 0;
  }
  #header .search-form-wrapper #search-button {
    display: none;
  }
}
@media (max-width: 479px) {
  #header .logo-caption h1 {
    padding: 32px 0 0 150px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  /*font: 400 26px/31px 'Open Sans', sans-serif;*/
  letter-spacing: 1px;
  color: #010066;
  padding: 53px 20px 50px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: moon_flowerregular;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #FE0000;
  /*background: #22272c;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    font-size: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1420px) {
  .sf-menu > li > a {
    padding: 53px 10px 50px;
  }
}
.sf-menu > li.current > a {
  color: #FE0000;
}
.sf-menu > li.sfHover > a {
  color: #FE0000;

}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 94px;
  left: 0px;
  background: rgba(1,0,102, 0.9);
  padding: 15px 0;
  z-index: 2;
  width: 235px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.9;
}
.sf-menu ul li {
  font: 300 14px/37px 'Lato', sans-serif;
  position: relative;
  padding: 0 5px 0 15px;
}
.sf-menu ul li a {
  display: block;
  color: #fff;
}
.sf-menu ul li a:hover {
  text-decoration: none;
}
.sf-menu ul li:hover {
  background: #FE0000;
}
.sf-menu ul li .sf-with-ul:before {
  content: '\f054';
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
ul {
    padding: 0 !important;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 235px;
  z-index: 4;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu ul {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 50px 10px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../img/select.png) 99% center no-repeat;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px #010066 solid;
}
#header .isStuck .logo-caption img {
  display: none;
}
#header .isStuck .logo-caption .stuck-logo {
  display: block;
}
#header .isStuck .logo-caption h1 {
  padding: 0 0 0 0px;
  font-size: 70px;
}
#header .isStuck h1 span{
  font-size: 30px;
  margin-top: -15px;
}
#header .isStuck h1 span:last-child{
  margin-top: -50px;
}
#header .isStuck .search-form-wrapper {
  display: none;
}
#header .isStuck .sf-menu > li > a {
  padding: 35px 20px;
}
#header .isStuck .sf-menu > li > ul {
  top: 75px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .isStuck .header-menu {
    float: right;
    clear: none;
  }
  #header .isStuck .sf-menu > li > a {
    font-size: 22px;
    padding: 26px 9px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #f5f6f6;
  width: 100%;
  /*====WRAPPERS====*/
  /*====WRAPPERS FOR BACKGROUNDS====*/
  /*====HEADERS======*/
  /*=====BOXES======*/
  /*====BLOG BOX====*/
  /*====Map-box====*/
}
#content .bg_2 p {
  color: #d2e2b4;
}
#content .camera-wrapper {
  position: relative;
}
#content .camera-wrapper .camera_img {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .camera-wrapper .camera_img {
    bottom: 20px;
    right: 60px;
  }
}
@media (max-width: 767px) {
  #content .camera-wrapper .camera_img {
    display: none;
  }
}
#content .overlay {
  background: rgba(0, 0, 0, 0.45);
}
#content .overlay2 {
  background: rgba(0, 0, 0, 0.75);
}
#content .video-box {
  z-index: 10;
}
#content .video-box .first {
  width: 100%;
}
#content .video-box a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .video-box a .video-icon {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  z-index: 5;
}
#content .video-box a:hover .video-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}
@media (max-width: 767px) {
  #content .video-box {
    margin-top: 20px;
  }
}
#content .video-frame {
  margin-top: -14px;
  width: 100%;
  height: 313px;
}
#content .img-border {
  /*border: 6px solid #ffffff;*/
  width: 99%;
  border-radius: 10px;
}
#img_franca {
  /*border: 6px solid #ffffff;*/
  border-radius: 10px;
  width: 50%;

}
#img_promocao {
  border: 6px solid #ffffff;
  width: 70%;
}

@media (min-width: 768px) and (max-width: 979px) {
  #content .img-border {
    width: 98%;
  }
}
#content .img-shadow {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
}
#content .pad_1 {
  padding: 0 120px;
}
@media (max-width: 767px) {
  #content .pad_1 {
    padding: 0;
  }
}
#content .btn {
  display: inline-block;
  border-radius: 5px;
  padding: 9px -1px 11px 36px;
}
#content .btn:hover {
  text-decoration: none;
  background-color: #010066;
  color: #ffffff;
}
#content .btn.__hover2:hover {
  background-color: #FE0000;
  color: #ffffff;
}
#content .circle2 {
  display: inline-block;
  background: #9b9999;
  text-transform: uppercase;
  margin: 9px;
  padding: 6px 9px 8px;
  border-radius: 40px;
  font: 700 13px/21px 'Open Sans', sans-serif;
}
#content .wrap1 {
  margin-bottom: 51px;
}
#content .wrap2 {
  margin-bottom: 29px !important;
}
#content .wrap3 {
  margin-bottom: 23px;
}
#content .wrap4 {
  margin-bottom: 86px;
}
#content .wrap5 {
  margin-bottom: 21px;
}
#content .wrap6 {
  margin-bottom: 28px;
}
#content .wrap7 {
  margin-bottom: 83px;
}
#content .wrap8 {
  margin-bottom: 44px;
}
#content .wrap9 {
  margin-bottom: 39px;
}
#content .wrap10 {
  margin-bottom: 15px;
}
#content .wrap11 {
  margin-bottom: 6px;
}
#content .wrap12 {
  margin-top: 10px;
}
#content .wrap-top1 {
  margin-top: 20px;
}
#content .btn-wrap {
  margin-top: 77px;
}
@media (max-width: 1199px) {
  #content .btn-wrap .btn {
    padding: 9px 20px 11px;
  }
  .sf-menu > li > a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #content .btn-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  #content .btn-wrap {
    text-align: center;
  }
  #content .btn-wrap .circle2 {
    display: block;
    width: 37px;
    height: 30px;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 10px auto;
  }
}
#content .btn-wrap.__offset1 {
  margin-top: 48px;
}
#content .wrapper1 {
  padding: 72px 0 74px;
}
#content .wrapper2 {
  padding: 86px 0 39px;
}
#content .wrapper2.__inset1 {
  padding-bottom: 85px;
}
#content .wrapper3 {
  padding: 79px 0 70px;
}
#content .wrapper3.__inset1 {
  padding-bottom: 22px;
}
#content .wrapper3.__inset2 {
  padding-bottom: 91px;
}
#content .wrapper3.__inset3 {
  padding-bottom: 85px;
}
#content .wrapper4 {
  padding: 78px 0 84px;
}
#content .wrapper4.__inset1 {
  padding-bottom: 50px;
}
#content .heading_1 {
  padding: 68px 0 7px;
}
#content .heading_2 {
  padding: 80px 0 7px;
}
#content .circle {
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
#content .circle:before {
  content: '';
  position: absolute;
  bottom: 36px;
  height: 91px;
}
#content .circle.c1:before {
  left: 27px;
  width: 87px;
  background: url(../img/index_img-03.png) no-repeat;
}
#content .circle.c2:before {
  left:29px;
  width: 112px;
  background: url(../img/index_img-04.png) no-repeat;
}
#content .circle.c3:before {
  left: 25px;
  width: 100px;
  background: url(../img/index_img-05.png) no-repeat;
}
#content .circle.__size2 {
  width: 116px;
  height: 116px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  text-align: center;
}
#content .circle.__size2 .time {
  position: absolute;
  left: 0;
  top: 0;
  font: 300 36px/30px 'Open Sans', sans-serif;
}
#content .circle.__size2:before {
  content: attr(data-number);
  position: relative;
  font: 300 48px/54px 'Open Sans', sans-serif;
  color: #ffffff;
  bottom: 0;
}
#content .box .caption {
  padding: 18px 190px 0 140px;
}
@media (max-width: 979px) {
  #content .box .caption {
    padding-right: 0;
  }
}
#content .box2 .caption {
  text-align: center;
  padding: 26px 0 25px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 4px solid #b1b2b2;
}
#content .box2 .first {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#content .box2.__offset1 {
  margin-top: 57px;
}
#content .box2.__offset1 h6 {
  margin-bottom: 18px;
}
#content .box2.__offset1 .caption {
  padding-bottom: 28px;
}
#content .box4 img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #content .box4 {
    margin-bottom: 20px;
  }
}
#content .box4.__offset1 {
  margin-top: 50px;
}
#content .box4.__offset1 img {
  margin-bottom: 30px;
}
#content .box5 h2 {
  margin-bottom: 6px;
}
#content .box5 h4 {
  margin-bottom: 23px;
}
#content .box5 p {
  padding: 0 100px;
}
@media (max-width: 979px) {
  #content .box5 p {
    padding: 0;
  }
}
#content .box5 img {
  margin: 52px 0 49px;
}
#content .box6 img {
  margin-top: 11px;
}
#content .box6 h3 {
  margin-bottom: 22px;
}
#content .box6 p + p {
  margin-top: 15px;
}
#content .box6 .btn {
  margin-top: 42px;
  padding: 10px 45px;
}
@media (max-width: 767px) {
  #content .box6 img {
    margin-bottom: 15px;
  }
}
#content .box6.__offset1 {
  margin-top: 41px;
}
#content .box6.__offset1 img {
  margin-top: 18px;
}
#content .box6.__offset2 {
  margin-top: 45px;
}
#content .box6.__offset2 h4 {
  margin-bottom: 21px;
}
#content .box6.__offset2 .btn {
  margin-top: 44px;
}
#content .box7 {
  margin-top: 54px;
}
#content .box7 .circle {
  margin-bottom: 29px;
}
#content .box7 h4 {
  margin-bottom: 22px;
}
#content .box7 p {
  padding: 0 11px;
}
#content .box8 {
  margin-top: 49px;
}
#content .box8 h6 {
  margin-bottom: 22px;
}
#content .box8 p + p {
  margin-top: 14px;
}
#content .box9 h6 {
  position: relative;
  padding-left: 50px;
  margin-bottom: 21px;
}
#content .box9 h6 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 30px;
}
#content .box9.__offset1 {
  margin-top: 46px;
}
#content .markered-list {
  margin-top: 23px;
}
#content .markered-list li {
  position: relative;
  padding-left: 23px;
}
#content .markered-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}
#content .markered-list li + li {
  margin-top: 6px;
}
#content .blog-box {
  margin: 51px 0 90px;
}
#content .blog-box img {
  margin-bottom: 55px;
}
#content .blog-box .box3 .circle {
  margin-right: 50px;
}
#content .blog-box .box3 .circle .time {
  padding-top: 25px;
  width: 100%;
}
#content .blog-box .box3 .circle .time span {
  font-size: 30px;
}
@media (max-width: 767px) {
  #content .blog-box .box3 .circle {
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  #content .blog-box .box3 .circle {
    float: none;
    margin: 0 auto 10px;
  }
}
#content .blog-box .box3 .caption {
  overflow: hidden;
}
#content .blog-box .box3 .caption .meta .text span {
  padding: 4px 5px 0 0;
}
#content .blog-box .box3 .caption h4 {
  margin: 10px 0 20px;
}
#content .blog-box .box3 .caption .btn {
  margin-top: 45px;
  padding: 9px 45px 11px;
}
#content .blog-box .box3 .caption p + p {
  margin-top: 15px;
}
#content .link-list {
  margin: 62px 0 55px;
  text-align: center;
}
#content .link-list li {
  display: inline-block;
  margin: 0 44px 0 43px;
  display: none;
}
#content .link-list li a:hover {
  opacity: .5;
}
#content .link-list li.first {
  margin-left: 0;
}
#content .link-list li.last {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  #content .link-list li {
    margin: 0 17px;
  }
}
@media only screen and (max-width: 979px) {
  #content .link-list li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  #content .link-list {
    text-align: center;
  }
  #content .link-list li {
    display: block;
    margin-bottom: 10px;
    display: none;
  }
}
#content .link-list2 {
  margin: 9px 0 33px;
  position: relative;

}
#content .link-list2 h4 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: moon_flowerregular;
  font-size: 32px;
}
#content .link-list2 a:hover {
  text-decoration: none;
  color: #dc2900;
}
#content .link-list2.__right {
  text-align: right;
}
@media (max-width: 767px) {
  #content .link-list2.__right {
    text-align: left;
  }
}
#content .link-list2.__icons li {
  position: relative;
  padding-left: 30px;
}
#content .link-list2.__icons span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 21px;
  padding-right: 5px;
}
#content .author {
  position: relative;
  text-transform: uppercase;
  padding-top: 24px;
}
#content .author:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  height: 1px;
  background-color: #9b9999;
}
#content .author.__link a {
  text-transform: uppercase;
}
#content .author.__link .block {
  display: block;
}
@media (max-width: 479px) {
  #content .author:before {
    width: 270px;
    margin-left: -135px;
  }
}
#content .map {
  width: 100%;
  height: 485px;
}
#content .map2 {
  margin: 50px 0 56px;
  width: 99%;
  height: 450px;
}
@media (max-width: 767px) {
  #content .map2 {
    height: 350px;
  }
}
@media only screen and (max-width: 479px) {
  #content .map2 {
    height: 250px;
  }
}
#content dt {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #content dt {
    padding-right: 5px;
  }
}
#content dd,
#content dt {
  display: inline-block;
}
#content address {
  margin-bottom: 15px;
}
#content .mail a {
  padding-left: 16px;
}
@media (max-width: 1199px) {
  #content .mail a {
    padding-left: 17px;
    font-size: 13px;
  }
}
#content .policy-box {
  margin-bottom: 21px;
  padding: 0 76px;
}
#content .policy-box h4 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #content .policy-box {
    padding: 0;
  }
  #content .mail a{
    padding-left: 1px;
    font-size: 10px;
  }

}
#imagens-editar legend i{
  padding-left: 5px;
  padding-top: 5px;
  color: #337ab7;
  cursor: pointer;
  font-size: 25px;
}
#imagens-editar legend i:hover{
  color: #ddd;
}
#imagens-editar .help-block{
  margin-top: 6px;
  margin-bottom: 0;
  color: #FE0000;
  font-size: 12px;
  font-weight: 600;
}
#imagens-editar .help-block:before{
  content: "\f05a";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 6px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 59px 0 30px;
  text-align: center;
  background: #010066;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "meta"
    "legal";
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.footer-legal {
  grid-area: legal;
  text-align: left;
  font: 400 12px/1.5 'Open Sans', sans-serif;
  border-top: 1px solid rgba(254, 0, 0, 0.25);
  padding-top: 18px;
  margin-top: 2px;
}
.footer-legal__title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}
.footer-legal__dl {
  margin: 0;
}
.footer-legal__row {
  margin: 0 0 10px;
}
.footer-legal__row:last-of-type {
  margin-bottom: 0;
}
.footer-legal__dt {
  margin: 0 0 2px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-legal__dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
}
/* Endereço menor que o restante (evita herdar 24px do `address` global) */
.footer-legal__dd--address {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.95;
}
.footer-legal__hint {
  display: inline;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.85;
}
.footer-legal__contact {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}
.footer-legal__link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-legal__link:hover,
.footer-legal__link:focus {
  color: #FE0000;
}
.footer-legal__sep {
  display: inline-block;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.footer-meta {
  grid-area: meta;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
#footer .footer-meta .copyright {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .footer-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "legal meta";
    gap: 28px 40px;
    align-items: start;
    max-width: none;
    padding: 0;
  }
  .footer-legal {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .footer-meta {
    align-items: flex-end;
    text-align: right;
  }
  #footer .footer-meta .list {
    margin-top: 0;
  }
}
#footer .copyright {
  font: 400 14px/16px 'Open Sans', sans-serif;
}
#footer .copyright .first {
  font-weight: 800;
  text-transform: uppercase;
}
#footer .list {
  margin-top: 3px;
}
#footer .list li {
  display: inline-block;
  position: relative;
  padding: 0 6px 0 9px;
  color: #ffffff;
  font: 400 12px/16px 'Open Sans', sans-serif;
}
#footer .list li a {
  color: #ffffff;
  text-decoration: none;
}
#footer .list li a:hover,
#footer .list li a:focus {
  color: #FE0000;
}
#footer .list li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: rgba(254, 0, 0, 0.45);
}
#footer .list li.last {
  padding-right: 0;
}
@media (max-width: 767px) {
  #footer .list li {
    display: block;
    text-align: center;
  }
  #footer .list li + li:before {
    width: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 28px;
  z-index: 20;
  color: #FE0000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  opacity: .38;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-position: center 0%;
  /*position: relative;*/
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .first {
  background-image: url(../img/index_img-25.jpg);
   
  background-color: #787470;
  background-position: 70% 70%;
}
@media (max-width: 1199px) {
  .stellar-section .first {
    background-image: url(../img/index_img-25_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .first {
    background-size: auto 100%;
  }
}
.stellar-section .second {

  background-image: url(../img/index_img-26.jpg);
  
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .second {
    background-image: url(../img/index_img-26_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .second {
    background-size: auto 100%;
  }
}
.stellar-section .third {
  background-image: url(../img/page2-img7.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .third {
    background-image: url(../img/page2-img7_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .third {
    background-size: auto 100%;
  }
}
.stellar-section .four {
  background-image: url(../img/page3-img3.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .four {
    background-image: url(../img/page3-img3_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .four {
    background-size: auto 100%;
  }
}
.stellar-section .five {
  background-image: url(../img/atividade_fisica_fundo.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .five {
    background-image: url(../img/atividade_fisica_fundo_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .five {
    background-size: auto 100%;
  }
}
#search {
  visibility: hidden;
  display: none;
  position: absolute;
  right: 38px;
  bottom: 5px;
  z-index: 15;
  width: 180px;
  height: 30px;
  background: #3b4956;
}
#search .input_wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
}
#search .input_wrap:before {
  content: '';
  position: absolute;
  top: -12px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #3b4956 transparent;
}
@media (max-width: 767px) {
  #search .input_wrap:before {
    border: none;
  }
}
#search input {
  display: block;
  padding-left: 10px;
  line-height: 30px;
  width: 150px;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  border: none;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  #search input {
    width: 90%;
  }
}
#search a {
  position: absolute;
  right: 5px;
  bottom: 4px;
  color: #010066;
  cursor: pointer;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search a:hover {
  text-decoration: none;
  color: #db4304;
}
@media (max-width: 767px) {
  #search {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*============  Text  =============*/
.text_1 {
  font: 400 12px/24px 'Open Sans', sans-serif;
}
.text_2 {
  font: 400 16px/24px 'Open Sans', sans-serif;
}
.text_3 {
  font: 300 18px/24px 'Open Sans', sans-serif;
}
.text_4 {
  font: 300 14px/24px 'Open Sans', sans-serif;
}
.text_5 {
  /*font: 700 24px/30px 'Open Sans', sans-serif;*/
  font-family: moon_flowerregular;
  font-size: 30px;
}
.text_6 {

  font: 400 12px/21px 'Open Sans', sans-serif;
}
.center {
  text-align: center;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #FE0000;
}
.color_3 {
  color: #FE0000;
}
.color_4 {
  color: #3b434b;
}
.color_5 {
  color: #3a3a3a;
}
.color_6 {
  color: #898989;
}
.color_7 {
  color: #2b3137;
}
.color_8 {
  color: #010066;
}
.color_9 {
  color: #d2e2b4;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #F5F6F6;
}
.bg_2 {
  background: #010066;
}
.bg_3 {
  background: #FE0000;
}
.bg_4 {
  background: #2b3137;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}
.header-menu {
  margin-right: 30px;
}
.efeito_red:hover{
  text-decoration: none;
  color: #dc2900;

}

#email_cadastrar{
  
  border-radius: 0px;
  line-height: 20px;
  font-size: 28px;
  font-family: "Open Sans",sans-serif;
  padding: 6px 0px 7px 14px;
  color: #9B9999;
  outline: medium none;   
  height: 34px;
  border: 1px solid #9B9999;
  font-weight: 300;
  width: 69%;
  margin: 0px;

}

.dumbBoxWrap { 
 display:none; 
 z-index:40001; 
} 

.dumbBoxOverlay { 
  position:fixed; 
  width:100%; 
  height:100%; 
  background-color:black; 
  opacity:.5; 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
  filter:alpha(opacity=50); 
  z-index:40001; 
 } 

.justificado{
  text-align: justify;
 }
.justificado p {
    text-indent: 1.5em;
 }
.img_trabalhe_conosco img{
    max-width: 50%;
    height: auto;
}
#mensagem_clear{
  clear: both;
}
#espaco_form{
 margin-top: 60px;
}
.espaco_receita{
  margin-bottom: 100px;
}
#paragrafo{
  text-indent: 1.5em;
}

.select select{
background-color: transparent;
padding: 6px 17px 7px 14px;
width: 115px;
color: #CAD0DD;
border: 1px solid #9B9999;
}
.select select option{
  color: #9B9999;
}
.select select option:first-child{
  color: #CAD0DD;
}

.CSSTableGenerator {
  margin:0px;padding:0px;
  width:100%;
  box-shadow: 10px 10px 5px #888888;
  border:1px solid #000000;
  
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
  
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#f4cbcb; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
  vertical-align:middle;
  
  
  border:1px solid #000000;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:16px;
  font-size:12px;
  font-family:Arial;
  font-weight:normal;
  color:#000000;
}.CSSTableGenerator tr:last-child td{
  border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
  border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child th{
    background:-o-linear-gradient(bottom, #010066 5%, #010066 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #010066), color-stop(1, #010066) );
  background:-moz-linear-gradient( center top, #010066 5%, #010066 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#010066", endColorstr="#010066");  background: -o-linear-gradient(top,#010066,3e3f94);

  background-color:#010066;
  border:0px solid #000000;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#ffffff;
}
.espaco_listar{
  margin-bottom: 50px;
}
.table_center_visualizar{
  position: relative;
  margin-left: 330px;;
}

.by span{
  color:#fff;
}
.by{
  font-size: 14px;
  color: #fff;
}
.by a{
  color: #ffffff;
}
.by span.heart { 
    padding: 0 5px;
    animation: pound 0.35s infinite alternate;
    margin-top: 5px;
}
@-webkit-keyframes pound {
  to {
    transform: scale(1.2);
  }
}
@keyframes pound {
  to {
    transform: scale(1.2); 
  }
}
#tabloide2, #tabloide3{
  display: none;
}
.btn_voltar{
  text-align: center;
  position:relative;
  margin-left: 330px;
  margin-bottom: -22px;
  border: 2px outset buttonface;

}
#imprimir {
  position: relative;
  margin-left: 630px;
  margin-top: -14px;

}
#android {
  font-size: 26px;
  padding-right: 5px;
  line-height: 16px;
  left: 101px;
  position: absolute;
}
@media (max-width: 479px) {
  #android {
    left: 100px;
  }
}
#content h4.fonte a{
  font-family: moon_flowerregular !important; 
  font-size: 35px;
}
.logo {
  padding-top: 0 !important;
  padding: 15px 15px 16px 15px !important;

}
.popup .button.b-close {
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 2px 6px 2px 6px;
  position: absolute;
  right: -13px;
  top: -12px;

}
div.popup {
  background:rgba(1, 0, 102, 0.5);
  width: 600px;
  height: 400px;
  border: 1px solid #fff;
}
.popup .text {
  margin-top: 60px;
  color: #fff !important;
}
.popup .img_popup{
  margin-top: 18px;
}
.btn_email {
  background-color: #FE0000;
  width: 100%;
  margin-top: 10px;
}
#input_email div input {
  width: 100% !important;
}
span.button {
  background-color: #FE0000;;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
#pop_up h2 {
  margin-bottom: 10px;
}
#pop_up {
    display: none;
}
@media (max-width: 1200px){
  .popup {
     display: none;
  }
}
.container-top-admin{
  margin-top: 60px;
}
.menu-admin{
  background-color: #f9f9f9;
}


  