/* Header *//* DASA Theme */.header { width: 100%; z-index: 1; opacity: 1; visibility: visible; transition: color 0.3s ease-in 0s, opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s, box-shadow 0.3s ease-in 0s, background-color 0.3s ease-in 0s; height: 64px; display: flex; align-items: center;}header svg > path { color: currentColor;}.header-color { transition: color 0.5s;}.header-items { height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-around; color: rgb(255, 255, 255); width: 100%;}.header-items.hidden { display: none; visibility: hidden;}.header-left { display: flex; -webkit-box-pack: start; justify-content: flex-start; flex: 1 1 auto; -webkit-box-align: center; align-items: center;}.header-right { display: flex; -webkit-box-pack: end; flex: 1 1 auto; -webkit-box-align: center; align-items: center; height: 60px;}.header-menu { height: 100%; display: flex; justify-content: center; align-items: center;}.header-menu .menu-menu-header-portugues-container { display: flex; height: 100%;}.header-menu ul { margin: 0; padding-left: 0; list-style-type: none;}.header-menu ul#menu-menu-header-portugues { display: flex; align-items: center; position: relative; left: 5vw;}.header-menu ul li { display: flex; position: relative; height: 100%; align-items: center; font-size: 0.938rem; margin: 0 28px;}.header-menu ul li:hover { color: rgb(255, 79, 51);}.header-menu ul li a { color: inherit; text-decoration: none; display: flex; align-items: center; font-weight: bold; font-size: 0.9375rem; line-height: 1; color: rgb(255, 255, 255); transition: color 0.2s; text-align: center;}#header.with-background .header-menu ul li a { color: var( --e-global-color-text );}.header-menu ul li a svg { margin-left: 5px;}.header-menu ul li a:hover,.header-menu ul li a:active,.header-menu ul.sub-menu li a:hover,.header-menu ul.sub-menu li a:hover svg { color: rgb(255, 79, 51); transition: 0.2s all;}.header-menu ul li a:focus + ul { display: block;}.header-menu .sub-menu { position: absolute; z-index: 10; text-align: left; display: flex; flex-direction: column; background-color: #fff; padding: 24px 16px; color: rgb(0, 15, 64); box-shadow: rgb(0 15 64 / 20%) 0px 24px 60px; min-width: 234px; font-size: 0.9375rem; font-weight: normal; line-height: 1; top: 100%; opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s; padding-top: 30px;}.header-menu ul .menu-item-has-children:hover > ul { opacity: 1; visibility: visible;}.header-menu ul .menu-item-has-children:hover svg { transform: rotate(180deg);}.header-menu ul.sub-menu li a { color: inherit; margin-bottom: 20px; font-weight: normal; font-size: 0.9375rem; text-align: left;}.header-item { padding: 8px 16px 8px 16px;}.header-bar { display: flex; flex-direction: row; flex: 1 1 auto; justify-content: space-around;}.header-button { height: 22px; cursor: pointer;}#logo-button { height: 32px; width: 32px; cursor: pointer;}#breadcrumbs { font-size: 0.938rem; font-weight: bold;}#breadcrumbs a { color: inherit; font-size: 0.938rem; font-weight: 700; opacity: 0.5; transition: opacity 0.2s;}#breadcrumbs a:hover { opacity: 0.7;}#breadcrumbs span[aria-current]:not(.breadcrumb_last) { opacity: 0.5;}.breadcrumb-separator { margin: 0 8px;}.searchbar-wrapper.hidden { display: none; visibility: hidden;}.searchbar-wrapper { width: 100%; height: 100%;}.search-field { display: flex; width: 100%; height: 100%;}.search-icon { height: 65px; width: 100px; display: flex; justify-content: center; align-items: center;}.elementor-icon-wrapper .search-icon-left svg { margin-bottom: 3px;}.search-input { height: 100%; width: 100%; outline: none; font-weight: 500; padding: 14px 15px; border: none; background-color: transparent; color: #000f40;}.search-results-wrapper { position: absolute; top: 100%; left: 4vw; min-width: 300px; max-width: 100%; background-color: rgb(255, 255, 255); color: rgb(0, 15, 64); box-shadow: rgb(0 15 64 / 20%) 0px 24px 60px; margin-top: -10px; pointer-events: all;}.search-results-wrapper.hidden { display: none; visibility: hidden;}.results-box { padding: 40px 40px 24px; width: 100%; max-height: calc(var(--_100vh) - 150px); overflow-y: auto; background-color: #fff; display: flex; flex-direction: column;}.all-results-box,.all-results-box:hover { margin: 0px; font-size: 1.125rem; line-height: 1.5rem; position: relative; color: rgb(255, 255, 255); background-color: rgb(255, 79, 51); padding: 24px 40px; display: flex; font-weight: bold; -webkit-box-align: center; align-items: center; justify-content: flex-start; cursor: pointer;}.all-results-arrow { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; color: inherit; font-size: inherit; margin-left: 10px;}.search-result { color: #000f40; margin-bottom: 20px;}.search-result:hover { color: #ff4f33;}@keyframes loadingAnimation { 100% {transform: rotate(360deg);}}.loading-icon { animation: loadingAnimation 1s infinite;}@media (max-width: 1024px) { .header-menu { display: none; visibility: hidden; } .search-field .search-icon { display: none; }}@media (max-width: 768px) { .header-breadcrumb { display: none; visibility: hidden; } .search-results-wrapper { left: -17vw; max-width: none; width: 100vw;; } .results-box { max-height: 81vh; }}