:root {
  --color-primary: #007675 !important;
  --color-secondary: #efd69e;
}

@import url("https://fonts.cdnfonts.com/css/gotham");

/* 
font-family: 'Gotham', sans-serif;
font-family: 'Gotham Black', sans-serif;
font-family: 'Gotham Light', sans-serif;
font-family: 'Gotham Thin', sans-serif;
font-family: 'Gotham XLight', sans-serif;
font-family: 'Gotham Book', sans-serif;
font-family: 'Gotham Ultra', sans-serif; */

body {
  background: url("../image/fundo.png");
  background-size: auto;
}

p {
  font-family: "Gotham", sans-serif;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Gotham", sans-serif;
}

.image-logo img {
  width: 230px;
  filter: brightness(10.5);
}

.text-header h1 {
  font-family: "Gotham Black", sans-serif;
  font-size: 3em;
  color: #ffffffd1;
  line-height: 1.1em;
}

.text-header h2 {
  font-family: "Gotham Black", sans-serif;
  font-size: 4.5em;
  color: #fff;
  /* filter: drop-shadow(1px 1px 2px #fff); */
  background-color: #f468a1;
  padding: 0px 10px;
  line-height: 1.2em;
  width: fit-content;
}

.text-header h4 {
  font-weight: 400;
  font-size: 1.3em;
  max-width: 450px;
}

.text-header h4 span {
  color: #57d4ce;
  font-weight: 600;
  filter: drop-shadow(0px 0px 1px #57d4ce);
}

.btn-header a {
  border: none;
  background-color: #f468a1;
  padding: 10px 30px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2em;
  font-family: "Gotham";
  color: #fff;
  filter: drop-shadow(1px 1px 2px #545454);
  border-radius: 30px;
  text-shadow: 0 0 2px black;
}

.btn-header a:hover {
  color: #fff;
  filter: drop-shadow(0px 0px 4px #ffffffd1);
}

.box-images-influencers div img {
  border-radius: 60px;
  border: 3px solid #fff;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.box-images-influencers {
  display: flex;
}

.box-images-influencers div:nth-child(1) {
  position: relative;
  z-index: 1;
}

.box-images-influencers div:nth-child(2) {
  position: relative;
  z-index: 2;
  left: -36px;
}

.box-images-influencers div:nth-child(3) {
  position: relative;
  z-index: 3;
  left: -72px;
}

.box-images-influencers div:nth-child(4) {
  position: relative;
  z-index: 4;
  left: -108px;
}

@media (min-width: 1500px) {
  header {
    height: 80vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 769px) {
  .box-images-influencers {
    text-align: center;
    justify-content: center;
    padding-left: 90px;
  }
  .text-header h2 {
    font-size: 3.5em !important;
  }
}

.box-images-influencers div:nth-child(5) {
  position: relative;
  left: -104px;
  top: 16px;
}

.box-cards-header div img {
  width: 290px;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
  max-height: 90%;
}

.box-cards-header > div > img:nth-child(1) {
  object-position: top;
}

.box-header {
  align-items: center;
}

.header-bg img {
  width: 400px;
  position: fixed;
  right: -72px;
  z-index: -1;
  top: -120px;
}

.header-bg-2 img {
  width: 400px;
  position: fixed;
  left: -86px;
  z-index: -1;
  bottom: -122px;
  transform: rotate(180deg);
}

label {
  color: #fff;
  font-family: "Gotham", sans-serif;
}

#formMaislaser {
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #32a39d;
  border-radius: 12px;
  padding: 10px 30px;
}

.titulo-form {
  font-weight: 600;
}

.formMaislaser input {
  width: 100%;
  border-radius: 30px;
  padding: 8px 10px;
  text-decoration: none;
  outline: none;
  border: 2px solid #ffffff9e;
  background-color: #ffffff9e;
}

.formMaislaser2 label {
  font-size: 0.9em;
  font-weight: 100;
}

.formMaislaser2 div button:hover {
  color: #fff;
  filter: drop-shadow(0px 0px 4px #ffffffd1);
}

.formMaislaser2 div button {
  background-color: #f468a1;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 1.1em;
  border: none;
  filter: drop-shadow(1px 1px 2px #545454);
  border-radius: 30px;
  text-shadow: 0 0 2px black;
  width: 260px;
  letter-spacing: 0.8px;
}
#submitButtonFinal {
  background-color: #959595;
  font-weight: 600;
}

.formMaislaser input:focus {
  border: 2px solid #efd69e;
}

.formMaislaser label {
  padding: 2px 18px;
}

.box-icons div img {
  width: 100%;
  /* filter: invert(1); */
  margin-bottom: 14px;
  border-radius: 8px;
}

.box-icons {
  text-align: center;
  padding: 20px 8px;
  border-radius: 10px;
  /* background-color: #32a39d; */
  margin-bottom: 12px;
  /* max-height: 266px; */
}

.box-icons div h5 {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 1.2px;
  color: #fff;
}

.box-icons div p {
  font-size: 1em;
  color: #fff;
  margin-top: 16px;
  padding: 0px 10px;
}

.section-info > div > div {
  text-align: -webkit-center;
}

.footer-fim p a {
  font-weight: 600;
  color: #6367dd;
  text-decoration: none;
}

.footer-fim p a:hover {
  color: #3c3e85;
}

.box-footer div div h4 {
  font-weight: 500;
  margin-bottom: 16px;
  color: #efd69e;
}

.hl-whats {
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1.2px;
}

.hl-whats i {
  font-size: 1.5em !important;
  position: relative;
  top: 4px;
  padding: 10px !important;
}

.hl-whats:hover {
  color: #efd69e;
}

footer {
  background-color: #0011127a;
  padding-top: 30px;
}

.texto-end p {
  font-size: 1em;
  letter-spacing: 0.4px;
}

.footer-fim p {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  padding: 10px 0px;
  letter-spacing: 1px;
  background-color: #001112;
}

iframe {
  border-radius: 10px;
  filter: hue-rotate(178deg) opacity(0.8);
  width: 90%;
  min-height: 172px;
}

.texto-end p {
  font-size: 1em;
  letter-spacing: 0.4px;
}

.redes-sociais div a i {
  color: #fff;
  font-size: 3em;
  padding: 20px 10px;
}

.redes-sociais div a i:hover {
  color: var(--color-secondary);
}

.horario span {
  color: #e8d19a;
  font-size: 1.2em;
  font-weight: 500;
}

.text-header h3 a {
  color: var(--color-secondary);
  font-weight: 600;
}

.text-embaixadoras p a {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 1.1em;
  font-weight: 600;
}

.carousel-item img {
  width: 100%;
  object-fit: contain;
  max-height: 90vh;
}
.carousel-item.active.carousel-item-start {
  display: none;
}
h3 > span {
  font-weight: 900;
  text-shadow: -1px 0px white;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}
.numero-indicador > h2 {
  color: #32a39d;
  font-weight: 900;
  font-size: 1.5em;
  background-color: #edff00;
  width: fit-content;
  padding: 0px 10px;
  margin: 6px auto;
}
.formMaislaser input[disabled] {
  background-color: #9e9e9e;
}
.list-numbers {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.list-numbers > div {
  display: flex;
  align-items: center;
  height: 44px;
  width: 44px;
  justify-content: center;
  border-radius: 30px;
}
.list-numbers > div > p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 2em;
  filter: drop-shadow(0px 0px 3px #565656);
}
.bg-ativo {
  background-color: #edff00;
  color: #252525;
  transition: 200ms;
}
.bg-inativo {
  color: #fff;
  background-color: #888888de;
  transition: 200ms;
}
