* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  list-style: none;
  text-decoration: none;
}

header {
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(269.95deg, rgba(0, 180, 149, 0.9) 8.67%, rgba(0, 81, 84, 0.9) 101.14%);
  backdrop-filter: blur(18px);
  position: fixed;
  width: 100%;
  z-index: 10;
}

header p {
  color: white;
  margin-left: 12px;
  font-size: 12px;
  object-fit: cover;
}

.video-container {
  width: 100%;
  height: 70vh;
  position: relative;
  z-index: -2;
  margin-bottom: -10vh;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.container-page {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  align-items: center;
}

.container-page-two {
  display: flex;
  flex-direction: column-reverse;
  padding: 2rem 0;
  align-items: center;
}


.info-section {
  background-color: #E6E6E6;
  width: 100%;
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.info img {
  width: 9rem;
  margin-bottom: 1.5rem;
}

.info p {
  font-family: 'Neo Sans Std', sans-serif;
  font-weight: 400;
  font-size: 1.12rem;
  text-align: center;
}

.btn {
  width: 18rem;
  height: 3rem;
  border: none;
  background-color: #C81A78;

  cursor: pointer;
  color: white;
  margin-top: 2rem;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.btn p {
  font-size: 1rem;
}

.btn img {
  margin-left: 1rem;
}

.about-section {
  background-color: #F5F5F5;
  width: 100%;
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.tangram-a {
  display: none;
}

.tangram-b {
  display: none;
}

.about-section-item h2 {
  font-family: 'Neo Sans Std', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: -.45px;
  color: #333333;
  margin-bottom: 1rem;
}

.about-section-item p {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  color: #555555;
}

.about-section-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 80vw;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.about-section-item-frota img {
  width: 20rem;
}

.about-section-item-frota {
  animation: moving 2s ease-in-out;
  mix-blend-mode: multiply;
  z-index: 2;
}

@keyframes moving {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}


.atendence-section {
  background-color: #D5E9E2;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.atendence-section p {
  font-family: 'Neo Sans Std', sans-serif;
  font-weight: 400;
  margin-top: 1rem;
  font-size: 1.125rem;
  text-align: center;
}

.atendence-section-item {
  flex: 1;
  display: flex;
  max-width: 80vw;
  align-items: center;
  justify-content: center;
}

.atendence-section-item-mailman img {
  width: 12rem;
}






.legal-info__container {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.legal-info__company-info__container {
  padding: 1rem 0;
}

.legal-info__wine-logo {
  /* display: none; */
  margin-top: 1rem;
}

.legal-info__company-info {
  text-align: center;
  color: #888;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -.45px;
  margin-bottom: 0.25rem;
}

.legal-info__company-info__name {
  font-weight: 600;
}

.legal-info__company-info__address {
  text-align: center;
  color: #aaa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -.45px;
}

.divider {
  border-top: 2px solid #CCCCCC;
  margin-bottom: 1rem;
}

.legal-info__drinking__container {
  background-color: #eaeaea;
  height: 100px;
  width: 100%;
}

@media (min-width: 992px) {
  .video-container {
    width: 100%;
    height: 50vh;
    position: relative;
    z-index: -2;
    margin-bottom: 10vh;
  }

  .video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }

  .tangram-a {
    display: none;
  }

  .tangram-b {
    display: none;
  }

  .container-page {
    display: flex;
    flex-direction: row;
    padding: 2rem 0;
    align-items: center;
    justify-content: space-between !important;
    width: 1080px !important;
  }

  .container-page-two {
    display: flex;
    flex-direction: row;
    padding: 2rem 0;
    align-items: center;
    justify-content: space-between !important;
    width: 1080px !important;
  }

  .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .info img {
    width: 9rem;
    margin-bottom: 1.5rem;
  }

  .info p {
    font-size: 1.75rem;
    text-align: left;
  }

  .btn {
    width: 21rem;
    height: 3rem;
    border: none;
    background-color: #C81A78;

    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .legal-info__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .btn p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
  }

  .btn img {
    margin-left: 1rem;
  }

  .about-section-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 80vw;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .atendence-section-item {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .atendence-section-item p {
    font-size: 2rem !important;
    text-align: left;
  }

  .atendence-section-item-mailman img {
    width: 25rem;
  }

  .legal-info__wine-logo {
    display: block;
    margin-right: 1rem;
    margin-top: 0 !important;
  }

  .legal-info__company-info__container {
    display: flex;
    flex-direction: row;
    padding: 2rem 0;
    align-items: center;
    position: relative;
  }

  .legal-info__company-info {
    display: flex;
    text-align: start;
    flex-direction: row;
    align-items: center;
    margin-right: 0 1rem;
  }

  .divider {
    border-left: 1px solid #CCCCCC;
    height: 3rem;
    width: 1px;
    margin: 1px 0 0 1rem;
  }

  .legal-info__company-info__address {
    margin: 0 1rem;
    text-align: start;
  }

  .legal-info__drinking__container {
    height: auto;
    width: auto;
    margin: 0 1rem;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .tangram-a {
    display: inline;
    height: 25rem;
    left: -2rem;
    position: absolute;
    z-index: 1;
  }

  .tangram-b {
    display: inline;
    height: 25rem;
    right: -2rem;
    position: absolute;
    z-index: 1;
  }
}