/*
* Places main stylesheet
*/
.primary-bg {
  background-color: #8FB339; /*primary*/
}
.primary-color {
  color: #8FB339; /*primary*/
}
.base-bg {
  background-color: #EAF5F7;
}
#wrap {
  background-color: #f8f8f8;
}
body {
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #17393A;
  line-height: 1.4;
}
img {
    max-width: 100%;
    height: auto;
}
p {
  line-height: 1.8;
  margin-bottom: 1.2em;
  color: #17393A;
}
em,i {font-style: italic; font-weight: 600;}
a {
  color: #17393A;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  outline: none;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
::selection
{
	background-color: #17393A;
	color:#FFF;
}
::-moz-selection  
{
	background-color: #17393A;
	color:#FFF;
}
p strong {
  color: #17393A;
}
h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 0;
}
h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0em;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}
h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
address {
  line-height: 1.3;
}
textarea {
  max-width: 100%;
}
blockquote {
  font-size: 1em;
  padding: 0 20px;
  border-left: 2px solid rgba(32, 32, 32, 0.05);
}
blockquote footer {
  color: inherit;
  opacity: 0.6;
  font-size: 0.9em;
  font-weight: 300 !important;
}
.displaynone {display:none!important;}
.display-flex {display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex; flex-wrap: wrap;}
.display-flex-top {-webkit-align-items: flex-start; align-items: flex-start;}
.display-flex-middle {-webkit-align-items: center; align-items: center;}
.display-flex-bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.display-flex-left {-webkit-justify-content: flex-start; justify-content: flex-start; }
.display-flex-center {-webkit-justify-content: center; justify-content: center;}
.display-flex-right {-webkit-justify-content: flex-end; justify-content: flex-end;}

/* General */
.inner {
  max-width: 1200px; /* Maximum page width */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
}
.inner.cabecalho, .inner.rodape {
  max-width: 96%;
  width: 100%;
}
/* Helpers */
.relative {
  position: relative;
}
.right {
  float: right;
}
.left {
  float: left;
}
.space {
  height: 60px;
}
.no-margin {
  margin-bottom: 0 !important;
}
.padding {
  padding: 20px;
}
/* Positioning */
.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Light Text */
.light-text {
  color: #fff;
}
.light-text p {
  color: #ddd;
}
.light-text a {
  color: inherit;
}
.light-text .nav-tabs {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-text {
  color: #242424;
}
/* Header */
#header, section.title {
  background-color: #EAF5F7;
}
#header-bar small {
  font-weight: 400;
  vertical-align: 1px;
}
#header-bar a {
  color: inherit;
}
#header-bar .glyphicon {
  margin-right: 6px;
}
#header-bar .list-inline {
  margin: 0;
}
.bar-list-item {
  opacity: 0.6;
  padding: 10px 0;
  cursor: default;
  transition: opacity 0.3s;
}
.bar-list-item:hover {
  opacity: 1;
}
.bar-list-item small {
  line-height: 1em;
}
/* Logo */
.main-logo {
  color: inherit;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  opacity: 1 !important;
  display: block;
}
.main-logo:hover, .main-logo:focus {
  color: inherit;
}
.main-logo > img {
  margin-top: -6px;
  padding-right: 12px;
  height: 60px;
}
.main-logo-footer > img {
  padding-right: 12px;
  height: 110px;
}
.main-logo-footer-famalicao > img {
  padding-right: 12px;
  margin-top: 50px;
  margin-bottom: 30px;
  height: 45px;
  display: block;
}
#header .main-logo {
  padding: 32px 0;
}
/* Main navigation */
#main-menu {
  display: block;
  margin-right: -10px;
  text-align: right;
}
#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-menu > ul {
  font-size: 0.01em;
}
#main-menu > ul > li {
  margin-left: 12px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
#main-menu > ul > li > a {
  color: inherit;
  display: block;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 30px 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  transition: opacity 0.3s;
}
#main-menu li:hover > a {
  color:#E78530;
}
#main-menu .active > a {
   color:#E78530;
}

@media (min-width: 768px) and (max-width: 991px) {
	#main-menu > ul > li > a {font-size: 14px; letter-spacing: 0;}
}



/* Secondary menu */
.menu-secondary {
  padding: 20px 20px;
  position: absolute;
  text-align: left;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  margin-left: -5px;
  margin-top: 10px;
  transition: margin-top 0.2s, opacity 0.2s, visibility 0.2s;
}
#main-menu li:focus .menu-secondary, #main-menu li:hover .menu-secondary {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.secondary-full {
    width: 100%;
    left: 0;
    padding: 40px;
    margin-left: 0;
}
/* Nav icon (Mobile) */
.nav-icon {
  width: 68px;
  float: right;
  margin-top: 10px;
  margin-right: -20px;
  transform: scale(0.5);
  padding: 12px 16px;
  cursor: pointer;
  display: none;
}
.nav-icon:after, .nav-icon:before, .nav-icon div {
  background-color: #242424;
  content: '';
  display: block;
  height: 5px;
  margin: 7px 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Title */
.title {
  /*box-shadow: 0 2px 3px rgba(0,0,0,0.05);*/
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
}
/* Section */
section .inner {
  padding: 100px 20px;
}
section.sec-xl .inner {
  padding: 160px 20px;
}
section.sec-lg .inner {
  padding: 120px 20px;
}
section.sec-sm .inner {
  padding: 60px 20px;
}
section.sec-sm .inner.rodape {
  padding: 60px 20px 30px;
}
section.sec-xs .inner {
  padding: 20px 20px;
}
section {
  position: relative;
}
.white {
  background-color: #fff;
}
.gray {
  background-color: #f0f0f0;
}
.emphasized {
  color: rgba(32, 32, 32, 0.75);
}
/* Sidebars */
.sidebar-left {
  padding-right: 30px;
}
.sidebar-right {
  padding-left: 30px;
}
.widget {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget > h3 {
  border-bottom: 2px solid #eee;
  margin-top: 0;
  padding-bottom: 12px;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
}
h3.rating-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Mapplic widget */
.mapplic-widget {
  margin: -10px;
}
.mapplic-widget .mapplic-levels {
  border-bottom: 2px solid #eee;
  width: 100%;
  margin: 0;
}
.mapplic-widget .mapplic-levels > * {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mapplic-widget .mapplic-levels-select {
  background-color: #f4f4f4;
  color: #666;
  margin: 0;
  width: 100%;
  padding: 8px 4px;
  font-weight: 600;
  color: #242424;
  outline: none;
  font-size: 1.1em;
  text-transform: uppercase;
}
.mapplic-widget .mapplic-levels a {
  background-color: #f4f4f4;
  right: 0;
}
.mapplic-widget .mapplic-levels a.mapplic-disabled {
  background-color: #eee;
}
#mapplic-location {
  margin-bottom: 20px;
}
/* Forms */
select.form-control, input.form-control, textarea.form-control {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  color: #181818;
  height: auto;
  font-weight: 400;
  padding: 10px 12px;
}
select.form-control:focus, input.form-control:focus, textarea.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}
select.form-control {
  padding-left: 9px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
::-webkit-input-placeholder {
  font-weight: 400;
  opacity:1;
}
::-moz-placeholder {
  font-weight: 400;
  opacity:1;
}
:-ms-input-placeholder {
  font-weight: 400;
  opacity:1;
}
input:-moz-placeholder {
  font-weight: 400;
  opacity:1;
}
option{
	background: #FFF;
	color: #17393A;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	}
option:checked, option:hover {background:#E78530;box-shadow: 0 0 10px 100px #E78530 inset; -webkit-box-shadow: 0 0 10px 100px #E78530 inset;}
.input-lg {
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid #f4f4f4 !important;
  border-radius: 2px;
  font-size: 2.4em;
  padding: 12px 0 !important;
}

.input-noborder {
  border: none;
}
.has-feedback .icon {
  top: 14px;
  right: 10px;
}
.has-feedback .input-lg {
  padding-right: 40px !important;
}
.form-horizontal .control-label {
  padding-top: 10px;
}
/* Form Groups */
.form-group-modern {
  position: relative;
}
.form-group-modern label {
  position: absolute;
  font-weight: 400;
  opacity: 0.6;
  font-size: 1em;
  line-height: 1em;
  margin-left: 14px;
  top: 18px;
  left: 0px;
  pointer-events: none;
  transition: all 0.2s;
}
.form-modern label {
  left: 6px;
}
.form-group-modern.focused label {
  font-size: 0.7em;
  top: 10px;
}
.form-group-modern .form-control {
  padding: 20px 14px 6px 14px;
  font-weight: 400;
  font-size: 1.2em;
  -webkit-appearance: none; /* Safari box shadow */
}
.form-modern {
  margin-left: -6px;
  margin-right: -6px;
}
.form-modern > .form-group {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.form-control-feedback.select-arrow {
  background-color: #fff;
  top: 50%;
  line-height: 32px !important;
  margin-top: -16px;
  margin-right: 10px;
}
/* Tags */
.tags > .tag {
  margin-bottom: 4px;
}
.tag {
  border: 2px solid #e4e4e4;
  border-radius: 10px 10px 10px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 0.7em;
  padding: 4px 8px;
}
.tag a {
  font-weight: 600;
  color: inherit;
}
.tag-primary {
  border: 2px solid #addb2c;
}
.tag-sale {
  background-color: #f95858;
  border: none;
  color: #fff;
  padding: 6px 10px;
}
.light-text .tag-default {
  border-color: rgba(255, 255, 255, 0.6);
}
/* Labels */
.label {
  border-radius: 0;
  padding: 2px 3px;
  font-weight: 600;
}
.label.label-danger {
  background-color: #f95858;
}
.label.label-default {
  background-color: #666666;
}
/* Timetable */
.timetable li {
  margin-bottom: 5px;
}
.timetable span {
  float: right;
  font-weight: 600;
}
.weather {
  float: right;
}
.weather canvas {
  display: block;
  width: 30px;
  height: 30px;
}
.weather span {
  display: block;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  opacity: 0.6;
}
/* Clients */
.client-slider {
  width: 100%;
  height: auto;
}
.client-slider a {
  display: block;
  text-align: center;
}
.client-slide {
  background: transparent !important;
  padding: 20px;
  font-size: 1em;
  background: #fff;
}
.client-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/* Dropdown */
.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border-color: #e4e4e4;
  min-width: 0px;
}
.dropdown-menu > li > a {
  font-size: 0.9em;
}
/* Buttons */
.btn {
  font-weight: 400;
  border-radius: 0;
  padding: 8px 16px;
  transition: 0.2s;
}
.btn-simple {
  color: #8FB339; /*primary*/
  transition: 0.2s;
}
.btn-simple:focus, .btn-simple:active, .btn-simple:hover {
  color: #242424;
}
.btn-default {
  background: transparent;
  border: 2px solid rgba(200, 200, 200, 0.5);
}
.btn-primary {
  border: none;
  background-color: #8FB339; /*primary*/
}
.btn-primary:hover {
  background-color: #242424;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active:hover, .btn-primary.active {
  background-color: #242424 !important;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.light-text .btn-primary:hover {
  background-color: #666;
}
.btn-secondary {
  background-color: transparent;
  border: 2px solid rgba(200, 200, 200, 0.5);
  color: inherit;
}
.btn-secondary.active, .btn-secondary:hover {
  color: #fff;
  background-color: #8FB339; /*primary*/
  border-color: #8FB339; /*primary*/
}
.btn-lg {
  font-size: 1em;
  font-weight: 600;
  padding: 16px 32px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-inline {
  margin-top: -1px;
  margin-left: 10px;
}
.btn-default:hover {
  background: transparent;
}
.btn-round {
  border-radius: 50px;
}
.light-text .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.light-text .btn:hover {
  border-color: #fff;
}
/* Primary link */
.link-primary a, a.link-primary {
  color: inherit;
  border-bottom: 1px dotted transparent;
  transition: border-color 0.2s;
}
.link-primary a:hover, a.link-primary:hover {
  border-color: #444;
  color: inherit;
}
.link-primary a:focus, .link-primary a:active, a.link-primary:focus, a.link-primary:active {
  color: inherit;
}
/* Pagination */
.pagination > li > a {
  background-color: transparent;
  color: inherit;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* Footer */
#footer .main-logo {
  margin-bottom: 20px;
}
#footer p {
  font-size: 0.9em;
  opacity: 0.6;
}
.footer-bar {
  font-size: 0.9em;
  font-weight: 400;
}
.footer-bar .copyright {
  opacity: 0.4;
  font-weight: 300;
}
.footer-bar .list-inline > li {
  margin-left: 12px;
}
/* Counter */
.counter {
  display: block;
  font-size: 2.6em;
  font-weight: 600;
  margin-bottom: 12px;
}
.counter-icon {
  margin-bottom: 14px;
}
.counters h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.6;
}
/* ps */
.ps {
  margin-bottom: 0;
  margin-top: 20px;
  opacity: 0.5;
  font-weight: 400;
}
.transparent {
  opacity: 0.8;
}
/* Image */
.image, .image img {
  max-width: 100%;
  margin-bottom: 30px;
}
.alignleft {
  float: left;
  margin: 6px 20px 12px 0;
}
.alignright {
  float: right;
  margin: 6px 0 12px 20px;
}
.popup-image:focus {
  outline: none;
}
figure {
  display: table;
}
figure img {
  display: block;
  width: 100%;
}
figcaption {
  font-size: 0.9em;
  display: table-caption;
  caption-side: bottom;
  margin-top: 12px;
  opacity: 0.6;
}
/* Icons */
.icon {
  display: inline-block;
  font-size: 1em;
  margin-right: 6px;
}
.icon-sm {
  font-size: 0.8em;
}
.icon-md {
  font-size: 1.4em;
  margin-right: 0;
}
.icon-lg {
  font-size: 2em;
  margin-right: 0;
}
.icon-highlight {
  padding: 14px;
  padding-left: 0;
}
.stars i {
  color: #ffb900;
  transition: color 0.2s;
}
.stars i.disabled {
  color: #ddd !important;
}
/* Grid */
.grid {
  margin: 0 -10px;
}
.grid > div {
  padding: 10px;
}
.grid-item {
  height: 280px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.grid-item .grid-title {
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4em;
}
.grid-title a {
  font-weight: inherit;
  color: inherit;
}
.grid-item h5 {
  font-size: 1em;
  margin-bottom: 6px;
}
.grid-desc {
  padding: 24px;
}
.grid-desc > *:last-child {
  margin-bottom: 0;
}
.grid-image {
  overflow: hidden;
  transition: all 0.3s;
}
.grid-item .dim {
  background: #111;
  opacity: 0.5;
}
.grid-item:hover .dim {
  opacity: 0.2;
}
.grid-item:hover .grid-image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Background Images */
[data-bg-image] {
  height: 100%;
  background-size: cover !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
/* Browse (Alphabet) */
.browse-letters li {
  width: 3.703%;
  float: left;
  padding: 0;
}
.browse-letters span, .browse-letters a {
  border: 2px solid transparent;
  color: inherit;
  display: block;
  text-align: center;
  font-weight: 400;
  opacity: 0.5;
  padding: 6px;
}
.browse-letters .active, .browse-letters a:hover {
  color: #000;
  font-weight: 600;
  opacity: 1;
  border-color: #ccc;
  transition: border-color 0.3s;
}
/* Lists */
.list-styled {
  color: #8FB339; /*primary*/
  font-weight: 400;
}
.list-styled > li {
  margin-bottom: 4px;
}
.list-styled > li > span {
  color: #242424;
  font-weight: 300;
}
.list-unstyled {
  margin-bottom: 0;
}
/* Link list */
.link-list li {
  margin-bottom: 10px;
  text-transform: none;
}
.link-list.list-inline li {
  margin-bottom: 0;
}
.link-list-lg li {
  margin-bottom: 12px;
}
.link-list li:last-child {
  margin-bottom: 0;
}
.link-list a {
  color: inherit;
  opacity: 0.8;
  font-weight: 600;
  transition: opacity 0.3s;
}
.light-text .link-list a {
  font-weight: 300;
  opacity: 1;
	
}
.menu-secondary h4, .menu-secondary h4 a{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
	text-transform: uppercase;
}
.link-list a:hover {
  opacity: 1;
}
.link-list small {
  display: inline-block;
}
/* Blog */
article.post {
  margin-bottom: 50px;
}
article.post .media-body {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.post .entry-image img {
  width: 100%;
  margin-bottom: 20px;
}
.post .entry-meta {
  margin-bottom: 20px;
}
.post-title {
  font-size: 2em;
  line-height: 1.4em;
}
.post-title > a {
  color: inherit;
  font-weight: 600;
}
.post-thumbnail {
  height: 80px;
  width: 80px;
  max-width: none;
}
/* Entry Small */
.entry-sm {
  margin-top: 20px;
}
.entry-sm .link-primary {
  font-weight: 600;
}
.entry-sm .entry-meta {
  margin-top: 4px;
}
.entry-sm .media-left {
  padding-right: 20px;
}
/* Date box */
.date-box {
  border: 2px solid #eee;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 30px;
  min-width: 58px;
  text-align: center;
}
.date-month {
  font-size: 0.9em;
  color: #F5634A;
  display: block;
  font-weight: 700;
}
.date-day {
  font-weight: 600;
  display: block;
  font-size: 1.8em;
  line-height: 1.2em;
}
/* Comments/Reviews */
.separated {
  margin-top: 60px;
}
.avatar {
  border-radius: 40px;
  width: 80px;
  height: 80px;
  max-width: none;
}
.avatar-sm {
  border-radius: 24px;
  width: 48px;
  height: 48px;
}
.avatar-lg {
  border-radius: 64px;
  width: 128px;
  height: 128px;
  display: inline-block;
}
.comment {
  margin-top: 20px;
}
.comment-left {
  padding-right: 20px;
}
.comment-body {
  padding: 0 0 20px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.comment-author {
  color: inherit;
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 600;
}
.comment-date {
  float: right;
  margin-left: 10px;
  font-weight: 400;
  opacity: 0.4;
}
.comment .stars i {
  color: #999;
}
.comment:hover .stars i {
  color: #ffb900;
}
/* Google Maps */
#contact-map {
  height: 320px;
}
#directions-map {
  height: 400px;
}
/* Directory */
.main-heading {
  border-bottom: 2px solid #eee;
  margin-bottom: 0;
  line-height: 2.4em;
}
.main-heading .highlighted {
  display: inline-block;
  font-weight: 600;
  border-bottom: 2px solid #8FB339; /*primary*/
  margin-bottom: -2px;
}
.locations {
  margin-top: -10px;
}
.locations a {
  color: inherit;
  padding: 10px 0;
  display: block;
  transition: padding 0.2s;
}
.locations ol {
  margin-bottom: 0;
}
.locations .entry {
  border-bottom: 1px solid #f2f2f2;
}
.locations .entry .media-left {
  position: relative;
}
.locations .entry small {
  opacity: 0.6;
}
.locations .entry:hover {
  background-color: #fff;
  padding: 10px;
}
.locations .entry-title {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0;
}
.thumbnail {
  background-color: transparent;
  border: none;
  border-radius: 24px;
  padding: 0;
  margin-bottom: 0;
  width: 48px;
  height: 48px;
  max-width: none;
}
.category-dot {
  background-color: #8FB339; /*primary*/
  border: 2px solid #fff;
  border-radius: 6px;
  width: 12px;
  height: 12px;
  top: 1px;
  right: 10px;
  position: absolute;
}
/* Directory search */
.heading-search {
  display: none;
  margin-top: -10px;
  margin-bottom: 10px;
}
.filterable.filtered .main-heading {
  display: none;
}
.filterable.filtered .heading-search {
  display: block;
}
.filterable.filtered .col-md-3, .filterable.filtered .col-md-4, .filterable.filtered .col-md-6 {
  width: 100%;
}
/* Directory grid */
.entry-grid {
  text-align: center;
}
.entry-grid .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}
.entry-grid .entry {
  margin-bottom: 60px;
}
.entry-grid .entry-category, .entry-grid .tag, .entry-grid .stars {
  display: none;
}
/* Entry list */
.entry-list .thumbnail {
  border-radius: 0;
  width: 220px;
  height: 100%;
}
.entry-list .media-left {
  padding-right: 30px;
}
.entry-list .entry {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.entry-category a {
  color: #8FB339; /*primary*/
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.entry-image {
  position: relative;
  display: block;
}
.entry-image .dim {
  opacity: 0;
}
.entry-image .icon {
  color: #fff;
  margin-top: 0;
  margin-left: -14px;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transition: opacity 0.3s, margin-top 0.3s;
}
.entry:hover .entry-image .dim {
  opacity: 0.6;
}
.entry:hover .entry-image .icon {
  margin-top: -14px;
  opacity: 1;
}
.entry-title {
  margin-bottom: 6px;
}
h3.entry-title {
  font-size: 1.5em;
}
.entry-title a {
  color: inherit;
  font-weight: 600;
  border-bottom: 1px dotted transparent;
  transition: border-color 0.3s;
}
.entry-title a:hover {
  border-color: #444;
}
.entry-meta {
  margin-bottom: 6px;
  display: block;
}
.entry-meta a, .entry-meta span {
  opacity: 0.6;
}
.entry-meta a {
  color: inherit;
  font-weight: 400;
  margin-right: 8px;
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
.entry-meta a:hover {
  opacity: 1;
}
.entry-meta .icon {
  margin-right: 4px;
}
.entry .stars i {
  color: #999;
}
.entry:hover .stars i {
  color: #ffb900;
}
.entry-desc {
  margin-bottom: 0;
}
/* Responsive video */
.embed-responsive {
  margin-bottom: 20px;
}
/* Dim */
.dim {
  background-color: #111;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.dim.light {
  opacity: 0.2;
}
/* Sliders */
.slider {
  width: 100%;
  height: 100%;
}
.slide {
  padding: 40px 0;
  box-sizing: border-box;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#main-slider {
  height: 520px;
}
#main-slider .slider-text {
  margin-top: 120px;
}
/* Gallery */
.swiper-slide {
  background-size: cover;
  background-position: center;
}
/* Tabs */
.nav-tabs > li, .nav-pills > li {
  float: none;
  display: inline-block;
  margin: 0;
}
.nav-tabs {
  border-bottom: 2px solid rgba(32, 32, 32, 0.05);
}
.nav-tabs > li > a {
  background: none;
  color: inherit;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  opacity: 0.6;
  padding: 10px 0 20px 0;
  margin: 0 12px -2px 12px;
  transition: color 0.2s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  font-weight: 600;
  color: inherit;
  opacity: 1;
  border: none;
  border-bottom: 2px solid #8FB339; /*primary*/
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-bottom: 0;
  opacity: 1;
}
.tab-content {
  padding-top: 20px;
}
.tab-content-big {
  padding-top: 60px;
}
/* Tables */
.table th {
  font-weight: 600;
}
.table-hover > tbody > tr {
  transition: background-color 0.2s;
}
.table-hover > tbody > tr:hover {
  background-color: #fff;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-color: #f2f2f2;
}
/* Responsivity */
@media (max-width: 991px) {
  .margin-xs {
    margin-bottom: 30px;
  }
  .sidebar-left {
    padding-right: 15px;
  }
  .sidebar-right {
    padding-left: 15px;
  }
  section .inner {
    padding: 80px 20px;
  }
  section.sec-sm .inner.rodape {
	padding: 50px 20px 30px;
  }
}
@media (max-width: 767px) {
  
  .widget:last-child {
    margin-bottom: 30px;
  }
  .text-center-xs {
    text-align: center;
  }
  .main-logo {
    font-size: 16px;
  }
  .nav-icon {
    display: block;
  }
  #main-menu {
    float: none;
    clear: both;
    display: none;
    margin-bottom: 20px;
  }
  #main-menu > ul > li {
    float: none;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  #main-menu > ul > li > a {
    font-size: 15px;
    margin: 0;
    padding: 14px 0;
  }
  .menu-secondary {
    visibility: visible;
    margin: 0;
    opacity: 1;
    position: relative;
    text-align: center;
    display: none;
    width: 100% !important;
	padding: 10px 20px 20px;
  }
  .menu-secondary.secondary-full {
    padding: 10px 20px 20px;
  }
  .img-destaque-registo-fundo {
    height: 440px;
  }
  #main-slider {
    height: 350px;
  }
  #main-slider h1 {
    font-weight: 400;
  }
  #main-slider .slider-text {
    margin-top: 80px;
  }
  section.sec-sm .inner {
    padding: 50px 20px;
  }
  section .inner {
    padding: 60px 20px;
  }
  section.sec-sm .inner.rodape {
	padding: 40px 20px 30px;
  }
  .counter {
    margin-bottom: 0;
  }
  .counter-icon {
    margin-bottom: 0;
  }
  .date-box {
    margin-right: 10px;
  }
  .avatar {
    border-radius: 30px;
    width: 60px;
    height: 60px;
  }
  .avatar-sm {
    border-radius: 16px;
    width: 32px;
    height: 32px;
  }
  .locations {
    font-size: 14px;
  }
  .entry-list .thumbnail {
    width: 120px;
  }
  .grid-item {
    height: 200px;
  }
  .grid-desc {
    padding: 12px;
  }
  .browse-letters li {
    width: 7.1428%;
  }
}
@media (min-width:768px) {
  #main-menu {
    display: block !important;
  }
  .menu-secondary {
    display: block !important;
  }
}
/* Map styles */
/* Clickable */
#landmarks-small .mapplic-clickable, #landmarks-large .mapplic-clickable {
  opacity: 1 !important;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
/* Active */
#landmarks-small .mapplic-active {
  fill: #f8f8f8;
}
#landmarks-large .mapplic-active {
  fill: #999;
}
/* Hover */
#landmarks-small .mapplic-clickable:hover {
  fill: #ddd;
}
#landmarks-large .mapplic-clickable:hover {
  fill: #555;
}
/* CUSTOM CSS */
#footer {
  background-image: url('../img/fundo-rodape.svg');
  background-size: auto 85%;
  background-position: right bottom -2px;
  background-repeat: no-repeat;
  background-color: #EAF5F7;
  border-bottom: 10px solid #7398BA;
}
.info-footer p {
  color: #17393A;
  opacity: 1 !important;
  font-weight: 600;
  margin: 0;
}
.info-footer p a {
  color: #17393A;
  opacity: 1 !important;
  font-weight: 600;
  margin: 0;
}
.info-footer p a:hover {
  color: #45B6C2;
}
#content {
  background: #EAF5F7
}
.content-titulo {
  text-align: center;
  z-index: 2
}
/* KEYFRAMES */
@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}
@-moz-keyframes animateCloud {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes animateCloud2 {
  0% {
    margin-right: -200%;
  }
  100% {
    margin-right: 100%;
  }
}
@-moz-keyframes animateCloud2 {
  0% {
    margin-right: -200%;
  }
  100% {
    margin-right: 100%;
  }
}
@keyframes animateCloud2 {
  0% {
    margin-right: -200%;
  }
  100% {
    margin-right: 100%;
  }
}


/* KEYFRAMES */
@-webkit-keyframes animateBike {
  0% {
    margin-left: -10px;
  }
  100% {
    margin-left: 100%;
  }
}
@-moz-keyframes animateBike {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes animateBike {
  0% {
    margin-left: -10px;
  }
  100% {
    margin-left: 100%;
  }
}


/* ANIMATIONS */
.background-wrap-with-clouds {
  overflow: hidden !important;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 300px;
  width: 100%;
  z-index: 1;
}
/*
.x1 {
  -webkit-animation: animateCloud 45s linear infinite;
  -moz-animation: animateCloud 45s linear infinite;
  animation: animateCloud 45s linear infinite;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
}
.x2 {
  -webkit-animation: animateCloud 28s linear infinite;
  -moz-animation: animateCloud 28s linear infinite;
  animation: animateCloud 28s linear infinite;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x3 {
  -webkit-animation: animateCloud 38s linear infinite;
  -moz-animation: animateCloud 38s linear infinite;
  animation: animateCloud 38s linear infinite;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}
.x4 {
  -webkit-animation: animateCloud 55s linear infinite;
  -moz-animation: animateCloud 55s linear infinite;
  animation: animateCloud 55s linear infinite;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
  animation-delay: 5s;
  margin-left: -100%;
}
.x5 {
  -webkit-animation: animateCloud 55s linear infinite;
  -moz-animation: animateCloud 55s linear infinite;
  animation: animateCloud 55s linear infinite;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
  animation-delay: 5s;
  margin-left: -100%;
}
.x6 {
  -webkit-animation: animateCloud 55s linear infinite;
  -moz-animation: animateCloud 55s linear infinite;
  animation: animateCloud 55s linear infinite;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  animation-delay: 5s;
  margin-left: -100%;
}
*/

.x1 {
  -webkit-animation: animateCloud 45s linear infinite;
  -moz-animation: animateCloud 45s linear infinite;
  animation: animateCloud 45s linear infinite;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x2 {
  -webkit-animation: animateCloud 28s linear infinite;
  -moz-animation: animateCloud 28s linear infinite;
  animation: animateCloud 28s linear infinite;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}
.x3 {
  -webkit-animation: animateCloud 38s linear infinite;
  -moz-animation: animateCloud 38s linear infinite;
  animation: animateCloud 38s linear infinite;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
.x4 {
  -webkit-animation: animateCloud2 45s linear infinite;
  -moz-animation: animateCloud2 45s linear infinite;
  animation: animateCloud2 45s linear infinite;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  margin-right: -100%;
}
.x5 {
  -webkit-animation: animateCloud2 28s linear infinite;
  -moz-animation: animateCloud2 28s linear infinite;
  animation: animateCloud2 28s linear infinite;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  margin-right: -100%;
}
.x6 {
  -webkit-animation: animateCloud2 38s linear infinite;
  -moz-animation: animateCloud2 38s linear infinite;
  animation: animateCloud2 38s linear infinite;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  margin-right: -100%;
}



/* OBJECTS */

.x1 .cloud, .x2 .cloud, .x3 .cloud, .x4 .cloud, .x5 .cloud, .x6 .cloud {width:300px; position: relative;}
.x1 .cloud img, .x2 .cloud img, .x3 .cloud img, .x4 .cloud img, .x5 .cloud img, .x6 .cloud img {width:300px; height:auto;}
.x3 .cloud img, .x5 .cloud img {transform: scaleX(-1);}

/*
.cloud {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0);
  border-bottom-left-radius: 0px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 100px;
  height: 120px;
  position: relative;
  width: 430px;
}
.cloud:after, .cloud:before {
  background: #fff;
  content: '';
  position: absolute;
  z-indeX: -1;
}
.cloud:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 163px;
  left: 70px;
  top: -50px;
  width: 173px;
}
.cloud:before {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  width: 199px;
  height: 180px;
  right: 50px;
  top: -90px;
}
*/

.blob {
  background: #F3DB16;
  border-radius: 50%;
  margin: 10px;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 20%;
  top: 40px;
  z-index: 3;
  line-height: 70px;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(243, 219, 22, 1);
  transform: scale(1);
  animation: pulseblob 2s infinite;
}
@keyframes pulseblob {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(243, 219, 22, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(243, 219, 22, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(243, 219, 22, 0);
  }
}
@keyframes pulseitem {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(231, 133, 48, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(231, 133, 48, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(231, 133, 48, 0);
  }
}
.seta-play {
  height: 30px;
  width: 20px;
  margin-left: 5px;
  margin-top: -5px;
}
.titulo-banner2 {
  padding: 0;
}
.titulo-banner2 .content-titulo2 {
  padding: 40px 0;
  text-align: center;
}
.titulo-banner2 .content-titulo2 h5 {
  text-transform: uppercase;
}
.seletor-lang-home {
  padding-bottom: 100px;
  width: 980px;
  max-width: 100%;
}
.seletor-lang-home a:hover .bandeira-home {
  background: #17393A;
  border: 2px solid #17393A;
}
.seletor-lang-home a:hover .bandeira-home .nome-lingua {
  color: #fff;
}
.bandeira-home {
  border-radius: 15px;
  background: #DEEAED;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #EAF5F7;
}
.nome-lingua {
  padding: 10px 15px;
  color: #17393A;
  font-weight: 600;
  font-size: 18px;
}
.bandeira {
  height: 140px;
  width: 100%;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bandeira.pt {
  background-image: url("../img/bandeiras/pt.jpg");
}
.bandeira.en {
  background-image: url("../img/bandeiras/en.jpg");
}
.bandeira.fr {
  background-image: url("../img/bandeiras/fr.jpg");
}
.bandeira.es {
  background-image: url("../img/bandeiras/es.jpg");
}
.submenu-pagina {
  padding-top: 20px;
  padding-bottom: 50px;
}
.submenu-pagina ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.submenu-pagina ul li {
  text-align: center;
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.submenu-pagina ul li a {
  color: #17393A;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.submenu-pagina ul li a:hover, .submenu-pagina ul li a.active {
  color: #E78530;
}
.item-listagem {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background: #DEEAED;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-listagem .imagem-listagem {
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.info-listagem {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.categoria-listagem {
  color: #E78530;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.titulo-listagem {
    color: #17393A;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
	line-height: 1.4;
}
.link-vermais {
    height: 40px;
    width: 40px;
    background: #E78530;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.audioguia {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: end;
  align-items: center;
  flex: 1 1 auto;
}
.link-vermais .seta-play {
  height: 12px;
  width: 10px;
  margin-left: 3px;
  margin-top: 0;
}
.texto-audioguia {
  color: #17393A;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.texto-audioguia:before {
  content: '';
  background-image: url('../img/phones.svg');
  height: 15px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0;
}
.item-listagem:hover {
  background: #17393A;
}
.item-listagem:hover .titulo-listagem {
  color: #fff;
}
.item-listagem:hover .texto-audioguia {
  color: #fff;
}
.item-listagem:hover .texto-audioguia:before {
  background-image: url('../img/phones-white.svg');
}
.content-titulo .titulo-categoria {
  font-weight: 700;
  color: #E78530;
}
.content-titulo-registo {
  text-align: center;
  z-index: 2;
  padding: 40px 20px !important;
}
.titulo-banner-registo .background-wrap-with-clouds {
  height: 150px;
  top: -20px;
}
.content-titulo-registo .categoria-registo {
  font-size: 14px;
  color: #45B6C2;
  letter-spacing: 1px
}
.content-titulo-registo .titulo-registo {
  font-size: 40px;
  color: #17393A;
  letter-spacing: 1px;
}
.titulo-menu-registos {
  text-align: center;
  margin-bottom: 30px
}
.titulo-menu-registos h3 {
  font-weight: 700;
  font-size: 30px;
}
.destaque-registo-interior h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}
.destaque-registo-interior h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.destaque-registo-interior .numero-interior {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: #E78530;
  color: white;
  font-weight: 600;
  border-radius: 100%;
  margin-bottom: 20px;
  font-size: 18px;
}
.submenu-registos-interior.column3 {
  column-count: 3;
}
.voltar-registo1 .botao-voltar {margin-left:-15px;}

.botao-voltar {
  display: block;
  text-align: center;
  border: 2px solid #E78530;
  padding: 7px;
  border-radius: 100px;
  width: 100%;
  margin-top: 40px;
  color: #17393A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
	font-size:15px;
}
.botao-voltar span {/*vertical-align: sub;*/}

.botao-voltar:hover {
  background: #17393A;
  color: #fff;
  border: 2px solid #17393A
}
.zindex3 {z-index:3}

.botao-visitar {
  display: table;
  text-align: center;
  padding: 7px 40px;
  border-radius: 100px;
  width: auto;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
	font-size:15px;
	margin:0 auto;
	background: #17393A;
}

.botao-visitar:hover {background:#E78530; color:white!important}
.botao-visitar span {/*vertical-align: sub;*/}

.content-titulo-registo-interior {
  text-align: center;
  z-index: 2;
  padding: 40px 20px !important;
}
.content-titulo-registo-interior3 {
  text-align: center;
  z-index: 2;
  padding: 40px 20px !important;
}
.content-titulo-registo-interior .categoria-registo, .content-titulo-registo-interior .categoria-registo a {
  font-size: 14px;
  color: #45B6C2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.content-titulo-registo-interior3 .categoria-registo, .content-titulo-registo-interior3 .categoria-registo a {
  font-size: 14px;
  color: #45B6C2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.content-titulo-registo-interior .titulo-registo {
  font-size: 30px;
  color: #17393A;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}
.content-titulo-registo-interior3 .titulo-registo {
  font-size: 30px;
  color: #17393A;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}
.content-titulo-registo-interior .subtitulo-registo {
  font-size: 30px;
  color: #17393A;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.content-titulo-registo-interior3 .subtitulo-registo {
  font-size: 40px;
  color: #17393A;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
#Camada_1 {height:80px}
.banner-registo3 {background:#17393A; background-image:url('../img/fundo-bg-registo3.svg'); background-size:auto 100%; background-position: center bottom; background-repeat: no-repeat; padding:40px 0 35px;  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* horizontal spacing */
  align-content: space-between;
  align-items: center;
  overflow: hidden;}

.homem-bike {position:absolute; width:100%; overflow:hidden; bottom:0;}

.imagem-bike {width:auto; height:100px; -webkit-animation: animateBike 10s linear infinite;
  -moz-animation: animateBike 10s linear infinite;
  animation: animateBike 10s linear infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);}

.banner-pagina-registo {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.listagem-divisoes-registos {
  padding: 60px 0;
  background: white;
}
.img-destaque-registo {
  width: 100%;
  position: relative;
  /*margin-bottom: 40px;*/
}
.img-destaque-registo img {
  border-radius: 20px;
  filter: grayscale(100%);
}
.img-destaque-registo-fundo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
  border-radius: 20px;
  filter: grayscale(1);
}
.img-destaque-registo-fundo-filtro {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top:0;
  left:0;
  border-radius: 20px;
  mix-blend-mode: multiply;
  background-color: #E78530;
  opacity: 0.9;
}
/*.img-destaque-registo-fundo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 20px;
  background-image: url(/img/filtro.png);
}
*/
.displayflex {display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* horizontal spacing */
  align-content: space-between;
  align-items: center;}
.item-submenu {
  background: #DEEAED;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* horizontal spacing */
  align-content: space-between;
  align-items: center;
}

.item-submenu .divtxt {display: flex; flex: 1 1 auto; max-width: 75%;}
.item-submenu .divphone {width: 35px; display: flex; justify-content: end; align-items: start; margin-right: 10px;}
.item-submenu .divplay {width: 35px; display: flex; justify-content: end; align-items: start;}

.item-submenu img {
  height: 30px;
  border-radius: 100%;
}
.link-sub-reg:hover .item-submenu img {
  box-shadow: 0 0 0 0 rgba(231, 133, 48, 1);
  transform: scale(1);
  animation: pulseitem 2s infinite;
}
.item-submenu p {
  color: #17393A;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.link-sub-reg:hover .item-submenu {
  background: #17393A;
}
.link-sub-reg:hover .item-submenu p {
  color: #fff;
}

.link-sub-reg .item-submenu.active {
  background: #17393A;
}
.link-sub-reg .item-submenu.active p {
  color: #fff;
}
.link-sub-reg .item-submenu.active img {
  box-shadow: 0 0 0 0 rgba(231, 133, 48, 1);
  transform: scale(1);
  animation: pulseitem 2s infinite;
}
.link-sub-reg .item-submenu .number {
    color: #E78530;
    margin-right: 10px;
}

.submenu-registos-interior {
  column-count: 2;
  column-gap: 30px;
}
/*
.submenu-registos-interior .link-sub-reg p:before {
  color: #E78530;
  margin-right: 20px;
}
*/

.submenu-registos-interior .link-sub-reg .number {
  color: #E78530;
  margin-right: 3px;
}

	audio::-webkit-media-controls-panel {
  background-color: #E78530;
}

audio::-webkit-media-controls-mute-button {
  background-color: #FFF;
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button {
  background-color: #FFF;
  border-radius: 50%;
}

audio::-webkit-media-controls-current-time-display {
  color: #FFF;
}

audio::-webkit-media-controls-time-remaining-display {
  color: #FFF;
}

audio::-webkit-media-controls-timeline {
  background-color: #FFF;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

audio::-webkit-media-controls-volume-slider {
  background-color: #FFF;
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}

.div-audio {background: #17393A;
    border-radius: 20px;
    padding: 40px 40px 20px;}
				
.div-audio audio{width:100%}

.destaque-registo-interior {/*margin-bottom:40px;*/}

.base-bg-dark {background:#17393A}

.info-audio { 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* horizontal spacing */
  align-content: space-between;
  align-items: center;
	margin-bottom: 40px;
}

.texto-registo {/*margin-bottom:40px;*/}

.info-audio img {height:50px; /*filter: invert(100%);*/}

.info-audio h5 {   
	color: white;
    font-size: 20px;
    font-weight: 300; 
	margin:0; 
}

.col-md-25 {width:20%}

.div-conteudo-registo {padding-top:30px; padding-bottom: 60px}

.info-audio h5 span {font-weight:600; display:block; margin-top:5px; font-size:30px;}

.slide-registo  {border-radius:20px; margin-bottom:40px!important;}

/*
.submenu-registos-interior .link-sub-reg:nth-child(1) p:before {
  content: '1'
}
.submenu-registos-interior .link-sub-reg:nth-child(2) p:before {
  content: '2'
}
.submenu-registos-interior .link-sub-reg:nth-child(3) p:before {
  content: '3'
}
.submenu-registos-interior .link-sub-reg:nth-child(4) p:before {
  content: '4'
}
.submenu-registos-interior .link-sub-reg:nth-child(5) p:before {
  content: '5'
}
.submenu-registos-interior .link-sub-reg:nth-child(6) p:before {
  content: '6'
}
.submenu-registos-interior .link-sub-reg:nth-child(7) p:before {
  content: '7'
}
.submenu-registos-interior .link-sub-reg:nth-child(8) p:before {
  content: '8'
}
.submenu-registos-interior .link-sub-reg:nth-child(9) p:before {
  content: '9'
}
.submenu-registos-interior .link-sub-reg:nth-child(10) p:before {
  content: '10'
}
.submenu-registos-interior .link-sub-reg:nth-child(11) p:before {
  content: '11'
}
.submenu-registos-interior .link-sub-reg:nth-child(12) p:before {
  content: '12'
}
.submenu-registos-interior .link-sub-reg:nth-child(13) p:before {
  content: '13'
}
.submenu-registos-interior .link-sub-reg:nth-child(14) p:before {
  content: '14'
}
.submenu-registos-interior .link-sub-reg:nth-child(15) p:before {
  content: '15'
}
.submenu-registos-interior .link-sub-reg:nth-child(16) p:before {
  content: '16'
}
.submenu-registos-interior .link-sub-reg:nth-child(17) p:before {
  content: '17'
}
.submenu-registos-interior .link-sub-reg:nth-child(18) p:before {
  content: '18'
}
*/


@media (max-width: 1080px) {
  #footer {
    background-size: auto 210px;
  }
		
	.submenu-registos-interior.column3 {column-count:2;}
		
}
@media (max-width: 767px) {
	
	#header .main-logo {padding-bottom:20px;}
	
	#main-menu {background:#17393A; width:100%;}
	
	#main-menu > ul > li > a {color:white}
	
	
	.banner-registo3 .displayflex {display:table}
	.botao-visitar {margin-top:40px;}
	.titulo-menu-registos h3 {font-size:24px;}
	
	.submenu-registos-interior.column3 {
    column-count: 1;
}
	
	.botao-voltar {width:auto; padding:7px 40px; display:table; margin-left:auto; margin-right:auto;}
	
  .content-titulo-registo .titulo-registo {
    font-size: 26px
  }
	
	.content-titulo-registo-interior .titulo-registo{
    font-size: 26px
  }
	
	.content-titulo-registo-interior .subtitulo-registo{
    font-size: 26px
  }
	.content-titulo-registo-interior3 .titulo-registo{
    font-size: 26px
  }
	
	.content-titulo-registo-interior3 .subtitulo-registo{
    font-size: 26px
  }
  .banner-pagina-registo {
    height: 280px;
  }
  .submenu-registos-interior {
    column-count: 1;
  }
  #footer {
    background-size: auto 110px;
  }
  h1 {
    font-size: 46px
  }
  h2 {
    font-size: 34px
  }
  h3 {
    font-size: 26px
  }
  h4 {
    font-size: 18px
  }
  h5 {
    font-size: 16px
  }
  .content-titulo {
    padding: 40px 0 !important
  }
  
  .submenu-pagina {
    padding-top: 0px;
    padding-bottom: 30px;
}
  
  .submenu-pagina ul {
	padding: 0 15px;
  }

  .submenu-pagina ul li {
    margin-bottom: 15px;
	padding: 0 15px 0 0;
  }  
  
  .background-wrap-with-clouds {
    height: 180px
  }
  .blob {
    right: 20px;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .seta-play {
    height: 20px;
    width: 15px;
  }
  .seletor-lang-home .col-sm-3 {
    width: 50%;
    margin-bottom: 40px;
    float: left;
    display: inline-block;
  }
  .seletor-lang-home {
    padding-bottom: 60px;
  }
  
  .main-logo-footer > img {
	height: 90px;
  }
  
  .destaque-registo-interior .numero-interior {
	  height: 35px;
	  width: 35px;
	  line-height: 35px;
	  display: inline-block;
	  vertical-align: middle;
	  }
  .destaque-registo-interior h2 {
	  margin-bottom: 20px;
	  font-size: 22px;
	  display: inline-block;
	  vertical-align: middle;
	  margin-left: 10px;
	}
	.destaque-registo-interior h4 {
		font-size: 20px;
	}
  
}


/* dropdown style 1 */
.dropdown-style-1 {display:inline-block; margin-left: 15px; margin-bottom: 7px;}
.dropdown-style-1 .btn {color: #17393A; font-size: 14px; padding: 0; margin: 0; background: transparent; border: none; font-weight:600; }
.dropdown-style-1 .btn:hover, .custom-dropdown btn:focus {color: #E78530;}
.dropdown-style-1 .dropdown-menu {margin-top: 2px; min-width: 130px; border-radius:0; border: none; z-index: 1000; right: 0; left:auto; top: 40px; background: #17393A; }
.dropdown-style-1 .dropdown-menu > li > a {padding: 5px 15px; font-size: 14px; color: #FFFFFF;}
.dropdown-style-1 .dropdown-menu > li > a:hover,.dropdown-style-1 .dropdown-menu > li > a:focus {background: #ededed}

.btn-group.open.dropdown-style-1 .dropdown-toggle {box-shadow:none;}

/* country flag icon */
.icon-country {width: 16px; height: 16px; display: inline-block; margin:0 10px 5px 5px; vertical-align: middle;}
.icon-country.spain {background:url("../img/country-flag/spain.png"); background-size:16px 16px;}
.icon-country.england {background:url("../img/country-flag/unitedkingdom.png"); background-size:16px 16px;}
.icon-country.france {background:url("../img/country-flag/france.png"); background-size:16px 16px;}
.icon-country.portugal {background:url("../img/country-flag/portugal.png"); background-size:16px 16px;}

.margin0 { margin: 0 !important;}

.marg-0 { margin-bottom: 0 !important;}
.marg-10 { margin-bottom: 10px;}
.marg-15 { margin-bottom: 15px;}
.marg-20 { margin-bottom: 20px;}
.marg-25 { margin-bottom: 25px;}
.marg-30 { margin-bottom: 30px;}
.marg-35 { margin-bottom: 35px;}
.marg-40 { margin-bottom: 40px;}
.marg-50 { margin-bottom: 50px;}
.marg-60 { margin-bottom: 60px;}
.marg-75 { margin-bottom: 75px;}
.marg-100 { margin-bottom: 100px;}

.marg0 { margin-top: 0 !important;}
.marg10 { margin-top: 10px;}
.marg15 { margin-top: 15px;}
.marg20 { margin-top: 20px;}
.marg25 { margin-top: 25px;}
.marg30 { margin-top: 30px;}
.marg40 { margin-top: 40px;}
.marg50 { margin-top: 50px;}
.marg60 { margin-top: 60px;}
.marg75 { margin-top: 75px;}
.marg100 { margin-top: 100px;}
.marg150 { margin-top: 150px;}

.padding0 { padding: 0 !important;}

.padd-0 { padding-bottom: 0 !important;}
.padd-10 { padding-bottom: 10px;}
.padd-15 { padding-bottom: 15px;}
.padd-20 { padding-bottom: 20px;}
.padd-25 { padding-bottom: 25px;}
.padd-30 { padding-bottom: 30px;}
.padd-35 { padding-bottom: 35px;}
.padd-50 { padding-bottom: 50px;}
.padd-75 { padding-bottom: 75px;}
.padd-100 { padding-bottom: 100px;}

.padd0 { padding-top: 0 !important;}
.padd10 { padding-top: 10px;}
.padd15 { padding-top: 15px;}
.padd20 { padding-top: 20px;}
.padd25 { padding-top: 25px;}
.padd30 { padding-top: 30px;}
.padd50 { padding-top: 50px;}
.padd75 { padding-top: 75px;}
.padd100 { padding-top: 100px;}


@media (max-width: 991px) {

.marg-30 {margin-bottom: 20px;}
.marg-40 {margin-bottom: 30px;}
.marg-60 {margin-bottom: 40px;}

.marg30 {margin-top: 20px;}
.marg40 {margin-top: 30px;}
.marg60 {margin-top: 40px;}

}

/*totop*/
#toTop {
background: url("../img/seta.svg") no-repeat scroll center center #E78530;
background-color: #E78530;
background-size: 8px auto;
transform: rotate(270deg);
display: none;
height: 32px;
width: 32px;
border-radius: 100%;
overflow: hidden;
position: fixed;
bottom: 15px;
right: 15px;
text-decoration: none;
text-indent: -99px;
z-index: 10000;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}

#toTopHover, #toTop:hover {
background-color: #EA9548;
bottom:20px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#toTop:active, #toTop:focus {
outline: medium none;
}

/***************************************************
 * Generated by SVG Artista on 6/22/2023, 3:20:51 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
          animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
          animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
          animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
          animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
          animation: animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
          animation: animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}



@media (max-width: 480px) {
	.col-ms-12 {width: 100% !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.submenu-registos-interior {
		column-count: 1;
	}
}


@media (min-width: 768px) and (max-width: 868px) {
	#main-menu > ul > li {
		margin-left: 0px;
		font-size: 13px;
	}
	.dropdown-style-1 {margin-left: 10px;}
	.dropdown-style-1 .btn {font-size: 13px;}
}


/* versao mobile */
@media (max-width: 767.98px) {
	.language-desk {
        display: none !important;
    }
	.dropdown-style-1 {
        float: right;
		margin: 34px 0 0 0;
    }
	
	.col-md-25 {
		width: 100%;
		margin-bottom: 40px;
	}
	.col-md-25:last-child {
		margin-bottom: 0;
	}
	#main-menu .subcaret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 5px;
		vertical-align: initial;
		border-top: 6px dashed;
		border-top: 6px solid\9;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

}


/* versao desktop */
@media (min-width: 768px) {
	.language-mob {
        display: none !important;
    }
	.menu-principal {display:inline-block;}
	#main-menu .subcaret {display:none;}
}

/*cookies*/
.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 12px;
}

.cookie-message-wrapper span {
  font-size: 12px;
  line-height: 2;
}

.cookie-inner-wrapper {
  padding: 10px 20px;
  background: #17393A;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.cookie-inner-wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 12px;
  padding-left: 7px;
  white-space: nowrap;
}
.cookie-inner-wrapper-text {
  margin-right: 15px;
}

.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 2;
  margin-left: 20px;
  font-size: 12px;
}
.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  background: #FFF;
  border: 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #17393A;
  box-shadow: none;
  height: fit-content;
}
.btn_cookie_accept:hover {
  background: #E78530;
  color: #FFF;
}
