/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Book.woff2") format("woff2"), url("/static/fonts/Acto-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-BookItalic.woff2") format("woff2"), url("/static/fonts/Acto-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Black.woff2") format("woff2"), url("/static/fonts/Acto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-BlackItalic.woff2") format("woff2"), url("/static/fonts/Acto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Bold.woff2") format("woff2"), url("/static/fonts/Acto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-BoldItalic.woff2") format("woff2"), url("/static/fonts/Acto-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-SemiBoldItalic.woff2") format("woff2"), url("/static/fonts/Acto-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-SemiBold.woff2") format("woff2"), url("/static/fonts/Acto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Black.woff2") format("woff2"),
    url("/static/fonts/Acto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Bold.woff2") format("woff2"),
    url("/static/fonts/Acto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-ExtraBoldItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acto Hairline";
  src: url("/static/fonts/Acto-HairlineItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-HairlineItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-UltraBlack.woff2") format("woff2"),
    url("/static/fonts/Acto-UltraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-ThinItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acto UltraBlack";
  src: url("/static/fonts/Acto-UltraBlackItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-UltraBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Light.woff2") format("woff2"),
    url("/static/fonts/Acto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Medium.woff2") format("woff2"),
    url("/static/fonts/Acto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-UltraLight.woff2") format("woff2"),
    url("/static/fonts/Acto-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-LightItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-ExtraBold.woff2") format("woff2"),
    url("/static/fonts/Acto-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-MediumItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acto Hairline";
  src: url("/static/fonts/Acto-Hairline.woff2") format("woff2"),
    url("/static/fonts/Acto-Hairline.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-Thin.woff2") format("woff2"),
    url("/static/fonts/Acto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acto";
  src: url("/static/fonts/Acto-UltraLightItalic.woff2") format("woff2"),
    url("/static/fonts/Acto-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
} */
body {
  overflow: hidden;
  height: 100vh;
}

main {
  width: 100vw;
  min-height: 100vh;
  background-color: #17243d;
}

.header-foto {
  width: 100vw;
  height: 565px;
  position: relative;
  transition: all 0.5s ease;
}
.header-foto .img-fundo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-foto .grad-header {
  background: linear-gradient(0deg, rgb(23, 36, 61) 0%, rgba(23, 36, 61, 0) 100%);
  width: 100vw;
  height: 190px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.header-foto .barra-header {
  width: 100vw;
  padding: 0 2rem;
  position: absolute;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html body.access .conteudo {
  height: 860px;
}

html body.access .header-foto {
  height: 860px;
}

.conteudo {
  width: 100vw;
  height: 1150px;
  overflow-y: scroll;
  padding: 2rem;
  margin-top: 2rem;
  scrollbar-width: none; /* Para o Firefox */
  -ms-overflow-style: none;
  transition: all 0.5s ease;
}
.conteudo::-webkit-scrollbar {
  display: none;
}
.conteudo.acessibilidade {
  margin-top: 20rem;
  height: calc(1150px - 20rem);
}

.menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr 2fr;
  gap: 1.5rem;
  height: 100%;
}

.foto-link {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.foto-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foto-link .foto-link-text {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  z-index: 3;
  text-align: right;
  font-size: 32px;
  font-weight: 600;
}
.foto-link .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.foto-link .filter.municipio {
  background: linear-gradient(135deg, rgba(19, 26, 40, 0) 0%, #131a28 100%);
}
.foto-link .filter.ficar {
  background: linear-gradient(135deg, rgba(217, 198, 158, 0) 0%, #d9c69e 100%);
}
.foto-link .filter.comer {
  background: linear-gradient(135deg, rgba(204, 50, 99, 0) 0%, #cc3263 100%);
}
.foto-link .filter.visitar {
  background: linear-gradient(135deg, rgba(0, 96, 153, 0) 0%, #006099 100%);
}
.foto-link .filter.comprar {
  background: linear-gradient(135deg, rgba(140, 142, 136, 0) 0%, #8c8e88 100%);
}
.foto-link .filter.agenda {
  background: linear-gradient(135deg, rgba(255, 205, 2, 0) 0%, #ffcd02 100%);
}
.foto-link .filter.noticias {
  background: linear-gradient(135deg, rgba(49, 143, 64, 0) 0%, #318f40 100%);
}
.foto-link:hover {
  transform: scale(0.95);
}
.foto-link:nth-child(1) {
  grid-column: 1/5;
  grid-row: 1/2;
}
.foto-link.link-roteiros {
  grid-column: 2/4;
  background-color: #f28a04;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foto-link.link-roteiros img {
  width: auto;
  height: auto;
  object-fit: none;
}

footer {
  width: 100vw;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .lang {
  width: 33%;
}
footer .lang .lista-idiomas {
  display: flex;
  gap: 1rem;
}
footer .lang .lista-idiomas a {
  opacity: 0.2;
  transition: 0.3s ease-in-out;
}
footer .lang .lista-idiomas a.selected {
  opacity: 1;
}
footer .modo-noturno {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 33%;
}
footer .modo-acess {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
footer .modo-acess .acess-btn {
  width: 120px;
  height: 120px;
  background-color: #0d4f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-bottom: 20px;
  margin-right: -30px;
  transition: 0.3s ease-in-out;
}
footer .modo-acess .acess-btn.access {
  background-color: #318f40;
  transform: scale(0.95);
}

.btn {
  width: 85px;
  height: 85px;
  background-color: #047bc1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  border-radius: 1rem;
}
.btn:hover {
  background-color: #318f40;
  transform: scale(0.95);
}

.botoes {
  display: flex;
  gap: 2rem;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.grid-col-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.grid-col-1 .foto-link-grelha, .grid-col-1 .foto-link-grelha-item {
  height: 120px;
}

.foto-link-grelha, .foto-link-grelha-item {
  height: 300px;
}
.foto-link-grelha.tall, .tall.foto-link-grelha-item {
  height: 450px;
}
.foto-link-grelha.tall .foto-link-text, .tall.foto-link-grelha-item .foto-link-text {
  font-size: 1.5rem;
  bottom: 3rem;
}
.foto-link-grelha.tall .foto-link-date, .tall.foto-link-grelha-item .foto-link-date {
  position: absolute;
  right: 1rem;
  color: white;
  z-index: 3;
  text-align: right;
  font-weight: 200;
  font-size: 1rem;
  bottom: 1rem;
}
.foto-link-grelha .foto-link-text, .foto-link-grelha-item .foto-link-text {
  font-size: 1.5rem;
}
.foto-link-grelha .foto-link-date, .foto-link-grelha-item .foto-link-date {
  font-size: 1.5rem;
}
.foto-link-grelha:nth-child(1), .foto-link-grelha-item:nth-child(1) {
  grid-column: auto;
  grid-row: auto;
}

.foto-link-grelha-item {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.foto-link-grelha-item img {
  height: 300px !important;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  position: static;
}
.foto-link-grelha-item .data {
  color: #047bc1;
  display: block;
  margin-bottom: 0.5rem;
}
.foto-link-grelha-item .foto-link-text {
  position: static;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider {
  margin-top: 10rem;
}
.slider .slider-container {
  background-color: #d9d2c2;
  padding: 2rem;
  border-radius: 1.5rem;
  padding: 0;
}
.slider .item-slider {
  background-color: white;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
  color: #0d4f7f;
}
.slider .item-slider .slider-img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-radius: 50%;
}
.slider .item-slider .info-contactos {
  text-align: left;
}
.slider .item-slider .info-contactos li {
  margin-bottom: 0.3rem;
}

.owl-stage {
  padding-left: 0px !important;
}

.grid-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}

.text-content {
  padding: 3rem;
  border-radius: 1.5rem;
  background-color: #f1ece2;
}
.text-content p {
  color: #3c434f;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  text-align: justify;
}

.mapa {
  width: 100%;
  height: 370px;
  border-radius: 1.5rem;
  overflow: hidden;
}

.btn-direcoes {
  width: 100%;
  padding: 1rem;
  color: white;
  font-weight: 700;
  text-align: center;
  background-color: #76b82a;
  font-size: 1.2rem;
  border-radius: 1rem;
  margin: 1rem 0 2rem;
}

.qr-container {
  background-color: #0e1627;
  padding: 1rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider.galeria {
  margin-top: 2rem;
}
.slider.galeria .galeria-container {
  background-color: transparent;
}
.slider.galeria .galeria-item {
  width: 100%;
  height: 270px;
  border-radius: 1.5rem;
  overflow: hidden;
}
.slider.galeria .galeria-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.top-header {
  width: 100vw;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, rgba(23, 36, 61, 0) 0%, rgb(23, 36, 61) 100%);
}
.top-header .hora-data {
  width: 30vw;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-header .hora-data .hora {
  font-size: 3.5em;
  font-weight: 700;
}
.top-header .hora-data .data {
  font-size: 1.8em;
  margin-top: 5px;
}
.top-header .logo-container {
  width: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header .meteo-uv {
  color: white;
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.top-header .meteo-uv .meteo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-header .meteo-uv .meteo .meteo-ico {
  margin-right: 20px;
}
.top-header .meteo-uv .meteo .temperatura {
  font-size: 3.5em;
  font-weight: 700;
}
.top-header .meteo-uv .uv {
  color: white;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}
.top-header .meteo-uv .uv .barra-uv {
  position: relative;
  width: 130px;
  height: 20px;
  border-radius: 50px;
  margin-left: 10px;
  background-color: black;
  width: 129px;
  background: linear-gradient(90deg, #3eab84 0%, #ebe53e 21.18%, #edae38 45.32%, #d96c28 62.07%, #e22828 84.24%, #8b4be2 100%);
}
.top-header .meteo-uv .uv .barra-uv .marcador {
  position: absolute;
  top: -3px;
  left: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-header .meteo-uv .uv .barra-uv .marcador .circle {
  width: 25px;
  height: 25px;
  border: 4px solid white;
  border-radius: 50%;
}
.top-header .meteo-uv .uv .barra-uv .marcador .valor {
  margin-top: 5px;
  font-weight: 700;
}

* {
  font-family: "Acto", sans-serif;
}

.legenda {
  color: #006099;
  margin-bottom: 0.5rem;
  display: block;
}

.titulo-pagina {
  color: white;
  font-size: 52px;
  font-weight: 600;
  max-width: 70vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sub-titulo-pagina {
  color: white;
  font-size: 1.2rem;
  display: block;
}

.titulo-seccao {
  color: #047bc1;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.titulo-slider-item {
  color: #0d4f7f;
  font-size: 24px;
  font-weight: 600;
}

.splash {
  background-color: #17243d;
  background-image: url(../../img/bg-splash.png);
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.splash .ico-touch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10rem;
}

/*# sourceMappingURL=style.css.map */
