/* ESTILO */
* {
  padding: 0;
  margin: 0;
}

.position-relative {
  position: relative;
}

/* MARGIN */

.col-centered {
  float: none;
  margin: 0 auto;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-51 {
  margin-bottom: 51px;
}

/* BACKGROUND */

.bg-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
  background-attachment: fixed;
  background: url("images/bg-navbar.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat:repeat;
  border-bottom: 0px solid #cbcbcb;
  padding-bottom: 20px;
}

.bg-topo {
  background: url("images/banner/bg-topo.png");
  background-color: #F2F5F7;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 74px 0;
  margin-bottom: 78px;
}

.bg-form {
  background: url("images/fundo-papel.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 100px 0px;
}

.bg-mapa {
  background: url("images/mapa/mapa.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 180px;
}

.bg-footer {
  background: url("images/fundo-rodape.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 40px 0px;
}

/* HEADER */

.navbar-topo ul {
  color: #000;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 12px;
  line-height: 12.36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 55px;
}

.navbar-topo ul li a {
  text-decoration: none;
  color: #000;
  margin-right: 35px;
}

.navbar-topo ul li a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.logo-desktop {
  margin-top: 20px;
}

.redes-topo ul li {
  margin-right: 3px;
}

.botao-contato {
  background: #EE342F;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 12px;
  line-height: 12.36px;
  font-weight: 400;
  border-radius: 15px 25px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px; color:#FFF; text-decoration:none;
}
.botao-contato:hover{ opacity:0.8; }

.botao-contato a {
  text-decoration: none !important;
  color: #fff;
}

/* TOPO */

.img-casal {
  width: 100%;
  max-width: 430px;
}

.texto-topo h1 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 40px;
  line-height: 41.2px;
  font-weight: 400;
  color: #505D68;
  margin-bottom: 31px;
}
.texto-topo span {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 40px;
  line-height: 41.2px;
  font-weight: 400;
  color: #EE4F9B;
}

.texto-topo p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.img-icon {
  margin-bottom: 11px;
}

.texto-icon span {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #EE4F9B;
  margin-top: 11px;
}

.texto-icon p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #424B5A;
  margin-top: 10px;
}
/* PRODUTOS */

.texto-produto h2 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 400;
  color: #505D68;
  text-align: center;
}

.bg-colorir {
  background: url("images/produtos/produto1.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 264px;
  height: 265px;
}

.bg-colorir h3 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 192px;
}

.bg-colorir p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #424B5A;
  text-align: center;
}

.bg-escrita {
  background: url("images/produtos/produto2.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 263px;
  height: 263px;
}

.bg-escrita h3 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 23px;
}

.bg-escrita p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A1AEB7;
  text-align: center;
}

.bg-aulas {
  background: #EAEAEA;
  border-radius: 20px;
  border: 1px solid #C2D1D9;
  margin-top: 28px;
  width: 100%;
  max-width: 556px;
  
}

.bg-aulas img {
  width: 100%;
  max-width: 263px;
  border-radius: 20px 0px 0px 20px;
}

.bg-aulas h3 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 64px;
}

.bg-aulas p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #424B5A;
  text-align: center;
}

.bg-aulas-botao {
  background: #EE342F;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 16.48px;
  font-weight: 400;
  border-radius: 15px 25px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  margin-top: 35px;
  color:#FFF;
}
.bg-aulas-botao:hover{ opacity:0.8; }


.bg-aulas-botao a {
  text-decoration: none;
  color: #fff;
}

.bg-papeis {
  background: url("images/produtos/produto4.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 362px;
  height: 556px;
}

.bg-papeis h3 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: 275px;
}

.bg-papeis p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* MARCAS */

.texto-marcas h4 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #505D68;
  text-align: center;
  margin-top: 107px;
  margin-bottom: 78px;
}

/* SERVICOS */

.bg-servicos {
  margin-top: 92px;
  padding-top: 46px;
  padding-bottom: 150px;
}

.bg-servicos h1 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 400;
  color: #505D68;
  text-align: center;
  margin-bottom: 75px;
}

.bg-servicos h2 {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.bg-servicos span {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #424B5A;
}

.img-planejamento img {
  width: 100%;
  max-width: 476px;
}

.position-img-servicos {
  position: absolute;
  left: 0;
}

.tipos-servicos {
  margin-bottom: 30px;
}

.tipos-servicos img {
  margin-right: 16px;
}

.bg-ilustracao {
  position: absolute;
  background: url("images/servicos/planejamento.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 545px;
  left: 0;
  top: 200px;
  max-width: calc(50% - 40px);
}

.position-img-planejamento {
  position: absolute;
  width: 100%;
  max-width: 542px;
  top: -50px;
  
}

/* FALE CONOSCO */

.texto-fale-conosco h1{
  font-family: "Questrial", Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}

.texto-fale-conosco h2{
  font-family: "Questrial", Arial, sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  color: #424B5A;
  margin-bottom: 33px;
}

.texto-fale-conosco small{
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #424B5A;
}

/* FORMULÁRIO */
input:focus, textarea:focus {
  outline: none;
}

.form-contact  {
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: 360px;
  margin-top: 15px;
  border-radius: 5px;
}
.form-contact:focus-within{
  border:1px solid #EE342F;
}

.form-contact:hover {
  outline: #EE342F;
}

.form-contact img  {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.form-contact input[type="text"] {
  background: transparent;
  border: none;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  width: 100%;
  max-width: 88%;
  height: 36px;
  padding-left: 8px;
}

.form-contact input::placeholder, textarea::placeholder {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000!important; 
}

.form-contact textarea {
  background: transparent;
  border: none;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000!important;
  width: 100%;
  max-width: 348px;
  height: 81px; 
  padding-left: 8px;
}

#confirma {
  background: #EE342F;
  font-family: "Questrial", Arial, sans-serif;
  font-size: 16px;
  line-height: 16.48px;
  font-weight: 400;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 15px 25px;
  margin-top: 30px;
  padding: 13px 54px;
}
#confirma:hover{ opacity:0.8; }

/* TEXTO INFORMAÇÃO */

.texto-informacao img {
  margin-right: 15px;
}

.texto-informacao span {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  color: #424B5A;
}

.texto-informacao.info-local img { vertical-align:top; }
.texto-informacao.info-local p { width:89%; font-size:20px; display:inline-block; }

/* MAPA */ 

.img-mapa {
  position: absolute;
  top: -58px;
  left: 530px;
}

.img-mapa img {
  width: 100%;
  max-width: 87px;
}

/* FOOTER */

.texto-footer ul li {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 14.42px;
  font-weight: 400;
  text-align: center;
  color: #EE342F;
  margin-right: 20px;
}

.texto-footer ul li a {
  color: #EE342F;
}

.texto-footer p {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 14.42px;
  font-weight: 400;
  color: #000;
}

.texto-footer span {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 14px;
  line-height: 14.42px;
  font-weight: 400;
  color: #EE4F9B;
}

/*------------- DESKTOP -------------- */

@media (min-width: 768px) {
}

/* ----------- MOBILE --------------- */

@media (max-width: 768px) {
 
 .texto-informacao.info-local p { width: 87%; font-size: 16px; }
 
  /* MARGIN */

.col-centered-mobile {
  float: none;
  margin: 0 auto;
}
.mt-80 {
  margin-top: 40px;
}

.mb-25 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-51 {
  margin-bottom: 51px;
}

/* BACKGROUND */

.bg-navbar {
  background: url("images/bg-navbar.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom: 0px solid #cbcbcb;
}

.navbar-mobile {
  display: none;
  position: absolute;
  width: 100%;
  background: #FFF;
  left: 0;
  z-index: 2;
  padding: 0px !important;
  margin-top: 17px;
}
.navbar-mobile.open{ display:block; }
.navbar-mobile ul {
    margin-top: 0px; padding-bottom:0px !important;
}
.navbar-mobile ul li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 10px;
}
.navbar-mobile ul li:last-child {
    border: 0PX;
}
.logoMobile{ position:absolute; top:0; margin:0 auto; left:0; right:0; width:fit-content; margin-top:5px; }
.redesMobile {
    position: absolute;
    right: 7px;
    top: 0;
    margin-top: 23px;
}
.topoMobile {
    height: 72px;
}

.bg-topo {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.bg-form {
  padding-top: 45px;
  padding-bottom: 35px;
}

.bg-mapa {
  padding-top: 150px;
  padding-bottom: 200px;
}

.bg-footer {
  background: url("images/fundo-rodape.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
  
  /* HEADER */
  .navbar-topo {
    padding: 1.5rem 4rem;
}
.nav-item-topo {
    display: none;
}
.botao-contato {
    display: none;
}
.mobile-menu-icon {
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.mobile-menu-icon #botaoMenu{ background:#C2D1D9; margin-top: 4px; }

.navbar-topo button {
    background-color: transparent;
    border: 1px solid;
    cursor: pointer;
}
.navbar-topo ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
}
.navbar-topo .nav-item-topo {
    display: block;
    padding-top: 1.2rem;
}
.navbar-topo .login-button {
    display: block;
    padding: 1rem 2rem;
}
.navbar-topo .botao-contato button {
    width: 100%;
}
.open {
    display: block;
}

  /* TOPO */

  .texto-topo {
    margin-top: 40px;
  }

  .texto-topo h1 {
    font-size: 20px;
    line-height: 20.6px;
    margin-bottom: 14px;
    text-align: center;
  }

  .texto-topo span {
    font-size: 20px;
    line-height: 20.6px;
  }
  
  .texto-topo p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  
  .img-icon {
    margin-bottom: 11px;
  }
  
  .texto-icon span {
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
  }
  
  .texto-icon p {
    margin-bottom: 40px;
    font-size: 12px;
  }

  /* PRODUTOS */

.texto-produto h2 {
  font-size: 25px;
  line-height: 32px;
  text-align: center;
}

.bg-colorir {
  width: 100%;
  max-width: 264px;
  height: 265px;
  margin-bottom: 48px;
}

.bg-colorir h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.bg-colorir p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

.bg-escrita {
  width: 100%;
  max-width: 263px;
  height: 263px;
}

.bg-escrita h3 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 23px;
}

.bg-escrita p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

.bg-aulas {
  margin-top: 48px;
  width: 100%;
  max-width: 264px;
  
}

.bg-aulas img {
  width: 100%;
  max-width: 263px;
  border-radius: 20px;
}

.bg-aulas h3 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 44px;
}

.bg-aulas p {
  font-size: 12px;
  line-height: 16px;
}

.bg-aulas-botao {
  font-size: 12px;
  line-height: 16.48px;
  padding: 8px 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bg-aulas-botao a {
  text-decoration: none;
  color: #fff;
}

.bg-papeis {
  max-width: 263px;
  height: 556px;
  margin-top: 48px;
  border-radius: 20px;
  height:346px;
}

.bg-papeis h3 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 155px;
}

.bg-papeis p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

/* MARCAS */

.texto-marcas h4 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.multlaser img {
  width: 100%;
  max-width: 140px;
}

/* SERVICOS */

.bg-servicos {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 35px;
  padding-left:20px;
}

.bg-servicos h1 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 55px;
}

.bg-servicos h2 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.bg-servicos span {
  font-size: 14px;
  line-height: 24px;
}

/* .img-planejamento img {
  width: 100%;
  max-width: 250px;
} */

.tipos-servicos {
  margin-bottom: 30px;
}

.tipos-servicos img {
  margin-right: 16px;
}

.bg-ilustracao {
  height: 220px;
  left: 0;
  top: 150px;
  max-width: calc(80% - 10px);
}

/* FALE CONOSCO */

.texto-fale-conosco h1{
  font-size: 25px;
  line-height: 32px;
  text-align: center;
}

.texto-fale-conosco h2{
  font-size: 18px;
  line-height: 28px;
}

.texto-fale-conosco small{
  font-size: 14px;
  line-height: 16px;
}

/* FORMULÁRIO */

.select-mobile-center {
  text-align: center;
}

#confirma {
  font-size: 12px;
  margin-top: 46px;
  padding: 9px 45px;
}

/* TEXTO INFORMAÇÃO */

.texto-informacao {
  text-align: left;
  margin-bottom: 25px;
}

.texto-informacao span {
  font-size: 16px;
  line-height: 24px;
}

/* MAPA */ 

.img-mapa {
  top: -58px;
  left: 110px;
}

.img-mapa img {
  width: 100%;
  max-width: 87px;
}

/* FOOTER */

.texto-footer ul li {
  margin-right: 5px;
}

.redes-rodape {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
  
}
