.cont-search-in-page .cont-logo, header .cont-logo {
    min-width: 200px;
    max-width: 200px;
    height: 56px;
}

footer{
  background-image: linear-gradient(to bottom, #F37334, #AA3800);
  padding: 70px 0 0 0;
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 100%;
}
footer .cont-nav-footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFFFFF;
}
footer .copy{
  background-color: #DB6226;
  height: 80px;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 70px;
}
footer .copy .center{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
footer .copy .center a{ font-size: 16px; color: #FFFFFF; }
footer .copy .center a:hover{
  color: #aa4513;
}
footer .break {
  display: block;
  margin: 0 !important;
}
footer .cont-colunas{
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
footer .cont-colunas h6{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  user-select: none;
  color: #FFFFFF;
}
footer .cont-colunas ul li{
  display: block;
  margin-bottom: 6px;
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 16px;
}
footer .cont-colunas ul li a{
  font-size: 16px;
  color: #FFFFFF;
  user-select: none;
}
footer .cont-colunas ul li a:hover,
footer .cont-colunas ul li a:focus{
  color: #FFFFFF;
}
footer .cont-colunas .lista-social{
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
footer .cont-colunas .lista-social li{
  display: inline-block;
  float: left;
  margin: 0 16px 0 0;
}
footer .cont-colunas .lista-social li:last-child{
  margin: 0;
}
footer .cont-colunas .lista-social li a{
  font-size: 15.5px;
}
footer .cont-colunas .lista-social li a:hover,
footer .cont-colunas .lista-social li a:focus{
  color: #bb450c;
}

/* Efects */
footer .copy .center a,
footer .cont-colunas .lista-social li a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Media Query */
@media screen and (max-width: 767px){
  footer{
    padding-top: 20px;
  }
  footer .cont-colunas{
    padding: 0;
    flex-wrap: wrap;
  }
  footer .cont-colunas div{
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  footer .cont-colunas .lista-social{
    display: flex;
    justify-content: center;
  }
  footer .copy p{
    text-align: center;
    width: 100%;
  }
}

.cont-whats{
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  user-select: none;
}
.cont-whats .c-left a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24d60f;
  height: 60px;
  border-radius: 60px;
  padding: 12px;
  transition: all 0.5s ease;
}
.cont-whats .c-left a:hover,
.cont-whats .c-left a:focus{ background-color: #1ec10b; }
.cont-whats .c-left a svg{
  fill: #FFFFFF;
  width: 40px;
}
.cont-whats .c-left a strong{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .cont-whats{ bottom: 10px; }
}

@media screen and (max-width: 767px) {
    .cont-search-in-page .cont-logo, header .cont-logo {
        min-width: 120px !important;
        max-width: 120px !important;
}
}

.section-banner .slide-home .slick-slide.slick-active img{
animation: none !important;
}

.aviso-imagem-ilustrativa {
display: block !important;
}

@media screen and (max-width: 730px){
	.contAll-midia{ height: 400px; }
}