/* Inicio Estilos Gerais do CSS */

body {
  background: url(../imagens/bg-home.jpg);
  background-position: top center;
  background-repeat: no-repeat;  
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f9f9f9;
  font-weight: 300;
  color: #605f5d;
  font-size: 1.1em;
}
.wrap {
  height: 100%;
  position: relative;
  margin: 0 8%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  /*  font-family: 'Lato', sans-serif;*/
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 700;
}
h1 {
  /*text-transform: lowercase;*/
  font-size: 1.7em;
  letter-spacing: 1px;
  color: #eda35e;
}
h2 {
  font-size: 1.4em;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
}
p {
  line-height: 1.4em;
  width: 80%;
}
a {
  text-decoration: underline; 
  font-weight: bold;
  cursor: pointer;
  color: #4c4c4c;
}
a:hover {
  color: #53281d;
}
div, nav, ul {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
strong {  }
.btn {
  padding: 2px 8px;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2em;
  border: 1px solid transparent;
  font-weight: 300;
  cursor: pointer;
  background-color: #999999;
}
.link {
  padding: 0px;
  font-weight: bold;
  text-decoration: none;
}
.col1-3 {
  position: relative;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.col2-3 {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}
.col3-3 {
  width: 100%;
  display: block;
  vertical-align: top;
  clear: both;
  position: relative;
  padding-right: 20px;
}
.col2-2 {
  width: 50%;
  float: left;
}
.col1-3 img, .col2-3 img, .col3-3 img, .col2-2 img {

}
.col2-3 p {
  width: 90%
}
.titulo {
  /*  border-bottom: 1px solid #dddddd;*/
  margin: 0 0 20px 0;
}



/* Fim Estilos Gerais do CSS */

/* Inicio Estilos Barra Topo */

.topo {
  /*display: table;*/
  /*  background-position: top center;*/
  width: 100%;
  height: 280px;
}
.bg {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 300px;
}
.topo .logo {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  width: 220px;
  height: 110px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../imagens/memoria-das-olimpiadas.png");
}
.topo .logo span {
  display: none;
}
.topo .logo-768 {
  position: absolute;
  top: 400px;
  left: 0px;
  display: block;
  width: 401px;
  height: 49px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../imagens/logo-lasc-768.svg");
  display: none;
}
.topo .logo-mobile {
  position: absolute;
  top: 400px;
  left: 0px;
  display: block;
  width: 130px;
  height: 49px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../imagens/logo-lasc-mobile.svg");
  display: none;
}

/* Fim Estilos Barra Topo */

/* Inicio Estilos Depoimento Home e Intro */

.intro-box { margin-bottom: 60px}
.intro h1 { width: 80%; }
.intro p { width: 90%; }

.depoimento-home p { font-size: 1.2em; line-height: 1.2em;}
.depoimento-home .autor { font-size: 1em; color: #e77d5b; font-weight: 700; }
.depoimento-home .cargo { font-size: 0.8em; }
.depoimento-home a { font-size: 0.8em; text-align: center;}
.depoimento-home a img { width: 75%; max-width: 250px; margin-top: 2em; margin-right: 10% }

/* Fim Estilos Depoimento Home e Intro */

/* Inicio Estilos NAV Menu */

.topo nav { 
  position: absolute;
  top: 0px;
  padding: 0 0 0 15px;
  margin: 0;
  bottom: 0;
  right: 0px;
  z-index: 1000;
  width: auto;
  height: 65px;
}
nav ul {
  padding: 0;
  margin: 0 0 0 76px;
}
nav ul #menu_item_1 a {
  display: none;
}
nav ul li a {
  font-family: 'Lato', sans-serif;
  color: #fff;
  height: 30px;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 18px 0 0 0;
  text-decoration: none;
  font-size: .95em;
  text-transform: lowercase;
}
nav ul li ul li a { }
nav ul {
  list-style: none;
  position: relative;
  float: right;
  margin: 0;
  margin-right: -30px;
  padding: 0;
}
nav ul li {
  position: relative;
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
}
nav ul li:last-child {
  margin: 0 0 0 0;
}
nav ul li ul li a {
  display: block !important;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  line-height: 1.4em;
  width: 100%;
}
nav ul li ul li ul {
  display: none;
}
nav ul li a:hover {
  color: #F3AD69;
}
.toggle-menu {
  display: none;
  background-image: url("../imagens/toggle-menu.png");
  position: absolute;
  z-index: 20000;
  width: 29px;
  height: 23px;
  top: 42px;
  right: 20px;
}
.script-menu-responsivo {
  display: block;
}
/* Fim Estilos NAV Menu */

/* Inicio Toggle Menu */

.toggle-menu {
  position: absolute;
  top: 20px;
  right: 6px;
  background-image: url("../imagens/toggle-menu.png");
  width: 29px;
  height: 23px;
  display: none;
}
a:hover.toggle-menu {
  opacity:.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.script-menu-responsivo {
  display: none;
}
/* Fim Toggle Menu */

/* Inicio Div Tema */

.temas {
  background-color: #eee;
  position: relative;
  width: 100%;
  /*margin-bottom: 60px;*/
  padding-top: 60px 0 30px 0;
}
.temas .cidade, .temas .cultura, .temas .esporte {
  padding: 0 0 30px 0;
}
.temas .veja-mais { display: inline-block; }
.temas .cidade h1, .temas .cultura h1, .temas .esporte h1 { text-transform: lowercase; letter-spacing: 1px; }
.temas .cidade div h1 a,
.temas .cidade h1, .temas .cidade .veja-mais { color: #7fdae4; }

.temas .cultura div h1 a,
.temas .cultura h1  { color: #f3ad69; }
.temas .cultura h1, .temas .cultura .veja-mais { color: #f3ad69; }

.temas .esporte div h1 a,
.temas .esporte h1 { color: #8fca83; }
.temas .esporte h1, .temas .esporte .veja-mais { color: #8fca83; }
.temas p { font-size: 0.9em; }
.temas ul  { margin: 0; padding: 0; }
.temas ul li img {
  width: 100%;
}

#sizecontroldiv {
  float: right;
  margin: -25px 0 0 0;
}
#sizecontroldiv a {
  text-decoration: none;
  width: 24px;
  background-color: #fff;
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
#sizecontroldiv a:hover {
  border: 1px solid #928f8f;
}

/* Fim Div Tema */

/* Inicio Linha Tempo Home */

.box-linha-tempo{
  padding: 60px 0;
}

.linha-tempo-intro{
  padding-bottom: 2em;
}

.linha-tempo-home {
  height: auto;
}
.linha-tempo-home ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linha-tempo-home li {
  font-size: 0.9em;
  background: url(../imagens/linha.png);
  background-position: top center;
  background-repeat: repeat-y; 
  clear: both;
  height: auto;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.linha-tempo-home li.final {
  background: none;
}
.linha-tempo-home div {
  width: 50%;
  padding: 0;
}
.linha-tempo-home li h3 {
  color: #eda35e;
}
.linha-tempo-home li p {
  margin: 0;
  padding: 0;
  width: 80%;
  background-color: red;
}
.linha-tempo-home div.circle {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  background: url(../imagens/circle.png);
}
.linha-tempo-home div.esquerda {
  width: 44%;
  background-position: top right;
  background-repeat: no-repeat; 
  text-align: right;
}
.linha-tempo-home div.direita {
  width: 46%;
  background-position: top right;
  background-repeat: no-repeat; 
  margin-left: 56%;
}

/* Fim Linha Tempo Home */

/* Inicio Estilos Middle Produtos */

.middle-produtos {
  display: table;
  clear: both;
  position: relative;
  width: 100%;
  padding: 18em 0 1em 0;
  background: url(../imagens/bg-middle.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.middle-produtos .wrap div img {
  max-width: 90%;
  padding: 0 20px 20px 0;
}
/*
.middle-produtos .wrap div div {
  width: 68%;
  float: left;
}
.middle-produtos .wrap div div p {
  margin: 5px 0 0 0;
  }*/
  .middle-produtos .prod-item {
    padding: 0;
    margin-bottom: 3em;
  }
  .middle-produtos .prod-item h3, 
  .middle-produtos .prod-item p {
    width: 90%;
  }
  .middle-produtos .lista-videos-seminario {
    padding: 0;
    margin: 15px 0 0 0;
  }
  .middle-produtos .lista-videos-seminario li {
    display: inline-block;
    margin: 0 6px 0 0;
    list-style-type: none;
  }
  .middle-produtos .lista-videos-seminario li a {
    text-decoration: none;
    background: #eee;
    color: #999;
    padding: 3px 8px;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
  }
  .middle-produtos .lista-videos-seminario li a:hover {
    color: #000;
  }

  /* Fim Estilos Middle Produtos */

  /* Inicio Estilos Conteudo */

  .conteudo {
    margin-bottom: 3em;
    position: relative;
  }
  .conteudo p {
    position: relative;
  }


  /* Fim Estilos Conteudo */

  /* Inicio Estilos Cidade */


  .tema-cidade h1, .tema-cidade h2 {
    color: #7fdae4;
  }

  /* Fim Estilos Cidade */

  /* Inicio Estilos Grid (4 por pagina) */

  .grid {
    list-style-type: none;
    padding: 0;
    margin: 60px 0 0 0;
    font-size: 0;
  }
  .grid li {
    position: relative;

  }
  .grid li h2 {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.1em;
    letter-spacing: 0;
    vertical-align: bottom;
    /*  height: 46px;*/
    width: 90%;
  }
  .grid li p {
    margin: 8px 0 8px 0;
    font-size: 15px;
    line-height: 1.1em;
    width: 90%;
  }
  .grid li img {
    text-align: left;
    width: 96%;
  }
  .grid li a {
  }
  .grid li a.ver-todos {
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 18% 0 0 0;
    width: 96%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  .grid li a.ver-todos p {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
  }

  /* Fim Estilos Grid (4 por pagina) */


  .tema-cidade .col1-3 img, .tema-cultura .col1-3 img, .tema-esporte .col1-3 img {
    width: 90%;
  } 


  /* Inicio Estilos Tema Cidade */

  .tema-cidade h1, .tema-cidade h2 { color: #7fdae4; }
  .tema-cidade div h1 a, .tema-cidade div h2 a { color: #7fdae4; }
  .tema-cidade .ver-todos { background-color: #7fdae4; }
  .tema-cidade .grid1 li { border: 2px solid #7fdae4; }
  .tema-cidade .grid1 li a { color: #7fdae4;  }


  /* Fim Estilos Tema Cidade */

  /* Inicio Estilos Tema Esporte */

  .tema-esporte h1, .tema-esporte h2 { color: #8fca83; }
  .tema-esporte div h1 a, .tema-esporte div h2 a { color: #8fca83; }
  .tema-esporte .ver-todos { background-color: #8fca83; }
  .tema-esporte .grid1 li { border: 2px solid #8fca83; }
  .tema-esporte .grid1 li a { color: #8fca83;  }

  /* Fim Estilos Tema Esporte */

  /* Inicio Estilos Tema Cultura */

  .tema-cultura h1, .tema-cultura h2 { color: #F3AD69 !important; }
  .tema-cultura div h1 a, .tema-cultura div h2 a { color: #F3AD69 !important; }
  .tema-cultura .ver-todos { background-color: #F3AD69; }
  .tema-cultura .grid1 li { border: 2px solid #F3AD69; }
  .tema-cultura .grid1 li a { color: #F3AD69;  }

  /* Fim Estilos Tema Cultura */

  /* Inicio Estilos Exposicao */

  .exposicao h1, .exposicao h2 { color: #F3AD69; }
  .exposicao .ver-todos { background-color: #F3AD69; }

  /* Fim Estilos Exposicao */

  /* Inicio Estilos Swiper */

  .swiper-container {
    width: 100%;
    height: auto;
  }
  .swiper-slide {
    background-size: 100%;
    /* Center slide text vertically */
  }
  .swiper-slide img {
    width: 100% !important;
  }

  /* Fim Estilos Swiper */

  /* Inicio estilos Linha do Tempo */

  .linha-tempo {
    height: auto;
  }
  .linha-tempo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .linha-tempo li {
    font-size: 0.9em;
    background: url(../imagens/linha-meio-linha-tempo.png);
    background-position: top center;
    background-repeat: repeat-y; 
    clear: both;
    height: auto;
    display: table;
    width: 76%;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }
  .linha-tempo .esquerda .data {
    float: left;
    width: 47%;
    text-align: right;
  }
  .linha-tempo .esquerda .texto {
    width: 47%;
    float: right;
  }
  .linha-tempo .direita .data {
    width: 47%;
    float: right;
  }
  .linha-tempo .direita .texto {
    float: left;
    width: 47%;
  }
  .linha-tempo .direita .texto .cx-dialogo {
    float: right;
  }
  .linha-tempo li h2 {
    background-color: #eda35e;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fafafa;
    padding: 5px 20px;
    margin: 0 auto 10px auto !important;
    display: table;
    width: auto !important;
  }
  .linha-tempo li.final {
    background: none;
  }
  .linha-tempo div {
    width: 50%;
    padding: 0;
  }
  .linha-tempo li h3 {
    color: #999999;
    font-size: 1em;
  }
  .linha-tempo li p {
    margin: 0;
    padding: 0;
    width: 95%;
  }
  .linha-tempo div.circle {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    background: url(../imagens/circle-linha-tempo.svg);
  }
  .linha-tempo div .cx-dialogo {
    background-color: white;
    width: 90%;
    padding: 12px 20px;
    border-radius: 5px;
    display: table-cell;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
  }

  .linha-tempo div .cx-dialogo img {
    width: 40%;
    margin: 0 10px 0 0;
    float: left;
  }
  .linha-tempo div .cx-dialogo .leia-mais {
    margin: 15px 0 0 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
  }

  .linha-tempo .cultura .cx-dialogo { border: 2px solid #f3Ad69; }
  .linha-tempo .cultura .cx-dialogo h4, .linha-tempo .cultura .cx-dialogo .leia-mais { color: #f3Ad69; }
  .linha-tempo .esporte .cx-dialogo { border: 2px solid #8FcA83; }
  .linha-tempo .esporte .cx-dialogo h4, .linha-tempo .esporte .cx-dialogo .leia-mais { color: #8FcA83; }
  .linha-tempo .cidade .cx-dialogo { border: 2px solid #7fdAe4; }
  .linha-tempo .cidade .cx-dialogo h4, .linha-tempo .cidade .cx-dialogo .leia-mais { color: #7fdAe4; }

  .linha-tempo div.esquerda .cx-dialogo {
    float: right;
  }
  .lista-btns {
    list-style-type: none;
    margin: 35px 0 45px 0;
    padding: 0;
  }
  .lista-btns li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .lista-btns a:hover {
    color: #fff;
  }
  .lista-btns a.btn-cultura {
    background-color: #F3AD69;
  }
  .lista-btns a:hover.btn-cultura {
    background-color: #d4975c;
  }
  .lista-btns a.btn-cidade {
    background-color: #7FDAE4;
  }
  .lista-btns a:hover.btn-cidade {
    background-color: #6cbbc4;
  }
  .lista-btns a.btn-esporte {
    background-color: #8FCA83;
  }
  .lista-btns a:hover.btn-esporte {
    background-color: #7aac6f;
  }

  /* Fim estilos Linha do Tempo */


  /* Inicio estilos Depoimentos */

  .box-depoimento div {
    margin-bottom: 2em;
  }
  .box-depoimento div h2 {
    color: #F3Ad69;
    margin: 0 0 10px 0;
    font-size: 1em;
    width: 90%;
    height: 40px;
    vertical-align: text-bottom;
  }
  .box-depoimento div a.thumb {
      display: block;
      width: 100%;
      height: 220px;
      background-size: cover;
      background-position: center;
  }
  .box-depoimento div a.thumb img {
    display: none;
  }

  .depoimentos h1 {
    text-transform: none !important;
  }
  .depoimentos h3 a {
    text-transform: lowercase;
  }
  .depoimentos p {
    margin: 0 0 14px 0;
  }
  .busca-depoimentos {
    padding: 10px;
    border: 1px solid #b9b9b9;
    color: #5f5e5e;
    width: 80%;
    margin: 40px 0 10px 0;
    text-transform: lowercase;
    font-size: 1.4em;
  }

  /* Fim estilos Depoimentos */

  /* Inicio estilos Depoimento Detalhe */

  .depoimento-detalhe .pdf {
    margin: 30px 0 0 0;
    padding: 0;
  }
  .depoimento-detalhe .pdf li {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 54px;
  }
  .depoimento-detalhe .pdf li img, .depoimento-detalhe .pdf li p {
    float: left !important;
    width: auto !important;
    line-height: 2.1em;
  }
  .depoimento-detalhe p {
    margin: 0 0 14px 20px;
  }
  .depoimento-detalhe .pdf li img {
    width: 40px;
    height: 40px;
  }
  .depoimento-detalhe .pdf li p {
    margin: 5px 0 0 6px;
  }

  /* Fim estilos Depoimento Detalhe */

  /* Inicio estilos página detalhe */

  .detalhe .col1-3 a img {
   width: 95% !important;
 }

 .legenda {
   font-size: 0.8em;
 }

 /* Fim estilos página detalhe */

 /* Inicio estilos página Apresentacao Expediente */

 .expediente {
  margin-bottom: 3em;
  font-size: .8em;
}
.expediente h4 {
  padding: 16px 0 0 0 !important;
}
.expediente h3 {
  padding: 40px 0 0 0 !important;
}
.expediente h2 {
  color: #F3AD69;
}

/* Fim estilos página Apresentacao Expediente */

/* Inicio Estilos Rodapé */

.rodape {
  clear: both;
  position: relative;
  width: 100%;
  padding: 1em 0 0 0;
}
.rodape .logos-apoiadores {
  width: 100%;
  position: relative;
  list-style-type: none;
  margin: 0;
  border-top: 1px solid #de621f;
  border-bottom: 1px solid #de621f;
  padding: 15px 0 15px 15px;
}
.rodape .logos-apoiadores li {
  text-align: center;
  display: inline-block;
  margin: 0 0 0 0;
}
.rodape .logos-apoiadores a {
  display: block;
}
.rodape .logos-apoiadores a img {
  width: 90%;
  vertical-align: top;
}
.rodape .info {
  margin: 28px 0 34px 26px;
}
.rodape .info p {
  margin: 0 0 2px 0;
  padding: 0;
  text-transform: uppercase;
}
.rodape .info a {
  color: #de621f;
  text-decoration: none;
}

/* Fim Estilos Rodapé */

.grid1 {

}
.grid1 h2 {
  font-size: 1.2em;
  margin-top: .25em;
  margin-bottom: 1em;
}
.grid1 li {
  display: block;
  list-style-type: none;
  border: 2px solid #fff; 
  background-color: white; 
  width: 80%;  
  padding: 15px 25px;
  border-radius: 5px; 
  margin: 20px 0 20px 0;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}
.grid1 li a { 
  text-decoration: none; 
  font-size: 0.9em; 
  margin: 15px 0 0 0; 
  display: block; 
}

/*--------------------------------------------------*/

.script-menu-responsivo {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  background-image: url("../imagens/bg-menu-responsivo.png");
  overflow: auto;
  z-index: 1000;
  padding: 80px 0 40px 0;
}
.script-menu-responsivo nav ul li {
  width: 100%;
  text-align: center;
}
.script-menu-responsivo nav ul li a {
  color: #000 !important;
  text-align: center;
  font-size: 1.6em;
  padding: 10px 0 0 0;
}

.toggle-menu {
  display: block;
}
.topo nav{
  display:none;
}

.media-buttons{
  margin-top: 6px;
  margin-bottom: 1.8em;
}
.media-buttons a{
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-size: 25px 25px;
}
.media-buttons a.facebook{ background-image: url(../imagens/facebook.png); }
.media-buttons a.twitter{ background-image: url(../imagens/twitter.png); }

.media-buttons a span{
  display: none;
}

.rodape { margin-bottom: 3em; text-align: center}
.rodape .wrap img { width: 100%; }
.rodape .wrap img.logo-fgv { margin: 1em 0 0 0;  width: 40% !important; }

#sizecontroldiv{
    float: left;
    width: 100%;
    margin-bottom: 20px;
  } 

@media (min-width: 900px) {

  .topo nav{
    display:block;
  }
  .toggle-menu {
    display: none;
  }

  .rodape .wrap img { width: auto; }
  .rodape .wrap img.logo-fgv { margin: auto auto auto 10px;  width: auto !important; }


  #sizecontroldiv{
    float: right;
    width: auto;
    margin-bottom:auto;
  } 

}