@import url('https://fonts.googleapis.com/css?family=Lato');

* {
  box-sizing: border-box;
}

body {
  background: #F6F6F8;
  font-family: 'Lato', sans-serif;
  transition: background 0.4s linear;
  margin: 0;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #929AA3;
}

h2 {
  color: #fff;
  position: absolute;
  top: 20px;
}

.l-form {
  background: #0575E6;
  background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);
  background: linear-gradient(to bottom, #021B79, #0575E6);
}


.cursor-pt {
  cursor: pointer;
}

/*=== Form ===*/
.form {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.form__content {
  text-align: center;
  background-color: #ffffff41;
  padding: 30px;
  border-radius: 15px;
  width: 400px;
}

.form__img {
  display: none;
}

.form__title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4rem;
  font-family: 'Roboto', sans-serif;
}

.form__div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin-bottom: 1rem;
  padding: .25rem 0;
  border-bottom: 1px solid #12192C;
}

/*=== Div focus ===*/
.form__div.focus {
  border-bottom: 1px solid #12192C;
}

.form__div-one {
  margin-bottom: 3rem;
}

.form__icon {
  font-size: 1.5rem;
  color: #12192C;
  transition: .3s;
}

/*=== Icon focus ===*/
.form__div.focus .form__icon {
  color: #12192C;
}

.form__label {
  display: block;
  position: absolute;
  left: .75rem;
  top: .25rem;
  font-size: 0.938rem;
  color: #12192C;
  transition: .3s;
}

/*=== Label focus ===*/
.form__div.focus .form__label {
  top: -1.5rem;
  font-size: .875rem;
  color: #12192C;
}

.form__div-input {
  position: relative;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: .5rem .75rem;
  font-size: 1.2rem;
  color: #e0e0e0;
  transition: .3s;
}

.form__forgot {
  display: block;
  text-align: right;
  margin-bottom: 2rem;
  font-size: 0.938rem;
  color: #cccccc;
  font-weight: 500;
  transition: .5;
}

.form__forgot:hover {
  color: #12192C;
  transition: .5s;
}

.form__button {
  width: 100%;
  padding: 1rem;
  font-size: 0.938rem;
  outline: none;
  border: none;
  margin-bottom: 3rem;
  background-color: #044bb3;
  color: #fff;
  border-radius: .5rem;
  cursor: pointer;
  transition: .3s;
}

.form__button:hover {
  box-shadow: 0px 15px 36px rgba(0, 0, 0, .15);
}

/*=== Form social===*/
.form__social {
  text-align: center;
}

.form__social-text {
  display: block;
  font-size: 0.938rem;
  margin-bottom: 1rem;
}

.form__social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  padding: .5rem;
  background-color: #8590AD;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
}

.form__social-icon:hover {
  background-color: #12192C;
}

.btn-ficha-dados {
  margin-bottom: 20px;
  width: 28%;
  cursor: pointer;
  background: rgb(250, 170, 107);
  background: linear-gradient(128deg, rgba(250, 170, 107, 1) 0%, rgba(244, 113, 119, 1) 100%);
}

/*===== MEDIA QUERIS =====*/
@media screen and (min-width: 968px) {



  .nome-fb {
    font-size: 30px !important;
  }

  .nome-cl {
    font-size: 30px !important;
  }

  .card.fotos {

    height: 110% !important;

  }

  .btn-visual-abrir {
    font-size: 25px;
  }

  .form {
    grid-template-columns: 1.5fr 1fr;
    padding: 0 2rem;
  }

  .form__content {
    width: 600px;
  }

  .form__title {
    width: 70%;
    margin-bottom: 10rem;
    margin-top: 2rem;
  }

  .form__img {
    display: block;
    width: 700px;
    justify-self: center;
  }

  .form__button {
    margin-bottom: 6rem;
  }

  .dados-pedido p {
    font-size: 19px !important;
  }

  .dados-pedido h3 {
    font-size: 17px !important;
  }

  .card-f h4 {
    height: 80px !important;
  }

  .list_card {
    margin-bottom: 200px !important;
  }

  .search-form {
    width: 650px !important;
    height: 65px !important;
  }

  .search-input {
    font-size: 25px !important;
  }

  .search-button svg {
    width: 30px !important;
    height: 45px !important;
  }

  .search-button {
    position: absolute;
    top: 10px !important;
    left: 15px;
  }

  .search-input {
    position: absolute;
    top: 21px !important;
    left: 50px;
  }

  .tab-nav-container {
    padding: 20px 30px !important;
  }

  .tab {
    padding: 0px 25px !important;
  }

  .tab.active p {
    font-size: 17px;
  }

  /* .perfil {
    display: flex;
    gap: 10px;
    height: 50px;
    align-items: center;
  } */

  .perfil img {
    width: auto;
    height: 70px !important;
  }

  .perfil span {
    font-weight: 700 !important;
    font-size: 22px !important;
  }

  .scale-icon {
    font-size: 20px;
  }

  .fabrica h4 {
    font-size: 20px !important;
  }

  .card-fabrica {
    padding: 30px 24px !important;
  }

  .card h4 {
    /* padding: 5px 10px; */
    font-size: 20px !important;
    width: 260px !important;
  }

  .status {
    font-size: 20px;
  }

  .topo h5 {
    font-size: 25px !important;
  }

  /* .topo-fotos h5 {
    font-size: 17px;
  } */

  .topo p {
    font-size: 23px;
  }

  .container-pedido {
    margin-top: -204px !important;
  }

  .editar {
    font-size: 20px !important;
    margin-left: 5px;
  }

  .card.modelo h6 {
    font-size: 18px !important;
  }

  .card.pedido h3 {
    margin-bottom: 0;
    font-size: 20px !important;
    color: #8393B9;
  }

  .btn-ficha-dados {
    font-size: 20px !important;
    width: 31.4% !important;
  }

  .modeloimagem {
    /* height: 150px !important; */
  }

  .modeloimagem a {
    font-size: 16px !important;
  }

  .ml-exemplo {
    font-size: 18px !important;
  }

  .botao-mais {
    width: 65px !important;
    height: 65px !important;
  }

  .botao-mais i {
    font-size: 30px !important;
    line-height: 65px !important;
  }
}

@media screen and (min-width: 1199px) {
  .topo h5 {
    font-size: 20px !important;
  }

  .topo p {
    font-size: 17px !important;
  }

  .nome-fb, .nome-cl {
    font-size: 20px !important;
  }
}

.tab-nav-container {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.tab {
  background-color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 10px;
  transition: background 0.4s linear;
}

.tab i {
  font-size: 1.2em;
}

.tab p {
  font-weight: bold;
  overflow: hidden;
  max-width: 0;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.tab.active p {
  margin-left: 10px;
  max-width: 200px;
  transition: max-width 0.4s linear;
}

.tab.active.purple {
  background-color: #f274784f;
  color: #F27478;
}

.tab.active.pink {
  background-color: rgba(201, 55, 157, 0.2);
  color: rgba(201, 55, 157, 1);
}

.tab.active.yellow {
  background-color: #e3e8f8;
  color: #044bb3;
}

.tab.active.red {
  background-color: #0576e63d;
  color: #0575E6;
}

.tab.active.teal {
  background-color: rgba(230, 169, 25, 0.2);
  color: rgba(230, 169, 25, 1);
}

.topo {
  background: #0575E6;
  background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);
  background: linear-gradient(to bottom, #021B79, #0575E6);
  height: 450px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.topo-fotos {
  background: rgb(255, 228, 165);
  background: linear-gradient(128deg, rgba(255, 228, 165, 1) 0%, rgba(251, 172, 106, 1) 100%);
  height: 400px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.topo i {
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}

.topo-fotos i {
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}

.topo h5 {
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
}

.topo-fotos h5 {
  color: #fff;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
}

.topo p {
  color: #fff;
  margin-bottom: 0;

}

.container-pedido {
  margin-top: -25px !important;
}

.perfil {
  display: flex;
  gap: 10px;
  height: 50px;
  align-items: center;
}

.perfil img {
  width: auto;
  height: 50px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}

.perfil h4 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 15px;
  font-size: 18px;
}

.perfil span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.search {
  margin-top: -320px;
}

.search-form {
  position: relative;
  left: 50%;
  /* top: 50; */
  /* width: 350px; */
  height: 45px;
  border-radius: 40px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.10);
  transform: translate(-50%, -50%);
  background: #F2F2F2;
  transition: rgb(228, 228, 228)0.3s ease;
}

.search-form.focus {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.search-input {
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 14px;
  background: none;
  color: #5a6674;
  width: 195px;
  height: 22px;
  border: none;
  appearance: none;
  outline: none;
}

.search-input::-webkit-search-cancel-button {
  appearance: none;
}

.search-button {
  position: absolute;
  top: 6px;
  left: 15px;
  height: 22px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}

.search-button svg {
  width: 20px;
  height: 35px;
  fill: #5a6674;
}

.search-option {
  position: absolute;
  text-align: right;
  top: 10px;
  right: 15px;
}

.search-option div {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  cursor: pointer;
}

.search-option div input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
  cursor: pointer;
}

.search-option div span {
  position: absolute;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: #929AA3;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 12px;
  top: -18px;
  transition: all 0.2s ease-in-out;
}

.search-option div span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 4px solid #929AA3;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: all 0.2s ease-in-out;
}

.search-option div:hover span {
  opacity: 1;
  top: -21px;
}

.search-option div label {
  display: block;
  cursor: pointer;
}

.search-option div svg {
  height: 35px;
  width: 20px;
  fill: #5a6674;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.list_card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 180px;

}

.fabrica h4 {
  font-size: 15px;
  color: #8a8b8b;
}

.card {
  background-color: #ebf1fa;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.10);
}


.card-f {
  background-color: #f1f5fa;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.10);

}

.card-fabrica {
  padding: 17px 24px;
}

.card h4 {
  color: #fff;
  background-color: #044bb3;
  margin: 0;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 200px;
}

.card-f h4 {
  color: #fff;
  background-color: #044bb3;
  margin: 0;
  padding: 5px 4px;
  font-size: 15px;
  font-weight: 600;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  width: 2px;
  height: 52px;
  position: absolute;
}

.dados-pedido p {
  font-size: 13px;
  color: #8590AD;
  margin: 0;
}

.dados-pedido h3 {
  font-size: 14px;
  color: #45505b;
  margin-bottom: 0;
  font-weight: 600;
}

.botoes {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: -20px;
}

.botoes i {
  font-style: none;
  color: #021B79;
  text-decoration: none;
  font-size: 17px;
}

.botoes a i {
  margin-left: 6px;
  font-size: 22px;
}

.card.pedido {
  padding: 14px;
  text-align: center;
  background-color: #fff;
}

.card.pedido h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: #8393B9;
}

.card.pedido h3 i {
  margin-right: 5px;
  color: #8393B9;
}

.card.pedido.active {
  /* background: rgb(242, 81, 148); */
  /* background: linear-gradient(128deg, rgba(242, 81, 148, 1) 0%, rgba(213, 57, 226, 1) 100%); */
}

.card.pedido.active h3 {
  color: #f1764d;
  font-weight: bold;
  font-size: 20px;
}

.card.pedido.active h3 i {
  color: #f1764d;
  /* Aplica a cor ao ícone */
}

.card.modelo {
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.card.modelo h6 {
  font-size: 13px;
  margin-bottom: 0;
  color: #5b6783;
}

.card.modelo.active {
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}

.card.modelo.active h6 {
  color: #fff;
}

.card.fotos {
  padding: 20px;
  min-height: 200px;
  background-color: #fff;
  height: 100%;
}

.botao-mais {
  background-color: #f1764d;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.10);
}

.botao-mais i {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

.uk-modal-dialog p {
  margin: 0;
  color: #45505b;

}

.uk-button-primary {
  border-radius: 50px;
  background: rgb(255, 228, 165);
  background: linear-gradient(128deg, rgba(255, 228, 165, 1) 0%, rgba(251, 172, 106, 1) 100%);
  font-weight: 600;
}

.dashboard {
  margin-top: -300px;
}

.card.dash {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.card.dash p {
  color: #5f5f5f;
  font-size: 14px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.card.dash h3 {
  color: #E8395C;
  font-weight: 600;
  font-size: 30px;
}

.card.dash a span {
  color: #929AA3;
  font-size: 14px;
}

.modeloimagem {
  height: auto;
  border: dotted 4px #bfd8ee;
  padding: 10px 1px 1px 1px;
  text-align: center;
  color: #828e98;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
}


.ml-exemplo {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fb6024;
  cursor: pointer;

}

.btn-rem {
  font-size: 25px;
  position: absolute;
  right: 5px;
  top: -8px;
  color: #ff1f1f;
  background: #fff;
  border-radius: 50%;
  box-shadow: #fff 0px 0px 1px 2px;
  cursor: pointer;
}

.btn-rem:hover {
  font-size: 30px;
}

.mdl-foto {
  position: relative;
}


.modal {
  display: none;
  /* Escondido por padrão */
  position: fixed;
  /* Fica em posição fixa */
  z-index: 1;
  /* Fica acima de outros conteúdos */
  left: 0;
  top: 0;
  width: 100%;
  /* Largura total */
  height: 100%;
  /* Altura total */
  overflow: auto;
  /* Habilita rolagem se necessário */
  background-color: rgba(0, 0, 0, 0.7);
  /* Fundo escuro */
  display: flex;
  /* Usar flexbox */
  justify-content: center;
  /* Centraliza horizontalmente */
  align-items: center;
  /* Centraliza verticalmente */
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  margin-top: 25%;
  margin-left: 5%;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.menu-opcoes {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-opcoes button {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.menu-opcoes button:hover {
  background-color: #e0e0e0;
}


.btn-abrir-ficha {
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px !important;
  ;
  cursor: pointer;
  font-weight: bold !important;
  ;
  color: #09131E !important;
}




.imagem-redonda {
  width: 50px;
  /* Ajuste o tamanho conforme necessário */
  height: 50px;
  border-radius: 50%;
  /* Torna a div redonda */
  overflow: hidden;
  /* Esconde partes da imagem que ultrapassam a div */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  /* Fundo de fallback */
  margin: 12px;
}

.imagem-redonda img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ajusta a imagem para preencher a div sem distorção */
}



.dados-pedido p {
  margin: 0;
  color: #666;
}

.fa-chevron-right {
  color: #333;
  /* Cor do ícone */
  font-size: 18px;
  /* Tamanho do ícone */
}


.btn-buscar {
  color: #044bb3;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 25px;
  border-radius: 100px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}


.btn-buscar:hover {
  color: #fff;
  background: #044bb3;
  border-color: #fff;
}

label {
  color: #fff;
}

.container-carregando {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loader {
  border: 12px double #ff7b00;
  border-radius: 50%;
  border-top: 12px double transparent;
  width: 80px;
  height: 80px;
  animation: spin 1s ease-in-out infinite;
}


.btn-camera-opc {
  font-size: 21px;
  font-weight: bold;
  color: #fb6024;
  cursor: pointer;
  margin-top: 5px;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.imagem-container {
  position: relative;
  display: inline-block;
  /* Garante que a imagem ocupe o espaço correto */
}

.imagem-container img {
  border-radius: 8px;
}

.botoes-ft-foto {
  position: absolute;
  top: 25%;
  left: 30%;
  color: #636464e3;
}

.botoes-ft-foto-font {
  font-size: 68px !important;
}


.botoesft {
  /* display: flex; */
  justify-content: center;
  gap: 15px;
  /* Espaçamento entre os botões */
  margin-top: 1px;
  color: #67bb565c;
  margin-top: 13px;
  margin-bottom: 17px;
}

.botoesft i {
  font-size: 42px;
  cursor: pointer;
  transition: transform 0.3s ease, font-size 0.3s ease;
  /* Suaviza o efeito de aumento */
}

.botoesft i:hover {
  transform: scale(1.2);
  /* Aumenta o tamanho dos ícones ao passar o mouse */
  font-size: 28px;
  /* Aumenta o tamanho do ícone */
}


.botaomaisft {
  margin-top: 30px;
  height: 73px;
  border: dotted 4px #bfd8ee;
  text-align: center;
  color: #828e98;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
}


.icon-plus {
  position: absolute;
  top: 4px;
  right: -2px;
  font-size: 10px;
  color: red;
  background: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}


/* GALERIA */
.gallery-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-container {
  overflow: hidden;
  width: 100%;
}

.gallery {
  display: flex;
  gap: 4px;
  transition: transform 0.3s ease;
}

/* Botões laterais */
.nav-btn {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  /* padding: 8px 12px; */
  z-index: 1;
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;

}

.nav-btn.left {
  margin-right: 8px;
  border-radius: 50%;
  width: 53px;
}

.nav-btn.right {
  margin-left: 8px;
  border-radius: 50%;
  width: 53px;
}



.gallery img {
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery img:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

/* Modal para imagem ampliada */
.img-modal-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.img-modal-overlay.active {
  display: flex;
}

.img-modal-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  background: #fff;
  padding: 8px;
}

.gallery>img {
  width: var(--s);
  aspect-ratio: 1;
  object-fit: cover;
  transform: scale(0);
  filter: brightness(0);
  pointer-events: none;
  transform-origin: var(--x) var(--y);
  transition: 1s calc((var(--i) - 1)*.1s);
  transform: scale(1);
  filter: brightness(1);
  pointer-events: initial;
}

.menu-camera {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.botao-flutuante,
.opcao {
  background-color: #00aaff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
}

/* Escondidas por padrão */
.opcao {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
}

/* Quando ativado */
.menu-camera.ativo .opcao-camera {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-29px, -74px) scale(1);
  /* mais acima e à esquerda */
}

.menu-camera.ativo .opcao-galeria {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-80px, -11px) scale(1);
  /* mais à esquerda e um pouco acima */
}



.foto-bloco {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border: 2px solid transparent;
}

.foto-bloco.pacote {
  border-color: #1976d2;
}

.foto-bloco img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.marcador-pacote {
  position: absolute;
  top: 4px;
  left: 4px;
  background: rgba(25, 118, 210, 0.9);
  color: white;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.marcador-pacote.nao-marcado {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.botaolixeira {
  top: 0px !important;
  right: 0px;
  border-radius: 8px;
  height: 27.5px;
  font-size: 13px !important;
  width: 27.5px;
  text-align: center;
  line-height: 27.5px;

}