@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(180deg, #EEE, #FEFEFE);
}

.line-block-header {
  background-color: #00ff55 !important;
  color: #115628 !important;
}
.line-block-header .text-block-line-block-header {
  color: #115628 !important;
}
.line-block-header .block-line-block-header a {
  color: #115628;
}
.line-block-header .block-line-block-header a i {
  color: #115628;
}

.nav-header #navbar-menu .shadow-menu-link.active {
  -webkit-text-stroke: 2px #00ff55;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
}

.shadow-menu-link {
  -webkit-text-fill-color: rgba(209, 17, 17, 0) !important;
  -webkit-text-stroke: 2px #00ff55 !important;
}

.nav-header {
  top: 0;
}

.line-block-header {
  margin-bottom: 0;
}

.pai-block-header {
  display: flex;
  width: 100%;
  margin-bottom: 5rem;
}

.p-block-header {
  margin-top: 5px !important;
}

.b-header {
  background-color: #656565;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  margin-top: -0.4rem;
  margin-right: 8rem;
  border: 0;
}

.button-header {
  transition: 0.3s;
  background-color: #db3b59;
  color: #fff;
  box-shadow: 0 !important;
  animation: any 3s infinite;
}

@keyframes any {
  to {
    background-color: #00ff55;
    color: #000;
  }
}
.b-header-u {
  background-color: #656565;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  margin-top: -0.4rem;
  border: 0;
}

.imgs-zap-header {
  background-color: #35cd60;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 1rem;
  cursor: pointer;
  right: 0;
  color: #fff;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulso 2s infinite;
}

@keyframes pulso {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(21, 255, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(73, 255, 73, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 63, 63, 0);
  }
}
.line-header {
  background-color: #ff3062;
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 2;
  justify-content: space-around;
  bottom: 1rem;
  padding: 1px;
}

.line-header div {
  gap: 1rem;
}

.links-header {
  display: flex;
  color: white;
  gap: 3rem;
}

.links-header a {
  text-decoration: none;
  color: #fff;
}

::-moz-placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

.texto-header {
  color: #fff;
}

.h1-texto {
  font-size: 2.3rem;
  color: #00ff80;
  text-align: start !important;
}

.text-header {
  text-align: center;
  color: #00ff80;
}

.objeto-header {
  color: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: solid 2px crimson;
  margin-top: 8rem !important;
  border-radius: 15px;
}

.imgs-header {
  z-index: 1;
  margin-top: 0.5rem;
}

.input-header {
  background-color: #fff0;
  color: #fff;
  box-shadow: none !important;
}

.input-header:focus {
  background-color: #fff0;
  color: #fff;
}

.botao-header {
  transition: 0.3s;
  background-color: #db3b59;
  color: #fff;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 !important;
  padding: 5px;
  width: 100%;
  animation: any 3s infinite;
  transition: 0.4s filter;
}

.botao-header:hover {
  filter: brightness(0.7);
}

@keyframes any {
  to {
    background-color: #00ff55;
    color: #000;
  }
}
.h1-header {
  font-size: 20px;
  color: #000;
}

.h1-texto-header {
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
  font-weight: 700;
  text-transform: uppercase;
}

.texts-end-header-end {
  color: #000000;
}

.new-site {
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  justify-content: center;
}

.basic-new-site {
  background: linear-gradient(180deg, #eae7e7 0%, #b8b3b3 100%);
  width: 30%;
  border-radius: 5px;
  justify-content: center;
}

.bt-new-site {
  background-color: #43bbff;
  font-size: 14px;
  transition: 0.4s filter;
}

.bt-new-site:hover {
  filter: brightness(0.8);
}

.bt-new-site.pro {
  background-color: #00ff80;
  width: 90%;
}

.modal-basic {
  background-image: url("/images/modal.png");
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: 100;
  color: #c9c9c9;
  align-items: center;
  gap: 3rem;
  padding: 4rem;
  display: none;
  flex-direction: column;
}

.modal-basic.pro .block-moda {
  border-color: #00ff80;
}

.modal-basic.pro .block-moda-head {
  -webkit-text-stroke: #00ff80 1px;
}

.modal-basic.gold .block-moda {
  border-color: #aeb471;
}

.modal-basic.gold .block-moda-head {
  -webkit-text-stroke: #aeb471 1px;
}

.h1-gold-modal {
  color: #aeb471;
}

.h1-pro-modal {
  color: #00ff80;
}

.closed-modal {
  color: #c9c9c9;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ent-modal-basic {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.closed-modal:hover {
  color: #c9c9c9;
}

.line-modal {
  background-color: #c9c9c9;
  height: 2px;
}

.line-modal-gold {
  background-color: #aeb471;
  height: 2px;
}

.line-modal-pro {
  background-color: #00ff80;
  height: 2px;
}

.block-moda {
  border: solid 1px #c9c9c9;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  flex: 1;
}

.text-modal {
  display: none;
  flex: 1;
}

.text-modal.ativo {
  display: block;
}

.button-block-moda {
  background-color: #0eb143;
  font-weight: bold;
  width: 90%;
  transition: 0.4s filter;
}

.button-block-moda:hover {
  filter: brightness(0.7);
}

.block-moda-head {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: white 1px;
  font-weight: 700;
}

.inp-block-moda:hover {
  color: #fff;
}

.inp-block-moda {
  background-color: #fff0;
  color: #fff;
  box-shadow: none !important;
}

.inp-block-moda:focus {
  background-color: #fff0;
  color: #fff;
}

.modal-basic.n {
  display: none;
}

@keyframes showModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-basic.d {
  display: flex;
  animation: showModal 0.3s forwards;
}

.modal-list {
  padding-left: 1rem;
  color: #fff;
}

.h1-basic {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.gold-new-site {
  width: 30%;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(180deg, #d6daa6 0%, #959b4e 100%);
}

.h1-gold {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pro-new-site {
  justify-content: center;
  color: #fff;
  width: 30%;
  border-radius: 5px;
  background: linear-gradient(180deg, #565656 0%, #1e1d1d 100%);
}

.p-pro {
  background-color: #00ff80;
  color: #000;
  font-weight: bold;
}

.pro {
  width: 100%;
}

.closed-modal.pro {
  background-color: #00ff80;
  width: 90%;
}

.h1-pro {
  color: #00ff80;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 37.345px !important;
}

.plataform {
  background-image: url("/images/criacao-de-site-profissional-e-seo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111211bf;
  color: #fff;
}

.head-plataforma {
  color: #00ff55;
}

.texto-article-SessãoPlataforma {
  align-self: center;
}

.container-SessãoPlataforma {
  margin-top: 10rem;
}

.bloco-article-SessãoPlataforma {
  border: solid 2px #50dfff;
  border-radius: 15px;
}

/* sesao-plataforma */
.field {
  border: 2px solid #00ff55;
  border-radius: 10px;
  width: 100%;
  height: 330px;
  display: flex;
  align-items: center;
}

/* sesao-plataforma */
.field legend {
  width: 100%;
  padding-right: 10px;
  margin-left: -5px;
  font-size: 28px !important;
  letter-spacing: 4px;
  font-weight: bold;
  width: auto;
  padding-right: 10px;
  margin-left: -20px;
  font-size: 38px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #00ff55;
  float: initial;
  text-indent: 20px;
}

/* sesao-plataforma */
.field p {
  padding: 0 1rem;
  font-size: 14px !important;
}

/* sesao-plataforma */
.p-plataform {
  font-size: 16px;
}

.botao-plataforma {
  transition: 0.3s;
  background-color: #db3b59;
  color: #fff;
  box-shadow: 0 !important;
  animation: any 3s infinite;
}

@keyframes any {
  to {
    background-color: #00ff55;
    color: #000;
  }
}
.img-article-plataform {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1-info {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  color: #000;
}

.h1-2-info {
  color: #2d3b6c;
  font-size: 16px;
}

.imgs-info {
  display: flex;
  height: 100%;
}

.p-info {
  font-size: 15px;
}

.button-filter {
  background-color: #222;
  color: #00ff80;
  box-shadow: none !important;
}

.button-filter:hover {
  color: #fff;
}

#text-filter.ativo #text-filter {
  transform: translateX(0rem);
}

#text-filter {
  width: 100%;
}

.text-filter-pai {
  overflow: hidden;
}

#text-filter.ativo {
  transform: translateX(100%);
  animation: animar 0.5s forwards;
  opacity: 0;
}

@keyframes animar {
  to {
    transform: translateX(0rem);
    opacity: 1;
  }
}
.box-filter {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.box-filter .mask {
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
}

@keyframes entryMaskFilter {
  to {
    opacity: 0;
  }
}
.box-filter:hover .mask {
  animation: entryMaskFilter 0.7s forwards;
}

.box-filter.active .mask {
  animation: entryMaskFilter 0.7s forwards;
}

.box-filter.active {
  transform: translateY(-0.5rem);
  transition: 0.4s all;
}

.box-filter.active .button-filter {
  background-color: #e7e1e1;
  color: #000;
  margin-bottom: 0.5rem;
}

/* filter */
.line {
  background-color: #00ff55;
  width: 100%;
  height: 5px;
}

.img-1-filter {
  background-image: url("/images/1.png");
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
}

.img-2-filter {
  background-image: url("/images/2a.png");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-3-filter {
  background-image: url("/images/3a.png");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-4-filter {
  background-image: url("/images/4a.png");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1-solution {
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000000;
}

.h1-solution2 {
  color: #2d3b6c;
}

.h3-solution {
  color: #2d3b6c;
}

.bg-solution {
  border: solid 1px black;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  float: left;
}

.h1-solution-h1 {
  font-size: 20px;
  font-weight: bold;
  color: #2d3b6c;
  padding-top: 3rem;
  display: flex;
  padding-left: 1rem;
}

.p-solution {
  font-size: 14px;
  text-align: justify;
}

.h1-solution-s2 {
  color: #2d3b6c;
}

#solution {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "text-agency system marketing" "text-agency ecommerce app" "brands socials site";
}

.h1-solution-h1 {
  font-size: 14px;
}

.text-agency {
  grid-area: text-agency;
}

/* solution */
.elipse-system {
  grid-area: system;
}

.elipse-marketing {
  grid-area: marketing;
}

.elipse-ecommerce {
  grid-area: ecommerce;
}

.elipse-app {
  grid-area: app;
}

.elipse-brands {
  grid-area: brands;
}

.elipse-socials {
  grid-area: socials;
}

.elipse-site {
  grid-area: site;
}

/* solution */
#solution .elipse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px solid #000;
  border-radius: 50%;
}

/* sesao-plataform */
.field p {
  text-align: center;
  font-size: 12px;
}

/* sesao-plataform */
.field {
  width: 100%;
  height: 200px;
  margin: 0;
}

/* sesao-plataform */
.fw-600 {
  font-weight: 600;
}

footer {
  background-image: url("/images/FOOTERN@.png");
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center !important;
  align-items: center;
  flex-direction: column;
  box-shadow: inset 0px 102px 50px -24px #ffff;
}

.fim-footer {
  background: linear-gradient(180deg, #12182b 15.71%, rgba(18, 18, 18, 0) 107.5%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.p-footer {
  color: #fff;
  font-size: 12px;
}

.img-footer {
  margin: 0;
}

@media (max-width: 576px) {
  .top-header {
    background: none;
    margin-left: 1rem;
    z-index: 1;
    box-shadow: none !important;
    border-radius: 5px;
    border: 0;
    justify-content: center;
    align-items: center;
    right: -10px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    animation: top 1s alternate infinite;
  }

  @keyframes top {
    0% {
      transform: translateY(1px);
    }
    100% {
      transform: translateY(-1px);
    }
  }
  header {
    background-position: center;
    background-color: #2d3b6c !important;
    height: initial;
    padding-top: calc(75px + 1rem);
    padding-bottom: 2rem;
  }

  .button-header {
    margin-bottom: -2rem;
  }

  .links-header {
    display: none;
  }

  .line-header p {
    display: none;
  }

  .post-header {
    display: none;
  }

  .objeto-header {
    margin-top: 0 !important;
  }

  .title-post-header {
    color: #656565;
    margin-bottom: -2rem;
  }

  .bloco-header {
    margin-right: 3rem !important;
  }

  .pai-block-header {
    flex-direction: row;
    align-items: center;
    margin-bottom: 3rem;
  }

  .top-header {
    right: 0;
    margin: 0.5rem;
    border: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imgs-zap-header {
    right: 0rem;
    height: 50px;
    width: 50px;
    z-index: 1;
  }

  .zap-header {
    height: 30px;
  }

  .texto-header {
    margin-top: 8rem !important;
  }

  .h1-texto {
    font-size: 29px;
    text-align: center !important;
  }

  .p-texto-header {
    font-size: 14px;
  }

  .h1-texto-header {
    font-size: 32px;
  }

  .nav-header {
    background: #000;
    opacity: 0.96;
  }

  .navbar-nav {
    font-size: 26px;
  }

  .botao-plataforma {
    margin-bottom: 1rem;
  }

  .img-plataform {
    width: 200px;
    height: 200px;
  }

  .texto-p-plataform {
    font-size: 14px;
  }

  /* sesao-plataforma */
  .field {
    width: 100%;
    height: auto;
    margin: 0;
  }

  /* sesao-plataforma */
  .field p {
    text-align: center;
    font-size: 14px;
  }

  .texto-article-SessãoPlataforma {
    text-align: center;
  }

  /* sesao-plataforma */
  .field legend {
    margin-left: 0;
    font-size: 22px !important;
    text-align: center;
    padding: 0;
  }

  .text-modal {
    flex: 0;
  }

  .block-moda {
    flex: 0;
  }

  .new-site {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .closed-modal {
    top: 0;
    position: relative;
  }

  .p-new-site {
    display: none;
  }

  .pro-new-site, .basic-new-site, .gold-new-site {
    width: 90%;
  }

  .modal-basic {
    flex-direction: column;
    overflow: scroll;
    gap: 0;
    padding: 2rem 1rem 1rem 1rem;
  }

  .ent-modal-basic {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }

  .ul-pro {
    font-size: 15px;
    margin-left: 2rem;
  }

  .button-filter {
    padding: 0;
    font-size: 14px;
  }

  .img-1-filter {
    height: 200px;
  }

  .img-2-filter {
    height: 200px;
  }

  .img-3-filter {
    height: 200px;
  }

  .img-4-filter {
    height: 200px;
  }

  .h1-info {
    font-size: 30px;
  }

  .h1-info {
    text-align: center;
  }

  .h1-2-info {
    text-align: center;
  }

  .imgs-info {
    width: 100%;
    height: 100%;
  }

  p {
    font-size: 13px;
  }

  .fim-footer {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .p-footer {
    font-size: 7px;
  }

  .fim-m-footer {
    flex-direction: column;
    align-items: center;
  }

  footer {
    height: 290px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    flex-direction: column;
  }

  #solution {
    padding-bottom: 2rem;
  }

  #solution {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text-agency text-agency" "system marketing" "ecommerce app" "brands socials" "site site";
    row-gap: 1rem;
  }

  #solution .elipse {
    width: 80px !important;
    height: 80px !important;
  }

  .bg-solution {
    align-self: center;
  }

  .h3-solution {
    text-align: center;
  }

  .h1-solution2 {
    text-align: center;
  }
}
/* moblie tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .bloco-header {
    margin-right: 5rem;
  }

  .h1-info {
    font-size: 1.7rem;
  }

  .h1-2-info {
    font-size: 1.5rem;
  }

  .imgs-info {
    height: 80%;
  }

  .p-info {
    font-size: 12px;
  }

  .info {
    font-size: 14px;
  }

  .field p {
    font-size: 12px !important;
  }

  .img-plataform {
    height: 250px;
  }

  .p-plataform {
    font-size: 16px !important;
  }

  .field legend {
    font-size: 20px !important;
    padding: 1rem;
  }

  .h1-solution-s2 {
    font-size: 12px;
  }

  #solution {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .p-modal-pro {
    font-size: 12.5px !important;
  }

  .text-modal.pro p {
    margin-bottom: 0 !important;
  }

  .fim-m-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer {
    height: 360px;
    justify-content: flex-start;
    padding-top: 2rem;
    box-shadow: inset 0px 102px 50px -24px #ffff;
  }
}
@media (min-width: 758px) {
  .texto-header {
    margin-top: 8rem;
  }
}
@media (min-width: 1024px) {
  header {
    background-position: bottom;
  }

  .modal-basic {
    justify-content: center;
  }
}
