@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: 'Heavitas';
  src: url('../fonts/Heavitas.ttf') format('truetype');
  font-weight: normal; 
  font-style: normal;  
}

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;  
}

svg, canvas, img {
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
}

.link_text {
  color: inherit; 
  text-decoration: none; 
}

.link_text:hover {
  color: #052739;
  text-decoration: underline;
}

.container {
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}

.flex-group {
  display: flex;
  gap: 10px; 
}

.main-header {
  background-color: #e6e7e8;
  color: #fff;
  padding: 10px 0;
}

#top_menu {
  display: none;
}

#menu_line {
  display: block;
}

.menu-hamburger {
  cursor: pointer;
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;  
}

.menu-hamburger div {
  background: #052739;
  height: 4px;
  border-radius: 2px;
}

.menu {
  position: absolute;  
  top: 55px; /* Height of the header */
  left: 0;
  width: 100%;
  background: #e6e7e8;
  overflow: hidden;
  max-height: 0; /* Hidden by default */
  transition: max-height 0.3s ease-in-out;
  z-index: 1000;
}

.menu ul {
  list-style: none;
}

.menu li a {
  display: block;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  color: #052739;
  padding: 15px 20px;
  text-decoration: none;
  transition: background 0.2s;
}

.menu.open {
  max-height: 200px; 
}

.logo {
  padding-left: 64px;
}

.logo a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}

.logo img {
  width: 70%;
  height: 70%;
}

.main-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #052739;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #2db78e;
}

.pos_btn {
  text-align: right;
  padding-right: 64px;
}

.btn {
  background-color: #2db78e; /* Azul padrão */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Efeito ao passar o mouse */
.btn:hover {
  background-color: #2db78e; /* Azul mais escuro */
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
  transform: scale(1.05); /* Leve aumento no tamanho */
}

/* Efeito ao clicar */
.btn:active {
  background-color: #2db78e; /* Azul ainda mais escuro */
  transform: scale(0.95); /* Leve redução no tamanho */
}

.banner {
  position: relative;
  width: 100%;
  height: 900px;
  background-image: url("../img/bk_top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner_title {
  color: #e6e7e8; 
  font-size: 50px; 
  font-family: "Heavitas";
  padding-top: 240px;
  width: 100%;
}

.banner_sub {
  color: #e6e7e8;
  font-size: 22px;
  font-family: "Heavitas";
  padding-top: 30px;
}

.banner_btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.btn_30_banner {
  background-color: #2db78e; 
  color: #052739;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn_30_banner:hover {
  box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}

/* Efeito ao clicar */
.btn_30_banner:active {
  background-color: #2db78e; /* Azul ainda mais escuro */
  transform: scale(0.95); /* Leve redução no tamanho */
}

.btn_30 {
  background-color: #2db78e; /* Azul padrão */
  color: #052739;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn_30:hover {
  box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}

.btn_30:active {
  background-color: #2db78e; /* Azul ainda mais escuro */
  transform: scale(0.95); /* Leve redução no tamanho */
}

.btn_access {
  background-color: transparent; /* Azul padrão */
  color: #fff;
  padding: 10px 20px;
  border-color: #fff;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn_access:hover {
  background-color: #fff; /* Azul padrão */
  color: #000;
  /* box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px; */
}

.btn_access:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

.banner_qty {
  padding-top: 20px;
  width: 25%;
  color: #00b992;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 10, 42, 0.5);
  opacity: 2;
  border-radius: 20px;
}

.banner_social_media {
  padding-top: 20px;
  color: #00b992;
  flex-direction: column;
  align-items: center;
  opacity: 2;
  border-radius: 20px;
}

#b_qty {
  animation: counter 3.9s ease-in-out;
  counter-reset: num var(--num);
}

#b_qty::before {
  content: counter(num);
}

#b_qty {
  --num: 147;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 147;
  }
}

.banner_qty h1 {
  font-size: 80px;
  font-weight: 800;
}

.banner_qty h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.control {
  position: relative;
  width: 100%;
  height: 857px;
  background-color: #fff;
}

.control_title {
  color: #052739;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.control_title h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 48px;
  padding-top: 120px;
}

.control_title h3 {
  color: #052739;
  font-family: "Roboto";
  font-size: 18px;
  padding-top: 44px;
}

.control_btns {
  width: 100%;
  padding-top: 95px;
}

.control_columns_texts img {
  width: 80px;
  height: 80px;
  padding-bottom: 25px;
}

.control_columns_texts h1 {
  color: #052739;
  font-family: "Roboto";
  font-size: 32px;
  text-align: center;
  padding-bottom: 25px;
}

.control_columns_texts h3 {
  color: #052739;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.control_footer {
  padding-top: 80px;
}

.control_footer button {
  margin-right: 20px;
}

.btn_saiba {
  background-color: #052739; 
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.costs {
  position: relative;
  width: 100%;
  height: 857px;
  background-color: #e4e2df;
}

.costs_txt {
  flex-direction: column;
  padding-left: 65px;
}

.costs h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 48px;
  margin-top: 20px;
}

.costs h3 {
  color: #052739;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  margin: 45px 0px;
  margin-right: 90px;
}

.cost_btn_large {
  display: flex !important;
}

.costs_text_large {
  display: flex !important;
}

.costs_text_small {
  display: none !important;
}

.costs_footer {
  padding-top: 30px;
}

.costs_link_footer {
  display: none !important;
}

.costs_img {
  border-radius: 25px;
}

.feedback {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 60px;
}

.feedback_txt {
  flex-direction: column;
  text-align: center;
}

.feedback_txt img {
  margin: 70px 0px;
}

.feedback_txt span:nth-of-type(1) {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: bold;
}

.feedback_txt span:nth-of-type(2) {
  padding-top: 40px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
}

.cad_email {
  position: relative;
  width: 100%;
  height: 447px;
  background-color: #e4e2df;
}

.cad_email h1 {
  font-family: "Heavitas";
  font-weight: 600;
  font-size: 48px;  
}

.cad_email h3 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  margin: 35px 350px 0px 350px;
}

.cad_email_footer {
  padding-top: 30px;
}

.input_cad {
  width: 100%;
  height: 48px;
  border: 1px solid;
  border-radius: 25px;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
}

.btn_cad {
  background-color: #00b992;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn_cad:hover {
  box-shadow: rgba(0, 185, 146, 0.34) 0px 3px 8px;
}

/* Efeito ao clicar */
.btn_cad:active {
  background-color: #2db78e; /* Azul ainda mais escuro */
  transform: scale(0.95); /* Leve redução no tamanho */
}

.cad_email_alert {
  font-family: "Roboto";
  font-size: 14px;
  margin-top: 15px;
}

.about {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.about_txt {
  padding-left: 65px;
  margin: 65px 0px;
}

.about p {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.about h1 {
  color: #052739;
  font-family: "Roboto";
  font-size: 48px;
  margin-top: 20px;
}

.about h3 {
  color: #052739;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  margin-top: 45px;
  margin-right: 35px;
}

.about h4 {
  color: #000;
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  padding: 150px 250px 60px 250px;
  font-size: 24px;
}

.about_gray {
  background-color: #e6e7e8;
  margin-top: 40px;
  padding: 40px 0;
}

.about_footer {
  padding-top: 30px;
}

.about_footer button {
  margin-right: 20px;
}

.about_idea img {
  width: 20% !important;
  border-radius: 50%;
}

.about_idea_txt h4 {
  color: #000;
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  padding: 150px 250px 60px 250px;
  font-size: 24px;
}

.about_idea h1 {
  color: #000;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 600;
}

.about_idea h5 {
  color: #000;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  padding-top: 10px;
}

.about_contact {
  display: flex;
  flex-direction: column;
}

.about_contact img {
  margin-top: 50px;
}

.about_contact h1 {
  color: #000;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
}

.about_contact h5 {
  color: #000;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  padding-top: 10px;
}

.about_contact a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}

.about_img_conf {
  width: 70%;
}

.about_img_missao {
  width: 70%;
}

.about_img_contact {
  width: 70%;
}

.features {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin: 20px 0px;
}

.features_txt {
  padding: 0px 65px;
  margin: 65px 0px;
}

.features_txt img {
  width: 20px;
  height: auto;
}

.features_img_gestao {
  padding: 0px 65px;
}

.features_img_transf {
  width: 30%;
}

.features_btn_gestao {
  background-color: #2db78e; /* Azul padrão */
  color: #052739;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.features_btn_gestao:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.features_btn_gestao:active {
  background-color: #2db78e; /* Azul ainda mais escuro */
  transform: scale(0.95); /* Leve redução no tamanho */
}

.features_img_avanc {
  width: 90%;
  margin: 80px 0px;
}

.features_img {
  padding: 0px 65px;
}

.features p {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.features p img {
  margin-right: 10px;
}

.features h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 48px;
  font-weight: 100;
  margin-top: 20px;
}

.features h3 {
  color: #052739;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  margin: 15px 0;
  margin-right: 35px;
}

.features h4 {
  color: #000;
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  padding: 150px 250px 60px 250px;
  font-size: 24px;
}

.features_gray {
  background-color: #e6e7e8;
}

.features_blue {
  background-color: #052739;
}

.features_transf h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 40px;
  font-weight: 100;
  margin-top: 20px;
}

.features_transf h3 {
  color: #052739;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  margin: 15px 0;
  margin-right: 35px;
}

.features_img_vant_100 {
  width: 50%;
}

.features_vant_100 {
  margin-right: 40px;
}

.features_vant_100 h1 {
  color: #2db78e;
  font-family: "Heavitas";
  font-size: 40px;
  font-weight: 100;
  margin-top: 20px;
}

.features_vant_100 p {
  color: #052739;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.feature_costs {
  align-items: center;
  justify-content: center;
  margin: 65px 0px;
}

.features_img_costs {
  width: 100%;
}

.feature_costs h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 40px;
  font-weight: 100;
  margin: 20px 0px 20px 55px;
}

.feature_costs h3 {
  color: #052739;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;  
}

.feature_costs_txt h3 {
  margin-right: 40px;
}

.feature_costs_flow h1 {
  color: #2db78e;
  font-family: "Heavitas";
  font-size: 20px;
  font-weight: 100;
  margin-top: 20px;  
}

.feature_costs_flow p {
  color: #052739;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-right: 40px;
}

.features_scalability h1 {
  color: #2db78e;
  font-family: "Heavitas";
  font-size: 20px;
  font-weight: 100;
  margin-top: 20px;
}

.features_scalability p {
  color: #052739;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.features_scalability_img {
  width: 80%;
}

.features_oc_img {
  width: 70%;
  margin: 40px 0px;
}

.features_experience h1 {
  color: #2db78e;
  font-family: "Heavitas";
  font-size: 48px;
  font-weight: 100;
  margin-top: 20px;
}

.features_experience h3 {
  color: #e6e7e8;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.support {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.support_imgs img:nth-of-type(1) {
  width: 80%;
  height: auto;
}

.support_txt {
  flex-direction: column;
  padding: 0px 65px;
  margin: 65px 0px;
}

.support_img {
  flex-direction: column;
  padding: 0px 65px;
}

.support p {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.support p img {
  margin-right: 10px;
}

.support h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 48px;
  font-weight: 100;
  margin-top: 20px;
  text-align: center;
}

.support h3 {
  color: #052739;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  margin: 15px 0;
  margin-right: 35px;
  text-align: center;
}

.support h4 {
  color: #000;
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  padding: 150px 250px 60px 250px;
  font-size: 24px;
}

.support_imgs img {
  width: 100%;
  margin: 50px 0;
}

.support_imgs h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 32px;
  font-weight: 100;
  margin-top: 20px;
}

.support_imgs p {
  color: #052739;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

.support_buttons {
  padding: 120px 0px;
}

.support_contact h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 32px;
  font-weight: 100;
  margin-top: 20px;
  text-align: left;
}

.support_contact p {
  color: #052739;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
}

.support_contact button {
  text-align: center;
}

.support_textarea {
  background: transparent;
  border: 1px solid #00707e;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 16px;
  color: #052739;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease;
  margin: 5px 0px;
  width: 100%;
}

.support_textarea::placeholder {
  color: rgba(0, 112, 126, 0.7);
}

.support_input {
  background: transparent;
  border: 1px solid #00707e;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 16px;
  color: #052739;
  outline: none;
  transition: border-color 0.3s ease;
  margin: 5px 0px;
  width: 100%;
}

.support_input::placeholder {
  color: rgba(0, 112, 126, 0.7);
}

.support_input:focus {
  border-color: #2db78e;
}

.features_btn_30 {
  background-color: #2db78e; /* Azul padrão */
  color: #000;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 260px;
  height: 45px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.features_btn_300 {
  background-color: #2db78e; /* Azul padrão */
  color: #000;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 350px;
  height: 45px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.features_btn_30:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.features_btn_30:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

.features_btn_white {
  background-color: #2db78e; /* Azul padrão */
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 260px;
  height: 45px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.features_btn_white:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.features_btn_white:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

.support_btn_email {
  background-color: #2db78e; /* Azul padrão */
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 162;
  height: 45px;
  margin: 0px 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.support_btn_email:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.support_btn_email:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

.features_btn_support {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 25px;
  cursor: pointer;
  width: 260px;
  height: 45px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.features_btn_support:hover {
  background-color: white;
  color: #052739;
  font-weight: 500;
}

.support_btn_send {
  background-color: #2db78e; /* Azul padrão */
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  margin: 10px 0px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 260px;
  height: 45px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.support_btn_send:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.support_btn_send:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

.register {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0px 65px;
  margin: 65px 0px;
}

.register h1 {
  color: #052739;
  font-family: "Heavitas";
  font-size: 48px;
  font-weight: 100;
  margin-top: 20px;
}

.register h3 {
  color: #052739;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0px;
}

.register_inputs input {
  margin: 10px 5px;
}

.register_inputs select {
  margin: 10px 5px;
}

.register_inputs p {
  margin: 10px 0px;
}

.register_inputs h5 {
  margin: 10px 10px;
}

.register_inputs textarea {
  margin: 10px 10px;
}

.register_inputs input[type="radio"] {
  margin: 10px 10px;
}

.register_input {
  background: transparent;
  border: 1px solid #00707e;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 16px;
  color: #052739;
  outline: none;
  transition: border-color 0.3s ease;
  margin: 5px 0px;
  width: 100%;
}

.register_input::placeholder {
  color: rgba(5, 39, 57, 0.7);
}

.register_input:focus {
  border-color: #2db78e;
}

.register_textarea {
  background: transparent;
  border: 1px solid #00707e;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  color: #052739;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease;
  margin: 5px 0px;
  width: 100%;
}

.register_btn_send {
  background-color: #2db78e; /* Azul padrão */
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 10px 20px;
  margin: 10px 10px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 260px;
  height: 45px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.register_btn_send:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.register_btn_send:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

.register_btn_dialog {
  background-color: #2db78e; /* Azul padrão */
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 50%;
  height: 35px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.register_btn_dialog:hover {
  box-shadow: rgba(5, 183, 142, 0.35) 0px 5px 15px;
}

.register_btn_dialog:active {
  background-color: #2db78e; 
  transform: scale(0.95); 
}

/*==============================================*/
.footer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.footer_cln span {
  font-family: "Roboto";
  font-size: 16px;
  text-align: left;
}

.footer_contact h1 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.footer_contact a:nth-of-type(1) {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: left;
}

.footer_contact a:nth-of-type(2) {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: left;
}

.footer_link {
  margin-top: 75px;
}

.footer_link a {
  margin-bottom: 17px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-align: left;
}

.footer_icons {
  height: 100px;
}

.footer_icons img {
  color: #00707e;
}

.footer_line {
  border: none;
  height: 1px;
  background-color: #00b992;
}

.footer_last {
  margin: 20px 0px;
}
.footer_last h1 {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.footer_cookie {
  text-align: right;
}

.footer_cookie a {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

dialog {
  border: none;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 30%;
  max-width: 90%;
  text-align: center;
  position: fixed; /* Torna o dialog fixo na tela */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centraliza no centro da tela */
}

/* Fundo escurecido quando o dialog está ativo */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

dialog h1 {
  color: #052739;
  font-family: "Roboto";
  font-size: 25px;
}

dialog p {
  color: #052739;
  font-family: "Roboto";
  font-size: 15px;
}

.loader {
  border: 10px solid #e6e7e8;
  border-top: 10px solid #2db78e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 575px) {

  .banner {
    height: 950px;
  }
  
  .container {
    margin: 0;
    padding: 0;
  }

  .main-nav ul {
    display: none;
  }

  #top_menu {
    display: block;
  }
  
  #menu_line {
    display: none;
  }

  .menu ul {
    padding: 0;
  }
  
  .logo {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .logo img {
    width: 160px;
  }

  .btn {
    padding: 5px 25px;
  }

  .pos_btn {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner {
    background-image: url("../img/bk_p_top.png");
  }

  .banner_sub {
    padding: 0px 10px;
  }

  .banner_btn {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .banner_qty {
    padding-top: 20px;
    width: 70%;
  }

  .banner_qty h3 {
    padding: 0;
  }

  .btn_30_banner {
    height: 48px;
    margin-bottom: 20px;
  }

  .control {
    height: 100%;
  }

  .control_title h1 {
    font-size: 48px;
    padding-top: 100px;
    margin: 0 20px;
  }

  .control_title h3 {
    font-size: 18px;
    padding-top: 44px;
    margin: 0 20px;
  }

  .control_btns {
    width: 100%;
    padding-top: 50px;
  }

  .control_columns_texts img {
    width: 100px;
    height: 100px;
    padding-bottom: 25px;
  }

  .control_columns_texts h1 {
    padding-bottom: 25px;
  }

  .control_columns_texts h3 {
    padding: 0 80px 20px 80px;
  }

  .control_footer {
    padding: 30px 0px;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .control_footer button {
    margin-bottom: 20px;
  }

  .costs {
    height: 100%;
  }

  .costs_txt {
    margin: 0;
    padding: 0;
  }

  .costs h1 {
    margin: 40px 0px;
    text-align: center;
  }

  .costs_link_footer {
    display: flex !important;
    padding: 30px 0px;
  }

  .costs_link_footer button {
    margin: 0px 0px 20px 0px;
  }

  .costs_link_footer span {
    margin: 20px 0px;
  }

  .cost_btn_large {
    display: none !important;
  }  

  .costs_text_large {
    display: none !important;
  }
  
  .costs_text_small {
    display: flex !important;
    margin: 20px 20px !important;
  }
  
  .costs_footer {
    display: flex;
    text-align: center;
    padding-top: 20px;
  }

  .costs_footer button {
    margin-right: 20px;
  }

  .costs_img {
    width: 80%;
    border-radius: 25px;
  }

  .feedback {
    height: 100%;
    padding: 40px 0px;
  }

  .feedback_txt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;    
  }

  .feedback_txt img {
    width: 90%;
    height: auto;
    /* margin: 100px 0px 20px 0px; */
  }

  .feedback_txt span:nth-of-type(1) {
    margin: 0px 20px;
  }
  .feedback_txt span:nth-of-type(2) {
    margin: 0px 20px;
  }

  .cad_email {
    height: 100%;
    padding: 60px 0px;
  }

  .cad_email h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }

  .cad_email h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 35px;
  }

  .cad_email_footer {
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .input_cad {
    width: 100% !important;
    height: 48px;
    margin: 0px 15px;
  }

  .btn_cad {
    cursor: pointer;
    width: 100% !important;
    margin: 0px 15px;
  }

  .cad_email_alert {
    font-size: 16px;
    margin: 15px;
  }

  .about_txt {
    padding: 0px 25px;
    margin: 30px 0px;
  }

  .about h3 {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  
  .about_img_conf {
    width: 60%;
  }

  .about_img_missao {
    width: 60%;
  }

  .about_idea_txt {
    padding: 40px;
  }  

  .about_idea_txt h4 {
    padding: 0;
    font-size: 24px;
  }
  
  .about_idea img {
    width: 50% !important;
    margin: 25px 0px;
    border-radius: 50%;
  }
  
  .about_idea h1 {
    font-size: 16px;
    font-weight: 600;
  }

  .about_img_contact {
    width: 50%;
  } 
  
  .features_txt {
    padding: 0px 15px;
    margin: 65px 0px;
  }
  
  .features_img_gestao {
    padding: 0px 20px;
    width: 100%;
  }
  
  .features h1 {
    font-size: 35px;
    font-weight: 400;
  }
  
  .features p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .features h3 {
    margin: 20px 0px;
    margin-right: 35px;
  }  

  .features_transf h3 {
    margin: 15px 0;
  }  

  .features_img_transf {
    margin: 20px;
    width: 30%;
  }
  
  .features_img_vant_100 {
    width: 70%;
  }
  
  .features_vant_100 {
    margin: 10px;
  }
  
  .features_vant_100 h1 {
    margin-top: 20px;
  }
  
  .features_vant_100 p {
    font-weight: 300;
    margin-top: 10px;
  }  

  .feature_costs_txt h3 {
    margin: 0px 40px;
  }  

  .features_img_costs {
    width: 80%;
  }
  
  .feature_costs h1 {
    margin: 20px 52px;
  }
  
  .feature_costs h3 {
    margin: 0px 40px;
  }

  .feature_costs_flow {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  
  .feature_costs_flow h1 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 30px;
  }
  
  .feature_costs_flow p {
    margin: 10px 30px;
  }  

  .features_img_avanc {
    width: 90%;
  }  

  .features_scalability h1 {
    font-size: 18px;
    font-weight: 400;
  }  

  .features_scalability_img {
    width: 80%;
    margin: 20px 0px;
  }  

  .features_oc {
    flex-direction: column-reverse !important;    
  }

  .features_oc_img {
    width: 70%;
    margin: 10px 0px;
  } 
  
  .features_experience h3 {
    font-size: 20px;
  }

  .features_experience_buttons {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
  }

  .features_experience_buttons button {
    margin: 0;
    width: 100% !important;
  }

  .features_btn_white {
    width: 100%;
  }

  .features_btn_support {
    width: 100%;
  }

  .features_oc_img {
    display: none;
  }

  .support_txt {
    flex-direction: column;
    padding: 0px 25px;
    margin: 25px 0px;
  }
  

  .support_imgs_all {
    display: flex;
    flex-direction: column !important;
  }

  .support_imgs_all img:nth-of-type(1) {
    width: 50%;
    height: auto;
  }

  .support_imgs img {
    width: 80%;
    margin: 50px 0;
  }

  .support_contact {
    display: flex;
    flex-direction: column !important;
  }

  .support_buttons {
    padding: 40px 0px;
  }  

  .support_btn_send {
    width: 100%;
  }

  .register {
    padding: 0px 15px;
    margin: 65px 0px;
  }
  
  /*============== Footer ==============*/
  .footer {
    height: 100%;
    margin-top: 40px;
  }

  .footer_cln img {
    margin-top: 75px;
    margin-left: 75px;
  }

  .footer_cln h1 {
    margin: 0;
  }

  .footer_cln h3 {
    margin-top: -50px;
  }

  .footer_contact h1 {
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .footer_contact a:nth-of-type(1) {
    margin-left: 20px;
  }

  .footer_contact a:nth-of-type(2) {
    margin-left: 20px;
  }

  .footer_link {
    margin-top: 75px;
  }

  .footer_line {
    width: calc(100% - 20px);
    margin: 0 auto;
    border: none;
  }

  .footer_last {
    flex-direction: column-reverse !important;
    margin: 20px 0px;
  }

  .footer_last h1 {
    text-align: center;
    font-weight: 400;
  }

  .footer_cookie {
    margin: 20px;
    padding: 0;
    width: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .footer_cookie a {
    font-weight: 400;
  }

  dialog {
    width: 90%;
  }
    
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .banner {
    height: 950px;
  }

  .container {
    margin: 0;
    padding: 0;
  }

  .main-nav ul {
    display: none;
  }

  #top_menu {
    display: block;
  }
  
  #menu_line {
    display: none;
  }

  .menu ul {
    padding: 0;
  }

  .logo {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .logo img {
    width: 200px;
  }

  .btn {
    padding: 5px 25px;
  }


  .banner {
    background-image: url("../img/bk_p_top.png");
  }

  .banner_title {
    padding: 150px 0 50px 0;
  }

  .banner_sub {
    padding: 40px 0;
  }

  .pos_btn {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .btn_access {
    width: 100%;
  }

  .banner_qty {
    padding-top: 20px;
    width: 60%;
  }

  .banner_btn {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .banner_qty h3 {
    padding: 0;
  }

  .btn_30_banner {
    height: 48px;
    margin-bottom: 20px;
  }

  .control {
    height: 100%;
  }

  .control_title h1 {
    font-size: 48px;
    padding-top: 100px;
    margin: 0 60px;
  }

  .control_title h3 {
    font-size: 18px;
    padding-top: 44px;
    margin: 0 75px;
  }

  .control_btns {
    width: 100%;
    padding-top: 50px;
  }

  .control_columns_texts img {
    width: 100px;
    height: 100px;
    padding-bottom: 25px;
  }

  .control_columns_texts h1 {
    padding-bottom: 25px;
  }

  .control_columns_texts h3 {
    padding: 0 80px 20px 80px;
  }

  .control_footer {
    padding: 30px 0px;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .control_footer button {
    margin-bottom: 20px;
  }

  .costs {
    height: 100%;
  }

  .costs_txt {
    margin: 0;
    padding: 0;
  }

  .costs h1 {
    margin: 40px 0px;
    text-align: center;
  }

  .costs_link_footer {
    display: flex !important;
    padding: 30px 0px;
  }

  .costs_link_footer button {
    margin: 0px 0px 20px 0px;
  }

  .costs_link_footer span {
    margin: 20px 0px;
  }

  .cost_btn_large {
    display: none !important;
  }  

  .costs_text_large {
    display: none !important;
  }
  
  .costs_text_small {
    display: flex !important;
    margin: 20px 20px !important;
  }

  .costs_footer {
    display: none;
    padding-top: 20px;
  }

  .costs_footer button {
    margin-right: 20px;
  }

  .costs_img {
    width: 80%;
    border-radius: 25px;
  }

  .feedback {
    height: 100%;
    padding: 40px 0px;
  }

  .feedback_txt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .feedback_txt img {
    margin: 100px 0px 20px 0px;
  }

  .feedback_txt span:nth-of-type(1) {
    margin: 0px 20px;
  }

  .cad_email {
    height: 100%;
    padding: 40px 0px;
  }

  .cad_email h1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }

  .cad_email h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 35px;
  }

  .cad_email_footer {
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .input_cad {
    width: 100% !important;
    height: 48px;
    margin: 0px 15px;
  }

  .btn_cad {
    cursor: pointer;
    width: 100% !important;
    margin: 0px 15px;
  }

  .cad_email_alert {
    font-size: 16px;
    margin-top: 15px;
  }

  .about_txt {
    padding: 0px 25px;
    margin: 30px 0px;
  }

  .about h3 {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  
  .about_img_conf {
    width: 50%;
  }

  .about_img_missao {
    width: 50%;
  }
  
  .about_idea_txt {
    padding: 40px;
  }  

  .about_idea_txt h4 {
    padding: 0;
    font-size: 24px;
  }
  
  .about_idea img {
    width: 40% !important;
    margin: 25px 0px;
    border-radius: 50%;
  }
  
  .about_idea h1 {
    font-size: 16px;
    font-weight: 600;
  }

  .about_img_contact {
    width: 45%;
  }  

  .features_txt {
    padding: 0px 35px;
    margin: 65px 0px;
  }
  
  .features_img_gestao {
    width: 90%;
  }
  
  .features p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .features h3 {
    margin: 20px 0px;
    margin-right: 35px;
  }  

  .features_transf h1 {
    margin: 0px 20px;
  }  

  .features_transf h3 {
    margin: 30px 20px 0px 20px;
  }  

  .features_img_transf {
    margin: 40px;
    width: 30%;
  }

  .features_img_vant_100 {
    width: 45%;
  }
  
  .features_vant_100 {
    margin: 10px;
  }
  
  .features_vant_100 h1 {
    margin: 10px 10px;
  }
  
  .features_vant_100 p {
    font-weight: 300;
    margin: 10px 10px;
  }

  .feature_costs_txt h3 {
    margin: 0px 30px;
  }  

  .features_img_costs {
    width: 90%;
  }
  
  .feature_costs h1 {
    margin: 20px 52px;
  }
  
  .feature_costs h3 {
    margin: 0px 20px;
  }

  .feature_costs_flow {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  
  .feature_costs_flow h1 {
    margin: 10px 20px;
  }
  
  .feature_costs_flow p {
    margin: 10px 20px;
  }  

  .features_img_avanc {
    width: 70%;
  } 
  
  .features_scalability h1 {
    margin-top: 30px;
  }
  
  .features_scalability p {
    margin: 10px 20px;    
  }    

  .features_scalability_img {
    width: 80%;
    margin: 20px 0px;
  }  

  .features_oc {
    flex-direction: column-reverse !important;
  }

  .features_oc_img {
    width: 60%;
    margin: 10px 0px;
  }  

  .features_experience h3 {
    font-size: 20px;
  }

  .features_btn_white {
    width: 80%;
  }

  .features_btn_support {
    width: 80%;
  }

  .features_experience_buttons {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
  }

  .features_btn_white {
    width: 80%;
  }

  .features_btn_support {
    width: 80%;
  }

  .features_oc_img {
    display: none;
  }  

  .support_txt {
    flex-direction: column;
    padding: 0px 25px;
    margin: 25px 0px;
  }

  .support_imgs_all {
    display: flex;
    flex-direction: column !important;
  }

  .support_imgs_all img:nth-of-type(1) {
    width: 60%;
    height: auto;
  }


  .support_imgs img {
    width: 80%;
    margin: 50px 0;
  }

  .support_contact {
    display: flex;
    flex-direction: column !important;
  }

  .support_buttons {
    padding: 40px 0px;
  }  

  .support_btn_send {
    width: 100%;
  }  

  .register {
    padding: 0px 15px;
    margin: 65px 0px;
  }


  /*============== Footer ==============*/
  .footer {
    height: 100%;
    margin-top: 40px;
  }

  .footer_cln {
    flex-direction: column;
  }

  .footer_cln img {
    margin-top: 75px;
    margin-left: 75px;
  }

  .footer_cln h1 {
    margin: 0;
  }

  .footer_contact h1 {
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .footer_contact a:nth-of-type(1) {
    margin-left: 20px;
  }

  .footer_contact a:nth-of-type(2) {
    margin-left: 20px;
  }

  .footer_link {
    margin-top: 75px;
  }

  .footer_line {
    width: calc(100% - 20px);
    margin: 0 auto;
    border: none;
  }

  .footer_last {
    flex-direction: column-reverse !important;
    margin: 20px 0px;
  }

  .footer_last h1 {
    text-align: center;
    font-weight: 400;
  }

  .footer_cookie {
    margin: 20px;
    padding: 0;
    width: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .footer_cookie a {
    font-weight: 400;
  }

  dialog {
    width: 80%;
  }

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .container {
    margin: 0;
    padding: 0;
  }

  .main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .main-nav a {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
  }

  .logo {
    padding-left: 40px;
  }

  .logo img {
    width: 220px;
  }

  .btn {
    padding: 5px 25px;
  }

  .pos_btn {
    padding-right: 44px;
  }

  .banner {
    background-image: url("../img/bk_p_top.png");
  }

  .banner_title {
    padding: 150px 10px 50px 10px;
  }

  .banner_sub {
    padding: 40px 0;
  }

  .banner_btn {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .btn_access {
    width: 100%;
  }

  .banner_qty {
    padding-top: 20px;
    width: 60%;
  }

  .banner_qty h3 {
    padding: 0;
  }

  .btn_30_banner {
    height: 48px;
    margin-bottom: 20px;
  }

  .control {
    height: 100%;
  }

  .control_title h1 {
    font-size: 48px;
    padding-top: 100px;
    margin: 0 60px;
  }

  .control_title h3 {
    font-size: 18px;
    padding-top: 44px;
    margin: 0 75px;
  }

  .control_btns {
    width: 100%;
    padding-top: 50px;
  }

  .control_columns_texts img {
    width: 100px;
    height: 100px;
    padding-bottom: 25px;
  }

  .control_columns_texts h1 {
    padding-bottom: 25px;
  }

  .control_columns_texts h3 {
    padding: 0 80px 20px 80px;
  }

  .control_footer {
    padding: 30px 0px;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .control_footer button {
    margin-bottom: 20px;
  }

  .costs {
    height: 100%;
  }

  .costs_txt {
    margin: 0;
    padding: 0;
  }

  .costs h1 {
    margin: 40px 0px;
    text-align: center;
  }

  .costs_link_footer {
    display: flex !important;
    padding: 30px 0px;
  }

  .cost_btn_large {
    display: none !important;
  }  

  .costs_text_large {
    display: none !important;
  }
  
  .costs_text_small {
    display: flex !important;
    margin: 20px 20px !important;
  }

  .costs_link_footer button {
    margin: 0px 0px 20px 0px;
  }

  .costs_link_footer span {
    margin: 20px 0px;
  }

  .costs_footer {
    display: none;
    padding-top: 20px;
  }

  .costs_footer button {
    margin-right: 20px;
  }

  .costs_img {
    width: 80%;
    border-radius: 25px;
  }

  .feedback {
    height: 100%;
    padding: 40px 0px;
  }

  .feedback_txt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .feedback_txt img {
    margin: 100px 0px 20px 0px;
  }

  .feedback_txt span:nth-of-type(1) {
    margin: 0px 20px;
  }

  .cad_email {
    height: 100%;
    padding: 40px 0px;
  }

  .cad_email h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
  }

  .cad_email h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 35px;
  }

  .cad_email_footer {
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .input_cad {
    width: 100% !important;
    height: 48px;
    margin: 0px 15px;
  }

  .btn_cad {
    cursor: pointer;
    width: 100% !important;
    margin: 0px 15px;
  }

  .cad_email_alert {
    font-size: 16px;
    margin-top: 15px;
  }

  .about_txt {
    padding: 0px 25px;
    margin: 30px 0px;
  }

  .about h3 {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  
  .about_img_conf {
    width: 50%;
  }

  .about_img_missao {
    width: 50%;
  }

  .about_idea_txt {
    padding: 40px;
  }  

  .about_idea_txt h4 {
    padding: 0;
    font-size: 24px;
  }
  
  .about_idea img {
    width: 40% !important;
    margin: 25px 0px;
    border-radius: 50%;
  }
  
  .about_idea h1 {
    font-size: 16px;
    font-weight: 600;
  }  

  .about_img_contact {
    width: 40%;
  }  
  
  .features_txt {
    padding: 0px 35px;
    margin: 65px 0px;
  }
  
  .features_img_gestao {
    width: 80%;
  }
  
  .features p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .features h3 {
    margin: 20px 0px;
    margin-right: 35px;
  }  

  .features_transf h1 {
    margin: 0px 20px;
  }  

  .features_transf h3 {
    margin: 30px 20px 0px 20px;
  }  

  .features_img_transf {
    margin: 40px;
    width: 30%;
  }

  .features_img_vant_100 {
    width: 40%;
  }
  
  .features_vant_100 {
    margin: 10px;
  }
  
  .features_vant_100 h1 {
    margin: 10px 10px;
  }
  
  .features_vant_100 p {
    font-weight: 300;
    margin: 10px 10px;
  }

  .feature_costs_txt h3 {
    margin: 0px 30px;
  }  

  .features_img_costs {
    width: 100%;
  }
  
  .feature_costs h1 {
    margin: 20px 52px;
  }
  
  .feature_costs h3 {
    margin: 0px 20px;
  }

  .feature_costs_flow {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  
  .feature_costs_flow h1 {
    margin: 10px 20px;
  }
  
  .feature_costs_flow p {
    margin: 10px 20px;
  }   
  
  .features_img_avanc {
    width: 70%;
  }
    
  .features_scalability h1 {
    margin-top: 30px;
  }
  
  .features_scalability p {
    margin: 10px 20px;    
  }    

  .features_scalability_img {
    width: 70%;
    margin: 20px 0px;
  }  

  .features_oc {
    flex-direction: column-reverse !important;
  }

  .features_oc_img {
    width: 60%;
    margin: 10px 0px;
  }  

  .features_experience h3 {
    font-size: 20px;
  }

  .features_experience_buttons {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
  }

  .features_btn_white {
    width: 80%;
  }

  .features_btn_support {
    width: 80%;
  }

  .features_oc_img {
    display: none;
  }  

  .support_txt {
    flex-direction: column;
    padding: 0px 25px;
    margin: 25px 0px;
  }

  .support_imgs_all {
    display: flex;
    flex-direction: column !important;
  }

  .support_imgs_all img:nth-of-type(1) {
    width: 60%;
    height: auto;
  }

  .support_imgs img {
    width: 80%;
    margin: 50px 0;
  }

  .support_contact {
    display: flex;
    flex-direction: column !important;
  }

  .support_buttons {
    padding: 40px 0px;
  }  

  .support_btn_send {
    width: 100%;
  } 
  
  .support_textarea {
    width: 100%;
  }

  .register {
    padding: 0px 15px;
    margin: 65px 0px;
  }

  /*============== Footer ==============*/
  .footer {
    height: 100%;
    margin-top: 40px;
  }

  .footer_cln {
    flex-direction: column;
  }

  .footer_cln img {
    margin-top: 75px;
    margin-left: 75px;
  }

  .footer_cln h1 {
    margin: 0;
  }

  .footer_contact h1 {
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .footer_contact a:nth-of-type(1) {
    margin-left: 20px;
  }

  .footer_contact a:nth-of-type(2) {
    margin-left: 20px;
  }

  .footer_link {
    margin-top: 75px;
  }

  .footer_line {
    width: calc(100% - 20px);
    margin: 0 auto;
    border: none;
  }

  .footer_last {
    flex-direction: column-reverse !important;
    margin: 20px 0px;
  }

  .footer_last h1 {
    text-align: center;
    font-weight: 400;
  }

  .footer_cookie {
    margin: 20px;
    padding: 0;
    width: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .footer_cookie a {
    font-weight: 400;
  }

  dialog {
    width: 60%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    margin: 0;
    padding: 0;
  }

  .logo {
    padding-left: 40px;
  }

  .logo img {
    width: 220px;
  }

  .btn {
    padding: 5px 25px;
  }

  .pos_btn {
    padding-right: 14px;
  }

  .banner {
    background-image: url("../img/bk_top.png");
  }

  .btn_30_banner {
    height: 48px;
    margin: 20px;
  }

  .control {
    height: 100%;
  }

  .control_title h1 {
    font-size: 48px;
    padding-top: 100px;
    margin: 0 60px;
  }

  .control_title h3 {
    font-size: 18px;
    padding-top: 44px;
    margin: 0 75px;
  }

  .control_btns {
    width: 100%;
    padding-top: 50px;
  }

  .control_columns_texts img {
    width: 100px;
    height: 100px;
    padding-bottom: 25px;
  }

  .control_columns_texts h1 {
    padding-bottom: 25px;
  }

  .control_columns_texts h3 {
    padding: 0 80px 20px 80px;
  }

  .control_footer {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .costs {
    height: 100%;
  }

  .costs_txt {
    margin: 0;
    padding: 0;
  }

  .costs h1 {
    margin: 40px 0px;
    text-align: center;
  }

  .costs h3 {
    display: none;
  }

  .costs_link_footer {
    display: flex !important;
    padding: 30px 0px;
  }

  .cost_btn_large {
    display: none !important;
  }  

  .costs_text_large {
    display: none !important;
  }
  
  .costs_text_small {
    display: flex !important;
    margin: 20px 20px !important;
  }

  .costs_link_footer button {
    margin: 0px 0px 20px 0px;
  }

  .costs_link_footer span {
    margin: 20px 0px;
  }

  .costs_footer {
    display: none;
    padding-top: 20px;
  }

  .costs_footer button {
    margin-right: 20px;
  }

  .costs_img {
    width: 80%;
    border-radius: 25px;
  }

  .feedback {
    height: 100%;
    padding: 40px 0px;
  }

  .feedback_txt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .feedback_txt img {
    margin: 100px 0px 20px 0px;
  }

  .feedback_txt span:nth-of-type(1) {
    margin: 0px 20px;
  }

  .cad_email {
    height: 100%;
    padding: 40px 0px;
  }

  .cad_email h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
  }

  .cad_email h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 35px;
  }

  .cad_email_footer {
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .input_cad {
    width: 100% !important;
    height: 48px;
    margin: 0px;
  }

  .btn_cad {
    cursor: pointer;
    margin: 0px;
  }

  .cad_email_alert {
    font-size: 16px;
    margin-top: 15px;
  }

  .about_txt {
    padding: 0px 25px;
    margin: 30px 0px;
  }

  .about h3 {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  
  .about_img_conf {
    width: 50%;
  }

  .about_img_missao {
    width: 50%;
  }

  .about_idea_txt {
    padding: 90px;
  }  

  .about_idea_txt h4 {
    padding: 0;
    font-size: 24px;
  }
  
  .about_idea img {
    width: 35% !important;
    margin: 25px 0px;
    border-radius: 50%;
  }
  
  .about_idea h1 {
    font-size: 16px;
    font-weight: 600;
  }  

  .features_txt {
    padding: 0px 35px;
    margin: 65px 0px;
  }
  
  .features_img_gestao {
    width: 70%;
  }
  
  .features p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .features h3 {
    margin: 20px 0px;
    margin-right: 35px;
  }  

  .features_transf h1 {
    margin: 0px 30px;
  }  

  .features_transf h3 {
    margin: 30px 30px;
  } 
  
  .features_img_transf {
    margin: 40px;
    width: 25%;
  }  

  .features_img_vant_100 {
    width: 40%;
  }
  
  .features_vant_100 {
    margin: 10px;
  }
  
  .features_vant_100 h1 {
    margin: 10px 20px;
  }
  
  .features_vant_100 p {
    font-weight: 300;
    margin: 10px 20px;
  }  

  .feature_costs_txt h3 {
    margin: 0px 40px;
  }  

  .features_img_costs {
    width: 100%;
  }
  
  .feature_costs h1 {
    margin: 20px 52px;
  }
  
  .feature_costs h3 {
    margin: 0px 30px;
  }

  .feature_costs_flow {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  
  .feature_costs_flow h1 {
    margin: 10px 30px;
  }
  
  .feature_costs_flow p {
    margin: 10px 30px;
  }  
  
  .features_img_avanc {
    width: 80%;
  }  
  
  .features_scalability h1 {
    margin-top: 30px;
  }
  
  .features_scalability p {
    margin: 10px 30px;    
  }    

  .features_scalability_img {
    width: 70%;
    margin: 20px 0px;
  }    

  .features_oc {
    flex-direction: column-reverse !important;
  }

  .features_oc_img {
    width: 50%;
    margin: 10px 0px;
  } 
  
  .features_experience h3 {
    font-size: 20px;
  }

  .features_experience_buttons {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
  }

  .features_btn_white {
    width: 80%;
  }

  .features_btn_support {
    width: 80%;
  }

  .features_oc_img {
    display: none;
  }  
  
  .support_imgs_all {
    display: flex;
    flex-direction: column !important;
  }

  .support_imgs img {
    width: 80%;
    margin: 50px 0;
  }

  .support_contact {
    display: flex;
    flex-direction: column !important;
  }

  .support_buttons {
    padding: 40px 0px;
  }  

  .support_btn_send {
    width: 100%;
  } 
  
  .support_textarea {
    width: 100%;
  }  

  .register {
    padding: 0px 15px;
    margin: 65px 0px;
  }

  /*============== Footer ==============*/
  .footer {
    height: 100%;
    margin-top: 40px;
  }

  .footer_cln {
    flex-direction: column;
  }

  .footer_cln img {
    margin-top: 75px;
    margin-left: 75px;
  }

  .footer_cln h1 {
    margin: 0;
  }

  .footer_contact h1 {
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .footer_contact a:nth-of-type(1) {
    margin-left: 20px;
  }

  .footer_contact a:nth-of-type(2) {
    margin-left: 20px;
  }

  .footer_link {
    margin-top: 75px;
  }

  .footer_line {
    width: calc(100% - 20px);
    margin: 0 auto;
    border: none;
  }

  .footer_last {
    flex-direction: row !important;
    margin: 20px 0px;
  }

  .footer_last h1 {
    text-align: center;
    font-weight: 400;
  }

  .footer_cookie {
    margin: 20px;
    padding: 0;
    width: 100%;
    flex-direction: row !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .footer_cookie a {
    font-weight: 400;
  }

  dialog {
    width: 50%;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    margin: 0;
    padding: 0;
  }

  .main-nav a {
    font-weight: 500;
  }

  .control {
    height: 100%;
  }

  .control_title h1 {
    font-size: 48px;
    padding-top: 100px;
    margin: 0 60px;
  }

  .control_title h3 {
    font-size: 18px;
    padding-top: 44px;
    margin: 0 75px;
  }

  .control_btns {
    width: 100%;
    padding-top: 50px;
  }

  .control_columns_texts img {
    width: 100px;
    height: 100px;
    padding-bottom: 25px;
  }

  .control_columns_texts h1 {
    padding-bottom: 25px;
  }

  .control_columns_texts h3 {
    padding: 0 80px 20px 80px;
  }

  .control_footer {
    padding: 30px 0px;
  }

  .control_footer button {
    margin-bottom: 20px;
  }

  .costs_txt {
    margin: 0;
    padding: 0;
    padding-left: 65px;
  }

  .costs h1 {
    margin: 40px 0px;
  }

  .costs h3 {
    display: flex;
    margin: 40px 0px;
    padding: 0;
    text-align: left;
  }

  .costs_link_footer {
    display: none !important;
  }

  .costs_footer {
    display: flex;
    padding-top: 20px;
  }

  .costs_footer button {
    margin-right: 20px;
  }

  .costs_img {
    margin: 80px 0px;
    width: 80%;
    border-radius: 25px;
  }

  .feedback {
    height: 100%;
    padding: 40px 0px;
  }

  .feedback_txt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .feedback_txt img {
    margin: 100px 0px 20px 0px;
  }

  .feedback_txt span:nth-of-type(1) {
    margin: 0px 20px;
    padding: 0px 20px;
  }

  .cad_email {
    height: 100%;
    padding: 40px 0px;
  }

  .cad_email h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
  }

  .cad_email h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 35px;
  }

  .cad_email_footer {
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .input_cad {
    width: 100% !important;
    height: 48px;
    margin: 0px;
  }

  .btn_cad {
    cursor: pointer;
    margin: 0px;
  }

  .cad_email_alert {
    font-size: 16px;
    margin-top: 15px;
  }

  .features_txt {
    padding: 0px 35px;
    margin: 65px 0px;
  }
  
  .features_img_gestao {
    width: 100%;
  }
  
  .features p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .features h3 {
    margin: 20px 0px;
    margin-right: 35px;
  }  

  .features_transf h1 {
    margin: 0px 30px;
  }  

  .features_transf h3 {
    margin: 30px 30px;
  }  

  .features_img_vant_100 {
    width: 40%;
  }
  
  .features_vant_100 {
    margin: 10px;
  }
  
  .features_vant_100 h1 {
    margin: 10px 20px;
  }
  
  .features_vant_100 p {
    font-weight: 300;
    margin: 10px 20px;
  }
  
  .feature_costs_txt h3 {
    margin: 0px 10px;
  }  
  

  .features_img_costs {
    width: 100%;
  }
  
  .feature_costs h1 {
    margin: 20px 52px;
  }
  
  .feature_costs h3 {
    margin: 0px 20px;
  }
  
  .feature_costs_flow h1 {
    margin: 10px 30px 0px 0px;
  }
  
  .feature_costs_flow p {
    margin: 10px 30px 0px 0px;
  }  
  
  .features_img_avanc {
    width: 80%;
  }
   
  .features_btn_gestao {
    margin-left: 30px;
  }

  .features_scalability h1 {
    margin-top: 30px;
  }
  
  .features_scalability p {
    margin: 10px 30px;    
  }    

  .features_scalability_img {
    width: 70%;
    margin: 20px 0px;
  } 
  
  .features_experience h3 {
    font-size: 20px;
  }

  .support_imgs_all {
    display: flex;
    flex-direction: row !important;
  }

  .support_imgs img {
    width: 80%;
    margin: 50px 0;
  }

  .support_contact {
    display: flex;
    flex-direction: column !important;
  }

  .support_buttons {
    padding: 40px 0px;
  }  

  .support_btn_send {
    width: 30%;
  } 
  
  .support_textarea {
    width: 100%;
  }  

  .register {
    padding: 0px 15px;
    margin: 65px 0px;
  }

  /*============== Footer ================ */
  .footer_cln {
    flex-direction: column;
  }

  .footer_last h1 {
    margin-left: 10px;
  }

  .footer_cookie a {
    margin-right: 10px;
  }

  dialog {
    width: 45%;
  }

}
