<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
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;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [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 {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
::after,
::before {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}img {
width: auto;
max-width: 100%;
height: auto;
}
body,
html {
overflow-x: hidden;
}
body {
font-size: 16px;
font-family: "Montserrat", serif;
}
.row.inlined {
font-size: 0;
}
.row.inlined &gt; div {
font-size: 16px;
float: none;
display: inline-block;
vertical-align: middle;
}
.grid {
margin: 0 -10px;
}
.grid-sizer,
.grid-item {
width: 50%;
padding: 10px;
}
@media (min-width: 768px) {
.grid-sizer,
.grid-item {
width: 33.333333%;
}
}
@media (min-width: 992px) {
.grid-sizer,
.grid-item {
width: 25%;
}
}
a {
transition: all 0.5s;
}
a:hover {
text-decoration: none;
}
a.see-more {
color: #888;
font-size: 18px;
position: absolute;
text-transform: lowercase;
width: 100%;
text-align: right;
right: 0;
top: 50%;
transform: translateY(-50%);
padding: 0 15px;
}
a.see-more:hover {
text-decoration: none;
color: #444;
}
a.seguir {
display: inline-block;
background: #e906f7;
color: #fff;
padding: 3px 10px;
position: relative;
}
a.seguir:hover,
a.seguir:focus,
a.seguir.seguindo {
background: #a304ac;
}
a.seguir.loading {
pointer-events: none;
}
a.seguir.loading:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
a.seguir.loading:after {
content: " ";
display: block;
width: 11px;
height: 11px;
margin: 1px;
border-radius: 50%;
border: 5px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 10px;
left: 40%;
z-index: 100000;
}
div.row.gutters-2px {
margin-left: -2px;
margin-right: -2px;
}
div.row.gutters-2px &gt; div {
padding-left: 2px;
padding-right: 2px;
}
.row.no-gutters a.see-more {
padding: 0;
}
.button,
button {
background: #e906f7;
color: #000;
text-transform: uppercase;
padding: 8px 10px;
line-height: 14px;
font-size: 11px;
border: 0;
border-radius: 0;
display: inline-block;
font-weight: 700;
border: 1px solid #e906f7;
font-family: "Open Sans", sans-serif;
transition: all 0.5s;
}
@media (min-width: 992px) {
.button,
button {
padding: 8px 20px;
}
}
.button:hover,
button:hover,
.button:focus,
button:focus {
background: #000;
color: #e906f7;
text-decoration: none;
}
.button.transparent,
button.transparent {
background: transparent;
color: #e906f7;
}
.button.transparent:hover,
button.transparent:hover,
.button.transparent:focus,
button.transparent:focus {
background-color: #e906f7;
color: #000;
}
.button.color-white,
button.color-white {
color: #fff;
}
.textcenter {
text-align: center;
}
.textright {
text-align: right;
}
.textleft {
text-align: left;
}
@media (min-width: 576px) {
.sm-textcenter {
text-align: center;
}
.sm-textright {
text-align: right;
}
.sm-textleft {
text-align: left;
}
}
@media (min-width: 768px) {
.md-textcenter {
text-align: center;
}
.md-textright {
text-align: right;
}
.md-textleft {
text-align: left;
}
}
@media (min-width: 992px) {
.lg-textcenter {
text-align: center;
}
.lg-textright {
text-align: right;
}
.lg-textleft {
text-align: left;
}
}
@media (min-width: 1200px) {
.xl-textcenter {
text-align: center;
}
.xl-textright {
text-align: right;
}
.xl-textleft {
text-align: left;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
.color-0 {
background-color: #23b145;
}
.color-1 {
background-color: #dd3333;
}
.color-2 {
background-color: #17c0ea;
}
.color-3 {
background-color: #000;
}
.color-4 {
background-color: #e906f7;
}
.color-5 {
background-color: #e55b00;
}
.color-6 {
background-color: #dd9934;
}
.color-7 {
background-color: #0c2b13;
}
.color-8 {
background-color: #666;
}
.color-9 {
background-color: #23b1a9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1;
margin: 0;
padding: 15px 0 25px;
font-weight: 400;
}
h1 {
font-size: 32px;
}
@media (min-width: 768px) {
h1 {
font-size: 36px;
}
}
h1.article-title {
font-weight: 400;
font-size: 40px;
margin: 30px 0 0;
}
h2 {
font-size: 28px;
}
@media (min-width: 768px) {
h2 {
font-size: 32px;
}
}
h2 .seguir {
display: inline-block;
vertical-align: middle;
font-size: 16px;
line-height: 1;
color: #555;
position: relative;
margin-left: 10px;
padding: 0;
background: transparent;
}
h2 .seguir:before {
content: "\f055";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 0.8em;
margin-right: 5px;
}
h2 .seguir:hover {
text-decoration: none;
color: #000;
background: transparent;
}
h2 .seguir.seguindo {
color: #999;
}
h2 .seguir.seguindo:before {
content: '\f056';
}
h3 {
font-size: 26px;
}
h4 {
font-size: 26px;
font-weight: 700;
}
h5 {
font-size: 24px;
}
h6 {
font-size: 24px;
font-weight: 700;
}
.tabs-menu {
padding-top: 10px;
border-top: 1px solid #eee;
margin: 20px 0;
}
.tabs-menu &gt; a {
display: inline-block;
color: #666;
font-size: 16px;
padding: 0 20px 0 0;
margin: 0 20px 0 0;
position: relative;
}
.tabs-menu &gt; a:after {
content: '/';
display: block;
position: absolute;
top: 50%;
right: -3px;
transform: translateY(-50%);
color: #666 !important;
}
.tabs-menu &gt; a:hover {
color: #333;
text-decoration: none;
}
.tabs-menu &gt; a.selected {
color: #e906f7;
}
.tabs-menu &gt; a:last-of-type {
margin: 0;
padding-right: 0;
}
.tabs-menu &gt; a:last-of-type:after {
display: none;
}
.tabs-content &gt; div {
display: none;
}
.tabs-content &gt; div.selected {
display: block;
}
.align-follow-button {
position: relative;
}
@media (min-width: 768px) {
.align-follow-button .seguir {
position: absolute;
top: 25px;
right: 0;
}
} #topbar {
background: #fff;
padding: 10px 0;
}
#topbar .social-links {
margin-bottom: 10px;
}
@media (min-width: 768px) {
#topbar .social-links {
margin-bottom: 0;
}
}
#topbar .social-links a {
width: 33px;
height: 33px;
text-align: center;
border: 1px solid #f2f2f2;
background: #f7f7f7;
color: #000;
line-height: 31px;
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
#topbar .social-links a:hover {
background: #eee;
}
#main-head {
padding: 10px 0;
color: #fff;
font-size: 18px;
font-weight: 700;
}
@media (min-width: 768px) {
#main-head {
padding: 25px 0 15px;
}
}
@media (min-width: 768px) {
.menu-row {
padding-top: 30px;
}
}
.menu-row nav {
line-height: 13px;
}
.menu-row ul {
padding: 0;
margin: 0 0 20px;
text-align: center;
line-height: 13px;
}
@media (min-width: 768px) {
.menu-row ul {
margin: 0;
}
}
.menu-row .button.transparent {
color: #fff;
}
.menu-row .button.transparent:hover {
color: #000;
}
.menu-row li {
color: #fff;
font-size: 11px;
font-weight: 700;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
display: block;
padding: 5px;
}
@media (min-width: 768px) {
.menu-row li {
display: inline-block;
padding: 0 10px;
vertical-align: top;
}
}
.menu-row li a {
color: #fff;
}
.menu-row li a:hover {
color: #e906f7;
text-decoration: none;
}
.menu-row li.current-menu-item a {
color: #e906f7;
}
.menu-row li.menu-item-has-children {
position: relative;
}
.menu-row li.menu-item-has-children:after {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 6px 0 6px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.menu-row li.menu-item-has-children:hover ul {
display: block;
}
.menu-row li.menu-item-has-children:hover:after {
display: none;
}
.menu-row li.menu-item-has-children ul {
background: #111;
padding: 5px;
margin: 0 0 -10px;
display: none;
}
@media (min-width: 768px) {
.menu-row li.menu-item-has-children ul {
background: #000;
padding: 10px;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
margin: 0;
}
}
.menu-row li.menu-item-has-children ul li {
display: block;
padding: 3px 0;
}
.top-search {
position: relative;
}
.top-search input {
width: 100%;
border: 1px solid #000;
background: #fff;
padding: 0 30px 0 10px;
font-size: 14px;
color: #000;
line-height: 31px;
}
.top-search button {
width: 22px;
height: 21px;
line-height: 21px;
border: 0;
padding: 0;
text-align: center;
color: #000;
background: #e906f7;
position: absolute;
top: 6px;
right: 5px;
border-radius: 0;
}
#head {
background: #000;
} .gallery {
padding: 5px;
background: #fff;
font-size: 0;
letter-spacing: 0;
}
.gallery .gallery-item {
padding: 0;
padding: 5px;
background: #fff;
display: inline-block;
vertical-align: middle;
margin: 0;
font-size: 16px;
letter-spacing: initial;
}
.gallery .gallery-item img {
width: 100%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.333%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.11%;
}
.gallery.gallery-columns-10 .gallery-item {
width: 10%;
} .page-template-default #main,
.single-post #main {
padding: 50px 0;
}
.home #main {
padding: 0;
}
.pagination {
padding: 30px 0;
}
.pagination .button {
background: transparent;
}
.pagination .button:hover {
background: #ef36fa;
}
.pagination .button.current {
background: #e906f7;
} .featured-news article {
border: 1px solid #fff;
}
@media (min-width: 1200px) {
.home .featured-news {
padding: 0 50px;
}
}
.featured-slider {
position: relative;
width: 100%;
padding-bottom: 77.77778%;
}
.featured-slider &gt; article {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post-archive-block a {
background: #f3f3f3;
padding: 20px;
margin: 0 0 5px;
display: block;
color: #000;
}
.post-archive-block a:hover {
background: #eee;
text-decoration: none;
}
.post-archive-block .data {
text-transform: capitalize;
}
.post-archive-block h3 {
font-weight: 400;
font-size: 22px;
padding: 0;
}
.post-archive-block .autor {
display: block;
font-size: 14px;
color: #999;
}
.post-slide-block &gt; a {
display: block;
background-size: cover;
background-position: center center;
position: relative;
width: 100%;
padding-bottom: 77.77778%;
}
.post-slide-block &gt; a:hover:before {
height: 100%;
}
.post-slide-block &gt; a:before {
content: ''; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); width: 100%;
height: 50%;
bottom: 0;
left: 0;
z-index: 0;
position: absolute;
pointer-events: none;
transition: all 0.5s;
}
.post-slide-block &gt; a &gt; * {
position: absolute;
}
.post-slide-block &gt; a h3 {
color: #fff;
font-size: 14px;
font-weight: 700;
margin: 0;
bottom: 10px;
left: 10px;
right: 10px;
line-height: 1.2;
font-family: "Open Sans", sans-serif;
padding: 0;
}
.post-slide-block &gt; a &gt; span {
font-size: 12px;
color: #fff;
padding: 3px;
border-radius: 3px;
font-weight: 700;
display: block;
font-family: "Open Sans", sans-serif;
top: 10px;
left: 10px;
max-width: 90%;
text-transform: capitalize;
}
.artista-archive-block {
position: relative;
}
.artista-archive-block &gt; a {
display: block;
background: #fff;
padding: 5px;
margin: 2px;
line-height: 1;
margin-bottom: 4px;
}
.artista-archive-block &gt; a .avatar {
display: block;
background-size: cover;
background-position: center center;
width: 100%;
padding-bottom: 100%;
margin: 0 0 5px;
}
.artista-archive-block &gt; a:hover {
background: #fafafa;
text-decoration: none;
}
.artista-archive-block &gt; a h3 {
color: #000;
font-size: 14px;
font-weight: 700;
margin: 0;
font-family: "Open Sans", sans-serif;
line-height: 1.2;
text-transform: uppercase;
padding: 0;
}
.artista-archive-block &gt; a .nacionalidade {
color: #000;
font-size: 12px;
display: block;
max-width: 150px;
}
.artista-archive-block &gt; a .obras {
display: block;
color: #818181;
font-size: 12px;
max-width: 150px;
}
.artista-archive-block &gt; a.seguir {
position: absolute;
bottom: 0;
right: 5px;
background: #e906f7;
font-size: 12px;
}
.galeria-archive-block {
position: relative;
margin-bottom: 30px;
}
.galeria-archive-block .avatar {
display: block;
background-size: cover;
background-position: center center;
width: 100%;
padding-bottom: 50%;
margin: 0 0 5px;
}
.galeria-archive-block:hover {
background: #fafafa;
text-decoration: none;
}
.galeria-archive-block h3 {
color: #000;
font-size: 14px;
font-weight: 700;
margin: 0;
font-family: "Open Sans", sans-serif;
line-height: 1.2;
text-transform: uppercase;
padding: 0;
}
.galeria-archive-block h3 a {
color: #000;
}
.galeria-archive-block .localizacao {
display: block;
color: #818181;
font-size: 14px;
max-width: 150px;
}
.galeria-archive-block.seguir {
position: absolute;
bottom: 0;
right: 5px;
background: #e906f7;
font-size: 14px;
}
.obra-archive-block {
margin-bottom: 10px;
}
.obra-archive-block &gt; a {
display: block;
margin: 2px;
line-height: 1;
color: #000;
}
.obra-archive-block &gt; a img {
display: block;
width: 100%;
margin: 0 0 5px;
transition: all 0.5s;
}
.obra-archive-block &gt; a:hover {
color: #e906f7;
text-decoration: none;
}
.obra-archive-block &gt; a:hover img {
scale: 1.1;
transform: scale(1.1);
box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5);
}
.obra-archive-block &gt; a h3 {
font-family: "Montserrat", serif;
font-size: 13px;
font-weight: 400;
font-style: italic;
margin: 0;
line-height: 1;
padding: 0;
letter-spacing: -0.5px;
}
.obra-archive-block &gt; a .artista {
font-weight: 700;
font-size: 13px;
display: block;
}
.obra-archive-block &gt; a .galeria,
.obra-archive-block &gt; a .preco {
display: block;
font-size: 12px;
}
.single-content {
margin: 0 0 40px;
font-size: 18px;
line-height: 1.58;
letter-spacing: 0.3px;
}
.single-content p {
margin: 0 0 30px;
font-size: 18px;
line-height: 1.58;
letter-spacing: 0.3px;
}
.single-content blockquote {
color: #e906f7;
}
.single-content .wp-block-image {
margin: 0 0 25px;
max-width: 100%;
background: transparent;
text-align: center;
}
.single-content .wp-block-image figcaption {
color: #555;
font-size: 16px;
margin: 0;
padding: 10px;
line-height: 1.58;
}
.single-content .wp-block-image.featured-image {
margin-bottom: 40px;
}
.single-content .wp-block-image.featured-image figcaption {
font-size: 16px;
color: #333399;
}
.single-content ol,
.single-content ul,
.single-content dl {
margin: 0 0 25px;
padding: 0 0 0 30px;
}
.single-content ol li,
.single-content ul li,
.single-content dl li {
font-size: 18px;
line-height: 1.58;
letter-spacing: 0.3px;
margin: 0 0 10px;
padding: 0 0 0 10px;
}
.single-content a {
color: #e906f7;
}
.single-content a:hover {
text-decoration: none;
color: #ba05c5;
}
.single-content iframe {
width: 100%;
}
.single-content .wp-block-embed__wrapper {
width: 100%;
}
.single-content .wp-block-embed figcaption {
color: #555;
font-size: 16px;
line-height: 1.58;
}
.single-content .is-type-video .wp-block-embed__wrapper {
padding-bottom: 56.25%;
position: relative;
}
.single-content .is-type-video .wp-block-embed__wrapper iframe {
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.single-content .sib_signup_form {
padding: 25px;
color: #82878c;
background: #fff;
border: 1px solid #e5e5e5;
margin: 0 0 30px;
}
.single-content .sib_signup_form &gt; div {
display: block;
width: 100%;
}
.single-content .sib_signup_form &gt; div &gt; p {
display: block;
width: 100%;
margin: 0 0 10px;
padding: 0 10px;
}
.single-content .sib_signup_form &gt; div &gt; p:last-of-type {
text-align: right;
}
@media (min-width: 768px) {
.single-content .sib_signup_form &gt; div &gt; p {
width: 50%;
float: left;
}
.single-content .sib_signup_form &gt; div &gt; p:last-of-type {
clear: both;
float: none;
width: 100%;
}
}
.single-content .sib_signup_form &gt; div &gt; p label {
display: block;
font-size: 16px;
line-height: 1.5;
margin: 0;
}
.single-content .sib_signup_form &gt; div &gt; p input,
.single-content .sib_signup_form &gt; div &gt; p select {
width: 100%;
}
.single-content .sib_signup_form &gt; div &gt; p input[type="submit"] {
background-color: #e40c8a;
width: auto;
border: 0;
padding: 5px 20px;
color: #fff;
}
.single-content .sib_signup_form &gt; div &gt; p input[type="submit"]:hover {
background: #e906f7;
}
.entry-share a {
border-radius: 3px;
padding: 10px 15px;
color: #fff;
font-size: 12px;
font-family: "Open Sans", sans-serif;
display: inline-block;
}
.entry-share a:hover {
text-decoration: none;
opacity: 0.75;
}
.entry-share a i {
font-size: 16px;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid rgba(255, 255, 255, 0.5);
vertical-align: text-bottom;
}
.entry-share a.facebook {
background: #3b5998;
}
.entry-share a.twitter {
background: #1da1f2;
}
.entry-share a.pinterest {
background: #bd081c;
}
.entry-share a.linkedin {
background: #0077b5;
}
.entry-share.small a i {
padding: 0;
margin: 0;
border: 0;
}
.login-form {
padding-top: 30px;
}
#sidebar li {
padding: 0;
margin: 0 0 40px;
list-style: none;
overflow: hidden;
}
#sidebar li a {
color: #000;
}
#sidebar li a:hover {
color: #e906f7;
text-decoration: none;
}
#sidebar li ul,
#sidebar li ol,
#sidebar li dl {
padding: 0 0 0 10px;
margin: 0 0 10px;
}
#sidebar li ul li,
#sidebar li ol li,
#sidebar li dl li {
padding: 0 0 10px;
margin: 0 0 10px;
}
#sidebar .widgettitle {
display: inline-block;
position: relative;
background: #000;
font-size: 18px;
font-weight: 400;
color: #fff;
padding: 7px 15px;
margin: 0 0 20px;
}
#sidebar .widgettitle:after {
position: absolute;
width: 5000px;
height: 2px;
content: ' ';
background: #000;
left: 0;
bottom: 0;
}
#sidebar .widget_recent_entries li,
#sidebar .widget_recent_comments li,
#sidebar .widget_archive li,
#sidebar .widget_categories li {
border-bottom: 1px dashed #ddd;
}
#sidebar .widget_recent_entries li:last-of-type,
#sidebar .widget_recent_comments li:last-of-type,
#sidebar .widget_archive li:last-of-type,
#sidebar .widget_categories li:last-of-type {
border: 0;
}
#sidebar .widget_arteref_eventos_widget h4.month {
margin: -15px 0 5px;
padding: 0;
}
#sidebar .widget_arteref_eventos_widget .eventos-content &gt; div a {
color: #fff;
line-height: 1.2;
padding: 10px;
}
#sidebar button {
border: 0;
}
#sidebar label {
display: block;
margin: 0;
}
#sidebar input[type=text],
#sidebar input[type=email] {
display: block;
width: 100%;
}
.archive-posts-list article {
padding-bottom: 40px;
border-bottom: 1px dashed #f2f2f2;
margin-bottom: 30px;
}
.archive-page-title {
background-color: #fcfcfc;
border-bottom: 1px solid #f2f2f2;
border-top: 1px solid #f2f2f2;
padding-bottom: 18px;
margin-bottom: 25px;
}
.archive-page-title h1 {
padding: 25px 0 5px;
}
.archive-featured {
margin-bottom: 45px;
}
.home #obras {
padding-top: 40px;
padding-bottom: 30px;
}
.home #categorias-a {
padding-bottom: 40px;
}
.home #galerias,
.home #artistas {
padding-top: 15px;
padding-bottom: 60px;
background: #eeeded;
}
.home #galerias .post-slide-block &gt; a &gt; span {
display: none;
}
.home .lista-categoria-obras &gt; .col {
padding-left: 5px;
padding-right: 5px;
}
.home .lista-categoria-obras a {
font-size: 16px;
color: #000;
line-height: 1;
padding: 25px 0;
background: #eeeded;
text-align: center;
display: block;
font-weight: 700;
margin: 0 0 10px;
}
.home .lista-categoria-obras a:hover {
background: #ddd;
text-decoration: none;
}
.home .archive-title {
padding-top: 25px;
padding-bottom: 5px;
margin-bottom: 40px;
position: relative;
}
.home .archive-title:after {
content: '';
height: 1px;
width: auto;
background: #b2b2b2;
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
} .categoria-pai .categoria-filhos {
display: none;
padding-left: 10px;
}
.categoria-pai input[type=checkbox]:checked + label + .categoria-filhos {
display: block;
}
.filtro-box-result.loading {
position: relative;
}
.filtro-box-result.loading:before {
content: '';
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 99999;
}
.filtro-box-result.loading:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 30px;
left: 45%;
z-index: 100000;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.filtro-box {
padding: 0 0 15px;
margin: 0 0 15px;
border-bottom: 1px solid #eee;
}
.filtro-box .filtro-content-box {
display: none;
}
.filtro-box &gt; strong {
display: block;
font-size: 14px;
padding: 0 30px 0 0;
position: relative;
cursor: pointer;
}
.filtro-box &gt; strong:hover:before {
border-top-color: #ccc;
}
.filtro-box &gt; strong:after,
.filtro-box &gt; strong:before {
top: 5px;
right: 0;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.filtro-box &gt; strong:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 10px;
}
.filtro-box &gt; strong:before {
border-color: rgba(221, 221, 221, 0);
border-top-color: #ddd;
border-width: 12px;
right: -2px;
}
.filtro-box.open .filtro-content-box {
display: block;
padding-top: 15px;
}
.filtro-box.open &gt; strong:before {
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #ddd;
top: -4px;
}
.filtro-box.open &gt; strong:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
top: 0;
}
.filtro-box .rangeslider-wrap {
padding: 35px 20px 20px;
}
.filtro-box .noUi-connect {
background: #e906f7;
}
.filtro-box input[type=text] {
width: 100%;
border: 1px solid #ccc;
padding: 0 5px;
}
.filtro-box select {
width: 100%;
border: 1px solid #ccc;
padding: 0 5px;
}
.filtro-box input[type=checkbox] {
display: none;
}
.filtro-box input[type=checkbox] + label {
display: block;
font-size: 14px;
padding: 4px 0 4px 30px;
line-height: 1.1;
position: relative;
cursor: pointer;
}
.filtro-box input[type=checkbox] + label:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
border: 2px solid #eee;
}
.filtro-box input[type=checkbox] + label:hover:before {
border-color: #ddd;
}
.filtro-box input[type=checkbox]:checked + label:before {
border-color: #ddd;
}
.filtro-box input[type=checkbox]:checked + label:after {
content: '';
position: absolute;
top: 4px;
left: 4px;
width: 12px;
height: 12px;
background: #ddd;
} #footer {
margin-top: 30px;
padding: 20px 0;
background: #000;
color: #fff;
font-weight: 700;
}
@media (min-width: 768px) {
#footer {
padding: 20px 0 200px;
}
}
#footer .copy {
display: block;
margin: 10px 0;
font-size: 14px;
}
#footer .menurow ul {
padding: 0;
margin: 0;
align-items: top;
display: block;
justify-content: space-between;
}
@media (min-width: 768px) {
#footer .menurow ul {
display: flex;
}
}
#footer .menurow ul ul {
display: block;
}
#footer .menurow ul.nav &gt; li {
margin-bottom: 20px;
}
@media (min-width: 768px) {
#footer .menurow ul.nav &gt; li {
margin-bottom: 0;
}
}
#footer .menurow li {
font-size: 18px;
font-weight: 700;
color: #fff;
list-style: none;
margin: 0;
line-height: 18px;
padding: 0;
}
#footer .menurow li a {
color: #fff;
padding: 0 0 15px;
display: block;
}
#footer .menurow li li {
font-size: 14px;
font-weight: 400;
}
#footer .menurow li li a {
padding: 0;
}
#footer .aboutrow {
border-top: 1px solid #0d0d0d;
font-weight: 400;
padding-top: 15px;
}
#footer .aboutrow img {
border: 2px solid #e4e4e4;
width: 100px;
margin: 0 auto;
display: block;
}
@media (min-width: 768px) {
#footer .aboutrow img {
width: auto;
}
}
@media (min-width: 992px) {
#footer .aboutrow img {
width: 50%;
float: left;
}
}
#footer .aboutrow h3 {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
font-size: 12px;
text-align: left;
padding-left: 10px;
padding: 0;
}
#footer .aboutrow h3.about {
display: block;
padding: 10px 0;
}
@media (min-width: 992px) {
#footer .aboutrow h3.about {
padding: 0;
float: right;
}
}
#footer .social-links {
display: block;
}
@media (min-width: 768px) {
#footer .social-links {
display: inline-block;
}
}
#footer .social-links h3 {
display: block;
padding: 0;
margin: 0 0 20px;
}
#footer .social-links a {
width: 33px;
height: 33px;
text-align: center;
border: 1px solid #0a0a0a;
background: #0a0a0a;
color: #fff;
line-height: 31px;
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
}
#footer .social-links a:hover {
background: #222;
}
.obra-header {
margin-top: 20px;
margin-bottom: 30px;
}
.obra-header .avatar img {
width: 100px;
border-radius: 100%;
}
.obra-header .avenda {
display: block;
font-weight: 700;
font-size: 14px;
}
.obra-header .galeria {
color: #777;
display: block;
font-size: 16px;
}
.obra-header .galeria:hover {
color: #000;
text-decoration: none;
}
.obra-header h1 {
padding: 0;
line-height: 1;
font-size: 22px;
}
.obra-info h2 {
line-height: 1;
font-size: 22px;
padding: 0;
}
.obra-info h2 a.title_link {
color: #000;
text-decoration: underline;
}
.obra-info h2 span {
position: relative;
margin-bottom: 30px;
display: inline-block;
}
.obra-info h2 span:first-of-type {
margin-left: 0;
}
.obra-info h2 span .seguir {
position: absolute;
top: 25px;
left: 0;
margin: 0;
background: transparent;
}
.obra-info .info-box {
padding: 10px 0;
font-size: 16px;
color: #666;
font-style: italic;
}
.obra-info .info-box a {
color: #000;
font-style: normal;
}
.obra-info .info-box a:hover {
text-decoration: underline;
}
.obra-info .info-box.comprar a {
width: 100%;
line-height: 60px;
color: #fff;
background: #e906f7;
border-radius: 3px;
font-size: 16px;
font-weight: 700;
display: block;
text-align: center;
}
.obra-info .info-box.comprar a:hover {
background: #ba05c5;
text-decoration: none;
}
.obra-info .info-box.comprar a.loading {
position: relative;
pointer-events: none;
}
.obra-info .info-box.comprar a.loading:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
.obra-info .info-box.comprar a.loading:after {
content: " ";
display: block;
width: 23px;
height: 23px;
margin: 1px;
border-radius: 50%;
border: 5px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 20px;
left: 45%;
z-index: 100000;
}
.obra-info .info-box.comprar a.disabled {
position: relative;
pointer-events: none;
}
.obra-info .info-box.comprar a.disabled:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
.obra-info .info-box.comprar span {
display: block;
padding: 5px;
border: 1px solid #eee;
background: #fafafa;
text-align: center;
margin: 10px 0;
font-weight: 400;
}
.obra-info .info-box.contactar {
margin-top: 20px;
padding-top: 30px;
border-top: 1px solid #ddd;
}
.obra-info .info-box.contactar a {
width: 100%;
line-height: 1.2;
color: #fff;
background: #e906f7;
border-radius: 3px;
font-size: 16px;
font-weight: 700;
display: block;
text-align: center;
padding: 11px 0;
}
.obra-info .info-box.contactar a:hover {
background: #ba05c5;
text-decoration: none;
}
.obra-info .info-box.contactar a.loading {
position: relative;
pointer-events: none;
}
.obra-info .info-box.contactar a.loading:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
.obra-info .info-box.contactar a.loading:after {
content: " ";
display: block;
width: 23px;
height: 23px;
margin: 1px;
border-radius: 50%;
border: 5px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 20px;
left: 45%;
z-index: 100000;
}
.obra-info .info-box.contactar a.disabled {
position: relative;
pointer-events: none;
}
.obra-info .info-box.contactar a.disabled:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
.obra-info .info-box.contactar span {
display: block;
padding: 5px;
border: 1px solid #eee;
background: #fafafa;
text-align: center;
margin: 10px 0;
font-weight: 400;
}
.obra-info .info-box strong {
color: #000;
display: block;
font-style: normal;
}
.obra-info .info-box.social {
text-align: center;
}
.obra-info .info-box.social .entry-share a {
background: transparent;
}
.obra-info .info-box.social .entry-share a:hover {
text-decoration: none;
}
.obra-info + .entry-share {
text-align: center;
}
.obra-info + .entry-share a {
color: #000;
background: transparent;
}
#obra_geral p {
font-size: 18px;
}
#obra_galeria .bio &gt; img {
max-width: 300px;
float: right;
border: 5px solid #eee;
margin: 0 0 20px 20px;
}
#obra_galeria .bio p {
font-size: 18px;
}
#curriculo .bio &gt; img {
max-width: 300px;
float: right;
border: 5px solid #eee;
margin: 0 0 20px 20px;
}
#curriculo .bio p {
font-size: 18px;
}
#curriculo .curriculum {
margin-top: 50px;
}
#curriculo .curriculum h2 {
margin-bottom: 20px;
padding: 0;
}
#curriculo .curriculum &gt; .row {
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
#curriculo .curriculum &gt; .row .row {
margin-bottom: 10px;
}
#curriculo .curriculum .grupo {
font-weight: 700;
}
#curriculo .curriculum .item {
margin-bottom: 5px;
}
#galeria_artistas .gray_bg_right,
#galeria_artistas .gray_bg_left {
position: relative;
padding-top: 15px;
}
#galeria_artistas .gray_bg_right &gt; *,
#galeria_artistas .gray_bg_left &gt; * {
position: relative;
}
#galeria_artistas .gray_bg_right:before,
#galeria_artistas .gray_bg_left:before {
content: '';
display: block;
position: absolute;
top: 0;
width: 100vw;
background: #f3f3f3;
height: 100%;
}
#galeria_artistas .gray_bg_right:before {
right: 7.5px;
}
#galeria_artistas .gray_bg_left:before {
left: 7.5px;
}
.lista-items {
margin-bottom: 30px;
position: relative;
}
.lista-items &gt; div {
padding-bottom: 30px;
}
.lista-items h2 {
font-size: 18px;
font-weight: 700;
}
.lista-items a {
color: #000;
margin: 0 0 10px;
display: block;
}
.lista-items a:hover {
color: #e906f7;
text-decoration: none;
}
.galeria-artista-row {
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
.galeria-artista-row:last-of-type:after {
display: none;
}
.galeria-artista-row h3 {
font-weight: 700;
padding: 0 0 10px;
}
.galeria-artista-row .grid {
margin-top: 30px;
}
#galeria_geral &gt; .row {
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
#galeria_geral &gt; .row:after {
content: '';
display: block;
height: 1px;
background: #ccc;
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
}
#galeria_geral &gt; .row:last-of-type:after {
display: none;
}
#galeria_geral &gt; .row.gray_bg {
position: relative;
padding-top: 15px;
}
#galeria_geral &gt; .row.gray_bg:before {
content: '';
display: block;
position: absolute;
top: 0;
width: 100vw;
left: 50%;
transform: translateX(-50%);
background: #f3f3f3;
height: 100%;
}
#galeria_geral &gt; .row.gray_bg:after {
display: none;
}
.map-dynamic {
width: 100%;
display: block;
margin: 30px auto;
border: 1px solid #ccc;
max-width: 900px;
height: 300px;
}
article.post header {
margin: 0 0 40px;
}
article.post header .categoria {
font-size: 12px;
color: #fff;
padding: 3px 6px;
border-radius: 3px;
font-weight: 400;
display: block;
font-family: "Open Sans", sans-serif;
top: 10px;
left: 10px;
max-width: 90%;
text-transform: capitalize;
display: inline-block;
}
article.post header h1 {
font-size: 40px;
font-weight: 400;
line-height: 1.1;
margin: 20px 0 0;
padding: 0;
}
article.post header h1 a {
color: #000;
}
article.post header h1 a:hover {
color: #e906f7;
}
article.post header .subtitulo {
font-size: 20px;
font-style: italic;
color: #999;
font-weight: 400;
margin: 0;
line-height: 1.1;
}
article.post header .meta-line {
padding: 15px 0;
color: #000;
}
article.post header .meta-line .data {
text-transform: capitalize;
}
article.post header .views i {
margin-left: 20px;
margin-right: 5px;
}
article.post &gt; img {
width: 100%;
margin-bottom: 40px;
}
article.post .tags {
padding-bottom: 30px;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
article.post .tags span,
article.post .tags a {
display: inline-block;
padding: 3px 6px;
border: 1px solid #000;
margin: 0 3px 3px 0;
font-family: "Open Sans", sans-serif;
font-size: 12px;
color: #fff;
background: #000;
border-color: #000;
}
article.post .tags span {
text-transform: uppercase;
}
article.post .tags a {
color: #000;
background: #fff;
border-color: #ddd;
}
article.post .tags a:hover {
background: #ddd;
text-decoration: none;
}
article.post footer .entry-share {
padding-bottom: 30px;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
article.post .nextprev {
margin-bottom: 60px;
}
article.post .nextprev span {
font-size: 12px;
font-family: "Open Sans", sans-serif;
color: #aaa;
margin: 0 0 10px;
display: block;
}
article.post .nextprev span a {
color: #000;
font-family: "Montserrat", serif;
font-size: 20px;
line-height: 1.5;
display: block;
}
article.post .nextprev span a:hover {
text-decoration: none;
color: #999;
}
article.post .autor-box {
padding: 20px;
border: 1px solid #ddd;
margin-bottom: 40px;
}
article.post .autor-box a {
display: block;
margin: 0;
font-size: 20px;
color: #000;
font-weight: 700;
}
article.post .autor-box a:hover {
text-decoration: none;
color: #e906f7;
}
article.post .autor-box p {
margin: 0;
font-size: 18px;
} .hamburger {
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
padding: 0;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger.is-active:hover {
opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #eee;
}
.hamburger-box {
width: 25px;
height: 18px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 25px;
height: 2px;
background-color: #eee;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -6px;
}
.hamburger-inner::after {
bottom: -6px;
} .hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
top: 8px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
top: 16px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
#arteref-lightbox {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 9999999;
opacity: 0;
}
#arteref-lightbox div.close {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
cursor: pointer;
}
#arteref-lightbox .inner {
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
max-width: 90%;
max-height: 90%;
width: auto;
height: auto;
display: inline-block;
padding: 20px;
background: #fff;
position: absolute;
text-align: center;
box-shadow: 0 0 10px 3px #444;
z-index: 10;
}
#arteref-lightbox .inner h1,
#arteref-lightbox .inner h2,
#arteref-lightbox .inner h3,
#arteref-lightbox .inner h4,
#arteref-lightbox .inner h5,
#arteref-lightbox .inner h6 {
margin: 0 0 10px;
padding: 0;
}
#arteref-lightbox .inner input {
border: 1px solid #999;
padding: 0 5px;
line-height: 30px;
font-size: 20px;
}
#arteref-lightbox .inner #ignora-telefone {
color: #999;
}
#arteref-lightbox .inner button {
margin: 10px 0 0;
}
#arteref-lightbox .inner button.loading {
position: relative;
pointer-events: none;
}
#arteref-lightbox .inner button.loading:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
#arteref-lightbox .inner button.loading:after {
content: " ";
display: block;
width: 23px;
height: 23px;
margin: 1px;
border-radius: 50%;
border: 5px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 20px;
left: 45%;
z-index: 100000;
}
.perfil-noticias-row {
margin-bottom: 20px;
position: relative;
padding-top: 0;
padding-bottom: 15px;
}
.perfil-noticias-row:before {
content: '';
display: block;
position: absolute;
top: 0;
width: 100vw;
left: 50%;
transform: translateX(-50%);
background: #f3f3f3;
height: 100%;
}
.perfil-noticias-row:after {
display: none;
}
.perfil-editar-profile {
max-width: 300px;
display: block;
margin: 30px auto;
}
.perfil-editar-profile p {
text-align: center;
font-size: 22px;
line-height: 1.2;
padding: 5px;
}
.perfil-editar-profile p.success {
background: #b1dfb6;
}
.perfil-editar-profile p.warning {
background: #dfdbb1;
}
.perfil-editar-profile p.error {
background: #dfb1b1;
}
.perfil-editar-profile label {
display: block;
line-height: 2;
margin: 0;
font-weight: 700;
}
.perfil-editar-profile input {
display: block;
width: 100%;
margin-bottom: 20px;
padding: 5px;
}
.perfil-editar-profile.loading {
pointer-events: none;
position: relative;
}
.perfil-editar-profile.loading:before {
content: " ";
display: block;
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
.perfil-editar-profile.loading:after {
content: " ";
display: block;
width: 60px;
height: 50px;
margin: 1px;
border-radius: 50%;
border: 5px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
position: absolute;
top: 40%;
left: 40%;
z-index: 100000;
}
.widget-solicitacoes {
width: 100%;
}
.widget-solicitacoes &gt; div {
border: 1px solid #eee;
padding: 10px;
font-size: 20px;
margin: 0 0 10px;
}
.widget-solicitacoes &gt; div span {
display: block;
font-size: 16px;
}
.widget-solicitacoes &gt; div.visualizado {
background: #c3d6f7;
border-color: #c3d6f7;
}
.widget-solicitacoes &gt; div.respondido {
background: #f7eec3;
border-color: #f7eec3;
}
.widget-solicitacoes &gt; div.fechado {
background: #b4e3ae;
border-color: #b4e3ae;
}
#message {
padding: 20px;
border: 1px solid #eee;
margin: 0 0 20px;
text-align: center;
}
#message.updated {
background: #e2ffde;
}
#message.error {
background: #ffdede;
}
#message p {
margin: 0;
font-size: 20px;
}
.artista .badges {
border: 1px solid #eee;
background: #fafafa;
padding: 20px 10px 10px;
margin: 20px 0;
font-size: 0;
}
.artista .badges h3 {
padding: 0;
font-size: 20px;
font-weight: 700;
margin: 0 10px 20px;
}
.artista .badges &gt; div {
display: inline-block;
vertical-align: top;
margin: 0 0 10px;
padding: 0 10px;
width: 100%;
}
@media (min-width: 768px) {
.artista .badges &gt; div {
width: 50%;
}
}
.artista .badges img {
width: 25px;
margin: 0 10px 0 0;
vertical-align: middle;
}
.artista .badges span {
font-size: 18px;
display: inline-block;
vertical-align: middle;
width: 200px;
}
@media (min-width: 768px) {
.artista .badges span {
width: 270px;
}
}
@media (min-width: 992px) {
.artista .badges span {
width: 390px;
}
}
@media (min-width: 1200px) {
.artista .badges span {
width: 500px;
}
}.lb-loader,
.lightbox {
text-align: center;
line-height: 0;
position: absolute;
left: 0
}
body.lb-disable-scrolling {
overflow: hidden
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: #000;
filter: alpha(Opacity=80);
opacity: .8;
display: none
}
.lightbox {
width: 100%;
z-index: 10000;
font-weight: 400;
outline: 0
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px;
border: 4px solid #fff
}
.lightbox a img {
border: none
}
.lb-outerContainer {
position: relative;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
background-color: #fff
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both
}
.lb-loader {
top: 43%;
height: 25%;
width: 100%
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//arteref.com/wp-content/themes/artsy/assets/img/vendor/loading.gif) no-repeat
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10
}
.lb-container&gt;.nav {
left: 0
}
.lb-nav a {
outline: 0;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next,
.lb-prev {
height: 100%;
cursor: pointer;
display: block
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//arteref.com/wp-content/themes/artsy/assets/img/vendor/prev.png) left 48% no-repeat;
filter: alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity .6s;
-moz-transition: opacity .6s;
-o-transition: opacity .6s;
transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
filter: alpha(Opacity=100);
opacity: 1
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//arteref.com/wp-content/themes/artsy/assets/img/vendor/next.png) right 48% no-repeat;
filter: alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity .6s;
-moz-transition: opacity .6s;
-o-transition: opacity .6s;
transition: opacity .6s
}
.lb-nav a.lb-next:hover {
filter: alpha(Opacity=100);
opacity: 1
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both
}
.lb-data {
padding: 0 4px;
color: #ccc
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: 700;
line-height: 1em
}
.lb-data .lb-caption a {
color: #4ae
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//arteref.com/wp-content/themes/artsy/assets/img/vendor/close.png) top right no-repeat;
text-align: right;
outline: 0;
filter: alpha(Opacity=70);
opacity: .7;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-o-transition: opacity .2s;
transition: opacity .2s
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: alpha(Opacity=100);
opacity: 1
}</pre></body></html>