.elementor-kit-5{--e-global-color-primary:#131F42;--e-global-color-secondary:#A3C4BC;--e-global-color-text:#191F24;--e-global-color-accent:#A3C4BC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* 

=================

Configurações globais 

=================

*/

html, body{
    width:100%;
    margin:0;
    overflow-x: hidden;
}

.elementor-button{
    transition: all .5s ease;
}

.elementor-button:hover{
    transform: scale(1.02);
}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}


.bold-destacado {
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif; /* Substitua pela fonte real usada */
}

/* Quebra linha só no desktop */
.desktop-br {
  display: none;
}
@media (min-width: 768px) {
  .desktop-br {
    display: inline;
  }
}




/* 

=================

Estilo personalizado para Broquel

=================

*/

.btn-degrade {
  background: linear-gradient(90deg, #28094B 0%, #5E15B1 100%);
  color: white !important;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.btn-degrade:hover {
  filter: brightness(1.1);
  cursor: pointer;
}

.titulo-degrade {
  background: linear-gradient(90deg, #28094B 0%, #5E15B1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


/* bold mais forte*/
.titulo-degrade strong,
.titulo-degrade b,
.titulo-degrade span {
  font-weight: 600 !important;
}


/* 

=================

Estilo personalizado para Ortus

=================

*/

.titulo-degrade-ortus {
  background: linear-gradient(180deg, #304FA8 0%, #131F42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.titulo-degrade-ortus-2 {
  background: linear-gradient(180deg, #FFFFFF 0%, #A5C8FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}/* End custom CSS */