
.Cor1 {color: #2b2b2b;}
.Cor2 {color: #788088;}

.Cor4 {color: #ffffff;}
.Cor5 {color: #c2c4c6;}
.Cor6 {color: #292929;}
.Cor7 {color: #fafafa;}
.Cor8 {color: #292929;}

.Cor10 {color: #dbdbdb;}
.Cor11 {color: #5c5c5c;}
.Cor12 {color: #000000;}



@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);


body {
  padding-top: 0px;
  background: #ffffff;

/*  font-family: 'Roboto', sans-serif;
font-family: "Open Sans", arial, sans-serif;*/

font-family: "Open Sans", arial, sans-serif;
   	font-style: normal;
    font-weight: 300;
	letter-spacing: 0px;

  color: #64686d;
  line-height: 26px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {

/*  font-family: 'Roboto', sans-serif;
    font-family: "Open Sans", arial, sans-serif;
*/
font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
  font-weight: 600;
	letter-spacing: 0px;
  color: #272727;
}
p {

  font-weight: 200;
  letter-spacing: 1px;
  font-size: 15px;
}

.homepage{
  background: #292929;
}

a {
  color: #2b2b2b;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #788088;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

select{
  margin: 4px;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

#bg_cinza {
  width           : 100%;
  height            : auto;
  margin            : 0px auto;
  z-index:0;
/*  background          : #434343; */
  padding           : 20px 0px 20px 0px;
  clear: both;
}
#bg_blur {
  width           : 100%;
  height            : auto;
  margin            : 100px 0px 0px 0px;
  z-index:0;
/*  background          : #434343; */
  padding           : 20px 0px 20px 0px;
  clear: both;
}


#bg_blur p {
  font-size: 10px;
  letter-spacing: 0px;

}

.bg_blur {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 769px) {
#bg_blur {
  width           : 100%;
  height            : auto;
  margin            : 0px auto;
  margin-top:160px;

  z-index:0;
/*  background          : #434343; */
  padding           : 30px 0px 30px 0px;
  clear: both;
}

.bg_blur {
  margin-top:160px;
  overflow: hidden;
  position: relative;
}
#bg_blur p {
  font-size: 14px;
  letter-spacing: 0px;

}
}

.section-header {
  margin-bottom: 40px;
}
.section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 0px;
  margin: 0 0 10px;

}
.section-header .section-subtitle {
  font-weight: 100;
}


.section-header p {
  color: #788088;
  position: relative;
  padding-bottom: 0px;
  margin: 0 0 10px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 9px;
}


@media only screen and (max-width: 768px) {
.section-header .section-title {
  font-size: 18px;
}


  }

/*
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 100px;
  top: 80px;
  left: 50%;
  margin-left: -50px;
  height: 4px;
  background: #e67817;

}
*/

.section-header .section-subtitle:before {
  margin-top: -10px;

}
.section-header .section-subtitle:after {
  margin-top: 46px;

}




.section-header-call {
  margin: -20px 30px 30px 30px;
}
.section-header-call .section-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 0px;
  margin: 0 0 10px;

}
.section-header-call .section-subtitle {
  font-weight: 100;
    color: #ffffff;
      font-size: 22px;
  padding-top: 20px;
  font-weight: 100;
}
.section-header-call .section-subtitle:before {

  content: "";
  position: absolute;
  width: 120px;
  margin-top: -10px;
  left: 60px;
  margin-left: -60px;
  height: 2px;
  background: #ffffff;

}



@media only screen and (min-width: 768px) {



.section-header-call {
  margin: -40px 20px 0px 60px;
}


}


.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #2b2b2b;
  border-color: #788088;
  border-radius: 0px;
  text-transform: uppercase;

}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #788088;
}
.column-title-obs {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
letter-spacing: 3px;
  font-weight: 200;
  font-size: 16px;

}

.column-title-obs:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c2c4c6;
}


.column-title {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
letter-spacing: 3px;
  font-weight: 200;
  font-size: 16px;

}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 46%;
  border-bottom: 1px solid #c2c4c6;
}



ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #2b2b2b;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bairro {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #c2c4c6;
}


/* .bairro:before {

  content: "";
  position: absolute;
  width: 100px;
  margin-top: 28px;
  left: 0%;
  margin-left: 0px;
  height: 1px;
  background: ;
}
*/


/*************************
*******Header******
**************************/
.navbar.navbar-default {
  background: rgba(250,250,250, 0.9);
    border-top: 6px solid #e67817;
  border-radius: 0;
  margin-bottom: 0;
}



.navbar.navbar-default .navbar-toggle {
margin-top: 0px;
margin-bottom: 0px;


margin-right: 15px;
background-image: none;
border: 0px solid transparent;
border-radius: 0px;
color: #fff;
background: #79d2da;

}
/*
   @media only screen and (max-width: 400px) {
.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}
    }
    @media only screen and (max-width: 400px) {
.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}
    }
    @media only screen and (min-width: 500px) {
.navbar.navbar-default .navbar-toggle {
  margin-top: 30px;
}
    }

*/
.navbar.navbar-default .navbar-brand {
  height: auto;
}

  .navbar-default .navbar-nav > li > a {
	 color: #292929;
	   letter-spacing: 1.0px;
  }



#main-menu.navbar-default {
   font-weight: 500;
   font-size: 9px;
   font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background: rgba(230,120,23, 0.9);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);

}

@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
   font-size: 11px;
  }

  #main-menu.navbar-default .navbar-nav > li > a {

    padding-top: 10px;
    padding-bottom: 16px;
	 color: #ffffff;
  }


}
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 15px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

@media only screen and (min-width: 990px) {
  #main-menu.navbar-default {
   font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {

  #main-menu.navbar-default {
   font-size: 12px;
  }
}
@media only screen and (min-width: 1212px) {
  #main-menu.navbar-default {
   font-size: 13px;
  }

}

@media only screen and (min-width: 1280px) {

  #main-menu.navbar-default {
   font-size: 14px;
  }
}



@media only screen and (min-width: 1382px) {

  #main-menu.navbar-default {
   font-size: 14px;

  }
}


.header_nav a:hover {
   color: #fafafa;
}







#main-slider {
  overflow: hidden;
    padding-top:0px;
}
#main-slider .item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;

}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #788088;

}
#main-slider .slider-inner h1 {
  margin-top: 24%;
  font-size: 88%;
  text-transform: uppercase;
  color: #ffffff;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: 600;
  }

#main-slider .slider-inner h3 {
    padding-top: 10px;
  font-size: 75%;
  margin-top: 10px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }

#main-slider .slider-inner h3:before {
  content: "";
  position: absolute;
  width: 120px;
  margin-top: -10px;
  left: 50%;
  margin-left: -60px;
  height: 2px;
  background: #ffffff;
}

#main-slider .btntxt {

  text-align: center;
  color: #ffffff;
  background: rgba(33, 38, 44, 0.8);
  border-radius: 0px;
  text-transform: uppercase;
  padding:4px 8px 4px 8px;
letter-spacing: 1px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
  font-size: 10px;
  }




@media only screen and (min-width: 480px) {

#main-slider .slider-inner h1 {
  margin-top: 20%;
  }
}





@media only screen and (min-width: 768px) {

#main-slider {
  overflow: hidden;
    padding-top:0px;
}


#main-slider .item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main-slider .slider-inner h1 {
  margin-top: 15%;
  font-size: 220%;
    font-weight: 300;
}


#main-slider .slider-inner h3 {
    padding-top: 20px;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 150%;
  }

#main-slider .slider-inner h3:before {
  content: "";
  position: absolute;
  width: 340px;
  margin-top: -20px;
  left: 50%;
  margin-left: -170px;
  height: 3px;
  background: #ffffff;

}

#main-slider .btntxt {
  padding:9px 18px 9px 18px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 20px;
}




}

@media only screen and (min-width: 1024px) {

#main-slider .item {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}



@media only screen and (min-width: 1382px) {

#main-slider {
  overflow: hidden;
    padding-top:0px;
}


#main-slider .item {
  min-height: 900px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main-slider .slider-inner h1 {
  margin-top: 15%;
}

}

@media only screen and (min-width: 1440px) {
#main-slider .item {
  min-height: 900px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}









/*************************
*******(Header)******
**************************/

header #menutop {
    height: 40px;
    line-height: 24px;
    font-size: 12px;
    margin-top: 22px;
        text-align: right;

    padding-top: 4px;
    padding-bottom: 4px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.menutopo {
background-color: rgba(255, 255, 255, 0.25);
z-index: 9999999999999999999999;
position:absolute;
top:0px;
height: 50px;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.55);
line-height: 48px;
}


.menu-sup {
height: 40px;
}
.menu-sup-right {
height: 40px;
}

.menutopoul ul {
  padding: 0;
  margin: 0px 0px 0px 0px;
}
.menutopoul ul > li {
   font-weight: 600;
   font-family: 'Open Sans', sans-serif;
   font-size: 10px;
   letter-spacing: 0.3px;
    text-transform: uppercase;
  display: inline;
  margin: 0px 0px 0px 10px;
  color: #ffffff;

}


.menutopoul ul > li a {
color: #ffffff;
}





#mobimenu{
  padding: 0;
  margin: 0px 0px 0px 0px;
left: 0;
}

@media all and (max-width: 1019px) {

header #menutop {
        display: block;
        float: none;
        margin: 0 auto;
}
#mobimenu{
  width: 150%;
}

.menu-sup {
display: none;
border-left: 0px;
height: 0px;
}
.menu-sup-right {
display: none;
border-left: 0px;
height: 0px;
border-right: 0px;
}
.menutopo {
display: none;

}
}


/*************************
*******FIM DO NOVO MENU COM REDUCAO ******
**************************/

   @media only screen and (max-width: 960px) {
    .mobile{ display: none !important; }
    }
   @media only screen and (max-width: 960px) {
    .mobile-hide{ display: none !important; }
    }
    @media only screen and (min-width: 961px) {
    .desktop-hide{ display: none !important; }
    }


#main-slider .slider-inner h1 > span {
	padding: 4px 12px 4px 12px;
	}
#main-slider .slider-inner h4 > span {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	}

#main-slider .slider-inner p {
  font-size: 12px;
	padding: 12px 12px 12px 12px;
        line-height: 35px;
letter-spacing: 1px;

}
#main-slider .bairroslider h5 > span {
	padding: 4px 12px 4px 12px;
        font-size: 20px;

	}

#main-slider .bairroslider {
        font-size: 22px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  color: #e67817;
  }

#main-slider .bairroslider:before {
  content: "";
  position: absolute;
  width: 100px;
  margin-bottom: 28px;
  left: 0%;
  margin-left: 0px;
  height: 2px;
  background: #e67817;
}






@media only screen and (max-width: 768px) {

#main-slider .slider-inner h4 > span {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
  font-size: 12px;
	}

#main-slider .slider-inner p {
  font-size: 8px;
	padding: 4px 4px 4px 4px;
        line-height: 35px;
letter-spacing: 0px;

}
#main-slider .bairroslider h5 > span {
	padding: 4px 4px 4px 4px;
        font-size: 10px;

	}

#main-slider .bairroslider {
        font-size: 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  color: #e67817;
  }
#main-slider .bairroslider:before {

  content: "";
  position: absolute;
  width: 100px;
  margin-bottom: 28px;
  left: 0%;
  margin-left: 0px;
  height: 2px;
  background: #e67817;
}



}







#main-slider .slider-inner .btn {
  margin: 10px 0px 15px 0px;
}


#main-slider .owl-buttons{
	position: static;

}






#main-slider .owl-prev,
#main-slider .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 120px;
	height: 120px;
	font-size: 60px;
  text-align: center;
	color: #fff;

    z-index: 6;

	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#main-slider .owl-prev{
	left: -50px;
}
#main-slider .owl-next{
	right: -50px;
}


@media all and (min-width: 768px) {

#main-slider .owl-prev,
#main-slider .owl-next{
  font-size: 100px;
  margin-top: -100px;
}
}

#main-slider .owl-prev:before,
#main-slider .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    color: fff;

}
#main-slider .owl-next:before{
    left: auto;
    right: 0;

}
#main-slider .owl-prev .fa,
#main-slider .owl-next .fa{
    position: relative;
    color: fff;

}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover{
	-webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
  transition:0 none !important;
}
#main-slider .owl-prev:hover:before,
#main-slider .owl-next:hover:before{
    opacity: 0.99;
}
#main-slider .owl-prev:active:before,
#main-slider .owl-next:active:before{
	opacity: 0.99;
}
#main-slider .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
#main-slider .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #2b2b2b;
}
#progressBar {
  margin-top: -40px;
  margin-bottom: 36px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cad {
  padding: 40px 0px 40px 0px;
  background-color: #eeeeee;
  text-align: center;
  min-height: 240px;
}

#cad h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

#cad .form-control {
font-size: 90%;
height: 40px;
border-radius: 0;
color: #8b8b8b;
  background: #efefef;
border: 0px;

    font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
}



#cad .section-header {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
}
#cad .section-header .section-subtitle p {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
    overflow: hidden;
    clear: both;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }
#cad .section-header .section-subtitle:before {
  content: "";
  position: absolute;
  width: 120px;
  margin-top: -10px;
  left: 50%;
  margin-left: -60px;
  height: 2px;
  background: #e67817;
}
#cad .section-header .section-subtitle:after {
  content: "";
  position: absolute;
  width: 30px;
  margin-top: 10px;
  left: 50%;
  margin-left: -15px;
  height: 2px;
  background: #e67817;
}

@media all and (min-width: 760px) {
#cad {
  padding: 100px 0px 100px 0px;
}

}







#busca {
  padding: 15px 0px 15px 0px;
  text-align: center;

}

#busca .form-control {
width: 100%;
font-size: 70%;
height: 30px;
border-radius: 0;
color: #8b8b8b;
border: 0px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 700;
letter-spacing: 0.1em;
margin-top: 8px;
}


.box-busca {
background: rgba(35, 40, 46, 0.8);
color: #fff;
float: left;
z-index:999;
width:  100%;
margin: 0% 0% 0% 0%;
align-items: center;
}


.box-busca-icons {
background: #e67817;
color: #fff;
float: left;
height: 74px;
width:  100%;
margin: 0% 0% 4% 0%;
font-size: 11px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
padding: 0% 0% 0% 0%;
letter-spacing: 0.05em;
}

.box-busca-icons .icon {
color: #fff;
height: 74px;
width: 25%;
float: left;
padding-top: 15px;
text-align: center;
font-size: 6px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}




.box-busca-icons .icon p {
color: #fff;
margin-top: -10px;
text-align: center;
font-size: 7px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}









@media all and (min-width: 760px) {
.box-busca {
height: 120px;
}
}


@media all and (min-width: 960px) {
.box-busca {
background: rgba(35, 40, 46, 0.8);
color: #fff;
position:absolute;
top: 320px;
z-index:999;
height: 130px;
width:  70%;
right: 0%;
margin: 0% 10% 0% 15%;
padding-top: 20px;
}




.box-busca-icons {
background: #e67817;
color: #fff;
position:absolute;
top: 460px;
z-index:999;
height: 74px;
width:  80%;
right: 0%;
margin: 0% 10% 0% 10%;
font-size: 11px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
padding: 0% 0% 0% 0%;
letter-spacing: 0.05em;
}
.box-busca-icons .frase {
padding-top: 25px;
font-size: 12px;
}
}


@media all and (min-width: 1024px) {


#busca .form-control {
width: 100%;
font-size: 70%;
height: 30px;
border-radius: 0;
color: #8b8b8b;
border: 0px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 700;
letter-spacing: 0.1em;
margin-top: 8px;
}


.box-busca {
background: rgba(35, 40, 46, 0.8);
color: #fff;
position:absolute;
top: 480px;
z-index:999;
height: 130px;
width:  70%;
right: 0%;
margin: 0% 10% 0% 15%;
padding-top: 20px;
}

.box-busca-icons {
background: #e67817;
color: #fff;
position:absolute;
top: 630px;
z-index:999;
height: 74px;
width:  80%;
right: 0%;
margin: 0% 10% 0% 10%;
font-size: 11px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
padding: 0% 0% 0% 0%;
letter-spacing: 0.05em;
}
.box-busca-icons .icon {
color: #fff;
height: 74px;
width: 25%;
float: right;
padding-top: 15px;
text-align: center;
font-size: 8px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}
.box-busca-icons .frase {
padding-top: 25px;
font-size: 12px;
}



.box-busca-icons .icon p {
color: #fff;
margin-top: -10px;
text-align: center;
font-size: 9px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}




}



@media all and (min-width: 1280px) {

.box-busca {
top: 500px;
}


.box-busca-icons {
background: #e67817;
color: #fff;
position:absolute;
top: 650px;
z-index:999;
min-height: 74px;
width:  80%;
margin: 0% 10% 0% 10%;
font-size: 11px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
padding: 0% 0% 0% 0%;
letter-spacing: 0.05em;
}
.box-busca-icons .icon {
color: #fff;
height: 74px;
width: 25%;
float: right;
padding-top: 15px;
text-align: center;
font-size: 8px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}
.box-busca-icons .frase {
padding-top: 25px;
font-size: 14px;
}


}


@media only screen and (min-width: 1382px) {
#busca .form-control {
font-size: 70%;
height: 30px;
border-radius: 0;
color: #8b8b8b;
border: 0px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 700;
letter-spacing: 0.1em;
margin-top: 8px;
}

.box-busca {
background: rgba(35, 40, 46, 0.8);
color: #fff;
position:absolute;
z-index:999;
min-height: 130px;
top: 540px;
width:  70%;
right: 0%;
margin: 0% 10% 0% 10%;
padding-top: 20px;
}


.box-busca-icons .icon {
color: #fff;
height: 74px;
border-left: 1px solid #fff;
width: 25%;
float: right;
padding-top: 15px;
text-align: center;
font-size: 8px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}

}



.FOTO_ICO {
height:100px;
float: right;
width: 19%;
margin: 2%;
background-size: auto 140px;
display:block;
}
.FOTO_ICO_G {
display:none;
}

@media only screen and (max-width: 768px) {
.FOTO_ICO {
display:none;
}
.FOTO_ICO_G {
height:auto;
float: right;
width: 96%;
margin: 2%;
display:block;
}

}




.FOTO_ICO_DESK {
display:block;
}

.FOTO_ICO_MOB {
display:none;
}


@media only screen and (max-width: 768px) {

.FOTO_ICO_DESK {
display:none;
}
.FOTO_ICO_MOB {
display:block;
}

}






#cta {
  overflow: hidden;
  background-color: #eeeeee;
text-align: center;
}

#cta h2 {
  margin-top: 0;
}
#cta .icons-div{
  height:600px;
  padding: 100px 0px 100px 0px;

}



#cta .btn {
    margin: 30px 30px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 0px;
  text-transform: uppercase;

  font-weight: 700;
  letter-spacing: 1px;
  font-size: 120%;
}
#cta .btn:hover {
  color: #ffffff;
  background: rgba(230,120,23, 0.6);
}

#cta ul {
list-style: none; padding: 0px; margin-top: 20px;
}
#cta li {
display: inline-block; padding: 10px 20px 20px 0px; margin-left: 0px;
}
#cta .icon {
border: 1px solid #fff; width: 65px; height: 65px; padding-top: 18px;
}
#cta .icon-inner {
margin-bottom: 40px; color: #fff;
}

@media only screen and (min-width: 768px) {

#cta .icons-div{
  height:400px;
  padding: 120px 0px 120px 0px;

}

#cta .btn {

  margin-top: 30px;
  padding: 40px 60px 40px 60px;

}

}




#cta2 {
/*  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover; */
  color: #ffffff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #ffffff;
  line-height: 1;

}
#cta2 h2 > span {
  color: #2b2b2b;
}
#features {
  padding: 100px 0;
}
#features h2 {
/*  font-size: 34px; */
}

@media only screen and (max-width: 768px) {
#features{
  width: 94%;
}
}

#portfolio {
  padding: 40px 0px 40px 0px;
  margin-top: 0px;
  background: #eeeeee;
}
#portfolio .portfolio-filter {
font-size: 9px;
  margin: 0 0 10px;
   list-style: none;
  padding: 20px 0px 20px 0px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
 }
 #portfolio .portfolio-filter > li {
  float: none;
  display: block;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
#portfolio {
  padding: 40px 0px 40px 0px;
}
#portfolio .portfolio-filter {
  margin: 0 0 0px;
  font-size: 12px;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
}

#portfolio .portfolio-filter > li a {
  display: block;
  padding: 2px 12px;
  margin: 2px 4px;
  color: #788088;
  position: relative;
}

#portfolio .portfolio-filter-border {
 width: 100%;
 height: auto;
border-top: 1px solid rgba(43,43,43, 0.2);
border-bottom: 1px solid rgba(43,43,43, 0.2);
text-align: center;
margin-bottom: 40px;
}


#portfolio .portfolio-items {
  margin: 0% 0% 0% 0%;
  
}
#portfolio .portfolio-items img{
  width: 100%;
}
#portfolio .portfolio-item {
  width: 22.9%;
  float: left;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    margin: 0.5% 1.0% 0.5% 1.0%;
    background-color: #FFF;
    border-radius: 4px;
}


#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
  text-align: center;
}

#portfolio .portfolio-item .portfolio-item-inner h6 {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  color: #788088;
}



.divport {
  font-size: 11px;
  line-height: 1;
  margin: 0;
  color: #2b2b2b;
}

.detalhe {
   padding: 4px 0;
   font-weight: 700;
   font-size: 9px;
  text-transform: uppercase;
border-top: 1px solid #c2c4c6;
text-align: right;
color:  #788088;

font-family: 'Roboto', sans-serif;

}

#portfolio .section-header {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
}
#portfolio .section-header .section-subtitle p {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
    overflow: hidden;
    clear: both;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }





#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 1100ms;
  -webkit-transition: opacity 1100ms;

  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  padding: 15% 0 0 0;
/* background: rgba(120,128,136, 0.1);


  background: rgba(0, 0, 0, 0.3);

border-bottom: 3px solid ; */
  color:  rgba(194,196,198, 0.9);
}





#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #ffffff;
}


#portfolio .portfolio-item .portfolio-item-inner .portfolio-label h3 {
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
  color: #ffffff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}






#portfolio .btn {
  height: 60px;
  margin: 20px 1px;
  text-align: center;
  color: #ffffff;
  background: #e67817;
  border-radius: 0px;
  text-transform: uppercase;
  padding:20px 40px 20px 40px;
  font-weight: 700;
letter-spacing: 1px;
  border: 0px;
}

#portfolio .btn:hover {
  color: #ffffff;
  background: #292929;
}

@media only screen and (max-width: 768px) {

#portfolio .btn {
  height: 60px;
  margin-top: 20px;
  text-align: center;
}
}








@media only screen and (max-width: 1024px) {
#portfolio .portfolio-item {
  width: 30.9%;
  float: left;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    margin: 0.5% 1.0% 0.5% 1.0%;
    background-color: #FFF;
    border-radius: 4px;
}


}





@media only screen and (max-width: 720px) {
#portfolio .portfolio-item {
  width: 44.9%;
  float: left;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    margin: 0.5% 1.0% 0.5% 1.0%;
    background-color: #FFF;
    border-radius: 4px;
}


}





@media only screen and (max-width: 480px) {
#portfolio .portfolio-filter > li a {
  padding: 2px 5px;

}

#portfolio .portfolio-item {
  width: 98.9%;
  float: left;
  padding: 5% 10% 5% 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
    border-radius: 4px;
}

#portfolio .portfolio-filter > li a.active:before {
  content: "";
  position: absolute;
  background: #2b2b2b;
}
#portfolio .portfolio-filter > li a.active:after {
  content: "";
  position: absolute;
  background: #2b2b2b;

}

}



#imovel {
  margin-top: 0px;
  padding: 100px 0;
  background: #eeeeee;
}




#imovel .btn:hover {
  color: #ffffff;
  background: #292929;

}
#imovel .column-title {
padding: 15px 0px 0px 0px;

}

@media only screen and (max-width: 768px) {
#imovel .btn {
  height: 60px;
  margin-top: 20px;
  text-align: center;

}

}




/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}






#about {
  padding: 60px 0;
}

#about h1 {
  text-transform: uppercase;
}


#about h6 {
font-weight: 600; text-transform: uppercase; margin: 18px 0px 0px 0px;
}
#about p {
line-height: 21px;
font-size: 17px;
}

#about h3 {
margin: 18px 0px 0px 0px;
}

#about small {
color: #e67817; font-weight: 600; text-transform: uppercase;
}

@media only screen and (min-width: 768px) {

#about  h6 {
font-size: 13px;
}
}

@media only screen and (max-width: 768px) {
#about img {
  margin: 0px 0px 10px 0px;
  padding: 0;
}
}







#about .btn:hover {
  color: #ffffff;
  background: #292929;
}

@media only screen and (max-width: 768px) {

#about .btn {
  height: 60px;
  margin-top: 20px;
  text-align: center;
}
}




#about .section-header {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
}
#about .section-header .section-subtitle p {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
    overflow: hidden;
    clear: both;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }










#depoimento {
    padding: 60px 0px 100px 0px;
  background-color: #eeeeee;
  text-align: center;
  min-height: 240px;

}
#depoimento h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#depoimento h6 {
font-weight: 600; text-transform: uppercase; margin: 18px 0px 0px 0px;
}
#depoimento p {
line-height: 18px;
font-size: 13px;
}
#depoimento small {
color: #e67817; font-weight: 600; text-transform: uppercase;
}




#depoimento .section-header {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
}
#depoimento .section-header .section-subtitle p {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
  color: #272727;
    overflow: hidden;
    clear: both;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }
#depoimento .section-header .section-subtitle:before {
  content: "";
  position: absolute;
  width: 120px;
  margin-top: -10px;
  left: 50%;
  margin-left: -60px;
  height: 2px;
  background: #e67817;
}
#depoimento .section-header .section-subtitle:after {
  content: "";
  position: absolute;
  width: 30px;
  margin-top: 10px;
  left: 50%;
  margin-left: -15px;
  height: 2px;
  background: #e67817;
}








#depoimento .deplista {
margin-right:0%;
margin-left:0%;
margin-bottom:2%;
width: 100%;
float: none;

}

#depoimento .foto {
width: 56px; height: auto; text-align: left; position: absolute; left: 0px;
margin: 0px 0px 0px 10px;
}
#depoimento .btns {
  margin-top: 10px;
}
#depoimento .box-depoimento-texto {
  background: #fff;
  width: 70%;
  min-height: 150px;
  padding: 15px 15px;
  margin-left: 10px;
  position: relative;
  margin-top:20px;
  border-top: 5px solid #e67817;
}
#depoimento .box-depoimento-foto {
background: #fff;
width: 56px;
height: 56px;
margin: 20px 0px 0px 10px;
}

#depoimento .box-depoimento-foto .icone {
}
#depoimento .box-depoimento-foto .nomes {
float: left;
width: 100%;
text-transform: uppercase;
padding-left: 80px;
font-size: 9px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 600;
}
#depoimento  h6 {
font-size: 10px;
}

@media only screen and (min-width: 768px) {

#depoimento {
    padding: 100px 0px 100px 0px;
    min-height: 560px;
}

#depoimento .deplista {
margin-right:15%;
margin-left:15%;
margin-bottom:2%;
width: 70%;
float: left;

}
#depoimento .foto {
width: 76px; height: auto; text-align: left; position: absolute; left: 0px;
margin: 0px 0px 0px 10px;
}

#depoimento .box-depoimento-texto {
background: #fff;
width: 70%;
min-height: 150px;
padding: 5px 30px;
margin-left: 40px;
  margin-top:40px;
  margin-bottom:40px;
position: relative;

border-top: 5px solid #e67817;
}

#depoimento .box-depoimento-texto:after {
  content: " ";
  position: absolute;
  bottom: 100px;
  left: -15px;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;

}
#depoimento .box-depoimento-foto {
background: #fff;
width: 76px;
height: 76px;
margin: 0px 0px 0px 0px;
margin: 40px 0px 0px 10px;
}

#depoimento .box-depoimento-foto .nomes {
font-size: 13px;
}

#depoimento  h6 {
font-size: 13px;
}
}



#client-list {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #ffffff; */
}

/* Clients Section */
#tf-clients{
	background: url(../images/client/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;

}

#client-list .btn {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  background: #e67817;
  border-radius: 0px;
  text-transform: uppercase;
  padding:20px 40px 20px 40px;
  font-weight: 700;
letter-spacing: 1px;
	border: 0px;
}

#client-list .btn:hover {
  color: #ffffff;
  background: #292929;

}


#tf-clients .overlay{
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 5px;
    color: #ffffff;
    text-align: center;
}



.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #788088;

}
.owl-theme .owl-controls .owl-page.active span{
	background: #788088;

}



.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #2b2b2b;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #ffffff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #ffffff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #ffffff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#get-in-touch {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover; */
  color: #ffffff;
}


#get-in-touch h1,
#get-in-touch h2 {
  color: #ffffff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  background: #222534;
  border: 3px solid #ffffff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
    width: 50%;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 60px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #2b2b2b;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #2b2b2b;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 0px 0px -15px;
  position: relative;

}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -30px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #2b2b2b;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #2b2b2b;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #2b2b2b;
}

@media only screen and (max-width: 768px) {
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px -25px 0px -15px;
  position: relative;
    width: 100%;
	}
}







#contact {
  position: relative;
  overflow: hidden;
clear: both;
height:800px;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43,43,43, 0.1);
  z-index: 1;
}

#contact .divsmapa {
  height: 800px;
  }

#contact .box-localizacao {
position:absolute;
top: 0px;
z-index:999;
padding: 0px;
height: 300px;
margin-top:500px;
width: 100%;

background: rgba(35, 40, 46, 0.8); color: #fff;
}


#contact .box-localizacao .rotulo_loca {
 padding: 20px 10px 0px 10px;
background: transparent;
color: #fff;
text-transform: uppercase;
text-align: left;

}

#contact .box-localizacao .coluna_loca {
 padding: 0px 0px 10px 0px;
 margin-left:10px;
   line-height :   18px;
   height:   100px;

}

#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

#contact .btn {
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
  background: #2b2b2b;
  border-radius: 0px;
  text-transform: uppercase;
  padding:5px 10px 5px 10px;
  font-weight: 700;
letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
#contact {
  position: relative;
  overflow: hidden;
clear: both;
height:600px
}

#contact .box-localizacao {
position:absolute;
top: 0px;
right: 0%;
z-index:999;
padding: 0px;
height: 180px;
margin-top:60px;
width: 95%;
background: rgba(35, 40, 46, 0.8); color: #fff;
}



#contact .box-localizacao .coluna_loca {
 padding: 20px 20px 0px 20px;
height: 180px;
margin-right: -20px;
}
#contact .btn {
margin: 0px 0px 0px 0px;
  padding:8px 5px 2px 5px;
}
}

#contact .btn:hover {
  color: #ffffff;
  background: #e67817;
}

@media only screen and (min-width: 1482px) {

#contact .box-localizacao {
width: 65%;
}
}
@media only screen and (min-width: 1680px) {

#contact .box-localizacao {
width: 55%;
}
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
    color: #c2c4c6;
  background: #292929;
  font-weight: 600;
  font-size: 12px;
}
#footer a {
    color: #c2c4c6;
}
#footer a:hover {
  color: #788088;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
  color: #c2c4c6;
}
#footer ul > li {
  display: inline-block;
  margin: 0px 14px 0px 0px;
}
  #footer .copy {
  margin: 0 14.5px;

  }
  #footer p {
    font-size: 10px;
	font-style: normal;
    font-weight: 600;
    letter-spacing: 0.0em;
    padding: 0;
	line-height: 1.4;

}

.titulo-footer {
text-transform: uppercase;
margin: 12px 0px 20px 0px;

}

  .logo-footer {
    margin-top: 10px;
    padding: 0px 10px 0px 10px;
    height: 80%;

}
.footer-align-menu {
    text-align: left;
}


.footer-align {
    margin-top: 0px;
text-align: right;
}
.footer-space-align {
text-align: right;
}

@media only screen and (max-width: 768px) {

.footer-space {
margin: 30px 0px 10px 0px;
   overflow :   hidden ;
}
.footer-space-align {
text-align: left;
}
 .logo-footer {
    margin-top: 10px;
    padding: 0px 10px 0px 10px;
    width: 90%;
}
.footer-align {
    margin-top: 40px;
text-align: center;
}
.footer-align-menu {
text-align: center;
}
#footer ul > li {
   font-weight: 600;
}
}

/***********************
********* Footer MENU ******
************************/


#footer .footer-menu a {
  color: #dbdbdb;
}

#footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
#footer .footer-menu ul > li {
  display: inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 2%;
  font-size: 12px;
}
#footer .footer-menu .copy {
  margin: 0 14.5px;
  }




/***********************
********* Contato ******
************************/
#contato {

}
#contato a {
  color: #000;
}
#contato a:hover {
  color: #2b2b2b;
}
#contato ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#contato ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #contato .copy {
  margin: 0 14.5px;
  }
.overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}
#map-block iframe {
    display: block;
}
/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/

 .scroll-top-wrapper  {
     position :   fixed ;
	 opacity :   0 ;
	 visibility :   hidden ;
	 overflow :   hidden ;
	 text-align :   center ;
	 z-index :   6000 ;
     background-color :   #e67817 ;
	 color :   #eeeeee ;
	 width :   50px ;
	 height :   48px ;
	 line-height :   48px ;
	 right :   1%;
	 bottom :   45% ;
	 padding-top :   2px ;
	/* border-top-left-radius :   10px ;
	 border-top-right-radius :   10px ;
	 border-bottom-right-radius :   10px ;
	 border-bottom-left-radius :   10px ;
*/
	 -webkit-transition :   all   0.5s   ease-in-out ;
	 -moz-transition :   all   0.5s   ease-in-out ;
	 -ms-transition :   all   0.5s   ease-in-out ;
	 -o-transition :   all   0.5s   ease-in-out ;
	 transition :   all   0.5s   ease-in-out ;
 }

@media only screen and (max-width: 768px) {
 .scroll-top-wrapper  {
	 right :   18px ;
	 bottom :   15% ;
	 border-radius :   2px ;
     background-color :   #e67817 ;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

}


 .scroll-top-wrapper:hover  {
	 background-color :   #2b2b2b ;
 }
 .scroll-top-wrapper.show  {
     visibility : visible ;
     cursor : pointer ;
	 opacity :   1.0 ;
 }
 .scroll-top-wrapper i.fa  {
	 line-height :   inherit ;
 }

.social-icons ul {
  margin-top: 30px;
    list-style: none;
  }

 #footer .social-icons li {
border: 1px solid rgba(250,250,250, 0.4);
height: 48px;
width: 48px;
display: inline-block;
padding: 10px 12px 10px 12px;
margin: 0px 0px 3px 6px;
}




.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}



/*
 * Tabs
 */

.tpl-tabs{
	border-color: #e5e5e5;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tpl-tabs > li > a{
    text-decoration: none;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tpl-tabs > li > a:hover{
	background-color: #f5f5f5;
}
.tpl-tabs li.active a{
	color: #000;
}
.tpl-tabs-cont{
	padding: 30px 0;
	color: #777;
    line-height: 1.8;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border: none;
}
.tpl-minimal-tabs > li{
	padding: 0 30px;
	background: none !important;
}
.tpl-minimal-tabs > li > a{
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #000;
	background: none;
	border: 1px solid transparent;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.tpl-minimal-tabs > li > a:hover{
	background: none;
	border-color: #e9e9e9;
	color: #777;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover{
	border: 1px solid #222 !important;
	background: none !important;
	color: #000;
	cursor: default;
}
.tpl-minimal-tabs-cont{
}


/*
 * Tabs Alternative
 */

.tpl-alt-tabs{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	border: none;
}
.tpl-alt-tabs > li{
    width: 174px;
    display: inline-block;
    vertical-align: top;
    float: none;
	padding: 0;
	background: none !important;

}
.tpl-alt-tabs > li > a{
	text-decoration: none;
	color: #a3a3a3;
	background: none !important;
	border: none !important;

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.tpl-alt-tabs > li > a:hover{
	background: none;
    color: #111;
}
.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover{
	cursor: default;
    color: #111;
}
.alt-tabs-icon{
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0px;
}
.tpl-minimal-tabs-cont{
}


blockquote{
    font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;

	margin: -0.4em 0 3em 0;
    padding: 0;
	border: none;
	background: none;
	line-height: 1.7;
	color: #777;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 24px;
    font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
blockquote footer{
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}



/* ///////////// SHARE BUTTONS /////////////// */

.btn-twitter {
 padding: 8% 10% 4% 10%;
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #999;
}
.btn-twitter:active, .btn-twitter:hover {
    background: #333;
    color: #999;
}
.btn-facebook {
padding: 8% 10% 4% 10%;
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #999;
}
.btn-facebook:active, .btn-facebook:hover {
    background: #333;
    color: #999;
}
.btn-googleplus {
    padding: 8% 10% 4% 10%;
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #999;
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #333;
    color: #999;
}



.btn-clean {
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
	padding: 10px 10px 10px 10px;
}
.btn-clean:link, .btn-clean:visited {
    color: #999;
}
.btn-clean:active, .btn-clean:hover {
    background: #333;
    color: #999;
}

.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination li {
  display: inline;
  border: 0px;

}
.pagination li a {
  color :   #788088 ;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 0px;
  margin: 0px 1px 0px 1px;
	 background-color :   #ffffff ;

}

.pagination li.active a {
	 background-color :   #e67817 ;
  color: white;
  text-decoration: none;
  border: 0px;

}

.pagination li:hover:not(.active) a {
	 background-color :   #e67817 ;
  text-decoration: none;
  border: 0px;
  color: white;

}

/* ///////////// ANTECIPA O MENU MOBILE PARA TELAS COM RESOLUCAO DE 1024px /////////////// */



@media (max-width: 1019px) {



    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

header img#logo {
    display: inline-block;
    height: 50px;
    float: left;
    margin-left: 8px;
     margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }




@media only screen and (min-width: 768px) {
header img#logo {
    display: inline-block;
    height: 50px;
    float: left;
    margin-left: 14px;
    margin-top: 14px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
}



@media all and (min-width: 980px) {

header img#logo {
    height: 60px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
}




@media only screen and (min-width: 1020px) {

  header img#logo {
     height: 70px;
     margin-top: 60px;
     margin-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
}


@media only screen and (min-width: 1212px) {

header img#logo {
    display: inline-block;
    height: 130px;
    line-height: 52px;
    float: left;
    color: white;
    font-weight: 400;
    margin-left: 20px;
     margin-top: 60px;
    margin-bottom: 20px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }


}



.margin-menu {
padding: 0px 0px 0px 0px;
margin: 20px 0px 0px 0px;
}

@media only screen and (min-width: 1019px) {
.margin-menu {
  padding: 0px 0px 0px 0px;
  margin: 70px 0px 0px 0px;
}
}

/* ///////////// FIM MENU MOBILE 1024px /////////////// */

/* ///////////// Vertical Align - As Middle para div /////////////// */
.vcenter {
       display: inline-block;
    vertical-align: middle;
    float: none;
}

/* ///////////// TOOL TIP forced size Temporada /////////////// */
.tooltip-inner {
    min-width: 140px;
    max-width: 240px;
	  z-index: 9999999999999;
    background-color: #e67817;
    font-weight: 300;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
 }
.tooltip .tooltip-arrow {
  border-top-color: #e67817;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e67817;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e67817;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e67817;
}
