@font-face {
  font-family: "Gotham";
  src: url("./fonts/GOTHAM-MEDIUM.TTF");
}

@font-face {
  font-family: "Gotham Light";
  src: url("./fonts/GOTHAM-XLIGHT.TTF");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0.02em;
}

body {
  line-height: 1.4;
  background: #000000;
  max-width: 1920px;
  margin: 0 auto;
}

.container-btn-phone p {
  margin-bottom: 6px;
}

:root {
  --blue: #3d84b1;
  --black: #000000;
  --white: #ffffff;
}

a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

header {
  display: flex;
  flex-direction: column;
  padding: 8px 0 16px;
  align-items: center;
  position: fixed;
  background-color: #000000;
  width: 100%;
  z-index: 9999;
  max-width: 1920px;
}

#logo-desktop {
  display: none;
}

header #logo-mobile {
  margin-bottom: 8px;
  align-self: center;
  width: 100vw;
}

header p {
  font-size: 14px;
  font-weight: 350;
}

.template-lp {
  margin: 0;
  background: var(--black);
  color: var(--white);
}

.header-buttons {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.container-btns {
  gap: 14px;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.header-buttons .container-btns {
  width: 100%;
  max-width: 200px;
}

.container-btns p {
  text-align: center;
}

.call-me-button,
.call-whatsapp {
  background: var(--blue);
  color: var(--white);
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  height: 40px;
  gap: 5px;
}

header .call-me-button img {
  display: none;
}

.call-whatsapp {
  background: #25d366;
  height: 40px;
}

.banner {
  padding-top: 171px;
}

#banner-desk {
  display: none;
}

#banner-mobile {
  width: 100%;
}

.products {
  text-align: left;
  padding: 25px 16px;
}

.products h2 {
  font-family: "Gotham";
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  vertical-align: bottom;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.products h3 {
  font-family: "Gotham";
  margin-bottom: 40px;
  font-weight: 700;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  vertical-align: bottom;
}

.product-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-self: center;
  margin: 0 31.5px;
}

.product {
  border-radius: 16px;
  align-items: center;
}

.product img {
  width: 100%;
}

.product .benefits {
  font-size: 16px;
  margin: 16px 0 8px;
  text-align: center !important;
}

.product>hr {
  border: none;
  height: 2px;
  background-color: var(--blue);
  width: 100%;
}

.brand {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  vertical-align: bottom;
  color: var(--blue);
  padding: 16px 0 12px;
  justify-self: center !important;
}

.sizes {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  vertical-align: bottom;
  margin-bottom: 4px;
}

.sizes+p {
  font-size: 15px;
  line-height: 20px;
}

.call-specialist-container {
  display: grid;
  justify-content: center;
  margin-top: 40px;
}

.call-me-label {
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  vertical-align: bottom;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-btn-whatsapp p {
  display: none;
}

.call-specialist-container {
  margin: 0 16px;
}

.call-specialist-container .container-btns {
  justify-content: center;
  align-items: center;
}

#call-me-text {
  font-weight: 350;
  line-height: 20px;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 16px;
  max-width: 448px;
}

.stamps {
  padding-top: 25px;
  text-align: center;
}

.stamps img:nth-child(3) {
  grid-column: 1 / 3;
  justify-self: center;
}

.call-whatsapp {
  display: flex;
  align-items: center;
  background: #25D366;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  text-decoration: none;
  gap: 5px;
  font-size: 16px;
}

.stamps h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  justify-self: center;
  margin: 0 16px;
}

.stamp-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  column-gap: 26px;
  margin: 27px auto 0;
  width: max-content;
  margin-bottom: 27px;
}

.stamp-list img {
  width: 159px;
}

.stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  margin-top: 40px;
  padding: 16px 8px;
  font-size: 12px;
  text-align: left;
}

footer #logo-mobile {
  margin-bottom: 24px;
  width: 100vw;
}

.footer-about-txt {
  font-family: 'Gotham' !important;
  font-weight: 350;
  font-size: 14px;
  vertical-align: bottom;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

footer p {
  font-size: 12px;
  line-height: 20px;
  vertical-align: bottom;
  font-family: "Gotham Light", "Gotham", sans-serif;
  font-weight: 300;
}

.footer-info-txt {
  display: flex;
  flex-direction: column;
  justify-content: left !important;
  padding: 0 8px 0;
}

#privacy-policy {
  padding: 0 8px 0;
}

.stamps .call-me-button {
  width: 280px;
  height: 40px;
}

@media (min-width: 1024px) {
  header {
    flex-direction: row;
    padding: 24px 80px;
    justify-content: space-between;
    align-items: end;
  }

  .container-description {
    display: flex;
    flex-direction: column;
  }

  #logo-mobile {
    display: none;
  }

  #logo-desktop {
    display: flex;
    align-self: center;
  }

  header #logo-desktop {
    width: 420px;
    margin: 0;
  }

  .header-buttons {
    gap: 25px;
    width: auto;
  }

  header p {
    font-weight: 500;
  }

  .banner {
    padding-top: 116px;
  }

  #banner-mobile {
    display: none;
  }

  #banner-desk {
    display: block;
    width: 100%;
  }

  .products {
    padding: 40px 0 0;
  }

  .products h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
    padding: 0;
    margin-bottom: 32px;
  }

  .call-whatsapp {
    min-height: 40px;
  }

  .products h3 {
    font-weight: 700;
    font-size: 27px;
    line-height: 40px;
  }

  .product-list {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    column-gap: 88px;
  }

  .product {
    max-width: 280px;
    padding: 0;
  }

  .product .benefits {
    margin: 18px 0 10px;
  }

  .call-specialist-container {
    margin-top: 40px;
  }

  .call-specialist-container .container-btns {
    gap: 0;
  }

  .brand {
    text-transform: uppercase;
  }

  .product-2 .brand {
    padding-bottom: 37px;
  }

  .call-me-label {
    font-size: 24px;
    padding: 0;
  }

  #call-me-text {
    font-size: 20px;
    max-width: 100%;
  }

  .stamps {
    padding: 40px 0 0;
  }

  .stamps h2 {
    width: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .stamp-list img {
    width: 250px;
  }

  .stamp-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    gap: 10px;
    max-width: 790px;
    margin-bottom: 80px;
  }

  footer {
    padding: 16px 80px;
  }

  footer #logo-desktop {
    justify-self: center;
    margin-bottom: 24px;
  }

  .container-btn-whatsapp p {
    display: block;
    margin-bottom: 4px;
  }

  .container-btn-phone p {
    margin-bottom: 4px;
  }

  .header-buttons .container-btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }

  header .call-me-button img {
    display: block;
  }


}