#mobile-menu{
  display: none;
}
#menu-toggle{
display: none;
}
.botao-topo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--cor4); /* Roxo */
  color: white;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.botao-topo:hover {
  background-color: var(--cor1)                                                                                                           ; /* Roxo mais claro */
  transform: scale(1.1);
}
.destaquesessao1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0px;
}

.logo {
  margin-right: 300px;
}
.logo img {
  width: 130px;
  height: 130px;
}
.menus ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.menus ul li {
  width:160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, var(--cor5), var(--cor4));
  font-family: "Open Sans", sans-serif;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
 box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
.menus ul li:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.menus ul li a{
  color: var(--cor8);
}
.sessao1 {
  background: var(--cor8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  z-index: 1;
}
.botao1 {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 280px;
  height: 45px;
  background: linear-gradient(90deg, var(--cor5), var(--cor4));
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.botao1:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.botao1 a {
  color: #f9f9f9;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.textosessao1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.texto1 {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 100px;
}
.texto1 strong {
  color: var(--cor1);
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.texto1 h1 {
  color: var(--cor7);
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 900;
  font-family: "playfair display", serif;
}
.texto1 h2 {
  color: var(--cor7);
  font-size: 1.9rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.texto1 p {
  color: var(--cor7);
  font-size: 1.56rem;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 480px;
  font-family: "Open Sans", sans-serif;
}
.fotoprincipal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  margin-top: -40px;
  margin-left: 0px;
  background-size: contain;
}
.fotoprincipal img {
  width: 860px;
  height: 700px;
}
.scroll-img {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.scroll-img.active {
  opacity: 1;
  transform: translateY(0);
}
/*sessao dos numeros*/
.sessaonumeros{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(to top, var(--cor5) 40%, var(--cor4) 200%);

}
.sessaonumeros ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sessaonumeros ul li{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sessaonumeros ul li img{
  width: 100px;
  height: 100px;
}
.sessaonumeros ul li h3{
  color: var(--cor8);
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-left: 5px;
}
.sessaonumeros ul li p{
  color: var(--cor8);
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  margin-left: 5px;
}
/*tiposdesites*/
.tiposdesites {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: var(--cor8);
}

.tiposdesites h1{
  color: var(--cor7);
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 800px;
  line-height: 1.2;
  margin-top: 50px;
}

.criamos{
  color: var(--cor7);
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 850px;
  line-height: 1.2;
  margin-top: 50px;
}
.aseguir{
 font-weight: 600;
 color: var(--cor7);
 font-size: 1.2rem;
 font-family: "Open Sans", sans-serif;
 margin-top: 30px;
 margin-bottom: 30px;
 width: 850px;
}
.listatiposdesites {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: auto;
  flex-wrap: wrap;
  gap: 30px;
}
.listatiposdesites li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 0px;
  padding: 0 0 0px 10px;
  width: 250px;
height: 80px;
  background: linear-gradient(270deg, var(--cor5), var(--cor4));
  border-radius: 8px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  
}
.listatiposdesites li p{
  color: var(--cor8);
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-left: 10px;
}
.listatiposdesites li img {
  width: 60px;
  height: 60px;
}
.tiposdesitesbotao{
  margin-top: 50px;
  margin-bottom: 30px;
}
/*sessao 2*/
.sessao2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, var(--cor5) 40%, var(--cor3) 200%);
}
.sessao2 h1 {
  color: var(--cor9);
  font-size: 2rem;
  font-style: normal;
  font-family: "playfair display", serif;
  font-weight: 700;
  text-align: center;
  width: 800px;
  line-height: 1;
  margin-top: 60px;
}
.sessao2 h2 {
  color: var(--cor8);
  font-size: 1.6rem;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 800px;
  line-height: 1;
  margin-bottom: 30px;
}
.sessao2textos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
}
.sessao2textos::before {
  content: "";
  background-image: url("/img/cerebrotech.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: 600px;
  margin-left: -1100px;
  width: 500px;
  height: 500px;
  z-index: 0;
}

.sessao2lista {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  height: auto;
}
.sessao2listaparagrafo {
  color: var(--cor8);
  font-family: "open sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 180px;
  width: 70%;
}
.lista_sessao2 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 70px;
}
.lista_sessao2 ul li {
  color: var(--cor8);
  width: 400px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
  overflow: hidden;
  border-radius: 13px;
  margin-bottom: 10px;
}
.lista_sessao2 ul li::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 200px;
  border: 2px solid #fff;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2),
    0 4px 20px rgba(0, 0, 0, 0.15);
  filter: blur(5px);
  border-radius: 13px;
}
.scroll-list li {
  opacity: 0;
  transform: translatey(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.scroll-list li.active {
  opacity: 1;
  transform: translatey(0);
}
.lista_sessao2 ul li h3 {
  color: var(--cor9);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 500px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.lista_sessao2 ul li p {
  color: var(--cor8);
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  width: 300px;
  line-height: 1.2;
}
.sessaoimagem{
  margin-top: -300px;
  margin-left: 50px;
}
.sessaoimagem img {
  width: 1600px;
  height: 450px;
  background-size: contain;
}
.lista_sessao2 ul li img {
  width: 30px;
  height: 30px;
}
.construido {
  font-size: 1.6rem;
  font-family: "open sans", sans-serif;
  color: var(--cor8);
  margin-top: 20px;
  margin-bottom: 20px;
}
.portifolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: var(--cor8);
}
.portifolio h1 {
  color: var(--cor7);
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 800px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: -10px;
  z-index: 3;
}
.portifolio h2 {
  color: var(--cor7);
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  width: 800px;
  margin-top: 10px;
  line-height: 1;
}
.essessites {
  color: var(--cor8);
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  width: 800px;
  margin-bottom: -20px;
}
.portifolio h4 {
  color: var(--cor8);
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 800px;
  line-height: 1;
  margin-bottom: 30px;
}
.carousel-container {
  position: relative;
  width: 1000px;
  height: 600px;
  perspective: 1000px;
}
.carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.carousel img {
  position: absolute;
  width: 50vw;
  max-width: 300px;
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.prev {
  left: -160px;
}
.next {
  right: -100px;
}

.portifolio h3 {
  color: var(--cor7);
  width: 800px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
.portifolio h4 {
  color: var(--cor7);
  width: 800px;
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

.botaoportifolio {
  margin-bottom: 30px;
}
/*planos de sites*/
.planos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, var(--cor5) 40%, var(--cor3) 200%);
}
.planos h1{
  color: var(--cor9);
  font-size: 2.5rem;
  font-style: normal;
  font-family: "playfair display", serif;
  font-weight: 700;
  text-align: center;
  width: 800px;
  line-height: 1.2;
  margin-top: 60px;

}
.planos h2 {
  color: var(--cor8);
  font-size: 1.6rem;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 700px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 20px;
}
.paragrafoplanos{
  color: var(--cor8);
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  width: 700px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.planoslista ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.planoslista ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 550px;
  background: var(--cor8);
  border-radius: 8px;
  box-shadow: 1px 1px 10px var(--cor3);
}
.planoslista ul li img{
  width: 250px;
  height: 200px;
  margin-top: 10px;
  border-radius: 6px;
  object-fit: cover;
}
.planoslista ul li h3{
  color: var(--cor7);
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: start;
  padding: 10px;
  margin-top: 30px;
}
.planoslista ul li p {
  color: var(--cor7);
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: start;
  margin-top: -10px;
  padding: 10px;
}
.planoslista ul li strong{
  color: var(--cor4);
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: start;
  padding: 10px;
}
.planoslista ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 200px;
  height: 50px;
  color: var(--cor8);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background: linear-gradient(90deg, var(--cor5), var(--cor4));
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);

}
.planoslista ul li a:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(94deg, #825caa 0.29%, #532e7b 98.71%);
}
.logofooter img {
  width: 140px;
  height: 140px;
}
.logofooter img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 300px;
  height: 100px;
}
.redes img {
  width: 40px;
  height: 40px;
}
.redes img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.duvida {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}
.duvida p {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 300px;
  font-size: 1.4rem;
}
.copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 30px;
  background-color: #fff;
  font-family: "open sans", sans-serif;
}

@media (min-width:769px) and (max-width: 1279px) {
   
    .logo {
        margin-right: 0px;
      }
   
      .textosessao1 {
        flex-direction: column-reverse;
      }
      .botao1 {
        width: 380px;
        height: 50px;
        margin-bottom: 30px;
        margin-left: 40px;
      }
      .botao1 a {
        font-size: 1.2rem;
        padding: 10px;
      }
      .texto1 {
        margin-left: 0px; 
        width: 650px;
      }
      .fotoprincipal {
        margin-left: -30px;
      }
/*tipos de sites*/
.criamos{
  width: 600px;
  text-align: center;
}
.aseguir{
  width: 600px;
  text-align: center;
}
.listatiposdesites {
  width: 600px;
}
      .sessao2textos {
        flex-direction: column-reverse;
      }  
      .sessao2listaparagrafo {
        margin-left: 0px;
        font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 30px;
        width: 500px;
      }
      .sessaoimagem {
        margin-top: 0px;
        margin-left: 50px;
      }
      .sessaoimagem img {
        margin-top: 0px;
        margin-left: 30px;
      }
      .lista_sessao2 ul {
        margin-left: 0px; 
      }
      .lista_sessao2 ul li {
        width: 500px;
        height: 300px;
      }
      .lista_sessao2 ul li::before {
        width: 500px;
        height: 300px;
}
.lista_sessao2 ul li h3 {
    font-size: 1.8rem;
}
.lista_sessao2 ul li p {
    font-size: 1.4rem;
    width: 400px;
}
.lista_sessao2 ul li img {
    width: 50px;
    height: 50px;
  }
  .sessao2textos::before {
    margin-top: 1800px;
    margin-left: -500px;
    opacity: 0.4;
  }
  .construido {
  width: 600px;
  font-size: 1.8rem;
  }
  .portifolio h1 {
    font-size: 2.2rem;  
  }
  .portifolio h2 {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .carousel-container {
    width: 100%;
    height: 80vh;
  }

  .carousel img {
    width: 100vw;
    max-width: 400px;
  }
  .prev {
    left: 10px;
  }
  .next {
    right: 10px;
  }
  .portifolio h3 {
    font-size: 1.8rem;
  }
  .portifolio h4 {
    font-size: 1.5rem;   
  }
  .botaoportifolio {
    width: 480px;
  }
  .logofooter img {
    width: 110px;
    height: 110px;
    margin-left: 30px;
  }
  .duvida {
    margin-left: 80px;
  }
  .duvida p {
    width: 400px;
    margin-top: 20px

}
}

@media (max-width: 768px) {
  .destaquesessao1 {
    margin-top: 0px;
  }
  .logo {
    margin-right: 0px;
  }
  .textosessao1 {
    flex-direction: column-reverse;
  }
  .texto1 {
    margin-left: 0px;
    margin-top: -100px;
  }

  .obotao{
    margin-left: 80px;
  }
/*tipos de sites*/
.criamos{
  width: 600px;
  text-align: center;
}
.aseguir{
  width: 600px;
  text-align: center;
}
.listatiposdesites {
  width: 600px;
}
/*sessao 2*/
.sessao2textos {
    flex-direction: column-reverse;
  }
  .sessaoimagem{
    margin-top: 0px;
    margin-left: 50px;
  } 
  .sessaoimagem img {
    width: 600px;
    height: 400px;
  }
  .sessao2listaparagrafo {
    margin-left: 0px;
    width: 500px;
  }
  .lista_sessao2 ul {
    margin-left: 0px;  
  }
  .construido {
    width: 500px;
    line-height: 1;
  }
/*portifolio*/
  .portifolio h2 {
margin-top: 10px;
  }
  .carousel-container {
    width: 100%;
    height: 100vh;
  }

  .carousel img {
    width: 100vw;
    max-width: 300px;
  }
  .prev {
    left: 10px;
  }
  .next {
    right: 10px;
  }
  

  .logofooter img {
    width: 100px;
    height: 100px;
    margin-left: 30px;
  }
  .duvida {
    margin-left: 90px;
    margin-top: 20px;
  }
  .redes {
    margin-left: 30px;
 }
}

@media (max-width: 480px) {
  .destaquesessao1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
background-color: #fff;
width: 100%;
    height: auto;
    gap: 0;
  }

.menus ul{
  display:none ;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 240px 0 0;
  z-index: 1000;
}

.logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: relative;
}
.fotoprincipal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  margin-top: 0px;
  margin-left: -30px;
  background-size: contain;
}
.fotoprincipal img {
  width: 600px;
  height: 400px;
  z-index: 2;
}
.textosessao1 {
  flex-direction: column-reverse;
}

.texto1 {
  margin-left: 0px;
  max-width: 350px;
}
.texto1 h2 {
  max-width: 330px; 
}
.texto1 p {
  max-width: 330px; 
}

  #menu-toggle {
    display: flex;
       margin-top: -80px;
       margin-left: 300px;
       font-size: 48px;
       background: none;
   background-size: contain;
       border: none;
       cursor: pointer;
       z-index: 1100;
       color: var(--cor7);
   }
   #mobile-menu {
    top: 0;
    position: absolute;
  margin-left: 60px;
    width: 75%;
    max-width: 280px;
    height: 280px;
    background: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px 0px 20px;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 1200;
    text-align: center;
    flex-direction: column;
    justify-content: center;
   align-items: center;
    
}
#mobile-menu.show-menu {
  display: flex;
}
  
#mobile-menu ul {
  list-style: none;
  padding: 10px;
  margin-top: 0px;
}

#mobile-menu ul li {
  padding: 15px 0;
  width:260px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
margin-bottom: 10px;
border-radius: 6px;
  background: linear-gradient(90deg, var(--cor5), var(--cor4));
}

#mobile-menu ul li a {
  text-decoration: none;
 font-family: "Open Sans", sans-serif;
  color: var(--cor8);
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  width: 200px;
  display: inline-block; 
  transition: color 0.3s ease, transform 0.3s ease;
}
#mobile-menu ul li:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
#mobile-menu.show-menu {
  display: flex;
  left: 0 !important;
}
#close-menu {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.sessaonumeros ul{
  flex-wrap: wrap;
}
.sessaonumeros ul li img{
  width: 80px;
  height: 80px;
}
.sessaonumeros ul li h3{
  font-size: 1.2rem;
}
.sessaonumeros ul li p{
  font-size: 1rem;
  width: 200px;
}
/*tipos de sites*/
.criamos{
  width: 340px;
  text-align: center;
}
.aseguir{
  width: 340px;
  text-align: center;
}
.listatiposdesites {
  width: 300px;
}
/*sessao lista de detalhe*/
  .sessao2 h1 {
    font-size: 1.5rem;
    width: 360px;
  }
  .sessao2 h2 {
    font-size: 1.38rem;
    width: 360px;
  }
  .sessao2textos {
    flex-direction: column-reverse;
  }
  .sessaoimagem img {
    width: 300px;
    height: 200px;
    margin-top: 300px;
    margin-left: 0px;
  }
  .sessao2listaparagrafo {
    margin-left: 0px;
    width: 80%;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.2;
    width: 360px;
    margin-top: 0px;
  }
  .lista_sessao2 ul {
    margin-left: 0px;
  }
  .lista_sessao2 ul li {
    width: 360px;
  }
  .lista_sessao2 ul li::before {
    width: 380px;
  }
  .construido {
    width: 360px;
    line-height: 1;
    font-size: 1.3rem;
    margin-left: auto;
  }
  .sessao2textos::before {
display: none;
  }
  .portifolio h1 {
    font-size: 1.6rem;
    width: 380px;
  }
  .portifolio h2 {
    font-size: 1.5rem;
    width: 380px;
    margin-top: 10px;
  }
  .carousel-container {
    width: 100%;
    height: 60vh;
  }

  .carousel img {
    width: 50vw;
    max-width: 250px;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
  .portifolio h3 {
    width: 380px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .portifolio h4 {
    width: 350px;
    margin-top: 35px;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
  }
  /*planos de sites*/
  .planos h2 {
    font-size: 1.4rem;
    width: 360px;
    margin-top: 10px;
  }
  .paragrafoplanos{
    font-size: 1.3rem;
    width: 340px;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer {
    flex-direction: column;
  }
  .logofooter img {
    width: 100px;
    height: 100px;
    margin-left: 0px;
  }
  .duvida {
    margin-left: 40px;
  }
  .redes{
    margin-left: 0px; 
  }
    
}
