/** CSS RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}
body {line-height: 1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection{
	background:#ffdc00;
	color:#333;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
html{background: #f1eee6 url(../images/bg.jpg) repeat}
body {
  background: url(../images/bg-geral.jpg) repeat-x;
	color: #71675f;
	font: 14px "Fauna One", sans-serif;
	min-width: 960px;
}


p{padding-top:5px;padding-bottom:5px;}
b,strong{font-weight:bold;}
i,em{font-style:italic;}


/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  color:#71675F;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}

/*--FONTS--*/
@import url(http://fonts.googleapis.com/css?family=Fauna+One);

/*
a:after{content: " }"}
a:before{content: "{ "}
a:hover:after{content: " "}
a:hover:before{content: " "}
*/

menu li, ul li{list-style: none}

/*--HEADER--*/
header{background: url(../images/bg-topo.png) repeat-x}
  #topo{
    border-bottom: 1px solid #d7cfb2;
    min-height: 500px;
  }

  /*--LOGO--*/
  #navegacao{
    background: #d7cfb2;
    display: block;
    position: absolute;
    top: 0;
    z-index: 300;
  }
  
  

  /*--MARCA--*/
  h1{
    background: url(../images/marca.jpg) no-repeat center;
    margin: 30px 19px;
    height: 150px;
    width: 240px;
  }
    h1 a{
      display: block;
      height: 150px;
      overflow: hidden;
      text-indent: -9999px;
      width: 120px;
    }
	
	.a1{
	display: block;
    height: 150px;
	float:left;}
	.a2{
	display: block;
    height: 150px;
	float:left;}

  /*--MENU PRINCIPAL--*/
  nav{font-size: 22px}
    nav menu li{
      margin: 0 14px;
      border-bottom: 1px dashed #776657;
    }
    nav menu li:last-child{
      border-bottom: none;
      padding-bottom: 5px;
    }
      nav menu li a{
        color: #ffffff;
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        width: 230px;
      }
      nav menu li a:hover:after{
        color: #776657;
        content: " }"
      }
      nav menu li a:hover:before{
        color: #776657;
        content: "{ "
      }

      /*--SUBMENU--*/
      nav menu li ul{
        background: #9c9475;
        border: 0px;
        display: none;
        left: 250px;
        padding: 15px;
        position: absolute;
        top: 250px;
        width: 205px;
      }
      nav menu li:hover ul{display: block}
      nav menu li li {
        border-bottom: none;
        display: block;
        float: none;
        margin: 0 0 10px 0;
        padding: 0;
      }
      nav menu li li:last-child{margin-bottom: 0}
      nav menu li:hover li a{display: inline}
      nav menu li ul a{
        color: #d7cfb2;
        display: block;
        font-size: 22px;
      }
        nav menu li ul a:hover:after{content: none}
        nav menu li ul a:hover:before{content: none}
        nav menu li ul a:hover, nav menu li ul li:hover a{color: #ffffff} 

  /*--MENU ATALHOS--*/
  #menu-atalhos{
    float: left;
    font-size: 14px;
    margin-top: 20px;
  }
    #menu-atalhos li{display: inline}
    #menu-atalhos li a{
      color: #ffffff;
      text-decoration: none;
    }
      #menu-atalhos li a:after{content: " } "}
      #menu-atalhos li a:before{content: " { "}

  /*--MENU SOCIAL--*/
  #menu-social{
    float: left;
    font-size: 14px;
    margin: 13px 0 0 15px;
  }
     #menu-social li{
      display: inline;
      padding-left: 5px;
    }

/*--BANNER--*/
#slides {
  position: absolute;
  left: 50%;
  z-index: 100;
  margin-left: -475px;
  margin-top: 210px;
  float: left;
  width: 640px;
}
  /*
    Slides container
    Important:
    Set the width of your slides container
    Set to display none, prevents content flash
  */
  .slides_container {
    width: 640px;
    overflow: hidden;
    position: relative;
    display: none;
  }
  /*
    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
  */
  .slides_container div.slide {
    width: 640px;
    height: 270px;
    display: block;
  }

  /*Pagination*/
.pagination{
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 50;
}
.pagination:focus{
  outline: none;
}
.pagination li{
  list-style: none;
  float: none;
  _float: left;
  *float: left;
  margin-bottom: -4px;
}
.pagination a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(171,40,39, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
}
.current a{
  background: #222;
  background: rgb(171,40,39);
}

/*--MAIN--*/
main{display: block}
  main h2{
    color: #94714e;
    font-size: 38px;
  }
  .veja-mais{
    color: #71675f;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    text-align: right;
    text-decoration: none;
      transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
  }
  .veja-mais:hover{color: #94714e}

  /*--LISTA NOTICIAS--*/
  #lista-noticias{
    border-bottom: 1px solid #d7cfb2;
    padding: 25px 0;
  }
    .item-noticia{
      float: left;
      margin-right: 35px;
      width: 187px;
    }
      .item-noticia img{
        border: 3px solid #ddd7cb;
        margin-bottom: 10px;
      }
      .item-noticia span{
        color: #724618;
        font-size: 25px;
      }
      .item-noticia p{
        color: #71675f;
        font-size: 15px;
        margin: 15px 0 20px 0;
      }
      .item-noticia a{
        background: #b7a896;
        color: #ffffff;
        font-size: 14px;
        padding: 4px 10px;
        text-decoration: none;
          transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
      }
      .item-noticia a:hover{background: #71675f}
    .ultimo-item-noticia{margin-right: 0 !important}

  /*--LISTA ACOES--*/
  #lista-acoes{
    border-bottom: 1px solid #d7cfb2;
    padding: 25px 0;
  }
    .item-acao{
      float: left;
      margin-right: 35px;
      width: 187px;
    }
      .item-acao img{
        border: 3px solid #ddd7cb;
        margin-bottom: 10px;
      }
      .item-acao span{
        background: rgba(181, 168, 148, 0.6);
        color: #ffffff;
        font-size: 14px;
        margin-top: -42px;
        margin-left: 3px;
        padding: 4px 10px;
        position: absolute;
        text-decoration: none;
      }
      .item-acao a{
        color: #724618;
        font-size: 24px;
        margin: 15px 0 20px 0;
        text-decoration: none;
      }
      .item-acao a:hover{text-decoration: underline}
    .ultimo-item-acao{margin-right: 0 !important}

  /*--MARCAS--*/
  .marcas{
    margin-top: 25px;
    width: 100%;
  }
    .marcas h4{
      background: url(../images/chave.png) no-repeat right;
      color: #94714e;
      float: left;
      font-size: 18px;
      height: 58px;
      margin-right: 10px;
      padding: 32px 40px 0 0;
      text-align: right;
      width: 110px;
    }
    .marcas ul{height: 90px}
      .marcas ul li{
        float: left;
        padding: 0 10px;
      }

/*--SIDEBAR--*/
.sidebar{
  background: #d7cfb2;
  display: block;
  width: 100%;
}
  .sidebar h3{
    background: #bdb38e;
    border-bottom: 1px dashed #ffffff;
    color: #d7cfb2;
    font-size: 30px;
    padding: 20px;
  }

  /*--SIDEBAR INFOTECA--*/
  #sidebar-infoteca{margin-top: 78px}
    #sidebar-infoteca ul{padding: 10px 0}
    #sidebar-infoteca ul li{
      border-bottom: 1px dashed #ffffff;
      padding: 15px 20px; 
    }
    #sidebar-infoteca ul li:last-child{border-bottom: none}
    #sidebar-infoteca ul li a{
      color: #94714e;
      font-size: 20px;
      padding: 2px 0 2px 35px;
      text-decoration: none;
        transition: all .25s ease-in-out;
        
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
    }
      .icone-videos{background: url(../images/icone-videos.png) no-repeat}
      .icone-fotos{background: url(../images/icone-fotos.png) no-repeat}
      .icone-textos{background: url(../images/icone-textos.png) no-repeat}
      .icone-apresentacoes{background: url(../images/icone-apresentacoes.png) no-repeat}
    #sidebar-infoteca ul li a:hover{color: #71675f}
  
  /*--SIDEBAR NOTICIAS--*/
  #sidebar-noticias{margin-top: 25px}
    #sidebar-noticias ul li{
      border-bottom: 1px dashed #ffffff;
      padding: 15px 20px; 
    }
    #sidebar-noticias ul li a{text-decoration: none}
      .data-noticia{
        color: #94714e;
        display: block;
        font-weight: bold;
        margin-bottom: 3px;
      }
      .titulo-noticia{color: #71675f}
      .titulo-noticia:hover{
        color: #71675f;
        text-decoration: underline;
      }
    #sidebar-noticias ul li:last-child{
      border-bottom: none;
      text-align: center;
    }
    .mais-sidebar{
      background: #b7a896;
      color: #ffffff;
      font-size: 14px;
      padding: 4px 10px;
      text-decoration: none;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
    }
    .mais-sidebar:hover{background: #71675f}

/*--RODAPE--*/
footer{
  background: #9c9475;
  color: #fefefe;
  font-size: 12px;
  line-height: 200%;
  margin-top: 30px;
  padding: 35px 0;
}
  footer a{
    color: #fefefe;
    text-decoration: none;
  }
  footer a:hover{text-decoration: underline}
  .link-destaque-footer{font-size: 18px}
  footer ul li{
    float: left;
    font-size: 15px;
    margin-right: 5px;
  }

  .zebra{
    background: url(../images/zebra.png) no-repeat;
    display: block;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    width: 35px;
  }

  /*--LINKS SOCIAIS--*/
  #footer-social{
    background: url(../images/bg-footer.png) no-repeat center;
    float: left;
    font-size: 14px;
    height: 87px;
    padding-top: 54px;
    text-align: center;
  }
     #footer-social li{
      display: inline;
      padding-left: 5px;
    }

  /*--FORMULARIO NEWS--*/
  #news{text-align: right}
    #news h5{font-size: 24px}
    #news p{font-size: 14px}
    #news p, #news h5{padding: 0 30px 7px 0}
    #news input{
      background: #ddd7cb;
      border: 0;
      color: #94714e;
      font: 14px "Fauna One", sans-serif;
      margin-bottom: 5px;
      padding: 7px 10px;
    }
      ::-webkit-input-placeholder { /* WebKit browsers */
        color: #94714e;
      }
      :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #94714e;
      }
      ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #94714e;
      }
      :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #94714e;
      }
    #news button{
      background: #786c62;
      border: 0;
      color: #ffffff;
      font: 14px "Fauna One", sans-serif;
      padding: 7px 10px;
      width: 50px;
    }

/*--CONTEUDO--*/
#conteudo{
  color: #a19184;
  line-height: 140%;
  padding: 25px 0;
}
  .titulo{margin-bottom: 50px}
  #conteudo h3{
    color: #94714e;
    font-size: 26px;
    margin-bottom: 25px;
  }
  
  #conteudo ul{color:#71675F;}
  .texto p{padding-bottom: 20px; color:#71675F;}
  #conteudo ul li:before{content: " - "}
  .btn-mais{
    background: #c69c6d;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
      transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
  }
  .btn-mais:hover{background: #b7a896}
  #conteudo p + hr{
    margin-top: 0;
  }
  hr{
    border: none;
    background-color: #d7cfb2;
    color: #d7cfb2; /* IE6 e 7*/
    height: 1px;
    margin: 25px 0;
  }

  /*--FORMULARIO--*/
  .formulario input, .formulario textarea, .formulario select{
    background: #ebebeb;
    border: 1px solid #998675;
    color: #a19184;
    font: 15px "Fauna One", sans-serif;
    padding: 5px 10px;
  }
  .formulario input, .formulario select{margin-bottom: 7px}
  textarea{
    height: 70px;
    margin-bottom: 20px;
  }
  input[type="checkbox"]{
    background: none !important;
    border: none !important;
  }
  .textarea-contato{height: 120px}
  .centralizar{text-align: center}
  .formulario button{
    background: #c69c6d;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font: 20px "Fauna One", sans-serif;
    margin: 15px 0;
    padding: 7px 25px;
    text-decoration: none;
      transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
  }
  .formulario button:hover{background: #b7a896}
  .check-menor{
    font-size: 12px;
    padding-left: 20px;
  }
  .formulario hr{margin: 15px 0 !important}

/*--DETALHES EVENTOS--*/
  /*--dados--*/
  .dados-evento{margin-bottom: 20px}
    .data-evento{
      color: #724618;
      font-size: 25px;
    }
    .nome-evento{
      color: #7a6e65 !important;
      font-size: 30px;
      line-height: 140%;
      margin-top: 20px;
    }
    .localizacao-evento{
      background: url(../images/pin-mapa.png) no-repeat;
      height: 26px;
      padding: 5px 0 0 36px;
    }
      .localizacao-evento a{
        color: #ab2827;
        text-decoration: none;
      }
      .localizacao-evento a:hover{text-decoration: underline}

  /*--ações--*/
  .descricao-evento p{margin-bottom: 30px}
  .descricao-evento a{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 15px;
    padding: 5px 10px;
    text-decoration: none;
      transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
    text-align: center;
    width: 170px;
  }
  .btn-ver{
    background: #a08c78;
    margin-right: 30px;
  }
  .btn-ver:hover{background: #6e6153}
  .btn-inscrever{
    background: #c69c6d;
    margin-right: 30px;
  }
  .btn-inscrever:hover{background: #8f7150}
  .btn-participar{background: #534741}
  .btn-participar:hover{background: #312925}

  /*--galeria de fotos--*/
  .galeria-fotos img{
    border: 2px solid #ddd7cb;
  }
    /*--CAROUSEL--*/
    .jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl}
    .jcarousel-skin-tango .jcarousel-container-horizontal {width: 100%}
    .jcarousel-skin-tango .jcarousel-clip {
      overflow: hidden;
      margin-left: 10px;
      width: 607px;
    }
    .jcarousel-skin-tango .jcarousel-item {
        width: 150px;
        height: 100px;
        margin: 0 2px;
    }
    .jcarousel-skin-tango .jcarousel-item:before {
      content: none !important;
    }
    .jcarousel-skin-tango .jcarousel-item-horizontal {margin-left: 0}
    .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
      margin-left: 10px;
      margin-right: 0;
    }
    .jcarousel-skin-tango .jcarousel-item-placeholder {
        background: #fff;
        color: #000;
    }

    /**
     *  Horizontal Buttons
     */
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        position: absolute;
        top: 37px;
        right: 15px;
        width: 10px;
        height: 21px;
        cursor: pointer;
        background: transparent url(../images/navegacao-carousel.jpg) no-repeat -16px 0;
        z-index: 0;
    }
    .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
        left: 5px;
        right: auto;
        background-image: url(prev-horizontal.png);
    }
    .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
      cursor: pointer;
    }
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {cursor: default}
    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        position: absolute;
        top: 35px;
        left: -3px;
        width: 10px;
        height: 21px;
        cursor: pointer;
        background: transparent url(../images/navegacao-carousel.jpg) no-repeat 0 0;
    }
    .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
        left: auto;
        right: 5px;
        background-image: url(../images/navegacao-carousel.jpg) no-repeat;
    }
    .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
    .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
      cursor: pointer;
    }
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
        cursor: default;
    }

  /*--avaliacao--*/
  .nota-evento{
    color: #724618;
    font-size: 18px;
  }
    #star{float: left}

  /*--material--*/
  .material menu{text-align: center}
    .material menu li{
      border-right: 1px solid #d7cfb2;
      display: block;
      float: left;
      padding: 10px 20px;
    }
    .material menu li:last-child{border-right: none}
    .material menu li a{
        color: #94714e;
        font-size: 20px;
        padding: 2px 0 2px 35px;
        text-decoration: none;
          transition: all .25s ease-in-out;
          
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
      }
        .videos2{background: url(../images/icone-videos2.jpg) no-repeat}
        .fotos2{background: url(../images/icone-fotos2.jpg) no-repeat}
        .textos2{background: url(../images/icone-textos2.jpg) no-repeat}
        .apresentacoes2{background: url(../images/icone-apresentacoes2.jpg) no-repeat}
      .material menu li a:hover{color: #71675f}

  /*--palestrante--*/
  .palestrante{
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 116px;
  }
    .palestrante img{
      border: 2px solid #ddd7cb;
    }
    .palestrante a{
      color: #ffffff;
      display: block;
      margin: 5px 0;
      padding: 3px 0;
      text-decoration: none;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
      font-size: 13px;
      text-align: center;
      width: 100%;
    }

/*--INTERNA EVENTOS--*/
#lista-eventos{
  border-bottom: 1px solid #d7cfb2;
  padding: 25px 0;
}
  .item-evento{
    display: block;
    float: left;
    margin-right: 35px;
    margin-bottom: 32px;
    width: 187px;
  }
    .item-evento img{
      border: 3px solid #ddd7cb;
      margin-bottom: 10px;
    }
    .item-evento span{
      color: #724618;
      font-size: 25px;
    }
    .item-evento p{
      color: #71675f;
      font-size: 15px;
      margin: 15px 0 20px 0;
    }
    .item-evento a{
      background: #b7a896;
      color: #ffffff;
      font-size: 14px;
      padding: 4px 10px;
      text-decoration: none;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
    }
    .item-evento a:hover{background: #71675f}
  .veja-mais select{
    border: 1px solid #cbcac1;
    border-radius: 3px;
    color: #94714e;
    font: bold 12px Arial, sans-serif;
    padding: 3px 5px;
  }

  /*--paginacao--*/
  .paginacao{
    color: #71675f;
    text-align: center;
  }
    .paginacao a{
      color: #71675f;
      text-decoration: none;
    }
    .paginacao a:hover{
      font-weight: bold;
      color: #ab2827;
    }

/*--INSCRIÇÃO--*/
.destaque{
  color: #724618;
  font-weight: bold;
}
  .input-unico{width: 390px}
  .input-unico-aolado{
    float: left;
    width: 390px;
  }
  .input-3campos{
    margin-right: 5px;
    width: 180px;
  }
  .input-4campos{
    margin-right: 5px;
    width: 125px;
  }
    .4ultimo{margin-right: 0 !important}
  .select-unico{width: 412px}
  .select-aolado{
    margin-left: 10px;
    width: 200px;
  }
  .textarea-unico{width: 600px}
  .titulo-check{
    padding: 10px 0 0 10px;
  }
  .opcao-check{
    display: block;
    margin-bottom: 15px;
  }
  .link-maisopcoes{
    color: #7c5530;
    display: block;
    font-size: 15px;
    padding-top: 10px;
    text-decoration: none;
  }
  .link-maisopcoes:hover{text-decoration: underline}
  .texto-explicativo{
    color: #a19184;
    font-size: 18px;
  }



/** VOLTAR AO TOPO **/

#go_to_top{
  position:fixed;
  right:1em;
  bottom:1em;
  display:none;
  cursor:pointer;
  color:#666;
  padding:5px 5px 5px 5px;
  background-color:rgba(255, 255, 255, 0.4);
  border-radius:4px;
  -moz-border-radius:4px; /* Old Firefox */
  font-size:13px;
}

#go_to_top:hover{
  color:#333;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}



/** MENU DO TOPO **/

#float_menu_topo{
  display:none;
  position:fixed;
  text-align:center;
  top:0;
  width:100%;
  z-index:999;
}

#float_menu{
  background-color:rgba(189,179,142,0.5);
  border-left:1px dashed #776657;
  border-bottom:1px dashed #776657;
  border-right:1px dashed #776657;
  width:950px;
  margin-left:auto;
  margin-right:auto;
  padding:3px;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
  font-size: 16px
}

#float_menu:hover{
  background-color:rgba(189,179,142,0.9);
  padding:15px;
  font-size: 17px
}

#float_menu a{
  color:#fff;
  text-decoration:none;
}

#float_menu a:hover:after{
  color:#776657;
  content:" }";
}
#float_menu a:hover:before{
  color:#776657;
  content:"{ ";
}


#btns_como_participar a {
  -webkit-transition:all 0.25s ease-in-out;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:15px;
  padding:5px 10px;
  text-align:center;
  text-decoration:none;
  transition:all 0.25s ease-in-out;
  width:170px;
  margin-top:20px;
  margin-bottom:40px;
}