@font-face {
  font-family: 'gothamBold';
  src: url('../Fonts/Gotham-Bold.otf');
}

@font-face {
  font-family: 'gothamLight';
  src: url('../Fonts/Gotham-Light.otf');
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F8F8F8;
  padding: 10px;
  box-shadow: 10px 0 20px grey;
  -webkit-box-shadow: 10px 0 20px grey;
  appearance: none;
  -webkit-appearance: none;
  position: sticky;
  top: 0;
  z-index: 99999;
}

.logo {
  width: 100%;
  max-width: 150px;
  cursor: pointer;
}

.menu-mobile {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.menu-mobile span {
  padding: 5px;
}

.menu-mobile:hover {
  background-color: #CFCFCF;
}

.display-block {
  display: block;
}

.containerMobile {
  padding: 10px;
  display: none;
  width: 100%;
  min-height: 95vh;
}

.btn-close {
  display: flex;
  justify-content: flex-end;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li {
  list-style: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

/* link que ainda não foi acessado */
.header a {
  color: #0dd0cb;
  text-decoration: none;
  display: block;
  font-family: 'gothamBold';
}

.list-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-menu ul li {
  display: block;
  padding-bottom: 20px;
}

.list-menu a {
  text-decoration: none;
  font-size: 1.20rem;
  font-family: 'gothamBold';
  color: #0dd0cb;
  cursor: pointer;
}


/* quando o ponteiro do mouse passa no link */
.header a:hover, .footer-mapa a:hover {
  color: #000000;
}

/* quando o link for selecionado */
.header a:active {
  color: #075f5c;
}

.to-top {
  background: #0DD0CB;
  position: fixed;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
  cursor: pointer;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}

.main {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 20px;
}

.imagem-site {
  width: 100%;
  max-width: 600px;
  align-self: flex-end;
}

.main-informacoes {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 600px;
  padding-bottom: 10px;
}

.order-1 { order: 1; }

.order-2 { order: 2; }

.footer-mapa { order: 1; }

.footer-contato { order: 2; }

.logo-footer-container { order: 3; }

.main-titulo {
  color: #707070;
  font-size: 2.55rem;
  padding: 35px 0 20px 0;
  font-family: 'gothamBold';
}

.faleConosco-descricao {
  font-family: 'gothamBold';
  color: #707070;
}

.depoimentos-titulo {
  color: #77BF1F;
  font-size: 2.55rem;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: 'gothamBold';
}

.depoimentos-textos { font-family: 'gothamLight'; }

.depoimento-subtitulo { 
  font-family: 'gothamBold';
  color: #707070;
}

.main-descricao {
  font-size: 1rem;
  color: #707070;
  padding-bottom: 30px;
  font-family: 'gothamBold';
}

.main-fale-conosco { padding-top: 30px; }

.btn-FaleConosco {
  white-space: nowrap;
  border-radius: 50px;
  background-color: #ed9318;
  color: #ffffff;
  width: fit-content;
  align-items: center;
  display: flex;
  padding: 4px 30px 4px 3px;
  text-decoration: none;
  display: flex;
  gap: 10px;
}

.btn-FaleConosco span {
  font-size: 1.5rem;
  font-family: 'gothamBold';
}

.biblioteca {
  display: flex;
  padding: 0 32px;
  padding-top: 30px;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #ffe1e7;
}

.description {
  text-align: left;
  font-size: 20px;
  font-family: 'gothamBold';
  color: grey;
}

.padd { padding-top: 30px; }

.portfolio {
  display: flex;
  padding: 0 32px;
  padding-bottom: 15px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #e4f3f3;
}


.comparativo {
  display: flex;
  padding: 0 32px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  background-color:#fcead2;
}

.clientes {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  padding-bottom: 80px;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}

.logos {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  flex-wrap: wrap;
}

.mercedes { padding: 10px 30px 10px 30px; }

.daimler { padding: 30px 30px 20px 30px; }

.logo-empresa {
  max-width: 350px;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px grey;
  -webkit-box-shadow: 5px 5px 10px grey;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 40px;
  object-fit: contain;
}

.depoimentos {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #d6fdd6;
  padding-bottom: 70px;
}

.box {
  display: flex;
  justify-content: space-evenly;
  padding-top: 60px;
  flex-wrap: wrap;
  gap: 40px;
}

.depoimentos-box {
  max-width: 34%;
  min-width: 310px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  padding: 1em;
}

.decoracao {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caracter {
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #707070;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.aspas {
  position: absolute;
  width: 100px;
  top: -55px;
  left: -50px;
}

.depoimento-autor {
  padding-top: 30px;
  font-family: 'gothamBold';
  width: 100%;
}

.faleConosco {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btn-Enviar {
  font-size: 1.35rem;
  border-radius: 50px;
  background-color:#F41943;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  border: transparent;
  margin: 30px 0;
  width: 220px;
  height: 55px;
  cursor: pointer;
}  

.formulario {
  padding-top: 30px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 100%;
}

.imagem-borda {  width: 100%; }

.logo-footer {
  width: 100%;
  max-width: 150px;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  flex-wrap: nowrap;
}

.titulo-footer {
  font-size: 1.25rem;
  font-family: 'gothamBold';
}

.text-verde {
  color: rgb(48, 184, 48);
  margin-bottom: 10px;
  margin-top: 5px;
}

.text-laranja {
  color: orange;
  margin-bottom: 10px;
  margin-top: 5px;
}

.subtitulo-footer {
  font-size: 1.18rem;
  display: flex;
  flex-direction: column;
  color: rgb(119, 119, 119);
  font-weight: bold;
  text-decoration: none;
  font-family: 'gothamBold';
}

@media (min-width: 2500px) {
  body {
    margin: 0 auto;
    max-width: 2000px;
  }
}

@media (max-width: 900px) {
  .logo-empresa {
    max-width: 300px;
  }
  .caracter, .depoimentos {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .imagem-site {
    max-width: 400px;
  }
  .biblioteca {
    padding-bottom: 25px;
  }
  .portfolio {
    padding-top: 25px;
  }
  .clientes {
    padding-top: 10px;  
  }
}

@media (max-width: 800px) {
  .btn-Enviar {
    width: 200px;
    height: 40px;
    font-size: 1.05rem;
  } 
}

@media (max-width: 700px) {
  .titulo-footer { font-size: 1rem; }

  .subtitulo-footer { font-size: 0.90rem; }

  .logo-footer-container { order: 1; }

  .footer-mapa { order: 2; }

  .footer-contato { order: 3; }

  .logo-empresa { max-width: 250px; }

  .logo-footer { max-width: 100px; }

  .logo-footer-container { align-self: center; }

  .footer {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .formulario {
    max-width: 500px;
    padding: 10px;
  }
  .order-1 { order: 2; }

  .order-2 { order: 1; }

  .menu { display: none; }

  .menu-mobile { display: block; }

  .main,
  .biblioteca,
  .portfolio,
  .comparativo,
  .clientes,
  .depoimentos,
  .faleConosco,
  .footer {
    flex-wrap: wrap;
  }
  .main-titulo,
  .main-descricao,
  .description,
  .depoimentos-titulo {
    text-align: center;
    padding: 15px;
  }

  .imagem-site {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .main-fale-conosco {
    padding-top: 30px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .btn-FaleConosco, 
  .btn-Enviar span {
    font-size: 1rem;
  }
}

@media (max-width: 613px) {
  .logos { gap: 20px; }
}

@media (max-width: 410px) {
  .aspas {
    position: absolute;
    width: 55px;
    top: -30px;
    left: -25px;
  }
}

@media (max-width: 380px) {
  .depoimentos-box {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 335px) {
  .main-titulo { font-size: 1.90rem; }

  .btn-FaleConosco span { font-size: 1rem; }

  .logo-empresa { max-width: 240px; }

  .depoimentos-titulo { font-size: 1.90rem; }
}

@media (max-width: 305px) {
  .logo-empresa { max-width: 210px; }
}

@media (max-width: 280px) {
  .btn-Enviar { max-width: 250px; }
}

.campo {
  margin-bottom: 1em;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.campo input[type="text"], .campo input[type="email"], .campo textarea, 
.campo input[type="date"]{
  padding: 0.75em 0.6em;
  border: none;
  box-shadow: 0px 5px 10px #00000029;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 5px 10px #00000029;
  width: 100%;
  max-width: 600px;
}

input::placeholder, textarea::placeholder {
  font-family: 'gothamLight';
}
