* {
  font-family: "Montserrat";
  color: #373737;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:root {
  --primary-color: #2dad67;
}

body,
div {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
p {
  width: 100%;
}

h1,
h2,
h3 {
  font-weight: 700;
}

.container {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

header {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 50px;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 340px;
  background: url(./assets/images/pedidos-whatsapp.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

header .lead {
  display: flex;
  flex-direction: column;
}

header h1 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
}

header h1 strong {
  color: var(--primary-color);
  font-weight: 800;
}

header p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.bar {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.top-bar img {
  max-width: 175px;
}

.cta {
  padding: 10px;
  color: #1ebea5;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  height: 50vh;
  justify-content: center;
}

.cta h2 {
  margin-bottom: 0px;
}

.cta p {
  font-size: 20px;
}

.cta a {
  margin-top: 20px;
  padding: 5px;
  border: 1px solid #1ebea5;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #1ebea5;
  text-decoration: none;
}

section {
  padding: 0px 25px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

section > h2 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0px;
}

section > h2::after {
  content: "";
  width: 70%;
  max-width: 300px;
  height: 6px;
  background: var(--primary-color);
  position: relative;
  bottom: 0px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

section > .section-lead {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  position: relative;
  max-width: 600px;
  margin-top: 15px;
}

section > .description {
  font-size: 18px;
  font-weight: normal;
}

section > .description > p {
  margin-bottom: 20px;
}

section > div:nth-child(3) {
  text-align: center;
  margin-top: 30px;
}
section > div:nth-child(3) > p {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 20%;
  text-align: center;
}

.btn {
  border: none;
  color: #f9f9f9;
  padding: 15px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 5.5%;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
}

.primary-btn {
  background: var(--primary-color);
  border-bottom: 5px solid #1d5637;
}

.secondary-btn {
  background: #f29d1c;
}

.login-btn {
  background: #0e7c71;
  font-size: 18px;
  border-radius: 17px;
  padding: 5px 15px;
  border-bottom: 2px solid #1d5637;
}

section .cards h3 {
  text-align: center;
  font-size: 24px;
}

section li {
  margin-bottom: 14px;
}

section.compare-situations > div > *:nth-child(2) {
  min-height: 70vh;
  width: 100%;
  border-radius: 10px;
  border: 5px solid var(--primary-color);
}

section.compare-situations > div img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

section.compare-situations > div > *:last-child {
  text-align: center;
  margin-top: 30px;
}

section.show-table {
  padding: 0px;
}

section.show-table h2 {
  padding: 0px 25px;
}

section table {
}

section .benefits > * {
  margin-bottom: 15px;
}

section .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2dad6717;
  border-radius: 20px;
  padding: 0px 10px;
}

section .benefit > * {
  margin-bottom: 10px;
}

section .benefit h3 {
  font-size: 24px;
  font-weight: bold;
}

section .benefit > p {
  line-height: 1.4;
}

section .benefit img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  border-radius: 10px;
}

section .benefit .round {
  max-width: 100px;
  max-height: 200px;
}

section .no-background .benefit {
  background: white;
}

th {
  padding: 10px 10px 10px 10px;
  text-align: center;
}

tbody tr:nth-child(2n - 1) {
  background: rgba(196, 196, 196, 0.22);
}

td {
  padding: 20px 0px;
}

tr {
  padding-left: 5px;
}

tbody td:first-child {
  padding-left: 5px;
  padding-right: 5px;
}

td.trad,
td.mindi {
  text-align: center;
  font-weight: bold;
}

td.trad {
  color: red;
}

td.mindi {
  color: var(--primary-color);
}

section.with-slides {
  padding: 0px;
}

section.with-slides > h2,
section.with-slides > :last-child {
  padding: 0px 25px;
}

section.with-slides > :nth-child(2) {
  padding-left: 25px;
}

section .slides .slide-image {
  width: 200px;
  height: 200px;
}

section .slides .slide-image img {
  width: 100%;
  border-radius: 10px;
}

section .slides .slide-desc {
  text-align: center;
  padding-right: 55px;
  padding-left: 10px;
}

section .slides .content-slide {
  width: 260px;
}

section.banner-1 {
  background: var(--primary-color);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.4;
}

section.banner-1 > * {
  margin-bottom: 20px;
  text-align: center;
}

section.banner-1 p {
  color: white;
}

section.banner-2 {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  background: rgba(45, 173, 103, 0.2);
  align-items: center;
}

section.banner-2 > * {
  margin-bottom: 20px;
  text-align: center;
}

section.banner-2 img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

.faq {
  max-width: 600px;
}

@media screen and (min-width: 375px) {
  header {
    padding-bottom: 390px;
  }
  section .slides .slide-image {
    width: 260px;
    height: 260px;
  }
  section .slides .content-slide {
    width: 300px;
  }
}

@media screen and (min-width: 425px) {
  header {
    padding-bottom: 445px;
  }
  section .slides .slide-image {
    width: 300px;
    height: 300px;
  }
  section .slides .content-slide {
    width: 340px;
  }
}

@media screen and (min-width: 768px) {
  header {
    padding-bottom: 10px;
    background-position-x: 146px;
  }
  header .lead {
    width: 50%;
    padding: 0px 20px;
  }
  section .benefits {
    display: flex;
    justify-content: space-between;
  }
  section .benefit {
    width: 30%;
    height: 100%;
  }
  section.banner-1 {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
  }
  section.banner-1 p {
    max-width: 600px;
  }

  section.banner-2 {
    padding: 20px 20px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
    background: rgba(45, 173, 103, 0.2);
    justify-items: center;
  }

  section.banner-2 > a {
    grid-area: 2/2/2/2;
  }

  section.banner-2 img {
    grid-area: 1/1 / span 2/1;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1024px) {
  header {
    padding-bottom: 300px;
    background-position-x: right;
  }
  section.banner-1 {
    max-width: 1300px;
    margin: 0 auto;
  }
}
