* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%
}

body {
  padding: 0 0 90px 0;
  margin: 0;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  
  

}

ul,
li {
  list-style: none
}

a {
  text-decoration: none
}

.ac-topo {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/academy/bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  position: relative
}

.paragraph-348 {
  width: 50%;
  margin: 0 auto;
  float: none;
  clear: both;
  border: 1px transparent;
  background-color: transparent;
  color: #fff;
  font-size: 35px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  text-align: center
}

.paragraph-350 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 400
}

ul.list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap
}

ul.list-contador {
  justify-content: space-around;
}

ul.list li {
  width: 18%;
  margin: 0 10px
}

ul.list li img {
  width: 100vw;
  max-width: 100%
}

ul.list li p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.w-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto
}

ul.bigger li {
  max-width: 350px
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #001e27
}

footer .ac-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  color: white;
  height: 90px
}

footer .paragraph-349 {
  color: #fff;
  margin-bottom: 0;
}

.section-144 {
  background-image: url("/img/academy/arvore/bg1.png");
  background-position: 0 0;
  background-size: cover;
  padding: 60px 0
}

.fundo-empreendedor-sucesso {
  padding: 60px 0;
  background-image: url("/img/academy/arvore/bg2.png");
  background-position: 0 50%;
  background-size: cover
}

/* .fundo-contador-digital {
  padding: 60px 0;
  background-image: url("/img/academy/arvore/bg3.png");
  background-position: 0 0;
  background-size: cover
} */

/* .fundo-contador-gestao-eficaz {
  padding: 60px 0;
  background-image: url("/img/academy/arvore/bg4.png");
  background-position: 0 50%;
  background-size: cover
} */

.quadrado-branco {
  padding: 25px;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, .15);
}

.laranja {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 8px;
  border: 10px #000;
  border-radius: 10px;
  background-color: #001e27;
  color: #fff
}

.laranja a {
  color: #fff;
  text-decoration: underline
}

.col-6 {
  width: 50%
}

b,
label,
optgroup,
strong {
  font-weight: 700
}



.bloco-verde {
  margin-top: 25px;
  margin-bottom: 60px;
  padding: 20px;
  border: 0 #000;
  border-radius: 10px;
  background-color: #6ec057
}

.laranja .paragrafo-verde {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  /* font-size: 20px; */
}

p {
  line-height: 1.1;
  font-size: 16px;
}

.fundo-resposta {
  background-color: #dadada
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.w-col-6 {
  width: 50%
}

.branco-1 {
  margin-bottom: 39px;
  padding: 20px;
}

.branco-1-copy,
.branco-2,
.branco-3,
.branco-4 {
  margin-bottom: 35px;
  padding: 20px;
}

.column-490 {
  margin-bottom: 40px;
  padding-bottom: 0
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}

.bt-b1,
.bt-b2,
.bt-b3,
.bt-b4 {
  margin-top: 25px;
  border-radius: 7px;
  background-color: #f58220
}

.text-block-204 {
  margin-top: 0;
  font-size: 18px
}

.titulo-b4,
.titulo-b3,
.titulo-b2,
.titulo-b1 {
  font-size: 21px
}

@media(max-width: 1024px){
  ul.list {
    justify-content: center;
  }
  
  ul.list li {
    width: 26%;
    margin: 0 10px
  }
}

@media only screen and (max-width: 580px) {

  .col-6,
  .w-col-6 {
    width: 95%;
    margin: auto;
    display: table
  }
}

@media(max-width: 430px){
  .paragraph-348 {
    width: 100%;
    font-size: 1.5em;
  }

  .paragraph-348 > br {
    display: none;
  }

  .ac-topo {
    max-height: 300px;
  }

  ul.list {
    padding: 0;
  }

  ul.list li {
    width: 43%;
  }
}

/*# sourceMappingURL=arvore.css.map */