* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "sans-serif";
  scroll-behavior: smooth;
}

.btn-solicitar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 3rem;
  /* gap: .5rem; */
  border: 1px;

  border-radius: 0.5rem;
  margin-top: 1rem;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

.btn-solicitar .whatsapp {
  background-color: green;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: right;
  color: #fff;
  padding: 0.5rem;

  border-radius: 0.5rem 0 0 0.5rem;

  /* margin-right: 1px; */
}


.btn-solicitar .whatsapp:hover, .btn-solicitar .email:hover {
  background-color: #881515;
  transition: background-color 0.6s;
}

.btn-solicitar .email {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  color: #fff;
  background-color: blue;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}

#menu-mobile,
#ocultar {
  /* all: unset; */
  display: none;
}

header {
  /* background-color: #032e42; */
  background-color: #000;
  color: #fff;
  /* position: absolute; */
  /* width: 100vw; */
  height: 10rem;
}

header .cima {
  /* display: flex; */
  display: grid;
  grid-template-columns: auto auto;
  /* border: 1px solid; */
  min-height: 2.8125rem;
  border-bottom: 1px solid #6a6a6a;
  align-items: center;
  font-size: 0.75rem;
}

header .cima .endereco {
  /* position: absolute;
  left: 5rem; */
  text-align: left;
  margin-left: 3rem;
}

header .cima .email {
  /* position: absolute;
  right: 5rem; */
  text-align: right;
  margin-right: 3rem;
}

header .menus {
  /* display: flex; */
  display: grid;
  font-size: 1rem;
  /* border: 1px solid; */
  /* grid-template-columns: auto calc(20rem + 5%); */
  grid-template-columns: auto 20rem;
  /* grid-template-columns: auto max-content; */

  /* border: 1px solid rgb(19, 160, 42); */
  height: 7.2rem;
  align-items: center;
}

header .menus .direita {
  /* position: absolute; */
  /* left: 0rem; */
  display: flex;
  /* border: 1px solid; */
}

header .menus .logo {
  margin-left: 3%;
  /* left: -10px; */
}

header .menus .menu1 {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: 2rem;
}

li {
  list-style: none;
}

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

/* para avaliar */
header .menus .menu2 {
  display: flex;
  /* border: 1px solid; */
  justify-content: center;
  align-items: center;
  /* right: ; */
  /* position: absolute; */
  /* right: 5rem; */
  /* margin-right: 1rem; */
}

header .menus .menu2 .search {
  /* grid-area: search; */
  /* border: 1px solid; */
  /* margin-right: 2.5rem; */
  /* margin-right: 5%; */
  display: none;
}

header .menus .menu2 .tele-icon {
  /* grid-area: tele-icon; */
  /* border: 1px solid; */
  color: #881515;
  margin-right: 1rem;
  /* border: 1px solid #fff; */
  height: 3rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.distaques {
  /* color: #000; */
  /* height: 100vh; */
  height: calc(100vh - 10rem);
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
}

.slides {
  display: flex;
  align-items: center;
  /* border: 1px solid red; */
  height: 100%;
  width: 100%;
}

.social {
  position: absolute;
  left: 6.22rem;
  /* border: 1px solid; */
  display: grid;
  gap: 1rem;
  /* margin-top: 70px; */
}

.social li {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 50%;
  /* border: 1px solid #881515; */
  border: 1px solid #fff;
  /* padding: 0.59375rem 0.65625rem; */
  justify-content: center;
  color: #881515;
}

.social li a {
  /* color: #881515; */
  color: #fff;
}

.social li:hover {
  background-color: #881515;
  transition: background-color 0.5s ease-in-out;
}

.social li:hover a {
  color: white;
  transition: color 0.5s ease-in-out;
}

.control-slide {
  position: absolute;
  right: 12rem;
  display: grid;
  gap: 1rem;
  /* margin-top: 70px; */
}

.control-slide li {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: 1px #032e42;
}

.control-slide li:hover {
  background-color: #032e42;
  transition: background-color 0.5s ease-in-out;
}

.control-slide li a {
  color: #032e42;
}

.control-slide li:hover a {
  color: #fff;
  transition: color 0.5s ease-in-out;
}

.distaques .slides .slide {
  height: 100%;
  width: 100%;
  background-color: #062133;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/imgs/background/close-up-woman-doing-business-presentation-boardroom-explaining-charts-analysis-workmates-comany-development-growth-employee-presenting-marketing-strategy-screen.jpg'); */
}
.distaques .slides .slide .textos {
  margin-left: 15rem;
  width: 39rem;
}

.distaques .slides .slide .textos h1 {
  font-size: 3rem;
  line-height: 4rem;
}

.distaques .slides .slide .textos p {
  line-height: 1.8rem;
}

.distaques .slides .slide .textos .btn-pedir {
  text-decoration: none;
  display: flex;
  width: 10rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background: #881515;
  color: #fff;
  margin-top: 1rem;
}

main .parceiros {
  height: 8rem;
  display: flex;
}

main .parceiros label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  background-color: #881515;
  font-size: 3rem;
  color: #fff;
}

main .parceiros .logos {
  background-color: #032e42;
  width: 100%;
  display: flex;
  overflow: hidden;
}

main .parceiros .logos img {
  /* width: 7rem;
    height: 6rem; */
  object-fit: none;
}

main .produtos
/* ,main .servicos  */ {
  /* height: 100vh; */
  display: grid;
  justify-content: center;
  background: url("/assets/imgs/background/gray-abstract-wireframe-technology-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .produtos .descricao {
  /* display: flex;
  margin-top: 7rem;
  width: 85%;
  margin-bottom: 2.5rem;
  justify-content: center;
  justify-self: center; */
  text-align: center;
  /* border: 1px solid; */
  margin: 3rem 12%;
  margin-top: 5rem;
}

main .produtos .descricao .esquerda p {
  /* font-size: 1.25rem;
  color: #881515;
  font-weight: 400; */
  color: #1d1d1f;
  margin-top: 1.1rem;
}
main .produtos .descricao .esquerda h2 {
  /* font-size: 2rem;
  font-weight: 600;
  width: 23rem; */
  /* border: 1px solid; */
  font-size: 2rem;
}

main .produtos .descricao .direita {
  /* display: flex; */
  /* display: flex; */
  align-self: center;
  /* text-align: right; */
  /* border: 1px solid red; */
  /* color: #881515; */
  /* background-color: #881515; */
}
main .produtos .descricao .direita p {
  width: 32rem;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}

main .produtos .baixo,
main .servicos .baixo {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 3rem;
  gap: 15px;
}

main .produtos .baixo a,
main .servicos .baixo a {
  background: #881515;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.375rem 1.23313rem 0.47438rem 1.25rem;
}

main .servicos .lista .servico {
  /* border: 1px solid red; */
  width: 23.12375rem;
  height: 33rem;
  /* background-color: #fff; */
  background: #f3f4f5;

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
}

main .servicos .lista .servico .imagem {
  width: 100%;
  height: 16rem;
  display: flex;
  justify-content: center;
  /* border: 1px solid; */
  /* border-radius: 15px 15px 0px 0px; */
}

main .servicos .lista .servico .imagem img {
  margin-top: 2.5%;
  width: 95%;
  height: 92.5%;
  object-fit: cover;
  object-position: center;
  border-radius: 7px 7px 0px 0px;
}

main .servicos .lista .servico .detalhes {
  margin: 1.25rem;
}

main .servicos .lista .servico .detalhes li {
  list-style: disc;
  font-size: 0.8rem;
  color: #676767;
  margin-left: 1rem;
  line-height: 1.5rem;
}

main .servicos .lista .servico .detalhes p {
  margin-top: 0.8rem;
  color: #676767;
}

main .servicos .lista .servico .btn-solicitar {
  font-weight: 700;
  width: 95%;
  height: 3.375rem;
  background: #032e42;
  /* margin: 0.5rem; */
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  border-radius: 10px;
}

main .servicos .lista .servico .btn-solicitar:hover {
  background-color: #881515;
  transition: background-color 0.5s;
}

/* main .servicos .lista .servico .btn-solicitar:hover a {
  color: #032e42;
  transition: color 0.5s;
} */

main .servicos .lista .servico .btn-solicitar a {
  text-decoration: none;
  color: #fff;
  /* border: 1px solid; */
  width: 100%;
  height: 100%;
  /* margin-left: ; */
  display: flex;
  align-items: center;
}

main .servicos .lista .servico .btn-solicitar a b {
  margin-left: 1rem;
}

main .servicos .lista {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

main .servicos {
  /* background: none; */
  padding-bottom: 5rem;
  /* border: 1px solid; */
}

main .servicos .descricao {
  /* display: grid; */
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  /* border: 1px solid; */
  margin: 3rem 12%;
  margin-top: 5rem;
}

main .servicos .descricao p {
  color: #1d1d1f;
  margin-top: 1.1rem;
}

main .servicos .descricao h2 {
  font-size: 2rem;
}

/* ------ empresas ------ */

main .nossas-empresas {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 14rem;
  /* border: 1px solid; */
  background-color: #062133;
  color: #fff;
  margin-bottom: 4rem;
}

main .nossas-empresas h2 {
  font-size: 2rem;
  text-transform: uppercase;
}

.nossas-empresas .empresas-logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

/* ------ contactos ------ */

main .contactos {
  display: flex;
  /* grid-template-columns: 33rem 33rem; */
  justify-content: center;
  align-items: center;
  gap: 3rem;
  min-height: 100vh;
  /* min-height: calc(100vh - 5%); */
  /* margin: 5%; */
  padding: 5%;
  /* flex-grow: 2; */
  /* grid-row: 1rem; */
  flex-wrap: wrap;
  /* border: 1px solid; */
}

main .contactos a {
  text-decoration: none;
  color: #000;
}

main .contactos .esquerda {
  max-width: 29rem;
}

main .contactos .esquerda h5 {
  color: #881515;
  font-size: 1.25rem;
}

main .contactos .esquerda h1 {
  font-size: 3rem;
}

main .contactos .esquerda .opcoes {
  display: grid;
  grid-template-areas:
    "caixa titulo"
    "caixa descricao";
  /* border: 1px solid red; */
  height: 5rem;
  justify-content: left;
  margin-top: 1.2rem;
}

main .contactos .esquerda .opcoes .caixa {
  grid-area: caixa;
  width: 5rem;
  height: 5rem;
  background: #881515;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: large; */
}

main .contactos .esquerda .opcoes h5 {
  grid-area: titulo;
  /* border: 1px solid; */
  height: max-content;
  margin-left: 0.4rem;
}

main .contactos .esquerda .opcoes p {
  grid-area: descricao;
  /* border: 1px solid; */
  margin-left: 0.4rem;
  font-weight: 600;
  /* max-width: 50px; */
}

main .contactos .esquerda .opcoes i {
  color: #fff;
}

main .contactos .direita .formulario {
  width: 33rem;
  height: 33rem;
  background-color: #881515;
  display: grid;
  justify-content: center;
  /* background: url("/assets/imgs/background/5026563-removebg-preview.png") #881515; */
  /* background-position: center;
background-repeat: no-repeat;
background-size: cover; */
  /* justify-content: center; */
  align-items: center;
  border-radius: 1.25rem;
}

main .contactos .direita .formulario h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 26px;
}

main .contactos .direita .formulario form {
  display: grid;
  width: 23rem;
  gap: 0.6rem;
}

main .contactos .direita .formulario form input {
  height: 3rem;
  margin: 0;
  padding: 0;
  border-radius: 0.3rem;
  border: 0px;
}

main .contactos .direita .formulario form textarea::placeholder {
  padding: 1rem;
}

main .contactos .direita .formulario form textarea {
  border-radius: 0.3rem;
}

main .contactos .direita .formulario form button {
  height: 3rem;
  background: #032e42;
  color: #fff;
  border: 1px;
  cursor: pointer;
  margin-top: 1rem;
  border-radius: 0.4rem;
}

.formulario form input::placeholder {
  padding-left: 1rem;
}

/* ---- rodape ---- */

footer {
  background-color: #032e42;
  /* height: 20rem; */
  display: grid;
  color: #fff;
}

footer .universo {
  margin: 3rem;
}

footer .universo .conjunto1 {
  /* width: 18rem; */
  /* border: 1px solid; */
  border-bottom: 1px solid;

  display: grid;
  grid-template-columns: 18rem auto 21rem;
  /* margin-bottom: 1rem; */
}

footer .conjunto1 p {
  /* border: 1px solid; */
  font-size: 0.75rem;
  margin: 0.5rem 0;
}

footer .plataformas {
  display: flex;
  gap: 0.7rem;
}

footer .plataformas .loja {
  display: flex;
  align-items: center;
  background: #881515;
  width: 8.3rem;
  height: 2.75rem;
  justify-content: center;
  border-radius: 0.4375rem;
  color: #fff;
  text-decoration: none;
}

footer .plataformas .detalhes {
  margin-left: 0.2rem;
  display: grid;
  /* border: 1px solid; */
  gap: 0px;
  /* height: fit-content; */
}
footer .plataformas i {
  grid-area: icon;
}

footer .plataformas p,
footer .plataformas label {
  font-size: 0.625rem;
  /* border: 1px solid; */
  /* height: 0.6rem; */
}

footer .plataformas span {
  font-size: 0.875rem;
  /* text-transform: uppercase;  */
  /* border: 1px solid; */
}

footer .conjunto1 .meio {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

footer .conjunto1 .meio .item {
  max-width: 8rem;
  /* border: 1px solid; */
}

footer .conjunto1 .meio .item a:hover{
  color: #881515;
  transition: color 0.5s;
  
  /* border: 1px solid; */
}

footer .conjunto1 .meio a {
  color: #fff;
  font-size: 0.75rem;
  /* font-weight: 400; */
}

footer .conjunto1 .direita input {
  height: 2.6rem;
  padding: 0 12px;
  width: calc(100% - 8.8rem);
}

footer .conjunto1 .direita button {
  background: #881515;
  color: #fff;
  border: 0;
  height: 2.6rem;
  width: 8rem;
  cursor: pointer;
}

footer a {
  text-decoration: none;
}

footer .conjunto1 .direita > p {
  margin-bottom: 1.3rem;
}

footer .conjunto2 {
  /* border: 1px solid; */
  /* height: rem; */
  margin-top: 1rem;
  display: flex;
  align-items: center;
  /* border: 1px solid; */
  position: relative;
}

footer .conjunto2 p {
  font-size: 0.75rem;
  /* border: 1px solid; */
}

footer .conjunto2 ul {
  display: flex;
  gap: 0.98rem;
  /* border: 1px solid; */
  float: right;
  position: absolute;
  right: 0;
  /* justify-self: right; */
}

footer .conjunto2 li {
  width: 2.3125rem;
  height: 2.3125rem;
  background-color: #881515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .conjunto2 li a {
  color: #fff;
}

footer .conjunto1 .direita {
  margin-bottom: 3rem;
}

/*-------------- carousel do princial inicio ------------------*/

.distaques .slides {
  /* border: 1px solid green; */
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}

.distaques .slides::-webkit-scrollbar {
  display: none;
}

/* 
.slides :where(.slide){
    display: flex;
    ali
} */

.distaques .slides.no-transition {
  scroll-behavior: auto;
}

.distaques .slides.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.distaques .slides.dragging .slide {
  cursor: grab;
  user-select: none;
}

.distaques .slides .slide {
  scroll-snap-align: start;
  /* height: 342px; */
  list-style: none;
  /* background: #fff; */
  display: flex;
  cursor: pointer;
  /* padding-bottom: 15px; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-direction: column; */

  /* height: 485.39px; */
  /* border-top: 3px solid #881515; */
  /* box-shadow: 0px 4px 60px 0px rgba(139, 139, 139, 0.15); */
}

/* patrocinios css */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

main .parceiros .logos .partes-logo {
  animation: scroll 40s linear infinite;
  display: flex;
  align-items: center;
  gap: 70px;
  /* width: calc(250px * 14); */
}

/* produtos inicio */
main .lista {
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .wrapper {
  max-width: 1100px; */
/* width: 100%; */
/* width: 85%;
  display: flex;
  justify-content: center; */
/* border: 1px solid; */
/* position: absolute; */
/* } */

.lista > i {
  height: 50px;
  width: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  /* position: absolute; */
  top: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* .wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  gap: 16px; */
/* overflow: hidden; */
/* overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
} */
/* 
.carousel::-webkit-scrollbar {
  display: none;
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.carousel :where(.card, .img) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging1 {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging1 .card {
  cursor: grab;
  user-select: none;
} */

/* .carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff; */
/* border-radius: 8px; */
/* display: flex;
  cursor: pointer;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column; */

/* width: 310px; */
/* height: 485.39px;
  border-top: 3px solid #881515; */
/* box-shadow: 0px 4px 60px 0px rgba(139, 139, 139, 0.15); */
/* } */

.card .produto-logo {
  height: 74px;
  display: flex;
  gap: 10px;
  /* border: 1px solid; */
  top: 25px;
  justify-content: start;
  width: calc(100% - 50px);
  align-items: center;
  /* margin-right: 25px; */
  /* margin-left: 25px; */
}

.card .produto-logo img {
  /* border: 1px solid; */
  width: 150px;
}

.card .btn-redondo {
  width: 40px;
  height: 40px;
  position: fixed;
  padding: 9.001px 8.993px 8.993px 9.001px;
  border-radius: 20px;
  background: #881515;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: 0; */
  margin-left: 190px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card .produto-mokup {
  /* width: 280px; */
  width: calc(100% - 50px);

  height: 210px;
  bottom: 25px;
  display: flex;
  align-items: center;
  /* border: 1px solid; */
}

.produto-mokup img {
  width: 100%;
  /* object-fit: cover; */
}

.card h2 {
  /* font-weight: 500; */
  font-size: 18px;
  /* margin: 30px 0 4px; */
}

.card p {
  color: #6a6d78;
  font-size: 14px;
  width: calc(100% - 50px);
  /* margin-bottom: 10px; */
  margin-top: 10px;
  /* text-align: left; */
  word-wrap: break-word;
  /* line-height: 19px; */
  /* border: 1px solid; */
}

/* butao */
.btn-accao {
  width: 10.34375rem;
  height: 2.64938rem;
  padding: 0.5625rem 1.84375rem 0.64938rem 1.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  background: #881515;
  color: #fff;
  text-decoration: none;
}

/* ---- media scream ------ */

@media only screen and (max-width: 1220px) {
  footer .meio .item:last-child {
    display: none;
    /* border: 1px solid red; */
  }

  .lista > i {
    display: none;
  }
}

@media only screen and (max-width: 1156px) {
  main .contactos .direita .formulario {
    border-radius: 0;
  }
}

@media only screen and (min-width: 1100px) {
  header .menus .menu1 {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1100px) {
  /* .wrapper .carousel {
    grid-auto-columns: calc((100% / 3) - 12px);
    width: 1050px;
    border: 1px solid;
  } */

  header .menus .menu1 {
    display: none;
    /* visibility: hidden; */
    /* border: 1px solid red; */
  }

  .control-slide {
    right: 6.22rem;
  }

  #menu-mobile {
    display: block;
  }

  #cobertura {
    /* display: block; */
    position: absolute;
    /* display: grid; */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #032e42;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    text-align: center;
    flex-direction: column;
    gap: 10;
  }

  #ocultar {
    /* all: unset; */
    /* display: block; */
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    color: #881515;
  }
  /* #cobertura:target{
  display: block;
} */

  header .menus {
    grid-template-columns: auto calc(20rem + 5%);
  }
}

@media only screen and (max-width: 1050px) {
  /* .wrapper .carousel {
    grid-auto-columns: calc((100% / 3) - 12px);
    width: 1050px;
    border: 1px solid;
  } */
  .menu2 {
    /* margin: 0; */
    /* border: 1px solid red; */
    margin-right: 0;
  }
  header .menus .logo {
    margin-left: 1rem;
    /* left: -10px; */
  }

  .distaques .slides .slide .textos {
    margin-left: 10rem;
  }

  footer .meio .item:nth-child(3) {
    display: none;
  }
}

/* 
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
} */

@media only screen and (max-width: 940px) {
  footer .meio .item:nth-child(2) {
    display: none;
  }

  .control-slide {
    display: none;
    bottom: 2rem;
    right: 50%;
  }

  .control-slide li {
    background-color: #000;
  }

  .control-slide li a {
    color: #fff;
  }

  .control-slide li:hover {
    background-color: #881515;
  }

  .control-slide li a {
    color: #fff;
  }
}

@media only screen and (max-width: 800px) {
  footer .meio .item:nth-child(1) {
    display: none;
  }

  header .cima .email {
    /* margin-right: 1rem; */
    display: none;
  }

  header .cima .endereco {
    margin-right: 1rem;
  }

  .social {
    left: 3rem;
  }

  .distaques .slides .slide .textos {
    margin-left: 7rem;
  }

  main .parceiros label {
    width: 18%;
    font-size: 100%;
    padding: 1rem;
  }
}

@media only screen and (max-width: 737px) {
  footer .universo .conjunto1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border: 1px solid; */
    /* grid-template-rows: auto auto; */
  }

  .distaques .slides .slide .textos {
    /* border: 1px solid; */
    width: 80%;
  }
}

@media only screen and (max-width: 546px) {
  .social {
    display: none;
  }

  .distaques .slides .slide .textos {
    margin-left: 4rem;
  }

  .menu2 {
    margin: 0;
    /* border: 1px solid red; */
  }

  main .contactos .direita {
    /* border: 1px solid; */
    width: 100%;
  }

  main .contactos .direita .formulario {
    width: 100%;
    border-radius: 0;
  }

  header .cima .endereco {
    margin-left: 1rem;
    /* border: 1px solid; */
  }

  main .contactos {
    padding: 5% 0 0 0;
  }

  .distaques .slides .slide .textos p {
    display: none;
  }

  .distaques .slides .slide .textos h1 {
    font-size: 2rem;
  }
  .distaques .slides .slide .textos {
    /* border: 1px solid; */
    width: 70%;
  }

  .logo img {
    width: 20vw;
  }
}

@media only screen and (max-width: 477px) {
  header .menus .menu2 .tele-icon,
  header .menus .menu2 .tele1 {
    display: none;
  }

  header .menus {
    grid-template-columns: auto max-content;
  }

  header .menu-mobile {
    margin-right: 1rem;
  }

  header .menus .menu2 .search {
    /* grid-area: search; */
    /* border: 1px solid; */
    margin-right: 0.5rem;
  }

  main .contactos .esquerda {
    margin: 0 5%;
  }

  main .contactos .esquerda .opcoes p {
    font-size: 3.2vw;
  }

  main .parceiros label {
    font-size: 70%;
  }
}

@media only screen and (max-width: 400px) {
  main .contactos .direita .formulario form {
    width: calc(100vw - 2rem);
    /* border: 1px solid; */
  }
}

@media only screen and (max-width: 366px) {
  footer .universo {
    margin: 3rem 10%;
    /* border: 1px solid; */
  }
  .distaques .slides .slide .textos {
    margin-left: 3rem;
  }
}
