<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* div#page-wrapper{
    padding: 0rem;
}*/
/***** geral *****/

/* scroll snap */

#wrapper,
.page-wrapper {
  scroll-snap-type: x mandatory;
}
.nova {
  display: flex;
}
#wrapper &gt; section {
  scroll-snap-align: start;
}

#wrapper {
  height: 50rem;
  /* width: 100%; */
}
.panel.medium {
  width: 91rem;
}
.panel &gt; .intro {
  margin-right: 10rem;
}
/* div#capa {
  min-width: 75rem;
}  */

.custom {
  background-size: 100% 100%;
}
/* .selecao-title&gt; h4 {
  padding: 0rem 14rem 10rem 3rem;
}
.selecao-title &gt; h1 {
  padding: 5rem;
} */
/* .selecao-title&gt; h4 {
  padding-right: 4rem;
} */

/*** CAPA ***/
/* .capalogo img{
  width:40%;
  position:absolute;
  bottom:5rem;
  right:3rem;
} */

img.capalogo.image.span-2 {
  align-self: flex-end;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.capatxt h1 {
  text-transform: uppercase;
  font-family: Muli;
  font-weight: 900;
  margin-bottom: 24vh;
  font-size: 2.5rem;
}

.capatxt.content.color7.span-3-75.texto-capa {
  width: 60rem;
}

.rbranco {
  background-color: white;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 10rem;
}

.logo1 {
  margin: 1.5em;
  width: 5vw;
}

.quadrado {
  /* border:2px lightgreen dotted; */
  width: 41rem;
}

.capatxt.content.color7.span-3-75 h3 {
  /* margin-bottom: 44vh; */
}
.o-ima-title &gt; h1 {
  font-family: Muli;
}

/****** scroll custom ******/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    rgba(171, 196, 198, 0) 25%,
    rgba(171, 196, 198, 0) 25%,
    rgb(255, 255, 255) 25%,
    rgb(255, 255, 255) 50%,
    rgb(255, 255, 255) 50%,
    rgb(255, 255, 255) 75%,
    rgba(171, 196, 198, 0) 75%,
    rgba(171, 196, 198, 0) 75%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
  width: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/******** bgs com gradiente ********/
/* slide 1 bg  */

.color1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ebf8+0,4b4aca+100 */
  background: rgb(0, 235, 248); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 235, 248, 1) 0%,
    rgba(75, 74, 202, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 235, 248, 1) 0%,
    rgba(75, 74, 202, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 235, 248, 1) 0%,
    rgba(75, 74, 202, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebf8', endColorstr='#4b4aca',GradientType=0 ); /* IE6-9 */
}

/* slide 2 bg */
.color2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc50fb+0,4d54fc+100 */
  background: rgb(188, 80, 251); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(188, 80, 251, 1) 0%,
    rgba(77, 84, 252, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(188, 80, 251, 1) 0%,
    rgba(77, 84, 252, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(42 104 217) 0%,
    rgb(117 5 109) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc50fb', endColorstr='#4d54fc',GradientType=0 ); /* IE6-9 */
}

/* slide 4  bg */
.color4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fba74f+0,fb396e+100 */
  background: rgb(251, 167, 79); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(251, 167, 79, 1) 0%,
    rgba(251, 57, 110, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(251, 167, 79, 1) 0%,
    rgba(251, 57, 110, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(251, 167, 79, 1) 0%,
    rgba(251, 57, 110, 1) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba74f', endColorstr='#fb396e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* slide 5 bg */
.color5 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ace15b+0,22aa92+100 */
  background: rgb(172, 225, 91); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(172, 225, 91, 1) 0%,
    rgba(34, 170, 146, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(172, 225, 91, 1) 0%,
    rgba(34, 170, 146, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(172, 225, 91, 1) 0%,
    rgba(34, 170, 146, 1) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ace15b', endColorstr='#22aa92',GradientType=0 ); /* IE6-9 */
}

/* slide 6 bg  */
.color6 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b0df91+0,68d4b0+100 */
  background: rgb(176, 223, 145); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(176, 223, 145, 1) 0%,
    rgba(104, 212, 176, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(176, 223, 145, 1) 0%,
    rgba(104, 212, 176, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(176, 223, 145, 1) 0%,
    rgba(104, 212, 176, 1) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0df91', endColorstr='#68d4b0',GradientType=0 ); /* IE6-9 */
}

/* slide 7 bg */
.color7 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#54dbf1+0,4d74d1+100 */
  background: rgb(84, 219, 241); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(84, 219, 241, 1) 0%,
    rgba(77, 116, 209, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(84, 219, 241, 1) 0%,
    rgba(77, 116, 209, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(42 104 217) 0%,
    rgb(117 5 109) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54dbf1', endColorstr='#4d74d1',GradientType=0 ); /* IE6-9 */
}

.formResponsive {
  margin: 0px 0 0px;
}

.capatxt.content.color7.span-3-75 &gt; h3 {
  text-transform: uppercase;
  font-family: Muli;
  font-weight: 500;
  font-size: 1.3;
}
.o-ima-title &gt; h4 {
  font-family: Muli;
  font-weight: 400;
  font-size: 1.1rem;
}

.curso-title {
  /* max-width: 65rem; */
  padding: 5rem 15rem 5rem 48rem;
}

.o-ima-title {
  max-width: 29rem;
  padding-left: 5rem;
  margin-top: 1rem;
}

.panel.color1 {
  background-image: url("../IMA_imagem3.png");
  /* background-size: 0 0, auto; */
  /* background: no-repeat; */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100.4rem;
}

.curso-title &gt; h1 {
  text-transform: uppercase;
  font-family: Muli;
  font-weight: bold;
}
.curso-title &gt; h4 {
  font-family: muli;
  font-weight: 500;
  font-size: 1.01rem;
}

/*  TODO: colocar em rem  */
.borda-curso {
  border: 1px solid;
  width: 150px;
}

.o-ima-img {
  /* background-image: url("/tempsite/posima/images/teste2.jpg"); */
}

.imgcapa1 {
  width: 40rem;
}

.formResponsive .formHorizontal p.formDescription {
  margin-top: 0;
}

.o-ima-img &gt; img {
  width: 35rem;
  height: 47rem;
  object-fit: cover;
  margin-top: 5rem;
}

.slide2 {
  width: 68rem;
}
.slide2img {
  width: 58rem;
  overflow: hidden;
}

.slide5 {
  width: 69rem;
}

.slide5img {
  width: 31rem;
}

div#page-wrapper {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.o-ima-title {
  max-width: 67rem;
  padding-left: 4rem;
  margin-top: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
}

/* .slide2{
  width: 92rem!important;
} */

#capa6 &gt; div &gt; div.investimento-title &gt; div.modulo-title {
  margin-bottom: 0;
}

section.panel.color4.large.slide4 {
  width: 100rem;
}

.slide6 {
  width: 100rem;
}

.selecao-title {
  /* width: 48rem; */
  padding: 5rem 19rem 4rem 6rem;
}
.columns.divided.span-4-75.large.investimento-title {
  width: 90.9rem;
}

/* .plano0 ,.plano1,.plano2,.plano3{
  float: left;
  margin: 50px;
}
.borda-investimentolorem {
  background-color: #024802;
}

.borda-investimentoipsum {
  background-color: green;
  margin-top: 15px;
}

#capa6 &gt; div &gt; div &gt; div.plano0 &gt; div:nth-child(1),#capa6 &gt; div &gt; div &gt; div.plano1 &gt; div:nth-child(1),#capa6 &gt; div &gt; div &gt; div.plano2 &gt; div:nth-child(1),#capa6 &gt; div &gt; div &gt; div.plano3 &gt; div:nth-child(1){
  background: #004000;
}

#capa6 &gt; div &gt; div &gt; div.plano0 &gt; div:nth-child(2),#capa6 &gt; div &gt; div &gt; div.plano1 &gt; div:nth-child(2),#capa6 &gt; div &gt; div &gt; div.plano2 &gt; div:nth-child(2),#capa6 &gt; div &gt; div &gt; div.plano3 &gt; div:nth-child(2){
  background-color: green;
}



#capa6 &gt; div &gt; div &gt; div.plano0 &gt; div:nth-child(3),#capa6 &gt; div &gt; div &gt; div.plano1 &gt; div:nth-child(3),#capa6 &gt; div &gt; div &gt; div.plano2 &gt; div:nth-child(3),#capa6 &gt; div &gt; div &gt; div.plano3 &gt; div:nth-child(3){
  background-color: white;
  color:black;
  margin-top: 13px;
}


#capa6 &gt; div &gt; div &gt; div.plano0 &gt; div:nth-child(4),#capa6 &gt; div &gt; div &gt; div.plano1 &gt; div:nth-child(4),#capa6 &gt; div &gt; div &gt; div.plano2 &gt; div:nth-child(4),#capa6 &gt; div &gt; div &gt; div.plano3 &gt; div:nth-child(4){
  background-color: darkgrey; */
/* } */

.selecao-title &gt; h4 {
  padding-right: 2rem;
}

#capa6 &gt; div &gt; div &gt; h1 {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.investimento-tudao {
  display: grid;
  grid-template-areas:
    "a1 a2 a3 a4"
    "b1 b2 b3 b4";
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 0.5rem;
  padding: 0.5rem 6rem;
}

div#capa6 {
  padding-top: 3rem;
  /* padding-left: 4rem; */
}

.plano-20,
.plano-21,
.plano-22,
.plano-23 {
  margin-top: 1rem;
}

.borda-investimento0,
.borda-investimento2,
.borda-investimento4 {
  background-color: #ffffff;
  color: #aba6a2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.borda-investimento1,
.borda-investimento3,
.borda-investimento5 {
  background-color: #c3ecce;
  color: #aba6a2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.valor-tabela {
  margin-top: 2rem;
  background-color: #41977c;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  height: 2rem;
}

.investimento-borda1 {
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.parcela-investimento {
  background-color: #4dc07b;
  color: #3ca270;
  font-size: 0.7rem;
  padding-top: 0.5rem;
}

.parcela-investimento2 {
  color: white;
  font-size: 1.7rem;
  font-weight: normal;
  margin-top: -0.5rem;
  min-height: 2rem;
  padding-bottom: 4px;
}

.smallicons &gt; a {
  text-align: center;
}

.investimentotext,
.investimento-tudao {
  width: 50rem;
}

#capa5 ul li {
  border-bottom: 1px solid white;
  width: 100%;
}

#capa6
  &gt; div
  &gt; div.investimento-title
  &gt; div.investimento-tudao
  &gt; div:nth-child(3)
  &gt; div
  &gt; div.investimento-borda1
  &gt; div
  &gt; div {
  color: transparent;
}

.o-ima-img {
  padding-left: 4rem;
}

section#first {
  width: 49rem;
}

section.panel.color2.spotlight.left.slide2 {
  width: 42rem !important;
}

/* hotfix */
section.panel.color1.slide3 p {
  margin-bottom: 0px !important;
}
</pre></body></html>