.container_footer_main {
  position: relative;
  min-height: 260px;
  background-color: #1E1E1E;
  margin-top: 30px;
}
.logo_container {
  width: 100%;
  min-height: 120px;
}
.logo_content { width: 80%; }
.logo_container span {
  color: var(--tertiary-color);
  font-size: 13px;
}
.about_us_container {
  width: 100%;
  /* min-height: 200px; */
}
.about_us_container h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.about_us_container a {
  color: #8E8E8E !important;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
}
.about_us_container a:hover { color: #ffffff !important; }
.input_subscribe {
  width: 100%;
  min-height: 200px;
}
.input_subscribe h6 { color: #ffffff; }
.input_subscribe span {
  color: #8E8E8E;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 23px;
}
.align_input_footer_main {
  width: 80%;
  height: 30px;
  margin-top: 14px;
  border-bottom: 1px solid #FFFFFF;
}
.align_input_footer_main input {
  width: 80%;
  height: 30px;
  outline: none;
  background-color: transparent;
  border: none
}
.buttom_subscribe {
  width: max-content;
  margin-top: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.3s ease;
}
.buttom_subscribe:hover {
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.desenvolvido_por {
  height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #ffffff;
  font-size: 13px;
}
.desenvolvido_por span { transition: all 0.3s ease; color: #298fbf; font-weight: 500;}
.desenvolvido_por span:hover { border-bottom: 1px solid #298fbf; }
.banners_carousel { box-shadow: 0px 1px 7px -1px #a1a1a1; }

@media(max-width: 767px) {
  .container_footer_main{
    text-align: center;
  }
  .logo_container{
    width: 100%;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .logo_container img{
    width: 230px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .align_input_footer_main{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .align_input_footer_main input{
    text-align: center;
  }
  .buttom_subscribe{
    margin: 0 auto;
  }
}