* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.center {
  max-width: 1280px;
  padding: 0 2%;
  margin: 0 auto;
}

.WhatsApp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999; /* Adicione esta linha */
}

.WhatsApp:hover {
  cursor: pointer;
}

.WhatsApp img {
  width: 4rem;
  display: block;
}

section.main {
  background-image: url("images/bg.svg");
  background-position: center;
  /* background-size: cover; */
  min-height: 600px;
  padding: 20px 0 80px 0;
}

.slick-track {
  display: flex;
  align-items: center;
}

.menu {
  display: flex;
  width: 100%;
}

.logo-menu {
  width: 50%;
}

.items-menu {
  width: 50%;
  text-align: right;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.items-menu a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}

.items-menu a:hover {
  border-bottom: 2px solid #ffdd33;
}

.items-menu a.contact-btn {
  background-color: #0f3fd3;
  padding: 10px 10px;
  border-radius: 10px;
}

.items-menu a.contact-btn:hover {
  border: 0;
}

.mockup {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;

  width: 100%;
  color: white;
  text-align: center;
  padding-top: 50px;
}

.mockup h1 {
  font-size: 35px;
  width: 60%;
}

.mockup img {
  max-width: 100%;
}

.parceiros {
  font-size: 38px;
  text-align: center;
  width: 100%;
}

.parceiros h2 {
  margin-bottom: 1rem;
}

section.marcas {
  background-image: url("images/banner_meio.svg");
  background-size: cover;
  background-position: center;
}

section.marcas img {
  width: calc(100% / 6);
}
.center .logo {
  width: calc(100% / 4);
}

section.porque-nos {
  padding: 40px 0;
  background-color: #fbfcfe;
}

section.porque-nos > .center > h2 {
  font-size: 64px;
  text-align: center;
  width: 100%;
}

section.porque-nos > .center > p {
  font-size: 14px;
  color: #3e4854;
  text-align: center;
  width: 100%;
}

.containerSVG {
  width: 75px;
  height: 75px;
  border-radius: 1.2rem;

  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}

.svg {
  width: 32px;
}

.svgSecurity {
  width: 45px;
}

.diferenciais {
  display: flex;

  flex-wrap: wrap;
  margin-top: 1rem;
}

.box-diferenciais {
  box-shadow: 0px 20px 40px #2426721c;
  width: 31%;
  margin-right: 2%;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 1rem;
}

.box-diferenciais h3 {
  font-size: 22px;
  color: black;
  margin: 20px 0;
}

.box-diferenciais p {
  font-size: 13px;
  color: #3e4854;
  margin-bottom: 20px;
  text-align: justify;
}

section.cta {
  background-image: url("images/banner_meio.svg");
  background-size: cover;
  background-position: center;
  padding: 20px 10px;
  min-height: 200px;
  color: white;
  text-align: center;
}

section.cta h2,
section.cta h4 {
  font-weight: normal;
  margin: 10px 0;
}

section.cta h2 {
  font-size: 40px;
}

section.cta a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 7px;
  font-weight: bold;
  font-size: 17px;
  background: #ffdd33;
  text-decoration: none;
  color: #0f3fd3;
}

section.beneficios {
  padding: 50px 0;
}

.lista-beneficios {
  width: 50%;
  margin-top: 30px;
}

.lista-beneficios h1 {
  color: black;
  font-size: 40px;
}

.lista-beneficios p {
  color: #3e4854;
  vertical-align: middle;
  font-size: 14px;
}

section.beneficios a {
  padding: 8px 15px;
  font-weight: bold;
  font-size: 17px;
  border-radius: 7px;
  background: #0f3fd3;
  text-decoration: none;
  color: white;
  margin-top: 1rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}

.lista-beneficios span {
  display: inline-block;
  width: calc(100% - 70px);
}

.lista-beneficios img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.img-beneficios {
  width: 60%;
}

.img-beneficios img {
  max-width: 100%;
}

section.depoimentos {
  background-color: #fbfcfe;
  padding: 40px 0;
}

.nome-depoimento {
  text-align: center;
  font-size: 50px;
}

.container-slider {
  overflow: hidden;
  padding: 40px 0;
}

.container-sliderCard {
  overflow: hidden;
  padding: 40px 0;
}

.container-slider-single {
  float: left;
  background-color: white;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  padding: 15px;
  border-radius: 10px;
  height: 27rem;
  position: relative;
}

.estrelas {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 2rem;
}

.container-slider-single p {
  margin: 15px 0;
  color: #3e4854;
  font-size: 14px;
  text-align: justify;
}

.slick-slide {
  margin-left: 27px;
}

/* the parent */
.slick-list {
  margin-left: -27px;
}

/****SLICK SLIDER****/

.slick-dotted ul {
  display: block;
  list-style-type: none;
  text-align: center;
  position: relative;
  top: 30px;
}

.slick-dotted li {
  display: inline-block;
  margin: 0 7px;
}

.slick-dotted button:focus {
  outline: 0;
}

.slick-dotted li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  color: #d8d8d8;
  border-width: 0;
  background: #d8d8d8;
  opacity: 1;
  cursor: pointer;
}

li.slick-active button {
  background: #373855;
  color: #373855;
}

.slick-slide:focus {
  outline: none;
}

/*Fim slick slider*/

section.contato {
  padding: 40px 0;
  text-align: center;
}

section.contato h1 {
  font-size: 50px;
}

section.contato form {
  width: 100%;
}

.contato input[type="text"],
.contato input[type="tel"] {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  border-radius: 10px;
  background: #fcfdff;
  border: 1px solid #c3cce8;
  padding-left: 10px;
}

.contato textarea {
  width: 100%;
  height: 120px;
  margin: 20px 0;
  border-radius: 10px;
  background: #fcfdff;
  border: 1px solid #c3cce8;
  padding: 10px;
  resize: vertical;
}

.contato input[type="submit"] {
  width: 100%;
  height: 50px;
  display: block;
  cursor: pointer;
  border: 0;
  background: #255aff;
  color: white;
  font-size: 18px;
  border-radius: 10px;
}

footer {
  padding: 10px 0;
  background: #255aff;
  color: white;
}

.containerContato {
  display: flex;
  align-items: center;
  justify-content: center;

  column-gap: 10rem;
  row-gap: 2rem;
  width: 100%;
  margin-left: 12%;
}

.atendimento {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.atendimento p {
  margin-top: 0.2rem;
}

.atendimento img {
  width: 12px;
  margin-left: 0.3rem;
}

.text-footer {
  padding: 8px 0;
  text-align: center;
  margin-top: 1rem;
}

.items-menu-mobile {
  width: 50%;
  text-align: right;
  display: none;
}

.items-menu-mobile i {
  color: white;
  position: relative;
  top: 15px;
  font-size: 23px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .items-menu-mobile {
    display: block;
  }

  .menu-mobile {
    opacity: 0;
    transition: 1s;
    position: absolute;
    left: 0;
    top: 65px;
    background-color: white;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  .show {
    opacity: 1;
  }

  .hide {
    opacity: 0;
  }

  .menu-mobile a {
    text-align: center;
    display: block;
    margin: 8px 0;
    color: rgb(40, 40, 40);
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid rgb(40, 40, 40);
    padding: 8px 0;
  }

  section.main .items-menu {
    display: none;
  }

  footer .items-menu {
    width: 100%;
    text-align: center;
  }

  footer .items-menu a {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  .text-footer {
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }

  .lista-beneficios,
  .img-beneficios {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-diferenciais {
    width: 100%;
    margin-right: 0;
  }

  section.marcas > .center {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  section.marcas img {
    /* max-width: 300px; */
    width: 40%;
  }

  .center .logo {
    width: 50%;
  }

  .containerContato {
    flex-direction: column;
    margin: 0;
  }

  .atendimento {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  section.porque-nos > .center > h2 {
    margin-bottom: 1rem;
  }

  section.cta h2 {
    font-size: 30px;
  }

  .nome-depoimento,
  section.contato h1,
  section.porque-nos > .center > h2 {
    font-size: 40px;
  }

  .mockup h1 {
    font-size: 30px;
    width: 100%;
  }

  .parceiros {
    font-size: 30px;
  }
}
