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

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

.cont-whats {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.cont-whats .c-left {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005215;
  box-shadow: 0 8px 24px 0 #0C0D0D29;
}

.cont-whats .c-right {
  background-color: #E6E6E6;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 #0C0D0D29;
  display: flex;
  flex-direction: column;
  padding: 8px;
  margin-left: 8px;
}
.cont-whats .c-right a {
  display: flex;
  flex-direction: column;
}
.cont-whats .c-right span {
  font-size: 12px;
  line-height: 18px;
  color: #0C0D0D;
}
.cont-whats .c-right small {
  font-size: 12px;
  line-height: 18px;
  color: #5B5B62;
}

.lanceCondicional {
  padding: 4px 5px;
  border-radius: 5px;
  background-color: #a464ed;
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cont-whats .c-right span,
  .cont-whats .c-right small {
    font-size: 14px;
    line-height: 21px;
  }
}

footer{
  background-color: #2c2b30;
  padding: 50px 0 80px 0;
}
footer .colunas{
  display: flex;
}
footer .colunas .f-col-1{
  width: 17%;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
footer .colunas .f-col-1 .cont-logo-footer{
  width: 147px;
  height: 147px;
  position: relative;
  top: -56px;
}
footer .colunas .f-col-1 .cont-logo-footer .logo-footer{
  text-indent: -5000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  float: left;
  background-size: contain;
}
footer .colunas h6{
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
footer .colunas .f-col-2{
  width: 50%;
  padding-right: 15px;
}
footer .colunas .f-col-2 ul li,
footer .colunas .f-col-3 ul li,
footer .colunas .f-col-4 h5{
  color: #d0d0d0;
  font-size: 16.5px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 12px;
}
footer .colunas .f-col-2 ul li span{ font-size: 80%; }
footer .colunas .f-col-2 ul li:last-child,
footer .colunas .f-col-3 ul li:last-child{
  margin-bottom: 0;
}
footer .colunas .f-col-2 ul li a,
footer .colunas .f-col-3 ul li a,
footer .colunas .f-col-2 ul li p,
footer .colunas .f-col-2 ul li p strong{
  color: #d0d0d0;
  font-size: 16.5px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  transition: all 0.5s ease;
}
footer .colunas .f-col-3{
  width: 17%;
  padding-right: 15px;
}
footer .colunas .f-col-2 ul li a:hover,
footer .colunas .f-col-2 ul li a:focus,
footer .colunas .f-col-3 ul li a:hover,
footer .colunas .f-col-3 ul li a:focus,
footer .colunas .f-col-4 .social li a:hover,
footer .colunas .f-col-4 .social li a:focus{
  color: #FFFFFF;
}
footer .colunas .f-col-4{
  width: 33%;
  padding-left: 6%;
}
footer .colunas .f-col-4 .social{
  display: flex;
  margin-block: 15px;
}
footer .colunas .f-col-4 .social li{
  margin-right: 20px;
  float: left;
}
footer .colunas .f-col-4 .social li:last-child{ margin-right: 0; }
footer .colunas .f-col-4 .social li a{
  font-size: 23px;
  color: #d0d0d0;
  transition: all 0.5s ease;
}
footer .colunas .f-col-4 h5{
  font-weight: 600;
  margin-bottom: 2px;
}
footer .colunas .f-col-4 p{
  color: #FFFFFF;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
footer .colunas .f-col-4 form input{
  width: 100%;
  height: 37px;
  border: 0;
  color: #495057;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 10px;
  outline: none;
}
footer .colunas .f-col-4 form input::placeholder{ color: #2c2b30; }
footer .colunas .f-col-4 form button{
  height: 34px;
  width: 110px;
  outline: none;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  color: #2c2b30;
  transition: all 0.5s ease;
  cursor: pointer;
}
footer .colunas .f-col-4 form button:hover,
footer .colunas .f-col-4 form button:focus{
  background-color: #cccccc;
}

@media screen and (max-width: 785px){
  footer .colunas{
    flex-direction: column;
  }
  footer .colunas .f-col-1{
    width: 100%;
    justify-content: center;
  }
  footer .colunas .f-col-2{
    width: 60%;
    padding: 0;
    margin: 25px auto;
    text-align: center;
  }
  footer .colunas .f-col-2 ul li.endereco{
    padding: 0 40px;
  }
  footer .colunas .f-col-3{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  footer .colunas .f-col-4{
    padding: 0;
    width: 60%;
    margin: auto;
  }
  footer .colunas .f-col-4 .social{
    justify-content: center;
  }
  footer .colunas .f-col-4 h6{
    text-align: center;
    margin-top: 25px;
  }
  footer .colunas .f-col-4 h5{
    text-align: center;
  }
  footer .colunas .f-col-4 p{
    text-align: center;
  }
  footer .colunas .f-col-4 form{
    display: flex;
    flex-direction: column;
  }
  footer .colunas .f-col-4 form button{
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px){
  footer .center{
    padding: 0 25px;
  }
  footer .colunas{
    flex-wrap: wrap;
  }
  footer .colunas .f-col-1{
    width: 50%;
    padding: 0;
  }
  footer .colunas .f-col-2{
    width: 50%;
    padding: 0;
  }
  footer .colunas .f-col-3{
    width: 50%;
    padding: 0;
    margin-top: 30px;
  }
  footer .colunas .f-col-4{
    width: 50%;
    padding: 0;
    margin-top: 30px;
  }
}