@charset "UTF-8";
@font-face {
  font-family: "TIM Sans";
  src: url("assets/tim sans.ttf") format "truetype";
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "TIM Sans", sans-serif;
  font-size: 1.8rem;
}

header > section > div,
main > section > div,
footer > section > div {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.6rem;
}

/* tipografia e diagramação */
h1 {
  margin: 2rem auto;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

h2 {
  margin: 2rem auto;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}

h3 {
  margin: 2rem auto;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.1;
}

h4 {
  margin: 2rem auto;
  font-size: 2.2rem;
  line-height: 1.1;
}

p {
  margin: 2rem 0;
  line-height: 1.1;
  font-family: "TIM Sans", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* "atalhos" */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tcenter {
  text-align: center !important;
}

.d-flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.d-flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* header */
header {
  background-color: #002198;
}
header section > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3.2rem;
}
header section > div img {
  margin: 0 0 2px 0;
}
header .logo {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
}
header .client-menu {
  display: flex;
  fill: #FFF;
}
header .client-menu svg {
  width: 22px;
  height: 22px;
}
header .client-menu svg:first-child {
  margin-right: 24px;
}

/* main */
.smartphones-disponiveis {
  background-color: #f0f1f2;
}
.smartphones-disponiveis .smartphones-disponiveis__feed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 40px auto 20px auto;
}
.smartphones-disponiveis .smartphones-disponiveis__feed span {
  display: block;
}
.smartphones-disponiveis .smartphones-disponiveis__feed span img {
  border-radius: 16px;
}

.smartphones {
  background-color: #f0f1f2;
}
.smartphones .smartphones-info {
  margin: 30px auto;
  padding: 20px;
  background-color: #FFF;
  border-radius: 24px;
}
.smartphones .smartphones-info__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smartphones .smartphones-info__content img {
  max-width: 130px;
  margin: 0;
  margin-right: 20px;
}
.smartphones .smartphones-info__text {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.smartphones .smartphones-info__text .remaining {
  display: block;
  padding: 3px;
  color: #FFF;
  background-color: #C1292E;
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
}

.soldout {
  background-color: #404142 !important;
}

.aprovacao {
  display: flex;
  flex-direction: column;
}
.aprovacao svg {
  fill: #0026d9;
  width: 150px;
  margin: 20px auto 30px auto;
}
.aprovacao .infos {
  margin: 30px auto 20px auto;
  padding: 16px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #0026d9;
  border-radius: 10px;
  font-size: 1.6rem;
}
.aprovacao .infos .infos__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.aprovacao .infos .infos__content img {
  margin: 0;
  margin-right: 16px;
  width: 32px;
}

.btn {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 2rem auto;
  padding: 10px;
  color: #FFF;
  background-color: #0026d9;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: none;
}

.btn:active, .btn:hover {
  opacity: 80%;
  cursor: pointer;
}

.barra-de-progresso p {
  margin-top: 10px;
  color: #0026d9;
  font-size: 1.4rem;
  text-align: center;
}
.barra-de-progresso img {
  margin-bottom: 20px;
}
.barra-de-progresso > div {
  display: flex;
}
.barra-de-progresso > div .progresso {
  display: block;
  width: 33.33%;
  height: 20px;
  background-color: #e0e1e2;
}
.barra-de-progresso > div .progresso-checked {
  background-color: #002198;
}
.barra-de-progresso > div .progresso:first-child {
  border-radius: 15px 0 0 15px;
}
.barra-de-progresso > div .progresso:last-child {
  border-radius: 0 15px 15px 0;
}

input {
  width: 100%;
  display: block;
  border-color: #e0e1e2;
  border-width: 0px 0px 1px 0px;
  font-size: 1.8rem;
  padding: 1.6rem;
}

/* footer */
footer {
  color: #FFF;
  background-color: #0026d9;
}

.footer-items {
  display: flex;
  justify-content: space-between;
  padding: 32px 16px;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
}
.footer-items img {
  margin: 0;
}

.social-content {
  display: block;
  padding: 64px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
}
.social-content .social-icons {
  display: flex;
  margin-top: 32px;
  fill: #FFF;
}
.social-content .social-icons svg {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}

.footer-bg {
  background-image: url(media/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-bg div {
  padding: 200px 70px;
}
.footer-bg img {
  margin-bottom: 30px;
}
.footer-bg p {
  margin-top: 5px;
  margin-bottom: 30px;
}
.footer-bg .app-stores {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #FFF;
}
.footer-bg .app-stores svg {
  width: 34px;
  height: 34px;
}
.footer-bg .app-stores svg:first-child {
  width: 42px;
  height: 42px;
  margin-right: 30px;
}/*# sourceMappingURL=main.css.map */