.elementor-kit-16254{--e-global-color-primary:#12405C;--e-global-color-secondary:#03AAB6;--e-global-color-text:#3D3D3D;--e-global-color-accent:#090C29;--e-global-color-8353fb5:#66BC94;--e-global-color-1059a6f:#9A9A9A;--e-global-color-9021c40:#3D3D3D;--e-global-typography-primary-font-family:"AsenPro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"AsenPro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Blinker";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"AsenPro";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;font-family:"AsenPro", Sans-serif;font-size:16px;font-weight:400;line-height:22px;}.elementor-kit-16254 button,.elementor-kit-16254 input[type="button"],.elementor-kit-16254 input[type="submit"],.elementor-kit-16254 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"AsenPro", Sans-serif;font-size:24px;line-height:24px;color:#FFFFFF;border-radius:20px 20px 20px 20px;padding:12px 32px 12px 32px;}.elementor-kit-16254 button:hover,.elementor-kit-16254 button:focus,.elementor-kit-16254 input[type="button"]:hover,.elementor-kit-16254 input[type="button"]:focus,.elementor-kit-16254 input[type="submit"]:hover,.elementor-kit-16254 input[type="submit"]:focus,.elementor-kit-16254 .elementor-button:hover,.elementor-kit-16254 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-16254 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16254 a{font-family:"AsenPro", Sans-serif;}.elementor-kit-16254 h1{font-family:"AsenPro", Sans-serif;font-size:82px;font-weight:bold;line-height:130px;}.elementor-kit-16254 h2{font-family:"AsenPro", Sans-serif;font-size:50px;font-weight:600;line-height:65px;letter-spacing:0px;}.elementor-kit-16254 h3{font-family:"AsenPro", Sans-serif;font-size:35px;font-weight:normal;line-height:40px;}.elementor-kit-16254 h4{font-family:"AsenPro", Sans-serif;font-size:24px;font-weight:400;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1243px;}.e-con{--container-max-width:1243px;}.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-kit-16254 h1{font-size:26px;}.elementor-kit-16254 button,.elementor-kit-16254 input[type="button"],.elementor-kit-16254 input[type="submit"],.elementor-kit-16254 .elementor-button{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p a{
    color: inherit;
}


h3.elementor-icon-box-title {
    margin-top: 0;
}

/*Marquee*/
.marquee-container {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.marquee-content {
    display: flex;
    animation: scroll-left 15s linear infinite;
    gap: 7%;
}

.marquee-column {
  min-width: fit-content;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 600;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.toggle-content {
    display: none;
}

.toggle-btn.active {
    background-color: #0056b3;
    color: white;
}

button.toggle-btn {
    font-size: 30px;
    border: 0 !important;
}

.toggle-btn::after {
    content: "+";
    margin-left: 0px;
}

.toggle-btn.active::after {
    content: "–";
}

/*Testemunhos*/

.testemunho_imagem .swiper-slide {
    border-radius: 50%;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.testemunho_imagem .swiper-slide-active {
    transform: scale(1.3) !important;
    border: 3px solid #fff;
}


/*Barra Filtragem*/




form.form_filter ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 79px;
}

.form_filter li {
    list-style: none;
    display: inline-block;
    width: 33%;
    padding: 0;
}



.form_filter select {
    border-width: 0px 0px 1px 0px;
    border-color: #1E1E1E;
    border-radius: 0;
    min-height: 47px;
    padding: 6px 6px;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px !important;
}





form.form_filter label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 9px;
}


.form_filter input, .form_filter_advanced input{
    height: 47px;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    background: white !important;
    font-size: 16px !important;
}


form.form_filter button {
    width: 100%;
    height: 47px;
}

form.form_filter button:hover, form.form_filter_advanced button:hover{
    background: black !important;
}

summary.e-n-accordion-item-title[aria-expanded="true"]{
    border-radius: 10px 10px 0 0 ;
}
    
    
    
li.coluna1_lista {
    display: flex;
}    
    
.ano {
    width: 40%;
} 

.data {
    width: 60%;
}
        
 
 
 
 .back_icon{ 
     visibility:hidden !important; }
 
 
 a.back_to_exponor:hover .back_icon{
      visibility:visible !important; 
     
 }
    
    
    
    
    
.shrink-header {
    /*position: fixed;*/
    top: 0;
    min-width: 100% !important;
    width: 100%;
    height: 120px;
    background-color: transparent;
    transition: all 0.3s ease;
    z-index: 999;
    margin-bottom: -121px;
}

/* Header encolhido após o scroll */
.shrink-header.shrunk {
    height: 90px;
}


@media (max-width: 728px) {
    .shrink-header {
      height: 100px !important;
    }
    
    form.form_filter ul {
        flex-direction: column;
        gap:20px !important;
    }
    
    .form_filter li {
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    

}


/*Formulário Newsletter*/

.sib_signup_form input {
    background-color: #FFFFFF;
    border-color: #4B4BC2;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
}

p.sib-FIRSTNAME-area {
    display: flex;
    gap: 10px;
}



p.terms {
    color: white;
}

p.terms a{
    color: inherit;
}


.sib_signup_form input.sib-default-btn {
    font-family: "AsenPro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize !important;
}


input#terms {
    margin-right: 10px;
}


input.sib-default-btn {
    width: 100%;
}




.icon-park-outline--to-left {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23FFFFFFB0' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M14 23.992h28M26 36L14 24l12-12M5 36V12'/%3E%3C/svg%3E");
  display: flex;
}



.elementor-shape-circle.e-grid-align-left.elementor-widget-social-icons a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    padding: 6px;
}



.elementor-shape-circle.e-grid-align-left.elementor-widget-social-icons a svg.e-font-icon-svg{
    height:17px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'AsenPro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://exponor.pt/wp-content/uploads/2025/05/AsenPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'AsenPro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://exponor.pt/wp-content/uploads/2025/05/AsenPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'AsenPro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://exponor.pt/wp-content/uploads/2025/05/AsenPro-Semibold-.ttf') format('truetype');
}
@font-face {
	font-family: 'AsenPro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://exponor.pt/wp-content/uploads/2025/05/AsenPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'AsenPro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://exponor.pt/wp-content/uploads/2025/05/AsenPro-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */