/* cores e variáveis */
{% include "/3-rebranding-2020/css/variables.css" %}

/* Footer Global */

#site-footer{
  background-color: #061C39;
  text-align: left;
  padding: 124px 0;
}
#site-footer a{
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 12px;
}
#site-footer p{
  color: #27ADD9;
  margin-bottom: 20px;
}
p.sta.texto{
  color: #fff !important;
}
#site-footer hr{
  border: 1px solid #13335F;
  margin-bottom: 20px;
}

hr.footer{
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
p.sFooter{
  font-size: 12px;
  color: #fff !important;
  margin: 0 !important;
}

img.redes{
  margin-left: 40px;
}
img.logo{
  margin-top: -14px;
}

/* formulário */
.formulario-newsletter h3{
  color: #fff;
  margin-bottom: 64px;
}

.formulario-newsletter input[type="submit"]{
  background: #27ADD9;
  color: #fff !important;
  border-radius: 8px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	margin-right: auto;
	color: #fff;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.18,.6,.7,1);
	-moz-transition: all .3s cubic-bezier(.18,.6,.7,1);
	-o-transition: all .3s cubic-bezier(.18,.6,.7,1);
	-ms-transition: all .3s cubic-bezier(.18,.6,.7,1);
	transition: all .3s cubic-bezier(.18,.6,.7,1);
  margin-top: 40px;
  font-size: 15px;
  width: 200px;
  text-transform: none;
  font-family: ;
  font-weight: 400;
  margin: 30px auto 0;
  border: none;
}

.formulario-newsletter textarea, .formulario-newsletter input[type="text"], .formulario-newsletter input[type="password"], .formulario-newsletter input[type="datetime"], .formulario-newsletter input[type="datetime-local"], .formulario-newsletter input[type="date"], .formulario-newsletter input[type="month"], .formulario-newsletter input[type="time"], .formulario-newsletter input[type="week"], .formulario-newsletter input[type="number"], .formulario-newsletter input[type="email"], .formulario-newsletter input[type="url"], .formulario-newsletter input[type="search"], input[type="tel"], .formulario-newsletter input[type="color"], .formulario-newsletter select{
  padding: 4px 20px !important;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #888;
  max-width: 308px;
  height: 56px;
}

input::-webkit-input-placeholder { /* Edge */
  color: #C9C9C9;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C9C9C9;
}

input::placeholder {
  color: #C9C9C9;
}

.formulario-newsletter span {
  color: #fff;
  font-size: 14px;
  line-height: 140%;
}

.form-lm .field {
  margin-top: 16px;
  color: #13335F;
}

.formulario-newsletter label{
  text-align: left !important;
  align-items: left !important;
  display: block ;
  color: #13335F !important;
}
.formulario-newsletter {
  margin-top: -32px;
}

/* RESPONSIVIDADE */

/* mobile */
@media only screen and (max-width: 767px) {
  #site-footer{
    padding: 64px 0;
  }
  #site-footer .container{
    padding: 0 55px;
  }
  #site-footer .categorias{
    margin-bottom: 32px;
  }
  #site-footer .outros-conteudos{
    margin-bottom: 32px;
  }
  #site-footer .produtos{
    margin-bottom: 32px;
  }
  hr.footer{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  img.logo{
    margin-top: 0;
    margin-bottom: 32px;
  }
  .logo-footer{
    text-align-last: center;
    text-align: center;
  }
  .logo-footer p.sFooter {
    margin-bottom: 20px !important;
  }
  .m-frst{
    margin-left: 0 !important;
    margin-top: 12px;
  }
}