@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('../fonts/FuturaStd-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;
}

/* CODE BLOCK MOVEMENT MOBILE */

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
}

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

}

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

.header-topo {
	width: 100%;
	margin: 0;
	height: 120px;
	background-size: cover;
}


.home-header {
  height: 640px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/fundo_header_home_01.jpg);
  margin-top: 12px;
}


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

.spacer20 {
	padding-top: 20px;
}

.spacer30 {
	padding-top: 30px;
}

.spacer40 {
	padding-top: 12px;
}

.spacer50 {
	padding-top: 50px;
}

.spacer100 {
	padding-top: 100px;
}

.spacerform {
	padding-top: 40px;
}

/* 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: 50px;
  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;
}
.header-logo-search img{
	margin-top: 10px;
}
}

.portfolio-box {
  position: relative;
  display: block;
  /* max-width: 650px; */
  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;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

/* 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;
}
.header-logo-search img{
	margin-top: 10px;
}
}

/* 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;
  }

}

/* desktop devices */
@media (min-width: 992px) and (max-width: 1200px) {
  .logo-mini {
    display: none;
  }
}

@media (min-width: 1200px) {
  .logo-mini {
    display: none;
  }
  .header-logo-search img {
  	padding-left: 25px;
  }
}

/* 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;
}

.btn-xl {
  color: #3a5cac;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  padding: 3px 20px;
  font-family: 'FuturaStd-Bold', sans-serif;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #212221;
}

.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: 60px;
}

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 li a:hover {
	color: #3a5cac;
}

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.footer-links-left li a:hover {
	color: #3a5cac;
}

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;
}

.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;

}

.currentLink a{
   color: #3a5cac;
}


/* MENU PRINCIPAL */


ul.menu-principal {
	list-style: none;
  margin: 0;
  padding: 0;
	display: block;
  font-family: 'FuturaStd-Book', sans-serif;
  z-index: 10;
  margin-top: 15px;
  position: absolute;
}

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: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: #ffffff;
}

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;

}


h1.frase-slider {
	color: #fff;
	-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';
}


.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;
}

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


/* Carousel Home */

#quote-carousel {

    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-bottom: 0;
	width: 100%;
    margin-left: -50%;
}


#quote-carousel .carousel-indicators li {
    width: 52px;
    height: 51px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    opacity: 1;
    overflow: hidden;
    background-position: 50% 0%;

}
#quote-carousel .carousel-indicators .active {
    opacity: 1;
    overflow: hidden;
    background-position: 50% 100% !important;
}

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

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

.modal-backdrop
{
    opacity:0.8 !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* 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;
}


.form-control {
  border-radius:  0px !important;
  border: 0px !important;
}

.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;
}

.margin-pub {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.conf {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'FuturaStd-Light', sans-serif;
  margin-top: 15px;
  line-height: 22px;
}
