a {
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

.section {
  background-color: #202a2d;
}

.topo {
  height: 100vh;
  border-radius: 0px;
  background-image: url('../images/home-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  font-family: Poppins, sans-serif;
  color: #6ac62a;
  background-clip: padding-box;
}

.navegacao {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  background-color: #202a2d;
}

.container {
  background-color: #202a2d;
  color: #6ac62a;
}

.body {
  background-color: #b6b6b6;
  font-family: Poppins, sans-serif;
  color: #6ac62a;
}

.image {
  padding: 20px;
}

.link-nav {
  color: #6ac62a;
}

.link-nav.w--current {
  background-color: #6ac62a;
  color: #fff;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 40px;
  border-radius: 60px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #202a2d;
  font-size: 18px;
}

.button:hover {
  background-color: #6ac62a;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
}

.conta-digital {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-2 {
  margin-top: -64px;
}

.p-conta {
  margin-top: 30px;
  color: #202a2d;
  font-size: 14px;
}

.paragraph-2 {
  margin-top: 40px;
  color: #202a2d;
  font-size: 12px;
}

.heading-2 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vantagens {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: -73px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.heading-3 {
  color: #202a2d;
  font-size: 30px;
  font-weight: 500;
}

.heading-4 {
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 500;
}

.heading-5 {
  font-weight: 500;
}

.image-3 {
  display: block;
  overflow: visible;
  width: 450px;
  margin: 133px auto auto;
  float: none;
}

.columns {
  margin-top: 60px;
}

.seja-trucker {
  height: 750px;
  background-image: url('../images/caminhoneiro-feliz.jpg');
  background-position: 50% 0%;
  background-size: cover;
  font-size: 18px;
}

.heading-6 {
  margin-top: 60px;
  color: #fff;
  font-weight: 500;
}

.list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  color: #202a2d;
  font-size: 18px;
  line-height: 30px;
}

.list-item {
  line-height: 63px;
}

.list-item-2 {
  line-height: 63px;
}

.list-item-3 {
  line-height: 63px;
}

.list-item-4 {
  padding-bottom: 20px;
  padding-left: 20px;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list-index {
  font-style: normal;
  min-width: 40px;
  min-height: 40px;
  text-align: center;

  color: #6ac62a;
  font-weight: 700;
  background-color: #202a2d;
  border-radius: 50%;
  margin-right: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}


.button-2 {
  padding: 20px 40px;
  border-radius: 60px;
  background-color: #202a2d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #6ac62a;
}

.button-2:hover {
  background-color: #fff;
  color: #6ac62a;
}

.produtos {
  padding-top: 40px;
  background-color: #6ac62a;
}

.list-2 {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.list-produtos {
  padding-bottom: 20px;
}

.image-4 {
  margin-top: -250px;
}

.column-3 {
  padding-top: 90px;
  text-align: right;
}

.heading-7 {
  color: #202a2d;
  font-weight: 500;
  text-align: center;
}

.image-5 {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  padding: 20px;
  text-align: right;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding: 20px;
  float: none;
  clear: none;
  text-align: center;
}

.container-2 {
  position: static;
  clear: none;
  text-align: left;
}

.image-7 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.column-5 {
  position: relative;
  display: inline;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.column-6 {
  display: none;
}

.atendimento {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  padding-bottom: 40px;
  
  background-color: #475a67;

}

.heading-8 {
  margin-top: 40px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.image-8 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-2 {
  padding-top: 0px;
}

.column-7 {
  padding-bottom: 40px;
}

.image-9 {
  margin-top: 40px;
}

.paragraph-3 {
  padding-top: 10px;
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  color: #fff;
}

.heading-9 {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .link-nav {
    background-color: #2e3c41;
  }

  .vantagens {
    position: static;
    margin-top: 0px;
  }

  .image-3 {
    width: 516px;
    margin-top: 54px;
  }

  .seja-trucker {
    background-position: 50% 50%;
  }

  .image-4 {
    margin-top: 0px;
  }

  .paragraph-3 {
    padding-top: 10px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #2e3c41;
  }
}

@media screen and (max-width: 767px) {
  .link-nav {
    background-color: #2e3c41;
  }

  .conta-digital {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-2 {
    position: static;
    bottom: auto;
    display: block;
    width: 331px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: left;
  }

  .vantagens {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    margin-top: 54px;
  }

  .seja-trucker {
    height: 74vh;
    background-position: 100% 50%;
    background-size: cover;
  }

  .column-2 {
    display: none;
  }

  .produtos {
    padding: 20px;
  }

  .image-4 {
    display: block;
    width: 277px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-4 {
    padding-top: 132px;
  }

  .image-5 {
    margin-right: auto;
  }

  .image-6 {
    margin-left: auto;
  }

  .atendimento {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .heading-8 {
    text-align: center;
  }

  .paragraph-3 {
    padding-top: 10px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .menu-button {
    background-color: transparent;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .cta {
    padding: 20px 40px;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
    color: #202a2d;
    font-weight: 500;
    text-align: center;
  }

  .cta-copy {
    padding: 20px 40px;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
    color: #202a2d;
    font-weight: 500;
    text-align: center;
  }

  .p-conta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .vantagens {
    position: static;
    margin-top: 0px;
  }

  .image-3 {
    margin-top: 48px;
  }

  .seja-trucker {
    height: 94vh;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .column-2 {
    display: none;
  }

  .list-2 {
    margin-bottom: 40px;
  }

  .column-4 {
    padding-top: 0px;
  }

  .atendimento {
    height: auto;
  }

  .paragraph-3 {
    padding-top: 10px;
  }
}

.truck_oferece {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.to__img {
  width: 200;
}

.image-4-mobile {
  display: none;
}

.icon_footer {
  margin-right: 8px;
}

.icon_middle {
  margin: 0 8px 0;
}

.social_medias {
  text-align: center;
  font-size: 16px;
  color: #fff;

  display: flex;
  justify-content: center;
}

.bg_icon_social_media {
  font-style: normal;
  min-width: 35px;
  min-height: 35px;

  color: #fff;
  font-weight: 700;
  background-color: #a3a3a3;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  cursor: pointer;


  margin: 0 4px 0;
}

.links_footer {
  color: #fff;
}

.links_footer:hover {
  opacity: .8;
}

.stamps {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.s__stamp {
  display: flex;
  margin: 32px 0;
}

.image-5, .image-6 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .stamps {
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .s__stamp {
    display: flex;
    margin: 16px 0;
  }

  .image-4 {
    display: none;
  }

  .image-4-element-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-4-mobile {
    margin: 0;
    display: block;
    width: 200px;
  }

  .row_truck_oferece {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .title_truck_oferece {
    align-self: start;
  }
  
  .truck_oferece {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .lista1_truck_oferece {
    margin-bottom: 0;
  }

  .lista2_truck_oferece {
    margin: 0;
  }

  .column-4 {
    padding: 0;
  }

  .list {
    padding: 0;
  }

  .seja-trucker {
    height: 700px;
  }

  .topo {
    height: 700px;
  }

  .seja-trucker {
    height: 750px;
    background-image: none;
    background-color: #6ac62a ;
    font-size: 18px;
  }

  .caminhoneiro_mobile {
    background-image: url('../images/caminhoneiro-feliz.jpg');
    background-position: 25% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
  }

  .button-2 {
    margin-bottom: 32px;
  }
}

.toTop {
  height: 50px;
  width: 50px;
  position: fixed;
  background-color: #202a2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 32px;
  bottom: 32px;
  right: 32px;
  z-index: 1;
  
  animation: pulse 1s infinite;
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(134,134, 134, 0.5)
  }
  70% {
    box-shadow: 0 0 0 10px rgba(134,134, 134, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(134,134, 134, 0)
  }
}
