@charset "utf-8";

/**
*------------------------------------------------------------------------------
* THEME-STYLES.CSS
*------------------------------------------------------------------------------
* @Template	SKY - J5
* @authors     SKYTRAILS
*------------------------------------------------------------------------------
*/
#colors { 
  color: #4CAF50; /*Verde Botão*/
  background: #67BD6A; /*Verde Botão hover*/
  color: #6E976E; /*Verde texto*/
  color: #FF8066; /*salmão menu*/
  color: #f06d79; /*salmão texto*/
  background-color: aquamarine;
}
:root{
  --verde-01: #6E976E;
  --verde-01: #6C9D7F;
  --verde-02: #719d82;
  --verde-03: #BFD4D1;
  --verde-04: #9DB4B2; --verde-04-rgb: 157, 180, 178;
  --verde-circulo-equipa: #719d82;
  --verde-ler-mais: #40AE88;
  --verde-ler-mais: #429F80; 
  --verde-btn: #70b39d;
  --verde-btn-hover: #429F80;
  --verde-btn-active: #439177;
}
.content-header h2{
 color: var(--verde-01) !important;
}
/*////////////////////////////////////////////////////////////////////////

/ PEDRO'S CRAZY RULES (Verificar)
////////////////////////////////////////////////////////////////////////*/

/*Estas regras são para controlar os conteudos que vêm dos artigos*/
.view-categories main > div,
.view-featured main > div,
.view-category main > div,
.view-article main > div {
  /* max-width: 1140px; */
  /* padding-right: 0; */
  /* padding-left: 0; */
  margin-right: auto;
  margin-left: auto;
}
.com-content-article, .content{
  max-width: 1300px;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
}
#main-content-area main {
  padding-top: clamp(2.5rem, 2vw + 1.5rem, 3.5rem);
  padding-bottom: clamp(3.5rem, 2vw + 3rem, 5rem);
}


.wrapper-fluid .container {
  max-width: 100% !important;
}
/* .container .container {
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.container-component .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
} */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 8px;
  padding-right: 8px;
}
.center-text,
.text-center {
  text-align: center;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
div[class*="txt-col"] {
  column-count: 1;
  column-gap: 2.5em;
}
.img-100{
  width: 100%;
}
.img-cover{
  object-fit: cover;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.modal iframe {
width:100%;
}
.position-sticky {
  position: sticky !important;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.visible {
  visibility: visible !important;
}
.visually-hidden {
  visibility: hidden;
  position: absolute;
}
.float-end {
  float: right !important;
}
:target{
  outline: 0px solid rgb(212, 53, 53);
  outline-offset: 5px;
}

/*
  COLORS
*/
:root {
  --text-color:#595E57;
  --bg-color:  #FFF;

  --primary:   #6e976e;   --primary-color:   #6e976e;   --primary-rgb: 110, 151, 110;
  --secondary: #FF8066;   --secondary-color: #FF8066;   --secondary-rgb: 255, 128, 102;
  --tertiary:  #f06d79;   --tertiary-color:  #f06d79;   --tertiary-rgb: 240, 109, 121;
  --tertiaryy:  #4686F4;   --tertiaryy-color:  #4686F4;   --tertiaryy-rgb: 25, 135, 84;
  --light:     #f8f9fa;   --light-color:     #f8f9fa;   --light-rgb: 248, 249, 250;
  --dark:      #212529;   --dark-color:      #212529;   --dark-rgb: 33, 37, 41;

  --success:   #198754;   --success-color:   #198754;   --success-rgb: 25, 135, 84;
  --info:      #0dcaf0;   --info-color:      #0dcaf0;   --info-rgb: 13, 202, 240;
  --warning:   #ffc107;   --warning-color:   #ffc107;   --warning-rgb: 255, 193, 7;
  --danger:    #dc3545;   --danger-color:    #dc3545;   --danger-rgb: 220, 53, 69;
  
  --gray-dark: #343a40;
  --gray-100:  #f8f9fa;
  --gray-200:  #e9ecef;
  --gray-300:  #dee2e6;
  --gray-400:  #ced4da;
  --gray-500:  #adb5bd;
  --gray-600:  #6c757d;
  --gray-700:  #495057;
  --gray-800:  #343a40;
  --gray-900:  #212529;

  --link-color:       #6A9DF6;   --link-color-rgb: 13, 110, 253;
  --link-hover-color: #4686F4;   --link-hover-color-rgb: 10, 88, 202;
  --link-decoration: underline;

  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-width: 2px;
  --border-style: solid;
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;

  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);

  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color:          rgba(13, 110, 253, 0.25);
  --form-valid-color:          #198754;
  --form-valid-border-color:   #198754;
  --form-invalid-color:        #dc3545;
  --form-invalid-border-color: #dc3545;
  }

:root{
  /* FONTS */
  --font-sans-serif: 'Amulya', "Segoe UI", "Helvetica Neue", "Arial", sans-serif ;
  --font-monospace: "Consolas", "Courier New", monospace;
  --font-text:  'Amulya', "Segoe UI", sans-serif;
  --font-title: 'Satoshi', "Verdana", sans-serif;
  --font-title-serif: 'Lusitana', "Georgia", serif;
  --heading-font-family: 'Lusitana', "Georgia", serif;
  --heading-font-style: inherit;
  --heading-line-height: 1.4;
  --heading-letter-spacing: 0px;
  --h1-size: 40px;
  --h2-size: 32px;
  --h3-size: 28px;
  --h4-size: 24px;
  --h5-size: 20px;
  --h6-size: 16px;
  
  /* BODY */
  --body-bg: var(--bg-color);
  --body-color: var(--text-color);
  --body-font-family: var(--font-text);
  --body-font-size: clamp(1.1rem, 1vw + 0.5rem, 1.15rem);
  --body-font-size-lg: clamp(1.15rem, 1vw + 0.5rem, 1.3rem);
  --body-font-size-sm: clamp(.95rem, 1vw + 0.5rem, 1.05rem);
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-line-height: 1.45;
  --body-letter-spacing: 0px;
  --body-text-align: inherit;
}

@media (min-width: 768px) {
  :root {
    --body-line-height: 1.6;
  }
}

/*font-size: calc(1.375rem + 1.5vw);*/
/* .font-1{
  font-family: var(--font-1);
}
.font-2{
  font-family: var(--font-2);
} */
  
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
body {
  margin: 0;
  color:            var(--body-color);
  font-family:      var(--body-font-family);
  font-size:        var(--body-font-size);
  font-weight:      var(--body-font-weight);
  line-height:      var(--body-line-height);
  text-align:       var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  
/*Os modals no backoffice Necessitam disto para apresentar
o body dentro do iframe sem scroll*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  text-rendering: auto;
  }
  
/*BOOTSTRAP A*/
a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


a{
  text-decoration: none;
  background-color: transparent;
}
a {
  color: #224faa;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #424077;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
  font-style: inherit;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin: 10px 0 20px 0;
  color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: var(--body-color);
  text-decoration: none;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.6rem;
  }
}

/* h2, .h2 {
  font-family: var(--font-title-serif);
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 400;
  
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.45rem;
  }
} */
h2, .h2{
  font-family: var(--font-title-serif);
  font-size: clamp(2rem, 0.9vw + 1.6rem, 3rem);
  font-weight: 400;
}
#revendedores h2{
  font-size: clamp(2rem, 0.9vw + 1.6rem, 2.5rem);
  color: #6e976e;
}

h3, .h3 {
  font-family: var(--font-title);
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
.big-h{
  font-size: 2rem;
  font-family: 'Satoshi', 'Barlow', Arial, sans-serif;
  font-size: clamp(1.2rem, 3.4vw + 1rem, 4rem);
  font-weight: 700;
  line-height: 1.1em;
}
  .big-h + *{
  margin-top: 3em;
}  
  
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/*==============================================/
   TEXTO DOS ARTIGOS
*/
.category-page {
  max-width: 1370px;
  padding-bottom: 90px;
  margin: 0 auto;
}
.article dl,
.article ol, 
.article ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}
.article li{
  padding-left: .2rem;
}
.article a{
  text-decoration:underline;
}
.article .pagenavigation a{
  text-decoration:none;
}
.article ul{
  list-style-type: disc;
  line-height: 1.4;
  padding-left: 1.3rem;
}
.article ul li {
  margin-bottom: .6rem;
}
.bottom-b .content ul{
  list-style-type: none !important;
  line-height: inherit;
  padding-left: inherit;
}
.bottom-b .content ul li {
  margin-bottom: inherit;
}

/*==============================================*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--highlight-color);
  background-color: var(--highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset {
  margin-bottom: 2em;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--body-bg);
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--secondary-color);
}



