html,
body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-weight: 500;
}

:target {
  scroll-margin-top: 80px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  z-index: 9;
  top: 0;
  background: rgba(138, 34, 36, 1);
  backdrop-filter: blur(4px);
  opacity: 98%;
  width: 100%;
  height: 80px;
  animation: 0.5s entryHeader forwards;
}

@keyframes entryHeader {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

/*Direitos da Empresa*/

/* Inicio Conf. Header Barra de Navegação */
#menu {
  display: flex;
  gap: 0.5rem;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

#logo {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 25px;
}

#barra-navegacao {
  float: right;
}

header ul {
  margin-top: 53px;
  min-width: auto;
  margin-left: 20%;
  position: absolute;
}

header li {
  display: block;
  margin: auto 25px;
}

#menu li a {
  transition: 0.2s color;
}

#menu li a:hover {
  color: #3d191a;
}

#barra-navegacao li a {
  text-decoration: none;
  color: white;
}

#btn-mobile {
  display: none;
  border: none;
  background: none;
}
/* Fim Conf. Header Barra de Navegação */

/* Textos dos banner */
#home h1,
.sobreNos-texto,
.areasAtuacao-texto,
.frota-texto,
.contato-texto {
  font-size: 7rem;
}

/* Inicio Conf. Home */
#home {
  width: 100%;
  height: 626px;
  background-image: url("../img/atuacao.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}

#home h1 {
  text-align: center;
}

.home-texto {
  text-align: center;
  padding-top: 80px;
  color: #ffff;
  mix-blend-mode: overlay;
  text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);
  font-weight: 900;
}
/* Fim Conf. Home */

/* Inicio Conf. Sobre Nós */
#sobreNos {
  width: 100%;
  height: 609px;
  text-align: center;
  background-image: url(../img/TRUCK.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.h1-sobre {
  width: 100%;
  text-align: center;
  margin: 50px auto 10px auto;
  color: #330e0e;
}
.barra-sobre {
  text-align: center;
  font-size: 50px;
  margin: 0 auto;
  color: #330e0e;
}

.sobreNos-texto {
  text-align: center;
  color: #ffff;
  mix-blend-mode: overlay;
  text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

.linha-sobre {
  width: 100%;
  text-align: center;
}

.coluna-33-sobre {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  text-align: justify;
  color: #330e0e;
}
/* Fim Conf. Sobre Nós */

/* Inicio Conf. Atuacao */
#areasAtuacao {
  width: 100%;
  height: 790px;
  background-image: url("../img/atuacao.png");
  background-size: cover;
  background-position: center;
}

.areasAtuacao-texto {
  text-align: center;
  padding-top: 75px;
  color: #ffff;
  mix-blend-mode: overlay;
  text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

.linha-atuacao {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.h4-atuacao {
  line-height: 16px;
  text-align: center;
}
.h1-atuacao {
  text-align: center;
  margin: 50px auto -30px auto;
  color: #330e0e;
}

.coluna-33-atuacao {
  text-align: justify;
  color: #330e0e;
}

.coluna-33-atuacao p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}
/* Fim Conf. Atuacao */

/* Inicio Conf. Frota */
#frota {
  width: 100%;
  height: 860px;
  background-image: url("../img/FROTA.png");
  background-size: cover;
  background-position: center;
}

.frota-texto {
  text-align: center;
  color: #ffff;
  mix-blend-mode: overlay;
  text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

.paragrafo-frota {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;

  display: block;
  width: 40%;
  margin-left: 55%;
  margin-top: -50px;
  color: #330e0e;
}

.linha-coluna {
  display: flex;
}

.coluna-33 {
  flex-grow: 1;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: 0.2em;
  text-align: center;
}

.paragrafo-frota2 {
  display: none;
}

.coluna-33 img {
  max-width: 100%;
}

#reboques {
  margin-top: 1rem;
}
/* Fim Conf. Frota */

/* Inicio Conf. Contato */
#contato {
  padding-bottom: 2rem;
  background-image: url("../img/mobile-bg1.png");
  background-size: cover;
  background-position: center;
}

.contato-texto {
  text-align: center;
  padding-top: 5px;
  color: #ffff;
  mix-blend-mode: overlay;
  text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);
  font-family: "Montserrat";
  font-weight: bold;
  margin: 0 auto;
}

.espacamento-contato {
  margin-top: 30px;
}

.h1-contato {
  width: 450px;
  text-align: center;
  margin: 0 auto;
  color: #330e0e;
}
.barra-contato {
  width: 450px;
  text-align: center;
  font-size: 50px;
  margin: 0 auto;
  color: #330e0e;
}

.paragrafo-contato {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: 0.2em;
  width: 450px;
  text-align: justify;
  margin: 0 auto;
  color: #FFF;
}

.formulario-total {
  margin-top: 30px;
}

form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formulario {
  display: flex;
}

.formulario input,
.formulario textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  outline: none;
  border-radius: 25px;
  border: none;
  resize: none;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: none;
  border: 1px solid #fff;
  backdrop-filter: blur(4px);
  transition: 0.4s border-color;
}

.formulario textarea {
  border-radius: 10px;
}

.formulario input:focus,
.formulario textarea:focus {
  border-color: #60b3ff;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

.button {
  text-align: right;
}

.button button {
  padding: 0.5rem 0;
  background: #60b3ff;
  border: none;
  border-radius: 50px;
  width: 150px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s filter;
}

.button button:hover {
  filter: brightness(0.7);
}

.msg-contato {
  display: none;
  text-align: center;
  margin: 0;
}

.msg-contato.error {
  display: block;
  color: #e32424;
}

.msg-contato.success {
  display: block;
  color: rgb(13, 207, 13);
}

.border-error {
  border-color: #e32424 !important;
}
/* Fim Conf. Contato */

/* Inicio Conf. Footer */
footer {
  background-image: url("../img/lq9PxpwDZUk-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 4rem;
}

footer section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

footer .links,
footer .socials {
  flex-grow: 1;
}

footer ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer .socials li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 14px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: #fff;
  padding-top: 2rem;
}

.copyright > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#btn-scroll-top {
  display: none;
  align-items: center;
  gap: 0.5 rem;
  cursor: pointer;
  border: 1px solid #8a2224;
  border-right: none;
  background-color: #fff;
  transition: 0.4s all;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #8a2224;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 21px;
}

#btn-scroll-top.active {
  display: flex;
}

#btn-scroll-top:hover {
  background-color: rgb(54 10 11);
  color: #fff;
}
/* Fim Conf. Footer */

/* Responsivo celular */
@media screen and (max-width: 768px) {
  .botao {
    /*Retira o botao de menu para desktop*/
    display: none;
  }

  /*Conf. Direitos*/

  .botao img {
    margin: 20px 20px 20px 20px;
    padding: auto;
    cursor: pointer;
  }
  #btn-mobile {
    display: block;
  }

  #menu {
    display: none;
  }

  #menu li a {
    padding: 1rem 2rem;
  }

  #menu.activy {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    top: 80px;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding-top: 3rem;
    background: rgba(138, 34, 36, 0.7);
    backdrop-filter: blur(4px);
    animation: showMenu 0.2s forwards;
  }

  @keyframes showMenu {
    from {
      opacity: 0;
      transform: translate3d(60px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  #menu.activy li {
    margin: 0;
  }

  #menu.activy li a {
    color: #fff;
  }

  #barra-navegacao li a {
    color: black;
    font-weight: 800;
  }

  /*Config Header*/
  #logo {
    width: 80%;
  }

  /*Config Home*/
  #home h1 {
    font-size: 40px;
    margin: 50px 10px;
    text-align: center;
  }
  .home-texto {
    text-align: center;
    padding-top: 75px;
    font-size: 125px;
    color: #ffff;
    mix-blend-mode: overlay;
    text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);

    font-weight: bold;
  }
  #home {
    width: auto;
    height: 326px;
    background-image: url("../img/atuacao.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
  }

  /* Conf. Sobre Nós */
  #sobreNos {
    width: auto;
    height: 326px;
    background-image: url("../img/TRUCK.png");
    background-size: cover;
    background-position: center;
  }
  .barra-sobre {
    width: 100%;
  }
  .sobreNos-texto {
    text-align: center;
    font-size: 50px;
    color: #ffff;
    mix-blend-mode: overlay;
    text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);

    font-weight: bold;
  }
  .coluna-33-sobre {
    width: 90%;
    margin: auto;
    text-align: justify;
    color: #330e0e;
  }

  /* Conf. Atuacao */
  #areasAtuacao {
    width: auto;
    height: 250px;
    background-image: url("../img/atuacao.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .areasAtuacao-texto {
    text-align: center;
    padding-top: 1px;
    font-size: 55px;
    color: #ffff;
    mix-blend-mode: overlay;
    text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);

    font-weight: bold;
  }
  .linha-atuacao {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .h1-atuacao {
    width: auto;
    text-align: center;
    margin: 50px auto -30px auto;
    color: #330e0e;
  }
  .coluna-33-atuacao {
    width: 75%;
    text-align: justify;
    color: #330e0e;
  }
  .coluna-33-atuacao p {
    margin: 0;
  }

  .h4-atuacao {
    margin: 1rem 0;
  }
  /* Conf. Frota */
  #frota {
    width: auto;
    height: 355px;
    background-image: url("../img/FROTA.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .frota-texto {
    text-align: center;
    font-size: 75px;
    color: #ffff;
    mix-blend-mode: overlay;
    text-shadow: 0px 40px 30px rgba(0, 0, 0, 0.75);

    font-weight: bold;
  }
  .paragrafo-frota {
    /*Retira o texto da Frota que está dobre a imagem*/
    display: none;
  }
  .paragrafo-frota2 {
    display: block;
    text-align: justify;
    margin: 0 5% 0 5%;
    font-size: 14px;
    color: #330e0e;
  }
  .coluna-33 img {
    width: 80%;
  }

  /* Conf. Contato */
  .contato-texto {
    display: none;
  }

  .espacamento-contato {
    margin-top: 30px;
  }

  .h1-contato {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #330e0e;
  }
  .barra-contato {
    display: none;
  }

  .paragrafo-contato {
    width: 90%;
    text-align: justify;
    margin: 0 auto;
    color: #330e0e;
  }

  /* footer */
  footer {
    padding: 4rem 1rem 0rem 1rem;
  }
}

@media (max-width: 640px) {
  form {
    width: 90%;
  }

  #home {
    height: 250px;
  }

  #home h1,
  .sobreNos-texto,
  .areasAtuacao-texto {
    font-size: 2.25rem;
  }

  .coluna-33-atuacao {
    width: auto;
    padding: 0 1rem;
  }

  #contato {
    padding-top: 1rem;
    background-position: right;
  }

  .paragrafo-contato {
    margin-bottom: 1rem;
  }

  .copyright {
    padding-top: 1rem;
    flex-direction: column;
    text-align: center;
  }

  footer ul {
    gap: 1rem;
    align-items: center;
  }

  footer {
    padding: 1rem 1rem 0 1rem;
  }

  footer section {
    flex-direction: column;
    gap: 1rem;
  }

  #btn-scroll-top span {
    display: none;
  }
}
