.elementor-12 .elementor-element.elementor-element-61ce9e3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================
   SILVA LOPES — AJUSTES GLOBAIS DE PÁGINA
   Scroll personalizado + seleção de texto
   + bloqueio de scroll lateral
========================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #CC1B1B #141414;
}

/* Seleção de texto */
::selection {
  background: rgba(204, 27, 27, 0.18);
  color: #141414;
}

::-moz-selection {
  background: rgba(204, 27, 27, 0.18);
  color: #141414;
}

/* Scrollbar — WebKit */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #141414;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #CC1B1B 0%, #A51515 100%);
  border-radius: 999px;
  border: 2px solid #141414;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #D91F1F 0%, #B21717 100%);
}

::-webkit-scrollbar-corner {
  background: #141414;
}/* End custom CSS */