@font-face {
  font-family: 'LetsBeGlyphs';
  src: url('../fonts/LetsBeGlyphs-Bouncy.woff2') format('woff2'),
    url('../fonts/LetsBeGlyphs-Bouncy.woff') format('woff'),
    url('../fonts/LetsBeGlyphs-Bouncy.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LetsBeGlyphs';
  src: url('../fonts/LetsBeGlyphs-Regular.woff2') format('woff2'),
    url('../fonts/LetsBeGlyphs-Regular.woff') format('woff'),
    url('../fonts/LetsBeGlyphs-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax-Black.woff2') format('woff2'),
    url('../fonts/Maax-Black.woff') format('woff'),
    url('../fonts/Maax-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax.woff2') format('woff2'),
    url('../fonts/Maax.woff') format('woff'),
    url('../fonts/Maax.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax-Medium.woff2') format('woff2'),
    url('../fonts/Maax-Medium.woff') format('woff'),
    url('../fonts/Maax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax-Bold.woff2') format('woff2'),
    url('../fonts/Maax-Bold.woff') format('woff'),
    url('../fonts/Maax-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #147bd1;
  --baby-blue: #9de0de;
  --clear-blue: #00bed6;
  --light-blue: #6ad1e3;
  --baby-pink: #f6bbcb;
  --danger: #f93822;
  --gray: #949392;
  --red: #ee3a29;
  --olive: #adca51;
  --purple: #981d97;
  --strong-blue: #148795;
  --card-baby-blue: var(--baby-blue);
  --card-light-baby-blue: #66c6de;
  --card-blue: var(--blue);
  --card-light-blue: #4395da;
  --card-pink: var(--baby-pink);
  --card-light-pink: #f9ced9;
  --glyphs: LetsBeGlyphs, Arial, Helvetica, sans-serif;
  --maax: Maax, Arial, Helvetica, sans-serif;
}

h2 {
  font-family: var(--glyphs);
}
p {
  font-family: var(--maax);
}

.bg-card-baby-blue {
  background-color: var(--card-baby-blue);
}

.bg-card-light-baby-blue {
  background-color: var(--card-light-baby-blue);
}

.bg-card-blue {
  background-color: var(--card-blue);
}

.bg-card-light-blue {
  background-color: var(--card-light-blue);
}

.bg-card-pink {
  background-color: var(--card-pink);
}

.bg-card-light-pink {
  background-color: var(--card-light-pink);
}

.fc-blue {
  color: var(--blue);
}

.fc-red {
  color: var(--red);
}

.fc-purple {
  color: var(--purple);
}

.fc-baby-blue {
  color: var(--baby-blue);
}

.fc-baby-pink {
  color: var(--baby-pink);
}

.fc-strong-blue {
  color: var(--strong-blue);
}

.f-glyphs {
  font-family: LetsBeGlyphs, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.f-maax {
  font-family: Maax, Arial, Helvetica, sans-serif;
}

.container {
  max-width: 850px !important;
}

.header .banner-desktop {
  background: url(../images/lamina/foto-banner-desktop.png) no-repeat;
  background-size: 100% auto;
  color: rgba(255, 255, 255, 0.9);
  height: 550px;
}

.header .banner {
  background: url(../images/lamina/banner1.png) no-repeat;
  background-size: 100% auto;
  color: rgba(255, 255, 255, 0.9);
  height: 758px;
  display: none;
}

.header .banner2 {
  background: url(../images/lamina/banner2.png) no-repeat;
  background-size: 100% auto;
  color: rgba(255, 255, 255, 0.9);
  height: 232px;
  display: none;
}

.header .banner3 {
  background: url(../images/lamina/foto01.png) no-repeat;
  background-size: 100% auto;
  color: rgba(255, 255, 255, 0.9);
  height: 530px;
  display: none;
}

/* Mobile */
.mobile {
  display: none;
}

.content .banner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  background: url(../images/bg-banner-content.png) no-repeat;
  background-size: 100% auto;
  height: 436px;
  position: relative;
}

.content .banner .product {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.content .banner .product h2,
.content .banner .product p {
  font-family: var(--glyphs);
  line-height: 1;
  text-align: center;
}
.content .banner .product h2 {
  color: var(--blue);
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.content .banner .product p {
  color: var(--light-blue);
  font-size: 1.5rem;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.banner h1 {
  font-family: var(--glyphs);
  font-size: 2rem;
  line-height: 43px;
}

.banner p {
  font-family: var(--glyphs);
  margin-top: 20px;
}

.card {
  align-items: center;
  display: flex;
  justify-content: center;
}

.card h2,
.card p {
  text-align: center;
}
.card h2 {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1rem;
}
.card p {
  color: white;
  line-height: 1.3;
  font-size: 0.9rem;
}

.card-1 {
  background-color: var(--blue);
}
.card-1 h2 {
  color: var(--olive);
}

.card-3 {
  background-color: var(--purple);
}
.card-3 h2 {
  color: var(--clear-blue);
  font-size: 1.5rem;
  padding-bottom: 0;
}
.card-3 p {
  font-family: var(--glyphs);
  font-size: 1.2rem;
}

.card-6 {
  background-image: url(../images/lamina/foto-bb-1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.card-6 h2,
.card-6 p {
  color: white;
}

.card-9 {
  background-image: url(../images/card-9.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.card-12 {
  background-color: var(--blue);
}

.card-12 h2,
.card-12 h3,
.card-12 p {
  text-align: center;
}
.card-12 h2 {
  color: var(--olive);
  font-size: 3rem;
  line-height: 1;
  padding: 0;
}
.card-12 h3,
.card-12 p {
  color: white;
}

.card-12 h3 {
  font-family: var(--glyphs);
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 0.5rem;
}

.gif-side,
.gif {
  height: 390px;
}

.gif-side {
  align-items: center;
  background-color: var(--clear-blue);
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.gif-side h2 {
  color: white;
  font-family: var(--glyphs);
  font-size: 2rem;
  line-height: 0.8;
  text-align: center;
}
.gif-side h2 small {
  font-size: 1.5rem;
}

.gif-side .feat {
  background-image: url(../images/bg-card-13.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 2rem auto 0 auto;
  width: 200px;
}

.gif-side .feat p {
  color: white;
  line-height: 1;
  padding: 3rem 2rem;
  text-align: center;
  font-size: 1.3rem;
}

.gif-side .feat p strong {
  font-size: 2rem;
  line-height: 1.3;
}

.law {
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
}

.law p {
  border: 1px solid white;
  padding: 1rem;
  text-align: center;
}

.alert.danger {
  background-color: var(--danger);
  color: #fff;
}

.alert.light {
  background-color: var(--card-light-baby-blue);
  color: #fff;
}

.social-icons li {
  margin: 0 3px;
}

.video {
  width: 100%;
  height: 476px;
}
.video iframe,
.gif iframe {
  min-width: 100%;
  width: 100%;
  height: 100%;
}

.banner-bg img {
  max-width: 850px;
}

.box-1 {
  background-image: url(../images/bg-box-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 400px;
  position: relative;
}

.box-1 img {
  width: 100%;
}

.box-1 h1 {
  color: #1d7acc;
  font-family: var(--glyphs);
  position: absolute;
  left: 26px;
  top: 7px;
  font-size: 22px;
}

.box-1-mamadeira-azul {
  position: absolute;
  top: 89px;
  left: 20px;
}

.box-1-mamadeira-azul p {
  position: absolute;
  top: 219px;
  left: 77px;
}

.box-1-mamadeira-azul span {
  position: absolute;
  top: 240px;
  left: 58px;
}

.box-1-mamadeira-roza {
  position: absolute;
  top: 103px;
  left: 200px;
}

.box-1-mamadeira-roza p {
  position: absolute;
  top: 219px;
  left: 77px;
}

.box-1-mamadeira-roza span {
  position: absolute;
  top: 240px;
  left: 43px;
}

.box-1-selo {
  position: absolute;
  top: 59px;
  right: 12px;
}

.box-2em1 {
  position: relative;
}

.box-2em1 img {
  width: 100%;
}

.box1-message img {
  width: 100%;
}

.wd-100 {
  width: 100%;
}

.bg-footer {
  background: #6cd0e1;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-footer p {
  color: white;
  font-size: 25px;
}

.box-2em1-info {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #1d7acc;
  text-align: center;
}

.box-2em1-info h2 {
  font-size: 40px;
}

.box-2em1-info p {
  font-size: 22px;
  line-height: 20px;
  font-family: var(--glyphs);
}

.box1-message {
  position: relative;
  text-align: center;
}

.box-message-info {
  padding: 0 20px;
  position: absolute;
  top: 75px;
  left: 0;
}

.box-message-info p {
  font-family: var(--glyphs);
  color: #1d7acc;
  font-size: 22px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .layout-container .container {
    width: 650px;
  }

  .law p {
    font-size: 0.8rem;
  }

  .video {
    height: 430px;
  }

  .box-1 {
    background-image: none;
    height: auto;
    padding: 7px;
  }

  .content .banner {
    height: 188px !important;
  }

  .video {
    padding: 7px;
  }

  .banner-bg img {
    max-width: 850px;
    width: 100%;
    margin: 10px 0;
  }
  .banner h1 {
    font-size: 14px;
    line-height: 22px;
  }

  .banner p {
    margin-top: 0;
    font-size: 12px;
  }
}

@media (min-width: 568px) {
  .grid {
    display: grid;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }
}

@media (max-width: 568px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: inline-block;
  }

  .header .banner {
    height: 169px;
  }
  .content .banner {
    height: 208px;
  }
  .header .banner,
  .header .banner2,
  .header .banner3 {
    display: block;
  }

  .header .banner {
    height: 335px;
  }

  .header .banner2 {
    height: 120px;
  }

  .header .banner3 {
    height: 225px;
  }

  .banner-desktop {
    display: none;
  }

  .content .banner .product h2 {
    font-size: 1.5rem;
  }
  .content .banner .product p {
    font-size: 1rem;
  }

  .card h2 {
    font-size: 1.1rem;
  }
  .card p {
    font-size: 0.6rem;
  }

  .card-3 h2 {
    font-size: 1.2rem;
  }
  .card-3 p {
    font-size: 0.9rem;
  }

  .card-12 h2 {
    font-size: 2rem;
  }
  .card-12 h3 {
    font-size: 1.2rem;
  }
  .card-12 p {
    font-size: 0.8rem;
  }

  .law p {
    padding: 1rem 6rem;
  }

  .video {
    height: 308px;
  }
}

@media (max-width: 440px) {
  .header .banner {
    height: 370px;
  }

  .content .banner {
    height: 156px;
  }

  .content .banner .product {
    padding: 0 2rem 0 0;
  }
  .content .banner .product h2 {
    font-size: 1rem;
  }
  .content .banner .product p {
    font-size: 0.8rem;
  }
  .card h2 {
    font-size: 1.6rem;
  }
  .card p {
    font-size: 0.9rem;
  }
  .card-3 h2 {
    font-size: 1.5rem;
  }
  .card-3 p {
    font-size: 1.1rem;
  }
  .card-12 h2 {
    font-size: 2rem;
  }
  .card-12 h3 {
    font-size: 1rem;
  }
  .card-12 p {
    font-size: 0.6rem;
  }
  .video {
    height: 239px;
  }
  .gif-side,
  .gif {
    height: 290px;
  }

  .law p {
    padding: 1rem;
  }
}

@media (max-width: 375px) {
  .header .banner {
    height: 321px;
  }

  .header .banner2 {
    height: 105px;
  }

  .header .banner3 {
    height: 225px;
  }

  .video {
    height: 211px;
  }
  .gif-side .feat {
    width: 145px;
  }
  .gif-side .feat p {
    font-size: 1rem;
    padding: 2rem 1rem;
  }
  .gif-side .feat p strong {
    font-size: 1.5rem;
  }
}
