@import url("fonts/fonts.css");
@import url("normalize.css");
@import url("owl.carousel.min.css");

/* 
* {
  background-color: #000036;
} */

h3 {
  margin-bottom: 20px;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 100px !important;
  padding-right: 100px !important;
} */

/*
	BEGIN SITE STYLE
*/
body {
  font-family: "Gilroy", sans-serif;
  color: #666666;
  font-size: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
::-moz-selection {
  background: #990000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #990000;
  color: #ffffff;
  text-shadow: none;
}

h1 {
}
h2 {
  font-family: "Gilroy-bold";
  font-size: 46px;
  line-height: 54px;
  color: #001730;
  padding-bottom: 65px;
}
h3 {
  margin-bottom: 20px;
}
h4 {
  font-family: "Gilroy-bold";
  font-size: 26px;
  margin-bottom: 24px;
}
h5 {
}
h6 {
}

p {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 40px;
}

.divisor {
  margin-bottom: 70px;
}

ul {
  list-style: none;
}

ul li {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

ul li i {
  margin-right: 15px;
  font-size: 16px;
  color: #cca800;
}

.img-mobile {
  width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/* Customize the label (the container) */
.content-radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #001f40;
  font-size: 14px;
  line-height: 20px;
}

.content-radio:last-child {
  margin-left: 10px;
}

/* Hide the browser's default radio button */
.content-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.content-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.content-radio input:checked ~ .checkmark {
  background-color: #001f40;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.content-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.content-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/* Tags Input */

div.tagsinput {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 5px;
  overflow-y: auto;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  border-radius: 10px;
}
div.tagsinput span.tag {
  border: 1px solid #011730;
  -moz-border-radius: 2px;
  -webkit-border-radius: 6px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #011730;
  color: #ffffff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
  margin-top: 12px;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
div.tagsinput input {
  width: auto !important;
  margin: 0px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #001730;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 5px;
  font-family: "Gilroy-medium";
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

.erro-input div.tagsinput {
  border-color: #d42525;
}

.erro-input div.tagsinput input {
  border: none;
}

.content-cadastro {
  display: none;
  width: 50%;
  height: 100%;
  z-index: 0;
}

.content-cadastro.active {
  display: inline-block;
  z-index: 80;
}

.content-cadastro.active.ac-header {
  position: absolute;
  right: 0;
  background: #fff;
}

.content-cadastro.ac-conteudo {
  bottom: 500px;
}

.content-cadastro.active.ac-conteudo {
  position: fixed;
  bottom: -20px;
  left: 50%;
}

.content-cadastro button.close-form {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 90;

  background: transparent;
}

.content-cadastro.ac-conteudo button.close-form {
  display: none;
}

.ac-header .form-cadastro {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Modal */
.modal {
  overflow-y: auto;
}

.modal-backdrop {
  display: none;
}

.ac-conteudo .form-cadastro {
  position: initial;
  margin-left: 120px;
  padding: 50px 60px;

  background: #fff;
  border-radius: 10px;

  -webkit-box-shadow: 0px 0px 30px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 30px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 14px rgba(0, 0, 0, 0.08);
}

.form-cadastro {
  width: 540px;
}

.ac-conteudo .form-cadastro {
  max-height: 90%;
  overflow-x: auto;
}

.form-cadastro .content-form {
  position: relative;
  margin-bottom: 25px;
}

.content-form > span {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  color: #666;
  z-index: 90;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-cadastro h2 {
  font-size: 28px;
  line-height: 28x;
  padding-bottom: 30px;
}

.form-cadastro input,
.form-cadastro select {
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #001730;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 5px;
  font-family: "Gilroy-medium";
}

.form-cadastro .erro-input input,
.form-cadastro .erro-input select {
  border-color: #d42525;
  color: #d42525;
}

.form-cadastro .erro-input i {
  color: #d42525;
}

.form-cadastro .sucess-input i {
  color: #6fd425;
}

::placeholder {
  color: #001730;
  font-size: 16px;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Gilroy-medium";
  opacity: 1;
}

:-ms-input-placeholder {
  color: #001730;
  font-size: 16px;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Gilroy-medium";
}

::-ms-input-placeholder {
  color: #001730;
  font-size: 16px;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Gilroy-medium";
}

.form-cadastro .erro-input input::placeholder {
  color: #d42525;
}

.form-cadastro .erro-input input:-ms-input-placeholder {
  color: #d42525;
}

.form-cadastro .erro-input input::-ms-input-placeholder {
  color: #d42525;
}

.form-cadastro button {
  width: 100%;
  height: 50px;
  line-height: 30px;
  font-family: "Gilroy-bold";
  font-size: 20px;
  background-color: #cca800;
  border: none;
  color: #001730;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
}

.form-cadastro button:hover {
  background-color: #001730;
}

.form-cadastro p {
  font-family: "Gilroy-bold";
  font-size: 20px;
  color: #001f40;
  margin-bottom: 10px;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #001730;
  color: #fff;
}

#header.active {
  background-color: #fff;
}

#header:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/jpg/textura.jpg");
}

#header .col-6 {
  font-size: 0;
}

#header .header-abs {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 50;
}

#header .header-abs .terms {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #001f44;
  color: #cca800;
  font-size: 22px;
  text-align: center;
  cursor: pointer;

  -moz-transition: background 300ms ease-in;
  -webkit-transition: background 300ms ease-in;
  -o-transition: background 300ms ease-in;
  transition: background 300ms ease-in;
}

#header .header-abs .terms span {
  display: none;
}

#header .header-abs .terms:hover {
  background: #173c69;
}

#header .container {
  position: relative;
}

#header .licenciado {
  width: 450px;
  position: absolute;
  bottom: 0;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#header .midias {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 20px;
}

#header .midias li {
  list-style: none;
  margin-bottom: 10px;
}

#header .midias a {
  color: #cca800;
}

#header .content-carousel {
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

#header .dots {
  position: absolute;
  top: -130px;
}

#header .owl-dot {
  width: 30px;
  height: 5px;
  background: #062546;
  margin-right: 5px;
}

#header .owl-dot.active {
  background: #4a6598;
}

#header .carousel-banner h1 {
  font-family: "Gilroy-bold";
  font-size: 50px;
  line-height: 58px;
  color: #cca800;
}

#header .carousel-banner p {
  padding: 100px 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

#header .carousel-banner a {
  font-family: "Gilroy-medium";
  font-size: 20px;
  text-transform: uppercase;
  color: #cca800;
  letter-spacing: 3px;
}

#conteudo {
  padding-top: 300px;
}

.lista-vantagens span {
  display: block;
  color: #cca800;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.lista-sem-complicacao span {
  float: left;
}

.lista-sem-complicacao i {
  color: #cca800;
  font-size: 36px;
  margin-right: 15px;
}

.palma-mao h3 {
  /* padding: 80px 0 30px; */

  font-family: "Gilroy-bold";
  font-size: 26px;
  color: #666666;
}

.estatisticas > div {
  border-right: 1px solid #d8d8d8;
  text-align: center;
  padding: 25px 0;
}

.estatisticas > div:last-child {
  border: none;
}

.estatisticas h3 {
  font-family: "Gilroy-bold";
  font-size: 46px;
  color: #002b59;
  /* padding-bottom: 15px; */
}

.estatisticas p {
  font-family: "Gilroy-bold";
  font-size: 18px;
  color: #999999;
  margin-bottom: 0;
}

.seu-esforco figure img {
  border-radius: 10px;
}

.seu-esforco figure legend {
  text-align: center;
}

.seu-esforco figure legend h4 {
  font-family: "Gilroy-bold";
  font-size: 16px;
  color: #666666;
  padding: 10px 0 0px;
  margin-bottom: 0px;
}

.seu-esforco figure legend p {
  font-size: 14px;
  color: #666666;
}

.suporte {
  height: 740px;
  background: url(../img/jpg/bg-suporte.jpg) center center no-repeat;
  color: #fff;
}

.suporte h2 {
  color: #cca800;
}

.suporte p {
  color: #fff;
}

.suporte h3 {
  /* padding: 80px 0 30px; */

  font-family: "Gilroy-bold";
  font-size: 26px;
  color: #fff;
}

.suporte ul li {
  color: #fff;
}

#obrigado .content_main {
  background-color: #001730;
  padding-bottom: 0;
}

#obrigado .content_main > .container > .row {
  padding: 100px 0;
}

#obrigado .content_main:before {
  content: "";
  position: absolute;
  width: 38%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-image: url(../img/png/foto-escritorio.png);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

#obrigado h2 {
  font-size: 20px;
  color: #cca800;
  margin-bottom: 180px;
  font-family: "Gilroy";
  padding-bottom: 0;
}

#obrigado .voltar {
  width: 46px;
  height: 46px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #001f44;
  font-size: 28px;
  color: #cca800;
  text-align: center;
}

#obrigado h1 {
  font-size: 56px;
  color: #cca800;
  font-family: "Gilroy-bold";
  padding-bottom: 90px;
}

#obrigado p {
  font-family: "Gilroy-regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 0 0 100px;
}

#obrigado .servicos p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 0;
  text-align: left;
}

#obrigado .servicos .logo-servico {
  display: inline-block;
  padding: 23px 0;
}

#obrigado .servicos .logo-servico img {
  margin: 0;
}

#obrigado .servicos a img {
  width: auto;
  height: 32px;
}

#obrigado .servicos a:first-child img {
  margin-right: 15px;
}

#footer {
  background: #001730;
  font-size: 14px;
}

#footer ul {
  width: 100%;
  text-align: right;
}

#footer ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

#footer ul li a {
  color: #fff;
}

#footer li h4 {
  font-size: 14px;
  color: #cca800;
  margin: 0 20px 0 0;
}

#footer li i {
  font-size: 16px;
  margin-right: 10px;
  color: #cca800;
  vertical-align: middle;
}

#footer li.divisor {
  padding: 0 20px;
  margin: 0;
}

/*//////////////////////////////////////////////////*/
/*			 Desktop Atual acima de 1440px			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 1440px) {
}

/*//////////////////////////////////////////////////*/
/*			 Desktop Atual acima de 1200px			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 1200px) and (max-width: 1439px) {
  .ac-conteudo .form-cadastro {
    margin-left: 30px;
  }

  #header .carousel-banner p {
    padding: 60px 0;
  }

  #header .licenciado {
    width: 50%;
  }
}

/*//////////////////////////////////////////////////*/
/*			            Tablets 					*/
/*//////////////////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {
  .ac-conteudo .form-cadastro {
    position: initial;
    margin-left: 40px;
    padding: 40px 40px;
  }

  .form-cadastro {
    width: 420px;
  }

  .form-cadastro input,
  .form-cadastro select {
    height: 42px;
  }

  div.tagsinput {
    height: 42px !important;
    min-height: 42px !important;
  }

  #header .licenciado {
    width: 340px;
  }

  #header:before {
    width: 43%;
  }

  #conteudo {
    padding-top: 160px;
  }

  h2 {
    font-family: "Gilroy-bold";
    font-size: 36px;
    line-height: 44px;
    color: #001730;
    padding-bottom: 30px;
  }

  p {
    font-size: 14px;
    line-height: 16px;
  }

  .lista-sem-complicacao p {
    padding-left: 45px;
  }

  .estatisticas p {
    font-size: 14px;
  }

  .estatisticas h3 {
    font-size: 40px;
    padding-bottom: 5px;
  }

  #obrigado h2 {
    margin-bottom: 60px;
  }

  #obrigado h1 {
    font-size: 50px;
    padding-bottom: 50px;
  }

  #obrigado p {
    padding: 0 0 50px;
  }

  #obrigado .servicos a img {
    height: 28px;
  }

  #obrigado .servicos a:first-child img {
    margin-right: 8px;
  }

  #obrigado .servicos p {
    font-size: 14px;
  }

  #footer li.divisor {
    padding: 0 5px;
  }

  #footer li h4 {
    margin: 0 8px 0 0;
  }
}

/*//////////////////////////////////////////////////*/
/*			            Tablets 					*/
/*//////////////////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: 600px;
  }

  #header .header-abs {
    top: 50px;
  }

  #header .header-abs .terms {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    width: 60%;
    border-radius: 10px !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    line-height: 40px;
  }

  #header .header-abs .terms span {
    display: inline-block;
    font-family: "Gilroy-medium";
    font-size: 18px;
    vertical-align: baseline;
  }

  .content-cadastro.active.ac-header {
    width: 100%;
    position: fixed;
    overflow-y: auto;
  }

  .ac-header .form-cadastro {
    max-width: 80%;
    min-height: 770px;
    top: 50px;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }

  .content-cadastro button.close-form {
    top: 5px;
    right: 10px;
    font-size: 20px;
  }

  #header:before {
    background: none;
  }

  #header .licenciado {
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 55%;
  }

  #header .content-carousel {
    top: 60%;
  }

  #header .carousel-banner h1 {
    font-size: 38px;
    line-height: 42px;
  }

  #header .carousel-banner p {
    padding: 50px 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }

  #header .dots {
    position: absolute;
    top: -50px;
  }

  #conteudo {
    margin-top: 600px;
    padding-top: 100px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 20px;
  }

  p {
    font-size: 16px;
    line-height: 18px;
  }

  .suporte {
    height: 530px;
  }

  #obrigado .content_main > .container > .row {
    padding: 70px 0;
  }

  #obrigado h2 {
    margin-bottom: 60px;
  }

  #obrigado h1 {
    font-size: 38px;
    padding-bottom: 30px;
  }

  #obrigado p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 30px;
  }

  #obrigado .servicos a img {
    height: 25px;
  }

  #obrigado .servicos a:first-child img {
    margin-right: 5px;
  }

  #obrigado .servicos p {
    font-size: 12px;
    line-height: 16px;
  }

  #obrigado .midias {
    margin-top: 40px;
  }

  #obrigado .midias li {
    display: inline-block;
  }

  #footer li.divisor {
    padding: 0 5px;
  }

  #footer li h4 {
    margin-right: 10px;
  }

  #footer ul li {
    font-size: 12px;
  }

  #footer li i {
    font-size: 16px;
    margin-right: 6px;
  }
}

/*//////////////////////////////////////////////////*/
/*	       Smartphones e Tablets Menores			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 576px) and (max-width: 767px) {
  #header {
    height: 600px;
    font-size: 0;
  }

  #header .header-abs {
    top: 50px;
  }

  #header .header-abs .terms {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    width: 60%;
    border-radius: 10px !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    line-height: 40px;
  }

  #header .header-abs .terms span {
    display: inline-block;
    font-family: "Gilroy-medium";
    font-size: 18px;
    vertical-align: baseline;
  }

  .content-cadastro.active.ac-header {
    width: 100%;
    position: fixed;
    overflow-y: auto;
  }

  #header:before {
    background: none;
  }

  #header .licenciado {
    width: 170px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }

  #header .midias {
    left: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #header .content-carousel {
    top: 77%;
  }

  #header .carousel-banner h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #header .carousel-banner p {
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
  }

  #header .carousel-banner a {
    display: none;
  }

  #header .dots {
    position: absolute;
    top: -90px;
    right: 0;
  }

  .ac-header .form-cadastro {
    max-width: 80%;
    min-height: 770px;
    top: 50px;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }

  .content-cadastro button.close-form {
    top: 5px;
    right: 10px;
    font-size: 20px;
  }

  #conteudo {
    margin-top: 600px;
    padding-top: 100px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
    /* padding-bottom: 20px; */
  }

  p {
    font-size: 16px;
    line-height: 18px;
  }

  .suporte {
    height: 530px;
  }

  #obrigado .content_main:before {
    content: none;
  }

  #obrigado .content_main > .container > .row {
    padding: 70px 0;
  }

  #obrigado h2 {
    margin-bottom: 100px;
  }

  #obrigado h1 {
    font-size: 38px;
    padding-bottom: 30px;
  }

  #obrigado p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 30px;
  }

  #obrigado .servicos a img {
    height: 25px;
  }

  #obrigado .servicos a:first-child img {
    margin-right: 5px;
  }

  #obrigado .servicos p {
    font-size: 12px;
    line-height: 16px;
  }

  #obrigado .midias {
    margin-top: 40px;
  }

  #obrigado .midias li {
    display: inline-block;
  }

  #footer li.divisor {
    padding: 0 5px;
  }

  #footer li h4 {
    margin-right: 0px;
  }

  #footer ul li {
    font-size: 12px;
  }

  #footer ul li:first-child {
    display: block;
  }

  #footer li i {
    font-size: 16px;
    margin-right: 5px;
  }
}

/*//////////////////////////////////////////////////*/
/*	       Smartphones e Tablets Menores			*/
/*//////////////////////////////////////////////////*/

@media (max-width: 575px) {
  .content_main {
    padding-bottom: 140px;
  }

  #header {
    height: 640px;
    font-size: 0;
  }

  #header .header-abs {
    top: 50px;
  }

  #header .header-abs .terms {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    width: 290px;
    border-radius: 10px !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    line-height: 40px;
  }

  #header .header-abs .terms span {
    display: inline-block;
    font-family: "Gilroy-medium";
    font-size: 18px;
    vertical-align: baseline;
  }

  .content-cadastro.active.ac-header {
    width: 100%;
    position: fixed;
    overflow-y: auto;
  }

  #header:before {
    background: none;
  }

  #header .licenciado {
    width: 170px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }

  #header .content-carousel {
    top: 60%;
    padding: 0 20px;
  }

  #header .carousel-banner h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #header .carousel-banner p {
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
  }

  #header .carousel-banner a {
    display: none;
  }

  #header .dots {
    position: absolute;
    top: -65px;
    right: 10px;
  }

  .ac-header .form-cadastro {
    max-width: 80%;
    min-height: 770px;
    top: 50px;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }

  .content-cadastro button.close-form {
    top: 5px;
    right: 10px;
    font-size: 20px;
  }

  #conteudo {
    margin-top: 600px;
    padding-top: 100px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  p {
    font-size: 16px;
    line-height: 18px;
  }

  .palma-mao h3 {
    font-size: 20px;
  }

  .estatisticas {
    padding-top: 50px;
  }

  .estatisticas > div {
    padding: 10px 0;
  }

  .estatisticas h3 {
    font-size: 36px;
  }

  .estatisticas p {
    font-size: 14px;
  }

  .seu-esforco .col-6 {
    height: 420px;
  }

  .suporte {
    height: 440px;
  }

  .suporte h3 {
    /* padding: 30px 0 14px; */
    font-size: 18px;
  }

  .content_footer {
    margin-top: -140px;
    height: 140px;
  }

  #obrigado .content_main:before {
    content: none;
  }

  #obrigado .content_main > .container > .row {
    padding: 40px 0;
  }

  #obrigado h2 {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  #obrigado h1 {
    font-size: 38px;
    padding-bottom: 30px;
  }

  #obrigado p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0px;
  }

  #obrigado .servicos a img {
    height: 22px;
  }

  #obrigado .servicos a:first-child img {
    margin-right: 5px;
  }

  #obrigado .servicos p {
    font-size: 11px;
    line-height: 16px;
  }

  #obrigado .midias {
    margin-top: 40px;
    text-align: center;
  }

  #obrigado .midias li {
    display: inline-block;
  }

  #footer li.divisor {
    display: none;
    padding: 0 5px;
  }

  #footer li h4 {
    margin-right: 0px;
  }

  #footer ul li {
    font-size: 12px;
    display: block;
  }

  #footer li i {
    font-size: 16px;
    margin-right: 5px;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/*
	END SITE STYLE
*/

/*
	CLASSES STANDARDS
*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
