@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

:root {
  --color-bg-dark: #f5e6d3;
  --color-bg-card-school: #060b26;
  --color-border-school: rgba(29, 78, 216, 0.4);
  --color-border-school-glow: rgba(59, 130, 246, 0.6);
  --color-text-light: #3d2b1f;
  --color-text-muted: #6b5744;

  --color-school-accent: #3b82f6;
  --color-school-gradient-start: #8b5cf6;
  --color-school-gradient-end: #3b82f6;

  --color-whatsapp-bg: rgba(245, 230, 211, 0.85);
  --color-whatsapp-border: rgba(180, 140, 100, 0.4);
  --color-whatsapp-btn: #9b7db8;

  --font-primary: 'Satoshi', sans-serif;
  --transition-smooth: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  --shadow-premium: 0 20px 40px -15px rgba(0, 0, 0, 0.15);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: var(--font-primary);
  background-color: var(--color-bg-dark);
  background-image: url("../assets/background-louisy.webp");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  color: var(--color-text-light);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  min-height: 100vh;
}

.Background-Glow-Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 25%, rgba(200, 160, 120, 0.15) 0%, rgba(245, 230, 211, 0) 55%),
    radial-gradient(circle at 90% 55%, rgba(180, 140, 100, 0.2) 0%, rgba(245, 230, 211, 0) 55%);
}

.Orbit-Line-1 {
  position: absolute;
  top: 50px;
  right: -250px;
  left: auto;
  transform: none;
  width: 900px;
  height: 900px;
  border: 1.5px solid rgba(200, 160, 120, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.Orbit-Line-2 {
  position: absolute;
  top: -100px;
  right: -450px;
  left: auto;
  transform: none;
  width: 1300px;
  height: 1300px;
  border: 1.5px solid rgba(200, 160, 120, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.Orbit-Line-3 {
  position: absolute;
  top: -250px;
  right: -650px;
  left: auto;
  transform: none;
  width: 1700px;
  height: 1700px;
  border: 1.5px solid rgba(59, 130, 246, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

header,
section,
footer {
  display: block;
  position: relative;
  z-index: 1;
}

.Section-Hero {
  position: relative;
  padding: 12px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.Container-Main {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.Brand-Logo-Wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Brand-Logo-Img {
  max-width: 180px;
  height: auto;
  display: block;
}

.Heading-1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  color: var(--color-text-light);
}

.Heading-1 span {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
  background: linear-gradient(135deg, #c9a96e 0%, #9b7db8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}

.Paragraph-Hero {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.5;
  max-width: 480px;
  margin: 0 auto;
}

.Hero-Divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  color: #c9a96e;
  opacity: 0.6;
}

.Profile-Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.Profile-Photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color-card-bg);
  border: 3px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(200, 160, 120, 0.3);
}

.Profile-Photo-Img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.Profile-Name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-light);
  letter-spacing: -0.5px;
}

.Hero-Social-Icons {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 4px;
}

.Hero-Social-Link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(245, 230, 211, 0.6);
  border: 1px solid rgba(139, 107, 74, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  transition: var(--transition-smooth);
  text-decoration: none;
}

.Hero-Social-Link:hover {
  background: rgba(245, 230, 211, 0.9);
  border-color: rgba(139, 107, 74, 0.4);
  color: var(--color-text-light);
  transform: scale(1.08);
}

.Hero-Social-Link svg {
  width: 20px;
  height: 20px;
}

.Floating-Icon-Left {
  position: absolute;
  left: 8%;
  top: 45%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(200, 160, 120, 0.3);
  background: rgba(245, 230, 211, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b6b4a;
  animation: float-slow 6s ease-in-out infinite alternate;
  z-index: 1;
}

.Floating-Icon-Right {
  position: absolute;
  right: 8%;
  top: 60%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(180, 140, 160, 0.3);
  background: rgba(245, 230, 211, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b7db8;
  animation: float-slow-reverse 6s ease-in-out infinite alternate;
  z-index: 1;
}

@keyframes float-slow {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-12px) rotate(8deg);
  }
}

@keyframes float-slow-reverse {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(12px) rotate(-8deg);
  }
}

.Section-Cards {
  padding: 0 24px 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Card-School {
  background-color: var(--color-bg-card-school);
  background-image: url("../assets/background-school.webp");
  background-size: cover;
  background-position: left center;
  border: 1px solid var(--color-border-school);
  border-radius: 12px;
  padding: 20px;
  box-shadow: var(--shadow-premium);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  color: #fff;
}

.Card-School:hover {
  transform: translateY(-4px);
  border-color: var(--color-border-school-glow);
  box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.25);
}

.Card-School-Glow {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(2, 6, 23, 0) 70%);
  pointer-events: none;
}

.Card-Logo-School-Img {
  max-width: 160px;
  height: auto;
  display: block;
}

.Card-School-Content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.List-Wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.List-Item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.Heading-2-School {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.Heading-2-School span {
  color: #93c5fd;
}

.Text-Block-School {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

.Icon-Check-School {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-school-accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.Icon-Check-School svg {
  width: 12px;
  height: 12px;
}

.Text-Item-School {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #e0e0e0;
}

.School-Image-Bg {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: transparent;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Button-School {
  width: 100%;
  background: #14c904;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  animation: pulse-school 3s ease-in-out infinite;
}

.Button-School:hover {
  animation: none;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -6px rgba(20, 201, 4, 0.35);
  filter: brightness(1.06);
}

.Card-Escolhidas {
  background-color: #f5efe8;
  background-image: url("../assets/escolhidas-bg.webp");
  background-size: cover;
  background-position: 8% bottom;
  border: 1px solid rgba(200, 170, 140, 0.3);
  border-radius: 12px;
  padding: 20px;
  box-shadow: var(--shadow-premium);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #3d2b2f;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.Card-Escolhidas:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 170, 140, 0.5);
  box-shadow: 0 25px 50px -12px rgba(200, 170, 140, 0.25);
}

.Card-Escolhidas-Glow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(200, 170, 140, 0.1) 0%, rgba(245, 239, 232, 0) 70%);
  pointer-events: none;
}

.Card-Escolhidas-Content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Card-Logo-Escolhidas {
  max-width: 205px;
  height: auto;
  display: block;
  margin-left: -15px;
}

.Heading-2-Escolhidas {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #3d2b2f;
  display: block;
}

.Heading-3-Escolhidas {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #5a4a3c;
  font-style: italic;
}

.Text-Block-Escolhidas {
  font-size: 14px;
  line-height: 1.5;
  color: #4a3a2c;
}

.Escolhidas-Image-Bg {
  display: none;
}

.Icon-Check-Escolhidas {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(180, 120, 140, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a06a7a;
  flex-shrink: 0;
  margin-top: 2px;
}

.Icon-Check-Escolhidas svg {
  width: 12px;
  height: 12px;
}

.Text-Item-Escolhidas {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #5a4a4c;
}

.Button-Escolhidas {
  width: 100%;
  background: linear-gradient(135deg, #d4a0b0 0%, #b88098 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.Button-Escolhidas:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -6px rgba(180, 120, 140, 0.35);
  filter: brightness(1.06);
}

.Card-Devocional {
  background-color: #f5f0e8;
  background-image: url("../assets/ingles-com-proposito-bg.webp");
  background-size: cover;
  background-position: left bottom;
  border: 1px solid rgba(180, 160, 140, 0.3);
  border-radius: 12px;
  padding: 20px;
  box-shadow: var(--shadow-premium);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #3d2b3f;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.Card-Devocional:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 160, 140, 0.5);
  box-shadow: 0 25px 50px -12px rgba(180, 160, 140, 0.25);
}

.Card-Devocional-Glow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(180, 160, 200, 0.1) 0%, rgba(245, 240, 232, 0) 70%);
  pointer-events: none;
}

.Card-Devocional-Content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Card-Logo-Devocional {
  max-width: 180px;
  height: auto;
  display: block;
  margin-top: -8px;
  margin-bottom: -41px;
}

.Heading-2-Devocional {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #4a3a4c;
}

.Text-Block-Devocional {
  font-size: 14px;
  line-height: 1.5;
  color: #6b5a5c;
}

.Devocional-Image-Bg {
  display: none;
}

.Icon-Check-Devocional {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(140, 120, 160, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a6a8a;
  flex-shrink: 0;
  margin-top: 2px;
}

.Icon-Check-Devocional svg {
  width: 12px;
  height: 12px;
}

.Text-Item-Devocional {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #5a4a4c;
}

.Devocional-Price {
  font-size: 14px;
  font-weight: 600;
  color: #7a6a8a;
  text-align: center;
  padding: 8px;
  background: rgba(140, 120, 160, 0.08);
  border-radius: 6px;
}

.Button-Devocional {
  width: 100%;
  background: linear-gradient(135deg, #9a8ab0 0%, #7a6a90 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.Button-Devocional:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -6px rgba(140, 120, 160, 0.35);
  filter: brightness(1.06);
}

.Section-Contact {
  padding: 12px 24px 40px 24px;
}

.Card-Contact {
  background-color: var(--color-whatsapp-bg);
  border: 1px solid var(--color-whatsapp-border);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-premium);
  transition: var(--transition-smooth);
}

.Card-Contact:hover {
  border-color: rgba(168, 85, 247, 0.6);
}

.Icon-Whatsapp-Wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(155, 125, 184, 0.15);
  border: 1px solid rgba(155, 125, 184, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b7db8;
  flex-shrink: 0;
  margin: 0 auto;
}

.Icon-Whatsapp-Wrapper svg {
  width: 30px;
  height: 30px;
}

.Contact-Content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.Heading-3-Contact {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-light);
}

.Text-Block-Contact {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.Button-Whatsapp {
  width: 100%;
  background-color: var(--color-whatsapp-btn);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  animation: pulse-whatsapp 3s ease-in-out infinite;
}

.Button-Whatsapp:hover {
  animation: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -6px rgba(217, 70, 239, 0.6);
  filter: brightness(1.06);
}

footer {
  padding: 40px 24px 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(139, 107, 74, 0.15);
}

.Footer-Text {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0.5px;
}

.Social-Icons-List {
  display: flex;
  gap: 16px;
}

.Social-Icon-Link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(245, 230, 211, 0.6);
  border: 1px solid rgba(139, 107, 74, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  transition: var(--transition-smooth);
  text-decoration: none;
}

.Social-Icon-Link:hover {
  background: rgba(245, 230, 211, 0.9);
  border-color: rgba(139, 107, 74, 0.4);
  color: var(--color-text-light);
  transform: scale(1.08);
}

.Social-Icon-Link svg {
  width: 18px;
  height: 18px;
}

@keyframes pulse-school {
  0% {
    box-shadow: 0 6px 14px -6px rgba(20, 201, 4, 0.25);
  }

  50% {
    box-shadow: 0 14px 28px -4px rgba(20, 201, 4, 0.4);
  }

  100% {
    box-shadow: 0 6px 14px -6px rgba(20, 201, 4, 0.25);
  }
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 6px 12px -6px rgba(217, 70, 239, 0.4);
  }

  50% {
    box-shadow: 0 12px 24px -4px rgba(217, 70, 239, 0.6);
  }

  100% {
    box-shadow: 0 6px 12px -6px rgba(217, 70, 239, 0.4);
  }
}

@media (max-width: 767px) {
  .Heading-2-School {
    font-size: 22px;
    font-weight: 800;
  }
}

@media (min-width: 768px) {
  body {
    background-image: url("../assets/background-louisy-desktop.webp");
    background-size: cover;
    background-position: top right;
  }
  .Section-Hero {
    padding: 24px 40px 16px 40px;
  }

  .Profile-Wrapper {
    margin-bottom: 16px;
  }

  .Profile-Photo {
    width: 110px;
    height: 110px;
  }

  .Profile-Name {
    font-size: 28px;
  }

  .Hero-Social-Link {
    width: 46px;
    height: 46px;
  }

  .Hero-Social-Link svg {
    width: 22px;
    height: 22px;
  }

  .Heading-1 {
    font-size: 52px;
    letter-spacing: -0.5px;
  }

  .Heading-1 span {
    font-size: 56px;
  }

  .Paragraph-Hero {
    font-size: 17px;
  }

  .Floating-Icon-Left {
    left: 15%;
    top: 40%;
    width: 52px;
    height: 52px;
  }

  .Floating-Icon-Right {
    right: 15%;
    top: 55%;
    width: 52px;
    height: 52px;
  }

  .Section-Cards {
    padding: 0 40px 32px 40px;
    gap: 32px;
  }

  .Card-School {
    padding: 32px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .Card-School-Content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .School-Image-Bg {
    display: block;
    flex: 1.1;
    max-width: 440px;
  }

  .Heading-2-School {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
  }

  .Text-Item-School {
    font-size: 16px;
  }

  .Section-Contact {
    padding: 0 40px 60px 40px;
  }

  .Card-Contact {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 32px 40px;
  }

  .Card-Contact-Info-Group {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .Icon-Whatsapp-Wrapper {
    margin: 0;
    width: 48px;
    height: 48px;
  }

  .Button-Whatsapp {
    width: auto;
    padding: 14px 32px;
  }

  .Button-Whatsapp:hover {
    transform: translateY(-3px);
  }

  .Button-School:hover {
    transform: translateY(-3px);
  }

  .Card-Escolhidas {
    padding: 32px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    background-position: right center;
  }

  .Card-Escolhidas-Content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .Card-Logo-Escolhidas {
    max-width: 200px;
  }

  .Heading-3-Escolhidas {
    font-size: 15px;
  }

  .Text-Block-Escolhidas {
    font-size: 15px;
  }

  .Escolhidas-Image-Bg {
    display: flex;
    flex: 1.1;
    max-width: 440px;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 12px;
  }

  .Text-Item-Escolhidas {
    font-size: 16px;
  }

  .Card-Devocional {
    padding: 32px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    background-position: top right;
  }

  .Card-Devocional-Content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .Card-Logo-Devocional {
    max-width: 200px;
    margin-top: -28px;
    margin-bottom: -41px;
  }

  .Heading-2-Devocional {
    font-size: 24px;
  }

  .Text-Block-Devocional {
    font-size: 15px;
  }

  .Devocional-Image-Bg {
    display: flex;
    flex: 1.1;
    max-width: 440px;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 12px;
  }

  .Text-Item-Devocional {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .Container-Main {
    max-width: 960px;
  }

  .Floating-Icon-Left {
    left: 20%;
  }

  .Floating-Icon-Right {
    right: 20%;
  }
}