@charset "utf-8";

/*
*------------------------------------------------------------------------------
* THEME-STYLES.CSS
*------------------------------------------------------------------------------
* @Template	SKY - J5
* @authors  SKYTRAILS
*------------------------------------------------------------------------------
*/

/*==============================================*/ 

#colors { 
  color:       #4CAF50; /*Verde Botão*/
  color:       #6E976E; /*Verde texto*/
  color:       #FF8066; /*salmão menu*/
  color:       #f06d79; /*salmão texto*/
  background:  #67BD6A; /*Verde Botão hover*/

}

/*/////////////////////////////////////////////////////////////////////////////

/ THEME-STYLES.CSS (From Bootstrap v-5.3.3)
/////////////////////////////////////////////////////////////////////////////*/

:root {
  
 
  --color:          #2f3440;   --body-color:       #2f3440;   --body-color-rgb: 33, 33, 33;
  --color-hover:    rosybrown; --body-color-hover: rosybrown;   --body-color-rgb: 33, 33, 33;
  --light:          #e1e1e1;   --light-color:      #e1e1e1;   --light-rgb: 248, 249, 250;
  --dark:           #212529;   --dark-color:       #212529;   --dark-rgb: 33, 37, 41;
  --muted:          #6d757e;   --muted-color:      #6d757e;
  --white:          #f8f9fa;   --white-rgb: 255, 255, 255;
  --black:          #000000;   --black-rgb: 0, 0, 0;

  --bg-color:       #FFFFFF;   --body-bg:         #FFFFFF;    --body-bg-rgb: 255, 255, 255; 
  --stage-bg:       #F6F6F6;   

  --primary-light:  #6ea3ff;  
  --primary:        #4686F4;  --primary-color:  #4686F4;   --primary-rgb: 13, 110, 253;
  --primary-dark:   #396ac0;
  
  --secondary-light:#656e82;  
  --secondary:      #52596c;  --secondary-color:#52596c;   --secondary-rgb: 108, 117, 125;
  --secondary-dark: #424957;  
  
  --tertiary-light :#d1b263;  
  --tertiary:       #c9a342;  --tertiary-color: #c9a342;   --tertiary-rgb: 25, 135, 84;
  --tertiary-dark:  #b8953f; 

  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;

  --success:   #198754;   --success-color:   #198754;   --success-rgb: 25, 135, 84;
  --info:      #4ca2fd;   --info-color:      #0dcaf0;   --info-rgb: 13, 202, 240;
  --info:      #4ca2fd;   --info-color:      #4ca2fd;   --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:        #0d6efd;   --link-color-rgb: 13, 110, 253;
  --link-hover-color:  #0a58ca;   --link-hover-color-rgb: 10, 88, 202;
  --link-active-color: #0a58ca;   
  --link-decoration: underline;

  --code-color:      #d63384; /*tag <code>*/
  --highlight-color: #212529;
  --highlight-bg:    #fff3cd; /*tag <mark>*/

  --border-color: var(--gray-500);
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-width: 1px;
  --border-style: solid;
  --border-radius: 0rem;
  --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-shadow: 0 0 .3rem .2rem rgba(75, 108, 158, 0.2);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color:          rgba(13, 110, 253, 0.25);
  --valid-color:               #198754;
  --form-valid-color:          #198754;
  --form-valid-border-color:   #198754;
  --invalid-color:             #dc3545;
  --form-invalid-color:        #d63384;
  --form-invalid-border-color: #dc3545;
  }

:root{
  /* FONTS */
  --font-sans-serif: 'Saira', 'Helvetica', Arial, sans-serif;
  --font-serif: Georgia, serif;
  --font-monospace: 'Consolas', 'Courier New', monospace;
  --font-text:  "Segoe UI", sans-serif;
  --font-title: "Poppins", "Verdana", sans-serif;
  --heading-font-family: Arial, sans-serif;
  --heading-font-style: inherit;
  --heading-line-height: 1.4;
  --heading-letter-spacing: 0px;

  --font-size: clamp(.95rem, 1vw + 0.5rem, 1rem);
  --font-size-lg: clamp(1.15rem, 1vw + 0.5rem, 1.3rem);
  --font-size-sm: .875rem;

  --h1-size: calc(1.375rem + 1.5vw);
  --h2-size: calc(1.325rem + 0.9vw);
  --h3-size: calc(1.3rem + 0.6vw);
  --h4-size: calc(1.275rem + 0.3vw);
  --h5-size: 1.25rem;
  --h6-size: 1.1rem;

  
  /* BODY */
  --body-font-family: var(--font-sans-serif);
  --body-font-size: var(--font-size);
  --body-font-size-lg: var(--font-size-lg);
  --body-font-size-sm: var(--font-size-sm);
  --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;
  }
}


/*TITULOS COM LINK NAS PÁGINAS CATEGORY BLOG DO JOOMLA*/
.page-header a {
  text-decoration: none !important;
}
.page-header a:hover {
  color: var(--body-color-hover) !important;
}


*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  scroll-behavior: smooth;
}
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  background-color: #fff;
}


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 v5.3.3*/
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

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: var(--h1-size);
}
/* @media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
} */

h2, .h2 {
  font-size: var(--h2-size);
}
/* @media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
} */

h3, .h3 {
  font-size: var(--h3-size);
}
/* @media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.65rem;
  }
} */

h4, .h4 {
  font-size: var(--h4-size);
}
/* @media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
} */

h5, .h5 {
  font-size: var(--h5-size);
}

h6, .h6 {
  font-size: var(--h6-size);
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: var(--link-color);
}
a:hover {
  color: var(--link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: rgba(var(--link-color-rgb), .8);
}

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;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
dd {
  word-wrap: break-word;
  padding: 0;
}

th dd {
  font-weight: var(--cassiopeia-font-weight-normal, 400);
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.large{
  font-size: 1.2rem;
  font-size: var(--body-font-size-lg);
}

small, .small {
  font-size: var(--body-font-size-sm)
}

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;
  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 {
  max-width: 100%;
  height: auto;
}
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: var(--font-size-lg);
  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);
}



/*////////////////////////////////////////////////////////////////////////

/ BACK TO TOP
////////////////////////////////////////////////////////////////////////*/

.back-to-top-link {
  position: fixed;
  bottom: 2.2rem;
  font-size: 1rem;
  line-height: 1.5;  
  border-radius: var(--border-radius-sm);  
  inset-inline-end: 1rem;
  padding: .8rem .85rem;
  pointer-events: none;
  opacity: 0;
  transition: 
    opacity .6s ease-in,
    color .3s ease-in-out, 
    background-color .3s ease-in-out;
  z-index: 10000;
  color: var(--white);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.back-to-top-link:hover {
  color: var(--white);
  background-color: var(--primary-dark);
  border: 1px solid var(--primary-dark);
}
.back-to-top-link:focus {
  color: var(--white);
  background-color: var(--primary-dark);
  border: 1px solid var(--primary-dark);
}
.back-to-top-link.visible {
  opacity: 1;
  pointer-events: all;
}

