﻿@charset "UTF-8";
.portlet__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text-overflow {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bg-btn-color-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(#187b9e), color-stop(50%, #187b9e), color-stop(50%, #18799b));
  background-image: linear-gradient(to right, #187b9e 0%, #187b9e 50%, #18799b 50%); }

.color-grey-light-4 {
  color: #fafafa !important; }

.color-grey-light-2 {
  color: #cccccc !important; }

.color-grey-light-1 {
  color: #f2f2f2 !important; }

.color-grey-dark-3 {
  color: #333333 !important; }

.color-grey-dark-2 {
  color: #808080 !important; }

.color-grey-dark-1 {
  color: #999999 !important; }

.color-primary {
  color: #ffd261 !important; }

.color-secondary {
  color: #187b9e !important; }

.color-black {
  color: #000 !important; }

.color-red {
  color: #c1272d !important; }

.bg-color-white {
  background-color: #fff !important; }

.bg-color-grey-light-4 {
  background-color: #fafafa !important; }

.bg-color-grey-light-2 {
  background-color: #cccccc !important; }

.bg-color-grey-light-1 {
  background-color: #f2f2f2 !important; }

.bg-color-grey-light-0 {
  background-color: #f9f9f9 !important; }

.bg-color-grey-dark-3 {
  background-color: #333333 !important; }

.bg-color-grey-dark-2 {
  background-color: #808080 !important; }

.bg-color-grey-dark-1 {
  background-color: #999999 !important; }

.bg-color-primary {
  background-color: #ffd261 !important; }

.bg-color-secondary {
  background-color: #187b9e !important; }

/* DISPLAY*/
.d-none {
  display: none !important; }

@media all and (max-width: 991px) {
  .d-sm-none {
    display: none !important; } }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center; }

.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex__w-1-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333333%;
  flex: 0 1 33.3333333%; }

.flex__w-2-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666666%;
  flex: 0 1 66.666666%; }

.font-size-primary {
  font-size: 14px; }

.font-size-secondary {
  font-size: 12px; }

.font-size-tertiary {
  font-size: 16px; }

.font-size-quinary {
  font-size: 11px; }

.fw-900 {
  font-weight: 900; }

.fw-600 {
  font-weight: 600; }

.fw-400 {
  font-weight: 400; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.px-auto {
  padding-left: auto;
  padding-right: auto; }

.py-auto {
  padding-top: auto;
  padding-bottom: auto; }

.p-auto {
  padding: auto; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 1rem; }

.p-4 {
  padding: 1.5rem; }

.p-5 {
  padding: 3rem; }

.pl-auto {
  padding-left: auto; }

.pl-0 {
  padding-left: 0 !important; }

@media all and (max-width: 991px) {
  .pl-0-t {
    padding-left: 0 !important; } }

.pl-1 {
  padding-left: 0.25rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pl-3 {
  padding-left: 1rem; }

.pl-4 {
  padding-left: 1.5rem; }

.pl-4-5 {
  padding-left: 2.5rem !important; }

.pl-5 {
  padding-left: 3rem; }

.pr-auto {
  padding-right: auto; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 0.25rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pr-3 {
  padding-right: 1rem; }

.pr-4 {
  padding-right: 1.5rem; }

.pr-5 {
  padding-right: 3rem; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pt-3 {
  padding-top: 1rem; }

.pt-4 {
  padding-top: 1.5rem; }

.pt-5 {
  padding-top: 3rem !important; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pb-4 {
  padding-bottom: 1.5rem; }

.pb-5 {
  padding-bottom: 3rem !important; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.m-auto {
  margin: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 0.25rem; }

.m-2 {
  margin: 5rem; }

.m-3 {
  margin: 1rem; }

.m-4 {
  margin: 1.5rem; }

.m-5 {
  margin: 3rem; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 0.25rem; }

.ml-2 {
  margin-left: 0.5rem; }

.ml-3 {
  margin-left: 1rem; }

.ml-4 {
  margin-left: 1.5rem; }

.ml-5 {
  margin-left: 3rem; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 0.25rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-3 {
  margin-right: 1rem; }

.mr-4 {
  margin-right: 1.5rem; }

.mr-5 {
  margin-right: 3rem; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mt-3 {
  margin-top: 1rem; }

.mt-4 {
  margin-top: 1.5rem; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-6 {
  margin-top: 3.5rem !important; }

.mt-7 {
  margin-top: 4rem !important; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mb-3 {
  margin-bottom: 1rem; }

.mb-4 {
  margin-bottom: 1.5rem; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem !important; }

.border-0 {
  border: none; }

.border__mosaic {
  border: 1px solid #337ab740; }

.border__mosaic--right {
  position: relative; }
  @media all and (max-width: 991px) {
    .border__mosaic--right {
      margin-bottom: 2rem !important; } }

.border__mosaic--right::before {
  content: '';
  border-left: 1px solid #cccccc;
  position: absolute;
  height: 75%;
  right: 0.25rem;
  top: 13%; }
  @media all and (max-width: 991px) {
    .border__mosaic--right::before {
      border-left: none;
      border-bottom: 1px solid #cccccc;
      width: 95%;
      right: 3%;
      top: 30%; } }

.h-100 {
  height: 100%; }

.h-75 {
  height: 75%; }

.h-50 {
  height: 50%; }

.w-100 {
  width: 100%; }

.w-75 {
  width: 75%; }

.w-60 {
  width: 60%; }

.w-50 {
  width: 50%; }

.text-white {
  color: #fff !important; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.size-10 {
  height: 10px;
  width: 10px; }

.size-12 {
  height: 12px;
  width: 12px; }

.size-14 {
  height: 14px;
  width: 14px; }

.size-15 {
  height: 15px;
  width: 15px; }

.size-17 {
  height: 17px;
  width: 17px; }

.size-20 {
  height: 20px;
  width: 20px; }

.size-22 {
  height: 22px;
  width: 22px; }

.rotate-z-180 {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

.rotate-z-270 {
  -webkit-transform: rotateZ(270deg);
  transform: rotateZ(270deg); }

.rotate-z-315 {
  -webkit-transform: rotateZ(315deg);
  transform: rotateZ(315deg); }

.hover-opac-9:hover {
  opacity: .9 !important; }

.hover-opac-8:hover {
  opacity: .8 !important; }

.hover-opac-7:hover {
  opacity: .7 !important; }

.hover-opac-back-7:hover {
  background-color: rgba(57, 57, 57, 0.9) !important; }

.text-Upp {
  text-transform: uppercase; }

.float-r {
  float: right; }

.float-l {
  float: left; }

.fs-0 {
  flex-shrink: 0; }

.tooltip {
  z-index: 25000; }
  .tooltip.in {
    opacity: 1 !important; }
  .tooltip .tooltip-arrow {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
    opacity: 1 !important; }
  .tooltip .tooltip-inner {
    border-radius: 0;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    padding: 10px 15px;
    font-family: "Lato", sans-serif;
    opacity: 1 !important;
    size: 12px;
    line-height: 16px; }

.portlet__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto; }
  .portlet__form input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000; }
  .portlet__form .lexicon-icon {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #187b9e;
    width: 35px;
    margin-left: -35px;
    margin-top: -5px; }
  .portlet__form .form-group-inline {
    margin: 0; }
  .portlet__form .lfr-ddm-field-group {
    margin: 0; }

.breadcrumb-horizontal {
  background-color: #187b9e;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2rem 4.5rem 0 4.5rem;
  font-size: 12px; }
  .breadcrumb-horizontal a {
    color: #fff; }
    .breadcrumb-horizontal a:hover, .breadcrumb-horizontal a:focus {
      color: #fff; }
  .breadcrumb-horizontal li.active {
    color: #fff; }
  .breadcrumb-horizontal ul li::before {
    content: "|";
    color: #fff;
    background-image: none;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 1;
    z-index: 1; }
  @media all and (max-width: 991px) {
    .breadcrumb-horizontal {
      display: none; } }

.sidenav-fixed {
  z-index: 4000 !important; }

.body-dashboard__padding {
  padding-top: 171px;
  -webkit-transition: padding-top .3s;
  /* Safari */
  transition: padding-top .3s; }
  @media all and (max-width: 991px) {
    .body-dashboard__padding {
      padding-top: 163px; } }
  @media all and (max-width: 767px) {
    .body-dashboard__padding {
      padding-top: 210px; } }

.dockbar__margin {
  z-index: 1000 !important;
  background-color: #fff; }

.body-dockbar__padding {
  padding-top: 65px !important;
  margin-top: 0 !important; }
  .body-dockbar__padding #main-content {
    padding-top: 40px; }
    .body-dockbar__padding #main-content #homepage-section .homepage__first-row {
      overflow: visible; }

/*n apagar

.dialog-iframe-modal {
    z-index: 5000 !important;
}

.lfr-tag-selector-popup {
    z-index: 5001 !important;
} */
/*.modal {
    z-index: 5000 !important;
}

.modal-focused {
    z-index: 5001 !important; 
}*/
/*.yui3-widget-content-expanded {
    z-index: 5001 !important; 
} */
#btnTop {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 170px;
  right: 60px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffd261;
  color: #333333;
  cursor: pointer;
  height: 40px;
  width: 40px; }
  #btnTop:hover, #btnTop:focus {
    background-color: #ffc32e; }
  @media all and (max-width: 767px) {
    #btnTop {
      bottom: 170px;
      right: 60px; } }
  #btnTop svg {
    color: #fff;
    height: 20px;
    width: auto;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg); }

#blockbyte-bs-sidebar {
  display: none; }

.user-list-data ul {
  padding-left: 0; }

.user-list-data .panel__icon {
  margin-right: 15px; }

.autofit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.autofit-col-expand {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.skip-links {
  margin: 0;
  padding: 0; }
  .skip-links a, .skip-links button {
    position: absolute;
    top: -3em;
    left: 0;
    background: #187b9e !important;
    color: #fff !important;
    padding: 8px;
    border: none;
    z-index: 60000;
    text-decoration: none; }
    .skip-links a:focus, .skip-links button:focus {
      top: 0; }

@media all and (max-width: 991px) {
  #modalInfo {
    position: absolute; } }

@media all and (max-width: 767px) {
  #modalInfo .modal-dialog {
    width: 100%;
    top: 0 !important;
    position: fixed; } }

#modalInfo .modal-header .btn-toolbar {
  display: flex;
  margin-top: -18px; }

#modalInfo .main-header {
  display: flex; }

#modalInfo .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 18px; }

#modalInfo .modal-body {
  padding-left: 50px; }

#modalInfo .modal-header,
#modalInfo .modal-body,
#modalInfo .modal-footer {
  max-width: 990px;
  margin: 0 auto;
  border: none; }

#modalInfo .modal-footer {
  text-align: right; }

#modalInfo .modal-footer .btn {
  float: none; }

#modalInfo .close {
  display: none; }

.error {
  color: #c1272d; }

.info {
  color: #187b9e; }

.warn {
  color: #ffd261; }

.success {
  color: #4ac34f; }

.btn-chat {
  padding: 0.4rem 1.5rem !important; }

.format-p p {
  display: block;
  width: 100%; }

.steps {
  margin-top: 20px;
  margin-bottom: 50px;
  height: 4px;
  width: 100%;
  background-color: #cccccc;
  position: relative; }

.step {
  background-color: #cccccc;
  width: 20%;
  position: absolute; }

.completed {
  background-color: #ffd261;
  height: 4px; }

.step:nth-child(2) {
  left: 20%; }

.step:nth-child(3) {
  left: 40%; }

.step:nth-child(4) {
  left: 60%; }

.step:nth-child(5) {
  left: 80%; }

.ball {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  left: 45%;
  background-color: #cccccc; }

.completed > div {
  background-color: #ffd261; }

/* esconder a seta da dropdown select para mostrar a seta em svg */
/* cor defeito da input box */
.form-control,
select {
  background-color: #fafafa;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #666666;
  appearance: none;
  /* esconder seta */
  -webkit-appearance: none;
  /* esconder seta Chrome */
  -moz-appearance: none;
  /* esconder seta FF     */ }

.error-message {
  color: #c1272d;
  display: none;
  font-size: 11px;
  line-height: 14px;
  padding-top: 4px; }

.error .error-message {
  display: block; }

.error input {
  background-color: rgba(209, 98, 102, 0.15);
  border-bottom: 1px solid #c1272d; }

.select-wrapper select::-ms-expand {
  display: none; }

/* seta em svg para as dropdown select */
.svg-arrow {
  appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 0.7em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.77 18.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23333;}%3C/style%3E%3C/defs%3E%3Ctitle%3Ebanco_icones%3C/title%3E%3Cpath class='cls-1' d='M27.63,2.87a.89.89,0,0,0-1.25,0l-11,11-11-11a.88.88,0,0,0-1.5.63.88.88,0,0,0,.25.62L15.38,16.36,27.63,4.12A.89.89,0,0,0,27.63,2.87Z'/%3E%3C/svg%3E");
  padding: 0.2em 2.4em 0.3em 0.3em;
  height: 34px; }

.svg-arrow option {
  padding: 5px 0; }

.input-ground {
  display: block; }

label {
  color: #666666;
  font-weight: 200; }

legend {
  text-transform: uppercase;
  font-size: 1.5rem;
  border: 0; }

fieldset {
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px; }

.form-control::placeholder {
  color: #333; }

.form-control[readonly] {
  background-color: #fff;
  font-style: italic;
  padding-left: 0;
  border-color: #cccccc; }

.form--row {
  margin-bottom: 20px; }

.input-xs {
  width: 150px; }

.form-group .input-xs--cp {
  width: 80px; }

.form-group .input-xs--cp2 {
  width: 50px; }

form input[type=checkbox],
form input[type=radio] {
  display: none; }

input[type=checkbox] + label {
  display: inline;
  position: relative; }

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: " ";
  border: 1px solid #cccccc;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  z-index: 10; }

input[type=radio] + label::before {
  border-radius: 50%; }

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  border: 2px solid #187b9e; }

input[type=checkbox]:checked + label::after {
  width: 9px;
  height: 15px;
  border: 3px solid #187b9e;
  border-left: none;
  border-top: none;
  content: " ";
  position: absolute;
  left: 8px;
  bottom: 1px;
  transform: rotatez(45deg);
  cursor: pointer;
  z-index: 20; }

input[type=radio]:checked + label::after {
  border-radius: 50%;
  background-color: #187b9e;
  position: absolute;
  left: 26px;
  content: " ";
  bottom: 26px;
  width: 12px;
  height: 12px; }

.label--block {
  display: block; }

.checkbox-card {
  display: table-cell;
  vertical-align: top; }

.checkbox-card__content {
  display: table-cell; }

.checkbox-card__content img {
  background-color: #eee;
  border: 1px solid #cccccc;
  width: 35px;
  height: 35px;
  display: block; }

.checkbox-card__content a {
  display: inline-block;
  margin: 10px 0;
  font-weight: 900; }

.checkbox-card__content .checkbox-card__content-title {
  font-size: 1.2rem;
  text-transform: uppercase; }

.checkboxcard__container:after {
  content: " ";
  height: 2px;
  width: 100%;
  display: inline;
  background-color: #cccccc; }

.btn {
  padding: 10px 12px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0; }

.btn-primary {
  background-color: #187b9e;
  color: #fff;
  position: relative;
  padding-right: 45px; }

.btn-primary::after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 10px;
  width: 10px;
  display: inline-block;
  content: " ";
  right: 15px;
  top: 15px;
  position: absolute; }

.btn-primary::before {
  border-top: 1px solid #fff;
  height: 1px;
  width: 18px;
  display: inline-block;
  content: " ";
  right: 14px;
  top: 19px;
  position: absolute; }

.btn-secondary {
  border: 1px solid #187b9e;
  color: #187b9e;
  background-color: #fff;
  position: relative;
  padding-right: 45px; }

.btn-secondary::after {
  height: 12px;
  width: 12px;
  display: inline-block;
  content: " ";
  border: solid #187b9e;
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 25px;
  top: 15px;
  position: absolute; }

.btn-secondary::before {
  height: 12px;
  width: 12px;
  display: inline-block;
  content: " ";
  border: solid #187b9e;
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 15px;
  position: absolute; }

.back::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.36 14.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23187b9e;}%3C/style%3E%3C/defs%3E%3Ctitle%3EICONES%3C/title%3E%3Cpath class='cls-1' d='M19.55,7.71H2.21a.6.6,0,0,1-.6-.6.59.59,0,0,1,.6-.59H19.55a.59.59,0,0,1,.6.59A.6.6,0,0,1,19.55,7.71Z'/%3E%3Cpath class='cls-1' d='M13.45,13.66a.6.6,0,0,1-.39-1l6.19-5.51-6.19-5.5a.6.6,0,1,1,.79-.89l6.69,6a.57.57,0,0,1,.2.44.59.59,0,0,1-.2.45l-6.69,6A.62.62,0,0,1,13.45,13.66Z'/%3E%3C/svg%3E");
  height: 11px;
  width: 17px;
  display: inline-block;
  content: " ";
  margin-left: 7px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 7px;
  vertical-align: middle; }

/* ===== Select Box ===== */
.sel {
  display: inline-block;
  min-width: 100px;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
  height: 34px;
  padding: .5em .3em; }

.sel::before {
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 0.7em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.77 18.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23333;}%3C/style%3E%3C/defs%3E%3Ctitle%3Ebanco_icones%3C/title%3E%3Cpath class='cls-1' d='M27.63,2.87a.89.89,0,0,0-1.25,0l-11,11-11-11a.88.88,0,0,0-1.5.63.88.88,0,0,0,.25.62L15.38,16.36,27.63,4.12A.89.89,0,0,0,27.63,2.87Z'/%3E%3C/svg%3E");
  padding: 0.2em 2.4em 0.3em 0.3em;
  position: absolute;
  content: ' ';
  color: #fff;
  right: 5px;
  top: calc(50% - 0.3em); }

.sel.active::before {
  transform: rotateX(-180deg); }

.sel__placeholder {
  display: block;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  padding-right: 1.6em; }

.sel.active .sel__placeholder {
  visibility: hidden; }

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4em;
  content: attr(data-placeholder);
  visibility: hidden; }

.sel.active .sel__placeholder::before {
  visibility: visible; }

.sel__box {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
  background-color: #fafafa;
  width: 100%;
  box-sizing: border-box; }

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms; }

.sel__box__options {
  display: list-item;
  padding: 0.5em;
  user-select: none; }

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none; }

.sel__box__options.selected::after {
  display: inline; }

.sel__box__options:hover {
  background-color: #187b9e;
  color: #fff; }

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 1px solid #666666; }

.sel--black-panther {
  z-index: 1500; }

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

fieldset {
  margin: 0 0 0 .5rem;
  padding: 0;
  border: none; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: 23px; }

body {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  padding-top: 121px;
  -webkit-transition: padding-top .3s;
  /* Safari */
  transition: padding-top .3s; }
  @media all and (max-width: 991px) {
    body {
      padding-top: 60px; } }
  @media all and (max-width: 767px) {
    body {
      padding-top: 57px; } }
  body input::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
    color: #666666;
    font-style: italic; }
  body input:-moz-placeholder, body textarea:-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-style: italic; }
  body input::-moz-placeholder, body textarea::-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-style: italic; }
  body input:-ms-input-placeholder, body textarea:-ms-input-placeholder {
    color: #666666;
    font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

p, a {
  margin: 0;
  padding: 0; }

a {
  color: #187b9e; }

a:hover, a:focus {
  color: #187b9e;
  text-decoration: underline; }

ul > li {
  list-style: none;
  padding: 0;
  margin: 0; }

button:hover {
  cursor: pointer; }

.row {
  margin: 0; }

.guias {
  min-height: 550px; }
  .guias .col-md-7 div:empty {
    display: none; }

.img404 {
  height: calc(100vh - 260px);
  position: static;
  background: url(/empresas/Resources/Eportugal/images/404/error_404.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6rem; }
  .img404 .bar404 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #187b9e;
    text-align: center;
    color: #fff; }
    .img404 .bar404 a {
      color: #fff; }
    .img404 .bar404 .barline1 {
      font-size: 38px;
      font-family: 'Lato', sans-serif;
      text-transform: uppercase; }
    .img404 .bar404 .barline2 {
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      font-weight: 600;
      margin-top: 2rem; }
    .img404 .bar404 .barline3 {
      font-size: 14px;
      font-family: 'Lato', sans-serif; }

/* --------------------------------

Icon colors

-------------------------------- */
.nc-icon {
  display: inline-block;
  height: 66px;
  width: 66px; }

.nc-icon-white {
  color: #fff; }

.nc-icon use {
  /* change 'inherit' to a color value if you want to add a secondary color to Nucleo icons */
  fill: inherit; }

.nc-icon.nc-icon-outline use {
  /* change 'inherit' to a color value if you want to add a secondary color to Nucleo icons */
  stroke: inherit; }

/* --------------------------------
  
  Icon basic style
  
  -------------------------------- */
.nc-icon.nc-icon-grid-13 {
  height: 13px;
  width: 13px; }

.nc-icon.nc-icon-grid-14 {
  height: 14px;
  width: 14px; }

.nc-icon.nc-icon-grid-16 {
  height: 16px;
  width: 16px; }

.nc-icon.nc-icon-grid-20 {
  height: 20px;
  width: 20px; }

.nc-icon.nc-icon-grid-24 {
  height: 24px;
  width: 24px; }

.nc-icon.nc-icon-grid-28 {
  height: 28px;
  width: 28px; }

.nc-icon.nc-icon-grid-32 {
  height: 32px;
  width: 32px; }

.nc-icon.nc-icon-grid-36 {
  height: 36px;
  width: 36px; }

.nc-icon.nc-icon-grid-48 {
  height: 48px;
  width: 48px; }

.nc-icon.nc-icon-grid-64 {
  height: 64px;
  width: 64px; }

.nc-align-to-text {
  /* scale and align icon to the text element */
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  stroke: none;
  fill: none; }

.nc-align-to-text use {
  color: inherit; }

.nc-icon,
.nc-align-to-text {
  fill: currentColor;
  stroke: none; }

.nc-icon.nc-icon-outline,
.nc-align-to-text.nc-icon-outline {
  fill: none;
  stroke: currentColor; }

.nc-icon use {
  stroke: none; }

.nc-icon.nc-icon-outline use {
  fill: none; }

.nc-icon.nc-icon-outline.stroke-1,
.nc-align-to-text.nc-icon-outline.stroke-1 {
  stroke-width: 1px; }

.nc-icon.nc-icon-outline.stroke-2,
.nc-align-to-text.nc-icon-outline.stroke-2 {
  stroke-width: 2px; }

.nc-icon.nc-icon-outline.stroke-3,
.nc-align-to-text.nc-icon-outline.stroke-3 {
  stroke-width: 3px; }

.nc-icon.nc-icon-outline.stroke-4,
.nc-align-to-text.nc-icon-outline.stroke-4 {
  stroke-width: 4px; }

.nc-icon.nc-icon-outline.stroke-1 use,
.nc-icon.nc-icon-outline.stroke-3 use,
.nc-align-to-text.nc-icon-outline.stroke-1 use,
.nc-align-to-text.nc-icon-outline.stroke-3 use {
  -webkit-transform: translateX(0.5px) translateY(0.5px);
  -moz-transform: translateX(0.5px) translateY(0.5px);
  -ms-transform: translateX(0.5px) translateY(0.5px);
  -o-transform: translateX(0.5px) translateY(0.5px);
  transform: translateX(0.5px) translateY(0.5px); }

.serviceboxedOG nc-icon {
  flex-shrink: 0 !important; }

#banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: #fff; }

.header-border {
  border-bottom: 1px solid #f2f2f2; }

#section-header {
  height: 121px;
  background-color: #fff;
  /*Header login mobile*/ }
  @media all and (max-width: 991px) {
    #section-header {
      height: 61px; } }
  @media all and (max-width: 767px) {
    #section-header {
      height: 57px;
      min-width: 320px; } }
  #section-header .navbar-brand {
    min-width: 280px;
    font-size: 23px;
    letter-spacing: 5px;
    font-weight: 900;
    color: #333333;
    margin-left: 4%;
    padding: 0; }
    @media all and (max-width: 991px) {
      #section-header .navbar-brand {
        min-width: 120px;
        font-size: 16px;
        width: 120px; } }
    @media all and (max-width: 767px) {
      #section-header .navbar-brand {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 10px;
        letter-spacing: 2px; } }
  #section-header .navbar-form {
    width: 350px; }
  #section-header .nav__icon {
    height: 25px;
    width: 25px;
    line-height: 0; }
    @media all and (max-width: 991px) {
      #section-header .nav__icon {
        height: 21px;
        width: 21px; } }
    @media all and (max-width: 767px) {
      #section-header .nav__icon {
        height: 17px;
        width: 17px; } }
    #section-header .nav__icon--brand {
      width: 36px;
      height: 36px; }
    #section-header .nav__icon--home:hover {
      color: #187b9e !important; }
  #section-header button[data-rel="click2call"] {
    padding: 1.15rem 0.95rem 0.7rem !important;
    margin-right: 1px; }
  #section-header button[data-rel="click2call"] .nav__icon {
    height: 40px;
    width: 38px;
    padding: 0; }
  #section-header .header__login {
    background: #f2f2f2; }
  #section-header .navbar__right a,
  #section-header .navbar__right button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.65rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media all and (max-width: 991px) {
      #section-header .navbar__right a,
      #section-header .navbar__right button {
        padding: 1.7rem; } }
    @media all and (max-width: 767px) {
      #section-header .navbar__right a,
      #section-header .navbar__right button {
        padding: 1.7rem; } }
  #section-header .navbar__right button {
    border: 0; }
  #section-header .navbar__right .dropdown-menu__language {
    right: 122px;
    top: 121px;
    min-width: 65px; }
  #section-header .navbar__left {
    padding-left: 4rem; }
    @media all and (max-width: 991px) {
      #section-header .navbar__left {
        padding-left: 1rem; } }
  #section-header .header__right-up,
  #section-header .header__right-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%; }
  #section-header .header__right-up {
    height: 50%; }
    @media all and (max-width: 991px) {
      #section-header .header__right-up {
        height: 100%; } }
    #section-header .header__right-up a {
      cursor: pointer; }
  #section-header .header__right-down {
    height: 51%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 0.25rem;
    /* new header login */ }
    #section-header .header__right-down .dashboard-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: capitalize;
      color: #fff;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 1.8rem; }
    #section-header .header__right-down .header-login {
      width: 118px;
      height: 100%;
      padding: 0; }
    #section-header .header__right-down .login-btn {
      width: 118px;
      height: 100%;
      color: #fff;
      font-size: 12px;
      padding: 0 0 0 45px;
      position: relative;
      background-color: #333333;
      min-height: 59px; }
    #section-header .header__right-down .header-login.open > .login-btn .login-text {
      opacity: 0.7 !important; }
    #section-header .header__right-down .header-login .nav__icon {
      position: absolute;
      top: 16px;
      left: 11px;
      padding: 0; }
    #section-header .header__right-down .header-login .btn-icon-close {
      padding: 2px; }
    #section-header .header__right-down .btn-icon-close,
    #section-header .header__right-down .header-login.open .btn-icon-profile {
      display: none; }
    #section-header .header__right-down .header-login.open .btn-icon-close {
      display: block; }
    #section-header .header__right-down .login-text {
      line-height: 14px;
      display: inline-block;
      margin: 15px 7px 0 0; }
    #section-header .header__right-down .login-list {
      position: absolute;
      width: 118px;
      top: 100%;
      right: 0;
      padding: 0;
      margin: 0;
      min-width: 118px; }
    #section-header .header__right-down .login-list li {
      display: block;
      height: 60px; }
      #section-header .header__right-down .login-list li a {
        width: 118px;
        position: relative; }
      #section-header .header__right-down .login-list li a:before {
        width: 104px;
        margin: 0 auto;
        border-top: 1px solid #666666;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      #section-header .header__right-down .login-list li .nav__icon {
        padding: 1px; }
      #section-header .header__right-down .login-list li span {
        white-space: normal; }
  #section-header .dropdown {
    position: static;
    left: auto; }
    #section-header .dropdown-toggle:focus {
      outline: none; }
    #section-header .dropdown-menu {
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      left: auto;
      /*> li > a:hover {
        background-color: transparent;
      }*/ }
      #section-header .dropdown-menu--chat {
        min-width: auto !important;
        right: 0; }
      #section-header .dropdown-menu--search {
        left: 0;
        right: 0; }
  #section-header .header__language {
    background: #fff;
    height: 100%; }
    #section-header .header__language:hover > * {
      color: #187b9e;
      cursor: pointer; }
    #section-header .header__language label {
      margin: 0;
      font-weight: 400; }
    #section-header .header__language select {
      border: none;
      text-transform: uppercase;
      background: inherit;
      color: inherit;
      cursor: pointer; }
    #section-header .header__language > * {
      text-transform: uppercase;
      background: inherit;
      color: inherit; }
  #section-header .dashboard-toggle:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#333333), to(#333333));
    background-image: linear-gradient(to right, #333333 0%, #333333 100%);
    -webkit-transition: all .3s;
    transition: all .3s; }
  #section-header .button__dash--open {
    display: inline;
    padding-top: 17px; }
  #section-header .button__dash--close {
    display: none;
    padding-top: 18px; }
  #section-header .btn-icon-arrow,
  #section-header .button-dash-open {
    display: none; }
  #section-header .dropdown-menu {
    overflow: visible; }
  #section-header .dashboard-toggle.header-login {
    background-color: #333333; }
  #section-header .button__dash--open.login-btn {
    padding-left: 39px;
    padding-right: 5px;
    transition: padding 200ms ease; }
  #section-header .header__right-down .button-dash-name {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    align-items: center;
    align-content: center;
    flex-wrap: wrap; }
    #section-header .header__right-down .button-dash-name * {
      line-height: 10px; }
  #section-header .btn-icon-profile-full {
    fill: #fff;
    padding: 3px !important;
    left: 9px !important; }
  #section-header .header__right-down .button__dash--open.login-btn:hover {
    padding-left: 15px;
    padding-right: 30px !important; }
    #section-header .header__right-down .button__dash--open.login-btn:hover .btn-icon-profile-full {
      display: none; }
    #section-header .header__right-down .button__dash--open.login-btn:hover .btn-icon-arrow {
      display: block;
      position: absolute;
      right: 10px;
      top: 23px; }
  #section-header .drop-contactos {
    display: none; }
    #section-header .drop-contactos .btn-icon-contactosmobile,
    #section-header .drop-contactos .btn-icon-close {
      padding: 1.2em 1.1em 1em 1.05em; }
      #section-header .drop-contactos .btn-icon-contactosmobile .nav__icon,
      #section-header .drop-contactos .btn-icon-close .nav__icon {
        height: 25px;
        width: 25px; }
    @media all and (max-width: 991px) {
      #section-header .drop-contactos {
        display: block; }
        #section-header .drop-contactos .btn-contactos-mobile {
          padding: 1.25rem !important; } }
    @media all and (max-width: 767px) {
      #section-header .drop-contactos .btn-contactos-mobile {
        padding: 1.3rem !important; }
      #section-header .drop-contactos .btn-icon-contactosmobile,
      #section-header .drop-contactos .btn-icon-close,
      #section-header .drop-contactos .btn-icon-profile {
        padding: 1.1em 1.15em 1em !important; }
      #section-header .drop-contactos .nav__icon {
        height: 22px !important;
        width: 22px !important; } }
  #section-header .drop-login button {
    padding: 1.5rem;
    height: 61px; }
  #section-header .drop-login .nav__icon {
    height: 25px;
    width: 25px; }
  #section-header .drop-login .btn-icon-close {
    display: none; }
  #section-header .drop-login.open .btn-icon-close {
    display: block; }
  #section-header .drop-login.open .btn-icon-profile {
    display: none; }
  #section-header .drop-login .login-text {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin: 15px 7px 0 0; }
  #section-header .drop-login .login-list {
    width: 109px; }
  #section-header .drop-login .login-list li {
    height: 60px; }
    #section-header .drop-login .login-list li a {
      width: 118px;
      position: relative;
      height: 60px;
      display: block;
      padding: 0;
      padding: 0 0 0 45px; }
    #section-header .drop-login .login-list li a:before {
      width: 104px;
      margin: 0 auto;
      border-top: 1px solid #666666;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    #section-header .drop-login .login-list li .nav__icon {
      position: absolute;
      top: 16px;
      left: 11px;
      padding: 0; }
    #section-header .drop-login .login-list li span {
      white-space: normal; }
  @media all and (max-width: 767px) {
    #section-header .drop-login button {
      padding: 1.4rem 1.5rem 1.2rem;
      height: 57px; } }
  #section-header .user-login-mobile {
    height: 60px;
    display: none; }
    #section-header .user-login-mobile a {
      display: block;
      height: 100%;
      font-size: 11px;
      padding: 10px 0 0 0;
      width: 55px;
      text-align: center;
      color: #fff; }
      #section-header .user-login-mobile a .login-close-btn {
        display: none;
        margin-top: 8px; }
      #section-header .user-login-mobile a:hover .login-close-btn, #section-header .user-login-mobile a[aria-expanded="true"] .login-close-btn {
        display: block; }
      #section-header .user-login-mobile a:hover .login-text, #section-header .user-login-mobile a[aria-expanded="true"] .login-text {
        display: none; }
    #section-header .user-login-mobile .login-text {
      display: block;
      line-height: 16px;
      padding: 0 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #section-header .user-login-mobile .login-text strong {
        display: block;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #section-header .user-login-mobile .nav__icon {
      fill: #fff;
      padding: 0; }
    @media all and (max-width: 767px) {
      #section-header .user-login-mobile {
        height: 57px; } }
    @media all and (max-width: 991px) {
      #section-header .user-login-mobile {
        display: block; } }

.icon-bot {
  padding: 1.2rem !important; }
  @media all and (max-width: 991px) {
    .icon-bot {
      padding: 1rem !important; } }
  @media all and (max-width: 767px) {
    .icon-bot {
      padding: 0.9rem !important; } }

.header__right-up a[data-rel="click2call"] {
  padding: 1.25rem !important; }

@media all and (max-width: 767px) {
  .header__right-up a[data-rel="click2call"] svg {
    height: 30px !important;
    width: 30px !important; } }

.icon-bot svg {
  height: 34px !important;
  width: 34px !important; }
  @media all and (max-width: 991px) {
    .icon-bot svg {
      height: 30px !important;
      width: 30px !important; } }

@media all and (max-width: 767px) {
  #section-header .drop-contactos .icon-bot .nav__icon {
    height: 28px !important;
    width: 28px !important; } }

#imgLogoHeader {
  width: 220px;
  height: auto; }
  @media all and (max-width: 991px) {
    #imgLogoHeader {
      width: 120px;
      height: auto; } }

.arrow {
  vertical-align: middle;
  margin-left: 8px; }

#section-footer {
  height: 150px;
  z-index: 102;
  position: relative;
  margin-top: 0.5rem;
  background-color: #fff; }
  #section-footer .footer {
    position: relative; }
    #section-footer .footer__upper-row, #section-footer .footer__bottom-row {
      height: 50%; }
    #section-footer .footer__social {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000;
      margin: 0;
      padding: 0;
      height: 75px;
      cursor: pointer;
      overflow: hidden; }
      @media all and (max-width: 767px) {
        #section-footer .footer__social {
          height: 63px; } }
      #section-footer .footer__social-item {
        background-color: #187b9e;
        width: 33.33333%;
        border-right: 0.2rem solid #fff;
        border-left: 0.2rem solid #fff; }
        #section-footer .footer__social-item:hover {
          opacity: .8; }
        #section-footer .footer__social-item:first-child {
          border-left: 0; }
      #section-footer .footer__social--link {
        width: 100%;
        height: 75px;
        border: none;
        background: #f2f2f2; }
      #section-footer .footer__social--icon {
        height: 22px;
        width: auto;
        color: #000 !important; }
        @media all and (max-width: 767px) {
          #section-footer .footer__social--icon {
            height: 20px; } }
    #section-footer .footer__brand {
      /*height: 100%;*/
      width: 100%;
      padding: 2.65rem; }
      @media all and (max-width: 767px) {
        #section-footer .footer__brand {
          padding: 2.13rem; } }
      #section-footer .footer__brand--col {
        /* Medium Devices, Desktops */ }
        @media all and (max-width: 991px) {
          #section-footer .footer__brand--col {
            padding-right: 0; } }
      #section-footer .footer__brand--link {
        font-weight: 600;
        letter-spacing: 2.1px;
        line-height: 1.6;
        color: #333333; }
        @media all and (max-width: 991px) {
          #section-footer .footer__brand--link {
            font-size: 13px;
            line-height: 1.7; } }
        @media all and (max-width: 767px) {
          #section-footer .footer__brand--link {
            font-size: 12px; } }
    #section-footer .footer__nav-list {
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      margin-bottom: 0;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media all and (max-width: 767px) {
        #section-footer .footer__nav-list {
          height: 63px; } }
    #section-footer .footer__nav-link {
      color: #333333;
      text-decoration: none; }
      #section-footer .footer__nav-link:hover {
        text-decoration: underline; }
      @media all and (max-width: 991px) {
        #section-footer .footer__nav-link {
          font-size: 12px; } }
    #section-footer .footer__nav-item {
      list-style: none; }
    #section-footer .footer__copyright,
    #section-footer .footer__bottom-row span {
      color: #333333;
      padding: 2.6rem 0; }
      @media all and (max-width: 991px) {
        #section-footer .footer__copyright,
        #section-footer .footer__bottom-row span {
          font-size: 12px; } }
    #section-footer .footer__bottom-row img {
      height: 25px;
      width: auto; }
      #section-footer .footer__bottom-row img.logo-6, #section-footer .footer__bottom-row img.logo-7, #section-footer .footer__bottom-row img.logo-9 {
        height: 30px; }
      #section-footer .footer__bottom-row img.logo-3, #section-footer .footer__bottom-row img.logo-4 {
        height: 34px; }
      @media all and (max-width: 991px) {
        #section-footer .footer__bottom-row img.logo-6, #section-footer .footer__bottom-row img.logo-7, #section-footer .footer__bottom-row img.logo-9 {
          height: 32px; } }
      @media all and (max-width: 991px) {
        #section-footer .footer__bottom-row img.logo-5 {
          height: 22px; } }
      @media all and (max-width: 991px) {
        #section-footer .footer__bottom-row img.logo-3 {
          height: 23px; } }
      @media all and (max-width: 991px) {
        #section-footer .footer__bottom-row img.logo-1, #section-footer .footer__bottom-row img.logo-2 {
          height: 20px; } }
    @media all and (max-width: 991px) {
      #section-footer .footer__col--1 {
        margin-bottom: 0.5rem; } }

.col__copyright {
    background-image: url('/empresas/Resources/Eportugal/images/texture1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-position-x: left;
}

.col__block {
  height: 101px;
  background-color: #f2f2f2; }
  @media all and (max-width: 991px) {
    .col__block {
      background-color: #fff; } }
  @media all and (max-width: 767px) {
    .col__block {
      display: none; } }

.card__inner-border--top {
  border-top: 1px solid #cccccc; }

.card__inner-border--left {
  border-left: 1px solid #cccccc; }

.button {
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s; }

.button--dark {
  border: 1px solid #333333;
  color: #333333; }

.button--white {
  border: 1px solid #fff;
  color: #fff; }

.button--primary {
  border: 1px solid #ffd261;
  color: #ffd261; }

.button--secondary {
  border: 1px solid #187b9e;
  color: #187b9e;
  height: 39px;
  line-height: 1px; }
  .button--secondary > svg {
    height: 22px;
    width: 22px; }
  .button--secondary:hover, .button--secondary:focus {
    -webkit-box-shadow: inset 9em 0 0 0 #187b9e;
    box-shadow: inset 9em 0 0 0 #187b9e;
    color: #fff; }
    .button--secondary:hover > svg, .button--secondary:focus > svg {
      color: #fff;
      stroke: #fff; }
    .button--secondary:hover a, .button--secondary:focus a {
      color: #fff; }

.btn-bg-primary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd261), color-stop(50%, #ffd261), color-stop(51%, #a0d2f0));
  background-image: linear-gradient(to top, #ffd261 0%, #ffd261 50%, #a0d2f0 51%); }

.btn-bg-secondary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#187b9e), color-stop(50%, #187b9e), color-stop(51%, #18799b));
  background-image: linear-gradient(to top, #187b9e 0%, #187b9e 50%, #18799b 51%); }

.select-field {
  display: inline-block;
  max-width: 450px;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  border-radius: 0;
  margin-right: 2rem; }

.link {
  color: #187b9e;
  text-decoration: underline;
  font-size: 14px; }

.select-liferay label {
  display: inline-block;
  color: #999999;
  width: 50%;
  text-align: right;
  padding: 8px 15px 0 0; }

.select-liferay select {
  width: 50%;
  float: right;
  padding-left: 20px; }
  @media all and (max-width: 991px) {
    .select-liferay select {
      padding-left: 1rem; } }

.select-liferay .form-group {
  position: relative; }

.select-liferay .form-group:before {
  position: absolute;
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  top: 12px;
  right: 12px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.select-template {
  position: relative; }
  .select-template select {
    background-color: transparent;
    color: #333333;
    padding: 5px 20px 5px 5px;
    border-bottom: 1px solid #000;
    font-size: 13px; }
  .select-template select:focus {
    background-color: #f5f5f5; }

.select-template:before {
  position: absolute;
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  top: 10px;
  right: 10px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.radio-liferay label {
  display: inline-block;
  position: relative;
  padding-left: 0; }

.radio-liferay input[type="radio"] {
  width: 24px;
  height: 24px;
  opacity: 0;
  display: block;
  top: 0;
  z-index: 9;
  margin: 0; }

.radio-liferay label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: " ";
  border: 1px solid #ccc;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  padding-left: 0;
  margin-right: 15px; }

.radio-liferay label:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: none;
  background-color: #187b9e;
  position: absolute;
  top: 7px;
  left: 6px;
  content: ""; }

.radio-liferay.selected label:after {
  display: block; }

.radio-liferay.selected label:before {
  border: 2px solid #187b9e; }

.prettytable table {
  border-collapse: separate;
  width: 100%; }

.prettytable th, .prettytable td {
  text-align: center;
  padding: 8px; }

.prettytable th {
  background-color: #187b9e;
  color: #fff; }

.prettytable tr:nth-child(even) {
  background-color: #e6e6e6; }

.prettytable tr:nth-child(odd) {
  background-color: #f2f2f2; }

.table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse; }
  .table th, .table td {
    text-align: left;
    padding: 20px !important;
    font-size: 13px; }
  .table th {
    background-color: #187b9e;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border-color: #187b9e !important; }
  .table td {
    border: none !important;
    border-top: 5px solid #fff !important;
    color: #808080; }
  .table tr:nth-child(even) {
    background-color: #f2f2f2; }
  .table tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .table td .nav__icon {
    width: 22px;
    height: 22px; }
  .table td .nav__icon.delete-icon {
    color: #c1272d; }

.checkedlist ul li {
  list-style-image: url(/empresas/Resources/Eportugal/images/icons/checked.svg); }

.checkedlist ul {
  padding: 33 !important; }

.checkedlist ol {
  padding: 30 !important; }

.checkedlist ol li::before {
  color: #187b9e; }

.hiddenlinks-3 ul li:nth-child(n+4) {
  display: none; }

.hiddenlinks-3 ol li:nth-child(n+4) {
  display: none; }

.hiddenlinks-3 ul {
  padding: 0 !important; }

.hiddenlinks-3 ol {
  padding: 0 !important; }

.hiddenlinks-5 ul li:nth-child(n+6) {
  display: none; }

.hiddenlinks-5 ol li:nth-child(n+6) {
  display: none; }

.hiddenlinks-5 ul {
  padding: 0 !important; }

.hiddenlinks-5 ol {
  padding: 0 !important; }

.hiddenlinks-6 ul li:nth-child(n+7) {
  display: none; }

.hiddenlinks-6 ul li:nth-child(n+7) {
  display: none; }

.hiddenlinks-6 ul {
  padding: 0 !important; }

.hiddenlinks-6 ol {
  padding: 0 !important; }

.visiblelinks ul {
  padding: 0 !important; }
  .visiblelinks ul li {
    display: list-item; }

.visiblelinks ol {
  padding: 0 !important; }
  .visiblelinks ol li {
    display: list-item; }

.visiblelinks .service-list-mosaic li {
  display: flex; }

ul.sitemapLinksHidden > li {
  display: none; }

ul.sitemapLinksVisible > li {
  display: list-item; }

.search-results {
  display: none; }

.lfr-pagination-config .lfr-pagination-delta-selector {
  display: none !important; }

.lfr-pagination-config a.dropdown-toggle {
  background-color: transparent;
  color: #333333;
  padding: 5px 30px 5px 5px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  text-transform: none; }

.lfr-pagination-config a.dropdown-toggle:before {
  position: absolute;
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  top: 10px;
  right: 10px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.lfr-pagination-config a.dropdown-toggle,
.lfr-pagination-config a.dropdown-toggle:hover,
.lfr-pagination-config a.dropdown-toggle:active,
.lfr-pagination-config a.dropdown-toggle:focus {
  background-color: transparent !important;
  box-shadow: none !important; }

.lfr-pagination-config a.dropdown-toggle i {
  display: none; }

.lfr-menu-list {
  max-height: 180px !important;
  width: 80px !important;
  min-width: 80px !important; }
  @media all and (max-width: 767px) {
    .lfr-menu-list {
      width: 50px !important;
      min-width: 50px !important; } }
  .lfr-menu-list .btn-toolbar.search-panel {
    display: none; }

.lfr-pagination .pager {
  padding-top: 6px; }

.lfr-pagination .pager li > a,
.lfr-pagination .pager li > span {
  border: none !important;
  text-transform: uppercase; }

.lfr-pagination .pager li > a:hover,
.lfr-pagination .pager li > a:focus {
  background-color: transparent;
  text-decoration: underline; }

.lfr-pagination .pager li > a {
  position: relative;
  color: #187b9e; }
  @media all and (max-width: 767px) {
    .lfr-pagination .pager li > a {
      width: 100%; } }

.lfr-pagination .pager .disabled > a {
  color: #808080; }

.lfr-pagination .pager li > a:before {
  position: absolute;
  content: "";
  border: solid #187b9e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  top: 13px; }

.lfr-pagination .pager .disabled > a:before {
  border-color: #808080; }

.lfr-pagination .pager li:nth-child(2) > a:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0; }

.lfr-pagination .pager li:nth-child(3) > a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 2px; }

.lfr-pagination .pager li:first-child,
.lfr-pagination .pager li:last-child {
  display: none !important; }

@media (max-width: 767px) and (max-width: 979px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    width: 99%; }
  .lfr-pagination .pager li > a:before {
    top: 17px; } }

.calendar {
  display: inline-block;
  padding-bottom: 1rem;
  cursor: pointer;
  width: 20px; }
  .calendar svg {
    vertical-align: middle; }

.calendar-container span, .calendar-container .calendar__input {
  margin-right: 1rem; }

@media all and (max-width: 991px) {
  .calendar-container {
    padding: 3rem; } }

@media all and (max-width: 767px) {
  .calendar-container {
    padding: 2rem .5rem; } }

.calendar-container .calendar__input {
  display: inline-block;
  width: 4rem; }
  .calendar-container .calendar__input--year {
    width: 6rem;
    margin-right: 2rem; }
    @media all and (max-width: 767px) {
      .calendar-container .calendar__input--year {
        margin-right: 1rem; } }

.popover > .arrow {
  display: none; }

.datepicker-popover {
  border-radius: 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }
  .datepicker-popover-content * {
    font-family: "Lato", sans-serif !important;
    background-color: #fafafa; }
  .datepicker-popover-content .popover-content {
    padding: 2rem; }
    @media all and (max-width: 767px) {
      .datepicker-popover-content .popover-content {
        padding: 1rem; } }
  .datepicker-popover-content .yui3-calendar-header {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e6e6e6; }
    .datepicker-popover-content .yui3-calendar-header-label {
      text-transform: uppercase; }
    .datepicker-popover-content .yui3-calendar-header a {
      border: 0; }
      .datepicker-popover-content .yui3-calendar-header a:before {
        position: absolute;
        content: "";
        border: solid #187b9e;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        top: 13px;
        height: 1rem;
        width: 1rem; }
      .datepicker-popover-content .yui3-calendar-header a.yui3-calendarnav-prevmonth {
        top: 2rem;
        left: 3rem;
        margin: 0;
        transform: rotateZ(135deg); }
      .datepicker-popover-content .yui3-calendar-header a.yui3-calendarnav-nextmonth {
        transform: rotateZ(315deg);
        right: 3rem;
        margin: 0; }
  .datepicker-popover-content .yui3-u-1 {
    padding-top: 2.5rem; }
  .datepicker-popover-content .yui3-calendar-weekday {
    text-transform: capitalize;
    font-weight: 400;
    color: #999999; }
  .datepicker-popover-content td {
    border: 0 !important;
    padding: 1rem 1.2rem !important;
    border-radius: 50%;
    background-color: inherit !important; }
    .datepicker-popover-content td:hover {
      background: #187b9e !important; }
  .datepicker-popover-content th {
    text-align: center; }
  .datepicker-popover-content .yui3-calendar-day-selected {
    background: #187b9e !important;
    color: #fff; }

.sitemapDropIcon {
  margin-left: 3px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.floatDIv--click2call {
  width: 380px !important;
  background-color: #fff;
  max-height: 560px !important;
  bottom: 0; }
  @media all and (max-width: 767px) {
    .floatDIv--click2call {
      width: 100% !important;
      max-height: 100% !important; } }

.floatDIv--click2call .floatDiv__container {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 55px;
  bottom: 0;
  width: 100%; }

.contact-form {
  padding: 20px 5px;
  bottom: 0;
  transform: translateY(0);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%; }
  .contact-form fieldset {
    margin: 0; }
  .contact-form legend {
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 0; }
  .contact-form .intro-form {
    padding-bottom: 15px;
    margin: 0 15px 15px;
    border-bottom: 1px solid #e6e6e6; }
  .contact-form .contactFormTo {
    display: inline-block;
    width: 49%; }
  .contact-form .radio label {
    padding-left: 0; }
  .contact-form input[type=radio]:checked + label::after {
    left: 6px;
    bottom: 6px; }
  .contact-form .selected {
    -webkit-box-shadow: inset 20em 0 0 0 #187b9e;
    box-shadow: inset 20em 0 0 0 #187b9e;
    color: #fff; }
  .contact-form .btn {
    width: 100%; }
  .contact-form .custom-label {
    font-weight: 400;
    color: #666666;
    font-size: 14px; }
  .contact-form .label--block {
    font-weight: 400; }
  .contact-form .mandatory-info {
    font-size: 11px;
    color: #808080;
    display: block;
    margin-left: 15px; }
  .contact-form .select-template {
    display: inline-block; }
    .contact-form .select-template:before {
      z-index: -1; }
  .contact-form select {
    background-color: transparent;
    border: none;
    color: #666666;
    padding-left: 0;
    padding-right: 25px; }
    .contact-form select:focus {
      background-color: transparent; }
  .contact-form .click2callForm_intent_label {
    margin: 0 !important; }

.click2callForm_intent_Selected[aria-required="false"] {
  display: none; }

.contact-error,
.contact-success {
  text-align: center;
  padding: 0 15px;
  display: none; }
  .contact-error .icon-success,
  .contact-error .icon-error,
  .contact-success .icon-success,
  .contact-success .icon-error {
    width: 50px;
    height: 50px;
    margin: 30px auto; }
  .contact-error .sub-header,
  .contact-success .sub-header {
    font-weight: 900; }
  .contact-error .icon-success,
  .contact-success .icon-success {
    color: #4ac34f; }
  .contact-error .contact-after-control,
  .contact-success .contact-after-control {
    margin: 30px 0;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6; }
  .contact-error .icon-error,
  .contact-success .icon-error {
    color: #c1272d;
    width: 40px;
    height: 40px; }
  .contact-error .fechar-msg,
  .contact-success .fechar-msg {
    color: #187b9e; }
    .contact-error .fechar-msg .nc-icon,
    .contact-success .fechar-msg .nc-icon {
      width: 20px;
      height: 20px;
      margin: 0 0 0 1.5rem; }

.more-info {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0; }

#sendContact svg {
  height: 22px;
  width: 22px;
  margin-right: 10px;
  flex-shrink: 0;
  vertical-align: middle; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-width: 320px; }
  select::-ms-expand {
    display: none; }
  #section-header .flex__w-1-3 {
    flex: 1 0 2rem; }
  #section-header .header__language {
    padding: 1.95rem; }
  #section-header .header__right-down {
    height: 51%; }
  #section-header .dashboard-toggle {
    height: 100%; }
  #section-footer {
    margin: 0; } }

@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  .weather-app {
    font-size: 13px; } }

@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  .homepage__first-row {
    height: 235px; } }

@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  .homepage__second-row {
    padding-top: .5rem; } }

@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  #homepage-section,
  #homepage-section .portlet-layout > div,
  #homepage-section .portlet-layout > div > div,
  #homepage-section .portlet-layout > div > div > div,
  #homepage-section .portlet-layout .portlet,
  #homepage-section .portlet-layout .portlet-content,
  #homepage-section .portlet-layout .portlet-content-container,
  #homepage-section .portlet-layout .portlet-body,
  #homepage-section .portlet-layout .cube,
  #homepage-section .portlet-layout .journal-content-article,
  #homepage-section .weather-app,
  #homepage-section .slick-slider,
  #homepage-section .slick-slider .slick-list,
  #homepage-section .slick-slider .slick-track,
  #homepage-section .slick-slider .slick-track > div,
  #homepage-section .slick-slider .slick-track > div > div,
  #homepage-section .slick-slider .slick-track > div > div > div,
  #homepage-section .slick-slider .slick-track > div > div > div > div {
    height: 100% !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #column-5 .cube-container,
  #column-6 .cube-container {
    height: 240px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 991px) {
    #column-5 .cube-container,
    #column-6 .cube-container {
      height: 180px; } }

@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  #column-3 .cube-container,
  #column-4 .cube-container {
    height: 180px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cube-container {
    -webkit-perspective: none;
    perspective: none; }
  .cube-rotation {
    -webkit-transform-style: inherit;
    transform-style: inherit; }
  .cube__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cube__back {
    display: none; }
  .cube__front, .cube__back, .cube-rotation:hover, .cube-rotation--responsive {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: display 0.3s;
    transition: display 0.3s; }
  .cube-rotation:hover > .cube__front {
    display: none; }
  .cube-rotation:hover > .cube__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  .cube.cube-rotation--responsive .cube__front {
    display: none; }
  .cube.cube-rotation--responsive .cube__back {
    display: flex; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cube .box__invert, .cube .square-box, .cube .rectangle-box {
    height: 100%; }
  .cube .box__invert--container {
    justify-content: center; }
  .cube .ie-padding-box {
    padding: 3rem 0; }
  .cube .box__invert, .cube .square-box, .cube .rectangle-box, .cube .news__container,
  .cube .news__footer {
    width: 100%; }
  .cube .news__icon {
    width: 11px; }
  .cube .news__more {
    float: right;
    width: 10rem; }
  .cube .news__article {
    padding: 2%; }
  .cube .news__container {
    height: 300px; }
  .cube .news__header {
    flex: 0; }
  #cube__news .cube__news {
    width: 100%; } }
  @media all and (-ms-high-contrast: none) and (max-width: 991px) {
    #cube__news .cube__news .cube__back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mosaic-item {
    justify-content: space-around;
    padding: 2.5rem; }
  .mosaic__heading {
    width: 100%; }
  /*SEARCH */
  .search-top-field input {
    min-width: 190px; }
  .authcard {
    height: 250px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1199px) {
    .authcard {
      min-height: 250px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .authcard p {
      width: 100%; }
  .panel-heading-custom {
    height: 70px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 991px) {
    .panel-heading-custom {
      width: 100%;
      height: auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .panel-heading-custom svg {
      flex-shrink: 0;
      width: 18px; }
    .panel-heading-custom span {
      flex: 0 1 auto; }
  .serviceboxed__info {
    width: 100%; }
  .serviceboxed__buttons .button {
    flex: 1 0 auto; } }

@supports (position: -ms-page) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .box__invert--container {
    justify-content: center !important; }
  .mosaic-item {
    justify-content: space-around;
    padding: 2.5rem; }
  .mosaic__heading {
    width: 100%; } }

.floatDiv {
  position: fixed;
  bottom: 0;
  width: 480px;
  height: calc(100vh - 121px) !important;
  right: 0;
  background: #f9f9f9;
  z-index: 9980;
  display: none;
  -webkit-transition: all ease-out 350ms;
  transition: all ease-out 350ms;
  -webkit-box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.2); }
  @media all and (max-width: 767px) {
    .floatDiv {
      width: 100%;
      height: 100% !important;
      bottom: 0 !important;
      z-index: 2980;
      top: 0;
      max-height: 100% !important; } }
  .floatDiv__header {
    height: 50px;
    padding: 0 4rem 0 1.5rem;
    background: #333333;
    z-index: 6001; }
  .floatDiv__header, .floatDiv__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .floatDiv__button-container {
    width: 45px; }
    .floatDiv__button-container a {
      color: inherit;
      cursor: pointer;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: relative;
      right: -20px; }
    .floatDiv__button-container svg {
      height: 12px;
      width: 12px;
      color: #f9f9f9;
      fill: #f9f9f9;
      cursor: pointer; }
    .floatDiv__button-container .btn-floatDiv-minimize svg {
      vertical-align: top; }
    .floatDiv__button-container .btn-floatDiv-maximize {
      display: none; }
  .floatDiv__title {
    color: #f9f9f9; }

.minimizeDiv {
  bottom: 0 !important;
  height: 55px !important;
  width: 200px !important; }
  .minimizeDiv .btn-floatDiv-minimize,
  .minimizeDiv .btn-floatDiv-close,
  .minimizeDiv .floatDiv__container {
    display: none; }
  .minimizeDiv .btn-floatDiv-maximize {
    display: block; }
  .minimizeDiv .floatDiv__button-container {
    width: 20px; }

@media all and (max-width: 991px) {
  .btn-floatDiv-minimize {
    display: none !important; }
  .floatDiv__button-container {
    width: 20px; } }

/* reset */
body .wc-app, .wc-app button, .wc-app input, .wc-app textarea {
  font-family: "Lato", sans-serif;
  font-size: 14px; }

.wc-app button {
  background-color: #187b9e;
  border: 1px solid #cccccc;
  border-radius: 1px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease; }

.wc-app h1, .wc-app h2, .wc-app h3, .wc-app h4, .wc-app p, .wc-app ul, .wc-app ol {
  margin: 0;
  padding: 0; }

.wc-app audio, .wc-app video {
  display: block; }

/* docking */
.wc-hidden {
  visibility: hidden; }

.wc-header {
  background-color: #187b9e;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ffffff;
  font-weight: 500;
  height: 30px;
  left: 0;
  letter-spacing: 0.5px;
  padding: 8px 8px 0 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none; }

.wc-time {
  color: #999999;
  margin-bottom: 10px; }

.wc-message-groups {
  bottom: 50px;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1.75rem;
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.5, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.5, 1); }
  .wc-message-groups.no-header {
    top: 0; }

.wc-message-group-content {
  overflow: hidden; }

.wc-suggested-actions {
  background-color: #f9f9f9;
  bottom: 50px;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: height 0.2s cubic-bezier(0, 0, 0.5, 1);
  transition: height 0.2s cubic-bezier(0, 0, 0.5, 1); }
  .wc-suggested-actions .wc-hscroll > ul {
    height: 40px;
    padding: 2px 3px; }
    .wc-suggested-actions .wc-hscroll > ul > li {
      display: inline-block;
      margin: 2px;
      max-width: 40%; }
      .wc-suggested-actions .wc-hscroll > ul > li button {
        background-color: #f9f9f9;
        color: #187b9e;
        min-height: 32px;
        overflow: hidden;
        padding: 0 16px;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100%; }
      .wc-suggested-actions .wc-hscroll > ul > li button:focus,
      .wc-suggested-actions .wc-hscroll > ul > li button:hover {
        background-color: #fff;
        border-color: #187b9e;
        color: #187b9e; }
      .wc-suggested-actions .wc-hscroll > ul > li button:active {
        background-color: #187b9e;
        border-color: #187b9e;
        color: #ffffff; }
  .wc-suggested-actions button.scroll {
    background-color: #d2dde5;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 28px; }
  .wc-suggested-actions button.scroll:disabled {
    display: none; }
  .wc-suggested-actions button.scroll:focus,
  .wc-suggested-actions button.scroll:hover {
    background-color: #808c95; }
  .wc-suggested-actions button.scroll svg {
    fill: #ffffff; }
    .wc-suggested-actions button.scroll svg path {
      -webkit-transform: translateY(6px);
      transform: translateY(6px); }
  .wc-suggested-actions button.scroll.previous {
    left: 0; }
  .wc-suggested-actions button.scroll.next {
    right: 0; }

.wc-message-pane.show-actions .wc-message-groups {
  top: 78px;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }

.wc-message-pane.show-actions .wc-suggested-actions {
  height: 40px; }

/* views */
.wc-chatview-panel {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 54px;
  bottom: 0; }

/* messages */
.wc-message-wrapper {
  -webkit-animation: animationFrames 2s;
  animation: animationFrames 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  /*transition: max-height 2s ease-in-out;*/ }

.wc-message.wc-message-from-bot {
  background: url(/empresas/Resources/Eportugal/images/icons/boticon.png) no-repeat 0 0;
  padding-left: 45px; }

.wc-message.wc-message-from-me {
  background: url(/empresas/Resources/Eportugal/images/icons/botuser.png) no-repeat 100% 0;
  padding-right: 45px; }

.wc-message-from-bot .wc-message-callout {
  left: 39px !important; }

.wc-message-from-me .wc-message-callout {
  right: 39px !important; }

.wc-message-from-bot > span {
  margin-left: 45px; }

.wc-message-from-me > span {
  margin-right: 45px; }

@-webkit-keyframes animationFrames {
  0% {
    /*max-height: 0;*/
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    /*max-height: 2000px;*/ } }

@keyframes animationFrames {
  0% {
    /*max-height: 0;*/
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    /*max-height: 2000px;*/ } }

.wc-message {
  position: relative; }

.wc-message-wrapper.carousel .wc-message {
  max-width: none;
  padding-right: 8px; }

.wc-message svg.wc-message-callout {
  height: 22px;
  position: absolute;
  stroke: none;
  top: 12px;
  width: 6px; }

.wc-message-content {
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 12px;
  word-break: break-word; }

.wc-message-content.clickable {
  cursor: pointer; }

.wc-message-content.selected {
  -webkit-box-shadow: 0px 1px 1px 0px #ffa333;
  box-shadow: 0px 1px 1px 0px #ffa333; }

.wc-message-content img {
  max-height: 320px;
  max-width: 100%; }

.wc-message-content .video iframe {
  border: 0; }

.wc-message-content audio, .wc-message-content video {
  max-width: 100%; }

.wc-message-content audio + h1, .wc-message-content video + h1 {
  margin-top: 11px; }

.wc-message-from {
  clear: both;
  color: #767676;
  font-size: 11px;
  margin-top: 5px; }

/* cards */
.wc-card {
  background-color: transparent; }
  .wc-card .non-adaptive-content {
    margin: 12px 12px 0 12px; }
  .wc-card button {
    background-color: #fff;
    color: #187b9e;
    margin-bottom: 1rem;
    min-height: 32px;
    width: 100%;
    padding: 16px;
    border-color: #187b9e;
    white-space: normal !important; }
  .wc-card button:hover {
    background-color: transparent;
    border-color: #187b9e;
    color: #187b9e; }
  .wc-card button:active {
    background-color: #187b9e;
    border-color: #187b9e;
    color: #ffffff; }
  .wc-card.receipt table {
    border-collapse: collapse;
    width: 100%; }
  .wc-card.receipt th, .wc-card.receipt td {
    text-align: right;
    vertical-align: top; }
  .wc-card.receipt th:first-child, .wc-card.receipt td:first-child {
    text-align: left; }
  .wc-card.receipt th {
    color: #808c95;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.75; }
  .wc-card.receipt thead tr:last-child th {
    padding-bottom: 16px; }
  .wc-card.receipt th[colspan="2"] {
    color: inherit;
    font-size: 15px;
    font-weight: 700; }
  .wc-card.receipt td {
    padding: 4px 8px 0 8px; }
  .wc-card.receipt td img {
    float: left;
    margin: 5px 8px 8px 0;
    max-height: 50px;
    max-width: 50px; }
  .wc-card.receipt div.title {
    font-weight: bolder; }
  .wc-card.receipt div.subtitle {
    font-weight: lighter; }
  .wc-card.receipt tbody tr, .wc-card.receipt tfoot tr {
    border-top: 1px solid #d2dde5; }
  .wc-card.receipt tbody tr:first-child, .wc-card.receipt tfoot tr:first-child {
    border-top-width: 2px; }
  .wc-card.receipt tfoot td {
    line-height: 2.25; }
  .wc-card.receipt tfoot .total {
    font-weight: bold; }
  .wc-card.thumbnail img {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100px; }
  .wc-card.signin h1 {
    margin: 10px 24px 16px 14px; }
  .wc-card.error {
    text-align: center; }
    .wc-card.error .error-icon {
      fill: #cccccc;
      height: 56px;
      margin-bottom: 2px;
      margin-top: 20px;
      padding-left: 12px; }
    .wc-card.error .error-text {
      color: #cccccc;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-bottom: 20px;
      text-align: inherit; }

/* alternate chat sizes */
.wc-message {
  max-width: 91%; }

/* adaptive card adjustments from wc-card */
.wc-adaptive-card p {
  margin-left: 0;
  margin-right: 0; }

/* list */
.wc-list > .wc-card {
  margin-top: 8px; }

.wc-list > .wc-card:first-child {
  margin-top: 0; }

/* horizontal scroll */
.wc-hscroll-outer {
  /* allow horizontal scrolling but hide the scrollbar */
  overflow: hidden; }

.wc-hscroll {
  /* allow horizontal scrolling but hide the scrollbar */
  overflow-x: scroll;
  overflow-y: hidden; }

.wc-hscroll > ul {
  white-space: nowrap; }

.wc-hscroll > ul > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

/* carousel */
.wc-carousel {
  position: relative; }
  .wc-carousel button.scroll {
    background-color: #d2dde5;
    height: 28px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 28px; }
  .wc-carousel button.scroll:disabled {
    display: none; }
  .wc-carousel button.scroll:focus,
  .wc-carousel button.scroll:hover {
    background-color: #808c95; }
  .wc-carousel button.scroll svg {
    fill: #ffffff; }
  .wc-carousel button.scroll.previous {
    left: -16px; }
  .wc-carousel button.scroll.next {
    right: -16px; }
  .wc-carousel .wc-hscroll > ul {
    margin-left: -4px; }
  .wc-carousel .wc-hscroll > ul > li {
    padding: 0 4px; }
  .wc-carousel .wc-hscroll > ul > li:last-child {
    padding-right: 0; }
  .wc-carousel li p {
    min-height: 4em;
    white-space: normal; }
  .wc-carousel li .wc-adaptive-card p {
    min-height: initial; }

/* from me */
.wc-message-from-me {
  float: right; }

.wc-message-from-me.wc-message-from {
  text-align: right; }

.wc-message-from-me .wc-message-content {
  background-color: #187b9e;
  color: #ffffff; }

.wc-message-from-me svg.wc-message-callout path {
  fill: #187b9e; }

.wc-message-from-me svg.wc-message-callout path.point-left {
  display: none; }

.wc-message-from-me svg.wc-message-callout {
  right: -6px; }

/* from bot */
.wc-message-from-bot {
  float: left; }

.wc-message-from-bot .wc-message-content {
  background-color: #e3e3e3;
  color: #333333; }

.wc-message-from-bot svg.wc-message-callout path {
  fill: #e3e3e3; }

.wc-message-from-bot svg.wc-message-callout path.point-right {
  display: none; }

.wc-message-from-bot svg.wc-message-callout {
  left: -6px; }

/* console */
.wc-console {
  background: #fff;
  border: 1px solid #dbdee1;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0; }
  .wc-console > .wc-upload,
  .wc-console > .wc-textbox,
  .wc-console > .wc-send,
  .wc-console > .wc-mic {
    position: absolute;
    top: 0;
    vertical-align: middle; }
  .wc-console label, .wc-console button {
    cursor: pointer;
    display: inline-block;
    height: 40px; }
  .wc-console svg {
    fill: #8a8a8a;
    margin: 11px; }
  .wc-console input[type=text],
  .wc-console textarea {
    border: none;
    height: 100%;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%; }
    .wc-console input[type=text]::-webkit-input-placeholder,
    .wc-console textarea::-webkit-input-placeholder {
      font-style: italic;
      text-decoration: underline;
      color: #808080; }
    .wc-console input[type=text]:-ms-input-placeholder,
    .wc-console textarea:-ms-input-placeholder {
      font-style: italic;
      text-decoration: underline;
      color: #808080; }
    .wc-console input[type=text]::placeholder,
    .wc-console textarea::placeholder {
      font-style: italic;
      text-decoration: underline;
      color: #808080; }
  .wc-console.has-text .wc-send svg {
    fill: #187b9e; }
  .wc-console .wc-upload {
    cursor: pointer;
    position: relative; }
    .wc-console .wc-upload svg {
      height: 18px;
      width: 26px; }
  .wc-console #wc-upload-input {
    font-size: 0;
    height: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 0; }
  .wc-console .wc-send {
    right: 0; }
  .wc-console .wc-send.hidden {
    visibility: hidden; }
  .wc-console.has-upload-button .wc-textbox {
    left: 48px; }
  .wc-console .wc-textbox {
    bottom: 0;
    left: 11px;
    right: 49px; }
    .wc-console .wc-textbox input {
      background-color: transparent; }
  .wc-console .wc-mic,
  .wc-console .wc-send {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: 0; }
    .wc-console .wc-mic.hidden,
    .wc-console .wc-send.hidden {
      visibility: hidden; }
  .wc-console .wc-send svg {
    height: 18px;
    width: 27px;
    -webkit-transform: rotateZ(-45deg) scale(0.7);
    transform: rotateZ(-45deg) scale(0.7); }
  .wc-console .wc-mic.active path#micFilling {
    fill: #4e3787; }
  .wc-console .wc-mic.inactive path#micFilling {
    visibility: hidden; }

.wc-console.has-text .wc-send svg {
  fill: #187b9e; }

/* animation */
.wc-typing {
  background-image: url("data:image/gif;base64,R0lGODlhQAAYAPYBAOzv8evu8Ort7+fq7Ons7ujr7eXo6uTn6ebp6+Xn6ebo6uzu8OPm6OTm6OPm5+Tn6N/i4+Ll59/i5N7h4+Hk5uDj5evu7+Hk5d/h49PV18PFx7/BwsfJysXHyMLExdja3Nfa28vNz72/wL7Awc/S08TGyMDCw9TW2NbY2t3g4trd39bZ2szO0M7Q0dnb3djb3Nvd39ve4Nnc3dze4Nrc3t7g4tzf4dXX2d3f4d7h4tnc3tve383P0MrMzs7Q0sjKzNLU1s/R08jKy9DT1NfZ293g4efp68bIyby+v9bZ27q8vdHT1c7R0uvt78nLzM/R0tjb3ens7bO0tbS2t7GztK+xsrW3uK6vsLe4utfa3L/Awtzf4MnLzamqq5WWl66wsbm7vNrd3uXo6a2ur6yurp2en6KjpKusrZ+goKeoqers7urt7peXmIGBgYSEhHx8fJmamqipqnZ2doqLi8XHyY2NjpGSkpOUlJiYmZOTlI+QkJqbm4eIiJucnIuMjP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY0RUJCMDNENkM4MTFFNkI5RENGRDgzMjAyQjU3QzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY0RUJCMDRENkM4MTFFNkI5RENGRDgzMjAyQjU3QzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjRFQkIwMUQ2QzgxMUU2QjlEQ0ZEODMyMDJCNTdDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjRFQkIwMkQ2QzgxMUU2QjlEQ0ZEODMyMDJCNTdDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAUOAAEAIf4YT3B0aW1pemVkIHdpdGggZXpnaWYuY29tACwAAAAAQAAYAAACJoSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+l0AACH5BAUHAAAALD4ACQACAAYAAAIERI5oBQAh+QQFBwAOACwsAAcAFAAJAAAEJRDISZetmJQ9uhcZyClGSY4hYjbHKqYs06ooLLuBPeM6b2u1SgQAIfkEBQcADQAsGAAHACUACQAABlFAgHAYKBqJyKRS+ahMchKnoSBYWq0Mp+rzimEiiUH1SjaCd64VioaTEo5lbA3GvaWjCmpcfnl27TZ4ent8Mmo6KW6EhXSIEGCDi4VZCG+SSUEAIfkEBQcABgAsEQAHABcACQAAB0aAAIKDAoSGh4RELD8sHwkBiJEoIUKVPSAHkJGJQZaWNQSbnJ6VMAOigzI8pDwxp6gCKUOMnhKFsAgvi59GuKkZPhkTBb6BACH5BAUHAAQALA8ABwANAAkAAAYsQICwYAgMj0LWZokSIAedpTSDREmvxaHyyjy2uN2hCqwZVLmqp2DF0bAkzyAAIfkEBRUABQAsDgAHAAoACQAABidAgDBgGAyHH5NoyUAunxuEcANdkqbVJTa7hZ6EkFFVcAx5ShmCMAgAIfkEBQcAAAAsLAAHABAACQAABC0QyClXpZWUwbsOU/AhSWmQGyiOB+Mq3rJ6zosKM22n+d2YqQzvBOOFcMOgJAIAIfkEBQcAAwAsIQAHABsACQAAB0yAAIKDAgGEh4iJKStLGTARBYmShDgoJEyYNBSRk4ouQJiZNQeFnYc5II2hJzMOBKanH6qiDK+wlBlBqxMGhreDE6m0Ub+xjBi9xYKBACH5BAUHAAYALB0ABwAQAAkAAAc+gACCAgoFg4eIGSNKSj0MiIckjJNHB5AAEiaTkzcBkC8im4w8BJ+hoj6lkBqiSC+XAUmnowOwsT8bJSiGl4EAIfkEBQcAAgAsHAAHAAsACQAABy2AAIIGDIOGRVhXijeHVYqPjIIej5QBglKUjweXmYoIkp0ClpyVhghCiRoUhoEAIfkEBRUAAgAsGwAHAAoACQAAByyAAIKCB4ODMlNkijKHY4qPMIJgj49ggpSUAQBXmIqSnRuEVJgMhiWJJQmCgQAh+QQFBwAAACwxAAcADQAJAAAEJRDICQKdgQyktrBS5h0G91WfSXYaWqjrK8rx6LL1cpf8GaY2SQQAIfkEBQcABgAsKwAHABMACQAABzyAAIKDBISGhzwbSB4ZCIeIIouLQI6PgjcmkpI4AZYDJCOak4WWQ1qiJi8Cnh8eqBiel6GbpLEgHIycsYEAIfkEBQcAAgAsKQAHAA0ACQAABzyAAIIBEhQBg4gBXHh1dWUZiQCLjZQriWWUlF2Hghh2mY14A4MVn6B7UYhmoHVSnJ13maiROFdse1YMiYEAIfkEBQcAAwAsDgAHACUACQAAB2OAA4KCBYOGh4iIETBRAI6PIIYNiZSHKWxymVUCkIcmlaAHbpmkcQCVQ6CUUqStKaeJR6qJcK2kdI6zugNltplOjh6IN7uGJr5vB44YngTFgwKYrRuPwR4dAwLPklNzbV4sj4EAIfkEBQcACgAsCwAHACcACQAAB2qAAIKDBAEACoiJiouMiQ4qBYSCLiw/LCsHho2bjF6KhpM9lpY3D4KcnAmMXaGjozECh6izihMFM5Wul5G0vQodBDY8uruyvqhcARVAxDgWxscbjQatrwOnx4mem8EZLUApkdDZClKJPIKBACH5BAUHAAoALAQABwASAAkAAAdCgACCCwEWhoOIiQMRKTQxFQYCioiMMi8fMJAEk5sQKpegjIWTEzqhNhcIo4qlpxSqnBWZroSxpi4zr5KcnTWei5yBACH5BAUHAAYALAAABwAQAAkAAAMRCLrc/rCIEIe9tOKpd/dfqCUAIfkEBRUAAQAsAAAIAAcACAAAAgaEj6nL7VAAIfkEBQcABQAsGwAHAAoACQAABzSAAIICDAODgyxSX1UeDYiLkEoIABJUkJBDADeXkZqci0eUU58ogkBVlxoEgzobVkpLqwCBACH5BAUHAAMALBMABwARAAkAAAdPgACCgwIEhoSIhTJBRx08RBSFiRQvTBoimI8VkoQ4GU4bmKFLMAqTS42iji8RAYgwqCOqQS4Mpz2hmUAxCJMqQ6mrrYmuOShPLSc2Bq6EgQAh+QQFBwAJACwHAAcAGgAJAAAHWIAAgoMBhYaEiImDFTNZRC44FAiHiomMK0A+mTaSlJWCEUVQJySaNzoYDAWfiJIfGUymkBEDrIuusLI1tJ6VDrs3pUMoKhANBLa3W4+lLym8ycqczwer0YEAIfkEBQcACwAsAAAHABYACQAABS4gIAbkaJ5oVF3HIJTpqWJ048bpVKsFjM+7xA03WgV7xOIRmUQ4jKxh0/V0+oghACH5BAUVAAEALAAABwAKAAkAAAIIhI+py+0PYQEAIfkEBQcABQAsJgAHAAwACQAAB0qAAIIEYhQGAYODN1R1bnpXN4iCGV98bZd+ZxmIFx54l6B4SodhYI2gbXZUOQAwSnqoqVMYrSV9sWUbA5NYp7IwiRgaZndmHhWDgQAh+QQFBwAHACwZAAcAGAAJAAAHboAAgoMEhYYBhImJMUMcGyNII0JANQWKimEkHUpVaWlUSkdLOFGXgxIoIY9dZWZnWCYsRBGmgikZPyJSnmhdU1pOJxKIpkW4kLy+kjfDtRWpHlhnvWOwPB8NxMXHVGevyxBqtacgQSFcTsFQtOOBACH5BAUHAAMALAkABwAgAAkAAAdtgACCgwKFhoSIiYoFFWEZPi1PJDczEQSLmIONQCElGyYckZUFmZg2KEwcHkqsPUsfEwYBpYkRMDc8R59gHkJBKzgNh7SCtriqvL2/KQzDxGIpK0FOq0jKsLLPiConLLrXNs3atS6UqDQS2eMAgQAh+QQFBwALACwAAAcAGQAJAAAHUIAAAYNNhIKHiImIDDk6ICoSCQSKlIg1MjcnmRAHk5WKFTErmqQURoafghA0KKStoQKplpCuMRUKsbKqW0S1EQOoshispQa5urtFMxO/x8iBACH5BAUHAAIALAAABwALAAkAAAIJhI+py+3xolwFACH5BAUHAAEALAAACQABAAUAAAIChF0AOw==");
  background-repeat: no-repeat;
  height: 20px;
  width: 64px; }

.wc-animate-scroll {
  left: 0;
  position: absolute;
  -webkit-transition: left .8s ease;
  transition: left .8s ease; }

.wc-animate-scroll-rapid {
  left: 0;
  position: absolute;
  -webkit-transition: left .4s ease;
  transition: left .4s ease; }

.wc-animate-scroll-near {
  left: 0;
  position: absolute;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out; }

/* text formats */
.format-markdown > p {
  margin-bottom: 0px; }

.format-markdown code {
  white-space: pre-wrap; }

.format-markdown + div {
  margin-top: 8px; }

.format-markdown ol {
  padding-left: 30px;
  /* numbers are right-aligned to the period */ }

.format-markdown ul {
  padding-left: 33px; }
  .format-markdown ul li {
    list-style-image: url(/empresas/Resources/Eportugal/images/icons/checked.svg); }

/* browser scrollbar customization */
.wc-app ::-webkit-scrollbar {
  width: 8px; }

.wc-app ::-webkit-scrollbar * {
  background-color: transparent; }

.wc-app ::-webkit-scrollbar-thumb {
  background-color: #dbdee1; }

/* download button for Unknown media */
.wc-icon-download {
  display: inline-block;
  height: 20px;
  margin-left: 8px;
  vertical-align: top;
  width: 12px; }

.wc-text-download {
  display: inline-block;
  font-weight: 500;
  text-decoration: none; }

.wc-message-from-bot a.wc-link-download:link, .wc-message-from-bot a.wc-link-download:visited {
  color: #333333;
  opacity: 1; }
  .wc-message-from-bot a.wc-link-download:link .wc-icon-download, .wc-message-from-bot a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#333333" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-bot a.wc-link-download:hover {
  color: #187b9e;
  opacity: 1; }
  .wc-message-from-bot a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#187b9e" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-bot a.wc-link-download:active {
  color: #187b9e;
  opacity: 0.8; }
  .wc-message-from-bot a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#187b9e" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-me a.wc-link-download:link, .wc-message-from-me a.wc-link-download:visited {
  color: #ffffff;
  opacity: 1; }
  .wc-message-from-me a.wc-link-download:link .wc-icon-download, .wc-message-from-me a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-me a.wc-link-download:hover {
  color: #ffffff;
  opacity: 0.8; }
  .wc-message-from-me a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-me a.wc-link-download:active {
  color: #ffffff;
  opacity: 0.6; }
  .wc-message-from-me a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-content table {
  width: 100% !important; }

.wc-message-content table td {
  width: 32.33% !important;
  font-size: 13px;
  padding: 1% !important; }

.wc-message button[aria-label="Cancelar"],
.wc-message button[aria-label="Recomeçar conversa"],
.wc-message button[aria-label="Cancel"],
.wc-message button[aria-label="Start over conversation"] {
  background-color: #999999;
  color: #fff;
  border: #999999; }

.warning-bot-style-ie {
  font-size: 20px;
  text-align: center;
  margin: 150px 35px;
  line-height: 30px !important; }

.browserComp {
  font-size: 20px;
  text-align: center;
  line-height: 30px !important;
  margin-left: 35px;
  margin-right: 35px; }

#section-page-header {
  min-height: 77px; }
  @media all and (max-width: 991px) {
    #section-page-header {
      min-height: 63px; } }

.page-header__heading {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  letter-spacing: .7px;
  line-height: 1.2; }
  @media all and (max-width: 991px) {
    .page-header__heading {
      font-size: 15px;
      line-height: 20px; } }
  @media all and (max-width: 767px) {
    .page-header__heading {
      font-size: 13px;
      line-height: 20px;
      text-align: center; } }

.page-header__breadcrumb {
  font-size: 11px; }

.page-header__title {
  padding: 2.3rem 4.5rem; }
  .page-header__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 0;
    background-color: #fff;
    z-index: 1; }
    @media all and (max-width: 991px) {
      .page-header__title::before {
        bottom: -1px;
        left: -1px; } }
    @media all and (max-width: 767px) {
      .page-header__title::before {
        display: none; } }

.page-info {
  background-color: #fff;
  margin-bottom: 1.5rem; }
  .page-info .p__wide {
    padding: 3rem;
    padding-right: 40%; }
    @media (max-width: 991px) {
      .page-info .p__wide {
        padding-right: 3rem; } }

.sub-header {
  color: #333333;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px; }

.main-header {
  color: #333333;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px; }

#section-cookies {
  display: none;
  background-color: #333333;
  height: 120px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4000;
  color: #fff; }
  @media all and (max-width: 767px) {
    #section-cookies {
      height: auto; } }
  #section-cookies .row {
    height: 100%; }
  #section-cookies .cookies__left {
    justify-content: flex-end;
    padding: 2rem; }
  #section-cookies .cookies__right {
    justify-content: flex-start; }
    @media all and (max-width: 767px) {
      #section-cookies .cookies__right {
        padding: 2rem;
        padding-top: 0; } }
  #section-cookies .cookies__left, #section-cookies .cookies__right {
    display: flex;
    height: 100%;
    align-items: center; }
    @media all and (max-width: 767px) {
      #section-cookies .cookies__left, #section-cookies .cookies__right {
        height: 50%;
        justify-content: center; } }
  #section-cookies .cookies__link {
    text-decoration: underline;
    color: inherit; }
  #section-cookies .cookies__button {
    text-decoration: none;
    background: #187b9e;
    color: inherit;
    padding: 1rem 2rem; }
    #section-cookies .cookies__button svg {
      color: inherit;
      height: 20px;
      width: 20px; }

.searchColumn {
  position: relative; }

.searchLoading {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.8); }
  .searchLoading img {
    position: fixed;
    top: 45%;
    right: 35%; }

.search-top {
  width: 100%; }

.search-top form {
  margin: 0 auto; }
  .search-top form > * {
    line-height: 18px; }
  @media all and (max-width: 991px) {
    .search-top form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media all and (max-width: 499px) {
    .search-top form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.search-top-field {
  vertical-align: middle; }

.search-top .form-inline {
  display: inline-block; }
  @media all and (max-width: 991px) {
    .search-top .form-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; } }
  @media all and (max-width: 499px) {
    .search-top .form-inline {
      margin-bottom: 2rem; } }

.search-top label {
  font-weight: 400;
  margin: 0; }

.search-top input {
  padding: 5px;
  font-size: 14px; }

.search-top .search-top-btn {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle; }
  @media all and (max-width: 991px) {
    .search-top .search-top-btn {
      display: inline-block !important;
      padding: 0.5rem !important; } }

.search-top .search-top-btn:hover svg {
  color: #187b9e; }

.search-top .icon-search {
  width: 20px;
  height: 20px;
  color: #000; }

.search-top-field input {
  min-width: 290px; }
  .search-top-field input:focus {
    background-color: #f5f5f5; }
  @media all and (max-width: 1360px) {
    .search-top-field input {
      min-width: 200px;
      width: 200px; } }
  @media all and (max-width: 991px) {
    .search-top-field input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

#mobileForm .searchForm .form-inline {
  display: flex;
  justify-content: center !important; }

@media all and (max-width: 991px) {
  #mobileForm .select-template:before {
    right: 60px; } }

.search-form {
  position: relative; }

.box-list-suggestions {
  z-index: 2001;
  position: absolute;
  top: 100%;
  right: 32px;
  background-color: #fff;
  -webkit-transition: all ease-out 350ms;
  transition: all ease-out 350ms;
  -webkit-box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.15); }
  .box-list-suggestions ul {
    padding: 0; }
  .box-list-suggestions ul li {
    display: block;
    color: #333333; }
  .box-list-suggestions ul li a {
    display: block;
    color: #333333;
    font-size: 13px;
    padding: 2px 10px; }
  .box-list-suggestions ul li a:hover {
    text-decoration: none; }
  .box-list-suggestions .listSuggestionsItens li a:hover {
    color: #fff;
    background-color: #18799b; }
  @media all and (max-width: 991px) {
    .box-list-suggestions {
      top: 79px;
      right: 30px; }
      .box-list-suggestions .listSuggestionsItens li a {
        padding: 2px 10px !important;
        justify-content: left !important; } }
  @media all and (max-width: 499px) {
    .box-list-suggestions {
      top: 90px; } }

.list-suggestions-open {
  display: block; }

.search-main-col {
  padding: 46px 0 100px 0; }
  .search-main-col .service__heading {
    margin-top: 0; }

.search-result {
  font-size: 16px;
  color: #808080;
  padding-top: 8px;
  display: block; }
  .search-result .search-result-num {
    color: #187b9e;
    font-weight: 900;
    font-size: 18px;
    padding-right: 5px; }
  .search-result .search-result-text span {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 5px;
    color: #333333; }

.search-list .search-all-type {
  font-size: 14px;
  font-weight: normal;
  color: #999999; }

.search-list .search-list-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px; }

.search-list .search-item {
  padding-top: 1rem;
  padding-bottom: 20px;
  border-top: 1px solid #eee; }
  .search-list .search-item .search-item-title a,
  .search-list .search-item .search-item-title {
    font-size: 14px;
    font-weight: 900;
    color: #187b9e; }
  .search-list .search-item .search-item-title-no-larch-item {
    padding-top: 1rem;
    padding-bottom: 20px;
    border-top: 1px solid #eee; }
    .search-list .search-item .search-item-title-no-larch-item .search-item-title a,
    .search-list .search-item .search-item-title-no-larch-item .search-item-title {
      font-size: 14px;
      font-weight: 900;
      color: #187b9e; }
    .search-list .search-item .search-item-title-no-larch-item .search-item-title-no-link {
      font-size: 14px;
      font-weight: 900;
      color: #333333; }
    .search-list .search-item .search-item-title-no-larch-item-description {
      font-weight: 400; }

.search-list .search-item:first-child {
  border-top: none; }

.search-list .search-item-links a {
  text-decoration: underline;
  border-left: 1px solid #187b9e;
  padding: 0 5px;
  color: #187b9e; }

.search-list .search-item-links a:first-child {
  border-left: none;
  padding-left: 0; }

.search-list .search-item-link-title {
  font-weight: 900;
  color: #187b9e;
  padding-right: 5px; }

.search-list .search-item-img {
  width: 100%;
  height: 100px;
  overflow: hidden; }
  .search-list .search-item-img img {
    max-width: 90%; }

.search-list .search-item-info {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px; }

.search-list .search-item-tags .tag {
  background-color: #e6e6e6;
  color: #999999;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 10px;
  font-size: 11px; }

.search-list .search-item-local .nav__icon {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.search-list .search-item-local a {
  display: inline-block;
  vertical-align: middle; }

.search-list .news-Title {
  margin-top: 10px; }

.search-list .item-news {
  overflow: hidden; }

.search-list .item-promoted {
  vertical-align: middle;
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-right: 5px; }

.search-list .item-promoted svg {
  width: 21px;
  height: 21px; }

.search-list .search-item-local-phone,
.search-list .search-item-local-email, .search-list ´
.search-item-local-url,
.search-list .search-item-local-available,
.search-list .search-item-local-availableText {
  display: inline-block;
  line-height: 23px;
  vertical-align: middle; }

.filter:before, .filter:after {
  content: '';
  display: table; }

.filter:after {
  clear: both; }

@media all and (max-width: 991px) {
  .filter {
    background-color: #f5f5f5;
    margin: 0 15px;
    display: none; }
    .filter.show-filter {
      display: block; } }

.filter-control {
  background-color: #f5f5f5;
  margin: 20px 15px 0;
  position: relative;
  min-height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  display: none; }
  @media all and (max-width: 991px) {
    .filter-control {
      display: block !important; } }
  .filter-control .nav__icon {
    width: 22px;
    height: 22px;
    margin: 0 10px;
    vertical-align: middle; }

.filter-control:before {
  position: absolute;
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  top: 20px;
  right: 20px;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.filter-box-title {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  float: left;
  width: 100%; }

.filter-box {
  clear: both; }

.filter-box div.collapse[aria-expanded="false"] {
  display: block;
  overflow: hidden; }

.filter-box .button {
  margin-bottom: 15px;
  background-color: #fff;
  display: inline-block; }

.filter-box .button[aria-expanded="true"] .more,
.filter-box .button[aria-expanded="false"] .less {
  display: block; }

.filter-box .button[aria-expanded="true"] .less,
.filter-box .button[aria-expanded="false"] .more {
  display: none; }

.clean-filter {
  display: block;
  padding: 1.5em 30px;
  font-size: 14px; }

div.checkbox-card .form-group {
  padding: 0 0 20px 40px;
  position: relative;
  margin: 0; }

div.checkbox-card .form-group input {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 10;
  opacity: 0; }

div.checkbox-card .form-group:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 1px solid #cccccc;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1; }

div.checkbox-card.selected .form-group:before {
  border: 3px solid #187b9e; }

div.checkbox-card.selected .form-group:after {
  width: 9px;
  height: 15px;
  border: 3px solid #187b9e;
  border-left: none;
  border-top: none;
  content: " ";
  position: absolute;
  left: 8px;
  top: 2px;
  -webkit-transform: rotatez(45deg);
  transform: rotatez(45deg);
  cursor: pointer;
  z-index: 3; }

@media all and (max-width: 991px) {
  .filter .filter-item,
  .filter-box div.collapse[aria-expanded="false"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .filter .filter-item > .filter-level {
    width: 30%;
    margin-right: 1%;
    padding-left: 0 !important; }
  div.filter-box .button {
    display: none !important; }
  .filter .serviceboxed {
    border-left: none;
    border-right: none;
    border-top: none; } }

.button--secondary-selected {
  -webkit-box-shadow: inset 20em 0 0 0 #187b9e;
  box-shadow: inset 20em 0 0 0 #187b9e;
  color: #fff; }

c0 {
  font-weight: 900; }

.button--secondary:hover,
.button--secondary:focus {
  -webkit-box-shadow: inset 20em 0 0 0 #187b9e;
  box-shadow: inset 20em 0 0 0 #187b9e; }

.filter-level {
  display: block; }

.filter .serviceboxed {
  display: block;
  margin-top: 1.4rem;
  padding: 2.5rem 3rem 1.25rem 3rem;
  margin: 2rem 0; }

.cat-btn .btn {
  font-size: 13px;
  display: inline-block; }

.control-filter .control-filter-item {
  background-color: #e6e6e6;
  color: #999999;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 10px;
  font-size: 11px;
  cursor: pointer;
  margin-bottom: 5px; }
  .control-filter .control-filter-item .nav__icon {
    width: 12px;
    height: 12px;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle; }

@media all and (max-width: 767px) {
  .filter-level {
    width: 100% !important; } }

.btn__filter--apply {
  background-color: #187b9e;
  color: #fff;
  padding: 10px 12px;
  margin: 1rem 3rem 0;
  text-transform: uppercase;
  border: 0;
  border-radius: 0; }
  .btn__filter--apply::after {
    background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 22.36 14.23"><defs><style>.cls-1{fill:white}</style></defs><path class="cls-1" d="M19.55 7.71H2.21a.6.6 0 0 1-.6-.6.59.59 0 0 1 .6-.59h17.34a.59.59 0 0 1 .6.59.6.6 0 0 1-.6.6z"/><path class="cls-1" d="M13.45 13.66a.6.6 0 0 1-.39-1l6.19-5.51-6.19-5.5a.6.6 0 1 1 .79-.89l6.69 6a.57.57 0 0 1 .2.44.59.59 0 0 1-.2.45l-6.69 6a.62.62 0 0 1-.4.01z"/></svg>') no-repeat;
    height: 11px;
    width: 17px;
    display: inline-block;
    content: " ";
    margin-left: 7px; }
  .btn__filter--apply:focus, .btn__filter--apply:hover {
    opacity: .9 !important;
    color: #fff !important;
    background-color: #187b9e !important;
    border-color: initial !important; }

.btn-now:focus,
.btn-now:hover {
  opacity: .9 !important;
  color: #fff !important;
  background-color: #187b9e !important;
  border-color: initial !important; }

.popover-content {
  width: 100%; }

/* -------------------------------- 

Main Components 

-------------------------------- */
.navigation__background.navigation__background--full {
  top: 121px;
  left: 0; }

.cd-secondary-dropdown > li > a {
  color: #333333;
  font-size: 14px;
  pointer-events: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }
  .cd-secondary-dropdown > li > a::after, .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none; }
  .cd-secondary-dropdown > li > a svg {
    height: 12px;
    width: auto;
    color: inherit; }

.cd-dropdown-trigger {
  display: block;
  position: relative;
  line-height: 40px;
  background-color: transparent; }
  @media only screen and (min-width: 992px) {
    .cd-dropdown-trigger {
      font-size: 16px; }
      .cd-dropdown-trigger.dropdown-is-active {
        background-color: transparent; }
        .cd-dropdown-trigger.dropdown-is-active span {
          background-color: transparent; }
        .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
          background-color: transparent; } }

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px; }
  @media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 60px;
      line-height: 60px; } }
  @media only screen and (min-width: 992px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 50px;
      line-height: 50px; } }

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 1rem 0 5rem; }

.cd-dropdown {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  color: #333333;
  visibility: hidden; }
  .cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1; }
  .cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: #333333; }
    .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
      /* this is the 'X' icon */
      content: "";
      position: absolute;
      height: 20px;
      width: 2px;
      background-color: #fff; }
  .cd-dropdown-header {
    height: 50px;
    line-height: 50px;
    background-color: #333333;
    position: relative;
    z-index: 1500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 5rem; }
    .cd-dropdown-header__container {
      padding: 0.5rem; }
      @media all and (max-width: 991px) {
        .cd-dropdown-header__container {
          padding: 0;
          width: 90%; } }
      @media all and (max-width: 499px) {
        .cd-dropdown-header__container {
          width: 99%; } }
      .cd-dropdown-header__container a {
        padding-right: 2rem; }
  .cd-dropdown.dropdown-is-active {
    visibility: visible; }
  @media only screen and (min-width: 992px) {
    .cd-dropdown {
      position: fixed;
      top: 121px;
      /* reset style*/
      height: calc(100vh - 121px);
      width: 100%;
      overflow-y: auto;
      background-color: #f9f9f9;
      opacity: 0; }
      .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto; }
      .cd-dropdown h2,
      .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none; }
      .cd-dropdown.dropdown-is-active {
        opacity: 1; } }

.cd-dropdown__dockbar {
  top: 48px; }
  @media only screen and (min-width: 768px) {
    .cd-dropdown__dockbar {
      top: 143px; } }
  @media only screen and (min-width: 992px) {
    .cd-dropdown__dockbar {
      top: 243px !important;
      /* reset style*/
      height: calc(100vh - 243px) !important; } }

.cd-dropdown-content li.has-children {
  position: static; }
  @media only screen and (min-width: 992px) {
    .cd-dropdown-content li.has-children {
      position: relative; } }

.cd-dropdown-content,
.cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
  background: #f9f9f9; }
  .cd-dropdown-content li:hover > a,
  .cd-dropdown-content ul li:hover > a {
    color: #cccccc;
    text-decoration: none;
    font-weight: 600;
    background-color: #333333; }
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    display: block;
    color: #333333;
    font-weight: 400;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    display: flex;
    align-items: center; }
  .cd-dropdown-content .cd-divider + li > a,
  .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0; }
  .cd-dropdown-content a,
  .cd-dropdown-content .cd-search,
  .cd-dropdown-content .cd-divider,
  .cd-dropdown-content ul a,
  .cd-dropdown-content ul .cd-search,
  .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */ }
  .cd-dropdown-content.is-hidden,
  .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */ }
  .cd-dropdown-content.is-hidden > li > a,
  .cd-dropdown-content.is-hidden > li > .cd-search,
  .cd-dropdown-content.is-hidden > .cd-divider,
  .cd-dropdown-content.move-out > li > a,
  .cd-dropdown-content.move-out > li > .cd-search,
  .cd-dropdown-content.move-out > .cd-divider,
  .cd-dropdown-content ul.is-hidden > li > a,
  .cd-dropdown-content ul.is-hidden > li > .cd-search,
  .cd-dropdown-content ul.is-hidden > .cd-divider,
  .cd-dropdown-content ul.move-out > li > a,
  .cd-dropdown-content ul.move-out > li > .cd-search,
  .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0; }
  .cd-dropdown-content.move-out > li > a,
  .cd-dropdown-content.move-out > li > .cd-search,
  .cd-dropdown-content.move-out > .cd-divider,
  .cd-dropdown-content ul.move-out > li > a,
  .cd-dropdown-content ul.move-out > li > .cd-search,
  .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */ }
  .dropdown-is-active .cd-dropdown-content, .dropdown-is-active
  .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
      padding-top: 60px; }
      .cd-dropdown-content a,
      .cd-dropdown-content ul a {
        font-size: 1.8rem; } }
  @media only screen and (min-width: 992px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
      padding-top: 0;
      overflow: visible; }
      .cd-dropdown-content a,
      .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
        cursor: pointer; }
      .cd-dropdown-content .cd-divider,
      .cd-dropdown-content ul .cd-divider {
        background-color: transparent; }
      .cd-dropdown-content .cd-divider + li > a,
      .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
        cursor: pointer; }
      .cd-dropdown-content.is-hidden > li > a,
      .cd-dropdown-content.is-hidden > li > .cd-search,
      .cd-dropdown-content.is-hidden > .cd-divider,
      .cd-dropdown-content.move-out > li > a,
      .cd-dropdown-content.move-out > li > .cd-search,
      .cd-dropdown-content.move-out > .cd-divider,
      .cd-dropdown-content ul.is-hidden > li > a,
      .cd-dropdown-content ul.is-hidden > li > .cd-search,
      .cd-dropdown-content ul.is-hidden > .cd-divider,
      .cd-dropdown-content ul.move-out > li > a,
      .cd-dropdown-content ul.move-out > li > .cd-search,
      .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1; } }

.cd-dropdown-content {
  padding: 0 0 0 8%;
  margin-top: 50px;
  border-right: 1px solid #e6e6e6; }
  @media all and (max-width: 991px) {
    .cd-dropdown-content {
      margin-top: 70px;
      padding: 0 30% 0 30%;
      height: calc(100vh - 70px); } }
  @media all and (max-width: 767px) {
    .cd-dropdown-content {
      padding: 0 15%; } }
  .cd-dropdown-content .see-all a {
    /* different style for the See all links */ }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px; }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
      /* truncate text with ellipsis if too long */
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
      font-size: 1.3rem;
      /* hide description on small devices */
      display: none; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
      /* item icon */
      content: "";
      display: block;
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 40px 40px; }
  @media only screen and (min-width: 992px) {
    .cd-dropdown-content {
      /* reset mobile style */
      position: static;
      height: auto;
      width: 430px; }
      .cd-dropdown-content > li:last-of-type a {
        border-bottom: none; }
      .no-touch .cd-dropdown-content > li a:hover {
        color: #333333;
        background-color: #cccccc;
        text-decoration: none;
        font-weight: 600; }
      .cd-dropdown-content.move-out > li > a,
      .cd-dropdown-content.move-out > li > .cd-search,
      .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1; }
      .cd-dropdown-content .cd-secondary-dropdown,
      .cd-dropdown-content .cd-dropdown-gallery,
      .cd-dropdown-content .cd-dropdown-icons {
        left: 100%;
        height: auto;
        background-color: #f9f9f9; }
        .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left
        .cd-dropdown-content .cd-dropdown-gallery, .open-to-left
        .cd-dropdown-content .cd-dropdown-icons {
          /* use the .open-to-left class if you want to open the dropdown on the left */
          left: auto;
          right: 100%; }
        .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
        .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
        .cd-dropdown-content .cd-dropdown-icons.is-hidden {
          /* reset mobile style */ }
        .cd-dropdown-content .cd-secondary-dropdown.fade-in,
        .cd-dropdown-content .cd-dropdown-gallery.fade-in,
        .cd-dropdown-content .cd-dropdown-icons.fade-in {
          /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */ }
        .cd-dropdown-content .cd-secondary-dropdown.fade-out,
        .cd-dropdown-content .cd-dropdown-gallery.fade-out,
        .cd-dropdown-content .cd-dropdown-icons.fade-out {
          /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */ }
        .cd-dropdown-content .cd-secondary-dropdown > .go-back,
        .cd-dropdown-content .cd-dropdown-gallery > .go-back,
        .cd-dropdown-content .cd-dropdown-icons > .go-back {
          display: none; }
        .cd-dropdown-content .cd-secondary-dropdown > .see-all,
        .cd-dropdown-content .cd-dropdown-gallery > .see-all,
        .cd-dropdown-content .cd-dropdown-icons > .see-all {
          position: absolute;
          bottom: 20px;
          height: 45px;
          text-align: center; }
          .cd-dropdown-content .cd-secondary-dropdown > .see-all a,
          .cd-dropdown-content .cd-dropdown-gallery > .see-all a,
          .cd-dropdown-content .cd-dropdown-icons > .see-all a {
            margin: 0;
            height: 100%;
            line-height: 45px;
            background: #333333;
            pointer-events: auto; }
            .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch
            .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch
            .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
              color: yellow; }
        .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
        .cd-dropdown-content .cd-secondary-dropdown a,
        .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
        .cd-dropdown-content .cd-dropdown-gallery a,
        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
        .cd-dropdown-content .cd-dropdown-icons a {
          border: none; }
      .cd-dropdown-content .cd-secondary-dropdown {
        left: 101%;
        min-height: 170px;
        padding: 0 0 0 30px !important; }
      .cd-dropdown-content .cd-dropdown-gallery,
      .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px; }
        .cd-dropdown-content .cd-dropdown-gallery > .see-all,
        .cd-dropdown-content .cd-dropdown-icons > .see-all {
          width: calc(100% - 60px); }
      .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 250px;
        padding: 0;
        height: 100%;
        padding: 15% 100px; }
        .cd-dropdown-content .cd-secondary-dropdown > li > a {
          color: #333333;
          font-size: 14px;
          pointer-events: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          cursor: pointer; }
          .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
            /* hide the arrow */
            display: none; }
          .cd-dropdown-content .cd-secondary-dropdown > li > a svg {
            height: 12px;
            width: auto;
            color: inherit; }
        .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
          /* reset mobile style */ }
        .cd-dropdown-content .cd-secondary-dropdown > li {
          float: left;
          width: 100%;
          height: auto;
          cursor: pointer; }
          .cd-dropdown-content .cd-secondary-dropdown > li:hover > a {
            color: #333333;
            font-weight: 600; }
            .cd-dropdown-content .cd-secondary-dropdown > li:hover > a > svg {
              height: 13px; }
        .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
          border-right-width: 0; }
        .cd-dropdown-content .cd-secondary-dropdown > li > ul {
          /* reset mobile style */
          position: relative;
          height: auto; }
          .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
            display: none; }
        .cd-dropdown-content .cd-secondary-dropdown a {
          color: #333333;
          font-size: 14px;
          padding: 20px;
          line-height: 10px; }
          .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
            color: #333333;
            background: #cccccc; }
        .cd-dropdown-content .cd-secondary-dropdown ul {
          padding-bottom: 25px;
          overflow: hidden;
          height: auto; }
        .cd-dropdown-content .cd-secondary-dropdown .go-back a {
          padding-left: 20px;
          color: transparent; }
          .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
            color: transparent; }
          .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
            left: 0;
            background-color: #333; }
        .cd-dropdown-content .cd-secondary-dropdown .see-all {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
      .cd-dropdown-content .cd-dropdown-icons {
        width: 600px; }
        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
          height: 80px;
          line-height: 1.2;
          padding: 24px 0 0 85px; }
          .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
            background: purple; }
          .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
            font-weight: bold; }
          .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
            display: block;
            font-size: 1.2rem; }
          .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
            left: 25px; }
      .cd-dropdown-content > .has-children > ul {
        visibility: hidden; }
      .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible; }
      .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible; }
      .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        color: #333333;
        background-color: #cccccc; }
        .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
          background: #cccccc; }
      .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        -webkit-box-shadow: inset -2px 0 0 green;
        box-shadow: inset -2px 0 0 green; } }

@media all and (max-width: 991px) {
  .cd-dropdown-content__responsive.cd-dropdown-content {
    height: calc(100vh - 150px); } }

@media all and (max-width: 767px) {
  .cd-dropdown-content__responsive.cd-dropdown-content {
    height: calc(100vh - 210px); } }

@media all and (max-width: 991px) {
  .cd-dropdown-content__responsive {
    margin-top: 130px; } }

@media all and (max-width: 767px) {
  .cd-dropdown-content__responsive {
    margin-top: 180px; } }

.has-children > a,
.go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 9px;
    background: #333333 !important; }
  @media only screen and (min-width: 992px) {
    .has-children > a::before, .has-children > a::after,
    .go-back a::before,
    .go-back a::after {
      background: #333333; } }

.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px; }

@media only screen and (min-width: 992px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-right: 20px; }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
      right: auto;
      left: 20px; } }

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px; }

.cd-main-content {
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2; }

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1; }

.no-js .cd-dropdown-wrapper .cd-close {
  display: none; }

.navigation__background {
  display: none;
  height: 4rem;
  width: 4rem;
  top: 84px;
  left: -4rem;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 2001;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: top;
  transform-origin: top; }

.navigation__background--full {
  display: block;
  height: calc(100vh - 121px);
  width: 100vw; }

.navigation__icon {
  position: relative;
  margin-top: 3.5rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: grey;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .navigation__icon::before {
    top: -0.8rem; }
  .navigation__icon::after {
    top: 0.8rem; }

.menu-toggle {
  position: relative;
  display: block;
  width: 33px;
  height: 23px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #333333 !important;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  @media all and (max-width: 767px) {
    .menu-toggle {
      width: 22px;
      height: 16px; } }

.menu-toggle:hover {
  color: #595959 !important; }

.menu-toggle.is-active {
  border-color: transparent; }
  .menu-toggle.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .menu-toggle.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

@media all and (max-width: 991px) {
  .cd-secondary-dropdown li {
    padding: 0 20%; } }

.cd-secondary-dropdown a {
  padding: 0 20%;
  cursor: pointer; }

.cd-secondary-dropdown .go-back a {
  position: relative;
  margin-bottom: 2rem !important; }
  .cd-secondary-dropdown .go-back a::before, .cd-secondary-dropdown .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 9px;
    background: #333333 !important; }
  @media only screen and (min-width: 992px) {
    .cd-secondary-dropdown .go-back a::before, .cd-secondary-dropdown .go-back a::after {
      background: #333333; } }

.menu-opened {
  overflow: hidden !important; }

.menu-nav__language {
  text-transform: uppercase;
  border: none;
  cursor: pointer; }

.cd-dropdown-wrapper {
  position: relative; }

.cd-dropdown-title {
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 11px; }
  @media all and (max-width: 991px) {
    .cd-dropdown-title {
      display: none; } }
      
      
/*.active, .active .number {
    background: #FFD261 !important;
}*/

#step-bar .step {
    background: transparent;
    width: 32%;
    position: relative;
    left: 0;
}
