/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 560px; margin: 0; padding: 0; position:absolute; z-index:100;top: 502px; left: 0;}
@media screen and (max-width: 480px) {
    .flexslider {
      width:480px;
      top: 431px;
    }
}
@media screen and (max-width: 414px) {
    .flexslider {
      width:414px;
      top: 371px;
    }
}
@media screen and (max-width: 375px) {
    .flexslider {
      width:375px;
      top: 336px;
    }
}
@media screen and (max-width: 360px) {
    .flexslider {
      width:360px;
      top: 323px;
    }
}
@media screen and (max-width: 320px) {
    .flexslider {
      width:320px;
      top: 287px;
    }
}
.flexslider .slides > li {display: block;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {/*background: #fff; border: 4px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;*/ position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {
  width: 53px; 
  height: 53px; 
  margin: -11px 0 0; 
  display: block; 
  background: url(../images/bg_direction_nav.png) no-repeat 0 0; 
  position: absolute; 
  top: 30%; 
  cursor: pointer; 
  text-indent: -9999px;
}
@media screen and (max-width: 480px) {
    .flex-direction-nav li a {
      margin: -11px 0 0;
    }
}
@media screen and (max-width: 414px) {
    .flex-direction-nav li a {
      margin: -11px 0 0;
    }
}
@media screen and (max-width: 375px) {
    .flex-direction-nav li a {
      margin: -11px 0 0;
    }
}
@media screen and (max-width: 360px) {
    .flex-direction-nav li a {
      margin: -11px 0 0;
      background: url(../images/bg_direction_nav-360.png) no-repeat 0 0;
      width: 50px; 
      height: 50px;
    }
}
@media screen and (max-width: 320px) {
    .flex-direction-nav li a {
      margin: -11px 0 0;
    }
}

.flex-direction-nav li a.prev {
  background-position: -52px 0; 
  right: 18px;
  top: 203px;
}
@media screen and (max-width: 480px) {
    .flex-direction-nav li a.prev {
      background-position: -52px 0;
      right: 16px;
      top: 176px;
    }
}
@media screen and (max-width: 414px) {
    .flex-direction-nav li a.prev {
      background-position: -52px 0;
      right: 10px;
      top: 153px;
    }
}
@media screen and (max-width: 375px) {
    .flex-direction-nav li a.prev {
      background-position: -52px 0;
      right: 12px;
      top: 149px;
    }
}
@media screen and (max-width: 360px) {
    .flex-direction-nav li a.prev {
      background-position: -44px 0;
      right: 6px;
      top: 137px;
    }
}
@media screen and (max-width: 320px) {
    .flex-direction-nav li a.prev {
      background-position: -45px 0;
      right: 5px;
      top: 123px;
    }
}

.flex-direction-nav li a.next {
  background-position: 0 0; 
  right: 18px;
  top:133px;
}
@media screen and (max-width: 480px) {
    .flex-direction-nav li a.next {
      background-position: 0 0;
      right: 16px;
      top: 106px;
    }
}
@media screen and (max-width: 414px) {
    .flex-direction-nav li a.next {
      background-position: 0 0;
      right: 10px;
      top: 87px;
    }
}
@media screen and (max-width: 375px) {
    .flex-direction-nav li a.next {
      background-position: 0 0;
      right: 12px;
      top: 66px;
    }
}
@media screen and (max-width: 360px) {
    .flex-direction-nav li a.next {
      background-position: 5px 0;
      right: 10px;
      top: 74px;
    }
}
@media screen and (max-width: 320px) {
    .flex-direction-nav li a.next {
      background-position: 5px 0;
      right: 10px;
      top: 61px;
    }
}

.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

.imagemmm{
  width:560px;
  height:auto;
}
@media screen and (max-width: 480px) {
    .imagemmm {
      width:480px;
      height:auto;
    }
}
@media screen and (max-width: 414px) {
    .imagemmm {
      width:414px;
      height:auto;
    }
}
@media screen and (max-width: 375px) {
    .imagemmm {
      width:375px;
      height:auto;
    }
}
@media screen and (max-width: 360px) {
    .imagemmm {
      width:360px;
      height:auto;
    }
}
@media screen and (max-width: 320px) {
    .imagemmm {
      width:320px;
      height:auto;
    }
}

.fundooo{
  width:560px;
  height:auto;
  z-index:-1;
  position:absolute;
}
@media screen and (max-width: 480px) {
    .fundooo {
      width:480px;
      height:auto;
    }
}
@media screen and (max-width: 414px) {
    .fundooo {
      width:414px;
      height:auto;
    }
}
@media screen and (max-width: 375px) {
    .fundooo {
      width:375px;
      height:auto;
    }
}
@media screen and (max-width: 360px) {
    .fundooo {
      width:360px;
      height:auto;
    }
}
@media screen and (max-width: 320px) {
    .fundooo {
      width:320px;
      height:auto;
    }
}

/*clicks*/

#click_um{
  cursor: pointer;
  position:absolute;
  top: 479px;
  left: 499px;
  /*border: 2px #CC0000 solid;*/
  width: 32px;
  height: 32px;
  z-index:1000;
}
@media screen and (max-width: 480px) {
    #click_um {
      top: 408px;
      left: 416px;
    }
}
@media screen and (max-width: 414px) {
    #click_um {
      top: 350px;
      left: 356px;
    }
}
@media screen and (max-width: 375px) {
    #click_um {
      width:27px;
      height:27px;
      top: 317px;
      left: 323px;
    }
}
@media screen and (max-width: 360px) {
    #click_um {
      width:27px;
      height:27px;
      top: 305px;
      left: 310px;
    }
}
@media screen and (max-width: 320px) {
    #click_um {
      width: 22px;
      height: 22px;
      top: 272px;
      left: 275px;
    }
}
#click_dois{
  cursor: pointer;
  position:absolute;
  top: 859px;
  left: 499px;
  /*border: 2px #CC0000 solid;*/
  width: 32px;
  height: 32px;
  z-index:1000;
}
@media screen and (max-width: 480px) {
    #click_dois {
      top: 734px;
      left: 416px;
    }
}
@media screen and (max-width: 414px) {
    #click_dois {
      top: 632px;
      left: 356px;
    }
}
@media screen and (max-width: 375px) {
    #click_dois {
      width:27px;
      height:27px;
      top: 573px;
      left: 323px;
    }
}
@media screen and (max-width: 360px) {
    #click_dois {
      width:27px;
      height:27px;
      top: 549px;
      left: 310px;
    }
}
@media screen and (max-width: 320px) {
    #click_dois {
      width: 22px;
      height: 22px;
      top: 489px;
      left: 275px;
    }
}

.fecharrr1{
  cursor: pointer;
  position: absolute;
  top: 27px;
  left: 499px;
  width: 32px;
  height: 32px;
  z-index: 10000;
}
@media screen and (max-width: 480px) {
    .fecharrr1 {
      top: 20px;
      left: 425px;
    }
}
@media screen and (max-width: 414px) {
    .fecharrr1 {
      top: 14px;
      left: 365px;
    }
}
@media screen and (max-width: 375px) {
    .fecharrr1 {
      top: 11px;
      left: 330px;
    }
}
@media screen and (max-width: 360px) {
    .fecharrr1 {
      top: 14px;
      left: 320px;
      width: 25px;
      height: 25px;
    }
}
@media screen and (max-width: 320px) {
    .fecharrr1 {
      top: 11px;
      left: 282px;
      width: 25px;
      height: 25px;
    }
}
.fecharrr2{
  cursor: pointer;
  position: absolute;
  top: 407px;
  left: 499px;
  width: 32px;
  height: 32px;
  z-index: 10000;
}
@media screen and (max-width: 480px) {
    .fecharrr2 {
      top: 345px;
      left: 425px;
    }
}
@media screen and (max-width: 414px) {
    .fecharrr2 {
      top: 298px;
      left: 365px;
    }
}
@media screen and (max-width: 375px) {
    .fecharrr2 {
      top: 269px;
      left: 330px;
    }
}
@media screen and (max-width: 360px) {
    .fecharrr2 {
      top: 260px;
      left: 320px;
      width: 25px;
      height: 25px;
    }
}
@media screen and (max-width: 320px) {
    .fecharrr2 {
      top: 229px;
      left: 282px;
      width: 25px;
      height: 25px;
    }
}

#um, #dois{
  cursor: pointer;
  display:none;
  position:absolute;
  top: 453px;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
    #um, #dois {
      top: 389px;
      left: -9px;
    }
}
@media screen and (max-width: 414px) {
    #um, #dois {
      top: 335px;
      left: -8px;
    }
}
@media screen and (max-width: 375px) {
    #um, #dois {
      top: 303px;
      left: -8px;
    }
}
@media screen and (max-width: 360px) {
    #um, #dois {
      top: 291px;
      left: -8px;
    }
}
@media screen and (max-width: 320px) {
    #um, #dois {
      top: 259px;
      left: -8px;
    }
}

#fechar_um, #fechar_dois{
  text-align:right;
}

/* Control Nav */
/*

.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

*/