/* cores e variáveis */
{% include "/3-rebranding-2020/css/variables.css" %}
footer .footer-item-tag {
    background: #1d55a3;
    border-radius: 4px;
    color: #88e1f5;
    display: inline-block;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
}
footer .child-item {
    color: #fff;
    gap: 4px;
    line-height: 20px;
    padding-left: 12px;
    width: 100%;
}
.col-md-4 .redes:hover {
  filter: invert(62%) sepia(25%) saturate(1531%) hue-rotate(147deg) brightness(145%) contrast(86%);
}

/* Footer Global */
#site-footer{
  background-color: #061C39;
  text-align: left;
  padding: 64px 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;
}

#site-footer .produtos{
  margin-bottom: 64px;
}
#site-footer .conteudos-rh{
  margin-bottom: 64px;
}
#site-footer .sobre{
  margin-bottom: 77px;
}
hr.footer{
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
p.sFooter{
  font-size: 12px;
  color: #fff !important;
  margin: 0 !important;
}

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

/* RESPONSIVIDADE */

/* mobile */
@media only screen and (max-width: 767px) {
  #site-footer{
    padding: 64px 0;
  }
  #site-footer .container{
    padding: 0 55px;
  }
  #site-footer . produtos{
    margin-bottom: 32px;
  }
  #site-footer .conteudos-rh {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #site-footer .sobre {
    margin-bottom: 32px;
  }
  #site-footer .plataforma{
    margin-bottom: 32px;
  }
  #site-footer .vendas{
    margin-top: 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;
  }
}

/* CORREÇÃO - BTN */
a.btn-small {
    margin-top: 0 !important;
}
#site-footer a:hover:not(.btn-base.btn-blue.btn-small){
  color: #27ADD9;
}
#site-footer .footer-a a{
  margin-bottom: 20px !important;
}

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

.formulario-newsletter input[type="submit"]{
  background: #27add9 !important;
  color: #fff !important;
  border-radius: 8px !important;
	padding: 14px 12px !important;
	text-align: center !important;
	display: inline-block !important;
	margin-right: auto !important;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	-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 !important;
  font-size: 12px !important;
  width: 200px !important;
  text-transform: none !important;
  font-family:  !important;
  font-weight: 400 !important;
  margin: 30px auto 0 !important;
  border: none !important;
}

.formulario-newsletter input[type="submit"]:hover{
  background: #308FC5 !important;
}

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;
}
.newsletter{
  margin-bottom: 32px;
}
.formulario-newsletter label{
  text-align: left !important;
  align-items: left !important;
  display: block ;
  color: #13335F !important;
}
.formulario-newsletter {
  margin-top: -32px;
}

.grecaptcha-badge{
  margin-top: 10px !important;
  width: 250px !important;
}