@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

/* BARRA DE ROLAGEM - SCROLLBAR*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #0c0c0c;
}

::-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: "Poppins", 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;
  background: #111;
}

section {
  padding: 100px;
  background: #f2f3f7;
}

body {
  background: #f2f3f7;
}

/*PHONE*/

.pulse a {
  text-decoration: none;
}

.rede {
  text-decoration: none;
  position: absolute;
  right: 7px;
  width: 25px;
  bottom: -5px;
  z-index: 1;
}

.pulse {
  position: fixed;
  top: 80%;
  right: 40px;
  width: 40px;
  height: 40px;
  background: #00a1ff;
  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 #00a1ff;
  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: #00ffe7;
  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;
  }
}

/*BANNER*/

#casa {
  margin: 0px;
  padding: 0px;
}

.casa {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#particles-js {
  background-color: #111;
  background-image: url(../img/VidyalogoWallpaper.png);
  background-size: cover;
  width: 100%;
  height: 100%;
}

#log {
  width: 300px;
  margin: auto;
  float: left;
  position: absolute;
}

.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);
}

/*BOTÃO VIDEO*/

.btnVideo {
  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);
}

.btnVideo: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;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

header.sticky {
  background: #fff;
  padding: 20px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0, 0.1);
}

header .logo {
  color: #0ff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  overflow: hidden;
}

header .logo:hover {
  color: #2196f3;
}

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: #fff;
  text-decoration: none;
  overflow: hidden;
}

header ul li a:hover {
  color: #2196f3;
}

header.sticky ul li a {
  color: #111;
}

header.sticky .logo {
  color: #000;
}

header.sticky .logo:hover {
  color: #2196f3;
}

header.sticky ul li a:hover {
  color: #2196f3;
}

/*SOBRE*/

.about {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.heading {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #111;
  overflow: hidden;
}

.heading h2 {
  font-weight: 600px;
  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;
}

.w50 {
  min-width: 50%;
  overflow: hidden;
}

img {
  max-width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

/*SERVIÇOS*/

.services {
  background: #111;
  overflow: hidden;
}

.heading.white {
  color: #fff;
  overflow: hidden;
}

.services .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}

.services .content .servicesBx {
  padding: 20px 20px;
  background: #222;
  color: #fff;
  max-width: 340px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
}

.services .content .servicesBx:hover {
  background: #2196f3;
  cursor: pointer;
}

.services .content .servicesBx a {
  color: #fff;
}

.services .content .servicesBx a:active {
  color: #fff;
}

.services .content .servicesBx a:visited {
  color: #fff;
}

.services .content .servicesBx img {
  max-width: 80px;
  filter: invert(1);
  overflow: hidden;
}

.services .content .servicesBx h2 {
  font-size: 20px;
  font-weight: 600;
}

/*COMO FUNCIONA*/

.about2 {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 150px 100px;
  background-color: #f2f3f7;
  overflow: hidden;
}

.about2 .heading2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
  color: #111;
  overflow: hidden;
}

.about2 .heading2 h2 {
  font-weight: 600px;
  font-size: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.about2 .heading2 p {
  font-size: 18px;
  margin: 30px 0px 30px 0px;
  overflow: hidden;
}

#list {
  font-size: 18px;
}

.about2 .content2 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.about2 .contentBx2 {
  padding-right: 30px;
  overflow: hidden;
}

#list {
  list-style-type: square;
  overflow: hidden;
}

.about2 .contentBx2 h3 {
  font-size: 24px;
  margin-bottom: 10px;
  overflow: hidden;
}

.about2 .w502 {
  min-width: 50%;
  overflow: hidden;
}

.about2 .w502 p {
  font-size: 18px;
  margin: 30px 0px 30px 0px;
  overflow: hidden;
}

.about2 .b2 {
  max-width: 90%;
  margin: 20px;
  overflow: hidden;
}

/*VOLTAR*/

.BoxVoltarBlack2 {
  position: fixed;
  padding: 30px 0px 25px 20px;
  background-color: #111;
  width: 100%;
  top: 0px;
  z-index: 2;
  overflow: hidden;
}

.BoxVoltarBlack2 span {
  color: #f2f3f7;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  overflow: hidden;
  position: relative;
  left: 120px;
  overflow: hidden;
}

/*CARROSEL*/

#carroussel {
  margin: auto;
  padding: 0px;
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#items-wrapper {
  width: 100%;
  margin: 50px 0px 60px 0px;
  overflow: hidden;
}

#items {
  display: flex;
  overflow: hidden;
  overflow: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

#items::-webkit-scrollbar {
  height: 10px;
  overflow: hidden;
}

#items::-webkit-scrollbar-track {
  background-color: #dddddd;
}

#items::-webkit-scrollbar-thumb {
  background: #2196f3;
}

#items::-webkit-scrollbar-thumb:hover {
  background: #0ff;
}

.item {
  flex: none;
  width: 100%;
  height: 450px;
  overflow: hidden;

  scroll-snap-align: start;
  pointer-events: none;
}

#carroussel #items-wrapper #items .item img {
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
  overflow: hidden;
}

/*#deslizar
{
	color: #2196f3;	
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;	
	letter-spacing: 2px;
	position: relative;
	display: block;
	text-align: center;
	justify-content: center;
	width: 100%;
	margin: 40px auto;
	margin-bottom: 20px;
	overflow: hidden;	
}*/

/*BOTÕES VOLTAR VÍDEOS ANIMADOS*/

.BoxVoltarBlack {
  position: relative;
  padding: 30px 0px 25px 20px;
  background-color: #111;
  width: 100%;
  top: 0px;
}

.BoxVoltarBlack span {
  text-decoration: none;
  color: #f2f3f7;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  left: 120px;
  overflow: hidden;
}

/*TEMPLATES*/
.contactTemplates {
  margin: 0px;
  padding: 100px 0px 10px 0px;
  width: 100%;
  height: auto;
  background: #111;
  position: absolute;
  display: block;
  overflow: hidden;
}

.contactTemplates h2 {
  display: flex;
  justify-content: center;
  align-self: start;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 30px auto;
  position: relative;
}

#templatesP {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.containerTemplates {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}

.containerTemplates .btnT {
  position: relative;
  width: 300px;
  height: 60px;
  margin: 20px;
}

.containerTemplates .btnT a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.containerTemplates .btnT:hover a {
  letter-spacing: 3px;
  color: rgb(2, 102, 184);
}

.containerTemplates .btnT a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}

.containerTemplates .btnT:hover a::before {
  transform: skewX(45deg) translateX(200%);
}

.containerTemplates .btnT::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 70px;
  height: 20px;
  background: rgb(6, 236, 236);
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0s;
}

.containerTemplates .btnT:hover::before {
  bottom: 0;
  height: 50%;
  width: 75%;
  border-radius: 30px;
  transition-delay: 0.5s;
}

.containerTemplates .btnT::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  width: 70px;
  height: 20px;
  background: rgb(1, 199, 199);
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0s;
}

.containerTemplates .btnT:hover::after {
  top: 0;
  height: 50%;
  width: 75%;
  border-radius: 30px;
  transition-delay: 0.5s;
}

.containerTemplates .btnT:nth-child(1):before,
.containerTemplates .btnT:nth-child(1)::after {
  background: #0ff;
  box-shadow: 0 0 5px #0ff, 0 0 15px #0ff, 0 0 30px #0ff, 0 0 60px #0ff;
}

.containerTemplates .btnT:nth-child(2):before,
.containerTemplates .btnT:nth-child(2)::after {
  background: #0ff;
  box-shadow: 0 0 5px #0ff, 0 0 15px #0ff, 0 0 30px #0ff, 0 0 60px #0ff;
}

/*SOCIAL*/

.redeBox {
  display: block;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  position: relative;
}

.redeBox a {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
}

.redeBox a i {
  color: #111;
  font-size: 2em;
}

.redeBox i:hover {
  color: #2196f3;
}

/*RODAPÉ*/

#copyright {
  color: #111;
  overflow: hidden;
}

#copyright:hover {
  color: #2196f3;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
}

/*RESPONSIVO*/

@media all and (min-width: 902px) and (max-width: 1080px) {
  /*LOGOMARCAS*/

  #logomarca {
    padding: 100px 0px;
  }

  .conteinerLogo {
    width: 90%;
    margin: 40px auto;
    padding: 20px;
  }

  .conteinerLogo .cardLogo {
    width: 1000px;
    height: 390px;
  }

  .conteinerLogo .cardLogo .boxLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo {
    padding: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo img {
    width: 130px;
    margin: 15px;
    margin-right: 10px;
  }

  /*CARROSEL*/

  #items-wrapper {
    width: 90vw;
    margin-bottom: 30px;
  }

  .item {
    height: 350px;
  }
}

@media all and (min-width: 700px) and (max-width: 901px) {

  header,
  header.sticky {
    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: #fff;
    transition: 0.5s;
    z-index: 1;
    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: absolute;
    right: 50px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: absolute;
    right: 50px;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 50px;
  }

  .casa {
    position: relative;
    background-image: url(img/vidyalogo2.png);
  }

  .btnVoltar {
    margin-top: 30px;
    left: 30px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .heading h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .contentBx h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: center;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  /*QUEM SOMOS*/

  .contentBx {
    padding-right: 10px;
  }

  /*PROJETOS*/

  .about {
    display: inline-block;
    flex-wrap: wrap;
    position: relative;
  }

  #bannerConteiner {
    display: flex;
    width: 100%;
  }

  #banner {
    width: 100%;
    display: block;
    margin-top: 20px;
    right: 0px;
  }

  /*VÍDEOS ANIMADOS*/
  .anime {
    padding: 50px 20px;
    top: 100px;
  }

  .anime video {
    display: flex;
    margin: 10px auto;
    width: 100%;
  }

  /*LOGOMARCAS*/

  #logomarca {
    padding: 60px 0px 0px 0px;
  }

  .conteinerLogo {
    width: 90%;
    margin: 40px auto;
    padding: 20px;
  }

  .conteinerLogo .cardLogo {
    width: 1000px;
    height: 390px;
  }

  .conteinerLogo .cardLogo .boxLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo {
    padding: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo img {
    width: 120px;
    margin: 20px;
    margin-right: 10px;
  }

  /*CONTATO*/

  .contact {
    padding: 100px 0px;
    margin: 0px;
    margin-top: 100px;
    width: 100%;
    height: 900px;
    min-height: 100vh;
    background: #111;
    right: 0px;
    position: absolute;
    display: block;
  }

  .contact .inputBox {
    position: relative;
    width: 80%;
    margin: 15px;
    left: 20px;
    display: flex;
    justify-content: center;
  }

  /*COMO FUNCIONA*/

  .about2 {
    margin: 0px;
    padding: 100px 50px;
  }

  .about2 .heading2 {
    margin-bottom: 30px;
  }

  .about2 .heading2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .about2 .content2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: block;
  }

  .about2 .contentBx2 {
    padding-right: 30px;
  }

  .about2 .contentBx2 h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .about2 .w502 {
    min-width: 50%;
  }

  .about2 .b2 {
    max-width: 80%;
    margin-top: 20px;
  }

  /*CARD PAGAMENTO*/

  .conteinerPG {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  .conteinerPG .cardPG {
    max-width: 300px;
    height: 240px;
    margin: 70px 50px;
  }

  .conteinerPG .cardPG:hover {
    height: 420px;
  }

  .conteinerPG .cardPG .imgBxPG {
    width: 260px;
    height: 260px;
    top: -60px;
    left: 0px;
  }

  .conteinerPG .cardPG .contentPG {
    margin-top: -140px;
    padding: 10px 5px;
  }

  .conteinerPG .cardPG:hover .contentPG {
    margin-top: -40px;
  }

  /*CARROSEL*/

  #carroussel {
    width: 80%;
    height: 100%;
  }

  .item {
    width: 100%;
    height: 300px;
  }

  /*SOCIAL*/

  .contactBx {
    margin-top: 10px;
    padding: 0;
    height: 160px;
  }

  label {
    margin: 10px 10px 0px 10px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }
}

@media all and (min-width: 550px) and (max-width: 699px) {

  header,
  header.sticky {
    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: #fff;
    transition: 0.5s;
    z-index: 1;
    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: absolute;
    right: 50px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: absolute;
    right: 50px;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 50px;
  }

  .casa {
    position: relative;
    background-image: url(../img/vidyalogo2.png);
  }

  .heading h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .contentBx h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: center;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  /*QUEM SOMOS*/

  .contentBx {
    padding-right: 10px;
  }

  /*PROJETOS*/

  .about {
    display: inline-block;
    flex-wrap: wrap;
    position: relative;
  }

  #bannerConteiner {
    display: flex;
    width: 100%;
  }

  #banner {
    width: 100%;
    display: block;
    margin-top: 20px;
    right: 0px;
  }

  /*VÍDEOS ANIMADOS*/
  .anime {
    padding: 50px 20px;
    top: 100px;
  }

  .anime video {
    display: flex;
    margin: 10px auto;
    width: 100%;
  }

  /*LOGOMARCA*/

  #logomarca {
    padding: 60px 0px 0px 0px;
  }

  .conteinerLogo {
    width: 90%;
    margin: 40px auto;
    padding: 20px;
  }

  .conteinerLogo .cardLogo {
    width: 1000px;
    height: 330px;
  }

  .conteinerLogo .cardLogo .boxLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo {
    padding: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo img {
    width: 100px;
    margin: 10px;
    margin-right: 10px;
  }

  /*CONTATO*/

  .contact {
    padding: 100px 0px;
    margin: 0px;
    margin-top: 100px;
    width: 100%;
    height: 850px;
    min-height: 100vh;
    background: #111;
    right: 0px;
    position: absolute;
    display: block;
  }

  .contact .inputBox {
    position: relative;
    width: 80%;
    margin: 15px;
    left: 20px;
    display: flex;
    justify-content: center;
  }

  /*COMO FUNCIONA*/

  .about2 {
    margin: 0px;
    padding: 100px 50px;
  }

  .about2 .heading2 {
    margin-bottom: 30px;
  }

  .about2 .heading2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about2 .content2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: block;
  }

  .about2 .contentBx2 {
    padding-right: 30px;
  }

  .about2 .contentBx2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about2 .w502 {
    min-width: 100%;
  }

  .about2 .b2 {
    max-width: 80%;
    margin-top: 20px;
  }

  /*CARD PAGAMENTO*/

  .conteinerPG {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  .conteinerPG .cardPG {
    max-width: 300px;
    height: 240px;
    margin: 70px 50px;
  }

  .conteinerPG .cardPG:hover {
    height: 420px;
  }

  .conteinerPG .cardPG .imgBxPG {
    width: 260px;
    height: 260px;
    top: -60px;
    left: 0px;
  }

  .conteinerPG .cardPG .contentPG {
    margin-top: -140px;
    padding: 10px 5px;
  }

  .conteinerPG .cardPG:hover .contentPG {
    margin-top: -40px;
  }

  /*CARROSEL*/

  #carroussel {
    width: 80%;
    height: 100%;
  }

  .item {
    width: 100%;
    height: 200px;
  }

  /*SOCIAL*/

  .contactBx {
    margin-top: 10px;
    padding: 0;
    height: 160px;
  }

  label {
    margin: 10px 10px 0px 10px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px 10px;
  }
}

@media all and (min-width: 350px) and (max-width: 549px) {

  header,
  header.sticky {
    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: #fff;
    transition: 0.5s;
    z-index: 1;
    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: absolute;
    right: 50px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: absolute;
    right: 50px;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 20px;
  }

  .casa {
    height: 500px;
  }

  #log {
    width: 250px;
  }

  .about,
  .work {
    padding: 20px;
  }

  .heading h2 {
    font-size: 20px;
    margin-top: 30px;
  }

  .contentBx h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: center;
    font-size: 18px;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  /*QUEM SOMOS*/

  .about .heading h2 {
    margin-top: 100px;
  }

  .contentBx {
    padding: 10px;
  }

  /*SERVIÇOS*/

  #serviços {
    padding: 80px 10px;
  }

  .services .content .servicesBx {
    padding: 10px 10px 50px 10px;
    background: #222;
    color: #fff;
    max-width: 380px;
    margin: 10px;
  }

  /*PROJETOS*/

  .about {
    display: inline-block;
    flex-wrap: wrap;
    position: relative;
  }

  #bannerConteiner {
    display: flex;
    width: 100%;
  }

  #banner {
    width: 100%;
    display: block;
    margin-top: 20px;
    right: 0px;
  }

  #projetos h2 {
    margin-top: 100px;
  }

  #projetos p {
    font-size: 18px;
  }

  /*VÍDEOS ANIMADOS*/
  .anime {
    padding: 50px 0px;
    top: 100px;
  }

  .anime video {
    display: flex;
    margin: 10px auto;
    width: 100%;
  }

  /*VIDEO PROMOCIONAL*/

  #videoPromocional {
    width: 100%;
    padding: 0px 20px 30px 20px;
  }

  .videoBoxPromocional {
    padding-top: 150px;
  }

  .videoBx {
    width: 100%;
    margin-top: 20px;
  }

  #videoPromocional .headingPromocional h2 {
    font-size: 18px;
  }

  /*LOGOMARCA*/

  #logomarca {
    padding: 30px 0px 0px 0px;
  }

  .conteinerLogo {
    width: 90%;
    margin: 20px auto;
    padding: 10px;
  }

  .conteinerLogo .cardLogo {
    width: 1000px;
    height: 400px;
  }

  .conteinerLogo .cardLogo .boxLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo {
    padding: 10px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo img {
    width: 80px;
    margin: 10px;
    margin-right: 10px;
  }

  /*CONTATO*/

  .contact {
    padding: 20px 0px;
    margin: 0px;
    margin-top: 20px;
    width: 100%;
    height: 920px;
    min-height: 100vh;
    background: #111;
    right: 0px;
    position: absolute;
    display: block;
  }

  .contact .inputBox {
    position: relative;
    width: 80%;
    margin: 30px;
    left: 0px;
    display: flex;
    justify-content: center;
    top: 0px;
  }

  /*COMO FUNCIONA*/

  .about2 {
    margin: 0px;
    padding: 120px 20px;
  }

  .about2 .heading2 {
    margin-bottom: 30px;
  }

  .about2 .heading2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about2 .content2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: block;
  }

  .about2 .contentBx2 {
    padding-right: 10px;
  }

  .about2 .contentBx2 h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .about2 .content2 .contentBx2 .w502 p {
    text-align: center;
  }

  .about2 .w502 {
    min-width: 100%;
  }

  .about2 .b2 {
    max-width: 80%;
    margin-top: 20px;
  }

  /*CARD PAGAMENTO*/

  .conteinerPG {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  .conteinerPG .cardPG {
    max-width: 300px;
    height: 240px;
    margin: 70px 0px;
  }

  .conteinerPG .cardPG:hover {
    height: 420px;
  }

  .conteinerPG .cardPG .imgBxPG {
    width: 260px;
    height: 260px;
    top: -60px;
    left: 0px;
  }

  .conteinerPG .cardPG .contentPG {
    margin-top: -140px;
    padding: 10px 5px;
  }

  .conteinerPG .cardPG:hover .contentPG {
    margin-top: -40px;
  }

  .contentPG p {
    font-size: 18px;
  }

  /*CARROSEL*/

  #carroussel {
    width: 90%;
    height: 100%;
  }

  .item {
    width: 100%;
    height: 160px;
  }

  /*SOCIAL*/

  .contactBx {
    margin-top: 10px;
    padding: 0;
    height: 160px;
  }

  label {
    margin: 10px 10px 0px 10px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }

  #logomarca .copyright p {
    font-size: 16px;
  }
}

@media all and (min-width: 300px) and (max-width: 349px) {

  header,
  header.sticky {
    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: #fff;
    transition: 0.5s;
    z-index: 1;
    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: absolute;
    right: 50px;
  }

  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
    display: inline-flex;
    position: absolute;
    right: 50px;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 20px;
  }

  .casa {
    height: 600px;
  }

  #log {
    width: 200px;
  }

  .about,
  .work {
    padding: 20px;
  }

  .heading h2 {
    font-size: 20px;
    margin-top: 30px;
  }

  .contentBx h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .contentBx p {
    text-align: center;
    font-size: 18px;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
  }

  .services.content .servicesBx {
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  /*QUEM SOMOS*/

  .about .heading h2 {
    margin-top: 100px;
  }

  .contentBx {
    padding: 10px;
  }

  /*SERVIÇOS*/

  #serviços {
    padding: 80px 10px;
  }

  .services .content .servicesBx {
    padding: 10px 10px 50px 10px;
    background: #222;
    color: #fff;
    max-width: 380px;
    margin: 10px;
  }

  /*PROJETOS*/

  .about {
    display: inline-block;
    flex-wrap: wrap;
    position: relative;
  }

  #bannerConteiner {
    display: flex;
    width: 100%;
  }

  #banner {
    width: 100%;
    display: block;
    margin-top: 20px;
    right: 0px;
  }

  #projetos h2 {
    margin-top: 100px;
  }

  #projetos p {
    font-size: 18px;
  }

  /*VÍDEOS ANIMADOS*/
  .anime {
    padding: 50px 0px;
    top: 100px;
  }

  .anime video {
    display: flex;
    margin: 10px auto;
    width: 100%;
  }

  /*VIDEO PROMOCIONAL*/

  #videoPromocional {
    width: 100%;
    padding: 0px 20px 30px 20px;
  }

  .videoBoxPromocional {
    padding-top: 150px;
  }

  .videoBx {
    width: 100%;
    margin-top: 20px;
  }

  #videoPromocional .headingPromocional h2 {
    font-size: 18px;
  }

  /*LOGOMARCA*/

  #logomarca {
    padding: 30px 0px 0px 0px;
  }

  .conteinerLogo {
    width: 90%;
    margin: 20px auto;
    padding: 0px;
  }

  .conteinerLogo .cardLogo {
    width: 1000px;
    height: 400px;
  }

  .conteinerLogo .cardLogo .boxLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo {
    padding: 10px;
  }

  .conteinerLogo .cardLogo .boxLogo .contentLogo img {
    width: 80px;
    margin: 10px;
    margin-right: 10px;
  }

  /*CONTATO*/

  .contact {
    padding: 20px 0px;
    margin: 0px;
    margin-top: 20px;
    width: 100%;
    height: 920px;
    min-height: 100vh;
    background: #111;
    right: 0px;
    position: absolute;
    display: block;
  }

  .contact .inputBox {
    position: relative;
    width: 80%;
    margin: 30px;
    left: 0px;
    display: flex;
    justify-content: center;
    top: 0px;
  }

  /*COMO FUNCIONA*/

  .about2 {
    margin: 0px;
    padding: 120px 20px;
  }

  .about2 .heading2 {
    margin-bottom: 30px;
  }

  .about2 .heading2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about2 .content2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: block;
  }

  .about2 .contentBx2 {
    padding-right: 10px;
  }

  .about2 .contentBx2 h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .about2 .contentBx2 p {
    text-align: justify;
  }

  .about2 .w502 {
    min-width: 100%;
  }

  .about2 .b2 {
    max-width: 80%;
    margin-top: 20px;
  }

  /*CARD PAGAMENTO*/

  .conteinerPG {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  .conteinerPG .cardPG {
    max-width: 300px;
    height: 190px;
    margin: 50px 0px;
  }

  .conteinerPG .cardPG:hover {
    height: 400px;
  }

  .conteinerPG .cardPG .imgBxPG {
    width: 200px;
    height: 200px;
    top: -60px;
    left: 0px;
  }

  .conteinerPG .cardPG .contentPG {
    margin-top: -120px;
    padding: 10px 5px;
  }

  .conteinerPG .cardPG:hover .contentPG {
    margin-top: -40px;
  }

  .contentPG p {
    font-size: 18px;
  }

  /*CARROSEL*/

  #carroussel {
    width: 90%;
    height: 100%;
  }

  .item {
    width: 100%;
    height: 150px;
  }

  /*SOCIAL*/

  .contactBx {
    margin-top: 10px;
    padding: 0;
    height: 160px;
  }

  label {
    margin: 10px 10px 0px 10px;
  }

  /*RODAPÉ*/

  .copyright {
    margin-top: 0px;
  }

  #logomarca .copyright p {
    font-size: 16px;
  }
}