@charset "utf-8";

body {overflow-x:hidden; font-family:sans-serif;}


/* slide 2013 */

.slide-2013 {position:relative; overflow:hidden;width:100%;height:100%;}
.slide-2013 ul {height:100%; width:100%;}
.slide-2013 ul > li {height:100%; width:100%;cursor:pointer;}
/*.slide-2013 ul > li .bg-textura {background:url(../images/bg-slide-textura.png); position:absolute; height:100%; width:100%; top:0; left:0;}
*/
.slide-2013 ul li a{display:block;width:100%;height:100%;}

.slide-2013 ul li.azul {background:url(../images/banner01.jpg) center no-repeat; background-size: 100% 100%;}

.slide-2013 ul li.verde {background:url(../images/banner02.jpg) center no-repeat; background-size: 100% 100%;}

.slide-2013 ul li.laranja {background:url(../images/banner03.jpg) center no-repeat; background-size: 100% 100%;}

.slide-2013 .guia {position:absolute; bottom:30px; width:100%; z-index:100;}
.slide-2013 .guia .itens {margin:0 auto; display:table;}
.slide-2013 .guia a {float:left; width:16px; height:16px; background:url(../images/bg-guia-transparente.png); overflow:hidden; text-indent:-40px; margin:0 7px;

-webkit-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -ms-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */	

	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;

}
.slide-2013 .guia a.activeSlide {}

.activeSlide.selected {background:url(../images/bolinha-verde-luz.png) 0px 0px no-repeat!important;

	/*-webkit-box-shadow:0 0 15px 5px #6FF1F3;
	-moz-box-shadow:0 0 15px 5px #6FF1F3;
	-o-box-shadow:0 0 15px 5px #6FF1F3;
	-ms-box-shadow:0 0 15px 5px #6FF1F3;
	box-shadow:0 0 15px 5px #6FF1F3;*/

}