body {
  background: #1E1E1E;
  font-family: Inter;
}

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
}

/* HERO */
#hero {
  display: flex;
  height: 572px;
}

#hero .title {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding-left: 80px;
  padding-bottom: 20px;
  box-sizing: border-box;
  width: calc(50% - 80px);
  min-width: calc(50% - 80px);
}

#hero .phones {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding-left: 30px;
  background: linear-gradient(90deg, #1E1E1E 0%, #EDCF78 100%);
  flex-grow: 1;
}

#hero .phones img {
  max-height: calc(100% - 80px);
  max-width: 100%;
}

#hero .title .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 484px;
  padding-right: 30px;
}

#hero .title h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  width: 100%;
  max-width: 484px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0px;
}

#hero .title h1.gold {
  color: #EDCF78;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #hero {
    flex-direction: column;
    height: auto;
  }

  #hero .half {
    width: 100%;
  }

  #hero .phones {
    max-width: 80%;
    width: fit-content;
    margin-left: auto;
    padding-top: 37px;
    order: 1;
  }

  #hero .phones img {
    max-height: 450px;
    max-width: 100%;
  }

  #hero .title {
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin: 25px 0;
    order: 2;
  }

  #hero .title h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: none;
    font-size: 18px;
    line-height: 20.87px;
  }

  #hero .title .buttons {
    padding: 0;
    flex-wrap: wrap;
  }
}

/* Beneficios */
#beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 53px 0;
  padding-bottom: 35px;
}

#beneficios h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

#beneficios .beneficios {
  display: flex;
  align-items: center;
  gap: 1px;
  justify-content: space-between;
  overflow-x: auto;
  max-width: 100%;
  padding: 15px;
  padding-top: 0;
  width: 1050px;
}

.beneficios .beneficio {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  padding: 24px;
  border-radius: 8px;
  width: 300px;
  background: #3D3D3DD3;
  box-shadow: 0px 2px 4px 0px #ABBED133;
}

.beneficios .beneficio img {
  width: 64px;
  height: 56px;
  object-fit: contain;
}

.beneficios .beneficio h1,
.beneficios .beneficio p {
  margin: 0;
}

.beneficios .beneficio h1 {

  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
}

.beneficios .beneficio p {

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 960px) {
  #beneficios .beneficios {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

@media screen and (max-width: 668px) {
  #beneficios {
    padding: 0px;
    gap: 0px;
  }

  #beneficios h1 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 17px;
    padding: 0 25px;
  }

  #beneficios .beneficios {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 25px;
    padding-top: 0px;
    max-width: 100%;
  }

  #beneficios .beneficios .beneficio {
    max-width: 100%;
  }

  #beneficios .beneficios .beneficio {
    width: 100%;
  }
}

/* Planos, Frota */
#planos,
#frota {
  display: flex;
  width: 100%;
  margin: 55px 0;
}

#planos {
  margin-top: 0;
}

#planos .image,
#frota .image {
  position: relative;
  width: calc(50% - 100px);
}

#planos .image img,
#frota .image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#planos .info,
#frota .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #EDCF7861;
  flex-grow: 1;
  padding: 60px;
}

#planos .info h1,
#frota .info h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0%;
  margin-bottom: 16px;
  color: #FFFFFF;
}

#planos .info p,
#frota .info p {

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  max-width: 600px;
}

#frota .info h1 {
  width: 100%;
  max-width: 528px;
  margin-left: auto;
}

#frota .info p {
  margin-left: auto;
  max-width: 528px;
}

@media screen and (max-width: 780px) {

  #frota,
  #planos {
    flex-direction: column;
    margin: 26px 0;
  }

  #planos {
    margin-top: 0;
  }

  #frota .image,
  #planos .image {
    position: relative;
    width: 100%;
    order: 1;
    max-height: 330px;
    overflow: hidden;
  }

  #frota .info,
  #planos .info {
    order: 2;
  }

  #frota .image img,
  #planos .image img {
    width: 100%;
    height: 100%;
    max-height: 330px;
  }

  #planos .image img {
    object-position: top;
  }

  #frota .image img,
  #planos .image img {
    position: relative;
    width: 100%;
  }

  #frota .info,
  #planos .info {
    padding: 20px 25px;
    padding-top: 0;
  }

  #planos .info p,
  #frota .info p,
  #planos .info h1,
  #frota .info h1 {
    margin: 0;
    max-width: unset;
  }

  #planos .info h1,
  #frota .info h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0%;
  }

  #planos .info p,
  #frota .info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
  }
}

/* O que o app pode oferecer */
#app-funcao {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  background: #FFFFFF;
  padding: 55px;
  margin: 53px 0;
}

#app-funcao .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: 0%;
  color: #4D4D4D;
}

#app-funcao .title span {
  color: #EDCF78;
}

#app-funcao .funcoes {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#app-funcao .funcoes .funcao {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#app-funcao .funcoes .funcao h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0;
  color: #000518;
}

#app-funcao .funcoes .funcao p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #828282;
  margin: 0;
  max-width: 460px;
}

@media screen and (max-width: 960px) {
  #app-funcao {
    flex-direction: column;
    align-items: start;
    padding: 22px 31px;
    padding-bottom: 45px;
    gap: 26px;
    margin: 26px 0;
  }

  #app-funcao .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
  }

  #app-funcao .funcoes {
    align-items: start;
    gap: 26px;
  }

  #app-funcao .funcoes .funcao {
    gap: 6px;
  }

  #app-funcao .funcoes .funcao h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  #app-funcao .funcoes .funcao p {
    max-width: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
  }
}

/* Sobre Nós */
#sobre-nos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 64px;
}

#sobre-nos img {
  max-height: 335px;
}

#sobre-nos h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #EDCF78;
}

#sobre-nos .info {
  max-width: 501px;
  margin-top: 10px;
}

#sobre-nos .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.03px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
}

.mobile {
  display: none;
}

@media screen and (max-width: 860px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  #sobre-nos {
    flex-direction: column;
    padding: 0 21px;
    margin: 26px 0;
    gap: 26px;
    align-items: start;
  }

  #sobre-nos .title {
    display: flex;
    gap: 30px;
  }

  #sobre-nos .title h1 {
    margin: 0;
    margin-top: 32px;
  }

  #sobre-nos .title img {
    height: 112px;
  }

  #sobre-nos .info {
    display: flex;
    gap: 30px;
    max-width: unset;
  }

  #sobre-nos .info p {
    font-size: 14px;
    line-height: 23.px;
  }
}


/* Frotas e Seguradoras */
#frotas-seguradoras {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  background: #383838;
  margin-bottom: 53px;
}

#frotas-seguradoras h1 {
  font-weight: 600;
  font-size: 55px;
  line-height: 76px;
  letter-spacing: 0%;
  text-align: center;
  color: #EDCF78;
  margin: 0;
}


#frotas-seguradoras h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 76px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  color: #C6C6C6;
}

#frotas-seguradoras button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 5px;
  padding: 16px 38px;
  background: #EDCF78;
  font-family: Inter;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1E1E1E;
  margin-top: 22px;
}

@media screen and (max-width: 960px) {
  #frotas-seguradoras {
    padding: 40px 32px;
    padding-top: 17px;
  }

  #frotas-seguradoras h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
  }

  #frotas-seguradoras h2 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0%;
  }

  #frotas-seguradoras button {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
  }

}