html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
flex-direction: column;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
} .updated:not(.published) {
display: none;
} .page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}     .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}  :root {
--darkgray: #3b3e42;
--lightgray: #c8c9ca;
--extralightgray: #edebeb;
}
.bg-darkgray {
background: var(--darkgray);
}
.bg-lightgray {
background: var(--lightgray);
}
.border-darkgray {
border-color: var(--darkgray) !important;
}
.bg-extralightgray {
background: var(--extralightgray);
}
.full {
width: 100%;
}
.section-title {
font-size: 3rem;
font-weight: 400;
}
.col-slide .slider-section .content-section .content {
transform: translate(0, 100%);
transition: all 1.5s;
}
.col-slide.is-selected .slider-section .content-section .content {
transform: translate(0, 0);
}   body,
html { font-family: 'Helvetica Neue', sans-serif;
font-weight: 200;
}
h1,
h2 { font-family: 'Helvetica Neue', sans-serif;
font-weight: 200;
}
.site-header { position: fixed;
top: 0;
left: 0;
z-index: 99;
background: #c8c9cad6;
}
.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 99;
} .custom-logo {
width: 100%;
max-height: 100px;
}
.top-header,
.top-header a {
color: #fff;
text-decoration: none;
}
.main-navigation a {
text-transform: uppercase;
color: var(--darkgray);
}
.popup {
position: absolute;
width: 100%;  min-height: 100%;
top: 100%; background: rgba(51, 51, 51, .95);
z-index: 9;
display: none;
overflow: auto; left: var(--bs-gutter-x, -.75rem);
overflow: auto; height: calc(100vh - 200px);
}
.popup .close {
position: absolute;
top: 1rem;
right: 1rem;
text-transform: uppercase;
color: #fff;
cursor: pointer;
}
.popup.active { display: flex;
}
.container-popup { flex-direction: column;
justify-content: space-between;
}
.popup.active .gallery-popup {
display: flex !important;
overflow: auto;
}
.popup.active .gallery-popup .img-popup,
.popup.active .gallery-popup .img-popup img {
height: 100%;
min-height: 450px;
object-fit: cover;
}
.popup.active .gallery-popup .img-popup img {
width: 100%;
}
.popup.active .gallery-popup .content-popup div p {
margin-bottom: 0;
}
.cursor-pointer {
cursor: pointer;
} .min-height-80,
.col-slide section {   }
.min-height-80 .col-slide,
.min-height-80 .col-slide section,
.col-slide section,
.min-height-80 section {
min-height: 100vh;
height: 100%;
width: 100%;
min-width: 100vw;
background-size: cover;
}
.flickity-viewport {
padding: 0 !important;
} .flickity-page-dots {
bottom: 15px !important;
}
.flickity-page-dots .dot {
border-radius: 0 !important;
width: 15px !important;
height: 15px !important;
background: var(--lightgray) !important;
opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected {
background: var(--darkgray) !important;
}
.slider-section {
background-size: cover;
background-position: center center;
}
.slider-section:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .2);
}
.slider-section .content-section {
position: relative;
z-index: 2;
}
.seletor-item.active {
width: 100%;
border-right: 2px solid #fff;
}
.seletor-item:first-child .content-seletor-logo {
border-left: 2px solid #fff;
}
.seletor-item:not(.active) {
background-image: none !important;
}
.seletor-item .content-seletor-text:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(59, 62, 66, .25);
}
.seletor-item .content-seletor-text.active>* {
position: relative;
z-index: 2;
}
.content-inner-text>h2 {
font-size: 3.2rem;
}  .seletor-item {
width: 80px;
transition: all .8s;
}
.seletor-item.active {
width: 100%;
}
.content-seletor-text {
width: 100%;
max-width: calc(100% - 80px);
transition: all .8s;
padding: 0 !important;
}
.content-seletor-text .content-inner-text {
display: none;
}
.content-seletor-text.active .content-inner-text {
display: block;
width: 100%;
}
.content-seletor-text.active {
width: 100%;
padding: 3rem !important;
}
.slider-section h2 {  font-size: 3.2rem; color: #fff;
text-transform: uppercase; font-family: 'Helvetica Neue', sans-serif;
font-weight: 200;
}
.slider-section h2 a {
text-decoration: none;
padding: .05rem .5rem;
background: #c8c9ca;
}
.flickity-button {
background: transparent !important;
border: 1px solid #c8c9ca !important;
border-radius: 0 !important;
color: #c8c9ca !important;
}
.flickity-button.next {
border-right: 0 !important;
right: 0 !important;
}
.flickity-button.previous {
border-left: 0 !important;
left: 0 !important;
} #parceiros .container-fluid>.row,
#sobre-nos .container-fluid>.row {
padding-top: 0 !important;
}
#parceiros .content>.container-fluid>.row>.col-12:first-child h2,
#sobre-nos .content>.container-fluid>.row>.col-12:first-child h2 {
display: none;
}
@media screen and (min-width: 1200px) {
#sobre-nos .sobre-nos .row>div:last-child>*:not(h2) {
column-count: 2;
column-gap: 25px;
}
}
.container-prepend { border-left: 0;
border-right: 0; }
.line-animated {
height: 0 !important;
border-top: 1px solid #1B1B1B !important;
-webkit-transition: 1.5s !important;
transition: 1.5s !important;
-webkit-transform: scale(0) !important;
transform: scale(0) !important;
width: 0 !important;
-webkit-transform-origin: left !important;
transform-origin: left !important;
} section .line-animated.scroll-active {
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
width: 100% !important;
}
.container-prepend,
.container-prepend .row {
height: 100%;
}
.container-prepend .row div.border-end {
border-right: 1px solid var(--darkgray) !important;
}
#sobre-nos .content-section .sobre-nos .row {
position: relative;
z-index: 2;
}
#sobre-nos .wrapper>.container-fluid>.row>.col-12 {
padding: 0;
} #areas-de-intervencao>.content-section>.content {
position: relative;
padding-top: 5rem;
}
#areas-de-intervencao>.content-section>.content>.container-fluid:first-child {
position: absolute;
top: 4rem;
} .accordion {
background-color: transparent;
color: #000;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
border-radius: 0; }   .panel {
padding: 0;
background-color: transparent;
display: none;
overflow: hidden;
}
.line-accordion {
width: 25px;
height: 25px;
border: 1px solid;
position: relative;
}
.line-accordion::before,
.line-accordion::after {
content: '';
position: absolute;
background: #000000;
width: 15px;
height: 1px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 1;
transition: all .5s;
}
.line-accordion::after {
transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion.active .line-accordion::after {
opacity: 0;
}
.gallery-content.as-nav {
display: table;
width: 100%; max-width: 25%;
padding: .5rem;
}
.gallery-content.as-nav .gallery-content-inner {
min-height: 200px;
}
.gallery-content.as-nav .gallery-content-inner img {
height: 200px;
object-fit: cover;
width: 100%;
}
.gallery-container-transparent {
position: absolute;
top: 0;
left: 50%;
width: 100%;
max-width: 350px;
background: rgba(255, 255, 255, .85);   max-height: 75%;
overflow: auto;
} .flickity-as-nav-main .min-height-80 {
min-height: 450px;
}  #parceiros .img {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
#parceiros img {
width: 100%;
max-width: 200px !important;
display: table;
margin: 0 auto;
max-height: 100px;
object-fit: contain;
height: 100%;
}
#parceiros .container-fluid,
#parceiros .container-fluid .col-12 {
padding: 0;
}
#parceiros .container-fluid .row {
margin: 0;
width: 100%;
}
.parceiro.border {
border-color: var(--darkgray) !important;
} #produtos .gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#produtos .gallery .gallery-item {
overflow: hidden;
width: calc(25% - 10px);
margin-bottom: 80px;
}
#produtos .gallery .gallery-item>div img,
#produtos .gallery .gallery-item>div {
width: 100%;
height: 100%;
}
#produtos .gallery .gallery-item:nth-child(9n+1) {
margin-right: calc(25% + 10px);
}
#produtos .gallery .gallery-item:nth-child(9n+2) {
width: 50%;
}
#produtos .gallery .gallery-item:nth-child(9n+3) {
width: calc(25% - 10px);
margin-right: 20px;
}
#produtos .gallery .gallery-item:nth-child(9n+4) {
margin-right: 20px;
margin-right: calc(25% + 10px);
}
#produtos .gallery .gallery-item:nth-child(9n+6) {
width: 50%;
margin-right: calc(25% + 10px);
}
#produtos .content-section .content .container-fluid .row {
padding-top: 0 !important;
}
#produtos .content-section .content .container-fluid .row>div:first-child {
padding-top: 6rem !important;
} #contactos {
padding-top: 6rem;
}
div.wpforms-container-full {
margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 0 !important;
min-height: 60px !important; }
.wpforms-field {
position: relative !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field:last-child {
border-bottom: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field input {
height: 100% !important;
min-height: 60px !important;
border: 0 !important;
background: transparent !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field input::placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field textarea::placeholder {
color: #000;
}
div.wpforms-container-full .wpforms-form .wpforms-field textarea {
border: 0 !important;
background: transparent !important;
}
.btn-send-form {
background: transparent !important;
border-radius: 0 !important;
text-transform: uppercase !important;
padding: 0.5rem 2rem !important;
border-color: #3b3e42 !important;
}
.border,
.border-bottom,
.border-top,
.border-start,
.border-end {
border-color: #3b3e42 !important;
}
.border-c-light {
border-color: #fff !important;
}
.wpforms-submit-container {
display: none !important;
}
.btn-entrar {
text-decoration: none;
color: #000 !important;
font-size: 1.3rem;
position: relative;
margin-top: 2rem;
display: table;
font-weight: 500;
text-transform: capitalize; 
} .btn-entrar::after {
position: absolute;
content: '';
width: 130%;
height: 120%;
background-color: #fff;
border-radius: 25px;
top: -10%;
left: -15%;
z-index: -1;
} .site-info .d-table {
transform: translate(80%, 0);
} @media screen and (min-width: 1400px) {
.section-title {
font-size: 4.5rem;
font-weight: 400;
} }
@media screen and (max-width: 768px) {
.seletor-container {
max-width: 100% !important;
left: 0 !important;
height: auto !important;
}
.seletor-container>div,
.seletor-item {
flex-direction: column !important;
width: 100% !important;
}
.seletor-item,
.content-seletor-logo {
width: 100% !important;
height: 80px !important;
transition: all .8s;
}
.content-seletor-text {
width: 100%;
max-width: 100%;
height: 100%;
transition: all .8s;
padding: 0 !important;
}
.content-seletor-text.active {
width: 100%;
height: 100%;
padding: 3rem !important;
}
.seletor-item.active {
height: 100% !important;
max-height: calc(100% - 80px);
}
.content-seletor-logo {
border-right: 0 !important;
border-bottom: 2px solid #fff;
}
.content-section .content .col-sm-6 {
width: 100%;
max-width: 90% !important;
}
.slider-section h2 {
font-size: 2.4rem;
}
.col-slide .slider-section .content-section .content {
transform: translate(0%, 100%);
transition: all 1.5s;
}
.col-slide.is-selected .slider-section .content-section .content {
transform: translate(0%, 75%);
}
.seletor-item .content-seletor-logo {
text-align: left !important;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 0 3rem;
border: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.seletor-item .content-seletor-logo img {
max-width: auto !important;
width: 60px !important;
max-height: auto !important;
transform: rotate(90deg);
height: 110px !important;
}
}
@media screen and (max-width: 500px) {
.slider-section h2 {
font-size: 2rem;
}
.col-slide.is-selected .slider-section .content-section .content {
transform: translate(2%, 80%);
}
}.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
} .flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
} .flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}
.flickity-button:hover {
background: white;
cursor: pointer;
}
.flickity-button:focus {
outline: none;
box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
opacity: 0.6;
}
.flickity-button:disabled {
opacity: 0.3;
cursor: auto; pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
} .flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%; transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; } .flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
} .flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}