* {
  font-family: 'Tahoma';
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.video-container {
    position: relative;
    padding-bottom: 59.75%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    max-width: 1170px;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
	margin: 15px 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

#site {
  background: url(images/bg_4.gif) center top;
}

#site.bg-1 {
  background: url(images/bg_1.gif) center top;
}

#site.bg-2 {
  background: url(images/bg_2.gif) center top;
}

#site.bg-3 {
  background: url(images/bg_3.gif) center top;
}

#site.bg-4 {
  background: url(images/bg_4.gif) center top;
}

#site.bg-5 {
  background: url(images/bg_5.png) center top;
}

#slideshow .carousel-control {
  background: none;
}

#slideshow .carousel-control .arrow {
  display: block;
  width: 23px;
  height: 34px;
  top: 50%;
  position: absolute;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#slideshow .carousel-control.one .arrow {
  width: 30px;
}

#slideshow .carousel-control.two .arrow {
  width: 40px;
}

#slideshow .carousel-control.three .arrow {
  width: 46px;
}

#slideshow .carousel-control .arrow-left{
  background: url(images/arrow-left.png) left top no-repeat;
  left: 10px;
}

#slideshow .carousel-control .arrow-right {
  background: url(images/arrow-right.png) right top no-repeat;
  right: 10px;
}


.no-padding {
  padding: 0;
}

.recent-facebook-posts {
  margin: 0 auto;
}

.rfbp-post {
  width: 32.5%;
  float: left;
  position: relative;
  min-height: 1px;
  margin:2px;
  height: 285px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .rfbp-post {
    height: 245px;
  }
}

@media (min-width: 1200px) {
  .rfbp-post {
    height: 296px;
  }
}


.rfbp-post img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.rfbp-heading, .rfbp-text, .rfbp-post-link-wrap, .rfbp-link-text-wrap  {
  display: none;
}

#header.full .container {
  width: 100%; 
}

#content {
  z-index: 10;
}

#content .title-page {
  margin-top: 100px;
  position: absolute;
  z-index: 100;
}

#content .title-page h2 {
  background: #00e58f;
  padding: 15px 30px 10px 30px;
  display: inline;
  font-size: 60px;
  font-weight: bold;
  color: #06377b;
  border-radius: 0 50px 50px 0;
  z-index: 100;
}

#content .title-page h3 {
  margin-top: 5px;
  background: #00e58f;
  padding: 10px 30px 15px 30px;
  display: inline;
  font-size: 14px;
  color: #06377b;
  border-radius: 0 50px 50px 0;
  z-index: 10;
  position: relative;
}

#content .bolinhos {
  padding-top: 50px;
}

#content .bolinhos h3 {
  font-family: Tahoma;
  font-size: 12px;
  text-indent: 40px;
  line-height: 100%;
  font-weight: bold;
  margin: 0;
  color: #9519eb;
  display: none;
}
.slick-prev, .slick-next {
  width: 20px;
  height: 34px;
  z-index: 10;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 0.5;
}

.slick-prev, .slick-prev:hover {
  background: url(images/arrow-video-left.png);
  left: 0;  
}

.slick-next, .slick-next:hover {
  background: url(images/arrow-video-right.png);
  right: 0;
}

.slick-prev:before, .slick-next:before {
  content: '';
}


#content .bolinhos .nutritional-information .fixed-close {
  
}
#content .bolinhos.little-bites .nutritional-information .close {
  background: url(images/close-nutritional-novo.png) no-repeat;
}
#content .bolinhos .nutritional-information .close {
  color: #9517e6;
  left: 10px;
  top: 10px;
  font-size: 12px;
  text-indent: -99999px;
  background: url(images/close-nutritional.png) no-repeat;
  border-radius: 50%;
  opacity: 1;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
}



#content .bolinhos .nutritional-information {
  background:rgba(253, 255, 50, 0.95);
  border: 1px solid #9519eb;
  position: absolute;
  top: 0;
  display: none;
  height: 375px;
  max-width: 470px;
  z-index: 1000;
  padding: 30px;
  left: 40px;
}
#content .bolinhos .nutritional-information.table {
  height: 460px;
  background-color: #2b3594;
  border-color: #fff;
  color: #fff;
}

#content .bolinhos .nutritional-information.table table,
#content .bolinhos .nutritional-information.table th,
#content .bolinhos .nutritional-information.table tr,
#content .bolinhos .nutritional-information.table td {
  border: 1px solid #ccc;
}

#content .bolinhos .nutritional-information.table table p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin: 5px 0;
}

#content .bolinhos .nutritional-information table {
  font-size: 11px;
  margin-bottom: 20px;
}

table, thead, th, tr, td {
  border: 1px solid #000;
}
th {
  text-align: center;
}
td {
  padding-left: 5px;
}


#content .bolinhos.little-bites .nutricional-information {
  height: 200px;
}

#content .bolinhos.little-bites .item img{
  margin: 0 auto;
}

#content .bolinhos .content-info {
 
  height: 365px;
}

.modal {
  top: 120px;
}

.modal-content {
  font-size: 12px;
  font-family: Tahoma;
}

.modal-content p {
  margin-bottom: 20px;
  text-indent: 20px;
  text-align: justify;
}


@media (min-width: 768px){

  #content .bolinhos .nutritional-information.special-2 {
    right: 10px;
    left: inherit;
  }
}


#content .bolinhos .nutritional-information.show-info {
  display: block;
}
#content .bolinhos.little-bites .nutritional-information h4 {
  color: #fff;
}
#content .bolinhos .nutritional-information h4 {
  color: #8a00ff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Tahoma";
}

#content .bolinhos .nutritional-information h5 {
  color: #8a00ff;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
}

#content .bolinhos .nutritional-information p {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 20px;
}

.attachment-post-thumbnail {
  float: left;
  max-width: 100%;
  height: auto;
}


#content .bolinhos .item {
  margin-bottom: 50px;
}

#content.institucional p.about {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 50px;
} 

#content.institucional .history {
  margin-top: 50px;
}

#content.institucional .carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
#content.institucional .carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
#content.institucional  .next.left,
#content.institucional  .prev.right {
    opacity: 1;
    z-index: 1;
}
#content.institucional .active.left,
#content.institucional .active.right {
    opacity: 0;
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#content.institucional .history img {
  margin: 0 auto;
}

#content.institucional h2 {
  background: url(images/bg-cases-title.jpg) center right repeat-x;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0;
}

#content.institucional h2 span {
  background: url(images/bg-3.jpg);
  padding-right: 30px;
}

#content.institucional .partners ul{
  text-align: center;
  padding: 0;
}

#content.institucional .partners ul li {
  padding: 5px;
  display: inline-block;
  max-width: 25%;
}

#content.institucional .partners ul li img {
  max-width: 100%;
  height: auto;
}

#content.institucional .case {
  position: relative;
  margin-bottom: 27px;
}



#content.institucional .case h3 {
  background: rgba(42, 0, 45, 0.8);
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  padding: 10px 5%;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}



@media (min-width: 768px) {
  #content.institucional .case-item:first-child {
    width: 66.66666667%;
  }
  
  #content.institucional .case-item:first-child h3 {
    text-align: center;
    font-size: 28px;
    min-height: 80px;
  }
}

#content.institucional .history .carousel-indicators {
  position: relative;
  margin-left: 0;
  width: auto;
  left: auto;
  bottom: auto;
  display: inline-block;
}

#content.institucional .history .carousel-indicators li {
  background: #fff;
  border-radius: 50%;
  background: url(images/slide-button-history.png) center center no-repeat;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  margin: 0;
}

#content.institucional .history .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}

#content.institucional .history .arrow-history {
  display: inline-block;
}

#content.institucional .history .align-buttons {
  text-align: center;
}

#content.institucional .history .glyphicon {
  color: #fff;
}

#content.institucional .youtube-videos a {
  margin: 10px;
  display: block;
  position: relative;
}

#content.institucional .youtube-videos span.play-button {
  width: 57px;
  height: 40px;
  background: url(images/play-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -20px;
}

#content.institucional .youtube-videos span.degrade {
  background: url(images/degrade-left-video.png) center top repeat-y;
  height: 100%;
  width: 100%;
  position: absolute;
}

#content.institucional .youtube-videos .video-item.slick-current a span.degrade {
  background: none;
}

.facebook-posts {
  background: url(images/more.png) center bottom no-repeat;
  padding-bottom: 15px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px;
  font-weight: bold;
}

#all-posts .post {
  background: #fff;
  margin-bottom: 42px;
  margin-top: 3px;
}

#all-posts .row {
  margin: 0;
}

#all-posts .categories-list {
  list-style: none;
  padding: 0;
}

#all-posts .categories-list li {
  text-align: center;
}

#all-posts .categories-list li a {
  text-decoration: none;
}

#all-posts .categories-list li img {
  padding-bottom: 3px;
  background: #00e58f;
  width: 100%;
}

#all-posts .categories-list li b {
  padding-top: 5px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

#all-posts .categories-list li span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
}

#all-posts .categories-list li.festa,
#all-posts .post-item.festa .square.festa {
  background: #7309cd;
}

#all-posts .categories-list li.receita,
#all-posts .post-item.receita .square.receita {
  background: #ffc00c;
}

#all-posts .categories-list li.dicas,
#all-posts .post-item.dicas .square.dicas {
  background: #ff00a8;
}

#all-posts .categories-list li.lancheira-equilibrada,
#all-posts .post-item.lancheira-equilibrada .square.lancheira {
 background: #ff8a0c; 
}

#all-posts .post-item .square {
  height: 20px;
  display: block;
}

#all-posts .header-post {
  padding: 40px 100px 10px 100px;
}

#all-posts .content-post {
  padding: 0px 100px 40px 100px;
}

#all-posts .content-post img {
  margin: 0 30px 20px 0;
}

#all-posts .content-post p img {
  margin-top: 0;
}

#all-posts h2 {
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}

#all-posts h3 {
  color: #8f74a8;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}

#all-posts span {
  color: #7309cd;
  font-size: 13px;
}

#all-posts span.share {
  float: right;
}

#all-posts .post .category {
  font-size: 16px;
  font-weight: bold;
}

#all-posts .post .festa a,
#all-posts .post .festa h2 {
  color: #7309cd;
}

#all-posts .post .receita a,
#all-posts .post .receita h2 {
  color: #ffc00c;
}

#all-posts .post .dicas a,
#all-posts .post .dicas h2 {
  color: #ff00a8;
}

#all-posts .post .lancheira-equilibrada a,
#all-posts .post .lancheira-equilibrada h2 {
  color: #ff8a0c;
}

#all-posts .share a {
  margin-left: 5px;
}

#all-posts .share a img {
  margin: 0;
}

#all-posts p {
  margin-bottom: 15px;
  font-size: 13px;
  color: #7309cd;
  word-wrap:break-word;
}


.gota {
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.gota .container {
  height: 1px;
  position: relative;
  background: none !important;
}

.gota.hidde .container {
  height: 0;
}

.gota img {
  position: absolute;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  background: none !important;
  left: 0;

}

.gota.hidde img {
  top: -155px;
  
}

.paginacao {
  text-align: center;
  padding: 0;
  position: relative;
}

.paginacao a{
  list-style: none;
  display: inline-block;
  font-size: 16px;
}

@media (min-width: 768px){
  .paginacao .prev {
    position: absolute;
    left: 0;
  }

  .paginacao .next {
    position: absolute;
    right: 0;
  }
  
}

.paginacao .page-numbers {
  color: #7309cd;
  font-size: 16px;
}

.paginacao .page-numbers.current{
  font-weight: bold;
}



.navbar-default {
  background: none;
  border: none;
}

.navbar {
  margin-bottom: 0;
}

#header .nav.navbar-nav li {
  font-size: 14px;
}


#header .nav.navbar-nav li a {
  color: #fff;
  font-weight: bold;
}

.bg-2 #header .nav.navbar-nav li a {
  color: #9519eb;
}

#header .nav.navbar-nav li.current_page_item a {
  color: #ffd800;
  text-decoration: underline; 
}

.bg-2 #header .nav.navbar-nav li.current_page_item a {
  color: #ff8400;
}

#site .container {
  background: #00e58f;
}

.bg-5 {
  background: url(images/bg_5.gif);
}

#site.bg-1 .container {
  background: url(images/bg-1.jpg);
}

#site.bg-2 .container {
  background: url(images/bg-2.jpg);
}

#site.bg-3 .container {
  background: url(images/bg-3.jpg);
}

#site.bg-5 .container {
  background: #2b3594;
}


#header li.social a {
  float: left;
  margin-right: 10px;
}

#footer {
  padding: 20px 0;
  position: relative;
}

#popup {
  position: fixed;
  bottom: 0;
  right: 0;
}

#popup .close {
  position: absolute;
  width: 23px;
  height: 20px;
  display: block;
  right: 35px;
  top: 0;
  z-index: 100;
}

#footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#footer li {
  font-family: 'Tahoma';
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 59px;
  line-height: 59px;
  list-style: none;  
  background: url(images/dot-menu.png) left center no-repeat;
}

.bg-2 #footer li {
  color: #9519eb;
  background: url(images/dot-menu-2.png) left center no-repeat;
}

#footer li .sac {
  background: url(images/sac-icon.png) no-repeat;
  padding-left: 75px;
  display: block;
  height: 59px;
  
}

#footer ul li:first-child {
  background: none;
}

#footer ul li a{
  color: #fff;
}

.bg-2 #footer ul li a {
  color: #9519eb;
}

#header .nav.navbar-nav li {
 text-transform: uppercase;
}

#all-posts .post-item .content-post .gallery img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: none;
}

.gallery {
  margin: 0 auto;
  display: block;
  clear: both;
}

#header {
  width: 100%;
  position: fixed;
  z-index: 10000;
}

@media (min-width: 768px) {
  #content {
    padding-top: 145px;
  }

  
  #header .container {
    height: 145px;.
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    -ms-transition: height 0.8s;
    -o-transition: height 0.8s;
    transition: height 0.8s;
  }
  
  #header.full .container {
    height: 85px;
  }
  
  #header .navbar-nav {
    text-align: center;
    float: none;
    padding: 15px 0;
  }
  
    
  #header .nav.navbar-nav li {
    display: inline-block;
    float: none;
    background: url(images/dot-menu.png) left center no-repeat;
    padding: 0 10px 0 20px;
  }
  .bg-2 #header .nav.navbar-nav li {
    background: url(images/dot-menu-2.png) left center no-repeat;
  }
  
  #header .navbar-nav  li.logo {
    padding: 0;
    background: none;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    width: 200px;
  }
  
  .bg-2 #header .navbar-nav  li.logo {
    background: none;
    
  }
  
  #header.full .nav.navbar-nav li.logo {
    float: none;
    background: url(images/logo-ana-maria-1.png) no-repeat;
    background-size: contain;
    width: 75px;
    height: 50px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  
  #header .navbar-nav  li.logo img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
    width: 99px;
    height: 110px;
  }
  
  #header .nav.navbar-nav li a {
    padding: 0;
    float: left;
    line-height: 110px;
    height: 110px;
  }  
  
  #header.full .nav.navbar-nav li a {
    line-height: 50px;
    height: 50px;
  }
  
  #header.full .nav.navbar-nav  li {

  }
  
  #header.full .nav.navbar-nav  li.logo img {
    opacity: 0;
    width: auto;
    height: 50px;
  }
  
}

@media (max-width: 991px) {
  
  #header .navbar-nav  li.logo {
    width: 100px;
  }
  
  #header.full .nav.navbar-nav  li.logo img {
    height: auto;
    
  }
  #header .nav.navbar-nav  li.logo img {
    max-width: 100%;
    height: auto;
  }
  
  .rfbp-post {
    height: 189px;
  }
  
  #header .navbar-nav  li.logo {

  }
  
  #all-posts .categories-list li b {
    font-size: 13px;
  }
  
  #logo-img {
    width: 60px;
  }
  
  #header .nav.navbar-nav li a {
    height: 66px;
    line-height: 66px;
  }
  
  #header .nav.navbar-nav li {
    padding: 0 10px 0 15px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  
  #content {
    padding-top: 55px;
  }
  
  .rfbp-post {
    height: 106px;
  }
  
  .rfbp-post {
    width: 31.5%;
  }
  
  #content.institucional h2 {
    font-size: 18px;
  }
  
  #content.institucional h2 span {
    padding-right: 1px;
  }
  
  #header li.social {
    display: none;
  }
  
  #header .nav.navbar-nav li.logo {
    display: none;
  }
  
  #all-posts .categories-list li b {
    font-size: 10px;
  }
  
  #all-posts .categories-list li span {
    font-size: 12px;
  }
  
  #all-posts .header-post {
    padding: 20px;
  }
  
  #all-posts .content-post {
    padding: 0px 20px 20px 20px;
  }
  
  #all-posts span.share {
    float: left;
  }
  
  #all-posts h2 {
    font-size: 20px;
  }
  
  #content .title-page h2 {
    font-size: 30px;
    padding: 15px 20px 10px 20px;
  }
  
  #content .title-page h3 {
    font-size: 10px;
    padding: 5px 20px 10px 20px;
  }
  
  #content.institucional .case h3 {
    font-size: 15px;
  }
}
