/* CORES MODO CLARO 
.color1 { #f3e7d7 };
.color2 { #f7d7cd };
.color3 { #f8c7c9 };
.color4 { #e0c0c7 }; - NOVIDADES 
.color5 { #c7b9c5 }; */

/* CORES MODO ESCURO 
.color1 { #fcd8af };
.color2 { #fec49b };
.color3 { #fe9b91 };
.color4 { #fd6084 }; - NOVIDADES
.color5 { #045071 }; */

/* html{
    background-color: #f7d7cd;
} */

/* CSS DO ROLAMENTO DA PAGINA */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
  border: 3px solid #ffff;
}

::-webkit-scrollbar-track {
  background-color: #ffff;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #fc8296 #ffff;
}

html {
  overflow-x: hidden;
  width: 100%;
  background-color: var(--bg-color-light);
  color: var(--text-color-light);
  transition: background-color 0.3s, color 0.3s;
}

h2 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 22px;
}

p {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style-type: none;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #f8c7c9;
  transition: .5s;
  z-index: 1;
}

.close-menu {
  display: none;
  overflow-y: hidden;

}

/* SECTION DA BARRA DE NAVEGAÇÃO */

header {
  position: relative;
  margin: 0;
  padding: 0;
}

header#inicio {
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: transform 0.3s ease;
  background-color: #f7d7cd;
  padding: 20px 0;
}

header>.cabecalho {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 150vh;
  display: flex;
  justify-content: space-around;
}


header nav ul li {
  display: inline-block;
  /* padding: 0 60px; */
  overflow: hidden;
  text-transform: uppercase;
}

.ul-hearder.invisivel {
  opacity: 0;
  visibility: hidden;
}

.a-hearder {
  text-decoration: none;
  color: rgb(83, 81, 81);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 700;
  line-height: 50px;
  padding: 0;
}

.a-hearder:hover {
  font-size: 16.5px;
  color: #cd04b2;
}

.ul-hearder:first-child .a-hearder {
  margin-left: 30px;
}

nav .img-logo {
  width: 6%;
  display: flex;
  position: relative;
  margin-right: 50px;
}


.ul-hearder {
  color: var(--text-color-dark-nav);
  transition: color 0.3s;
}

.trilho {
  width: 40px;
  height: 20px;
  background-color: #fff;
  border-radius: 200px;
  /* top: 30px; */
  position: relative;
  cursor: pointer;
  transition: .5s;
  margin-left: 70px;
  padding: 0;
}

.trilho .indicador {
  width: 17px;
  height: 17px;
  background-color: #f7d7cd;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  transform: scale(.8);
  left: 0;
  transition: .5s;
}

.esconder-bolinha {
  display: none;
}

.aba-menu.esconder {
  display: none;
}

/* INICIO */

.containerinicio {
  padding: 0;
  padding: 17px 1%;
  margin: 0;
}

.frase_comeco {
  display: flex;
  position: relative;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 25%;
  margin: 0 0 -2% 13%;
}

.h1-frase1 {
  display: flex;
  position: relative;
  left: 20%;
  top: 160px;
  font-size: 70px;
  transition: .5s;
}

.img-comeco>img {
  display: flex;
  position: relative;
  left: 60%;
  bottom: 110px;
  width: 350px;
  border-radius: 5%;
  margin: 0;
  padding: 0;
}

.scrolling-wrapper {
  width: 100%;
  height: 40px;
  background-image: url('./img/borboleta-scroll.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: scrollHorizontal 350s linear infinite;
}

@keyframes scrollHorizontal {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: -10000px 0;
  }
}

/* NOVIDADES */

.containernovidade {
  background-color: #ff8fcbc6;
  transition: .5s;
  padding: 57px 1%;
}

.h2_novidades {
  padding-top: 30px;
  padding-bottom: 7px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 22px;
  border-bottom: 1px solid #00000063;
  /* width: 23%; */
}

.container_img {
  margin-top: 37px;
}

.container_img .img-novidade {
  position: relative;
  width: 220px;
  border-radius: 5%;
  height: 230px;
  border: 3.4px solid #7f0000;
  background-size: cover;
  background-position: 100% 0%;
  margin: 0 3.5%;
}

.img-novidade:hover {
  background-position: 100% 0%;
  cursor: pointer;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000079;
  border-radius: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  opacity: 0;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  transition: .6s;
}

.overlay:hover {
  opacity: 1;
}

.new-item {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
}

b {
  display: flex;
  position: relative;
  color: #7f0000;
  left: 1%;
}

/* RECOMENDADOS */

.container_recomendado {
  padding: 57px 1%;
}

.recomendado {
  background-color: #f8c7c9;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}

.h2_recomendado {
  padding-bottom: 7px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #00000063;
  width: 23%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.kit_recomendado {
  width: 350px;
  border-radius: 30px;
  position: relative;
  border: 3.4px solid #7f0000;
}

.kit_recomendado2 {
  width: 350px;
  border-radius: 30px;
  position: relative;
  border: 3.4px solid #7f0000;
  height: 500px;
}

/* SLIDE RECOMENDADO */

.slider {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0 !important;
}

.slider-kits {
  width: 500%;
  height: auto;
  display: flex;
}

.slider-kits input {
  display: none;
}

.slider-kits input .bolinhas-kit {
  width: 10px;
}

.slide-box {
  width: 20%;
  height: auto;
  position: relative;
  text-align: center;
  transition: 1s;
}

.slide-box img {
  width: 25%;
  margin: 2% auto;
  border: 3.4px solid #7f0000;
}


.nav-manual,
.nav-auto {
  position: absolute;
  width: 100%;
  margin-top: 35%;
  display: flex;
  justify-content: center;
}

.nav-manual .manual-btn,
.nav-auto div {
  border: 1px solid #ff0054;
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
}

.nav-manual .manual-btn:not(:last-child),
.nav-auto div:not(:last-child) {
  margin-right: 10px;
}

.nav-manual .manual-btn:hover {
  background-color: #ff0054;
}

#radio1:checked~.nav-auto .auto-btn1,
#radio2:checked~.nav-auto .auto-btn2,
#radio3:checked~.nav-auto .auto-btn3,
#radio4:checked~.nav-auto .auto-btn4,
#radio5:checked~.nav-auto .auto-btn5 {
  background-color: #ff0054;
}

#radio1:checked~.primeiro {
  margin-left: 0%;
}

#radio2:checked~.primeiro {
  margin-left: -20%;
}

#radio3:checked~.primeiro {
  margin-left: -40%;
}

#radio4:checked~.primeiro {
  margin-left: -60%;
}

#radio5:checked~.primeiro {
  margin-left: -80%;
}

/* SOBRE */
.sobre_container {
  background-color: #ff8fcbc6;
  transition: .5s;
  display: flex;
  justify-content: space-around;
  padding: 57px 1%;
  margin-top: 30px;
}

.sobre {
  width: 50%;
  margin: 0;
  padding: 0;
}

.sobre_titulo {
  margin-bottom: 5%;
  border-bottom: 1px solid #00000063;
  width: 20%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 7px;
  margin-bottom: 7%;
}

.sobre_informacao {
  font-size: 18px;
  padding-bottom: 20px;
}

strong {
  color: #7f0000;
}

.img-sobre {
  width: 27%;
  border: 3.4px solid #7f0000;
}

/* SOBRE */

/* CONTATO */
.contato_container {
  display: flex;
  justify-content: space-around;
  padding: 57px 1%;
  transition: .5s;
}

.contato {
  text-align: center;
}

.contato_container .contato .h2_titulo {
  border-bottom: 1px solid #00000063;
  width: 75%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 7px;
}

.contato .bi.bi-whatsapp {
  font-size: 3em;
}

.contato_container .contato .form_contato {
  margin-top: 7%;
  overflow: hidden;
}

form .input_text {
  width: 320px;
  height: 35px;
  font-size: 17px;
  padding: 7px;
  border: 1.5px solid #7f0000;
  background-color: #ffffffa2;
}

form .btn-form {
  font-size: 17px;
  font-weight: 550;
  cursor: pointer;
  padding: 10px;
  background-color: #ffffffa2;
  border: 1.6px solid #7f0000;
  border-radius: 10px;
  transition: ease-in-out .3s;
}

form .btn-form:hover {
  box-shadow: 0 0 5px #ff0000;
}

/* CONTATO */

/* FOOTER */
.footer_container {
  background-color: #ff8fcb;
  transition: .5s;
  padding: 30px 1% 10px 1%;
  margin: 0;
}

.footer_container .footer_flex {
  display: flex;
  justify-content: space-around;
}

.rodape_slogan {
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 170px;
}

.rodape_slogan p {
  margin: 0;
}

.rodape_slogan img {
  width: 50%;
}

.rodape_rede {
  margin-right: 40px;
}

.rodape_rede h3 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  border-bottom: 1.7px solid;
  width: 110%;
}

.rodape_rede .bi.bi-instagram,
.rodape_rede .bi.bi-facebook {
  font-size: 25px;
  cursor: pointer;
  color: #000;
}

.rodape_rede .bi.bi-facebook {
  padding-left: 7%;
}

.rodape_rede .bi.bi-instagram::before,
.rodape_rede .bi.bi-facebook::before {
  margin-top: 20px;
}

.rodape_links h3 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  border-bottom: 1.7px solid;
  width: 60%;
}

.rodape_links ul {
  margin-top: 20px;
}

.rodape_links li {
  color: #000;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  padding: 5px 2px;
  position: relative;
  /* right: 40px; */
  transition: all ease-in-out .3s;
}

.rodape_links li:hover {
  background-color: #fff;
  color: rgb(255, 12, 215);
  padding: 5px 2px;
  border-radius: 5px;
}

hr {
  width: 75%;
  margin: 20px auto;
}

.copyright {
  text-align: center;
  color: #000;
  font-size: 13px;
}

/* FOOTER */