.test_btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 32px;
  right: 32px;
  width: 110px;
  height: 104px;
  transform: rotate(8deg);
  scale: 1;
  background-image: url('../assets/images/teste.svg');
  filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.25));
  transition: scale 0.08s, transform 0.12s;
  padding: 16px;
  line-height: 19.5px !important;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  gap: 2px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: background-color 0.2s;
}
.test_btn img{
  filter: invert(1);
}
.test_btn:hover{
  scale: 1.10;
  transform: rotate(5deg);
  transition: scale 0.08s, transform 0.12s, filter 0.08s;
  filter: drop-shadow(12px 12px 6px rgba(0, 0, 0, 0.25));
}
.test_btn:active{
  scale: 0.96;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.25));
}
banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
  height: 314px;
  width: 100%;
}
banner .background{
  position: absolute;
  background-image: linear-gradient(rgba(36, 61, 101, 0),rgba(36, 61, 101, 0)), url('../assets/images/servicesndPrices.jpg'); 
  background-size: cover;
  background-position: center;
  height: inherit;
  width: 100%;
}
body.darkmode banner .background{
  background-image: linear-gradient(rgba(36, 61, 101, 0.32),rgba(36, 61, 101, 0.32)), url('../assets/images/servicesndPrices.jpg'); 
}
banner .filter{
  position: absolute;
  content: '';
  height: inherit;
  width: 100%;
  background: linear-gradient(90deg,rgba(45, 66, 103, 0.88) 0%, rgba(45, 66, 103, 0.88) 50%, rgba(45, 66, 103, 0.88) 100%);
}
banner .content{
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100%;
  max-width: 1318px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 2;
  gap:18px;
}
banner .text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 620px;
  line-height: 32px;
  gap: 18px;
}
banner .text p{
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  font-size: 18px;
  font-weight: 700;
  max-width: 694px;
  line-height: 32px;
}
h2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  max-width: 740px;
  line-height: 36px;
  text-shadow: 0px 0px 2.5px rgba(255, 255, 255, 1);
}

@media only all and (min-width: 1380px){
  banner .content{
    padding: 64px 0!important;
  }
}

@media only all and (max-width: 820px){
  .test_btn{
    width: 100px;
    height: 95px;
    font-size: 18px;
    background-size: contain;
    right: 15px;
    bottom: 15px;
  }
  banner .content{
    align-items: center!important;
    justify-content: center!important;
  }
  banner .text p{
    align-items: center!important;
    text-align: center!important;
  }
  h2{
    align-items: center!important;
    text-align: center!important;
  }
}

@media only all and (max-width: 620px){
  banner{
    height: 512px;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

baseIntro{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.introContainer{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 1318px!important;
  gap: 44px;
}
.introImg{
  background-image: url('../assets/images/servicesndPrices.svg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 572px;
  height: 438px;
  margin-top: -330px;
  flex-shrink: 0;
}
.introContainer p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  width: 100%;
  max-width: 750px;
  padding: 64px 0;
}

@media only all and (max-width: 1150px){
  banner .text p{
    max-width: 512px;
  }
  .introImg{
    height: 384px;
    width: 496px;
    margin-top: -222px;
  }
}

@media only all and (max-width: 1050px){
  .introImg{
    height: 370px;
    width: 483px;
    margin-top: -116px;
  }
}

@media only all and (max-width: 980px){
  .introContainer{
    gap: 0px;
  }
}

@media only all and (max-width: 820px){
  .introContainer{
    flex-direction: column;
    padding: 48px 0;
  }
  .introImg{
    height: unset;
    width: 100%;
    margin-top: 0px;
    aspect-ratio: 1 / 0.75;
  }
  .introContainer p{
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .introContainer p{
    padding: 64px 0 0 0;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

baseFunctions{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  width: 100%;
  gap: 42px;
}
.base{
  width: 100%;
  max-width: 1318px;
}
baseFunctions .pagesecTitle{
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
}
baseFunctions .secTitle{
  font-size: 28px;
  font-weight: 700;
  color: rgba(39, 76, 137, 1);
}
baseContainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1318px!important;
}

.mainFunction {
  display: flex;
  gap: 12px;
  padding: 16px;
  height: 100%;
  min-height: 122px;
  align-items: flex-start;
  width: calc(50% - 8px);
  flex-shrink: 0;
}

.iconBox {
  flex-shrink: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 54px;
  height: 54px;
}

.textsFunction {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.functionTitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #274C89;
}

.functionSub {
  font-size: 0.9rem;
  color: rgba(79, 79, 79, 1);
  line-height: 1.4;
}

@media only all and (max-width: 820px){
  baseFunctions{
    padding-bottom: 0;
  }
  .mainFunction{
    height: 100%;
    min-height: 152px;
  }
}

@media only all and (max-width: 730px){
  baseContainer{
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }
  .mainFunction{
    width: 100%;
    min-height: 0;
  }
}

@media only all and (max-width: 620px){
  baseFunctions .pagesecTitle{
    justify-content: center;
  }
  baseFunctions .secTitle{
    text-align: center;
    font-size: 28px;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

essential{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 0;
  margin-bottom: 64px;
}
essential .background{
  position: absolute;
  content: '';
  height: 218px;
  width: 100%;
  background-color: rgba(222, 234, 243, 1);
}
body.darkmode essential .background{
  background-color: #354865;
}
.infoBox{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 892px;
  height: 100%;
  gap: 36px;
}
essential .iconBox{
  flex-shrink: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
essential .icon{
  width: 54px;
  height: 54px;
  filter: invert(1);
}
.infoText{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 22px;
}
.infoText h3{
  color: rgba(54, 83, 130, 1);
  font-size: 24px;
  text-align: center;
}
.infoText p{
  color: rgba(54, 83, 130, 1);
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 780px;
}

@media only all and (max-width: 820px){
  essential .background{
    height: 244px;
  }
}

@media only all and (max-width: 480px){
  essential{
    padding-bottom: 224px;
    padding-top: 212px;
  }
  essential .background{
    height: 512px;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

.title{
  flex-direction: column !important;
  font-size: 28px!important;
  font-weight: 700;
}
internal{
  flex-direction: column;
}
internalOverlay{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px!important;
}
sectionCenter{
  gap: 44px!important;
}
pageHeader{
  margin-bottom: 44px!important;
}
pageHeader .pageTitle{
  width: 100%;
  max-width: 1318px;
  align-self: center;
}
releasedContainer{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch !important;
  width: 100%;
  max-width: 1318px;
  align-items: center;
  gap: 32px;
  outline: none !important;
  flex-wrap: wrap;
}
releasedContainer box{
  height: inherit;
  width: calc(50% - 16px)!important;
}
releasedContainer .carousel-cell{
  margin-right: 16px;
}
box .iconBox{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
box .icon{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.moduleTitle{
  font-size: 22px;
  font-weight: 600;
}
body.darkmode .moduleTitle{
  filter: brightness(250%) grayscale(0.44);
}
.modulePrice{
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.price{
  font-size: 16px;
}
.description{
  font-size: 14px;
  line-height: 24px;
  flex-grow: 1;
  margin-top: auto;
}
unreleasedSection{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 44px;
}
unreleasedContainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch !important;
  justify-content: flex-start;
  width: 100%;
  max-width: 1318px;
  align-items: center;
  gap: 32px;
  outline: none !important;
  
}
unreleasedContainer box{
  min-height: 272px;
  width: calc(33.33% - 21.33px)!important;
}
.futureModule{
  width: 100%;
  max-width: 1318px;
}
.unreleasedTitle{
  font-size: 16px;
  font-weight: 600;
}
unreleasedSection .pagesecTitle{
  display: flex;
  justify-content: flex-start;
}
.unreleasedIconBox{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px!important;
  background-color: #cccccc!important;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
body.darkmode .unreleasedIconBox{
  background-color: #1e2a3c !important;
}
.unreleasedIcon{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 6px!important;
  filter: invert(1);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
unreleasedSection .secTitle{
  font-size: 28px;
  font-weight: 700;
  color: rgba(39, 76, 137, 1);
}

@media only all and (max-width: 1124px){
  unreleasedContainer box{
    min-height: 272px;
    width: calc(50% - 16px) !important;
  }
}
@media only all and (max-width: 956px){
  releasedContainer box{
    width: 100% !important;
  }
}
@media only all and (max-width: 735px){
  unreleasedContainer box{
    width: 100% !important;
  }
}

@media only all and (max-width: 620px){
  pageHeader{
    display: flex!important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .title{
    font-size: 28px!important;
  }
  unreleasedSection .secTitle{
    font-size: 28px!important;
  }
  unreleasedSection .pagesecTitle{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

.carousel-desktop{
  display: flex!important;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  max-width: 1318px;
  align-items: center;
  gap: 32px;
}