#base h3 {
  font-size: 36px; color:var(--blue);
}
#base h4 {
  font-size: 28px; color:var(--blue);
}
div.background {
  position: fixed;
  top:0;
  z-index: -1  
}
div.slider-holder {
    border-bottom:none;
    height:550px;
	z-index:0;
  opacity:.1;
}
div.slider{ 
    height: 100%; 
}
div.slider-holder div.nivo-controlNav { z-index: 10; bottom:25px; left: 50%; margin-left: -75px }
div.slider-holder div.nivo-controlNav a { border-radius: 100%; margin: 10px; width:24px; height:24px; border:none; box-shadow:3px 3px 0 rgba(0,0,0,.1) }
div.slider-holder div.nivo-controlNav a.active { background-color:rgb(255,205,40) }
section.screen div.half { position: relative; }
section.screen div.half.left { left:0 }
section.screen div.half.right { right:0 }
section.offscreen div.half.left { left:-1000px; }
section.offscreen div.half.right { right:-1000px; }
section.intro  {
  padding: 0;
  background-color: transparent;
    position: relative;
  overflow: hidden;
  z-index: 0;
  height:600px;
  padding-top:150px;
}
section.intro li  {
	position:relative; right:0; 
  font-size:50px;
  color:white;
  text-shadow: 1px 1px 0 var(--blue);
  font-weight: 200;
  margin-bottom: 40px;
  text-align: right
}
section.intro li.offscreen  {
	right:-1000px
}
div.promo{
  position: absolute;
  width:300px;
  height: 300px;
  border-radius: 100%;
  background-color: var(--blue);
  left:50%;
  margin-left: -625px;
  top:450px;
  box-shadow: 15px 15px 0 rgba(0,0,0,.1);
  z-index: 1;
}
div.promo{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color:white; 
}
div.promo span{
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  color:white;
  margin-top:42px
}
div.promo button{
  margin:0 auto;
  float:none;
  display: block;
  background-color: var(--main);
  text-transform: uppercase
}
div.promo.offscreen{
  top:-350px;
}
section.info  {
  padding: 0;
  background-color: white;
    position: relative;
  overflow: hidden;
  z-index: 0;
  border-top:25px solid white;
}
section.info.offscreen { background-color: var(--main) }
section.info header {
  padding: 6px;
  padding-bottom: 40px;
  background-color: white
}
section.info header * {
  text-align: center;
  display: block;  
  color:var(--main)
}
section div.in {
  width: 1200px;  
  max-width: 100%  
}
section div.in:after {
  content:'';
  clear:both;
  width:100%;
  height:1px;
}
section.info div.in div.col {
  width: 33.33%;
  float: left;
  padding:90px 25px;
  position: relative;
  z-index: 1
}
section.info div.in div.col * {
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
  color:white  
}

section.info div.in div.col i {
  font-size: 40px; display: block; margin-bottom:10px
  
}

section.info div.in div.col:hover  {
  padding:75px 25px;
  
}

section.info div.in div.col:hover i {
  font-size: 65px;
  
}

section.info div.in div.col span {
  display: block; ;
  width:50%;
  margin:15px auto;
  font-size: 12px
}

section.info div.in div.col:nth-child(3) * {
  color: brown
}
section.info div.in div.col button {
  background-color: white;
  color:var(--main)
}
section div.half {
  padding:50px  
}
section div.half h4{
  margin:0; margin-top: 5px; font-weight: lighter
}
section div.half div.img{
  background-color: #ccc;
  width:380px;
  height: 120px;
  background-image: url('/_imagens/texto_imagem/5/5.jpg');
  background-size: 100%;
  background-position: center
}

section div.half div.item:first-child div.img{
  background-image: url('/_imagens/texto_imagem/1/1.jpg');
}

section div.half div.item:nth-child(2) div.img{
  background-image: url('/_imagens/texto_imagem/2/2.jpg');
}

section div.half p{
  padding:0 3px; padding-bottom: 30px; text-align: left; color:grey
}

section div.half:first-child p{
  padding:15px 7px;
  padding-right: 60px;
  font-size: 16px;
}


section.gallery div.miniatura { 
  width: 16.66%;
  float: left;
  height:175px;
  overflow: hidden;
}

section.gallery div.miniatura a { 
  display: block; width: 120%; height: 100%; background-size: 100%; background-repeat: no-repeat; background-position: center
}

section.gallery div.miniatura:hover a { 
  opacity: .5
}

section.gallery div.miniatura img { 
  display: none!important; 
}

/* ********************************************************************************************************************************** */
section#blog { 
  overflow: hidden; margin:0!important; padding:0!important;
  background-color: white;
  background-color: #f7faff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='550' height='550' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23ffffff' points='120 120 60 120 90 90 120 60 120 0 120 0 60 60 0 0 0 60 30 90 60 120 120 120 '/%3E%3C/svg%3E");
  background-position: center -1400px
}
section#blog.on {  background-position: center 140px; }
section#blog header {
  overflow:hidden;
  padding:10px 0;
  width: 1200px;
  margin:0 auto;
  float:none;
}
section#blog header h2{ 
    margin:3px ; float:left; color:var(--main); text-transform:uppercase;
}
section#blog header button{ margin:0; float:right; width:auto; background-color: white; border: none; color: var(--blue) }
section#blog header button:hover{ border:2px solid var(--blue); }
section#blog h4{ 
    color:var(--blue); padding:0 20px; text-align: center;
    font-size:24px;
    line-height:120%;
    height:60px;
    overflow:hidden;
}
section#blog div.post {
    width:296px; float:left; padding:0; position: relative; background-color: rgba(255,255,255,.6); margin:0 2px; opacity: 0;
}
section#blog.on div.post { opacity: 1; }
section#blog div.post { background-color: rgba(255,255,255,.6); }
section#blog div.post a:hover{ text-decoration: none; }
section#blog div.post:nth-child(odd) { background-color:rgba(255,255,255,.8); }
section#blog div.post div.img {
    background-color:#eee;  height: 300px; overflow:hidden; background-size:100%; background-position: center
}
section#blog div.post span.data {
    position: absolute; top:0; right:0; 
    padding:3px 6px; font-size: 10px; 
    color:var(--blue);
    font-family: arial;
    font-weight: lighter;
    width: auto;
    background-color: rgba(255,255,255,.7);
    border-radius: 0 0 0 5px
}
section#blog div.post p {
    text-align: left; height: 100px;
    overflow: hidden;
    padding: 0 20px; text-align: center;
}
section#blog button {
    margin:15px 0; margin-bottom: 0; width:100%; background-color: var(--blue-lgt); color:var(--blue)!important; box-shadow: none;
}
section#blog div.post:hover {
    background-color:var(--blue-lgt);
}
section#blog div.post:hover button {
    background-color: white
}
section#blog div.post:hover div.img {
    background-size: 105%
}

/* ********************************************************************************************************************************** */



#base section.stories {
  padding-top: 15px
}

#base section.stories h3 { 
        font-weight:lighter; color:var(--blue); font-size:27px; height:auto;
         margin:0 15px; margin-bottom: 20px; padding:5px 0px; position: relative; z-index: 1;
      text-align: center;
  text-transform: uppercase
}

#base section.stories .div { border:none; box-shadow: 7px 7px 0 rgba(0,0,0,.1) }

#overlay.stories header h3.title { display: none }

#parceiros {
	padding: 0;
	padding-top: 25px;
	background-color: var(--blue);
	_background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='736' height='368' viewBox='0 0 160 80'%3E%3Cg fill='%23f0f1f2' %3E%3Cpolygon points='0 10 0 0 10 0'/%3E%3Cpolygon points='0 40 0 30 10 30'/%3E%3Cpolygon points='0 30 0 20 10 20'/%3E%3Cpolygon points='0 70 0 60 10 60'/%3E%3Cpolygon points='0 80 0 70 10 70'/%3E%3Cpolygon points='50 80 50 70 60 70'/%3E%3Cpolygon points='10 20 10 10 20 10'/%3E%3Cpolygon points='10 40 10 30 20 30'/%3E%3Cpolygon points='20 10 20 0 30 0'/%3E%3Cpolygon points='10 10 10 0 20 0'/%3E%3Cpolygon points='30 20 30 10 40 10'/%3E%3Cpolygon points='20 20 20 40 40 20'/%3E%3Cpolygon points='40 10 40 0 50 0'/%3E%3Cpolygon points='40 20 40 10 50 10'/%3E%3Cpolygon points='40 40 40 30 50 30'/%3E%3Cpolygon points='30 40 30 30 40 30'/%3E%3Cpolygon points='40 60 40 50 50 50'/%3E%3Cpolygon points='50 30 50 20 60 20'/%3E%3Cpolygon points='40 60 40 80 60 60'/%3E%3Cpolygon points='50 40 50 60 70 40'/%3E%3Cpolygon points='60 0 60 20 80 0'/%3E%3Cpolygon points='70 30 70 20 80 20'/%3E%3Cpolygon points='70 40 70 30 80 30'/%3E%3Cpolygon points='60 60 60 80 80 60'/%3E%3Cpolygon points='80 10 80 0 90 0'/%3E%3Cpolygon points='70 40 70 60 90 40'/%3E%3Cpolygon points='80 60 80 50 90 50'/%3E%3Cpolygon points='60 30 60 20 70 20'/%3E%3Cpolygon points='80 70 80 80 90 80 100 70'/%3E%3Cpolygon points='80 10 80 40 110 10'/%3E%3Cpolygon points='110 40 110 30 120 30'/%3E%3Cpolygon points='90 40 90 70 120 40'/%3E%3Cpolygon points='10 50 10 80 40 50'/%3E%3Cpolygon points='110 60 110 50 120 50'/%3E%3Cpolygon points='100 60 100 80 120 60'/%3E%3Cpolygon points='110 0 110 20 130 0'/%3E%3Cpolygon points='120 30 120 20 130 20'/%3E%3Cpolygon points='130 10 130 0 140 0'/%3E%3Cpolygon points='130 30 130 20 140 20'/%3E%3Cpolygon points='120 40 120 30 130 30'/%3E%3Cpolygon points='130 50 130 40 140 40'/%3E%3Cpolygon points='120 50 120 70 140 50'/%3E%3Cpolygon points='110 70 110 80 130 80 140 70'/%3E%3Cpolygon points='140 10 140 0 150 0'/%3E%3Cpolygon points='140 20 140 10 150 10'/%3E%3Cpolygon points='140 40 140 30 150 30'/%3E%3Cpolygon points='140 50 140 40 150 40'/%3E%3Cpolygon points='140 70 140 60 150 60'/%3E%3Cpolygon points='150 20 150 40 160 30 160 20'/%3E%3Cpolygon points='150 60 150 50 160 50'/%3E%3Cpolygon points='140 70 140 80 150 80 160 70'/%3E%3C/g%3E%3C/svg%3E");
}

#parceiros header{ 
  margin-bottom:25px
}

#parceiros header h2{ 
  text-align: center;
  color: white;
  font-weight: lighter
}

#logoParade {
  overflow:visible!important;  
  height: 300px
}

#logoParade a{
  overflow:visible!important;
  height: auto;
  padding:0 20px;
  width: 270px;
 	display:block;
	float:left;
  margin-left:25px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 10px 10px 0 rgba(0,0,0,.01)
}

#logoParade div.img{
  width: 165px;
	height: 165px;
	margin:0 auto;
  margin-bottom: 10px
}
#logoParade div.img img{
  width:100%;
  max-height: 100%
}
#logoParade h5{
  height: 30px!important;
  text-align: center;
	margin:0;
  line-height: 15px;
  color:var(--blue);
}
#logoParade span{
  text-align: center;
	display: block;
  margin-bottom:10px;
  color:var(--blue);
}
section#contato { 
	position: relative; 
  padding:25px 0; 
  background-color: var(--main);
  overflow: hidden
}
section#contato label { width:100px; display:block; text-transform:uppercase; color:white; float:left }
section#contato ul { 
    padding: 0!important; margin:0!important;
    width:50%; float:left; overflow: hidden
}
section#contato li {
  padding: 0; margin:0!important; margin-bottom:20px!important; 
}
section#contato input, section#contato textarea { 
   background-color: white; 
   padding:10px; width:350px; font-size:14px; color:#333; 
   border:none!important; max-width: 100%
}
section#contato a  { display: block; margin:10px 13%!important; float: right;   }
section#contato a span { color:white; font-size:14px; }
section#contato a i { font-size:20px; margin-right:10px; color:white }
section#contato textarea { height: 90px }
section#contato input:focus, section#contato textarea:focus { background-color: rgba(245,250,255,1)!important; }
section#contato h3 { text-align: center; text-transform: uppercase; font-weight: lighter; font-size: 30px; margin-bottom: 25px; color:white }
section#contato button { background-color: transparent; border:2px solid white; width:58.5%; margin:0; margin-left:99px }
section#contato button * { color:var(--main) }
section#contato button:hover { background-color: var(--blue-lgt); }
section#contato button:hover * { color:var(--blue) }
section#contato button i { 
  font-size:18px;  margin:10px; color: white  }
section#contato button span { 
  text-transform:uppercase;
  color: white
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
	and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
	in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@media screen and (max-width: 1100px) {	
	div.half{ width:100% }
	div.background {
	  position: relative;
	  background-image: url(/_img/bck.jpg);
	  background-position:center 110px;
	  background-size:100%;
	  background-repeat: no-repeat;
	  height: 325px;
	}
	div.background video{ display:none }
	section.intro  {
	  height:auto;
	  padding-top:0;
	}
	  section.intro li {
	  font-size:26px;
	  font-weight: 200;
	  color:var(--blue);
	  text-shadow: none;
	  margin-bottom: 10px;
	  text-align: center;
		background-color: var(--blue);
		  color:white 
	}
  section.info  {
  border-top:none;
}  
  section div.half div.img{
  width:100%
  }
    #base section.info h3  {
  border-top:none; 
      font-size:20px!important;
      padding: 0 10px!important;
}
      #base section.info h4  {
        padding: 0 10px!important;
}
section div.half {
  padding:10px 0 
}
section div.half h4{
  text-align: center
}
section div.half p{
  text-align: center!important;
  padding: 0 25px!important;
}
section div.half.right p{
  margin-bottom: 25px
}

  section.info:before, section.info:after {
    content: none;
  }
  section.info div.in div.col {
    width: 100%;
    float: none;
    padding:25px 0;
  }
	section.info div.in div.col:nth-child(1) {
		background-color: rgb(235,40,145);
	}
	section.info div.in div.col:nth-child(3) {
		background-color: rgb(255,205,40);
	}
	div.slider-holder {
	height:125px;
	position: relative  
	}
	div.slider-holder div.nivo-controlNav { margin-left: -50px; bottom:-15px; }
	div.slider-holder div.nivo-controlNav a { width:16px; height:16px; }
	section#blog div.post { 
      width: 100%!important; 
      padding-top:25px;
  }
  section#blog header { 
      width: 100%!important; 
  }
  section#blog header button { 
      width: 100%;
  }
  section#blog h2 {
     width: 100%;
  }
	section#blog div.post div.img { 
    height:300px; width:300px;
    margin:0 auto;
  }
  section#blog div.post strong { 
    right: auto;
    left: 50%;
    margin-left:-25px;
    top:5px
  }
  
	section#contato h3 { padding: 0 }
	section#contato input, section#contato textarea { 
		width:100%
	}
	section#contato a, section#contato label  { width: 100%; margin:0!important; text-align: center  }
	section#contato ul { 
		padding: 10px!important;
		width:100%; float:none;
	}
	section#contato button { 
      width:100%; margin:0;  
	}
}