
/* Anuncio */
:root {
    --cor-principal: {{ $colorPalette['cor_principal'] }};
}

.nav-breadcrumb {
  padding-top: 30px;
  display: flex;
}

.nav-breadcrumb-website3 {
  padding-top: 70px;
}

.breadcrumb {
  gap: 20px;
  align-items: center;
}

.breadcrumb li a {
  font-size: 0.8125rem;
  color: #707070;
  font-weight: 300;
}

.list-share {
  position: relative;
}

.breadcrumb li {
  font-size: 0.8125rem;
  color:#707070;
  font-weight: 300;
  position: relative;
}

.breadcrumb .line::after {
  content: ">";
  font-size: 1rem;
  position: relative;
  left: 10px;
}
.contactar {
  z-index: 99;
  box-shadow: 1px -5px 22px -7px #000;
  background-color: #f3f3f3;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 15px;
  width: 100% !important;
  display: none;
  z-index: 999;
}

.btnsOpts {
  position: relative;
  gap: 5px;
}

.btnsOpts li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #222;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all;
}

.btnsOpts li:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.btnsOpts li a,
.btnsOpts li span {
  color: #222;
  transition: 0.3s all;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.btnsOpts li a:hover,
.btnsOpts li span:hover {
  color: #fff !important;
}

.section-mt-15 {
  margin-top: 4px;
}

.name-valor {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.name-valor h1 {
  font-weight: normal;
}

.name-valor p {
  font-size: 1.5rem;
  font-weight: bold;
}

/* .spansInfo {
  margin: 10px 0;
} */

.card-span-1,
.card-span-2 {
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
}

.card-span-1 {
  background: #77c720;
}

.card-span-2 {
  background: #222;
}

.card-span-21:hover {
    color: #FFE501;
}

.card-span-22:hover {
    color: #1467AB;
}

.card-span-23:hover {
    color: #003366;
}

.card-span-23:hover {
    color: #FFFFFF;
}

.card-span-24:hover {
    color: #25292E;
}

.card-span-25:hover {
    color: #FF8000;
}

.card-span-26:hover {
    color: #482882;
}

.card-span-27:hover {
    color: #000000;
}

.card-span-28:hover {
    color: #F80032;
}

.card-span-29:hover {
    color: #D5006C;
}

.card-span-30:hover {
    color: #a3d712;
}

.card-span-31:hover {
    color: #126E51;
}

.card-span-32:hover {
    color: #EC0918;
}

.card-span-33:hover {
    color: #8E2157;
}

.input1:focus {
    border-color: #FFE501 !important;
  }

  .input2:focus {
      border-color: #1467AB !important;
    }

    .input3:focus {
      border-color: #003366 !important;
    }

    .input4:focus {
      border-color: #3b3b3b !important;
    }

    .input5:focus {
      border-color: #25292E !important;
    }

    .input6:focus {
      border-color: #FF8000 !important;
    }

    .input7:focus {
      border-color: #482882 !important;
    }

    .input8:focus {
      border-color: #000000 !important;
    }

    .input9:focus {
      border-color: #F80032 !important;
    }

    .input10:focus {
      border-color: #D5006C !important;
    }

    .input11:focus {
      border-color: #a3d712 !important;
    }

    .input12:focus {
      border-color: #126E51 !important;
    }

    .input13:focus {
      border-color: #EC0918 !important;
    }

    .input13:focus {
      border-color: #8E2157 !important;
    }

.endereco {
  /* margin-top: 8px; */
  font-size: 0.9375rem !important;
  color: #636363 !important;
  display: flex !important;
  gap: 6px !important;
  align-items: center !important;
}

.anuncio-venda {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.flex-main-cont {
  padding: 30px 0;
  display: flex;
  margin: 0 15px 0 15px;
}

.col-8 {
  width: 70%;
  max-width: 70%;
  flex: 0 0 70%;
  /* margin-bottom: 30px; */
}

.col-4 {
  width: 30%;
  max-width: 30%;
  padding-left: 30px;
  flex: 0 0 30%;
  position: relative;
  /* margin-bottom: 30px; */
}

.card-corretor {
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .04);
  border-radius: 4px;
  padding: 30px;
}

.positionSticky {
  position: sticky;
  left: 0;
  top: 20px;
}

.card-anuncio {
  max-width: 410px;
}

.card-anuncio-guide2 {
    max-width: 398px;
    width: 100%;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .04);
  }

.card-info {
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.card-img img {
    width: 100%;
}

.pd-card {
    padding: 20px;
}


.card-info-title {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    color: #222;
    line-height: 19.2px;
    margin-bottom: 4px;
    transition: 0.3s all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.card-info-title:hover {
    color: #00aeff;
}

.card-info-localizacao {
    font-size: 0.8125rem;
    text-transform: capitalize;
    color: #636363;
    font-weight: 300;
    margin-bottom: 15px;
}

.info-icones {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    /* margin-bottom: 10px; */
}

.flex-icones {
    display: flex;
    align-items: center;
    /* gap: 8px; */
}

.card-img img,
.card-img {
  border-radius: 4px 4px 0 0;
}
.card-img {
  position: relative;
}

.property-form {
  margin-top: 15px;
}

.card-perfil-corretor {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.card-perfil-corretor svg{
    width: 3.125rem;
    height: 2.8125rem;
}

.img-perfil-corretor {
display: flex;
align-items: center;
  width: 70px;
  height: 70px;
}

.img-perfil-corretor img {
  width: 100%;
  border-radius: 0.25rem;
}

.info-corretor .nome {
  margin-bottom: 8px;
}

.info-corretor .listagem {
  color: #00aeff;
}

.form-msg {
  margin-bottom: 1rem;
}

.form-msg input,
.form-msg textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dce0e0;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.form-msg input:focus,
.form-msg textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
}

.form-msg textarea {
  height: auto;
  resize: none;
}

.form-btn {
  perspective: 1000px;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-direction: column;
}

.sendMsg {
  color: #fff;
  font-size: 1rem;
  background-color: #ff6e00;
  border: none;
  padding: 0 15px;
  white-space: nowrap;
  height: 40px;
  cursor: pointer;
  outline: none;
  width: 100%;
  border-radius: 0.25rem;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
  position: relative;
}

.sendMsg-container {
  perspective: 1000px;
  display: inline-block;
}

.sendMsg-3d {
  position: relative;
  width: 100%;
  height: 40px;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}

.sendMsg-front, .sendMsg-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0 15px;
  box-sizing: border-box;
}

.sendMsg-back {
  background-color: #4CAF50;
  color: white;
  transform: rotateX(-180deg);
}

.sendMsg-flipped {
  transform: rotateX(-180deg);
}

.sendMsg-scaled {
  transform: scale(1.05) rotateX(0deg); /* Para a ida */
}

.sendMsg-flipped.sendMsg-scaled {
  transform: scale(1.05) rotateX(-180deg); /* Para a volta */
}

.sendMsg:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.btnForForm {
  color: #fff;
  font-size: 1rem;
  background-color: #ff6e00;
  border: none;
  padding: 0 15px;
  white-space: nowrap;
  height: 40px;
  cursor: pointer;
  outline: none;
  width: max-content;
  border-radius: 0.25rem;
}

.wpp {
  color: #fff;
  font-size: 1rem;
  background-color: #1f883d;
  border: none;
  padding: 0 15px;
  white-space: nowrap;
  height: 40px;
  cursor: pointer;
  outline: none;
  width: 100%;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.wpp:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.sendMsgVendidosEAlugados{
    background-color: rgb(255, 110, 0);
    height: 40px;
    cursor: pointer;
    width: 280px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px 15px;
    white-space: nowrap;
    outline: none;
    border-radius: 0.25rem;
    transition: 0.3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sendMsgVendidosEAlugados:hover{
    opacity: 0.8;
    transform: scale(1.05);
    color: #fff;
    text-decoration: none;
}

.mostraTelefone {
  margin-bottom: 15px;
  cursor: pointer;
}

.mar-b30 {
  margin-bottom: 30px;
}

.header-modal {
  background-color: #2d2d2d;
  color: #fff;
}

/* Carousel */

.carousel {
  background: #fafafa;
}

.carousel-cell {
  width: 100%;
  height: 550px;
  border-radius: 4px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

@media(max-width: 470px) {

  .main-carousel .carousel-cell {
    height: 100%;
  }

  .main-carousel2 .carousel-cell {
    height: 466.66px;
  }

  .main-carousel2 {
    background: none;
  }
}

@media(max-width: 470px) {

  .main-carousel.prin,
  .main-carousel2 {
    aspect-ratio: 3/4;
  }
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 500px;
  font-size: 80px;
  color: white;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
  cursor: pointer;
}

.carousel-nav .carousel-cell {
  height: auto;
  width: 97px;
  height: 73px;
}

.carousel-nav {
  margin-top: 5px;
}

.cards-imovel {
  padding: 40px;
  background-color: #fff;
  margin-top: 30px;
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); */
  word-break: break-all;
}

.title-card-imovel {
  border-bottom: 1px solid #dce0e0;
  margin-bottom: 25px;
  padding-bottom: 40px;
  font-size: 1.125rem;
  font-weight: 400;
}

.grid-visao-geral {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media(max-width: 800px) {
    .grid-visao-geral {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 475px) {
    .grid-visao-geral {
        grid-template-columns: auto;
    }
}

.prin-info-visao-geral {
  color: #222;
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 600;
}

.prin-info-visao-geral i {
  margin-right: 4px;
}

.sub-info-visao-geral {
  margin-top: 4px;
  color: #5c6872;
  font-size: 0.9375rem;
  font-weight: 300;
}

.descricao-section p {
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.modalOpen {
  overflow-y: hidden;
}

.descricao-section p:last-child {
  margin-bottom: 0;
}

.detalhesList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.detalhesList li {
  border-bottom: 1px solid;
  border-color: #dce0e0;
  padding: 8px 0;
}

.area-mapa img {
  max-width: 100%;
  height: auto;
  display: block;
}

.listagem-anuncios {
  display: flex;
  gap: 30px;
}

.links-photo {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 25px;
}

.list-links-photo {
  display: flex;
  gap: 6px;
}

.list-links-photo li a {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 48px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
}

.list-links-photo li a.ativo {
  background: rgba(0, 174, 255, 0.65) !important;
}

.info-inicial {
  display: block;
}

.mobile-info {
  display: none;
}

.header-modal {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
}

.links-modal {
  display: flex;
  gap: 12px;
}
.links-modal li a {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.links-modal li a i {
  margin-right: 4px;
}

.links-modal li a:hover {
  color: #00aeff;
}

.carousel-lista-modal {
  display: flex;
}

.carousel-modal {
  flex: 2;
}

.cont-modal {
  position: fixed;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  z-index: 1050;
  /* display: none; */
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  outline: 0;
  padding: 0 15px;
}

.bg-modal.ativo {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vw;
  top: 0;
}

.cont-modal.ativo {
  visibility: visible;
  overflow-x: scroll;
  display: flex;
  justify-content: center;
}

.modal-anuncio {
  max-width: 100%;
  width: 1150px;
  overflow: hidden;
  align-items: center;
}

.close {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.close i {
  color: white;
}

.info-header-modal {
  width: calc(100% - 62px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* scriptsClasses */

@media (max-width: 1024px) {
  .flex-main-cont {
    flex-direction: column;
    gap: 40px;
  }

  .contactar {
    display: block;
  }
  .col-8,
  .col-4 {
    width: 100%;
    max-width: 100%;
  }

  .col-4 {
    padding-left: 0;
  }

  .card-anuncio {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .mobileForm {
    display: none;
  }
  .listagem-anuncios {
    flex-direction: column;
  }
  .mobile-info {
    display: block;
  }
  .mobile-info .name-valor h1 {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .mobile-info .endereco {
    font-size: 0.875rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-mobile-info {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
  }

  .nav-mobile-info ul {
    gap: 6px;
  }

  .nav-mobile-info ul li a {
    display: block;
    padding: 3px;
    /* height: 48px; */
    /* width: 48px; */
    line-height: 48px;
    text-align: center;
    border: 1px solid #5c6872;
    color: #5c6872;
    font-size: 1rem;
    border-radius: 4px;
  }

  .nav-mobile-info ul li a.ativo {
    background-color: #00aeff;
    color: #fff;
    border: 1px solid #00aeff;
  }

  .info-inicial,
  .list-links-photo {
    display: none;
  }
}

@media(max-width: 450px){
  .carousel-cell .imgCarrosel {
    width: 100% !important;
    object-fit: cover !important;
  }
  .carousel-nav .carousel-cell {
    height: 100px;
  }
  .carousel-cell img {
    width: 100%;
  }
  .carousel-nav, .carousel-nav .flickity-viewport {
    height: 100px !important;
  }
}

.nameAndVerifiedContainer {
  display: flex;
  align-items: center;
}

.verifiedIcon {
  margin-left: 5px;
  width: 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

@media(max-width: 699px){
  .makeFontBiggerOnMobile {
    font-size: 18px !important;
    /* background-color: rgba(255, 0, 0, 0.2); */
  }
}

/*Carrossel config*/
.swiper {
    width: 100%; /* Ajusta a largura */
    height: 100%; /* Ajusta a altura */
    align-items: center;
    justify-content: center;
    display: block;
    flex-shrink: 0;
}

.swiper-pagination {
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    z-index: 10;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-pagination i,
.swiper-pagination img {
    vertical-align: middle;
    /* Alinha o ícone com o texto */
}

/*Carrossel Da Seção imoveis vendidos e alugados */
.swiper-button-next.main-next {
    width: 44px !important;
}

.swiper-button-prev.main-prev,
.swiper-rtl .swiper-button-next.main-next {
    width: 44px !important;
}

.swiper-button-prev.main-prev::after {
    content: 'prev' !important;
    font-size: 26px !important;
    font-weight: 700;
    color: var(--cor-principal);
}

.swiper-button-next.main-next::after {
    content: 'next' !important;
    font-size: 26px !important;
    font-weight: 700;
    color: var(--cor-principal);
}

/*Carrossel das imagens do Modal*/
.swiper-button-next-modal{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    right: 1em;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev-modal{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-button-prev-modal::after{
    content: 'prev';
    font-family: swiper-icons;
    font-size: 2rem;
    font-weight: 700;
}

.swiper-button-next-modal::after{
    content: 'next';
    font-family: swiper-icons;
    font-size: 2rem;
    font-weight: 700;
}

.swiper-button-next-modal, .swiper-button-prev-modal {
    border-radius: 50%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #fff;
    opacity: 50%;
}

.swiper-button-next-modal:hover,
.swiper-button-prev-modal:hover{
    opacity: 100%;
}

.card-anuncio-guide-3 {
  border-radius: 4px;
  border: 1px solid  #dce0e0;
  min-height: 365px;
}

.vendidosEAlugadosIMG {
  height: 227px;
}

/* Remove o conteúdo padrão dos botões */
.swiper-button-prev-carosel-large.main-prev::after,
.swiper-button-next-carosel-large.main-next::after {
    content: '' !important; /* Remove o texto "prev" e "next" */
}

/* Estiliza os botões de navegação */
.swiper-button-prev-carosel-large.main-prev,
.swiper-button-next-carosel-large.main-next {
    width: 44px; /* Ajuste o tamanho dos botões */
    height: 44px;
    background-color: rgba(255, 255, 255, 0.8); /* Fundo dos botões */
    border-radius: 50%; /* Botões redondos */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Sombra */
    cursor: pointer;
}

.swiper-button-prev-carosel-large.main-prev:hover,
.swiper-button-next-carosel-large.main-next:hover {
    background-color: rgba(255, 255, 255, 1); /* Fundo totalmente branco (aumenta o brilho) */
}

/* Estiliza o SVG dentro dos botões */
.swiper-button-prev-carosel-large.main-prev .flickity-button-icon,
.swiper-button-next-carosel-large.main-next .flickity-button-icon {
    width: 26px; /* Tamanho do ícone */
    height: 26px;
    fill: rgb(51, 51, 51);
}

/* Inverte o ícone do botão "prev" */
.swiper-button-prev.main-prev-carosel-large .flickity-button-icon {
    transform: rotate(180deg); /* Gira o ícone para a esquerda */
}

.swiper-button-next-carosel-large.main-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    z-index: 10;
}

.swiper-button-prev-carosel-large.main-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
    z-index: 10;
}


.swiper-container {
    height: 500px; /* Defina a altura desejada */
    width: 100%; /* Garante que o contêiner ocupe a largura total */
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Garante que o slide ocupe a altura total do contêiner */
}

.carousel-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* Mantém a proporção da imagem */
}


/* ------------------------------------------------------ TAREFA 12.104 */

.newShareMenu {
  flex-direction: column;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  width: 180px;
  background-color: #fff;
  border-radius: 4px 0 4px 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .04);
  opacity: 0;
  visibility: hidden;
  transition: .15s;
  pointer-events: none;
}

.newShareMenu li {
  border-radius: 0 !important;
  width: 100%;
  height: 49px;
  display: flex;
  border: none;
  border-bottom: 1px solid  #dce0e0;
}

.newShareMenu li:last-child {
  border-bottom: none;
}

.newShareMenu li a,
.newShareMenu li span {
  padding: 8px 14px !important;
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 100%;
  text-align: start;
  display: flex;
  justify-content: flex-start;
}

.newShareMenu li a i,
.newShareMenu li span i {
  width: 28px;
  font-size: 14px;
}

.btnsOpts .shareMenuContainer:hover {
  border-radius: 4px 4px 0 0;
}

.btnsOpts .shareMenuContainer:hover > a {
  color: #fff !important;
}

.btnsOpts .shareMenuContainer:hover .newShareMenu,
.newShareMenu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ------------------------------------------------------ TAREFA 12.104 | MOBILE */

.acoesMobileContainer {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btnsOpts2 {
  display: flex;
  gap: 16px;
}

.btnsOpts2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #222;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all;
}

.btnsOpts2 li:active {
  background-color: rgba(0, 0, 0, 0.85);
}

.btnsOpts2 li a,
.btnsOpts2 li span {
  color: #222;
  transition: 0.3s all;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.btnsOpts2 li a:active,
.btnsOpts2 li span:active {
  color: #fff;
}