@font-face {
  font-family: 'FuturaStd-Light';
  src: url('../fonts/FuturaStd-Light.eot');
  src: url('../fonts/FuturaStd-Light.woff2') format('woff2'),
       url('../fonts/FuturaStd-Light.woff') format('woff'),
       url('../fonts/FuturaStd-Light.ttf') format('truetype'),
       url('../fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg'),
       url('../fontsFuturaStd-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Bold';
  src: url('../fonts/FuturaStd-Bold.eot');
  src: url('../fonts/FuturaStd-Bold.woff2') format('woff2'),
       url('../fonts/FuturaStd-Bold.woff') format('woff'),
       url('../fonts/FuturaStd-Bold.ttf') format('truetype'),
       url('../fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg'),
       url('../fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Book';
  src: url('../fonts/FuturaStd-Book.eot');
  src: url('../fonts/FuturaStd-Book.woff2') format('woff2'),
       url('../fonts/FuturaStd-Book.woff') format('woff'),
       url('../fonts/FuturaStd-Book.ttf') format('truetype'),
       url('../fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg'),
       url('../fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url('../fonts/FuturaStd-Medium.eot');
  src: url('../fonts/FuturaStd-Medium.woff2') format('woff2'),
       url('../fotns/FuturaStd-Medium.woff') format('woff'),
       url('../fonts/FuturaStd-Medium.ttf') format('truetype'),
       url('../fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg'),
       url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



body{
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin: 0;
}

.header-topo {
	width: 100%;
	margin: 0;
	height: 200px;
}


.home-header {
   height: 575px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/fundo_header_portfolio_01.jpg);
}


.spacer {
	margin-top: 40px;
	margin-bottom: 60px;
}

.spacer20 {
	padding-top: 20px;
}

.spacer30 {
	padding-top: 30px;
}

.spacer40 {
	padding-top: 40px;
}

.spacer50 {
	padding-top: 50px;
}

.spacer100 {
	padding-top: 100px;
}


/* Main Content */

.post-preview .post-title {
  font-size: 62px;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #212221;
    font-family: 'FuturaStd-Light', sans-serif;
}

.post-preview .post-meta {
  color: #212221;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 70px;
  line-height: 40px;
  font-family: 'FuturaStd-Book', sans-serif;
}

@media only screen and (min-width: 768px) {
  .post-preview .post-title {
    margin-top: 30px;
    font-size: 62px;
  }
}


/* Page Content */

#conteudos{
    padding-bottom: 120px;
}

.classWithPad1 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}

.classWithPad2 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}

/* xtra small devices */
@media screen and (min-width: 0px) and (max-width: 600px) {
    .classWithPad1 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}

.classWithPad2 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}
}

.portfolio-box {
  position: relative;
  display: block;

  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}


/* small devices */
@media screen and (min-width: 601px) and (max-width: 990px) {
        .classWithPad1 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}

.classWithPad2 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}
}

/* desktop devices */
@media (min-width: 991px) and (max-width: 1200px) {
.classWithPad1 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}

.classWithPad2 {
    background-color: white;
    margin:5px;
    padding:5px;
    height: auto;
}
}

/* CONTACT */


section#contact {
  -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
  background-image: url('../img/fundo_contact.jpg');
    height: 680px;
}
section#contact .section-heading {
  color: white;
  font-family: 'FuturaStd-Bold', sans-serif;
}
section#contact .form-group {
  margin-bottom: 20px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 12px;
}
section#contact .form-group input.form-control {
  height: auto;
}

section#contact ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #636363;
  font-family: 'FuturaStd-Medium', sans-serif;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 700;
  color: #636363;
  font-family: 'FuturaStd-Medium', sans-serif;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: 700;
  color: #636363;
  font-family: 'FuturaStd-Medium', sans-serif;
}
section#contact :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #636363;
  font-family: 'FuturaStd-Medium', sans-serif;
}

textarea.form-control {
    height:150px;
}



.text-muted {
    padding: 0 0 20px 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'FuturaStd-Light', sans-serif;
}


/* FOOTER */


.footer-area {
	width: 100%;
	margin: 0;
	background: #212221;
	padding-top: 90px;
	padding-bottom: 90px;
}

ul.footer-links {
	list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -2px; /* comp. visual */
	display: inline-block;
    margin-bottom: 25px;
    font-family: 'FuturaStd-Bold', sans-serif;
    font-size: 16px;
}

ul.footer-links .sub-footer-links{
    font-family: 'FuturaStd-Book', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}


ul.footer-links-left {
	list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -2px; /* comp. visual */
	display: inline-block;
    margin-bottom: 25px;
    font-family: 'FuturaStd-Bold', sans-serif;
    font-size: 16px;
}

ul.fl-second {
	margin-left: 30px;
}

ul.footer-links li a {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 25px;
	font-weight: 500;
	text-decoration: none;
}

ul.footer-links-left li a {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 25px;
	font-weight: 500;
	text-decoration: none;

}

ul.social-buttons {
  margin-bottom: 11px;
  margin-left: 0px;
}
ul.social-buttons li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  /*background-color: #491400;*/
}




.height0 {
	height: 0px;
}


.header-logo-search {
	padding-top: 35px;
  padding-bottom: 25px;
}

.header-logo-search img{
	display: block;
}

a.logo {
	width: 220px;
	height: auto;
	display:block;
  padding-left: 25px;
}

.search-site{
	padding-top: 50px;
  font-size: 16px;
  margin-left: -4px;
}

.search-site a{
    color: black;
    font-family: 'FuturaStd-Bold', sans-serif;
}

.search-site a:hover{
    color: #3a5cac;

}


/* MENU PRINCIPAL */


ul.menu-principal {
	list-style: none;
    margin: 0;
    padding: 0;
	display: block;
    font-family: 'FuturaStd-Book', sans-serif;

}

ul.menu-principal li {
	width: 210px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: -1px;
	padding-top: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}

ul.smart-phone li {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: -3px;
	padding-top: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}

.menu-mobile-btn {

	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: -3px;
	padding-top: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}


ul.menu-principal li:hover a, ul.menu-principal li.active a{
	color: #212221;
}

ul.menu-principal li:hover a, ul.menu-principal li.active a{
	color: #3a5cac;
}



ul.menu-principal li:last-child {
	margin-right: 0px;
}

ul.menu-principal li a {
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
	letter-spacing: 0.1px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;

}

ul.menu-principal li ul {
	padding: 0;
	position: absolute;
	top: 46px;
	left: 15px;
    width: 146px;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;

}

ul.smart-phone li ul {
	padding: 0;
	position: absolute;
	top: 46px;
	right: 0px;
    width: 146px;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;

}

ul.menu-principal li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

ul.menu-principal li ul li {
	background-color: rgba(108,110,112,0.4);
	display: block;
	padding-top: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}

ul.menu-principal li ul li:last-child {

	border-bottom: 0;
}

ul.menu-principal li ul li a {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
	letter-spacing: 0.3px;
	text-decoration: none;

}

ul.menu-principal li ul li:hover {
	background-color: rgba(196,22,28,0.6);
}

ul.menu-principal li ul li:hover, ul.menu-principal li ul li.active {
	background-color: rgba(196,22,28,0.6);
}


ul.home-orange li a {
	color: #212221;
}

ul.subpage-orange li {
	background-color: rgba(255,255,255,0.8);
}

ul.subpage-orange li a {
	color: #231f20;
}

.sublogo {
	width: 290px;
	height: auto;
	margin: 0 auto;
}

.sublogo-laranja {
	width: 290px;
	height: auto;
	margin: 0 auto;
	display:none;
}

.sublogo-home {
	width: 240px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.separador {
	width: 250px;
	height: auto;
	margin: 0 auto;
	margin-top: -40px;
}

.row-sublogo {
	text-align: center;
    margin-top: -90px;
    margin-bottom: 45px;
}


.smallmargin {

	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.timeline-wraper {
	text-align: left;
	border-left: 2px solid #f7941e;
	width: 70%;
	margin: auto;
	padding-left:30px;
	margin-top: 0px;

}


.btn-link-saber {
	color: #6c6e70;
	border-bottom: 1px solid #6c6e70;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    padding: 0;
    padding-left: 1px; /* compensação optica */
    padding-right: 20px;
	letter-spacing: 0.3px;
}

.btn-link-saber:hover, .btn-link-saber:focus, .btn-link-saber:active, .btn-link-saber.active {
	color: #6c6e70;
	text-decoration: none;
	outline:0;
}

.spacing {
	height: 10px;
}

/* H1 FRASE SLIDER */


.quote-prestige-obras {
	margin-top: 250px;
}

h1.frase-slider {
	color: #212221;
	-webkit-font-smoothing: antialiased;
    font-size: 62px;
    line-height: 29px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
	font-family: 'FuturaStd-Light', sans-serif;
    background-color: rgba(255,255,255,0.5);
    padding: 40px 50px 40px 50px;
}



/* MENU DROPDOWN */

.serv-btngroup {
    float: right;
}

.btn-primary-prestige-obras {
	color: #3a5cac;
	text-shadow: none;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	letter-spacing: 0.3px;
	padding: 12px 18px 10px 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
    font-size: 40px;
}

.btn-primary-prestige-obras:hover {
	color: #212221;
	box-shadow: none;
	outline: 0;
}

.btn-primary-prestige-obras:active, .btn-primary-prestige-obras.active, .btn-primary-prestige-obras.focus, .btn-primary-prestige-obras:focus
{
	color: #fff;
	background-color: rgba(58,92,172,1);

}

.btn-primary-prestige-obras-white {
	color: #231f20;
	text-shadow: none;
	background: rgba(255,255,255,0.8);
	background-image: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 35px;
	font-weight: 400;
	line-height: 14px;
	padding: 0;
	letter-spacing: 0.3px;
	padding: 12px 18px 10px 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.btn-primary-prestige-obras-white:hover {
	color: #fff;
	background-color: rgba(33,34,33,1);
	box-shadow: none;
	outline: 0;
}

.btn-primary-prestige-obras-white:active, .btn-primary-prestige-obras-white.active, .btn-primary-prestige-obras-white.focus, .btn-primary-prestige-obras-white:focus
{
	color: #fff;
	background-color: rgba(33,34,33,1);
	box-shadow: none;
	outline: 0;
}

.dropdown-menu>li>a {
	color: #fff;
	text-shadow: none;
	background-color: rgba(58,92,172,1);
	background-image: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
	padding: 0;
	letter-spacing: 0.3px;
	padding: 12px 18px 25px 200px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-align: right;

}

.dropdown-menu>li>a:hover {
	color: #3a5cac;
	background-color: rgba(255,255,255,1);
	box-shadow: none;
	outline: 0;
}

.dropdown-menu>li>a:active, .dropdown-menu>li>a.active, .dropdown-menu>li>a.focus, .dropdown-menu>li>a:focus
{
	color: #fff;
	background-color: rgba(33,34,33,1);

	box-shadow: none;
	outline: 0;
}

.dropdown-menu {
	font-size: 14px;
	margin: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu li:last-child a {
	border-bottom: 0;
}


/* PORTFOLIO */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid white;
}


 .outer {
      position: relative;
      width: 100%;
      padding-bottom:66.5%;
}

.inner {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(33,34,33,0.1);
    padding-right: 70px;
    padding-left: 70px;

}


.caixa_titulo{
    color: #FFFFFF;
    font-size: 40px;
    line-height: 60px;
    font-family: 'FuturaStd-Light', sans-serif;
    border: 3px solid #FFFFFF;
    padding: 20px;
    margin: 0;
      position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}

.caixa_texto{
    color: #212221;
    font-size: 20px;
    line-height: 40px;
    font-family: 'FuturaStd-Book', sans-serif;
    margin-top: 10px;

}

.intervencao{
     background-color: rgba(33,34,33,0.1);
    height: 70px;
}

.title_intervencao{
    font-size: 20px;
    font-family: 'FuturaStd-Book', sans-serif;
    padding-top: 20px;
    text-align: right;
    padding-right: 620px;
}

.border iframe {
    border: none;
    margin: 0;
    padding: 0;
    display:block; /* Add this */
}

/* xtra small devices */
@media screen and (min-width: 0px)  and (max-width: 767px) {

	ul.fl-second {
		margin-left: 0px;
	}

	.hide-xtra-small { display: none !important }

	a.logo {
		margin-bottom: 30px;
		margin-top: 0px;
	}

	.home-header {
	    height: 460px;
	}

	#quote-carousel .carousel-indicators li {
	    margin-left: 2px;
		margin-right: 2px;
		width: 42px;
		height: 41px;
	}

	h1.frase-slider {
		font-size: 32px;
        line-height: 35px;
	}


    .row-sublogo {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	img.sublogo {display: none;}
	img.sublogo-laranja {display:block;}


	.header-prestige-obras {
		font-size: 28px;
	    line-height: 28px;
	}


	a.social {
		margin-bottom: 15px;
	}

       .header-logo-search {

    padding-right: 0;
}



	.hide-small { display: none !important }

	a.logo {
		margin-bottom: 30px;
		margin-top: 0px;
	}

	.home-header {
	    height: 460px;
	}

	#quote-carousel .carousel-indicators li {
	    margin-left: 5px;
		margin-right: 5px;
	}

	.carousel-inner {
		min-height: 280px;
	}


	.row-sublogo {
		margin-top: 30px;
		margin-bottom: 0px;
	}


	.header-prestige-obras {
		font-size: 28px;
	}

	a.social {
		margin-bottom: 15px;
	}

.post-preview .post-title {
  font-size: 52px;
}

        .header-topo{
        height: 120px;
    }
    a.logo {
	display: none;
	}

     a.logo-mini {
	display: block;
    margin-top: 10px;
	}

}


/* medium devices */
@media (min-width: 768px) and (max-width: 990px) {

	.hide-medium { display: none !important }

	a.logo {
	display: none;
	}

	.home-header {
	    height: 460px;
	}

	.menu-row {
    	margin-top: 0px;
	}



.list-inline {
   margin-left: -10px;
}

h1.frase-slider {
    font-size: 52px;
    line-height: 60px;

}

.header-logo-search {
    padding-top: 35px;
}

    .quote-prestige-obras {
	margin-top: 200px;
}
.post-preview .post-title {
  font-size: 52px;
}

    .header-topo{
        height: 120px;
    }

     a.logo-mini {
	display: block;
    margin-top: 10px;
	}

}


/* desktop devices */
@media (min-width: 992px) and (max-width: 1199px) {

.hide-desktop { display: none !important }

.list-inline {
  margin-left: 240px;
}

.header-logo-search {
  padding-right: 60px;
}

h1.frase-slider {
  font-size: 62px;
}

a.logo-mini {
	display: none;
}

}

@media (max-width: 998px) and (min-width: 992px) {
	.header-logo-search {
	    padding-right: 74px;
	}
}


/* big devices */
@media (min-width: 1200px) {

	.hide-big { display: none !important }

 a.logo-mini {
	display: none;
	}
}

.texto-site {
  color: #fff;
  font-family: 'FuturaStd-Bold', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
}

.texto-site a {
  color: #fff;
  font-family: 'FuturaStd-Bold', sans-serif;
  font-size: 13px;
}

.texto-site a:hover {
  color: #3a5cac;
}

ul.footer-links li a:hover {
    color: #3a5cac;
}

ul.footer-links-left li a:hover {
    color: #3a5cac;
}


@media (max-width: 991px) and (min-width: 0px) {
  .texto-site {
      margin-left: 0px;
      margin-bottom: 35px;
  }
  ul.social-buttons {
    margin-left: -11px;
  }
}


.margin-mainmenu {
    margin-top: 13px;
}
