/*https://animate.style/*/

@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*BARRA DE ROLAGEM - SCROLLBAR*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #1c208c;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #2196f3);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(transparent, #0ff);
}

/* Remove o destaque azul completamente */
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-tap-highlight: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  scroll-behavior: smooth;
  list-style-type: square;
  user-select: none;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
}

*:focus {
  outline: none !important;
}

*:active {
  outline: none !important;
}

body {
  overflow-x: hidden;
}

section {
  padding: 100px;
  background: #f2f3f7;
}

body {
  background: #f2f3f7;
}

/*PHONE*/

.pulse a {
  text-decoration: none;
}

.pulse img {
  position: absolute;
  width: 25px;
  top: -22px;
  right: 7px;
}

.pulse {
  position: fixed;
  top: 80%;
  right: 40px;
  width: 40px;
  height: 40px;
  background: #00d9ff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  z-index: 1000;
}

.pulse:before,
.pulse:after {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #00d9ff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.pulse:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*VOLTAR*/

.pulseVoltar a {
  text-decoration: none;
}

.redeVoltar {
  text-decoration: none;
  position: absolute;
  right: 7px;
  width: 25px;
  bottom: -5px;
  z-index: 1;
}

.pulseVoltar {
  position: fixed;
  top: 25px;
  left: 40px;
  width: 40px;
  height: 40px;
  background: #00d9ff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  z-index: 1000;
}

.pulseVoltar:before,
.pulseVoltar:after {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #0ff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.pulseVoltar:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*SLIDER*/
.temas {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c208c;
  padding: 65px 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider {
  position: relative;
  background: #ff9900;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*border-radius: 15px; */
}

.slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 50%);
}

.slider .slide.ative {
  clip-path: circle(150% at 0 50%);
  transition: 2s;
}

.slider .slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slider:hover .navigation {
  opacity: 1;
}

.prev-btn,
.next-btn {
  z-index: 1;
  font-size: 2em;
  color: #222;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  cursor: pointer;
}

.prev-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.next-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.navigation-visibility {
  z-index: 1;
  display: flex;
  justify-content: center;
}

.navigation-visibility .slide-icon {
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 10px;
  transform: translateY(-50px);
  margin: 0 6px;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgba(1, 1, 1 / 20%);
}

.navigation-visibility .slide-icon.ative {
  background: #1093ff;
}

/*BOTÃO*/

.btn {
  position: relative;
  background: #f2f3f7;
  display: inline-block;
  color: #2196f3;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),
    -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn:hover {
  color: #00ffe7;
  box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 0.5),
    inset -2px -2px 12px rgba(255, 255, 255, 1),
    inset -2px -2px -4px rgba(255, 255, 255, 0.1),
    2px 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.98);
}

/*NAVEGADOR*/

header {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1000000;
}

header ul {
  position: relative;
  display: flex;
  overflow: hidden;
}

header ul li {
  position: relative;
  overflow: hidden;
}

header ul li a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #ff9900;
  text-decoration: none;
  overflow: hidden;
}

header .logo {
  width: 200px;
  margin-bottom: 10px;
}

header ul li a:hover {
  color: #1093ff;
}

/*SOBRE*/

.about {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.heading {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: #1c208c;
  overflow: hidden;
}

.heading h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.content {
  display: flex;
  justify-content: space-between;
}

.contentBx {
  padding-right: 30px;
  overflow: hidden;
}

.contentBx h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contentBx P {
  text-align: justify;
}

.w50 {
  min-width: 50%;
  overflow: hidden;
}

.w50 img {
  max-width: 100%;
  margin-top: 20px;
  margin-left: 40px;
  width: 400px;
  overflow: hidden;
}

img {
  max-width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

/*VOLTAR*/

.voltar {
  float: right;
  font-size: 2em;
  color: #ff9900;
  display: inline-flex;
  position: fixed;
  right: 20px;
}

.voltar:hover {
  color: #3045ff;
  text-shadow: 0 0 15px #30f1ff, 0 0 30px #30f1ff;
}

/*SERVIÇOS*/

.services {
  background: #1c208c;
  overflow: hidden;
}

.heading.white {
  color: #fff;
  overflow: hidden;
}

.services .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;

  position: relative;
  width: auto;
  height: auto;
}

.services .content .servicesBx {
  background: #1c208c;
  color: #fff;
  margin: 20px;
  text-align: left;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;

  position: relative;
  width: 300px;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.services .content .servicesBx .boxLogo {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.services .content .servicesBx .boxLogo i {
  position: absolute;
  nav-left: 5px;
  color: #00d9ff;
}

.services .content .servicesBx .boxLogo p {
  text-indent: 20px;
}

.mega {
  padding: 10px;
  color: #fff;
  text-align: center;
}

.boxLogo .vejaMais a {
  color: #ff9900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  letter-spacing: 3px;
  font-size: 1.2em;
  text-transform: uppercase;
}

.boxLogo .vejaMais a:hover {
  color: #30f1ff;
  text-shadow: 0 0 15px #00a1ff, 0 0 30px #00a1ff;
}

.services .content .servicesBx img {
  width: 60px;
  margin-bottom: 20px;
  overflow: hidden;
}

.services .content .servicesBx h2 {
  font-size: 20px;
  font-weight: 600;
}

/*PROJETOS*/

.projetos {
  background: #dddfe4;
  overflow: hidden;
}

.projetos .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;

  position: relative;
  width: auto;
  height: auto;
}

.projetos .content .servicesBx {
  background: #dddfe4;
  color: #111;
  margin: 20px;
  text-align: left;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;

  position: relative;
  width: 300px;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.projetos .content .servicesBx .boxLogo {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.projetos .content .servicesBx .boxLogo i {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3em;
  color: #ff9900;
}

.mega {
  padding: 10px;
  color: #fff;
  text-align: center;
}

.projetos .content .servicesBx .cliente-foto {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projetos .content .servicesBx img {
  position: relative;
  width: 100%;
  margin: 20px 20px 0 20px;
  width: 80%;
  position: relative;
  overflow: hidden;
}

.projetos .content .servicesBx h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #00a1ff;
}

/*PROPAGANDA*/

.propaganda {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
  background: #1c208c;
  overflow: hidden;
}

.propaganda img {
  width: 80%;
  margin-bottom: 0;
}

/*MAPA*/

.mapBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mapa-iframe {
  width: 80%;
  /* Ajusta automaticamente ao tamanho do contêiner */
  height: 300px;
  /* Altura definida para visualização adequada */
  margin-bottom: 20px;
  border: 0;
  /* Remove a borda padrão */
  border-radius: 15px;
  /* Bordas arredondadas para um efeito moderno */
  transition: transform 0.3s ease-in-out;
  /* Transição suave ao passar o mouse */
}

/* Efeito de zoom ao passar o mouse */
#mapa-iframe:hover {
  transform: scale(1.02);
  /* Um leve zoom ao passar o mouse */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Sombra suave para profundidade */
}

#endereco {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

/*CADASTRAR*/

#bodyEmail {
  width: 100%;
  height: auto;
  background-color: #1c208c;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 50px 100px;
}

.contactEmail {
  margin: 0px;
  padding: 20px 0px 10px 0px;
  width: 50%;
  height: auto;
  background: #1c208c;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.contato {
  width: 100%;
  padding: 10px 20px;
}

.containerFormulario {
  background: #1c208c;
  color: #fff;
  margin: 20px auto;
  text-align: left;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;

  position: relative;
  width: 80%;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.contactFormEmail {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.contactEmail h2 {
  display: flex;
  justify-content: center;
  align-self: start;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.contactEmail .inputBoxEmail {
  position: relative;
  width: 80%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.contactEmail .inputBoxEmail input,
.contactEmail .inputBoxEmail textarea {
  width: 100%;
  padding: 7px 0px;
  font-size: 1em;
  margin: 15px 0px;
  border: none;
  border-bottom: 2px solid #b7c4e0;
  background: #1c208c;
  color: #b7c4e0;
  outline: none;
  resize: none;
  overflow: hidden;
}

.contactEmail .inputBoxEmail span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 1em;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #b7c4e0;
  background: #1c208c;
  overflow: hidden;
}

.contactEmail .inputBoxEmail input:focus~span,
.contactEmail .inputBoxEmail input:valid~span,
.contactEmail .inputBoxEmail textarea:focus~span,
.contactEmail .inputBoxEmail textarea:valid~span {
  color: #00bcd4;
  font-size: 15px;
  transform: translateY(-15px);
  background: none;
}

.contactEmail .inputBoxEmail input[type="submit"] {
  position: relative;
  background: #1f23a3;
  background: linear-gradient(#1f23a3, #171b83, #131669, #0f1152);
  width: 150px;
  display: inline-block;
  color: #b7c4e0;
  margin-top: 30px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 40px;
  border-bottom: transparent;
  overflow: hidden;

  box-shadow: -2px -2px 8px rgb(80, 83, 85), -2px -2px 12px rgb(41, 45, 48),
    inset 2px 2px 4px rgba(3, 13, 71, 0.1), 2px 2px 8px rgba(0, 2, 20, 0.15);
}

.contactEmail .inputBoxEmail input[type="submit"]:hover {
  color: #00ffe7;
  box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 0.5),
    inset -2px -2px 12px rgba(255, 255, 255, 1),
    inset -2px -2px -4px rgba(255, 255, 255, 0.1),
    2px 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.98);
}

.contactBxEmail {
  margin-top: 40px;
  padding: 0;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #1c208c;
  position: relative;
}

.contato_img {
  width: 40%;
  display: flex;
  position: fixed;
  right: 0px;
  top: 0;
  margin: 20px 100px 0 0;
}

/*LOGIN*/

.BoxLogin {
  width: 100%;
  margin: 20px auto;
  text-indent: 40px;
}

.BoxLogin a {
  color: #ff9900;
}

.BoxLogin a:hover {
  color: #00d9ff;
}

#icon {
  float: right;
  right: 80px;
  background: url("../img/hide.png");
  background-size: cover;
  width: 20px;
  height: 20px;
}

#icon.view {
  background: url("../img/view.png");
  background-size: cover;
}

/*SISTEMA*/

.sistema {
  padding: 100px;
  background: #f2f3f7;
}

.sairContainer {
  width: 100%;
  right: 0px;
  display: flex;
  justify-content: end;
}

.sairContainer a {
  color: #1c208c;
  font-size: 1em;
}

.sairContainer a:hover {
  color: #ff9900;
}

.containerSistema {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1c208c;
  color: #fff;
  margin: 50px 0;
  padding: 50px 0;
  border-radius: 10px;
}

.dados {
  width: 100%;
}

.p1 {
  margin-top: 80px;
  color: #0ff;
}

.atualizar {
  width: 100%;
  padding-top: 20px;
}

.atualizar .fa-pencil {
  background: #1f23a3;
  background: linear-gradient(#1f23a3, #171b83, #131669, #0f1152);
  color: #f2f3f7;
  font-size: 2em;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 20px 0 0 20px;
  border-bottom: transparent;
  overflow: hidden;

  box-shadow: -2px -2px 8px rgb(80, 83, 85), -2px -2px 12px rgb(41, 45, 48),
    inset 2px 2px 4px rgba(3, 13, 71, 0.1), 2px 2px 8px rgba(0, 2, 20, 0.15);
}

.atualizar .fa-pencil:hover {
  box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 0.5),
    inset -2px -2px 12px rgba(255, 255, 255, 1),
    inset -2px -2px -4px rgba(255, 255, 255, 0.1),
    2px 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.98);
  color: #15ff00;
}

.atualizar .fa-trash-o {
  background: #1f23a3;
  background: linear-gradient(#1f23a3, #171b83, #131669, #0f1152);
  color: #f2f3f7;
  font-size: 2em;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 0 20px 20px 0;
  border-bottom: transparent;
  overflow: hidden;

  box-shadow: -2px -2px 8px rgb(80, 83, 85), -2px -2px 12px rgb(41, 45, 48),
    inset 2px 2px 4px rgba(3, 13, 71, 0.1), 2px 2px 8px rgba(0, 2, 20, 0.15);
}

.atualizar .fa-trash-o:hover {
  box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 0.5),
    inset -2px -2px 12px rgba(255, 255, 255, 1),
    inset -2px -2px -4px rgba(255, 255, 255, 0.1),
    2px 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.98);
  color: #ff1e00;
}

/*REDE SOCIAL*/

#contact {
  padding: 100px 0px;
  margin: 0px;
  width: 100%;
  background-color: #1c208c;
  overflow: hidden;
}

.contactBx {
  padding: 0;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #1c208c;
  position: relative;
}

label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0px 30px;
  flex-wrap: wrap;
}

label .fa {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #ff9900;
}

label .fa:hover {
  color: #30f1ff;
  text-shadow: 0 0 15px #00a1ff, 0 0 30px #00a1ff;
}

/*RODAPÉ*/

.copyright {
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #1c208c;
}

.copyright p {
  color: #fff;
  text-align: center;
}

/*RESPONSIVO*/

@media all and (min-width: 951px) and (max-width: 1080px) {

  /*SLIDER*/
  .temas {
    padding: 64px 0 0 0;
  }

  /*SOBRE*/

  .contentBx {
    padding-right: 20px;
    overflow: hidden;
  }

  .contentBx h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .w50 {
    min-width: 50%;
    overflow: hidden;
  }

  .w50 img {
    max-width: 80%;
    margin-top: 20px;
    margin-left: 40px;
    width: 400px;
  }

  /*MAPA*/

  #mapa-iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  /*CADASTRAR*/

  #bodyEmail {
    padding: 50px 250px;
    flex-direction: column-reverse;
  }

  .contactEmail {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    display: block;
  }

  .contato {
    width: 100%;
    padding: 10px 20px;
  }

  .containerFormulario {
    margin: 20px auto;
    width: 100%;
  }

  .contactFormEmail {
    padding: 20px;
  }

  .contactEmail h2 {
    align-self: center;
    margin: 30px auto;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img {
    width: 100%;
    position: relative;
    margin: 20px 20px 0 0;
  }
}

@media all and (min-width: 700px) and (max-width: 950px) {
  header {
    padding: 20px 50px;
    display: inline-block;
    z-index: 2;
  }

  .menu {
    position: fixed;
    margin-top: 15px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #f2f3f7;
    transition: 0.5s;
    z-index: 100000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    top: 0px;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  header .toggle {
    filter: invert(1);
  }

  section {
    padding: 50px 0px;
  }

  header .logo img {
    width: 250px;
    margin-bottom: 10px;
  }

  /*SLIDER*/

  .slider {
    height: 480px;
  }

  .slider .slide {
    height: 480px;
  }

  .navigation {
    height: 480px;
  }

  .prev-btn,
  .next-btn {
    margin-top: 18%;
  }

  .navigation-visibility .slide-icon {
    width: 15px;
    height: 10px;
    transform: translateY(-20px);
  }

  /*QUEM SOMOS*/

  .about {
    padding: 20px;
  }

  .heading h2 {
    margin-top: 30px;
  }

  .contentBx h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: justify;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  .about .heading h2 {
    margin-top: 100px;
  }

  .contentBx {
    padding: 10px;
  }

  .w50 img {
    margin: 0 auto;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*PROJETOS*/

  .projetos .content .servicesBx img {
    margin: 10px 20px 0 20px;
  }

  /*PROPAGANDA*/

  .propaganda img {
    width: 100%;
  }

  /*MAPA*/

  #mapa {
    padding: 50px 20px;
  }

  #mapa-iframe {
    width: 100%;
    height: 250px;

    margin-bottom: 20px;
  }

  /*REDE SOCIAL*/

  #contact {
    padding: 100px 0px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }

  #logomarca .copyright p {
    font-size: 16px;
  }

  /*CADASTRAR*/

  #bodyEmail {
    padding: 50px 180px;
    flex-direction: column-reverse;
  }

  .contactEmail {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    display: block;
  }

  .contato {
    width: 100%;
    padding: 10px 20px;
  }

  .containerFormulario {
    margin: 20px auto;
    width: 100%;
  }

  .contactFormEmail {
    padding: 20px;
  }

  .contactEmail h2 {
    align-self: center;
    margin: 30px auto;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img {
    width: 100%;
    position: relative;
    margin: 20px 20px 0 0;
  }

  /*SISTEMA*/

  .sistema {
    padding: 50px 10px;
  }

  .sairContainer a {
    font-size: 1.3em;
    margin-right: 20px;
  }
}

@media all and (min-width: 550px) and (max-width: 699px) {
  header {
    padding: 20px 50px;
    display: inline-block;
    z-index: 2;
  }

  .menu {
    position: fixed;
    margin-top: 15px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #f2f3f7;
    transition: 0.5s;
    z-index: 100000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    top: 0px;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  header .toggle {
    filter: invert(1);
  }

  section {
    padding: 50px 0px;
  }

  header .logo img {
    width: 250px;
    margin-bottom: 10px;
  }

  /*SLIDER*/

  .slider {
    height: 350px;
  }

  .slider .slide {
    height: 350px;
  }

  .navigation {
    height: 350px;
  }

  .prev-btn,
  .next-btn {
    font-size: 1.5em;
    padding: 10px 6px;
    margin-top: 15%;
  }

  .navigation-visibility .slide-icon {
    width: 10px;
    height: 5px;
    transform: translateY(-20px);
  }

  /*QUEM SOMOS*/

  .about {
    padding: 20px;
  }

  .heading h2 {
    margin-top: 30px;
  }

  .contentBx h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: justify;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  .about .heading h2 {
    margin-top: 100px;
  }

  .contentBx {
    padding: 10px;
  }

  .w50 img {
    margin: 0 auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*PROJETOS*/

  .projetos .content .servicesBx img {
    margin: 10px 20px 0 20px;
  }

  /*PROPAGANDA*/

  .propaganda img {
    width: 100%;
  }

  /*MAPA*/

  #mapa {
    padding: 50px 20px;
  }

  #mapa-iframe {
    width: 100%;
    height: 250px;

    margin-bottom: 20px;
  }

  /*SISTEMA*/

  .sistema {
    padding: 50px 10px;
  }

  .sairContainer a {
    font-size: 1.3em;
    margin-right: 20px;
  }

  /*REDE SOCIAL*/

  #contact {
    padding: 100px 0px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }

  #logomarca .copyright p {
    font-size: 16px;
  }

  /*CADASTRAR*/

  #bodyEmail {
    padding: 50px 100px;
    flex-direction: column-reverse;
  }

  .contactEmail {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    display: block;
  }

  .contato {
    width: 100%;
    padding: 10px 20px;
  }

  .containerFormulario {
    margin: 20px auto;
    width: 100%;
  }

  .contactFormEmail {
    padding: 20px;
  }

  .contactEmail h2 {
    align-self: center;
    margin: 30px auto;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img {
    width: 100%;
    position: relative;
    margin: 20px 20px 0 0;
  }
}

@media all and (min-width: 350px) and (max-width: 549px) {
  /*BARRA DE ROLAGEM - SCROLLBAR*/

  ::-webkit-scrollbar {
    width: 0px;
  }

  header {
    padding: 20px 50px;
    display: inline-block;
    z-index: 2;
  }

  .menu {
    position: fixed;
    margin-top: 15px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #f2f3f7;
    transition: 0.5s;
    z-index: 100000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    top: 0px;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  header .toggle {
    filter: invert(1);
  }

  section {
    padding: 50px 0px;
  }

  header .logo img {
    width: 200px;
    margin-bottom: 10px;
  }

  /*SLIDER*/

  .slider {
    height: 300px;
  }

  .slider .slide {
    height: 300px;
  }

  .navigation {
    height: 300px;
  }

  .prev-btn,
  .next-btn {
    font-size: 1.5em;
    padding: 10px 6px;
    margin-top: 15%;
  }

  .navigation-visibility .slide-icon {
    width: 10px;
    height: 5px;
    transform: translateY(-20px);
  }

  /*QUEM SOMOS*/

  .about {
    padding: 20px;
  }

  .heading h2 {
    margin-top: 30px;
  }

  .contentBx h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: justify;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  .about .heading h2 {
    margin-top: 100px;
  }

  .contentBx {
    padding: 10px;
  }

  .w50 img {
    margin: 0 auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*PROJETOS*/

  .projetos .content .servicesBx img {
    margin: 10px 20px 0 20px;
  }

  /*PROPAGANDA*/

  .propaganda img {
    width: 100%;
  }

  /*MAPA*/

  #mapa {
    padding: 50px 20px;
  }

  #mapa-iframe {
    width: 100%;
    height: 250px;

    margin-bottom: 20px;
  }

  /*SISTEMA*/

  .sistema {
    padding: 50px 10px;
  }

  .sairContainer a {
    font-size: 2em;
    margin-right: 20px;
  }

  /*REDE SOCIAL*/

  #contact {
    padding: 100px 0px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }

  #logomarca .copyright p {
    font-size: 16px;
  }

  /*CADASTRAR*/

  #bodyEmail {
    padding: 50px 20px;
    flex-direction: column-reverse;
  }

  .contactEmail {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    display: block;
  }

  .contato {
    width: 100%;
    padding: 10px 20px;
  }

  .containerFormulario {
    margin: 20px auto;
    width: 100%;
  }

  .contactFormEmail {
    padding: 20px;
  }

  .contactEmail h2 {
    align-self: center;
    margin: 30px auto;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img {
    width: 100%;
    position: relative;
    margin: 20px 20px 0 0;
  }
}

@media all and (min-width: 300px) and (max-width: 349px) {
  /*BARRA DE ROLAGEM - SCROLLBAR*/

  ::-webkit-scrollbar {
    width: 0px;
  }

  header {
    padding: 20px 50px;
    display: inline-block;
    z-index: 2;
  }

  .menu {
    position: fixed;
    margin-top: 15px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #f2f3f7;
    transition: 0.5s;
    z-index: 100000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    top: 0px;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: fixed;
    right: 20px;
  }

  header .toggle {
    filter: invert(1);
  }

  section {
    padding: 50px 0px;
  }

  header .logo img {
    width: 200px;
    margin-bottom: 10px;
  }

  /*SLIDER*/

  .slider {
    height: 250px;
  }

  .slider .slide {
    height: 250px;
  }

  .navigation {
    height: 250px;
  }

  .prev-btn,
  .next-btn {
    font-size: 1.5em;
    padding: 10px 6px;
    margin-top: 15%;
  }

  .navigation-visibility .slide-icon {
    width: 10px;
    height: 5px;
    transform: translateY(-20px);
  }

  /*QUEM SOMOS*/

  .about {
    padding: 20px;
  }

  .heading h2 {
    margin-top: 30px;
  }

  .contentBx h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: justify;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  .about .heading h2 {
    margin-top: 100px;
  }

  .contentBx {
    padding: 10px;
  }

  .w50 img {
    margin: 0 auto;
    width: 100%;
  }

  /*PROJETOS*/

  .projetos .content .servicesBx img {
    margin: 10px 20px 0 20px;
  }

  /*PROPAGANDA*/

  .propaganda img {
    width: 100%;
  }

  /*MAPA*/

  #mapa {
    padding: 50px 20px;
  }

  #mapa-iframe {
    width: 100%;
    height: 250px;

    margin-bottom: 20px;
  }

  /*SISTEMA*/

  .sistema {
    padding: 50px 10px;
  }

  .sairContainer a {
    font-size: 2em;
    margin-right: 20px;
  }

  /*REDE SOCIAL*/

  #contact {
    padding: 100px 0px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }

  #logomarca .copyright p {
    font-size: 16px;
  }

  /*CADASTRAR*/

  #bodyEmail {
    padding: 50px 20px;
    flex-direction: column-reverse;
  }

  .contactEmail {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    display: block;
  }

  .contato {
    width: 100%;
    padding: 10px 20px;
  }

  .containerFormulario {
    margin: 20px auto;
    width: 100%;
  }

  .contactFormEmail {
    padding: 20px;
  }

  .contactEmail h2 {
    align-self: center;
    margin: 30px auto;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img {
    width: 100%;
    position: relative;
    margin: 20px 20px 0 0;
  }
}