@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

h2 {
  font-size: 60px;
  font-weight: 700; }

h3 {
  font-size: 50px; }

h4 {
  font-size: 40px; }

.btConverte {
  background-color: #F45D00;
  color: #fff;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 3px; }
  .btConverte:hover {
    background-color: #e05a06; }

.topoprincipal {
  color: #fff; }
  .topoprincipal .primeiradobra {
    margin-top: 400px; }
  @media only screen and (min-width: 300px) {
    .topoprincipal {
      background: url("../images/topomobile.png?2") #041824 top center no-repeat;
      background-size: contain; } }
  @media screen and (min-width: 800px) {
    .topoprincipal {
      background: url("../images/topo.png?2") #041824 top center no-repeat;
      background-size: contain; }
      .topoprincipal .primeiradobra {
        margin-top: 100px; } }
  .topoprincipal .formulario {
    border-bottom: 5px solid #FB004D;
    background-color: #fff;
    border-radius: 3px; }
    .topoprincipal .formulario input {
      display: block;
      min-width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      background-color: #F1F1F1;
      border: 1px solid #c4c9cc;
      border-radius: 3px; }
    .topoprincipal .formulario .botao {
      background-color: #FB004D;
      color: #fff; }
      .topoprincipal .formulario .botao:hover {
        background-color: #e7064a; }

.mensagem {
  background-color: #f9d273;
  color: #454545 !important; }
  .mensagem h5 {
    font-size: 21px; }

.motos {
  background: url("../images/meio.png") #041824 left no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 400px; }
  @media only screen and (min-width: 300px) {
    .motos h3 {
      font-size: 32px; } }

.vantagens {
  background: url("../images/detalhefundo.png?1") #041824 left no-repeat;
  background-size: cover; }
  .vantagens .texto {
    background-color: #041824; }
  .vantagens h2 {
    color: #29d7fa; }
    .vantagens h2 span {
      color: #fff;
      font-size: 30px; }
  .vantagens h4, .vantagens p {
    color: #fff; }
  .vantagens h4 {
    line-height: 30px;
    font-size: 30px; }
  .vantagens .primeira {
    border-right: 1px solid #b5b427; }

.chamadamoto .seta {
  margin-right: 10px; }
@media only screen and (min-width: 300px) {
  .chamadamoto h3 {
    font-size: 30px; } }

footer {
  background: #041824 bottom center no-repeat;
  background-size: cover;
  color: #fff; }
  footer .motinha {
    width: 400px;
    height: auto; }

.custom-accordion {
  background: transparent !important; }

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none; }

.accordion-button::after {
  filter: invert(1);
  /* Inverte a cor do ícone para branco */ }

.accordion-button:focus {
  box-shadow: none; }

/*# sourceMappingURL=main.css.map */
