<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Sen:400,700&amp;display=swap");
.ttl__cursivo {
  font-family: "Kaushan Script", cursive;
}

.pt__16 {
  padding-top: 4rem;
}

.pb__16 {
  padding-bottom: 4rem;
}

.py__16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py__2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py__4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py__8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt__8 {
  padding-top: 2rem;
}

.pb__8 {
  padding-bottom: 2rem;
}

.pt__4 {
  padding-top: 1rem;
}

.pr__0 {
  padding-right: 0;
}

.pr__4 {
  padding-right: 1rem;
}

.pr__8 {
  padding-right: 2rem;
}

.px__8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px__4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px__16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pl__16 {
  padding-left: 4rem;
}

.pl__8 {
  padding-left: 2rem;
}

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

.mx__4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my__4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx__2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my__2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt__4 {
  margin-top: 1rem;
}

.mt__8 {
  margin-top: 2rem;
}

.mt__12 {
  margin-top: 3rem;
}

.mb__8 {
  margin-bottom: 2rem;
}

.mb__16 {
  margin-bottom: 4rem;
}

.mr__4 {
  margin-right: 1rem;
}

.mx__8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.flex {
  display: flex;
}

.items__center {
  align-items: center;
}

.box__shadow {
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}

.float__right {
  float: right;
}

/*positiovn*/
.relative {
  position: relative;
}

.bg__roxo {
  background: #6D2C4E;
}

.bg__laranja {
  background: #e37737;
}

.bg__azul__claro {
  background: #C1E6EA;
}

.bg__laranja__claro {
  background: #FFDECB;
}

.bg__azul__escuro {
  background: #1F84B1;
}

.mvc__site {
  font-family: "Sen", sans-serif;
  background: white;
}

.ttl__cursivo {
  font-family: "Kaushan Script", cursive;
}

.laranja {
  color: #FD853A;
}

.nav {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav ul {
  margin: 0;
}
.nav nav ul li {
  padding: 0 12px;
  display: inline-block;
}
.nav a {
  color: black;
}

.crs__1 img {
  width: 100%;
}

a.btn__mvc {
  text-decoration: none;
  display: inline-block;
}
a.btn__mvc p {
  padding: 12px 20px;
  display: inline;
  color: white;
  background: #FD853A;
  box-shadow: 3px 4px 6px rgba(20, 20, 20, 0.2);
  transition: 0.2s ease-in-out;
}
a.btn__mvc p:hover {
  box-shadow: 3px 4px 12px rgba(20, 20, 20, 0.3);
}

.mkt__conteudo {
  background: #1F84B1;
}

.inovando__pontos {
  height: 340px;
  position: relative;
}
.inovando__pontos a {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
}
.inovando__pontos p:nth-of-type(1) {
  max-width: 80%;
}

.inovando__pontos.livro {
  background: url("/images/mvc/livro.png") whitesmoke no-repeat 100% 100%/30%;
}

.inovando__pontos.celular {
  background: url("/images/mvc/celular.png") whitesmoke no-repeat 0 100%/20%;
}

.inovando__pontos.livros {
  background: url("/images/mvc/livros.png") whitesmoke no-repeat 100% 100%/30%;
}

.inovando__pontos.estojo {
  background: url("/images/mvc/ensino.png") whitesmoke no-repeat 0 100%/30%;
}

/*muitos alunos*/
.muitos__alunos {
  background: url("/images/mvc/muitos-alunos.png") #1F84B1 no-repeat 120% 90px/42%;
}

/*solucoes*/
.lista__solucoes {
  padding: 0;
  max-width: 450px;
  position: relative;
  z-index: 1;
}
.lista__solucoes li {
  position: relative;
  z-index: 10;
  list-style: none;
}
.lista__solucoes li:before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  z-index: -1;
  background: #FD853A;
}

.menu__solucoes {
  position: absolute;
  right: -2rem;
  top: 0;
}
.menu__solucoes a {
  margin-left: 30px;
  margin-bottom: 1rem;
  display: inline-block;
  color: black;
  text-decoration: none;
}
.menu__solucoes a p {
  margin: 0;
  padding: 1rem 2rem;
  width: 190px;
  background: whitesmoke;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}
.menu__solucoes a p:hover {
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
}
.menu__solucoes a.selecionado {
  margin-left: 0;
  color: white;
}
.menu__solucoes a.selecionado p {
  padding: 1rem 4rem 1rem 2rem;
  width: 220px;
  background: #1F84B1;
}

.celular__alunos {
  position: absolute;
  left: 40%;
  bottom: -24px;
}

.textos__sonhos {
  max-width: 440px;
}

.wrapper__projetos {
  padding: 1rem 2rem;
  display: inline-block;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=site_mvc.css.map */
</pre></body></html>