/*****************************
  *  GENERAL
  ******************************/
:root {
  --fsa-color-white: rgb(255, 255, 255);
  --fsa-color-white-20: rgba(255, 255, 255, 0.2);
  --fsa-color-white-50: rgba(255, 255, 255, 0.5);
  --fsa-color-taupe-gray: rgb(136, 136, 136);
  --fsa-color-black: rgb(0, 0, 0);
  --fsa-color-black-20: rgba(0, 0, 0, 0.2);
  --fsa-color-black-40: rgba(0, 0, 0, 0.4);
  --fsa-color-black-60: rgba(0, 0, 0, 0.6);
  --fsa-color-black-80: rgba(0, 0, 0, 0.8);
  --fsa-color-columbia-blue: rgb(200, 213, 220);
  --fsa-color-boy-blue: rgb(99, 161, 215);
  --fsa-color-boy-blue-70: rgba(99, 161, 215, 0.7);
  --fsa-color-police-blue: rgb(50, 74, 109);
  --fsa-color-usafa-blue: rgb(2, 80, 155);
  --fsa-color-usafa-blue-70: rgba(2, 80, 155, 0.702);
  --fsa-color-blueberry: rgb(70, 127, 247);
  --fsa-color-skyblue: rgb(0, 223, 255);
  --fsa-color-indigo-dye: rgb(15, 38, 147);
  --fsa-color-space-cadet: rgb(18, 15, 92);
  --fsa-color-ripe-mango: rgb(255, 192, 28);
  --fsa-color-rose-pink: rgb(255, 110, 223);
  --fsa-color-lime-green: rgb(42, 207, 44);
  --fsa-color-red: rgb(255, 0, 0);
  --fsa-color-ue-red: rgb(192, 7, 7);

  --fsa-color-earth-yellow: rgb(220, 167, 104);
  --fsa-color-maastricht-blue: rgb(12, 39, 58);
  --fsa-color-ateneo-blue: rgb(0, 78, 104);
}

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

@font-face {
  font-family: 'Cogley';
  src: url('../../vendor/font/');
  src: url('../../vendor/font/?#iefix') format('embedded-opentype'),
    url('../../vendor/font/Cogley.woff2') format('woff2'),
    url('../../vendor/font/Cogley.woff') format('woff'),
    url('../../vendor/font/Cogley.ttf') format('truetype'),
    url('../../vendor/font/Cogley.svg#Cogley') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ambit';
  src: url('../../vendor/font/Ambit-Black.eot');
  src: url('../../vendor/font/Ambit-Black.eot?#iefix') format('embedded-opentype'),
    url('../../vendor/font/Ambit-Black.woff2') format('woff2'),
    url('../../vendor/font/Ambit-Black.woff') format('woff'),
    url('../../vendor/font/Ambit-Black.ttf') format('truetype'),
    url('../../vendor/font/Ambit-Black.svg#Ambit-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../../vendor/font/Poppins-Regular.eot');
  src: local('../../vendor/font/Poppins Regular'), local('Poppins-Regular'),
    url('../../vendor/font/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../vendor/font/Poppins-Regular.woff2') format('woff2'),
    url('../../vendor/font/Poppins-Regular.woff') format('woff'),
    url('../../vendor/font/Poppins-Regular.ttf') format('truetype'),
    url('../../vendor/font/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../../vendor/font/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: url('../../vendor/font/montserrat-v31-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../../vendor/font/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('../../vendor/font/montserrat-v31-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../../vendor/font/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../../vendor/font/montserrat-v31-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../vendor/font/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../../vendor/font/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../../vendor/font/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../../vendor/font/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../../vendor/font/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../../vendor/font/montserrat-v31-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../../vendor/font/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../../vendor/font/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../../vendor/font/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('../../vendor/font/montserrat-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../../vendor/font/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('../../vendor/font/montserrat-v31-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  height: 100%;
}

body {
  font-size: 1rem;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  color: var(--fsa-color-taupe-gray);
  background-color: var(--fsa-color-white);
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ambit';
  font-weight: 900;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: var(--e-global-color-text);
}

p {
  font-family: "Poppins";
  color: var(--fsa-color-taupe-gray);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0px;
}

a {
  color: var(--fsa-color-usafa-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--fsa-color-boy-blue);
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

.fsa-col-25 {
  width: 25%;
}

.fsa-col-50 {
  width: 50%;
}

main {
  margin-top: 125px;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}



/*****************************
  * Black Friday SECTION
  ******************************/
.fsa-black-friday {
  background: #042029;
  background: linear-gradient(90deg, 
  #b666d4 0%, 
  #8055a8 15%, 
  #5a4a8e 25%, 
  #3d5580 40%, 
  #2d5575 55%, 
  #1f4a68 70%, 
  #153d5a 85%, 
  #0d2f4a 100%
);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  /*padding: 25px 0px 25px 0px;*/
}

.fsa-black-friday.black-pos {
	background: #02030B ;
	background: linear-gradient(90deg,rgba(2, 3, 11, 1) 17%, rgba(72, 120, 133, 1) 50%, rgba(2, 3, 11, 1) 84%); 

}	

.fsa-black-friday .texto-black {
  font-size: 1rem;
  padding-top: 10px;
  font-weight: 400;
  position: relative;
  top: -8px;
  z-index: 2;
  display: block;
  line-height: 1rem;
}

.fsa-black-friday .texto-black-grad {
  font-size: 1rem;
  padding-top: 10px;
  font-weight: 400;
  position: relative;
  top: -8px;
  z-index: 2;
  display: block;
  line-height: 1em;
  margin-top: 10px;
  text-wrap: balance;

}

.fsa-black-friday .texto-desconto-100 {
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  top: -8px;
  z-index: 2;
  display: block;
  line-height: 1em;
  margin-top: 10px;
  text-wrap: balance;

}

.fsa-black-friday .texto-black-grad:first-of-type {
  margin-top: 20px;
}

.fsa-black-friday .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.destaque-black{
	color: #00ff01;
	font-weight: 700
}

.destaque-black-pos{
	color: #dca768;
	font-weight: 700
}

.fsa-black-friday .fsa-buttons-container {
 margin-bottom: 15px;
 margin-top: 10px
}

.fsa-black-friday img{
-webkit-user-drag: none;
  user-drag: none;
}

#black-pos-mensalidade{
    font-size: 4em;
    text-align: center;
	line-height: 1.1em;
}

#black-pos-mensalidade-destaque{
    color: #dca768;
}
#black-pos-mensalidade-p{
	padding-top: 10px
}





/*****************************
    *  SECTION
    ******************************/
.fsa-container {
  height: 100%;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.fsa-section {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.fsa-section:last-child {
  padding-bottom: 4rem;
}

.fsa-archive .fsa-section:not(.fsa-top-section) {
  padding: 6rem 0;
}

.fsa-single .fsa-section:not(.fsa-top-section) {
  padding-top: 7rem;
}

.fsa-top-section {
  height: 540px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.fsa-top-section .fsa-button-subscribe {
  width: initial;
  min-width: 256px;
}

.fsa-section-title {
  text-align: center;
}

.fsa-section-title-first-span {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 4px;
  color: var(--fsa-color-rose-pink);
  display: block;
}

.fsa-section-title-second-span {
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.2em;
  color: var(--fsa-color-police-blue);
  display: block;
}

.fsa-section-text,
.fsa-section-text p {
  padding: 0 8rem;
  color: var(--fsa-color-taupe-gray);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  text-align: center;
}

.fsa-content-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*****************************
    *  BUTTON
    ******************************/
.fsa-buttons-container {
  width: 100%;
  display: flex;
  gap: 0 30px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: stretch;
}

.fsa-button {
  padding: 12px 16px;
  width: 100%;
  max-width: 430px;
  height: auto;
  font-family: 'Ambit';
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 0px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  outline: none;
  border: none;
}

.fsa-button:not(.fsa-filter-button)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 102, 105, 0.2);
  transition: left 0.3s;
  z-index: 1;
}

.fsa-button:hover::before,
.fsa-button:focus::before {
  left: 0%;
}

.fsa-button-primary {
  background-color: var(--fsa-color-skyblue);
  color: var(--fsa-color-space-cadet);
}

.fsa-button-primary:hover,
.fsa-button-primary:focus {
  color: var(--fsa-color-space-cadet);
}

.fsa-button-secondary {
  background-color: var(--fsa-color-space-cadet);
  color: var(--fsa-color-white);
}

.fsa-button-secondary:hover,
.fsa-button-secondary:focus {
  color: var(--fsa-color-white);
}

.fsa-button-tertiary {
  flex-basis: fit-content;
  background-color: var(--fsa-color-rose-pink);
  color: var(--fsa-color-space-cadet);
}

.fsa-button-tertiary:hover,
.fsa-button-tertiary:focus {
  color: var(--fsa-color-space-cadet);
}

.fsa-button-subscribe {
  background-color: var(--fsa-color-lime-green);
  color: var(--fsa-color-space-cadet);
}

.modal .fsa-button-subscribe {
  max-width: 100%;
}

.fsa-button-subscribe:hover,
.fsa-button-subscribe:focus {
  color: var(--fsa-color-space-cadet);
}

.fsa-button-primary svg {
  fill: var(--fsa-color-space-cadet);
}

.fsa-button-secondary svg {
  fill: var(--fsa-color-white);
}

.fsa-button-tertiary svg {
  fill: var(--fsa-color-space-cadet);
}

.fsa-button-subscribe svg {
  fill: var(--fsa-color-space-cadet);
}

.fsa-button-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fsa-button-wrapper svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

/*****************************
    *  DIVIDER
    ******************************/
.fsa-divider {
  display: flex;
  padding-block-start: 15px;
  padding-block-end: 15px;
}

.fsa-divider-line {
  border-block-start: 0.2px solid var(--fsa-color-columbia-blue);
  width: 100%;
  display: flex;
  margin: 0;
  direction: ltr;
}

.fsa-divider-memphis {
  width: 420px;
  margin: 0 auto;
  min-height: 20px;
  -webkit-mask-size: 20px 100%;
  mask-size: 20px 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  background-color: var(--fsa-color-police-blue);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
}

/*****************************
    *  CALL TEXT
    ******************************/
.fsa-call-text {
  padding-top: 9rem;
  text-align: center;
  color: var(--fsa-color-police-blue);
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 10px;
}

.fsa-call-text strong {
  font-weight: 700;
}

/*****************************
    *  SHAPE
    ******************************/
.fsa-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  fill: var(--fsa-color-white);
}

.fsa-shape-top {
  top: -1px;
}

.fsa-shape-bottom {
  bottom: -1px;
  transform: rotate(180deg);
}

.fsa-shape svg {
  height: 34px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*****************************
    *  BANNER SECTION
    ******************************/
.fsa-banner-section {
  padding: 7rem 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.fsa-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.fsa-banner-content img {
  margin: 0;
  max-width: 50%;
  height: auto;
}

/*****************************
    *  LIST
    ******************************/
.fsa-list-container {
  margin-top: 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fsa-list-item {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.fsa-list-item-first {
  display: flex;
  align-items: center;
}

.fsa-list-item-icon {
  width: 50px;
  height: 50px;
}

.fsa-list-item-icon svg {
  height: 100%;
  color: var(--fsa-color-rose-pink);
}

.fsa-list-item-title {
  color: var(--fsa-color-police-blue);
  font-weight: 900;
}

.fsa-list-item-badge {
  margin-left: 5px;
  padding: 2px 5px;
  color: var(--fsa-color-white);
  background-color: var(--fsa-color-boy-blue);
  font-weight: 600;
  border-radius: 2px;
}

.fsa-list-item-second {
  display: flex;
  flex-direction: column;
  text-align: start;
  padding-left: 15px;
}

.fsa-list-item-text {
  text-align: start;
}

.fsa-list-item-text p {
  margin: 0;
}

.fsa-list-item-subtitle {
  color: var(--fsa-color-police-blue);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.fsa-list-item-currency {
  color: var(--fsa-color-police-blue);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

/*****************************
    *  SWIPPER
    ******************************/
.swiper {
  margin: 1rem 0;
  padding: 1.5rem 0;
}

.swiper-pagination-bullet-active {
  background: var(--fsa-color-usafa-blue);
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  color: var(--fsa-color-white);
  background-color: var(--fsa-color-usafa-blue);
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}

/*****************************
    *  CAROUSEL
    ******************************/
.fsa-main-swiper {
  padding-bottom: 40px;
}

.fsa-carousel-swiper {
  padding: 30px 0;
  height: 402px;
  width: 100%;
}

.fsa-carousel-image {
  background: no-repeat 50%;
  background-size: cover;
  height: 100%;
  position: relative;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;
}

/*****************************
    *  CARD
    ******************************/
.fsa-card-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fsa-card-item {
  margin: 5px 0;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.fsa-card-title {
  margin-bottom: 20px;
}

.fsa-card-description {
  margin-bottom: 40px;
}

.fsa-card-item .fsa-buttons-container {
  margin-top: auto;
  margin-bottom: 0;
}

/*****************************
    *  FILTER
    ******************************/
.fsa-filter-container {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fsa-filter-item {
  padding: 5px;
}

.fsa-filter-button {
  background-color: var(--fsa-color-rose-pink);
  color: var(--fsa-color-space-cadet);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fsa-filter-button:hover,
.fsa-filter-button:focus {
  background-color: var(--fsa-color-space-cadet);
  color: var(--fsa-color-rose-pink);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fsa-filter-button.active {
  background-color: var(--fsa-color-space-cadet);
  color: var(--fsa-color-rose-pink);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*****************************
    *  COURSES
    ******************************/
.fsa-course-filters {
  margin-bottom: 2rem;
  display: grid;
  grid-template-areas: ". . . button";
  align-items: flex-end;
  gap: 10px;
}

.fsa-course-filter-button {
  grid-area: button;
}

.fsa-course-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fsa-course-item {
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
}

.fsa-course-item.hiding {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.fsa-course-item.hidden {
  display: none;
}

.fsa-spin-container::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fsa-color-boy-blue);
  opacity: 0.9;
  transition: bottom 0.2s;
  z-index: 1;
}

.fsa-spin-container:hover::before,
.fsa-spin-container:focus::before {
  bottom: 0%;
}

.fsa-spin-container {
  position: relative;
}

.fsa-spin-img-container {
  position: relative;
  overflow: hidden;
}

.fsa-spin-img {
  width: 100%;
  height: auto;
}

.fsa-spin-title-container {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  transition: top 0.2s;
}

.fsa-spin-container:hover .fsa-spin-title-container,
.fsa-spin-container:focus .fsa-spin-title-container {
  top: -100%;
  transition: top 0.2s;
}

.fsa-spin-title {
  color: var(--fsa-color-white);
  font-size: 1.4rem;
}

.fsa-spin-subtitle {
  color: var(--fsa-color-rose-pink);
  font-size: 0.9rem;
  font-weight: 700;
}

.fsa-spin-link-container {
  padding: 1rem;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: bottom 0.2s;
  z-index: 2;
}

.fsa-spin-container:hover .fsa-spin-link-container,
.fsa-spin-container:hover .fsa-spin-link-container {
  bottom: 0%;
  transition: bottom 0.2s;
}

.fsa-spin-description {
  color: #120f5c;
  font-weight: 700;
}

.fsa-spin-link {
  color: var(--fsa-color-space-cadet);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fsa-spin-link:hover,
.fsa-spin-link:focus {
  color: var(--fsa-color-space-cadet);
  text-decoration: underline;
}

/*****************************
  *  EMBED VIDEO
  ******************************/
.fsa-embed-video-container {
  height: 100%;
  display: flex;
}

.fsa-embed-video-content {
  margin: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.fsa-embed-video-inner {
  width: 100%;
  aspect-ratio: 1.77777;
}

.fsa-embed-video-inner .lev-play {
  background-color: var(--fsa-color-boy-blue);
}

.fsa-embed-video-inner .lev-play:hover,
.fsa-embed-video-inner .lev-play:focus {
  background-color: var(--fsa-color-usafa-blue);
}




/* Responsivo */
@media (max-width: 768px) {
  #blogSwiper .swiper-slide {
    height: 350px;
  }
  
  .blog-card-title {
    font-size: 1.1rem;
  }
  
  .blog-card-excerpt {
    font-size: 0.85rem;
  }
}

#podcastSwiper {
  padding: 20px 0 50px 0;
}

#podcastSwiper .swiper-slide {
  height: auto;
}

.podcast-card {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.podcast-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.podcast-card-image {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Aspect ratio 16:9 */
  overflow: hidden;
  background: #000;
}

.podcast-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.podcast-card:hover .podcast-card-image img {
  transform: scale(1.05);
}

/* Ícone de Play */
.podcast-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.podcast-card:hover .podcast-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.podcast-card-content {
  padding: 20px;
}

.podcast-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.4;
  color: #333;
  
  /* Limitar a 2 linhas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.08rem;
}

.podcast-card-date {
  font-size: 0.9rem;
  color: #666;
  display: block;
}

/* Paginação */
#podcastSwiper .swiper-pagination-bullet-active {
  background: #667eea;
}

/* Responsivo */
@media (max-width: 768px) {
  .podcast-card-title {
    font-size: 1rem;
    min-height: 2.8rem;
  }
  
  .podcast-card-content {
    padding: 15px;
  }
  
  .podcast-play-icon svg {
    width: 50px;
    height: 50px;
  }
}

#inscreva-footer{
  background-color: #f4f4f4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


#inscreva-footer a {
  width: 30vw;
  padding: 13px 50px;
  border-radius: 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  color: #042D5C;
  margin-top: 30px;
  margin-bottom: 13px;
  background-color: #65FFF2;
}

#inscreva-footer a:hover {
  color: #1c5ca6;
  font-style: italic;
  background-color: #bafff9;
}

/* Coloque isso no FINAL do arquivo CSS */
section.fsa-black-friday a.btn-natal-whatsapp,
section.fsa-black-friday a.btn-natal-whatsapp:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background-color: #0bf800 !important;
  color: #0f334f !important;
  padding: 15px 30px !important;
  border-radius: 50px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4) !important;
  line-height: 1 !important;
  margin-top: 20px;
}

section.fsa-black-friday a.btn-natal-whatsapp:hover,
section.fsa-black-friday a.btn-natal-whatsapp:focus {
  background-color: #128C7E !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5) !important;
}

/*****************************
    *  MEDIA QUERIES
    ******************************/
@media (max-width: 1199.98px) {

  #section-depoimentos-home .imagens-fundacao{
   display: none;
  }
  .fsa-spin-title {
    font-size: 1.2rem;
  }

  .fsa-spin-description {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }

  .fsa-spin-link {
    font-size: 1rem;
  }

  .section-home {
    padding: 6rem 10vw 6rem 10vw;
  }
}

@media (max-width: 991.98px) {

  .section-home {
    padding: 6rem 2vw 6rem 2vw;
  }

  #section-modalidades-home h1 {
    font-size: 6vw;
  }
  #section-banner-home {
    background-size: 150%; 
    background-position: center center; 
    height: 40vw; 
   
  }

  #inscreva-footer a {
    width: 50vw;
  }

  .fsa-archive .fsa-section:not(.fsa-top-section) {
    padding: 4rem 0;
  }

  .fsa-section-title-second-span {
    font-size: 2.5rem;
  }

  .fsa-section-text {
    padding: 0 4rem;
  }

  .fsa-buttons-container:not(.fsa-top-section) {
    gap: 10px;
  }

  .fsa-buttons-container:has(.fsa-top-section) {
    flex-direction: column;
    gap: 15px 0;
  }

  .fsa-button {
    padding: 12px 9px;
    font-size: 0.8rem;
  }

  .fsa-divider-memphis {
    width: 210px;
  }

  .fsa-list-container,
  .fsa-card-container,
  .fsa-course-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .fsa-course-filters {
    grid-template-areas:
      ". . ."
      ". . button";
    gap: 1rem;
  }

  .fsa-black-friday .texto-black-grad {
    font-size: 0.8rem;
  }

  
}

@media (max-width: 767.98px) {
  

  .fsa-archive .fsa-section:not(.fsa-top-section) {
    padding: 2rem 0;
  }

  .fsa-archive .fsa-top-section {
    height: 60vh;
  }

  .fsa-top-section .fsa-buttons-container {
    margin-bottom: 15px;
  }

  .fsa-buttons-container {
    flex-direction: column;
  }

  .fsa-button {
    line-height: 1.4;
    font-size: 14px;
  }

  .fsa-button-wrapper svg {
    width: 20px;
    height: 20px;
  }

  .fsa-banner-content-img {
    padding: 20px;
  }

  .fsa-divider-memphis {
    width: 105px;
  }

  .fsa-single .fsa-section:not(.fsa-top-section) {
    padding-top: 4.5rem;
  }

  .fsa-list-item-badge {
    font-size: 0.8rem;
  }

  .fsa-section-title-first-span {
    font-size: 1rem;
    text-transform: uppercase;
  }

  .fsa-section-title-second-span {
    width: 100%;
    font-size: 1.8rem;
  }

  .fsa-section-text,
  .fsa-section-text p {
    font-size: 16px;
    padding: 0;
  }

  .fsa-call-text {
    padding-top: 4.5rem;
  }

  .fsa-course-filters {
    grid-template-areas:
      ". ."
      ". button";
    gap: 0.5rem;
  }

  .form-control {
    line-height: 1;
  }

  .fsa-list-container,
  .fsa-card-container,
  .fsa-course-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  .fsa-black-friday .texto-black{
     text-align: center;
     margin: 0px;
  }
  .fsa-black-friday .texto-black-grad{
    font-size: 1.2rem;
     text-align: center;
     padding: 0px;
  }

  #inscreva-footer a {
    width: 45vw;
  }
}

@media (max-width: 575.98px) {
  #section-banner-home {
    background-size: 170%; 
    background-position: center center; 
    height: 45vw; 
   
  }
}

@media (max-width: 499.98px) {

  .fsa-black-friday .texto-desconto-100 {
  font-size: 0.5rem;

}
	.fsa-black-friday{
		padding: 20px; 
  }
  .fsa-black-friday img{
    width: 70%;
    height: auto;
  }
  .fsa-black-friday .texto-black-grad{
    font-size: 0.9rem;
  }
  .fsa-black-friday .texto-black-grad {
    margin-top: 0px;
}
  .fsa-black-friday .texto-black-grad:first-of-type {
    margin-top: 10px;
}
section.fsa-black-friday a.btn-natal-whatsapp, section.fsa-black-friday a.btn-natal-whatsapp:visited {
  margin: 0px;
  margin-top: 7px
}
	}



