:root{
  --font-title: "Playfair", serif;
  --font-body: "Pontano Sans", sans-serif;
  --font-main: "Inter", sans-serif;
  --font-impact: "Gantari", sans-serif;
  --color-blue: #04132A;
  --color-blue-mid: #2C4D81;
  --color-gold-light: #FBDB9D;
  --color-gold-mid: #EABE78;
  --color-gold-dark: #B0782D;
  --color-white: #ffffff;
  --color-footer: #f4dfb9;
}

*{
  box-sizing: border-box;
}

html,
body{
  margin: 0;
  min-height: 100%;
  background-color: #04132A;
}

body{
  color: var(--color-white);
  font-family: var(--font-body);
}

img{
  max-width: 100%;
  display: block;
}

a{
  color: inherit;
}

.mainPanico{
  min-height: 100vh;
}

.heroPanico{
  position: relative;
  min-height: 800px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4, 19, 42, .22) 0%, rgba(4, 19, 42, .05) 43%, rgba(4, 19, 42, 0) 100%),
    url("../img/cursos/fundoPanicoMain.png");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.imgSirleiPanicoMobile{
  display: none;
}

.conteudoHeroPanico{
  position: relative;
  z-index: 1;
  width: min(650px, calc(100% - 48px));
  padding: clamp(42px, 7vw, 82px) 0 64px clamp(24px, 4vw, 54px);
}

.tituloHeroPanico{
  width: fit-content;
  text-transform: uppercase;
}

.linhaTituloPanico{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 22px;
  width: 100%;
  color: var(--color-gold-mid);
  font-family: var(--font-main);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

.linhaTituloPanico img{
  width: 100%;
  height: 2px;
  object-fit: contain;
}

.tituloHeroPanico h1{
  margin: 28px 0 26px;
  color: var(--color-white);
  font-family: var(--font-impact);
  font-size: clamp(50px, 5.6vw, 76px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: .01em;
  white-space: nowrap;
}

.linhaTituloPanicoInferior{
  padding-left: 0;
}

.textoHeroPanico{
  width: min(390px, 100%);
  margin: 46px 0 44px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.22;
}

.linhaDivisoriaPanico{
  width: min(530px, 100%);
  height: 2px;
  object-fit: cover;
  margin-bottom: 42px;
}

.seloPanico{
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 48px;
}

.seloPanico img{
  width: 72px;
  flex: 0 0 auto;
}

.seloPanico p{
  max-width: 430px;
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.1;
}

.botoesPanico{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.botaoPanico{
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.botaoPanico:hover,
.botaoPanico:focus-visible{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .25);
}

.botaoPanicoDourado{
  color: #140d05;
  background: radial-gradient(circle, var(--color-gold-light) 0%, var(--color-gold-mid) 50%, var(--color-gold-dark) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 246, 215, .65);
}

.botaoPanicoAzul{
  color: var(--color-white);
  background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-blue-mid) 50%, var(--color-blue) 100%);
  box-shadow: inset 0 0 0 2px rgba(234, 190, 120, .86);
}

.notaPanico{
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 15px;
}

.notaPanico img{
  width: 22px;
  flex: 0 0 auto;
}

.s1Panico{
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 118px) clamp(22px, 6vw, 92px) 38px;
  color: #121229;
  background-image:
    linear-gradient(110deg, rgba(255, 249, 239, .68) 0%, rgba(255, 247, 231, .46) 44%, rgba(255, 255, 255, .16) 100%),
    url("../img/cursos/fundoPanicoS1.png");
  background-color: #fbefd9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoS1Panico{
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(42px, 8vw, 120px);
  width: min(1180px, 100%);
  margin: 0 auto 38px;
}

.colunaTextoS1Panico{
  max-width: 520px;
}

.colunaTextoS1Panico h2{
  max-width: 500px;
  margin: 0 0 18px;
  color: #173a2b;
  font-family: var(--font-title);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 700;
  line-height: .92;
}

.introS1Panico{
  max-width: 430px;
  margin: 0 0 26px;
  color: #151622;
  font-family: var(--font-body);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.18;
}

.listaSintomasPanico{
  display: flex;
  flex-direction: column;
}

.itemSintomaPanico{
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(176, 120, 45, .38);
}

.itemSintomaPanico:last-child{
  border-bottom: 0;
}

.itemSintomaPanico img{
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.itemSintomaPanico p{
  max-width: 370px;
  margin: 0;
  color: #18191f;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.2;
}

.itemSintomaPanico strong{
  display: block;
  font-weight: 700;
}

.cardS1Panico{
  width: min(100%, 390px);
  justify-self: center;
  padding: clamp(28px, 4vw, 46px) clamp(24px, 4vw, 48px);
  color: #173a2b;
  text-align: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 239, 213, .88));
  border: 1px solid rgba(176, 120, 45, .72);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(56, 38, 12, .16);
}

.iconeCardS1Panico{
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  margin: 0 auto 34px;
  border-radius: 50%;
}

.iconeCardS1Panico img{
  width: 130px;
}

.cardS1Panico h3{
  margin: 0;
  color: #173a2b;
  font-family: var(--font-title);
  font-size: clamp(39px, 4vw, 54px);
  font-weight: 700;
  line-height: 1;
}

.decoracaoCardS1Panico{
  display: block;
  width: 112px;
  height: 2px;
  margin: 30px auto 24px;
  background: linear-gradient(90deg, transparent, var(--color-gold-dark), transparent);
}

.fraseCardS1Panico{
  margin: 0 0 32px;
  color: #1f1720;
  font-family: var(--font-title);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.textoCardS1Panico{
  max-width: 290px;
  margin: 0 auto;
  color: #172235;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.22;
}

.beneficiosS1Panico{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1060px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(176, 120, 45, .74);
  border-radius: 14px;
  background: rgba(255, 246, 230, .72);
  backdrop-filter: blur(3px);
}

.beneficioS1Panico{
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 16px 30px;
  border-right: 1px solid rgba(176, 120, 45, .55);
}

.beneficioS1Panico:last-child{
  border-right: 0;
}

.beneficioS1Panico img{
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.beneficioS1Panico p{
  margin: 0;
  color: #172235;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.2;
}

.beneficioS1Panico strong{
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  text-transform: uppercase;
}

.s2Panico{
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 90px) clamp(22px, 6vw, 92px) clamp(60px, 7vw, 86px);
  color: #1f1720;
  background-image: url("../img/cursos/fundoPanicoS2.png");
  background-color: #f8edda;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoS2Panico{
  display: grid;
  grid-template-columns: minmax(320px, 455px) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  width: min(1240px, 100%);
  margin: 0 auto 48px;
}

.colunaTextoS2Panico{
  max-width: 455px;
}

.colunaTextoS2Panico h2{
  margin: 0;
  color: #241815;
  font-family: var(--font-title);
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 600;
  line-height: 1.05;
}

.colunaTextoS2Panico h2::first-line{
  color: #241815;
}

.linhaS2Panico{
  display: block;
  width: 212px;
  height: 18px;
  margin: 26px 0 32px;
  background: linear-gradient(90deg, rgba(176, 120, 45, .7), rgba(234, 190, 120, .95), rgba(176, 120, 45, .7));
  mask-image: linear-gradient(180deg, transparent 45%, #000 45%, #000 56%, transparent 56%);
}

.textoS2Panico{
  max-width: 430px;
  color: #22242a;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.25;
}

.textoS2Panico p{
  margin: 0 0 22px;
}

.textoS2Panico p:last-child{
  margin-bottom: 0;
}

.textoS2Panico strong,
.cardS2Panico strong{
  color: #485f3b;
  font-weight: 700;
}

.visualS2Panico{
  position: relative;
  min-height: 470px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 470px) minmax(230px, 300px);
}

.pulmaoS2Panico{
  width: min(100%, 470px);
  justify-self: center;
  filter: drop-shadow(0 18px 36px rgba(112, 91, 45, .18));
}

.chamadasS2Panico{
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-left: -16px;
}

.itemChamadaS2Panico{
  display: grid;
  grid-template-columns: 86px 54px 1fr;
  align-items: center;
  gap: 14px;
}

.linhaChamadaS2Panico{
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 120, 45, .18), rgba(176, 120, 45, .86));
}

.itemChamadaS2Panico img{
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.itemChamadaS2Panico p{
  margin: 0;
  color: #374032;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.12;
}

.itemChamadaS2Panico strong{
  display: block;
  margin-bottom: 4px;
  color: #5f6c53;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cardS2Panico{
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  gap: 26px;
  width: min(800px, 100%);
  min-height: 116px;
  margin: 0 auto;
  padding: 20px 36px;
  color: #241815;
  background: rgba(255, 246, 231, .78);
  border: 1px solid rgba(176, 120, 45, .82);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(69, 48, 15, .12);
}

.iconeCardS2Panico{
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.iconeCardS2Panico img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.cardS2Panico p{
  margin: 0;
  color: #202124;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.22;
}

.cardS2Panico strong{
  display: block;
  margin-bottom: 8px;
  color: #26201a;
  font-family: var(--font-title);
  font-size: clamp(25px, 2.15vw, 32px);
  font-weight: 600;
  line-height: 1.05;
}

.s3Panico{
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 86px) clamp(22px, 6vw, 92px) clamp(38px, 5vw, 58px);
  color: #1f1720;
  background-image: url("../img/cursos/fundoPanicoS3.png");
  background-color: #f7ead5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cabecalhoS3Panico{
  width: min(780px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.cabecalhoS3Panico h2{
  margin: 0 0 16px;
  color: #25361f;
  font-family: var(--font-title);
  font-size: clamp(46px, 5.7vw, 82px);
  font-weight: 600;
  line-height: .98;
}

.cabecalhoS3Panico p{
  width: min(560px, 100%);
  margin: 0 auto;
  color: #24262d;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.2;
}

.cabecalhoS3Panico strong,
.cardAprendizadoS3Panico strong{
  color: #405b38;
  font-weight: 700;
}

.gridS3Panico{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1200px, 100%);
  margin: 0 auto 30px;
}

.cardAprendizadoS3Panico{
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: start;
  gap: 22px;
  min-height: 192px;
  padding: 34px 28px;
  background: rgba(255, 249, 239, .76);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(72, 52, 20, .1);
  backdrop-filter: blur(2px);
}

.cardAprendizadoS3Panico img{
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.cardAprendizadoS3Panico span{
  display: block;
  margin: -4px 0 10px;
  color: #c38d35;
  font-family: var(--font-title);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.cardAprendizadoS3Panico h3{
  margin: 0 0 14px;
  color: #26391f;
  font-family: var(--font-title);
  font-size: clamp(23px, 1.8vw, 31px);
  font-weight: 600;
  line-height: 1.02;
}

.cardAprendizadoS3Panico p{
  margin: 0;
  color: #28282c;
  font-family: var(--font-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.25;
}

.rodapeS3Panico{
  display: grid;
  grid-template-columns: 92px minmax(220px, 310px) 1px minmax(260px, 390px);
  align-items: center;
  gap: 28px;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 18px 38px;
  color: #fff4df;
  background: linear-gradient(90deg, rgba(60, 84, 42, .96), rgba(82, 107, 53, .94));
  border: 1px solid rgba(234, 190, 120, .72);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(37, 48, 26, .18);
}

.rodapeS3Panico img{
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.rodapeS3Panico p{
  margin: 0;
  color: #fff6e6;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.25;
}

.rodapeS3Panico p:first-of-type{
  font-family: var(--font-title);
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.05;
}

.rodapeS3Panico strong{
  color: #f1c979;
  font-weight: 600;
}

.rodapeS3Panico span{
  width: 1px;
  height: 64px;
  background: rgba(255, 244, 223, .35);
}

.s4Panico{
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 74px) clamp(20px, 5vw, 70px) clamp(46px, 6vw, 68px);
  color: #1f1720;
  background-image: url("../img/cursos/fundoPanicoS4.png");
  background-color: #f7ead5;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cabecalhoS4Panico{
  width: min(760px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.marcadorS4Panico{
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-bottom: 8px;
  color: #405b38;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.marcadorS4Panico img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.marcadorS4Panico::after{
  content: "";
  display: block;
  width: 132px;
  height: 1px;
  margin-top: -16px;
  background: linear-gradient(90deg, transparent, rgba(176, 120, 45, .72), transparent);
}

.cabecalhoS4Panico h2{
  width: min(660px, 100%);
  margin: 0 auto 14px;
  color: #261a16;
  font-family: var(--font-title);
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 600;
  line-height: .98;
}

.cabecalhoS4Panico p{
  width: min(560px, 100%);
  margin: 0 auto;
  color: #24262d;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.2;
}

.cabecalhoS4Panico strong,
.cardApoioS4Panico strong{
  color: #405b38;
  font-weight: 700;
}

.gridS4Panico{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  width: min(1260px, 100%);
  margin: 0 auto 34px;
}

.cardApoioS4Panico{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 254px;
  padding: 30px 18px 24px;
  text-align: center;
  background: rgba(255, 248, 238, .82);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(72, 52, 20, .11);
  backdrop-filter: blur(2px);
}

.cardApoioS4Panico img{
  width: 78px;
  height: 78px;
  margin-bottom: 12px;
  object-fit: contain;
}

.cardApoioS4Panico::after{
  content: "";
  width: 34px;
  height: 1px;
  order: 1;
  margin: 0 0 14px;
  background: linear-gradient(90deg, transparent, rgba(176, 120, 45, .85), transparent);
}

.cardApoioS4Panico div{
  display: contents;
}

.cardApoioS4Panico h3{
  order: 2;
  margin: 0 0 12px;
  color: #26391f;
  font-family: var(--font-title);
  font-size: clamp(20px, 1.35vw, 25px);
  font-weight: 600;
  line-height: 1.04;
}

.cardApoioS4Panico p{
  order: 3;
  margin: 0;
  color: #28282c;
  font-family: var(--font-body);
  font-size: clamp(13px, .85vw, 15px);
  line-height: 1.28;
}

.rodapeS4Panico{
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 22px;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 18px 34px;
  color: #2b211b;
  background: rgba(255, 248, 238, .8);
  border: 1px solid rgba(234, 190, 120, .72);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(72, 52, 20, .1);
}

.rodapeS4Panico img{
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.rodapeS4Panico p{
  margin: 0;
  color: #2b211b;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.3vw, 23px);
  line-height: 1.22;
  text-align: center;
}

.rodapeS4Panico strong{
  color: #405b38;
  font-weight: 600;
}

.s5Panico{
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: clamp(76px, 8vw, 108px) clamp(22px, 6vw, 92px) clamp(58px, 7vw, 86px);
  color: #1f1720;
  background-image: url("../img/cursos/fundoPanicoS5.png");
  background-color: #f4ead8;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoS5Panico{
  width: min(1180px, 100%);
  margin: 0 auto;
}

.colunaS5Panico{
  width: min(580px, 100%);
}

.colunaS5Panico h2{
  margin: 0;
  color: #261a16;
  font-family: var(--font-title);
  font-size: clamp(48px, 4.8vw, 78px);
  font-weight: 600;
  line-height: .96;
}

.colunaS5Panico h2 span{
  display: block;
  color: #405b38;
}

.linhaS5Panico{
  display: block;
  width: 185px;
  height: 18px;
  margin: 24px 0 26px;
  background: linear-gradient(90deg, rgba(176, 120, 45, .7), rgba(234, 190, 120, .95), rgba(176, 120, 45, .7));
  mask-image: linear-gradient(180deg, transparent 45%, #000 45%, #000 56%, transparent 56%);
}

.textoS5Panico{
  width: min(500px, 100%);
  margin: 0 0 24px;
  color: #24262d;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.22;
}

.textoS5Panico strong,
.notaS5Panico strong{
  color: #405b38;
  font-weight: 700;
}

.playerS5Panico{
  width: min(540px, 100%);
  padding: 28px 34px 26px;
  background: rgba(255, 246, 232, .86);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(72, 52, 20, .14);
  backdrop-filter: blur(2px);
}

.cabecalhoPlayerS5Panico{
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
}

.cabecalhoPlayerS5Panico img{
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.cabecalhoPlayerS5Panico h3{
  margin: 0;
  color: #261a16;
  font-family: var(--font-title);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  line-height: 1;
}

.cabecalhoPlayerS5Panico span{
  display: block;
  width: 150px;
  height: 1px;
  margin: 14px 0 10px;
  background: linear-gradient(90deg, rgba(176, 120, 45, .86), rgba(234, 190, 120, .72), transparent);
}

.cabecalhoPlayerS5Panico p{
  margin: 0;
  color: #2b2a2b;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.2;
}

.progressoPlayerS5Panico{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: #2a3423;
  font-family: var(--font-main);
  font-size: 12px;
}

.progressoPlayerS5Panico > div{
  position: relative;
  height: 3px;
  overflow: visible;
  background: rgba(64, 91, 56, .22);
  border-radius: 999px;
}

.progressoPlayerS5Panico > div::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  height: 100%;
  background: #405b38;
  border-radius: inherit;
}

.progressoPlayerS5Panico > div span{
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #405b38;
  transform: translateY(-50%);
}

.controlesPlayerS5Panico{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 14px;
}

.controlesPlayerS5Panico button{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.controlesPlayerS5Panico button img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.playS5Panico{
  width: 72px !important;
  height: 72px !important;
  background: transparent !important;
  box-shadow: none;
}

.playS5Panico img{
  width: 72px !important;
  height: 72px !important;
  margin-left: 0;
}

.notaS5Panico{
  width: min(500px, 100%);
  margin: 26px 0 0 32px;
  color: #3a4632;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.22;
}

.sobreSirlei{
  position: relative;
  overflow: hidden;
  padding: 0 clamp(22px, 5vw, 84px) 0 0;
  color: #1f1720;
  background-image: url("../img/fundoSobreSirlei.png");
  background-color: #f6ead6;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoSobreSirlei{
  display: grid;
  grid-template-columns: minmax(360px, 52vw) minmax(420px, 1fr);
  align-items: center;
  width: min(1440px, 100%);
  min-height: 490px;
  margin: 0;
}

.imgMobileSobreSirlei,
.imgMobileS6Panico,
.imgMobileS7Panico{
  display: none;
}

.textoSobreSirlei{
  grid-column: 2;
  align-self: center;
  max-width: 720px;
  padding: clamp(56px, 6vw, 78px) 0 clamp(44px, 5vw, 64px);
}

.etiquetaSobreSirlei{
  display: block;
  margin-bottom: 12px;
  color: #b0782d;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.etiquetaSobreSirlei::before{
  content: "<<<";
  margin-right: 10px;
  color: #b0782d;
  letter-spacing: -.12em;
}

.textoSobreSirlei h2{
  margin: 0 0 8px;
  color: #26391f;
  font-family: var(--font-title);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 600;
  line-height: .95;
}

.subtituloSobreSirlei{
  max-width: 600px;
  margin: 0;
  color: #c1822d !important;
  font-family: var(--font-title) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.05 !important;
}

.linhaSobreSirlei{
  display: block;
  width: 48px;
  height: 2px;
  margin: 20px 0 20px;
  background: #d29a4a;
}

.textoSobreSirlei p{
  max-width: 650px;
  margin: 0;
  color: #24262d;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.42;
}

.pilaresSobreSirlei{
  display: flex;
  align-items: center;
  gap: 0;
  width: min(760px, 100%);
  margin-top: 42px;
}

.pilarSobreSirlei{
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(176, 120, 45, .48);
}

.pilarSobreSirlei:first-child{
  padding-left: 0;
}

.pilarSobreSirlei:last-child{
  padding-right: 0;
  border-right: 0;
}

.pilarSobreSirlei img{
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pilarSobreSirlei p{
  margin: 0;
  color: #3a332c;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.18;
}

.s6Panico{
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: clamp(70px, 7vw, 96px) clamp(22px, 6vw, 92px) clamp(54px, 6vw, 72px);
  color: #1f1720;
  background-image: url("../img/cursos/fundoPanicoS6.png");
  background-color: #f2e5cf;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoS6Panico{
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cabecalhoS6Panico{
  width: min(620px, 100%);
}

.cabecalhoS6Panico h2{
  margin: 0;
  color: #261a16;
  font-family: var(--font-title);
  font-size: clamp(48px, 4.6vw, 72px);
  font-weight: 600;
  line-height: .98;
}

.cabecalhoS6Panico h2 span{
  display: block;
  color: #405b38;
}

.linhaS6Panico{
  display: block;
  width: 165px;
  height: 18px;
  margin: 24px 0 24px;
  background: linear-gradient(90deg, rgba(176, 120, 45, .7), rgba(234, 190, 120, .95), rgba(176, 120, 45, .7));
  mask-image: linear-gradient(180deg, transparent 45%, #000 45%, #000 56%, transparent 56%);
}

.cabecalhoS6Panico p{
  width: min(470px, 100%);
  margin: 0 0 26px;
  color: #20232a;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.24;
}

.cabecalhoS6Panico strong,
.rodapeS6Panico strong{
  color: #405b38;
  font-weight: 700;
}

.carrosselFeedbacksPanico{
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(280px, 410px) 54px;
  align-items: center;
  column-gap: 28px;
  width: min(574px, 100%);
  margin-left: -82px;
}

.trilhaFeedbacksPanico{
  display: grid;
}

.feedbackPanico{
  display: none;
  min-height: 260px;
  padding: 36px 42px 34px;
  text-align: center;
  color: #1f1720;
  background: rgba(255, 248, 238, .86);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(55, 44, 24, .13);
}

.feedbackPanicoAtivo{
  display: block;
}

.aspasFeedbackPanico{
  display: block;
  height: 32px;
  color: #c38d35;
  font-family: var(--font-title);
  font-size: 58px;
  font-weight: 700;
  line-height: .7;
}

.feedbackPanico h3{
  margin: 8px auto 12px;
  max-width: 250px;
  color: #1f1720;
  font-family: var(--font-title);
  font-size: clamp(22px, 1.65vw, 30px);
  font-weight: 600;
  line-height: 1.08;
}

.estrelasFeedbackPanico{
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 16px;
}

.estrelasFeedbackPanico img{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.feedbackPanico p{
  margin: 0 auto;
  max-width: 280px;
  color: #20232a;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.28;
}

.setaFeedbackPanico{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 248, 238, .92);
  box-shadow: 0 10px 22px rgba(55, 44, 24, .16);
  cursor: pointer;
}

.setaFeedbackPanico::before{
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid #405b38;
  border-right: 3px solid #405b38;
}

.setaFeedbackAnteriorPanico{
  justify-self: end;
}

.setaFeedbackAnteriorPanico::before{
  transform: rotate(-135deg);
  margin-left: 5px;
}

.setaFeedbackProximoPanico{
  justify-self: start;
}

.setaFeedbackProximoPanico::before{
  transform: rotate(45deg);
  margin-right: 5px;
}

.paginacaoFeedbacksPanico{
  display: flex;
  gap: 12px;
  width: min(410px, 100%);
  justify-content: center;
  margin: 18px 0 24px 0;
}

.paginacaoFeedbacksPanico button{
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #c38d35;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.paginacaoFeedbacksPanico .ativo{
  background: #c38d35;
}

.rodapeS6Panico{
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 22px;
  width: min(620px, 100%);
  margin-left: 0;
  padding: 18px 34px;
  color: #fff4df;
  background: rgba(45, 78, 39, .76);
  border: 1px solid rgba(234, 190, 120, .58);
  border-radius: 14px;
  backdrop-filter: blur(2px);
}

.rodapeS6Panico img{
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.rodapeS6Panico p{
  margin: 0;
  color: #fff4df;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.22;
}

.rodapeS6Panico strong{
  color: #f1c979;
}

.s7Panico{
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: clamp(42px, 5vw, 68px) clamp(22px, 6vw, 92px) 32px;
  color: #fff7de;
  background-image: url("../img/cursos/fundoPanicoS7.png");
  background-color: #061806;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoS7Panico{
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ofertaS7Panico{
  width: min(670px, 100%);
}

.cabecalhoS7Panico{
  margin-bottom: 18px;
  text-align: center;
}

.cabecalhoS7Panico h2{
  max-width: 520px;
  margin: 0 auto 10px;
  color: #fff7de;
  font-family: var(--font-title);
  font-size: clamp(48px, 5.3vw, 82px);
  font-weight: 700;
  line-height: .78;
}

.cabecalhoS7Panico h2 span{
  display: block;
  color: #f1c979;
}

.cabecalhoS7Panico p{
  max-width: 430px;
  margin: 0 auto;
  color: #fff7de;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.2;
}

.cabecalhoS7Panico strong{
  color: #f1c979;
  font-weight: 700;
}

.boxOfertaS7Panico{
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 210px;
  gap: 24px;
  width: min(610px, 100%);
  min-height: 190px;
  margin: 0 auto 12px;
  padding: 18px 20px 14px;
  background: rgba(5, 28, 8, .78);
  border: 1px solid rgba(234, 190, 120, .82);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}

.precoS7Panico{
  text-align: center;
}

.precoS7Panico > span{
  display: block;
  margin-bottom: 6px;
  color: #f1c979;
  font-family: var(--font-title);
  font-size: clamp(24px, 2.1vw, 34px);
  font-style: italic;
  line-height: 1;
}

.precoS7Panico p{
  margin: 0;
  color: #fff7de;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.1;
}

.precoS7Panico strong{
  display: block;
  color: #f1c979;
  font-family: var(--font-impact);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 900;
  line-height: .82;
}

.precoS7Panico small{
  display: block;
  margin: 4px 0 12px;
  color: #fff7de;
  font-family: var(--font-body);
  font-size: 14px;
}

.botaoOfertaS7Panico{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  width: min(360px, 100%);
  padding: 0 20px;
  color: #071b07;
  background: linear-gradient(90deg, #c58a2e, #f0c875, #c58a2e);
  border-radius: 6px;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.botaoOfertaS7Panico img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.garantiasOfertaS7Panico{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding-left: 6px;
}

.garantiasOfertaS7Panico div{
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
}

.garantiasOfertaS7Panico img{
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.garantiasOfertaS7Panico p{
  margin: 0;
  color: #fff7de;
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 1.12;
  text-transform: uppercase;
}

.garantiasOfertaS7Panico strong{
  display: block;
  font-weight: 900;
}

.recebeS7Panico{
  width: min(610px, 100%);
  margin: 0 auto 12px;
  padding: 8px 24px 14px;
  color: #261a16;
  background: rgba(255, 248, 230, .94);
  border: 1px solid rgba(234, 190, 120, .82);
  border-radius: 10px;
}

.recebeS7Panico h3{
  margin: 0 0 8px;
  color: #261a16;
  font-family: var(--font-title);
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.itensRecebeS7Panico{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.itensRecebeS7Panico div{
  text-align: center;
}

.itensRecebeS7Panico img{
  width: 58px;
  height: 58px;
  margin: 0 auto 6px;
  object-fit: contain;
}

.itensRecebeS7Panico p{
  margin: 0 auto;
  max-width: 120px;
  color: #071b07;
  font-family: var(--font-main);
  font-size: 10px;
  line-height: 1.12;
  text-transform: uppercase;
}

.itensRecebeS7Panico strong{
  font-weight: 900;
}

.rodapeS7Panico{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(860px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: rgba(5, 28, 8, .64);
  border: 1px solid rgba(234, 190, 120, .58);
  border-radius: 10px;
}

.rodapeS7Panico div{
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 14px 22px;
  border-right: 1px solid rgba(234, 190, 120, .4);
}

.rodapeS7Panico div:last-child{
  border-right: 0;
}

.rodapeS7Panico img{
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.rodapeS7Panico p{
  margin: 0;
  color: #fff7de;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.15;
}

.rodapeS7Panico strong{
  display: block;
  color: #f1c979;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

footer{
  background-image: url("../img/assetsRodape/fundoRodape.png");
  background-color: #0a1020;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-footer);
  padding: 2.2rem 1rem 0;
}

.rodapeMentoria{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.logoRodapeMentoria{
  width: 200px;
  height: auto;
  margin-top: 1.4rem;
}

.rodapeMentoria h2{
  margin: 0;
  padding-bottom: 20px;
  color: var(--color-footer);
  font-family: var(--font-title);
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.linhaRodapeMentoria{
  width: min(480px, 100%);
  height: 2px;
  object-fit: cover;
  opacity: .75;
}

.menuRodapeMentoria,
.redesRodapeMentoria{
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}

.menuRodapeMentoria span,
.redesRodapeMentoria a{
  color: var(--color-footer);
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
}

.redesRodapeMentoria a{
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 20px;
  text-decoration: none;
}

.redesRodapeMentoria img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}

footer .direitosReservados{
  padding: 2.2rem 0 1.2rem;
  color: var(--color-footer);
  font-family: var(--font-body);
  font-size: 14px;
  text-align: center;
}

footer .direitosReservados a{
  color: var(--color-white);
  font-size: 14px;
}

@media (max-width: 900px){
  .heroPanico{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    background-image:
      linear-gradient(180deg, rgba(4, 19, 42, .34) 0%, rgba(4, 19, 42, .58) 100%),
      url("../img/cursos/fundoPanicoMainMobile.png");
    background-position: right top;
  }

  .imgSirleiPanicoMobile{
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .conteudoHeroPanico{
    width: min(520px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 0 72px;
    text-align: center;
  }

  .tituloHeroPanico,
  .textoHeroPanico,
  .linhaDivisoriaPanico{
    margin-left: auto;
    margin-right: auto;
  }

  .seloPanico,
  .botoesPanico,
  .notaPanico{
    justify-content: center;
  }

  .textoHeroPanico{
    max-width: 330px;
  }

  .s1Panico{
    padding: 64px 22px 34px;
  }

  .conteudoS1Panico{
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 32px;
  }

  .colunaTextoS1Panico{
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .colunaTextoS1Panico h2,
  .introS1Panico{
    margin-left: auto;
    margin-right: auto;
  }

  .listaSintomasPanico{
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
  }

  .beneficiosS1Panico{
    grid-template-columns: 1fr;
    width: min(560px, 100%);
  }

  .beneficioS1Panico{
    border-right: 0;
    border-bottom: 1px solid rgba(176, 120, 45, .55);
  }

  .beneficioS1Panico:last-child{
    border-bottom: 0;
  }

  .s2Panico{
    padding: 60px 22px 54px;
    background-position: center top;
  }

  .conteudoS2Panico{
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 34px;
  }

  .colunaTextoS2Panico{
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .linhaS2Panico{
    margin-left: auto;
    margin-right: auto;
  }

  .textoS2Panico{
    max-width: 560px;
    margin: 0 auto;
  }

  .visualS2Panico{
    width: min(650px, 100%);
    min-height: auto;
    margin: 0 auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pulmaoS2Panico{
    width: min(380px, 82%);
  }

  .chamadasS2Panico{
    width: min(560px, 100%);
    margin: 26px auto 0;
    gap: 16px;
  }

  .itemChamadaS2Panico{
    grid-template-columns: 54px 1fr;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(176, 120, 45, .34);
  }

  .itemChamadaS2Panico:last-child{
    border-bottom: 0;
  }

  .linhaChamadaS2Panico{
    display: none;
  }

  .cardS2Panico{
    width: min(560px, 100%);
  }

  .s3Panico,
  .s4Panico{
    padding: 58px 22px 44px;
    background-position: center top;
  }

  .cabecalhoS3Panico,
  .cabecalhoS4Panico{
    margin-bottom: 30px;
  }

  .gridS3Panico,
  .gridS4Panico{
    grid-template-columns: repeat(2, 1fr);
    width: min(720px, 100%);
  }

  .cardAprendizadoS3Panico,
  .cardApoioS4Panico{
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 176px;
    padding: 26px 22px;
  }

  .cardAprendizadoS3Panico img,
  .cardApoioS4Panico img{
    width: 66px;
    height: 66px;
  }

  .rodapeS3Panico,
  .rodapeS4Panico{
    grid-template-columns: 76px 1fr;
    width: min(720px, 100%);
    gap: 18px;
    padding: 20px 26px;
  }

  .rodapeS3Panico span,
  .rodapeS4Panico span{
    display: none;
  }

  .rodapeS3Panico p:last-child,
  .rodapeS4Panico p:last-child{
    grid-column: 2;
  }

  .s5Panico{
    min-height: auto;
    padding: 62px 22px 54px;
    background-position: 62% top;
  }

  .colunaS5Panico{
    width: min(520px, 100%);
  }

  .playerS5Panico{
    width: min(500px, 100%);
  }

  .sobreSirlei{
    padding: 0 22px 56px;
    background-image: none;
    background-color: #f6ead6;
  }

  .imgMobileSobreSirlei{
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    margin: 0 -22px 34px;
  }

  .conteudoSobreSirlei{
    display: block;
    width: min(430px, 100%);
    min-height: auto;
    margin: 0 auto;
  }

  .textoSobreSirlei{
    padding: 0;
    text-align: center;
  }

  .linhaSobreSirlei{
    margin-left: auto;
    margin-right: auto;
  }

  .pilaresSobreSirlei{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(360px, 100%);
    margin: 30px auto 0;
    gap: 16px;
  }

  .pilarSobreSirlei{
    grid-template-columns: 40px 1fr;
    width: min(260px, 100%);
    padding: 0;
    border-right: 0;
    text-align: left;
  }

  .s6Panico{
    min-height: auto;
    padding: 62px 22px 54px;
    background-position: center top;
  }

  .cabecalhoS6Panico{
    margin: 0 auto;
    text-align: center;
  }

  .linhaS6Panico,
  .cabecalhoS6Panico p{
    margin-left: auto;
    margin-right: auto;
  }

  .carrosselFeedbacksPanico{
    margin-left: auto;
    margin-right: auto;
  }

  .paginacaoFeedbacksPanico{
    margin-left: auto;
    margin-right: auto;
  }

  .rodapeS6Panico{
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .s7Panico{
    min-height: auto;
    padding: 58px 22px 34px;
    background-position: center top;
  }

  .ofertaS7Panico{
    margin: 0 auto;
  }

  .rodapeS7Panico{
    grid-template-columns: 1fr;
    width: min(610px, 100%);
  }

  .rodapeS7Panico div{
    border-right: 0;
    border-bottom: 1px solid rgba(234, 190, 120, .4);
  }

  .rodapeS7Panico div:last-child{
    border-bottom: 0;
  }
}

@media (max-width: 620px){
  .heroPanico{
    background-image:
      linear-gradient(180deg, rgba(4, 19, 42, .32) 0%, rgba(4, 19, 42, .66) 100%),
      url("../img/cursos/fundoPanicoMainMobile.png");
    background-position: right top;
  }

  .imgSirleiPanicoMobile{
    max-width: none;
  }

  .conteudoHeroPanico{
    width: 100%;
    padding: 30px 18px 58px;
  }

  .linhaTituloPanico{
    grid-template-columns: 1fr auto 1fr;
    column-gap: 12px;
    font-size: 18px;
  }

  .tituloHeroPanico h1{
    font-size: clamp(36px, 10.4vw, 42px);
    margin: 20px 0 18px;
  }

  .textoHeroPanico{
    width: min(300px, 100%);
    margin-top: 24px;
  }

  .seloPanico{
    align-items: center;
    gap: 14px;
  }

  .seloPanico img{
    width: 58px;
  }

  .seloPanico p{
    max-width: 240px;
    font-size: 16px;
  }

  .botoesPanico{
    align-items: center;
    flex-direction: column;
    width: min(330px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .botaoPanico{
    width: min(100%, 300px);
  }

  .menuRodapeMentoria,
  .redesRodapeMentoria{
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
  }

  .s1Panico{
    padding: 52px 18px 30px;
  }

  .colunaTextoS1Panico h2{
    font-size: clamp(40px, 12vw, 52px);
  }

  .introS1Panico{
    font-size: 18px;
  }

  .itemSintomaPanico{
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .itemSintomaPanico img{
    width: 46px;
    height: 46px;
  }

  .cardS1Panico{
    padding: 30px 22px;
  }

  .iconeCardS1Panico{
    width: 104px;
    height: 104px;
    margin-bottom: 24px;
  }

  .iconeCardS1Panico img{
    width: 104px;
  }

  .fraseCardS1Panico{
    margin-bottom: 24px;
  }

  .beneficioS1Panico{
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 14px 18px;
  }

  .beneficioS1Panico img{
    width: 44px;
    height: 44px;
  }

  .s2Panico{
    padding: 52px 18px 46px;
  }

  .colunaTextoS2Panico h2{
    font-size: clamp(36px, 11vw, 48px);
  }

  .linhaS2Panico{
    width: 170px;
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .textoS2Panico{
    font-size: 17px;
  }

  .textoS2Panico p{
    margin-bottom: 18px;
  }

  .pulmaoS2Panico{
    width: min(330px, 100%);
  }

  .chamadasS2Panico{
    margin-top: 18px;
  }

  .itemChamadaS2Panico{
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .itemChamadaS2Panico img{
    width: 48px;
    height: 48px;
  }

  .itemChamadaS2Panico p{
    font-size: 15px;
  }

  .cardS2Panico{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px;
    text-align: center;
  }

  .iconeCardS2Panico{
    justify-self: center;
    width: 76px;
    height: 76px;
  }

  .iconeCardS2Panico img{
    width: 76px;
    height: 76px;
  }

  .s3Panico,
  .s4Panico{
    padding: 50px 18px 38px;
  }

  .cabecalhoS3Panico h2,
  .cabecalhoS4Panico h2{
    font-size: clamp(38px, 12vw, 52px);
  }

  .cabecalhoS3Panico p,
  .cabecalhoS4Panico p{
    font-size: 17px;
  }

  .gridS3Panico,
  .gridS4Panico{
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(430px, 100%);
  }

  .cardAprendizadoS3Panico,
  .cardApoioS4Panico{
    grid-template-columns: 64px 1fr;
    gap: 16px;
    min-height: auto;
    padding: 22px 18px;
  }

  .cardAprendizadoS3Panico img,
  .cardApoioS4Panico img{
    width: 58px;
    height: 58px;
  }

  .cardAprendizadoS3Panico span,
  .cardApoioS4Panico span{
    font-size: 28px;
    margin-bottom: 8px;
  }

  .cardAprendizadoS3Panico h3,
  .cardApoioS4Panico h3{
    font-size: 23px;
    margin-bottom: 10px;
  }

  .rodapeS3Panico,
  .rodapeS4Panico{
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    width: min(430px, 100%);
    padding: 22px 20px;
    text-align: center;
  }

  .rodapeS3Panico img,
  .rodapeS4Panico img{
    width: 68px;
    height: 68px;
  }

  .rodapeS3Panico p:last-child,
  .rodapeS4Panico p:last-child{
    grid-column: auto;
  }

  .s5Panico{
    padding: 52px 18px 42px;
    background-image:
      linear-gradient(180deg, rgba(255, 247, 232, .76) 0%, rgba(255, 247, 232, .9) 100%),
      url("../img/cursos/fundoPanicoS5.png");
    background-position: 62% top;
  }

  .colunaS5Panico{
    margin: 0 auto;
    text-align: center;
  }

  .colunaS5Panico h2{
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .linhaS5Panico{
    margin-left: auto;
    margin-right: auto;
  }

  .textoS5Panico{
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .playerS5Panico{
    padding: 24px 20px 22px;
  }

  .cabecalhoPlayerS5Panico{
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-align: center;
  }

  .cabecalhoPlayerS5Panico img{
    width: 74px;
    height: 74px;
  }

  .cabecalhoPlayerS5Panico span{
    margin-left: auto;
    margin-right: auto;
  }

  .controlesPlayerS5Panico{
    gap: 8px;
  }

  .controlesPlayerS5Panico button{
    width: 42px;
    height: 42px;
  }

  .playS5Panico{
    width: 62px !important;
    height: 62px !important;
  }

  .playS5Panico img{
    width: 62px !important;
    height: 62px !important;
  }

  .notaS5Panico{
    margin: 22px auto 0;
    font-size: 16px;
  }

  .sobreSirlei{
    padding: 0 18px 42px;
    background-image: none;
    background-color: #f6ead6;
  }

  .imgMobileSobreSirlei,
  .imgMobileS6Panico,
  .imgMobileS7Panico{
    display: block;
    width: calc(100% + 36px);
    max-width: none;
    margin: 0 -18px 28px;
  }

  .imgMobileSobreSirlei{
    margin-bottom: 34px;
  }

  .conteudoSobreSirlei{
    display: block;
    width: min(430px, 100%);
  }

  .textoSobreSirlei{
    padding: 0;
    text-align: center;
  }

  .textoSobreSirlei h2{
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .subtituloSobreSirlei{
    font-size: clamp(22px, 7vw, 30px) !important;
  }

  .textoSobreSirlei p{
    font-size: 17px;
  }

  .pilaresSobreSirlei{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(360px, 100%);
    margin: 30px auto 0;
    gap: 16px;
  }

  .pilarSobreSirlei{
    grid-template-columns: 40px 1fr;
    width: min(260px, 100%);
    padding: 0;
    text-align: left;
  }

  .pilarSobreSirlei img{
    width: 36px;
    height: 36px;
  }

  .s6Panico{
    padding: 0 18px 42px;
    background-image: linear-gradient(180deg, #fff7e8 0%, #f6ead6 24%, #071307 100%);
    background-color: #071307;
  }

  .cabecalhoS6Panico h2{
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .carrosselFeedbacksPanico{
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    column-gap: 12px;
    width: min(430px, 100%);
  }

  .feedbackPanico{
    min-height: auto;
    padding: 30px 24px 28px;
  }

  .setaFeedbackPanico{
    width: 42px;
    height: 42px;
  }

  .setaFeedbackPanico::before{
    width: 10px;
    height: 10px;
  }

  .rodapeS6Panico{
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    width: min(430px, 100%);
    padding: 22px 20px;
    text-align: center;
  }

  .rodapeS6Panico img{
    width: 52px;
    height: 52px;
  }

  .s7Panico{
    padding: 0 18px 30px;
    background-image: none;
    background-color: #071307;
  }

  .cabecalhoS7Panico h2{
    font-size: clamp(40px, 12vw, 54px);
  }

  .boxOfertaS7Panico{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .garantiasOfertaS7Panico{
    width: min(260px, 100%);
    margin: 0 auto;
    padding-left: 0;
  }

  .recebeS7Panico{
    padding: 12px 18px 16px;
  }

  .itensRecebeS7Panico{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .itensRecebeS7Panico div{
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .itensRecebeS7Panico img{
    margin: 0;
  }

  .itensRecebeS7Panico p{
    max-width: none;
    margin: 0;
  }

  .rodapeS7Panico div{
    padding: 14px 18px;
  }
}

@media (max-width: 420px){
  .tituloHeroPanico h1{
    font-size: clamp(31px, 9.2vw, 36px);
    margin: 18px 0 16px;
  }

  .linhaTituloPanico{
    font-size: 15px;
  }

  .textoHeroPanico{
    width: 72%;
    font-size: 16px;
  }

  .notaPanico{
    align-items: flex-start;
  }

  .logoRodapeMentoria{
    width: 128px;
  }

  .rodapeMentoria h2{
    font-size: 24px;
  }
}
