* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  background: #f7f5fb !important;
  min-width: 500px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

#img {
  width: 100%;
  border-radius: 10px;
}

#input1 {
  resize: none;
  font-size: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: solid 1px #f5f5f5;
  text-align: center;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  align-items: center;
}

.demonstra {
  border: none;
  background-color: transparent;
  z-index: 99;
}

#input2 {
  font-size: 75px;
  text-rendering: optimizeLegibility;
  font-family: august;
  z-index: 4000;
  top: 5rem;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 100%;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  font-variant-ligatures: no-common-ligatures !important;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 5px #edf5dd, 0px 0px 10px #edf5dd, 0px 0px 20px #edf5dd,
    0px 0px 30px #edf5dd, 0px 0px 40px #edf5dd, 0px 0px 55px #edf5dd,
    0px 0px 75px #edf5dd;
}

#tamanho {
  font-size: 20px;
  color: white;
  z-index: 500;
  text-align: center;
  cursor: pointer;
}

#textCf {
  font-weight: 500;
}

.box {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.boxBlue {
  background: #007fff;
}

.boxGreen {
  background: #00ff7f;
}

.boxRed {
  background: #ff0000;
}

.boxBlueIce {
  background: #00CDF5;
}

.boxPurple {
  background: #C301FF;
}

.boxPink {
  background: #ff007f;
}

.boxLaranja {
  background: #ff7f00;
}

.boxAmarelo {
  background: #ffc901;
}

.boxBrancoN {
  background: #edf5dd;
}

.boxBranco {
  background: white;
  border: solid 1px rgba(0, 0, 0, 0.479);
}

.fonte input {
  cursor: pointer;
  visibility: hidden;
}

.cores input {
  visibility: hidden;
}

.cores {
  width: 70%;
}

.conteudoP {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: #ffffff;
  padding: 30px;
}

.box:hover {
  transform: scale(1.1);
  transition: all 250ms ease-in-out;
}

.detalhes {
  width: 80%;
}

.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
  color: black;
}

#imgL {
  cursor: pointer;
}

#imgL:hover {
  transform: scale(1.1);
}

#imgC {
  width: 100%;
  border-radius: 10px;
}

.coluna1 {
  display: grid;
  place-items: center;
}

#parcela {
  padding: 10px;
  font-weight: 500;
  font-size: 25px;
  color: black;
  line-height: 40px;
}

.navbar {
  background: #5e32a6;
}

.nav-link {
  color: white !important;
  margin: 15px;
  font-size: 18px;
}

.nav-link:hover {
  color: #60b0cc !important;
}

.botton {
  width: 100%;
  height: auto;
  background-color: #5e32a6;
  margin-top: 100px;
  overflow: hidden;
}

.titulo {
  overflow: hidden;
  color: black;
  text-align: center;
  margin: 50px;
  animation: apresenta 2s ease-in-out forwards;
}

@keyframes apresenta {
  to {
    transform: scale(1.1);
  }
}

.conteudo2 {
  margin-top: 50px;
}

#logo {
  width: 170px;
  image-rendering: -webkit-optimize-contrast;
}

.draggable {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.dragging {
  transform: scale(1.1);
  z-index: 999;
}

.colorFundo {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.turnOff {
  margin: 20px;
  text-align: center;
}

#envia {
  background-color: #7952b3;
  color: white;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  margin-bottom: 20px;
}

#envia:hover {
  transform: scale(1.1);
  background-color: #60b0cc;
}

#enviar {
  margin-top: 10px;
}

@media only screen and (max-width: 760px) {
  #input2 {
    top: 2rem !important;
    font-size: 20px;
  }

  .fonte {
    width: 100% !important;
    margin: 10px;
  }

  .conteudoP {
    padding: 10px;
  }


  .box {
    width: 8vw;
    height: 8vw;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
  }

  .cores {
    max-width: 280px;
  }
}

#btnw {
  left: 50px;
  bottom: 50px;
  position: fixed;
  animation: wpp 2s ease-in-out infinite alternate;
}

@keyframes wpp {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.upL {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

.btnEnviar {
  background-color: #7952b3;
  color: white;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  padding: 10px;
}

#controleAcesso {
  color: white;
  background-color: #d60000;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1rem;
  transition-duration: 1s;
}

img {
  image-rendering: optimizeQuality;
}

.form-check-label {
  cursor: pointer;
}

.form-check-label:hover {
  transform: scale(1.1);
}

.fonte {
  width: 70%;
  font-size: 20px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 10px;
  background-color: white;
}

.fonte p:hover {
  text-shadow: 1px 1px 2px #7952b3;
}

.carousel {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 20px;
}

#colorFundo,
#colorFundo1,
#colorFundo2,
#colorFundo3 {
  background-color: #272727;
}

#color {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none;
  border-radius: 5px;
}

#imgButer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: block;
  animation: efeitoButter 4s ease-in-out infinite alternate;
}

@keyframes efeitoButter {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.3);
  }
}

.btnEnviar:hover {
  transform: scale(1.1);
  background-color: #60b0cc;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.topheader {
  width: 100%;
  height: 35px;
  background-color: #60b0cc;
}

#textoTop {
  text-align: center;
  color: white;
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-top: 0;
  line-height: 35px;
}

#duv {
  color: white;
  border: solid white 1px;
  padding: 2px;
  border-radius: 8px;
  text-decoration: none;
}

.offcanvas,
.offcanvas-body {
  background: #f7f5fb !important;
}

#orcaWpp {
  text-align: center;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #34af23;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  margin-top: 20px;
  font-size: x-large;
}

#orcaWpp:hover {
  transform: scale(1.01);
  transition: all 350ms ease-in-out;
  opacity: 0.9;
}

#Capa_1 {
  fill: white;
  width: 22px;
}

#icon {
  margin: 20px;
}

#icon svg {
  width: 40px !important;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: var(--bs-gutter-y);
}

.icones a {
  color: transparent !important;
}

#icon svg:hover {
  transform: scale(1.1);
  fill: #60b0cc;
  transition: all 250ms ease-in-out;
}

.form-check-input:checked {
  background-color: #673ab7 !important;
  border-color: #673ab7 !important;
}

#flexSwitchCheckDefault {
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.turnOff .form-check .form-check-input {
  float: none !important;
}