ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 80vw;
  margin: 0 auto;
  justify-content: center;
  padding: 0px;
}

ul > li {
  margin: 20px;
  */margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 330px;
  min-width: 250px;
  /* align-self: center; */
  display: flex;
  justify-items: center;
}

body {
  background: #fff6f6;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  overflow-x: hidden;
}

.container {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.image-content > .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 50%,
    #d9f1f4 100%
  );
  opacity: 0.7;
}

.details {
  display: flex;
  flex-direction: column;
  max-height: 300;
}

.image-content {
  display: block;
}

.image {
  display: flex;
  z-index: 0;
  position: relative;
  flex-direction: column;
  flex-direction: column-reverse;
  min-height: 440px;
}

.image > img {
  max-width: 80%;
  margin: 0 auto;
  padding: 10%;
}

.content {
  z-index: 2;
  padding-bottom: 20px;
}

.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  color: #3d3d3d;
}

.cta {
  padding: 20px;
  display: flex;
  margin: 20px auto;
  align-content: center;
  align-items: center;
  align-self: center;
  width: 90%;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  border: double 1px transparent;
  border-radius: 30px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #6fcf97, #66d2ea);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.cta button {
  background: -webkit-linear-gradient(#6fcf97 0%, #66d2ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #98e0ef;
  padding: 15px 0px;
  width: 100%;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.observations {
  display: flex;
  flex: 1;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
}

.data {
  padding: 0 20px;
}

.App {
  max-width: 90vw;
  display: flex;
  flex-direction: column;
}

.price {
  z-index: 2;
  background: #eb5757;
  border-radius: 5px 30px 30px 5px;
  padding: 20px 5px;
  width: 130px;
  position: absolute;
  margin-left: -10px;
  margin-top: 15px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: white;
  text-align: center;
}

.from {
  text-decoration: line-through;
  font-size: 16px;
  color: #971111;
  font-weight: 500;
}

.to {
  font-size: 20px;
}

.shop,
.time {
  display: flex;
}

.shop > div,
.time > div {
  margin-right: 7px;
  padding-top: 3px;
}

.header {
  width: 100vw;
  height: 80px;
  background: #ffffff;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socials {
  display: flex;
  flex-direction: row;
  padding-right: 4vw;
  align-items: center;
  max-height: 100%;
}

.logo {
  padding-left: 4vw;
}

.socials a {
  border: 2px solid #4586e7;
  padding: 9px 15px 4px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  text-decoration: none;
  border: double 3px transparent;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 1), white),
    radial-gradient(circle at top left, #6fcf97, #66d2ea);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin: 0 auto;
}

.search .form {
  padding-left: 20px;
  flex: 6;
}

.search .form input {
  border: none;
  padding: 10px 0px;
  width: 100%;
}

.buttons > button {
  background: none;
  border: none;
  cursor: pointer;
}

.buttons {
  display: flex;
  padding-top: 3px;
  padding-right: 15px;
  flex: 1;
  max-width: 125px;
}

.search .form input:focus {
  outline: none;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  text-decoration: none;
  border: double 3px transparent;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 1), white),
    radial-gradient(circle at top left, #6fcf97, #66d2ea);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin: 0 auto;
}

.search .form {
  padding-left: 20px;
  flex: 6;
}

.search .form input {
  border: none;
  padding: 10px 0px;
  width: 100%;
}

.buttons > button {
  background: none;
  border: none;
  cursor: pointer;
}

.buttons {
  display: flex;
  padding-top: 3px;
  flex: 1;
}

/* button.offerInternational {
  background: #eb5657;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  padding: 0 15px;
  height: 36px;
  align-self: center;
} */

.search .form input:focus {
  outline: none;
}

.banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #fff49a, #66d2ea);
  background-color: #333;
  opacity: 1;
  mix-blend-mode: hard-light;
  /* mix-blend-mode: color; */
  /* mix-blend-mode: hue; */
  /* filter: blur(10px); */
  /* filter: blur(4px);*/
}

.banner > * {
  z-index: 2;
}

.banner {
  position: relative;
  min-height: 60vh;
  justify-content: space-around;
  align-items: center;
  background-image: url(https://images.unsplash.com/photo-1509473332032-f1ce823d92c4?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=3e2410208e8f8a78e4aa3550fddfbb44);
  background-size: cover;
  display: flex;
  padding: 20px 100px;
}

/* .banner {
  displa y: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url('./images/background-light-blue-to-light-yellow-header.svg');
  background-size: cover;
  padding: 20px 100px; 
}*/

.text {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 600;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #3d3d3d;
}

.introLoader {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.introLoader > .loader {
  width: auto;
  height: auto;
}

.loader {
  background: -webkit-linear-gradient(#6fcf97 0%, #66d2ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

li.loaderOffer .loader {
  height: 100%;
  width: 100%;
  min-height: 500px;
}

li.loaderOffer {
  min-height: 500px;
}

.search-count {
  font-size: small;
  font-weight: 400;
  color: #b5b5b5;
  padding-right: 20px;
}

/* Estilo para modo Listagem */
ul.list {
  flex-direction: column;
  padding: 0px;
}

ul.list li {
  width: 100%;
  flex-direction: column-reverse;
  display: flex;
}

ul.list li .container {
  flex-direction: row;
}

ul.list li .container .details {
  flex: 3;
}

ul.list li .container .cta {
  flex: 1;
}

ul.list li .container .details .image-content .image {
  min-height: 155px;
  flex-direction: row-reverse;
  align-items: center;
}

ul.list li .container .details .image-content .image > img {
  max-width: 20%;
  padding: 2%;
}

ul.list li .container .details .image-content .image .content .data {
  padding: 0;
}

ul.list li .price {
  margin-top: 18px;
  position: absolute;
  padding: 5px;
}

.price.internacional {
  background: #773da2;
}

.price.internacional .from {
  color: #1b002f;
}

.price.internacional::before {
  background: #e63e3f;
  border-radius: 4px;
  padding: 3px 6px;
  content: 'INTERNACIONAL';
  font-size: 10px;
}

.price.cupom {
  background: #5ec9b0;
  width: 180px;
}

.price.cupom .from {
  color: #216354;
  text-decoration: none;
  font-weight: 500;
}

.price.cupom::before {
  background: #e63e3f;
  border-radius: 4px;
  padding: 3px 6px;
  content: 'CUPOM';
  font-size: 10px;
}

ul.list li .container .details .image-content .image .content {
  flex: 2;
  padding: 10px 20px;
}

/* Estilo navegacao filtro banner */
.navigation {
  background: #cff8fe;
  color: #68d1d5;
  /* color: #7cb29d; */
  /* min-height: 100px; */
  display: flex;
  z-index: 3;
  position: relative;
  height: 60px;
  align-items: center;
  max-width: 80vw;
  margin: -23px auto 0;
  border: double 3px transparent;
  border-radius: 5px;
  background-image: linear-gradient(rgb(253, 252, 222), #cff8fe),
    radial-gradient(circle at top left, #6fcf97, #66d2ea);
  background-origin: border-box;
  background-clip: content-box, border-box;
  justify-content: space-around;
}

.navigation > div {
  border-right: 3px solid #69d1cd;
  padding: 0px 20px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  /* color: white; */
  display: flex;
  /* background: rgb(173, 235, 247); */
  text-align: center;
  justify-content: center;
  align-items: center;
  /* border-radius: 4px; */
  /* border-bottom: 4px solid #20b4cf; */
}

.navigation > div.active {
  background: linear-gradient(rgb(136, 228, 235), #feffd7),
    radial-gradient(circle at top left, #6fcf97, #66d2ea);
  /* min-height: 100%; */
  /* height: 100%; */
  position: relative;
  color: #467c85;
  /* padding: 35px 20px;*/
}

.navigation > div:last-child {
  border-right: 0px;
}

.empty-result {
  align-self: center;
}

.bookmark {
  text-align: center;
  padding: 20px;
}

/* FIM Estilo navegacao filtro banner */

/* Estilo banner Meliuz */
.banner-meliuz {
  display: flex;
  width: 100%;
  position: relative;
  max-width: 80vw;
  margin: 20px auto 10px;
}

.banner-meliuz a {
  width: 100%;
}

.banner-meliuz a > img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 900px;
}

/* FIM Estilo banner Meliuz */

/* React Modal */
.ReactModal__Content {
  padding: 45px !important;
  min-height: 300px;
  position: inherit !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.ReactModal__Content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 800px;
}

.ReactModal__Content .actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.ReactModal__Content .actions .cta {
  padding: 20px;
  display: flex;
  margin: 20px auto;
  align-content: center;
  align-items: center;
  align-self: center;
  width: 90%;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  border: double 1px transparent;
  border-radius: 30px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #6fcf97, #66d2ea);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.ReactModal__Content .actions .cta a {
  background: -webkit-linear-gradient(#6fcf97 0%, #66d2ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px 0px;
  width: 100%;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.ReactModal__Content h1 {
  line-height: normal;
}

.ReactModal__Content h2 {
  color: #3d3d3d;
  line-height: initial;
  font-weight: 400;
  max-height: 16vh;
  width: 100%;
  overflow-y: auto;
}

.ReactModal__Overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 5;
  transition: opacity 700ms ease-in-out;
  background-color: rgba(35, 35, 35, 0.9) !important;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.ReactModal__Content .actions > * {
  flex: 1;
}

.ReactModal__Content .actions button {
  background: #d6d6d6;
  border: none;
  border-radius: 50px;
  height: 60px;
  font-weight: 700;
  color: #969696;
  margin-right: 20px;
  cursor: pointer;
}

@media (min-width: 1281px) {
  svg.wave {
    position: relative;
    margin-top: -520px;
  }
  svg.wave path {
    fill: #fff6f6;
  }

  .search {
    margin-top: -200px;
    z-index: 2;
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }

  .grid {
    z-index: 2;
    position: relative;
    min-height: 70vh;
  }

  .banner .text {
    margin-top: -210px;
  }

  .banner .image {
    margin-top: -210px;
  }
}

@media (max-width: 1280px) {
  svg.wave {
    display: none;
  }
  .navigation {
    margin: -6px auto 0;
  }
  .navigation > div {
    font-size: 0.9em !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner {
    flex-direction: column-reverse;
    width: 100vw;
    padding: 10px !important;
  }
  .navigation {
    flex-direction: column;
    height: auto;
  }

  .navigation > div {
    border-right: none;
    padding: 10px 0px;
    border-bottom: 3px solid #69d1cd;
    background-image: linear-gradient(rgb(253, 252, 222), #cff8fe),
      radial-gradient(circle at top left, #6fcf97, #66d2ea);
    /* background-origin: border-box; */
    /* background-clip: content-box, border-box; */
  }

  .navigation > div:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 600px) {
  .App {
    max-width: 100vw;
  }

  .banner > .text {
    width: 100%;
    font-weight: 800;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
  }

  .search {
    max-width: 99vw;
    margin: 0px;
  }

  ul.grid {
    padding: 0px;
    max-width: 100vw;
    margin: 0;
  }

  ul.grid li {
    width: 100%;
  }

  .buttons > button {
    display: none;
  }

  .buttons > button:nth-child(3) {
    display: block;
  }

  .header,
  .search {
    display: flex;
    position: fixed;
    top: 0px;
    z-index: 4;
  }

  .search {
    top: 80px;
    width: 100%;
  }

  .search .form form {
    padding: 8px 0px;
  }
}
