#footerFloat {
    width: 100%;
    height: 82px;
    display: block;
    background: url(http://www.engeblock.com.br/planejamento-e-construcao/wp-content/uploads/sites/2/2018/07/footerFloat.jpg) no-repeat center center;
    position: fixed;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    font-size:12px;
    color:#fff;
    background-size: cover;
    
}
 #footerFloat a{
  display: block;
  color: #fff;
  line-height: 18px;
}
* {
    box-sizing: border-box;
}
/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
    display: inline-block;
    text-align:left;
}
.column img{
float: left;
}
.column p{
margin:0;
}
.column2{
margin-top: -5px;
padding-left: 41px;
}
.column2 p{
margin:-5px;
}
.column3{
margin-top: -5px;
padding-left: 106px;
}
.column3 img {
      max-width: 76%;
}

/* Clear floats after the columns */
.row-float:after {
    content: "";
    display: table;
    clear: both;
}
#box {
    width: 1082px;
    text-align: center;
    margin: 0 auto;
}

.row-float .fa {
   
    font-size: 58px !important;
    padding-right: 12px;
  
 
}


/*----------------------------------------------------------*/


a{
color: #006aab;
}
.standard-frame .mfp-iframe {
    background: transparent !important;
}

.og-expander1 {
    background-color: rgba(0, 0, 0, 0.8) !important;
    overflow: auto;
    padding-bottom: 5px;
    max-height: 300px;
}

#content {
    width: 71%;
    padding: 0;
}

.transparent-header #headerwrap {
    border: none;
    background: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#61a7cc7d;
}


body.fixed-header.page-loaded #headerwrap.fixed-header {
    position: fixed;
    background-color: #61a7cc7d !important;
}

#headerwrap.fixed-header #site-logo img {
    max-height: 60px;
}

.module-feature-title{
font-weight: bold;
}
.img-poli {
    column-count: 2;
    margin: 0px auto 14px;
  
}
.img-certified{
padding-left:10px;
}

.ico-sucroalcool .module-feature-chart-html5 .chart-html5-inset {
    z-index: 3;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    width: 96%;
    height: 76%;
    margin: 5%;
}

.ico-sucroalcool  .module-feature-image {
    text-align: center;
    margin-bottom: -1.8em !important ;
}

.ico-moldadas  .module-feature-chart-html5 .chart-html5-inset {
    z-index: 3;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    width: 96%;
    height: 76%;
    margin: 5%;
}

.ico-moldadas .module-feature-image {
    text-align: center;
    margin-bottom: -1.8em !important ;
}

.ico-obrasnegocios .module-feature-chart-html5 .chart-html5-inset {
    z-index: 3;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    width: 96%;
    height: 76%;
    margin: 5%;
}

.ico-obrasnegocios  .module-feature-image {
    text-align: center;
    margin-bottom: -1.8em !important ;
}

.obras-usinas p {
    padding: 0;
    margin: 0 0 0em !important;
}
/* Retirar espaço da barrinha azul com a imagem no slider */
.themify_builder_slider_wrap .carousel-nav-wrap {
    text-align: center;
    margin: auto;
    border: 0;
    padding: 0;
    padding-top: 0;
}
/*fale conosco form */
input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel] {
    max-width: 100%;
    width: 100%;
}

.arrow-up{
margin-top:10px;
}

.arrow-up a {
background-color: rgb(1, 96, 165) !important;
}


/*home*/
@media screen and (max-width: 760px){
  
  #footerwrap {
    padding-top: 35px;
    padding-bottom: 69px !important;
}
p{
font-size: 16px !important;
}
.themify_builder .feature-2-1-0-0.module-feature {
   
    margin-top: 175px;
}
 
.themify_builder .feature-220-1-1-0.module-feature {
   
    margin-top: 175px;
}
 .themify_builder .feature-237-1-1-0.module-feature {
      margin-top: 175px;
  }
  .themify_builder .feature-157-1-1-0.module-feature {
      margin-top: 175px;
  }
  /* Diminuindo a logo no responsivo */
  #headerwrap.fixed-header #site-logo img:not(#sticky_header_logo) {
    width: auto;
    max-height: 20px;
}
  .img-obras-home1{
  display:none !important;
  }
  
  
  /* ---------------footer Float mobile--------------*/
  #footerFloat{
  display: none;
  }
  .column-mobile{
    float: left;
    width: 33.33%;
    padding: 17px;
    height: 300px; /* Should be removed. Only for demonstration */
    display: -webkit-inline-box;
}
  #footerFloat-mobile{
  width: 100%;
    height: 70px;
    display: block;
    background: url(http://www.engeblock.com.br/planejamento-e-construcao/wp-content/uploads/sites/2/2018/07/footerFloat.jpg) no-repeat center center;
    position: fixed;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    font-size:12px;
    color:#fff;
    background-size: cover;
  }
  #box-mobile {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
.row-float-mobile .fa {
   
    font-size: 38px !important;
    padding-right: 12px;
    color:#fff;
}
 
}