* {
  font-family: "Inter", sans-serif;
}

a {
  list-style: none !important;
  text-decoration: none !important;
  color: #1a1a1a;
}

body {
  background-color: #fff;
  font-size: 14px;
}

:root {
  --primary: #A9D804;
}

.bg-primary {
  background-color: var(--primary) !important;
  color: #fff;
}

.font-primary {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 1000;
}

.font-secondary {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 5px;
  margin-bottom: 0px;
}

.font-secondary {
  font-family: "DM Sans", sans-serif;
}

.container {
  max-width: 1400px;
}

.nav {
  background: #1a1a1a;
}

.nav .instagram {
  stroke-width: 1.5px;
  width: 30px;
  height: auto;
}

.open-menu{
  color: #1a1a1a;
}

.open-menu svg{
  height: auto;
  width: 30px;
  stroke-width: 1px;
}

.header {
  position:sticky;
  width: 100%;
  top: 0;
  z-index: 9;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.header .logo {
  width: auto;
  height: 40px;
}

.header .menu ul {
  display: flex;
  gap: 15px;
  list-style: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.header .menu a{
  font-weight: 500;
  color: #777777;
  font-size: 15px;
}

.header .menu li a{
  transition: .5s;
}

.header .menu li.active a,
.header .menu li:hover a{
  color: #1a1a1a;
  font-weight: 800;
  text-decoration: none;
  list-style: none;
}

.btn-dark {
  border-radius: 30px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 15px;
  border: 0px;
}

.btn-dark.active {
  background-color: rgba(0,0,0,0.5);
}

.alert-home {
  padding: 15px;
  background: #F3F3F3;
  font-size: 13px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.header .bag {
  position: relative;
  margin-right: 20px;
  margin-top: -10px;
}

.header .bag svg {
  width: 35px;
  height: auto;
}

.header .bag .badge {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

/* Home */

.home-01 .cont {
  height: 100%;
  width: 50%;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.home-01 .cont .content{
  max-width: 400px;
  margin: auto;
}

.home-01 .cont .content h2{
  font-size: 18px;
  letter-spacing: 5px;
}

.home-01 .cont .content h1{
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
}

.home-01 .cont .content p{
  font-size: 15px;
  font-weight: 600;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}

.home-01 {
  height: 500px;
  width: 100%;
  background: url("../img/home-01.jpg") no-repeat;
  background-size: cover;
  background-position: end;
}

/* Home 02 */

.home-02 {
  height: auto;
  width: 100%;
  background: url("../img/logo-backgorund.svg") no-repeat;
  background-size: cover;
  background-position: end;
  padding: 50px 50px;
}

.home-02 .cont {
  max-width: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.home-02 .cont h2{
  font-size: 18px;
  letter-spacing: 5px;
}

.home-02 .cont h1{
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
}

.home-02 .cont p{
  font-size: 14px;
  font-weight: 500;
  margin: auto;
  margin-top: 10px;
}


/* Home 04 */

.home-04 {
  height: auto;
  width: 100%;
  padding: 100px 50px;
}

.home-04 .cont {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.home-04 .cont h2{
  font-size: 18px;
  letter-spacing: 5px;
}

.home-04 .cont h1{
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
}

.home-04 .cont p{
  font-size: 14px;
  font-weight: 500;
  margin: auto;
  margin-top: 10px;
}

/* Tecidos */

.fabric {
  width: 100%;
  padding: 150px 0px;
}

.fabric-1 {
  background: url("../img/fabric-1.png") fixed no-repeat;
  background-size: cover;
}

.fabric-2 {
  background: url("../img/fabric-2.png") fixed no-repeat;
  background-size: cover;
}

.fabric .cont {
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 450px;
  height: 450px;
  padding: 50px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  margin: auto;
  border-radius: 100%;
  text-align: center;
}


.fabric .cont h2{
  font-size: 18px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.fabric .cont h1{
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
}

.fabric .cont p{
  font-size: 14px;
  font-weight: 500;
  margin: auto;
  margin-top: 10px;
}

/* Produtos */

.products-1 {
  padding-bottom: 50px;
}

.product {
  text-align: center;
  padding: 30px;
  padding-bottom: 60px;
  background: rgba(0,0,0,0.03);
  border-radius: 10px;
}

.product img {
  transition: .5s;
  max-height: 300px;
}

.product:hover img {
  transform: scale(1.1);
  transition: .5s;
}

.product .cont {
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  margin-top: -80px;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

/* Footer */

.footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0px;
}

.footer .container {
  max-width: 1300px;
}

.footer .logo-footer {
  width: auto;
  height: 40px;
}

.footer .selo-br {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction:column;
}

.footer .selo-br img {
  width: 50px;
  height: auto;
}

.footer .selo-br p {
  max-width: 150px;
  font-size: 14px;
  text-align: center;
  margin: auto;
  font-weight: 500;
}

.footer .copy {
  font-weight: 700;
}

/* Mobile */

.menu-mobile {
  width: 60%;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left:-100%;
  height: 100vh;
  z-index: 99;
  padding: 20px;
  transition: .5s;
}

.menu-mobile.active {
  left: 0;
}

.menu-mobile .logo {
  width: auto;
  height: 25px;
}

.menu-mobile ul {
  display: flex;
  flex-direction:column;
  list-style: none;
  padding: 0px;
  gap: 10px;
  margin-top: 50px;
}

.menu-mobile ul li a{
  width: 100%;
  display: block;
  padding: 8px;
  border-radius: 10px;
  background: rgba(0,0,0,0.05);
  font-size: 13px;
  text-align: center;
  transition: 0.5s;
}

.menu-mobile ul li.active a,
.menu-mobile ul li:hover a{
  background: rgba(0,0,0,0.1);
  font-weight: 600;
}

.close-menu{
  color: #1a1a1a;
}

.close-menu svg{
  height: auto;
  width: 25px;
  stroke-width: 1px;
}

/* Simulador */

.simulator {
  min-height: 75vh;
  padding-bottom: 50px;
  background-color: #F8F8F8;
  background-image: url("../img/background-simulator.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}


.print {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  gap: 5px;
}

.print svg {
  width: 25px !important;
  height: auto;
}

.simulator .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5%;
  padding: 10px;
  border-radius: 70px;
  gap: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.simulator .menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: .5s;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.simulator .menu a:hover,
.simulator .menu a.active {
  background: rgba(0,0,0,0.05);
}

.simulator .menu a svg {
  width: 30px;
  height: auto;
  margin-bottom: 5px;
  stroke-width: 1.5px;
}

.simulator .menu a span {
  font-size: 11px;
  font-weight: 700;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
}

.simulator .menu a.add-cart {
  background: var(--primary);
  color: #2f2f2f;
}

.simulator .menu a.add-cart span {
  color: #2f2f2f;
}

.product-simulator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.product-simulator .front:hover #imagensUploadCamisaFrente,
.product-simulator .back:hover #imagensUploadCamisaFrente {
  z-index: 99 !important;
  -webkit-mask-image: none;
  -o-mask-image: none;
  -moz-mask-image: none;
  mask-image: none;
}
.product-simulator .front:hover #imagensUploadCamisaCostas,
.product-simulator .back:hover #imagensUploadCamisaCostas {
  z-index: 99 !important;
  -webkit-mask-image: none;
  -o-mask-image: none;
  -moz-mask-image: none;
  mask-image: none;
}

.product-simulator .back #imagensUploadCamisaCostas{
  -webkit-mask-image: url(../img/products/back.svg);
  -o-mask-image: url(../img/products/back.svg);
  -moz-mask-image: url(../img/products/back.svg);
  mask-image: url(../img/products/back.svg);
}

.product-simulator .front #imagensUploadCamisaFrente{
  -webkit-mask-image: url(../img/products/front.svg);
  -o-mask-image: url(../img/products/front.svg);
  -moz-mask-image: url(../img/products/front.svg);
  mask-image: url(../img/products/front.svg);
}

#imagensUploadCamisaFrente {
  -webkit-mask-image: url(../img/products/front.svg);
  -o-mask-image: url(../img/products/front.svg);
  -moz-mask-image: url(../img/products/front.svg);
  mask-image: url(../img/products/front.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0;
  overflow: hidden;
}

#imagensUploadCamisaCostas {
  -webkit-mask-image: url(../img/products/back.svg);
  -o-mask-image: url(../img/products/back.svg);
  -moz-mask-image: url(../img/products/back.svg);
  mask-image: url(../img/products/back.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0;
  overflow: hidden;
}

#imagensUploadCamisaFrente,
#imagensUploadCamisaCostas {
  width: 100% !important;
  height: 100% !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.marcaCliente figure {
  float: left;
  height: auto !important;
  left: 34%;
  position: relative;
  top: 0;
  width: 30%;
  max-width: 170px !important;
  max-height: 180px !important;
}
.marcaCliente img {
  width: 100%;
  height: auto;
  cursor: all-scroll;
  transition: opacity 0.3s ease 0s;
  max-width: 170px !important;
  max-height: 180px !important;
}
.marcaCliente .excluirImagem {
  background-image: url(../img/icoExcluir.png);
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -12px;
  text-indent: -99999px;
  top: -18px;
  transition: opacity 0.3s ease 0s;
  width: 25px;
  opacity: 0;
}
.marcaCliente .ui-resizable-handle {
  background-image: url(../img/icoExpand.png);
  background-position: 0 0;
  bottom: -7px;
  height: 30px;
  position: absolute;
  right: -10px;
  width: 30px;
  opacity: 0;
}
.marcaCliente:hover .ui-resizable-handle {
  opacity: 1 !important;
}
.marcaCliente:hover .excluirImagem {
  opacity: 1 !important;
}
.ui-resizable-e,
.ui-resizable-s {
  display: none !important;
}

.product-simulator .front,
.product-simulator .back {
  max-width: 100%;
  width: 350px;
  position: relative;
}

.product-simulator svg {
  width: 100%;
  height: auto;
}

.product-simulator .front .texture,
.product-simulator .back .texture {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.simulator .modal-simulator {
  position: fixed;
  width: 400px;
  max-width: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  border-radius: 15px 15px 0px 0px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(15px);
  filter: drop-shadow(0px 0px 26px rgba(0,0,0,0.6));
  transition: .5s;
  z-index: 999;
}

.simulator .modal-simulator.active {
  bottom: 0px;
}

.simulator .modal-simulator .close-modal-simulator{
  cursor: pointer;
}

.simulator .modal-simulator .close-modal-simulator svg{
  width: 30px;
  height: auto;
}

.simulator .modal-simulator h3 {
  font-size: 17px;
}

.simulator .colors .colors-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.simulator .colors .colors-list-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: .5s;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .simulator .colors .colors-list-item:hover,
.simulator .colors .colors-list-item.active {
  border: 2px solid var(--primary);
} */

.simulator .colors .colors-list-item:hover:after,
.simulator .colors .colors-list-item.active:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
}

.simulator .form-control {
  padding: 15px 15px;
  border-radius: 10px;
}

a.whatsapp {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,0.8);
  
  
  box-shadow: 0 0 0 0 rgba(169, 216, 4, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

a.whatsapp svg {
  width: 40px;
  height: auto;
  stroke-width: 1px;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(169, 216, 4, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(169, 216, 4, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(169, 216, 4, 0);
  }
}

.success {
  width: 350px;
  margin: auto;
  max-width: 100%;
  padding: 130px 0px;
  min-height: 50vh;
  
}

.success svg {
  color: var(--primary);
  width: 70px;
  height: auto;
}

.success h2 {
  margin: 10px;
}

.success p {
  color: rgba(0,0,0,0.8);
  font-size: 16px;
}

@media (max-width: 768px) {
  .home-01 .cont {
    width: 100%;
    height: 300px;
    background-color: rgba(255,255,255,0.6);
  }

  .home-01 {
      display: flex;
      justify-content: end;
      flex-direction: column;
      background-position: 90%;
  }

  .header .logo {
    height: 30px;
  }

  .btn-dark {
    font-size: 12px;
    padding: 10px 15px;
  }


  .fabric .cont {
    width: 300px;
    height: 100%;
    padding: 40px;
    border-radius: 5px;
  }


  .fabric .cont h2{
    font-size: 15px;
    letter-spacing: 3px;
  }

  .fabric .cont h1{
    font-size: 25px;
  }

  .fabric .cont p{
    font-size: 13px;
  }

  .footer {
    padding: 50px 30px;
  }

  .product-simulator .back,
  .product-simulator .front.inactive{
    display: none;
  }

  .product-simulator .back.active {
    display: block;
  }

  .simulator .menu {
    flex-direction: row;
    position: relative;
    width: 90%;
    left: 0;
    margin-bottom: 60px;
    margin-top: 40px;
  }

  .simulator .menu a {
      width: 25%;
      height: auto;
  }

  .simulator .menu a span {
      font-size: 10px;
  }

  .simulator .menu a svg {
      width: 26px;
  }

  .revert-mobile {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.05);
    backdrop-filter: blur(15px);
    width: 70px;
    height: 70px;
    z-index: 8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
  }

  .revert-mobile svg {
      width: 30px;
      stroke-width: 2px;
  }

  .alert-home svg {
    min-width: 20px;
  }
}