body {
  background-color: var(--background);
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

body,
input,
textarea,
button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

button {
  cursor: pointer;
}

select {
  padding-left: 29px;
}

input {
  padding-left: 29px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 7vh;
}

.linkHeader {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  border-radius: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 20px;
  /* height: 10px; */
}

/* .linkHeader:hover {
  color: #a145ff;
} */

.headerlogo {
  width: 10%;
  min-width: 200px;
}

.footer {
  background-color: #000;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  padding: 55px 0px 50px 0px;
  margin-top: 40px;
}

.logoFooter {
  width: 15%;
  min-width: 200px;
}

#selectAddress {
  display: table-cell;
  width: 100vw;
  height: 82vh;
  flex-direction: column;
  vertical-align: bottom;
  align-content: space-between;
  padding-top: 20px;
}

.findButton {
  border: none;
  width: 100%;
  height: 100%;
  background-color: #a145ff;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  height: 50px;
}

.selectAdrressOptions {
  width: 100%;
  border: solid 1px black;
  background-color: #fff;
  height: 50px;
  border-radius: 5px;
  font-size: 20px;
}

.logo {
  grid-area: logo;
  border-bottom: 1px solid;
  border-color: #a145ff;
  border-right: 1px solid #a145ff;
}

.maps {
  grid-area: maps;
}

.brands {
  background-color: #a145ff;
  display: flex;
  justify-content: start;
  align-items: center;
}

.divbuttonHome {
  min-width: 100px;
  width: 10%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding-left: 10px !important;
}

.buttonHome {
  width: 90%;
  border: none;
  border-radius: 10px;
  height: 5vh;
}

.list {
  grid-area: list;
  border-right: 1px solid #a145ff;
  overflow: auto;
}

.grid {
  display: none;
  grid-template-columns: 1.5fr 5fr;
  grid-template-rows: 10vh 70vh;
  margin: 0;
  border: none;
  gap: 0px 0px;
  grid-template-areas:
    'logo maps'
    'list maps';
}

.cepRow {
  height: 100%;
  width: 100%;
  padding: 1%;
}

.cepRow > button {
  margin-left: 5%;
}

.line {
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #a9a9a9;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #a9a9a9;
}

.lineWord {
  background: #fff;
  padding: 0 10px;
  color: inherit;
}

.inputSearchLabel {
  font-size: 20px;
  margin-bottom: 10px;
}

.linkTodasLojas {
  font-size: 30px;
}

.botaoComoChegar {
  border: none;
  width: 50%;
  height: 100%;
  background-color: #a145ff;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 5px;
  font-size: 15px !important;
  padding: 6px 0px 5px 0px !important;
}

.submitButton {
  background-color: #a145ff;
  color: #fff;
}

.submitButton:hover {
  background-color: #a145ff;
  color: #fff;
}

.searchInput {
  border-color: #a145ff;
}

.containerBrandsHome {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 10vh;
  width: 100%;
  overflow: hidden;
  background-color: #a145ff;
  display: flex;
  padding-left: 100px;
  padding-right: 100px;
}

#carouselHome {
  display: flex;
  height: 100%;
  justify-content: start;
  align-items: center;
  -webkit-transition: 50s;
  transition: 50s;
}

.imgBrand {
  height: 50%;
  margin: 0 10px 0 10px;
}

@media screen and (min-width: 934px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 880px;
  }
  h1 {
    font-weight: 600;
    width: 70%;
    font-size: 35px;
  }
  h4 {
    font-size: 18px;
    color: #474747;
  }
  .linkTodasLojas {
    font-size: 15px;
  }

  .findButton {
    font-size: 15px;
  }

  .selectAdrressOptions {
    border: solid 1px #a5a5a5 !important;
    font-weight: 100;
    color: #5c5c5c;
    font-size: 15px;
    background-color: #fff;
  }

  .inputSearchLabel {
    font-size: 15px;
    font-weight: 600;
  }

  .lineWord {
    font-size: 14px;
    background: #fff;
  }

  .line {
    border-bottom: 1px solid #a9a9a9;
  }
}

@media (max-width: 933px) {
  .linkHeader {
    font-size: 10px;
    margin-left: 5px;
    padding: 7px;
  }

  .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px !important;
  }

  .linkSite {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    text-align: center !important;
  }

  .grid {
    grid-template-rows: 50vh 10vh 30vh;
    grid-template-areas:
      'maps maps'
      'logo logo'
      'list list';
  }

  .cepRow {
    width: 100vw;
    padding: 10%;
  }

  .logo,
  .list {
    border: none;
  }

  h1 {
    font-weight: 600;
    width: 60%;
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
    color: #474747;
  }
  .linkTodasLojas {
    font-size: 15px;
  }

  .findButton {
    margin-top: 10px;
    font-size: 15px;
  }

  .col-auto {
    width: 100% !important;
  }

  .selectAdrressOptions:focus {
    border: solid 1px #d5d5d5 !important;
  }

  .selectAdrressOptions {
    border: solid 1px #a5a5a5 !important;
    font-weight: 100;
    color: #5c5c5c;
    font-size: 15px;
    background-color: #fff;
  }

  .inputSearchLabel {
    font-size: 15px;
    font-weight: 600;
  }

  .lineWord {
    font-size: 14px;
  }

  .line {
    border-bottom: 1px solid #a9a9a9;
  }
}

@media screen and (max-width: 580px) {
  .linkHeader {
    font-size: 8px;
  }

  .headerlogo img {
    width: 80% !important;
    margin-left: 12px;
  }
  .headerlogo {
    text-align: center !important;
  }
  .footer img {
    min-width: 160px !important;
  }
}

@media screen and (min-width: 994px) {
  .header {
    padding: 50px 0px !important;
  }
}
