:root {
  --main-color: #2A1780;
  --secondary-color: #d7ecf3;
}

body {
  /* align-items: center; */
  color: var(--main-color);
  font: 18px "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* header */

a {
  text-decoration: none;
  color: inherit;
}

header {
  background-color: transparent;
  top: 0;
}

.wrapper {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 1vw 3vw;
  max-width: 100vw;
  /* overflow: hidden; */
  padding-left: 5vw;
  padding-right: 5vw;

}

/* .fixed-header {
  background-color: white;
  margin: unset;
  min-width: 100vw;
  position: fixed;
  z-index: 1;
} */

a {
  text-decoration: none;
}

header a {
  color: #000;
}

a.logo {
  background: url(../imagens/logo_trasnparent.png) no-repeat center center / cover;
  float: left;
  height: 105px;
  margin: 7px 0;
  width: 120px;
}

.menu-burger {
  background: url(../imagens/menu.png) no-repeat center center;
  display: block;
  height: 50px;
  width: 50px;
}


.nav-list {
  background-color: #fff;
  display: none;
  float: right;
  position: absolute;
  margin-right: 15%;
  /* min-width: 160px; */
  width: fit-content;
}

.menu:hover .nav-list {
  /* cursor: pointer; */
  display: grid;
  /* position: fixed; */
}

.nav-links {
  position: relative;
  margin: 0 2.5vw;
}
.nav-links::after {
  background-color: var(--main-color);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.15s ease-out;
  width: 100%;
}

.nav-links:hover::after {
  transform: scaleX(1);
  transform-origin: center;
}

li {
  float: left;
  line-height: 52px;
  list-style: none;
  padding-left: 3vw;
  padding-right: 3vw;
}

li a {
  color: var(--main-color);
  display: block;
  height: 52px;
  font-weight: 600;
}

.dropdown-menu {
  float: left;
  overflow: hidden;
  transition: all 500ms linear;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 1%;
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #000;
  z-index: 1;
}

.dropdown-list a {
  color: var(--main-color);
  display: block;
  padding-left: 1vw;
  padding-right: 5vw;
  text-decoration: none;
  text-align: left;
}

.dropdown-menu:hover .dropdown-list {
  display: contents;
  position: fixed;
}

/* .dropdown-list a:hover {
  color: var(--main-color);
  font-weight: bolder;
  } */


/*///// main /////*/

/* review */

.review_card {
  background-color: white;
}

/* review */

.grw-net-widget-four {
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 10% !important;
}

.grw-net-widget-four-type-3 {
  margin-bottom: 5px !important;
  color: transparent;
}

.chat-label {
  margin-top: 5vh;
}



/* #welcome {
  background-image: url(../imagens/name.png);
  height: 30%;
} */

span {
  font-size: larger;
}


/* section */
#nos,
#contato {
  background-color: var(--secondary-color);
}


.banner {
  padding: 3vh 5vw;
  text-align: center;
}

.home-container {
  background: linear-gradient(rgba(252, 251, 253, 0.7), rgba(255, 255, 255, 0.7)), url(../imagens/landing_photo.jpeg) no-repeat center center/cover;
  /* display: grid;
  justify-content: space-around; */


  /* text-align: center; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* row-gap: 2vw; */
}


.botao-orcamento {
  margin-top: 20vh;
  margin-bottom: 5%;
}

.botao-servicos {
  margin-bottom: 15%;
}

.botao-orcamento,
.botao-servicos {
  background-color: var(--main-color);
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  /* font-weight: bold; */
  font-size: 25px;
  /* height: auto; */
  padding: 4%;
  transition: all 1s ease;
  /* width: 100%; */
}

.botao-orcamento:hover,
.botao-servicos:hover {
  border: var(--main-color);
  background-color: var(--secondary-color);
  color: var(--main-color);
  transform: scale(1.1);
}

h1 {
  background: url(../imagens/name.png) no-repeat top center/20rem;
  color: transparent;
  font-size: 40px;

}

.slogan {
  font-size: 1.0rem;
}

/* services */

.servicos {
  display: block;
  border: thick var(--secondary-color);
  border-style: double none;
}

.processo {
  /* display: grid; */
  gap: 2%;
  height: max-content;
  margin-bottom: 5vh;
}

/* how to apply border to processsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss */
/* .etapas p {
  border: solid #2A1780 10px;
} */

.processo p {
  /* grid-column: 1 / span 2; */
  color: #333;
}

.etapas::after {
  content: url(../imagens/next.png);
  display: block;
  padding-top: 5%;
}


@keyframes tonext {
  75% {
    left: 0;
  }

  95% {
    left: 100%;
  }

  98% {
    left: 100%;
  }

  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }

  95% {
    left: -300%;
  }

  98% {
    left: -300%;
  }

  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }

  97% {
    scroll-snap-align: none;
  }

  99% {
    scroll-snap-align: none;
  }

  100% {
    scroll-snap-align: center;
  }
}

/* body {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  font-family: 'Lato', sans-serif;
} */

* {
  box-sizing: border-box;

  /* thumb and track color for whole page */
  /* scrollbar-color: transparent transparent;
  scrollbar-width: 0px; */
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel {
  filter: drop-shadow(0 0 10px #0003);
  margin-bottom: 5%;
  margin-top: 10vh;
  max-width: 37.5rem;
  padding-top: 75%;
  perspective: 100px;
  position: relative;
  max-height: 80vh;
}

.carousel__viewport {
  bottom: 0;
  counter-reset: item;
  display: flex;
  left: 0;
  max-height: 80vh;
  overflow-x: scroll;
  position: absolute;
  right: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  top: 0;

  /* thumb and track color for carousel */
  scrollbar-color: transparent transparent;
  scrollbar-width: 0;
}

.carousel__slide {
  max-height: 80vh;
  /* background-color: var(--main-color); */
  border-radius: 20%;
  color: var(--main-color);
  /* counter-increment: item;  */
  flex: 0 0 100%;
  position: relative;
  width: 100%;
}

/* .carousel__slide:nth-child(even) {
  background-color: var(--secondary-color);
} */

.carousel__slide:before {
  /* content: counter(item); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: var(--main-color);
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%;   */
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: 4;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

/* .carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
} */

/* .carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
} 

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
} */

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: var(--secondary-color);
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}


.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

#carousel__slide1 {
  background: url(../imagens/carrousel/antes_depois3.colchao.PNG) no-repeat center/cover;
}

#carousel__slide2 {
  background: url(../imagens/carrousel/antes_depois2.poltrona.PNG) no-repeat center/cover;
}

#carousel__slide3 {
  background: url(../imagens/carrousel/antes_depois1.sofa.PNG) no-repeat center/cover;
}

#carousel__slide4 {
  background: url(../imagens/carrousel/antes_depois4.cadeira.PNG) no-repeat center/cover;
}

#carousel__slide5 {
  background: url(../imagens/carrousel/antes_depois5.protecao.PNG) no-repeat center/cover;
}

/* contato */

.chat-button {
  /* box-shadow: 10 0 10px #000; */
  filter: drop-shadow(0 0 10px #0005);
  margin: 5% 0;
}

.map {
  margin: 10% 0;
}

/* footer */

footer {
  padding: 3%;
  text-align: center;

  /* height: 10vw; */
  /* bottom: 0; */
  /* display: flex; */
  /* justify-content: center; */
  /* position: absolute; */
  /* width: 100vw; */
}

.footer-container {
  /* align-items: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  /* justify-content: space-around; */
}

.ig-logo, .chat-logo {
  height: 4vh;
}

.social-media {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 1vw;
}

/* footer  p {
  text-align: center;
} */

/* .social-media {
  display: flex;

} */

.Copyright a {
  color: var(--main-color);
  font-weight: bolder;
}

.Copyright {
  font-size: 14px;
}

#dev {
  color: rgb(85, 85, 85);
  font-size: 11px;
}


@media screen and (min-width: 680px) {

  #servicos {
    /* padding: 0 20vw; */
    padding: 0 calc((100vw - 37.5rem)/2);
  }

  .menu-burger {
    display: none;
  }

  .wrapper {
    justify-content: space-between;
  }

  .nav-list {
    display: block;
  }

  .botao-orcamento,
.botao-servicos {
  /* display: block; */
  padding: 2%;
}

  .nav-list {
    position: unset;
    margin-right: unset;
  }

  .menu:hover .nav-list {
    display: block;
  }

  .servicos {
    display: flex;
  }

  /* a.logo {
    height: 65px;
    margin: 2px 0;
    width: 70px;
  } */

  /* footer {
    display: inherit;
    padding: 5%;
  } */

}