@media (min-width: 991px){
	.img-about{
		clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
	}
}
.heading-footer{
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
#cookie-law-info-bar, .cli-modal-dialog{
	font-family: 'PT Sans', sans-serif !important;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  z-index: 100;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 24px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 17px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 25px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: transparent;
}

.paragraph, .panel-politica p{
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.linha {
  width: 33.333333333333336%;
  height: 1px;
  float: right;
  clear: left;
  background-color: #b6b6b6;
}

.link-2 {
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
  color: #858585;
  text-decoration: none;
}

.panel-areas {
  height: 100%;
  padding: 75px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-areas.team {
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 109, 138, 0.88)), to(#1f2530)), url('images/slide_2_bw.jpg');
  background-image: linear-gradient(180deg, rgba(96, 109, 138, 0.88), #1f2530), url('images/slide_2_bw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.panel-areas.practice--areas {
  background-color: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.9)), to(#1f2530)), url('images/pratice_bg.png');
  background-image: linear-gradient(180deg, rgba(43, 43, 43, 0.9), #1f2530), url('images/pratice_bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.panel-areas.noticias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-image.img1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), color-stop(35%, transparent)), url('images/1_1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent 35%), url('images/1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-image.img2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), color-stop(35%, transparent)), url('images/12.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent 35%), url('images/12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #7185b1;
  border-bottom: 5px solid #7185b1;
  background-image: linear-gradient(6deg, #e7e7e7, #fff);
  background-position: 0px 0px;
}

.brand-link {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-left: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 11px -5px #838383;
}

.melted {
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.melted:hover {
  opacity: 0.5;
}

.melted.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.bottom-bubble {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #36526e;
}

.nav-link-4 {
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 400;
}

.nav-link-4:hover {
  color: hsla(0, 0%, 100%, 0.48);
}

.nav-link-4.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #fff;
  color: #fff;
  font-weight: 800;
}

.nav-top-text {
  display: block;
  padding: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-top-text.text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #36526e;
  border-radius: 6px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #36526e;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.nav-top-text.text2:hover {
  background-color: #36526e;
  opacity: 0.77;
  color: #fff;
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #36526e;
}

.nav-menu-2 {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #36526e;
  text-align: center;
}

.middle-bubble {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #36526e;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-5 {
  margin: 25px auto 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgba(56, 152, 236, 0);
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.button-5:hover {
  border: 1px none #36526e;
  background-color: #36526e;
  color: #fff;
}

.botao-branco {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.client-name {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.testemonials {
  height: auto;
  padding: 50px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 109, 138, 0.88)), to(rgba(97, 109, 138, 0.88))), url('images/slide_2_bw.jpg');
  background-image: linear-gradient(180deg, rgba(97, 109, 138, 0.88), rgba(97, 109, 138, 0.88)), url('images/slide_2_bw.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.client-company {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.testimonial {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.testimonial-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.slidenav {
  display: none;
  font-size: 10px;
}

.invisible {
  opacity: 0;
}

.contact-text {
  width: 100%;
  float: left;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.contact-text.branco {
  color: #fff;
  line-height: 30px;
}

.success-message-2 {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
  float: left;
}

.field {
  margin-bottom: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #000;
  font-family: 'PT Sans', sans-serif;
  color: #323232;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.brand-2 {
  padding-top: 17px;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #36526e;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-footertext-2 {
  display: inline-block;
  padding-left: 1px;
  color: #7c7c7c;
  font-size: 10px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.footer-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  font-size: 11px;
  line-height: 16px;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-social-link:hover {
  background-color: rgba(0, 0, 0, 0.08);
  opacity: 0.5;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-6 {
  height: 100%;
  padding: 50px;
}

.titulos-geral {
  width: 33.333333333333336%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'PT Serif', serif;
  color: #36526e;
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
}

.titulos-geral.branco {
  color: #fff;
}

.titulos-geral.contatos {
  width: 100%;
  padding-left: 0px;
  text-align: left;
}

.text-block {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.section-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 5px solid #7185b1;
  border-bottom: 5px solid #7185b1;
}

.div-block-43 {
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5974 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 125px;
}

.button-6 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  background-color: #36526e;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.button-6:hover {
  opacity: 0.8;
}

.button-6:focus {
  background-color: #202a35;
  color: #fff;
}

.image-31 {
  margin-top: 15px;
  margin-right: 10px;
  float: left;
}

.paragraph-geral {
  font-family: 'PT Sans', sans-serif;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph-geral.branco {
  margin-right: 20px;
  color: #979797;
  text-align: left;
}

.colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.colunas-contatos {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brandlink-1 {
  z-index: 999;
  display: inline-block;
  width: 250px;
  height: 105px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('images/alexandraponte.png');
  background-position: 0% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
}

.titulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulos.testimonials {
  width: 100%;
}

.titulos.contatos {
  width: 80%;
}

.titulos.privacidade {
  width: 100%;
}

.lista-servicos {
  width: 65%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #686868;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.columns-20:hover {
  opacity: 0.48;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.icons-areas {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.coluna-geral-about {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.coluna-texto {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.img-about {
  height: 100%;
  background-image: url('images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5978 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitulo-about {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 2px 0px 2px 20px;
  font-family: 'PT Serif', serif;
  color: #575757;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-right: 1px solid #b6b6b6;
}

.column-about.responsive {
  padding-right: 30px;
  padding-left: 30px;
}

.column-about.responsive.sem-linha {
  border-right-style: none;
}

.title-azul {
  width: 100%;
  margin-top: 20px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  font-family: 'PT Serif', serif;
  color: #7185b1;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.title-branco {
  width: 100%;
  margin-top: 20px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  font-family: 'PT Serif', serif;
  color: #7185b1;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.item-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.saber-mais-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}

.lightbox-in-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(52, 18, 73, 0);
}

.coluna-portfolio {
  height: 200px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.item-bg {
  width: 100%;
  height: 100%;
}

.item-bg._2 {
  background-image: url('images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._1 {
  background-image: url('images/1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._3 {
  background-image: url('images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._4 {
  background-image: url('images/12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._5 {
  background-image: url('images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._6 {
  background-image: url('images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._7 {
  background-image: url('images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg._8 {
  background-image: url('images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.24);
}

.slide-testemunhos {
  width: 33.333333333333336%;
  height: 100%;
}

.mask {
  height: 100%;
}

.testimonial-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 25px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text.sem-linha {
  border-right-style: none;
}

.container-slide {
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colunas-responsive {
  display: none;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5981 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-equipa {
  width: 50%;
  height: 500px;
  padding: 0px;
  background-color: transparent;
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tab-equipa:hover {
  opacity: 1;
}

.tab-equipa.w--current {
  width: 33.333333333333336%;
  height: 500px;
}

.tab-equipa._1 {
  background-image: url('images/dra_bw.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-right: -4px;
}

.tab-equipa._1.w--current {
  width: 50%;
  background-image: url('images/dra_cores.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.tab-equipa._3 {
  background-image: url('images/dr_bw.png');
  background-position: 50% 0%;
  background-size: cover;
}

.tab-equipa._3.w--current {
  width: 50%;
  background-image: url('images/dr_cores.jpg');
  opacity: 1;
}

.text-block-2 {
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.tabs-menu {
  width: 80%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5982 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  display: none;
}

.tabs-content {
  margin-top: 50px;
}

.tab-pane-tab-1 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.nomes {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 30px;
}

.nomes._1 {
  text-align: left;
}

.nomes.assistente {
  padding-right: 0px;
  font-size: 20px;
  line-height: 30px;
}

.nomes.noticia {
  color: #36526e;
}

.cargo {
  width: 100%;
  margin-top: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  font-family: 'PT Serif', serif;
  color: #999;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.titulos-equipa {
  margin-top: 35px;
  padding: 15px 15px 15px 0px;
  border-top: 1px solid #fff;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.nr {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}

.colunas-equipa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.coluna-data {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right: 1px solid #fff;
}

.coluna-data._1 {
  display: none;
}

.coluna-texto-equipa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-equipa {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.div-cv {
  display: none;
  padding: 10px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.div-cv:hover {
  opacity: 0.5;
}

.texto-cv {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.lista-equipa-responsive {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.conteudo-equipa-responsive {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 5px;
}

.div-cv-responsive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.nomes-responsive {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 30px;
}

.cargo-responsive {
  width: 100%;
  margin-top: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  font-family: 'PT Serif', serif;
  color: #999;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.coluna-data-responsive {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right: 1px solid #fff;
}

.titulos-equipa-responsive {
  margin-top: 35px;
  padding: 15px 15px 15px 0px;
  border-top: 1px solid #fff;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.div-block-5983 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.colunas-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texto-experiencia {
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.politica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

.administrativa {
  width: 80%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.titulos-administrativa {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px 10px 0px;
  border-top: 1px solid #fff;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.image-36 {
  min-width: 14%;
}

.div-block-5987 {
  display: inline-block;
  width: 86%;
  padding-left: 30px;
  float: right;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('images/fundo_404.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content-2 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-4 {
  font-family: 'PT Sans', sans-serif;
  color: #36526e;
  font-size: 35px;
  font-weight: 600;
}

.text-block-3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-contactos {
  margin: 25px auto 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.button-contactos:hover {
  background-color: #fff;
  color: #36526e;
}

.panel-politica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 163px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #7185b1;
  border-bottom: 5px solid #7185b1;
  background-image: linear-gradient(6deg, #e7e7e7, #fff);
  background-position: 0px 0px;
}

.container-privacidade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-2.list {
  width: 100%;
}

.data-2 {
  display: block;
  margin: 10px 20px 0px;
  font-family: 'PT Serif', serif;
  color: #999;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-noticia {
  padding-bottom: 10px;
  background-color: #ebebeb;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.23);
  text-decoration: none;
  margin-bottom: 15px;
}

.title-azul-noticias {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  font-family: 'PT Serif', serif;
  color: #7185b1;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
}

.botao-azul {
  border-color: #36526e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #36526e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagination {
  margin-top: 15px;
  margin-right: 25px;
  float: right;
  font-family: 'PT Serif', serif;
}

.pag-number, .page-numbers {
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.pag-number:hover, .page-numbers:hover {
  opacity: 0.6;
}

.pag-number.current-page, .page-numbers.current {
  color: #7185b1;
  font-weight: 600;
}

.img-noticia {
  display: block;
  max-height: 500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.data-noticia {
  width: 100%;
  margin-top: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  font-family: 'PT Serif', serif;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.voltar {
  display: block;
  width: auto;
  margin-bottom: 25px;
  float: left;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.voltar:hover {
  opacity: 0.5;
}

.image-7 {
  margin-right: 15px;
}

.titulo-15-rosa {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #36526e;
  font-size: 13px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.columns-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="hover-menu"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .panel {
    height: 50vh;
    margin-top: 0px;
  }

  .left-arrow {
    z-index: 100;
  }

  .right-arrow {
    z-index: 100;
  }

  .linha {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .panel-areas {
    padding-right: 50px;
    padding-left: 50px;
  }

  .panel-areas.team {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .panel-areas.practice--areas {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .panel-areas.noticias {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .panel-presentation {
    padding-top: 25px;
  }

  .brand-link {
    display: block;
  }

  .nav-top-text {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
  }

  .nav-top-text.text2 {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    border-color: #fff;
    color: #fff;
    text-align: center;
  }

  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testemonials {
    padding-right: 50px;
    padding-left: 50px;
  }

  .contact-text {
    text-align: center;
  }

  .contact-text.branco.assistente {
    text-align: left;
  }

  .contact-form-column {
    margin-top: 50px;
  }

  .contact-info-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav {
    display: none;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .right-footertext-2 {
    text-align: right;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .footer-social {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    padding-top: 40px;
  }

  .section-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .titulos-geral {
    font-size: 30px;
  }

  .titulos-geral.contatos {
    text-align: center;
  }

  .section-gallery {
    padding: 25px 50px;
  }

  .div-block-43 {
    width: 100%;
  }

  .div-block-5974 {
    margin-top: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-31 {
    display: none;
  }

  .paragraph-geral {
    text-align: center;
  }

  .colunas {
    display: none;
  }

  .colunas.responsive {
    display: block;
  }

  .brandlink-1 {
    display: none;
  }

  .titulos.privacidade {
    margin-bottom: 0px;
  }

  .lista-servicos {
    width: 100%;
    margin-top: 15px;
  }

  .columns-6 {
    margin-top: 0px;
  }

  .column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-about {
    height: 350px;
  }

  .subtitulo-about {
    margin-top: 0px;
    margin-left: 0px;
  }

  .column-about {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #b6b6b6;
    border-right-style: none;
  }

  .column-about.responsive {
    border-top-style: none;
  }

  .title-azul {
    margin-top: 0px;
    margin-left: 0px;
  }

  .title-branco {
    margin-top: 0px;
    margin-left: 0px;
  }

  .slide-testemunhos {
    width: 100%;
  }

  .testimonial-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-slide {
    width: 100%;
  }

  .image-32 {
    margin-right: auto;
    margin-left: auto;
  }

  .colunas-responsive {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(16, 23, 37, 0.61);
  }

  .tab-equipa {
    height: 350px;
  }

  .tab-equipa._1.w--current {
    height: 350px;
  }

  .tab-equipa._3.w--current {
    height: 350px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .nomes {
    font-size: 30px;
  }

  .cargo {
    margin-top: 0px;
    margin-left: 0px;
  }

  .titulos-equipa {
    margin-top: 15px;
    font-size: 25px;
  }

  .nr {
    font-size: 19px;
  }

  .text-equipa {
    text-align: left;
  }

  .texto-cv {
    margin-top: 0px;
    margin-left: 0px;
  }

  .lista-equipa-responsive {
    margin-top: 25px;
  }

  .nomes-responsive {
    font-size: 30px;
  }

  .cargo-responsive {
    margin-top: 0px;
    margin-left: 0px;
  }

  .titulos-equipa-responsive {
    font-size: 25px;
  }

  .div-block-5983 {
    width: 80%;
  }

  .colunas-2 {
    display: none;
  }

  .politica {
    margin-top: 40px;
  }

  .administrativa {
    width: 100%;
  }

  .titulos-administrativa {
    font-size: 25px;
  }

  .panel-politica {
    margin-top: 60px;
    padding-top: 50px;
  }

  .row-2 {
    width: 100%;
  }

  .column-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-noticia {
    margin-bottom: 25px;
  }

  .data-noticia {
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph, .panel-politica p {
    text-align: center;
  }

  .panel-areas.team {
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 109, 138, 0.88)), to(#1f2530));
    background-image: linear-gradient(180deg, rgba(96, 109, 138, 0.88), #1f2530);
    background-position: 0px 0px;
  }

  .panel-areas.practice--areas {
    padding-right: 25px;
    padding-left: 25px;
  }

  .panel-areas.noticias {
    padding-right: 25px;
    padding-left: 25px;
  }

  .brand-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .nav-link-4 {
    display: block;
    padding: 7px 10px;
    font-size: 18px;
    text-align: center;
  }

  .nav-top-text {
    font-size: 15px;
  }

  .nav-menu-2 {
    overflow: scroll;
    height: 100vh;
    padding-top: 6px;
    padding-bottom: 100px;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 50px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .footer-nav {
    padding-right: 0px;
    padding-left: 24px;
  }

  .right-footertext-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .footer-link {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-bottom {
    margin-top: 32px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-social {
    margin-top: 16px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .footer {
    padding-top: 32px;
  }

  .titulos-geral {
    width: 60%;
    font-size: 25px;
  }

  .section-gallery {
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-geral.branco {
    text-align: center;
  }

  .paragraph-geral.branco.areas {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .titulos {
    width: 100%;
  }

  .column {
    padding: 20px 0px;
  }

  .icons-areas {
    margin-top: 0px;
  }

  .coluna-texto {
    padding-right: 25px;
    padding-left: 25px;
  }

  .subtitulo-about {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    border-radius: 0px;
    text-align: center;
  }

  .column-about {
    padding: 20px 0px;
  }

  .title-azul {
    width: 100%;
    padding-left: 0px;
    border-radius: 0px;
    text-align: center;
  }

  .title-branco {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    border-radius: 0px;
    text-align: center;
  }

  .nomes {
    width: 60%;
    font-size: 25px;
  }

  .nomes.assistente {
    width: 100%;
  }

  .nomes.noticia {
    width: 100%;
    text-align: center;
  }

  .cargo {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    border-radius: 0px;
  }

  .titulos-equipa {
    font-size: 25px;
  }

  .nr {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }

  .colunas-equipa {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-equipa {
    text-align: center;
  }

  .texto-cv {
    width: 100%;
    border-radius: 0px;
    text-align: center;
  }

  .texto-cv.responsive {
    margin-top: 5px;
    padding-left: 0px;
  }

  .tabs {
    display: none;
  }

  .lista-equipa-responsive {
    display: block;
  }

  .elemento-equipa-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-cv-responsive {
    display: none;
    width: 150px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
  }

  .nomes-responsive {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .cargo-responsive {
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    border-radius: 0px;
    line-height: 25px;
    text-align: center;
  }

  .coluna-data-responsive {
    border-right-style: none;
  }

  .titulos-equipa-responsive {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
  }

  .div-block-5983 {
    width: 100%;
  }

  .img-equipa {
    width: 100%;
    height: 250px;
  }

  .img-equipa._1 {
    background-image: url('images/dra_cores.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-equipa._3 {
    background-image: url('images/dr_cores.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .texto-experiencia {
    text-align: left;
  }

  .politica {
    margin-top: 32px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titulos-administrativa {
    font-size: 25px;
  }

  .image-36 {
    min-width: 20%;
  }

  .div-block-5987 {
    width: 75%;
    padding-left: 10px;
  }

  .utility-page-wrap-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-privacidade {
    width: 90%;
  }

  .title-azul-noticias {
    border-radius: 0px;
  }

  .data-noticia {
    width: 100%;
    border-radius: 0px;
    text-align: center;
  }

  .columns-21 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-top-text {
    margin-top: 10px;
  }

  .nav-top-text.text2 {
    width: 50%;
  }

  .testimonial {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .contact-text.branco.assistente {
    text-align: center;
  }

  .contact-form-column {
    text-align: center;
  }

  .contact-info-column {
    text-align: center;
  }

  .footer-nav {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-bottom {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .image-31 {
    margin-top: 10px;
  }

  .columns-6 {
    margin-top: 0px;
  }

  .subtitulo-about {
    width: 100%;
    text-align: center;
  }

  .title-azul {
    width: 100%;
    text-align: center;
  }

  .title-branco {
    width: 100%;
    text-align: center;
  }

  .tab-equipa {
    width: 100%;
  }

  .tab-equipa._3.w--current {
    width: 100%;
  }

  .nomes.assistente {
    text-align: center;
  }

  .cargo {
    width: 100%;
    text-align: center;
  }

  .titulos-equipa {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }

  .nr {
    width: 100%;
    font-size: 22px;
  }

  .colunas-equipa {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coluna-data {
    padding-bottom: 15px;
    border-right-style: none;
    text-align: center;
  }

  .texto-cv {
    width: 100%;
    text-align: center;
  }

  .texto-cv.responsive {
    margin-top: 5px;
  }

  .tabs {
    display: none;
  }

  .conteudo-equipa-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-cv-responsive {
    margin-top: 15px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
  }

  .nomes-responsive {
    width: 100%;
  }

  .cargo-responsive {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .coluna-data-responsive {
    padding-bottom: 15px;
    border-right-style: none;
    text-align: center;
  }

  .titulos-equipa-responsive {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }

  .img-equipa {
    height: 200px;
  }

  .politica {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .administrativa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .titulos-administrativa {
    font-size: 22px;
    text-align: center;
  }

  .image-36 {
    margin-bottom: 25px;
  }

  .div-block-5987 {
    width: 100%;
    padding-left: 0px;
  }

  .utility-page-wrap-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .data-noticia {
    width: 100%;
    text-align: center;
  }

  .columns-21 {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Turnpike';
  src: url('../fonts/Turnpike.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ufonts';
  src: url('../fonts/ufonts.com_friz-quadrata-bold-1.ttf') format('truetype'), url('../fonts/ufonts.com_friz-quadrata-bt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}