/* Fontes */

@font-face {
    font-family: "Roboto";
    src: url('fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: "Raleway";
    src: url('fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: "RalewayBold";
    font-weight: bold;
    src: url('fonts/Raleway-Bold.ttf');
}

/* Global */

*,
*:after,
*:before
{
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  font-family: "Roboto";
}
.main {
  margin-top: -25px;
  width: 100%
}

body {
  background-color: #bcbab5;
  color: #333;
  font: 18px "Open Sans";
  overflow-x: hidden;
  overflow-y: visible;
}

p {
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

a {
  color: #222;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #4f5848;
  transition: color .2s;
}

.clipping a:hover {
  text-decoration: underline;
}

/* Site Header */

.site.header {
    position: fixed;
    top: 0;
    height: 170px;
    z-index: 1003;
    width: 100%;
    background-color: #bcbab5;
    transition: top .2s;
}

.site.header  .quemsomos,
.site.header  .oficina,
.site.header  .obras,
.site.header  .mobiliario,
.site.header  .press,
.site.header  .fsc {
    position: relative;
    font-weight: normal;
}

.site.header  .mainmenu  {
  position: relative;
  transition: top .2s, left .2s;
}
.site.header .inline {
    display: inline;
    position: absolute;
    left: -145px;
    width: 450px;
}
.site.header  .inline  li {
    margin: 0 10px;
    padding: 0;
    font-weight: normal;
    font-size: 0.9em;
}
.site.header .mainmenu  .inline.quemsomos,
.site.header .mainmenu  .inline.oficina,
.site.header .mainmenu  .inline.mobiliario,
.site.header .mainmenu  .inline.press {
  display: none;
  border: 0px solid #000;
}

.site.header .logo.wrapper {
  background-size: cover;
  text-align: center;
  width: 100%;
  transition: left .5s;
}

.thumb {
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  background-position: center;
  background-size: cover;
  text-align: right;
  border-bottom: 8px solid #bcbab5; 
}

.thumb:hover {
  opacity: .5;
  transition: opacity .2s;
}

.site.header .logo {
  padding: 15px 15px 5px 15px;
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 200px;
}

.site.header nav ul {
  padding: 5px 0 10px 0;
  text-align: center;
  left: 50%;
  width: 100%; 
  border: 0px solid #f00;
  /*
  padding: 5px 0 10px 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%); 
  width: 100%; 
  max-width: 1440px; 
  border: 1px solid #f00;
  */
}

.site.header nav ul li {
  display: inline-block;
  font: 1.1em 'Open Sans';
  font-weight: bold;
  text-transform: lowercase;
  padding: 0 20px;
}
    
.cycle-slideshow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -720px;
  height: 800px;
  width: 100%;
  overflow-y: hidden;
  text-align: center;
  vertical-align: bottom;
  max-width: 1440px;
}

.cycle-slideshow img {
  margin-top: -150px;
  width: 100%;
}

.text-content {
  position: absolute; 
  margin: auto;
  top: 170px;
  left: 50%;
  transform: translateX(-50%); 
  width: 100%; 
  max-width: 1440px; 
  background-color: #bcbab5;
  z-index: 1000; 
  height: calc(100% - 280px); 
  color: #000;
  overflow: auto;
  padding: 30px 80px;
  transition: top .5s, height .6s;
  border-left: 1px solid #fff;
}

.text-content h1, .text-content h2, .text-content h3 {
  color: #275b4b;
  width: 50%;
  border-bottom: 2px solid #aaa;
  font-family: Raleway, Geneva, Verdana, sans-serif;
  padding: 30px 30px 0 0;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.text-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.text-content h3 {
  text-transform: inherit;
  width: 100%;
  font-size: 16px;
  padding-top: 0;
}
.text-content span {
  display: inline-block;
  padding: 0 150px;
  width: 100%;
}
.text-content .cards {
  padding: 0;
  border: 0px solid #f00;
  text-align: center;
}
.text-content .arch {
  text-align: left;
  position: relative;
  top: 0;
  display: inline-block;
  width: 300px;
  height: 360px;
  margin: 0;
  padding: 0 20px;
}

.text-content div {
  width: 100%;
  max-width: 1080px; 
  margin-top: 0; 
  border-radius: 10px; 
  background-color: #bcbab5; 
  padding: 20px;
  height: 320px;
}
.text-content .img {
  width: 260px;
  border: 1px solid #fff;
  background-color: #fff;
}
/*
.cycle-slideshow {
  position: absolute;
  top: 50%;
  margin-top: -400px;
  border: 0px solid #000;
  height: 800px;
  width: 100%;
  overflow-y: hidden;
  text-align: center;
}

.cycle-slideshow {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.cycle-slideshow.oficina {
  width: 100%; 
  max-width: 1440px; 
  left: 50%; 
  transform: translateX(-50%);
}

.cycle-slideshow img {
  display: block;
  width: 100%;
  margin-bottom: 250px;
}
*/

@media (max-width: 512px) {
  .site.header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #bcbab5;
  }
  .site.header nav ul {
    position: absolute;
    padding: 0;
    border: 0px solid #f00;
    left: 0;
  }
  .site.header nav ul li {
    font: 0.70em 'Open Sans';
    padding: 0 3px;
    text-align: center;
    width: auto;
    margin: 0;
  }
  .site.header, .footer {
    max-width: 100%;
    float: center;
    height: 200px;
  }
  .site.header .inline {
    position: absolute;
    left: 0;
    width: 100px;
  }
  .site.header .inline li a {
    display: inline-block;
    width: 80px;
    background-color: #ddd;
    margin: 2px;
    border: 2px solid #ddd;
  }
  .site.header.oficina {
    width: 100%;
    max-width: 412px;
    padding: 0 auto;
    height: 140px;
  }
  .menu-item {
    padding-left: -30px;
    width: 100px;
  }
  .text-content {
    padding: 30px 20px;
  }
  .text-content span {
    padding: 0;
    border: 0px solid #f00;
  }
  .cycle-slideshow {
    width: 1024px !important;
    overflow: hidden;
    height: 800px !important;
  }
  .cycle-slideshow img {
    position: relative;
    top: 100px !important;
/*    width: 1024px !important;*/
    margin: 0 auto;
    margin-left: -50px;
    max-width: 100%;
    vertical-align: middle;
  }
  .text-content span {
    padding: 0;
  }
  .text-content iframe {
    width: 100%;
  }
  .footer {
    width: 100%;
    max-width: 412px;
    position: absolute;
    top: 800px !important;
  }
}
    
@media (max-width: 360px) {
  .site.header, .footer {
    max-width: 360px;
    float: center;
    height: 200px;
  }
  .footer {
    top: 620px !important;
  }
  .site.header .inline {
    position: absolute;
    left: 0;
    width: 100px;
  }
  .site.header .inline li a {
    display: inline-block;
    width: 80px;
    background-color: #ddd;
    margin: 2px;
    border: 2px solid #ddd;
  }
  .site.header.oficina {
    max-width: 360px;
    height: 180px;
  }
  .menu-item {
    padding-left: -30px;
    width: 100px;
  }
  .cycle-slideshow {
    top: 300px;
    width: 1024px !important;
    overflow: hidden;
    height: 800px !important;
  }
  .cycle-slideshow img {
    position: relative;
    top: 140px !important;
    width: 1024px !important;
    margin: 0 auto;
  }
}
    /* Main */

.imagem-home {
  display: block;
}

.mosaico {
  display: none;
  position: absolute;
  margin: auto;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 1000;
  height: calc(100% - 280px);
  color: #000;
}

.mosaico .title, .mosaico .legenda {
  display: inline-block;
  position: relative;
  width: 90%;
  color: #000;
  font-family: "Raleway";
  font-weight: normal;
  margin-top: -100px;
  border: 0px solid #000;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: 1em;
  text-align: right;
  z-index: 1000;
}

.mosaico img {
  cursor: pointer;
  display: block;
  opacity: 0;
  float: left;
  transition: opacity .5s;
}

.mosaico img:hover {
  opacity: .8 !important;
  transition: opacity .5s;
}

.box-imagem {
  z-index: 0;
  width: 100%;
}

.main .galeria.clearfix {
  max-width: 1440px;
  margin: 0 auto;
  background-color: transparent;
}

/* Endereço */
.endereco {
  color: #000;
  text-transform: lowercase;
}

.endereco .mapa {
  border: 0;
  display: none;
  height: 100vw;
  max-height: 480px;
  width: 100%;
}

.endereco p {
  font: .9em "Roboto";
  line-height: 1.5em;
  padding: 15px 15px 15px 15px;
  text-align: center;
}

.footer p.epicentro {
  font-size: .6em;
  padding-top: 0;
  padding-bottom: 5px;
  text-align: right;
}

.endereco p .fa {
  margin: 0 5px;
}

.endereco .abrir-mapa {
  cursor: pointer;
  color: #000;
}

/* Footer */

.footer {
  color: #000;
  padding-bottom: 15px;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: -20px;
  background-color: #bcbab5;
  z-index: 1002;
  transition: bottom .5s;
}

.footer p {
  font-size: .9em;
  padding: 10px 15px 0 15px;
}

.footer .lang {
  padding: 15px;
  text-shadow: 1px .5px 0 rgba(0, 0, 0, 0.5);
}

.footer .lang span {
  font: 1.5em "Raleway";
  font-weight: bold;
  margin: 15px;
}

.footer .lang img {
  margin-right: 2px;
  width: 18px;
}

/* Obra */

.obra {
  margin: 0;
}

.obra .title, .obra .legenda {
  position: fixed;
  display: inline-block;
  bottom: 0;
  width: auto;
  font-family: "Raleway";
  font-weight: normal;
  border: 0px solid #000;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: .7em;
  z-index: 1000;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, .5);
}

.obra .galeria {
  position: relative;
  background-color: #fff;
  top: 170px;
  max-width: 1440px;
  height: 80%;
}

.obra .galeria .box-imagem {
    background-size: cover;
    float: left;
    height: 700px;
    transition: background-image .5s;
    width: 100%;
}

.obra .galeria .barra-lateral {
  background-color: #fff;
  margin: 0 auto;
  width: 125px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 8px solid #bcbab5;
  cursor: pointer;
}

.obra .galeria .barra-lateral img {
	display: block;
	height: 100px;
	transition: opacity .2s;
	width: 100%;
}

.obra .galeria .barra-lateral img:hover {
	opacity: .5;
	transition: opacity .2s;
}

@media (max-width: 512px) {
  .obra .title, .obra .legenda {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
  }  
  .obra .galeria .barra-lateral {
    position: fixed;
    float: center;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 70px;
    top: 200px;
    left: 0;
    z-index: 1000;
    background-color: #bcbab5;
  }
  .obra .galeria .barra-lateral img {
    display: inline;
    height: 80px;
    width: 80px;
    padding: 5px;
  }
  .obra .galeria .box-imagem {
    position: absolute;
    background-size: cover;
    float: center;
    height: 250px;
    width: 100% !important;
    left: 0;
    margin: 0 !important;
    top: 120px;
    background-position: bottom;
  }
  .credito {
    position: absolute;
    top: 310px !important;
    left: calc(100% - 200px) !important;
    width: 200px;
    z-index: 2000;
  }
}
@media (max-width: 360px) {
  .obra .title, .obra .legenda {
    top: 210px;
  }
  .obra .galeria .barra-lateral {
    width: 100% !important;  
  }
  .obra .galeria .barra-lateral img {
    height: 70px;
    width: 70px;
  }
  .obra  .galeria .box-imagem {
    top: 100px;
  }
  .credito {
    top: 290px !important;
  }
}
/* Features */
.hidden {
    display: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
