@font-face {
  font-family: "HelveticaNowRegular";
  src: url("../fonts/helvetica-now-text-regular.eot");
  src: url("../fonts/helvetica-now-text-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvetica-now-text-regular.woff2") format("woff2"),
    url("../fonts/helvetica-now-text-regular.woff") format("woff"),
    url("../fonts/helvetica-now-text-regular.ttf") format("truetype"),
    url("../fonts/helvetica-now-text-regular.svg#helvetica-now-text-regular")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/helvetica-now-display.eot");
  src: url("../fonts/helvetica-now-display.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvetica-now-display.woff2") format("woff2"),
    url("../fonts/helvetica-now-display.woff") format("woff"),
    url("../fonts/helvetica-now-display.ttf") format("truetype"),
    url("../fonts/helvetica-now-display.svg#helvetica-now-display")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "HelveticaNowRegular", Helvetica, Arial, sans-serif;
  height: 100%;
}

img {
  max-width: 85%;
  max-height: 85%;
}

a {
  cursor: pointer;
}

.menu-opened {
  background-color: black;
}

.menu-opened header {
  background-color: black;
  color: white;
  border-bottom: 2px solid white;
}

.menu-opened header a {
  color: white;
}

.menu-opened header .border-left {
  border-left: 2px solid white;
}

.menu-opened menu {
  background-color: black;
  color: white;
  border-right: 2px solid white;
}

.menu-opened menu .menu-click span {
  background-color: white;
  opacity: 0;
}

.height-70 {
  height: 70%;
}

.menu-opened menu .menu-click span:first-child {
  transform: rotate(225deg) translateY(-7px) translateX(-4px) !important;
  opacity: 1;
}

.menu-opened menu .menu-click span:last-child {
  transform: rotate(-225deg) translateY(7px) translateX(-5px) !important;
  opacity: 1;
}

.menu-opened main {
  background-color: transparent;
}

.menu-opened section {
  display: none;
}

.menu-opened section.menu {
  display: flex !important;
  flex-direction: row;
}

.menu-opened section.menu > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.menu-opened section.menu > div img {
  margin: auto;
}

.menu-opened section.menu ul {
  margin: 3% 0px 0px 3%;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.menu-opened section.menu ul li{
  margin: 0 0 5px 0;
}

.menu-opened section.menu ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 8vh;
  letter-spacing: 0px;
}

.menu-opened section.menu ul li a:before {
  content: "";
  background-color: white;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 4px;
  transition: all 0.3s ease-out;
}

.menu-opened section.menu ul li a:hover:before {
  width: 100%;
}

.menu-opened section.menu ul li.menu_2_lines{
  line-height: 45px;
  margin: 20px 0 8px;
}

.menu-opened header ._40 img {
  filter: invert(1);
}

section {
  flex-direction: column;
  border-bottom: 2px solid black;
  overflow: hidden;
  display: flex;
}

section.menu {
  display: none !important;
}

.menu-opened section.menu {
  display: flex !important;
}

section.graph,
section.sobre-a-coalizao {
  flex-direction: row;
}

section.sobre-a-coalizao ._60 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

section.sobre-a-coalizao ._40 {
  height: 100%;
}

section.sobre-a-coalizao ._60 .height-85 {
  height: 10%;
}

section.sobre-a-coalizao ._40 .height-85 {
  height: 20%;
}

section.sobre-a-coalizao p {
  font-size: 3.2vh;
  letter-spacing: -1px;
  line-height: 4.2vh;
  color: black;
  margin: 0px;
  padding: 4% 10.5%;
  height: 30%;
  padding-left:8%: 
}

section.sobre-a-coalizao p a{
  color: black;
}

.height_50 {
  height: 50%;
}

 .no-right-border {
    border-right:none !important;
  }

section.sobre-a-coalizao h1 {
  font-size: 6vh;
  letter-spacing: 0;
  color: black;
  font-weight: 500;
  padding: 0% 8%;
  height: 58%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  font-family: "HelveticaNowDisplay";
}

section.sobre-a-coalizao ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  border-right: 2px solid black;
  width: 60%;
  padding-left: 7%;
}

section.sobre-a-coalizao ul li a {
  margin: auto 15%;
  display: block;
}

section.sobre-a-coalizao ul li a img {
  max-height: 80%;
  display: block;
}

section.veiculos-que-aderiram {
  height: auto;
}

section.veiculos-que-aderiram .text-anim {
  padding-top: 3%;
  padding-bottom: 3%;
}

section.veiculos-que-aderiram ul {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

section.veiculos-que-aderiram ul li {
  margin: 0% 1.5%;
}

section.veiculos-que-aderiram ul li a {
  width: 12vw;
  height: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  margin-bottom: 50px;
}

section.a-mudanca {
  background-color: black;
  flex-direction: row;
}

section.a-mudanca .border-right {
  height: 100%;
}

section.a-mudanca ._40 p {
  font-size: 3vh;
  letter-spacing: 0px;
  line-height: 4.8vh;
  color: white;
  padding: 0px 10%;
  border-right: 2px solid white;
  height: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

section.a-mudanca ._40 p u {
  display: contents;
}

section.a-mudanca .line-half {
  border-right: 2px solid white;
  border-top: 2px solid white;
  height: 50%;
  background: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 2px),
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 2px),
    rgba(0, 0, 0, 0) 100%
  );
}

section.a-mudanca ._60 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.a-mudanca-form {
  border: 2px solid white;
  width: 85%;
}

.a-mudanca-form > div {
  width: 94%;
  margin: 15px auto 15px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.a-mudanca-form > div ._50 {
  width: 49%;
}

.a-mudanca-form > div p {
  font-size: 1.5vh;
  color: white;
  line-height: 15px;
}

.a-mudanca-form input {
  background-color: transparent;
  width: 100%;
  width: calc(100% - 25px);
  padding: 8px 10px;
  color: white;
  font-size: 16px;
  border: 2px solid white;
}

.a-mudanca-form input::placeholder {
  color: #666;
}

.a-mudanca-form select {
  background-color: transparent;
  width: 100%;
  padding: 8px 10px;
  color: #666;
  font-size: 16px;
  border: 2px solid white;
  text-transform: uppercase;
  border-radius: 0;
  height: 37px;
}

.a-mudanca-form select option {
  color: #666;
}

.a-mudanca-form select:disabled,
.a-mudanca-form button:disabled,
.a-mudanca-form input:disabled {
  opacity: 0.5;
}

.a-mudanca-form .div-form-button {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 2px solid white;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 54px;
}

.return-message{
    display: flex;
    align-items: center;
    justify-content: baseline;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
}

.a-mudanca-form button {
  background-color: transparent;
  border: 0px;
  border-left: 2px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 30px;
}

.a-mudanca-form button img {
  margin-left: 15px;
  transition: all 0.3s ease;
}

.a-mudanca-form button:hover img{
  transform: rotate(45deg) !important;
  opacity: 1;
}

.a-mudanca-form svg {
  margin-left: 20px;
}

.a-mudanca-form svg tspan {
  fill: white;
  white-space: pre;
  font-size: 2px;
  line-height: 2px;
}

.a-mudanca-form input::placeholder {
  font-size: 16px;
}

.form-sent{ 
  border: 2px solid white;
  width: 85%;
  height: 75%
 }

.form-sent .line-half-2 {
  border-top: 2px solid white;
  height: 30%;
  background: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 2px),
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 2px),
    rgba(0, 0, 0, 0) 100%
  );
}

.thanks-title .thanks-message .thanks-half-line{
  padding: 0px;
    margin: 10px 0px 0px 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 2px solid white;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 54px;
}

.thanks-title{
  display: flex;
  height: 30%;
  border-bottom: solid 2px white;
  justify-content: left;
  align-items: center;
}

.thanks-title h1{
    font-size: 10vh;
    letter-spacing: 0px;
    line-height: 4.8vh;
    color: white;
    padding: 0px 8%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.thanks-message{
  height: 39%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.thanks-message p{
    font-size: 3vh;
    letter-spacing: 0px;
    line-height: 4.8vh;
    color: white;
    padding: 0px 9%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
} 

.thanks-half-line{
  height: 30%;
  border-right: 0 !important: 
}

section.a-mudanca {
  height: 100vh;
}

.no-partner-img {
  cursor: default;
  background: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 2px),
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 1px),
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      to top right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 2px),
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 1px),
      rgba(0, 0, 0, 0) 100%
    );
}

.display-flex {
  display: flex;
}

header {
  background-color: #f8f6f8;
  top: 0px;
  width: 100%;
  width: calc(100% - 55px);
  height: 55px;
  border-bottom: 2px solid black;
  position: fixed;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  padding: 0px 0px 0px 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "HelveticaNowDisplay";
}

header ._40 {
  display: flex;
  justify-content: flex-end;
}

header ._40 svg tspan {
  font-size: 2px;
  line-height: 2px;
  fill: #000000;
  white-space: pre;
}

header a {
  line-height: 57px;
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0px;
  padding-right: 30px;
  text-align: right;
  color: black;
  text-decoration: none;
}

header a img{
  transition: all 0.3s ease;
}

header a:hover img{
  transform: rotate(45deg) !important;
  opacity: 1;
}

header h1 {
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0px;
  height: 50px;
  line-height: 50px;
  padding-top: 3px;
  padding-left: 30px;
  text-align: left;
}

menu {
  background-color: #f8f6f8;
  border-right: 2px solid black;
  width: 55px;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

menu .menu-click {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  display: table;
}

menu .menu-click span {
  background-color: black;
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

menu .menu-click:hover span:first-child {
  transform: translateY(2px);
}

menu .menu-click:hover span:last-child {
  transform: translateY(-2px);
}

menu .page-title {
  transform: rotate(-90deg) translateX(50%);
  font-size: 29px;
  font-weight: 400;
  white-space: nowrap;
  font-family: "HelveticaNowDisplay";
}

main {
  background-color: #f8f6f8;
  position: relative;
  width: 100%;
  width: calc(100% - 55px);
  padding: 57px 0px 0px 55px;
  display: flex;
  flex-direction: column;
}

main > section {
  overflow-y: none;
  align-items: flex-start;
}

@media (min-width: 1025px) {
  main > section {
    height: 100vh;
  }

  main > section {
    height: calc(100vh - 85px);
  }
}

main > section > * {
  max-height: 100%;
}

h1,
h2,
h3,
p {
  margin: 0px;
  padding: 0px;
}

._40 {
  width: 40%;
}

._60 {
  width: 60%;
}

._100 {
  width: 100%;
}

.text-right {
  text-align: right;
}

.border-left {
  border-left: 2px solid black;
}

main .text-anim {
  position: relative;
  display: flex;
  overflow-x: hidden;
  border-bottom: 2px solid black;
  height: auto;
  width: 100%;
  height: 41%;
}

main .text-anim > div {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: row;
  animation: textAnim 10s linear infinite;
  align-items: center;
}

main .text-anim h1 {
  padding-right: 2vw;
  font-size: 10vw;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0px;
  font-family: "HelveticaNowDisplay";
}

main .text-anim-2 {
  position: relative;
  display: flex;
  overflow-x: hidden;
  height: auto;
  width: 100%;
  height: 100%;
}

main .text-anim-2 > div {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: row;
  animation: textAnim 10s linear infinite;
  align-items: center;
}

main .text-anim-2 h1 {
  padding-right: 29vw;
  font-size: 10vw;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0px;
  font-family: "HelveticaNowDisplay";
}

main .home .home-text {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid black;
}

main .home .home-text p {
  width: 65%;
  padding: 1% 20% 1% 6%;
  font-size: 3.4vh;
  letter-spacing: -1px;
  line-height: 4.8vh;
  border-right: 2px solid black;
  display: flex;
  align-items: center;
}

main .home .home-text p u {
  display: contents;
}

main .home .line-half {
  width: 20%;
}

.line-half {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 2px),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 1px),
    rgba(0, 0, 0, 0) 100%
  );
}

.graph-section ._60 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.graph-section ._40 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.graph-section .graph-text-height {
  height: 25%;
  overflow: hidden;
}

.graph-section .graph-text-div {
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.graph-section .graph-text {
  color: black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-size: 4.5vh;
  letter-spacing: 0px;
  line-height: 5.7vh;
  margin: 5% 0px;
  padding: 7% 10% 7% 10%;
  width: 100%;
  font-family: "HelveticaNowDisplay";
}

.graph-section .graph-text span {
  position: relative;
}

.graph-section .graph-text span:before {
  background-color: black;
  height: 3px;
  content: "";
  position: absolute;
  animation: textUnderline 1s forwards;
  bottom: 4px;
}

@keyframes textUnderline {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.graph-section .graph-text small {
  font-size: 1.5vh;
  line-height: 3vh;
  letter-spacing: 0px;
  display: block;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-family: "HelveticaNowRegular";
}

.graph-section .graph-text small i {
  font-size: 4px;
  margin-right: 4px;
  font-style: normal;
}


.graph-line-half {
  height: 130px;
  width: 100%;
}

section.graph .graph-line-half {
  border-bottom: 2px solid black;
  height: 16.9vh;
}

.home-footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 8.5%;
}

.background-dashed {
  background-image: linear-gradient(
    135deg,
    transparent 45.45%,
    #000000 45.45%,
    #000000 50%,
    transparent 50%,
    transparent 95.45%,
    #000000 95.45%,
    #000000 100%
  );
  background-size: 15.11px 15.11px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  height: 65px;
}

.graph-slider {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  width: 100%;
}

.graph-slider li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border-right: 2px solid black;
  cursor: pointer;
}

.graph-slider li a {
  color: black;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.4, 1.9);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.graph-slider li a svg tspan {
  transition: all 0.3s ease;
  fill: black;
  font-size: 3px;
  line-height: 6px;
  fill: #000000;
  font-weight: 500;
  text-anchor: middle;
  white-space: pre;
}

.graph-slider li a:hover,
.graph-slider li a.active {
  background-color: black;
  color: #f5f5f5;
  transform: scale(1.1);
}

.graph-slider li a img {
  transition: all 0.3s ease;
}

.graph-slider li a:hover img {
  filter: invert(1);
}

.border-top {
  border-top: 2px solid black;
}

.border-bottom {
  border-bottom: 2px solid black;
}

.height-85 {
  width: 100%;
  height: 85px;
}

.graph-video {
  width: 100%;
  height: 70%;
}

.graph-video video {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

@keyframes textAnim {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  body {
    background-color: #f8f6f8;
  }

  ._40,
  ._60 {
    width: 100%;
  }

  menu {
    width: 10vh;
    height: 10vh;
    border-right: 0px;
  }

  menu .menu-click {
    margin: auto !important;
  }

  section.veiculos-que-aderiram {
    border-top: 2px solid black;
  }

  menu .page-title {
    display: none;
  }

  .menu-opened section.menu ul {
    margin: 0px;
    padding: 0px;
  }

  .menu-opened section.menu ul li {
    text-align: left;
    width: 100%;

  }

  .menu-opened section.menu ul li a {
    font-size: 7vw;
    line-height: 10vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 2.5vw 0px 2.5vw 25px;
  }

  .menu-opened section.menu ul li.menu_2_lines {
    line-height: 45px;
    margin: 0;
}

  .menu-opened section.menu ul li a:before {
    height: 2px;
  }

  main {
    height: auto;
    padding-top: 10vh !important;
  }

  main .text-anim {
    height: 35vw;
  }

  main .home .home-text {
    height: auto;
  }

  main .home .home-text p {
    font-size: 5vw;
    line-height: 6.5vw;
    width: 100%;
    border-right: 0px;
    padding: 5vw;
  }

  main .text-anim h1 {
    padding-right: 10vw;
    font-size: 15vw;
    line-height: 35vw;
  }

  .graph-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vh;
  }

  section.a-mudanca ._60,
  section.a-mudanca ._40 {
    height: auto;
  }

  section.a-mudanca {
    margin-top: 15vh;
  }

  section.sobre-a-coalizao {
    padding-top: 15vh;
  }

  .a-mudanca-form .div-form-button {
    height: 10vh;
    margin-top: 5vh;
  }

  .a-mudanca-form button {
    margin: auto;
  }

  .graph-video video {
    width: 80%;
    margin: auto;
  }

  .menu ._40 {
    border-top: 2px solid white;
    margin-top: 5vw;
    padding-top: 5vw;
  }

  .menu img {
    max-width: 90%;
  }

  main {
    width: 100%;
    padding: 0px;
  }

  header {
    height: 10vh;
    width: calc(100% - 20vw);
    padding: 0px 0px 0px 20vw;
    border-bottom: 2px solid black;
    font-family: "HelveticaNowDisplay";
  }

  header h1,
  header a {
    display: none !important;
  }

  header > div {
    border: 0px !important;
  }

  section {
    flex-direction: column !important;
    border-bottom: 0px;
    overflow-x: hidden;
  }

  .line-half {
    display: none;
  }

  header h1,
  header a {
    font-size: 4.5vw;
    line-height: 6vw;
    padding: 0px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  header a.text-right {
    text-align: center;
    padding-right: 3vw;
  }

  header ._60 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .graph-section ._40 {
    border-left: 0px;
  }

  .graph-img {
    width: 95%;
  }

  .graph-section .graph-text {
    font-size: 4vw;
    line-height: 5vw;
    margin: 5vw 0px 0px 0px;
    padding: 5vw;
    border-bottom: 0px;
  }

  .graph-section .graph-text span:before {
    background-color: black;
    height: 2px;
    content: "";
    position: absolute;
    animation: textUnderline 1s forwards;
    bottom: 1px;
  }

  section.a-mudanca ._40 p {
    font-size: 5vw;
    line-height: 9.5vw;
    padding: 5vw;
    border: 0;
  }

  .a-mudanca-form {
    border: 0px;
    width: 100%;
  }

  .a-mudanca-form > div {
    margin: 0px;
    flex-direction: column;
    width: 100%;
  }

  .a-mudanca-form input,
  .a-mudanca-form select {
    margin-bottom: 5vw;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }

  .a-mudanca-form input {
    width: calc(95% - 49px);
  }

  .a-mudanca-form > div p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    padding: 5vw;
  }

  .a-mudanca-form button {
    font-size: 7vw;
    line-height: 8vw;
    height: 100%;
    border: 0px;
  }

  .a-mudanca-form > div ._50 {
    width: 100%;
    display: flex;
  }

  .form-sent {
    border: 0px;
    width: 100%;
    height: auto;  
  }

  .thanks-title {
    display: flex;
    /* height: 30%; */
    border-bottom: solid 2px white;
    justify-content: center;
    align-items: center;
    border-top: solid 2px white;
  }

  .thanks-title h1{
    font-size: 15vw;
    line-height: 10.5vh;
    padding: 5vw 5vw;
  }

  .thanks-message p{
    font-size: 5vw;
    line-height: 9.5vw;
    padding: 5vw 5vw 17vw;
  }

  .sobre-a-coalizao .height-85 {
    display: none;
  }

  section.sobre-a-coalizao ._40 {
    order: 1;
    border-left: 0px;
    border-bottom: 2px solid black;
  }

  section.sobre-a-coalizao ._60 {
    order: 2;
    border: 0px;
  }

  section.sobre-a-coalizao p {
    font-size: 5vw;
    line-height: 7vw;
    padding: 5vw;
  }
  .graph-video section.sobre-a-coalizao h1 {
    font-size: 8vw;
    line-height: 10vw;
    padding: 5vw;
    border-left: 0px;
  }

  section.a-mudanca {
    height: auto;
  }

  section.veiculos-que-aderiram ul {
    flex-wrap: wrap;
    flex-direction: row;
  }

  section.veiculos-que-aderiram ul li {
    width: 45%;
  }

  section.veiculos-que-aderiram ul li a {
    width: 100%;
    height: 20vw;
  }

  .home-footer{ display: none }

  section.sobre-a-coalizao h1 {
    padding: 2vh;
    border-top: 2px solid black;
  }
}
