.elementor-kit-6{--e-global-color-primary:#142233;--e-global-color-secondary:#C4278D;--e-global-color-text:#52637A;--e-global-color-accent:#FFFFFF;--e-global-color-4351dae:#C4278D14;--e-global-color-8e2494e:#F5F2EBE6;--e-global-color-bd5c690:#D1D8E0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-weight:700;border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */main#content {
    margin-top: 80px;
}

.seila .galeria-imovel {
  /*max-width: 800px;*/
  /*margin: 0 auto;*/
  width: 100%;
}

.seila .imagem-principal img {
  width: 100%;
  height: 700px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-top: 30px;
}

.seila .lista_imgs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.seila .lista_imgs img.img_thumb {
  cursor: pointer !important;
  border: 2px solid transparent;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  width: 122px;
  height: 74px;
  border-radius: 6px !important;
  border-width: 2px !important;

}

.ativa {
	border: 2px solid #C4278D
 !important;
}

.seila .lista_imgs img.img_thumb:hover {
	border: 2px solid #C4278D
 !important;
}

.wrapper-botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .botoes {
    background-color: #fff
;
    display: flex;
    gap: 100px;
    padding: 8px;
    border: 2px solid #C4278D;
    border-radius: 50px;
  }

  .botao{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
    border: 2px solid #C4278D;
  }
  
  .botao:hover {
    border-color:#142233;
  }

  .botao:hover svg {
    stroke: #142233;
  }
  
  @media(max-width: 767px) {
      .seila .lista_imgs {
        flex-wrap: unset;
        overflow-x: scroll;
        justify-content: normal;
        padding-bottom: 10px;
      }
      
      .lista_imgs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 8px;
    gap: 8px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.lista_imgs img {
    flex: 0 0 auto;
    width: 120px;
    height: auto;
    border-radius: 6px;
}
    .seila .imagem-principal img {
        height: 250px;
    }
  }/* End custom CSS */