.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}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;
}* {
box-sizing: border-box;
}
html {
color: #222;
font-size: 1em;
line-height: 1.4;
} ::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
} audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
} fieldset {
border: 0;
margin: 0;
padding: 0;
} textarea {
resize: vertical;
}:root {
--default-font: "Noto Sans", sans-serif;
--title-font: "Titillium Web", sans-serif;
--default-font-size: 16px;
--big-font-size: 20px;
--small-font-size: 14px;
--smaller-font-size: 14px;
--default-font-weight: 400;
--title-font-weight: 700;
--strong-font-weight: 600;
--h1-font-size: 32px;
--h2-font-size: 28px;
--h3-font-size: 24px;
--h4-font-size: 22px;
--h5-font-size: 20px;
--h6-font-size: 18px;
--default-text-margin: 20px;
--default-title-margin-top: 40px;
--default-title-margin-bottom: 20px;
--default-font-color: #5e5f5f; --default-title-color: #174175; --menu-color: #174175;
--bright-cyan: #4ad7ff;
--water-blue: #1597D1;
--water-blue-hover: #12568a;
--light-navy: #174175;
--gunmetal: #5e5f5f;
--black: #5e5f5f; --light-grey: #f3f3f3;
--white: #FDFDFD;
--cta-detail-blue: #077FBB;
--border-color-bg-navy: rgb(13, 49, 72, 0.6);
--border-color-bg-grey: #E9E9E9;
--site-width: 425px;
--header-height: 55px;
--default-margin-top-bottom: 40px;
--default-wp-block-margin-top-bottom: 40px; --default-box-shadow: 0px 10px 20px 0 #0000001A;
--header-box-shadow: 0px 15px 15px 0 #0000001A;
--search-form-wrapper-height: 256px; --wp--style--gallery-gap-default: 5px;
}
@media only screen and (min-width: 1025px) {
:root {
--big-font-size: 24px;
--default-font-size: 20px;
--small-font-size: 16px;
--smaller-font-size: 14px;
--h1-font-size: 58px;
--h2-font-size: 44px;
--h3-font-size: 34px;
--h4-font-size: 30px;
--h5-font-size: 26px;
--h6-font-size: 22px;
--default-text-margin: 30px;
--default-title-margin-top: 50px;
--default-title-margin-bottom: 30px;
--site-width: 1140px;
--header-height: 80px;
--default-margin-top-bottom: 80px;
--default-wp-block-margin-top-bottom: 60px;
--search-form-wrapper-height: 460px; --wp--style--gallery-gap-default: 5px;
}
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
font-display: swap;
src:
local(''),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/titillium-web-v15-latin-ext_latin-700.woff2) format('woff2'),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/titillium-web-v15-latin-ext_latin-700.woff) format('woff');
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:
local(''),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-regular.woff2) format('woff2'),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-regular.woff) format('woff');
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src:
local(''),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-italic.woff2) format('woff2'),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-italic.woff) format('woff');
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src:
local(''),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-600.woff2) format('woff2'),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-600.woff) format('woff');
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src:
local(''),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-600italic.woff2)
format('woff2'),
url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/fonts/noto-sans-v27-latin-ext_latin-600italic.woff) format('woff');
} body {
background-color: var(--white);
word-break: break-word;
overflow-x: hidden;
color: var(--default-font-color);
font-family: var(--default-font);
font-size: var(--default-font-size);
line-height: 1.4;
font-weight: var(--default-font-weight);
}
:is(h1, h2, h3, h4, h5, h6) {
scroll-margin-top: 130px;
}
:is(h1, h2, h3, h4, h5, h6),
.editor-styles-wrapper .is-root-container :is(h1, h2, h3, h4, h5, h6) {
font-family: var(--title-font);
font-weight: var(--title-font-weight);
color: var(--default-title-color);
}
h1,
.editor-styles-wrapper .is-root-container h1 {
font-size: var(--h1-font-size);
margin-top: var(--default-title-margin-top);
margin-bottom: var(--default-title-margin-bottom);
}
h2,
.editor-styles-wrapper .is-root-container h2 {
font-size: var(--h2-font-size);
margin-top: var(--default-title-margin-top);
margin-bottom: var(--default-title-margin-bottom);
}
h3,
.editor-styles-wrapper .is-root-container h3 {
font-size: var(--h3-font-size);
margin-top: var(--default-title-margin-top);
margin-bottom: var(--default-title-margin-bottom);
}
h4,
.editor-styles-wrapper .is-root-container h4 {
font-size: var(--h4-font-size);
margin-top: var(--default-title-margin-top);
margin-bottom: var(--default-title-margin-bottom);
}
h5,
.editor-styles-wrapper .is-root-container h5 {
font-size: var(--h5-font-size);
margin-top: var(--default-title-margin-top);
margin-bottom: var(--default-title-margin-bottom);
}
h6,
.editor-styles-wrapper .is-root-container h6 {
font-size: var(--h6-font-size);
margin-top: var(--default-title-margin-top);
margin-bottom: var(--default-title-margin-bottom);
}
a,
.editor-styles-wrapper .is-root-container a {
color: var(--water-blue);
}
strong,
.editor-styles-wrapper .is-root-container strong {
font-weight: var(--strong-font-weight);
}
input[type='submit'] {
cursor: pointer;
}
figure,
img {
max-width: 100%;
}  .alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
}
.alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
.default-margin-top {
margin-top: var(--default-margin-top-bottom);
}
.default-margin-bottom {
margin-bottom: var(--default-margin-top-bottom);
}
.white-bg {
background-color: var(--white);
}
.grey-bg {
background-color: var(--light-grey);
}
.black-bg {
background-color: var(--black);
}
.light-navy-bg {
background-color: var(--light-navy);
}
.white-grey-bg {
background-color: var(--white);
background-image: linear-gradient(var(--white) 50%, var(--light-grey) 50%);
}
.grey-white-bg {
background-color: var(--light-grey);
background-image: linear-gradient(var(--light-grey) 50%, var(--white) 50%);
}
.transparent-bg {
background-color: transparent;
background-image: none;
}
.img-ratio-wrapper {
padding-top: calc(26 / 35 * 100%);
height: 0;
overflow: hidden;
position: relative; margin: 0;
}
.img-ratio-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.video-ratio-wrapper {
width: 100%;
} .video-ratio-wrapper iframe { aspect-ratio: 16/9;
width: 100%;
height: auto;
}
.section-title,
.sub-section-title {
font-size: 28px;
text-align: center;
line-height: 1;
margin-top: 0;
margin-bottom: 30px;
}
.section-title .description {
display: block;
color: var(--water-blue);
font-size: 12px;
font-weight: var(--strong-font-weight);
text-transform: uppercase;
width: 100%;
margin-bottom: 10px;
}
.section-title .title {
color: var(--white);
margin-top: 0;
}
.sub-section-title {
font-size: 26px;
margin-top: var(--default-margin-top-bottom);
margin-bottom: 15px;
} .esun-content {
max-width: var(--site-width);
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.mv-button-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.mv-button {
display: flex;
justify-content: center;
align-items: center;
max-width: 350px;
width: 100%;
min-height: 55px;
margin-left: auto;
margin-right: auto;
padding: 5px 15px;
background-color: var(--water-blue);
border: none;
border-radius: 5px;
box-shadow: var(--default-box-shadow);
color: var(--white);
font-size: var(--small-font-size);
font-weight: var(--strong-font-weight);
text-align: center;
text-decoration: none;
text-transform: u;
} .post-block-column {
display: grid;
grid-template-columns: 1fr;
column-gap: 30px;
row-gap: 30px;
margin-bottom: var(--default-margin-top-bottom);
}
.post-block {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.post-block .content {
position: relative;
display: block;
flex-grow: 1;
max-width: 350px;
text-decoration: none;
color: var(--default-font-color);
box-shadow: var(--default-box-shadow);
background-color: var(--white);
border-radius: 5px;
}
.post-block .content .category {
color: var(--water-blue);
font-size: 12px;
font-weight: var(--strong-font-weight);
text-transform: uppercase;
padding: 15px 15px 10px 15px;
}
.post-block .content .img-ratio-wrapper {
border-radius: 5px 5px 0 0;
}
.post-block .content .title {
display: flex;
justify-content: left;
align-items: center;
min-height: auto;
margin: 0;
padding: 0 15px 15px 15px;
font-size: 22px;
text-align: left;
}
.post-list-column {
display: grid;
}
.post-list-column .mv-button-wrapper {
padding-left: 0;
padding-right: 0;
display: flex;
align-items: flex-end;
}
.post-list-item .content {
position: relative;
display: flex;
flex-wrap: wrap;
max-width: 350px;
min-height: 94px; margin: auto;
padding: 15px 0 15px 100px;
text-decoration: none;
}
.white-bg .post-list-item .content,
.grey-bg .post-list-item .content {
border-bottom: 1px solid var(--border-color-bg-grey);
}
.light-navy-bg .post-list-item .content {
border-bottom: 1px solid var(--border-color-bg-navy);
}
.post-list-item:last-of-type .content {
border-bottom: none;
}
.post-list-item .content img {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 85px;
height: 64px;
border-radius: 3px;
object-fit: cover;
}
.post-list-item .content .category {
flex-basis: 100%;
color: var(--water-blue);
font-size: 10px;
font-weight: var(--strong-font-weight);
text-transform: uppercase;
}
.post-list-item .content .title {
flex-basis: 100%;
margin: 0;
font-size: 18px;
line-height: 1.2;
}
.post-blocks-with-list {
display: grid;
grid-template-columns: 1;
column-gap: 30px;
row-gap: 30px;
}
.post-blocks-with-list .post-block .content .img-ratio-wrapper {
padding-top: calc(210 / 330 * 100%);
}
.post-blocks-with-list .post-list-column .content .img-ratio-wrapper {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.post-blocks-with-list .post-list-column .mv-button {
margin-top: 15px;
} .search-form-wrapper {
position: relative;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
overflow: hidden;
height: var(--search-form-wrapper-height);
padding-top: 0;
padding-bottom: 50px;
background-color: var(--light-grey);
}
.search-form-wrapper .site-name {
color: var(--white);
text-align: center;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 30px;
}
.search-form-wrapper .search-bg {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
}
.search-form {
width: 100%;
line-height: 1;
margin: 0;
z-index: 1;
padding-left: 15px;
padding-right: 15px;
}
.search-title {
font-family: var(--title-font);
color: var(--white);
display: none; text-align: center;
margin-top: 0;
margin-bottom: 28px;
}
.search-fields {
max-width: 600px;
position: relative;
display: grid;
grid-template-columns: 1fr 55px;
box-shadow: var(--default-box-shadow);
margin-right: auto;
margin-left: auto;
}
.search-field {
position: relative;
display: inline-block;
width: 100%;
height: 55px;
border: none;
padding: 10px 30px;
outline: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.search-field:hover,
.search-field:focus,
.search-field:focus-visible {
background-color: var(--light-grey);
}
.search-submit {
width: 55px;
height: 55px;
background-color: var(--water-blue);
border: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border: none;
cursor: pointer;
}
.search-submit:hover {
background-color: var(--water-blue-hover);
}
.search-button {
width: 25px;
height: 25px;
} .social-networks {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
column-gap: 30px;
}
.social-networks a {
text-decoration: none;
display: inline-block;
}
.icon-instagram {
width: 40px;
height: 40px;
}
.icon-youtube {
width: 56px;
height: 40px;
}
.icon-facebook {
width: 21px;
height: 40px;
}
.icon-whatsapp {
width: 45px;
height: 45px;
}
.icon-telegram {
width: 45px;
height: 38px;
}
.icon-tiktok {
width: 27px;
height: 32px;
}
.plan-trip-wrapper {
padding-bottom: 30px;
}
.plan-trip-wrapper .cta {
box-shadow: none;
}
.plan-trip-wrapper .cta.plan-trip .plan-trip-title {
color: var(--light-navy);
}
.plan-trip-wrapper .cta.plan-trip .plan-trip-item:hover .box {
box-shadow: 0 0 0 8px #0000001a;
}
.plan-trip-wrapper .cta.plan-trip .plan-trip-item .item-title {
color: var(--light-navy);
}
.plan-trip-title {
margin-top: 0;
margin-bottom: 28px;
text-align: center;
}
.plan-trip-items {
max-width: 800px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
margin-left: auto;
margin-right: auto;
column-gap: 10px;
row-gap: 30px;
}
.plan-trip-item {
width: 120px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-decoration: none;
}
.plan-trip-item .box {
display: flex;
justify-content: center;
align-items: center;
background-color: var(--water-blue);
border-radius: 100%;
box-shadow: var(--default-box-shadow);
}
.plan-trip-item .box .icon {
width: 80px;
height: 80px;
padding: 18px;
}
.plan-trip-item:hover .box {
box-shadow: 0 0 0 8px #0000001a;
}
.plan-trip-item:hover .box .icon {
padding: 15px;
}
.plan-trip-item .item-title {
flex-shrink: 0;
flex: 1 0 80px;
margin: 20px 0 0 0;
color: var(--light-navy);
font-size: 14px;
font-weight: var(--strong-font-weight);
text-align: center;
}
.newsletter { padding-top: 30px;
text-align: left;
}
.newsletter-header {
display: flex;
justify-content: left;
align-items: center;
column-gap: 15px;
margin-bottom: 20px;
}
.newsletter-header .title {
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
line-height: 1;
}
.newsletter-header .newsletter-cta {
font-size: var(--smaller-font-size);
line-height: 1;
}
.newsletter input[type='email'] {
width: 100%;
height: 40px;
background: none;
color: var(--white);
border: none;
border-bottom: 1px solid var(--water-blue);
margin-bottom: 30px;
font-size: var(--smaller-font-size);
outline: none;
}
.newsletter .response {
margin-bottom: 10px;
}
.newsletter input::placeholder {
color: var(--white);
}
.newsletter input[type='submit'] {
width: 100%;
height: 40px;
background-color: var(--water-blue);
color: var(--white);
font-size: var(--smaller-font-size);
font-weight: var(--strong-font-weight);
line-height: 40px;
text-align: center;
border: none;
border-radius: 5px;
}
.cta-wrapper {
padding-top: var(--default-text-margin);
padding-bottom: var(--default-text-margin);
}
.cta {
position: relative; box-shadow: var(--default-box-shadow);
color: var(--white);
max-width: 425px;
padding: 30px;
display: grid;
grid-template-columns: 1fr;
column-gap: 40px;
row-gap: 20px;
overflow: hidden;
}
.cta .type,
.cta .content {
position: relative;
display: flex;
flex-flow: column;
justify-content: space-evenly;
align-items: center;
}
.cta .type .icon {
width: 60px;
height: auto;
}
.cta .title {
color: var(--white);
font-size: 34px;
margin: 0 0 20px 0;
max-width: 300px;
text-align: center;
}
.cta .text {
font-size: 16px;
margin: 0;
line-height: 1.75;
text-align: center;
}
.cta .mv-buttons {
position: relative;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 20px;
}
.cta .mv-button {
min-height: 80px;
text-align: left;
margin: 5px 0;
padding: 15px;
font-size: 14px;
text-align: center;
}
.cta .mv-button .icon {
margin-right: 20px;
display: none;
}
.cta.newsletter .mv-buttons {
grid-template-columns: 1fr;
}
.cta.newsletter .icon {
height: 41px;
}
.cta.newsletter .mc4wp-response {
font-size: var(--smaller-font-size);
}
.cta.newsletter .newsletter-form-wrapper {
width: 100%;
}
.cta.groups .icon-groups {
height: 35px;
}
.cta.travel-more .icon {
width: 80px;
height: 80px;
}
.cta.travel-more .title {
margin-bottom: 0;
}
.cta.travel-more .mv-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
row-gap: 20px;
}
.cta.travel-more .mv-button {
min-height: 55px;
}
.cta.apps .icon-apps {
width: 60px;
height: 59px;
}
.cta.apps .mv-buttons .icon {
width: 100%;
height: auto;
aspect-ratio: 228/68;
}
.cta.plan-trip {
display: block;
}
.cta.plan-trip::before {
display: none;
}
.cta.plan-trip .plan-trip-title {
color: var(--white);
}
.cta.plan-trip .plan-trip-item:hover .box {
box-shadow: 0 0 0 8px var(--water-blue-hover);
}
.cta.plan-trip .plan-trip-item .item-title {
color: white;
}
.recent-posts-wrapper {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.news-wrapper {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.sponsored-wrapper {
padding-top: 20px;
padding-bottom: 20px;
}
.sponsored-wrapper .section-title,
.sponsored-wrapper .sub-section-title,
.sponsored-wrapper .post-list-column .content .title {
color: var(--white);
}
.webstories-wrapper {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.featured-destinations-wrapper {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.featured-destination-list {
display: grid;
grid-template-columns: 1fr;
column-gap: 30px;
row-gap: 30px;
justify-content: center;
margin-bottom: var(--default-margin-top-bottom);
}
.featured-destination-list .post-block .content .title {
display: flex;
justify-content: center;
align-items: center;
min-height: 90px;
margin: 0;
padding: 0 15px;
font-size: 22px;
text-align: center;
}
.video-wrapper {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.video-wrapper .post-blocks-with-list {
row-gap: 0;
}
.video-wrapper .post-blocks-with-list .post-block-column {
grid-template-columns: 1fr;
margin-bottom: 0;
}
.video-wrapper .post-blocks-with-list .post-block-column .post-block {
max-width: 350px;
justify-self: center;
}
.video-wrapper .post-blocks-with-list .post-block-column .content {
box-shadow: none;
background-color: none;
border-radius: none;
}
.video-wrapper .post-blocks-with-list .post-block-column .content .title {
font-size: var(--h4-font-size);
}
.magazines-wrapper {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.magazines {
display: grid;
grid-template-columns: 1fr;
column-gap: 30px;
row-gap: 30px;
justify-content: center;
padding-top: 15px;
padding-bottom: 15px;
}
.magazine {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.magazine .content {
display: block;
flex-grow: 1;
text-decoration: none;
max-width: 350px;
}
.magazine .title {
font-size: 26px;
line-height: 1;
text-align: center;
margin-top: 0;
margin-bottom: 15px;
}
.magazine .subtitle {
color: var(--default-font-color);
font-size: var(--small-font-size);
line-height: 1;
text-align: center;
margin-top: 0;
margin-bottom: 20px;
}
.light-navy-bg .magazine .title,
.light-navy-bg .magazine .subtitle,
.black-bg .magazine .title,
.black-bg .magazine .subtitle {
color: var(--white);
}
.magazine .img-ratio-wrapper {
margin: 0 0 30px 0;
padding-top: calc(500 / 350 * 100%);
border-radius: 5px;
}
@media only screen and (min-width: 1025px) {
.section-title {
text-align: left;
font-size: 34px;
}
.sub-section-title {
margin-top: 0;
text-align: left;
}
.search-form-wrapper {
padding-bottom: 100px;
}
.search-form-wrapper .site-name {
margin-bottom: 50px;
}
.search-form-container .search-title {
display: block;
margin-bottom: 40px;
}
.search-fields {
grid-template-columns: 1fr 55px;
}
.search-field {
height: 55px;
} .search-submit {
width: 55px;
height: 55px;
}
.search-button {
width: 25px;
height: 25px;
}
.plan-trip-title {
margin-bottom: 40px;
}
.post-block-column {
grid-template-columns: repeat(3, 1fr);
}
.post-blocks-with-list {
grid-template-columns: 1fr 350px;
}
.post-blocks-with-list .post-block-column {
grid-template-columns: repeat(2, 1fr);
margin-bottom: 0;
}
.featured-destination-list {
grid-template-columns: repeat(3, 1fr);
}
.video-wrapper .post-blocks-with-list .post-block-column .post-block {
max-width: none;
width: 100%;
}
.video-wrapper .post-blocks-with-list .post-block-column .content {
max-width: none;
}
.cta {
grid-template-columns: 300px 1fr 300px;
max-width: var(--site-width);
height: 300px;
border-radius: 5px;
}
.cta::before {
content: '';
position: absolute;
width: 400px;
height: 400px;
background-color: var(--cta-detail-blue);
opacity: 0.3;
border-radius: 20px;
top: 50%;
left: -150px;
transform: translateY(-50%) rotate(45deg);
}
.cta .type,
.cta .content,
.cta .mv-buttons {
align-items: flex-start;
}
.cta .type .icon {
width: 200px;
}
.cta .title {
margin: 0;
text-align: left;
}
.cta .text {
font-size: 18px;
line-height: 1.4;
text-align: left;
}
.cta .mv-buttons {
display: flex;
flex-flow: column;
justify-content: space-evenly;
align-items: center;
}
.cta .mv-button {
padding: 5px 20px;
font-size: 16px;
text-align: left;
}
.cta .mv-button .icon {
display: block;
}
.cta.travel-more {
grid-template-columns: 300px 1fr 350px;
}
.cta.travel-more .icon-travel-more {
height: 200px;
}
.cta.apps .type .icon {
width: 125px;
height: 123px;
margin-left: 40px;
margin-bottom: 20px;
}
.cta.apps .text {
max-width: 350px;
}
.cta.apps .mv-buttons .icon {
width: 228px;
height: auto;
}
.cta.newsletter {
grid-template-columns: 300px 1fr 1fr;
}
.cta.newsletter .icon-newsletter {
width: 125px;
height: 87px;
margin-left: 50px;
}
.cta.newsletter .content {
justify-content: center;
}
.cta.newsletter .title {
margin-bottom: 30px;
}
.cta.groups .icon-groups {
height: 116px;
}
.magazines {
grid-template-columns: repeat(3, 1fr);
}
.magazine figure {
margin: 0 0 40px 0;
}
}
.header-wrapper-desktop {
display: none;
}
.header {
display: flex;
justify-content: center;
align-items: center;
height: 60px;
}
.custom-logo {
width: auto;
height: 45px;
}
.hamburger-menu {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
padding: 15px;
cursor: pointer;
}
.header-wrapper-mobile {
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
background-color: var(--white);
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
grid-area: header;
}
.header-wrapper-mobile .search-form-wrapper {
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: var(--light-navy);
}
.header-wrapper-mobile .search-form-wrapper .site-name {
display: none;
}
.header-wrapper-mobile .search-form-wrapper .search-bg {
display: none;
}
.header-wrapper-mobile .search-title {
display: none;
}
.header-wrapper-mobile .search-fields {
grid-template-columns: 1fr 40px;
}
.header-wrapper-mobile .search-field {
height: 40px;
} .header-wrapper-mobile .search-submit {
width: 40px;
height: 40px;
}
.header-wrapper-mobile .search-button {
width: 20px;
height: 20px;
}
.menu-mobile { display: none;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100vh;
background-color: var(--menu-color);
text-align: center;
grid-template-rows: 60px 100px 1fr 160px;
}
.menu-close-toggler {
width: 100%;
height: 60px;
padding: 15px;
cursor: pointer;
justify-self: center;
z-index: 1;
}
.mobile-menu-wrapper {
background-color: var(--white);
padding: 15px;
}
.mobile-menu {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: 100%;
max-height: 470px;
}
.mobile-menu .menu-item {
flex-grow: 1;
width: 100%;
}
.mobile-menu .menu-item a {
font-size: var(--h6-font-size);
color: var(--light-navy);
text-transform: uppercase;
text-decoration: none;
font-weight: var(--strong-font-weight);
}
.top-title-area-wrapper {
min-height: 256px;
position: relative;
color: var(--white);
padding-bottom: 30px; display: flex;
align-items: center;
}
.top-title-area-wrapper.has-search-form {
padding-bottom: 0;
}
.top-title-area-wrapper .title-bg {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
}
.top-title-area {
text-align: center;
display: grid;
row-gap: 10px;
padding-top: 15px;
padding-bottom: 15px;
z-index: 1;
}
.top-title-area .breadcrumb {
color: var(--bright-cyan);
font-size: 12px;
}
.top-title-area .breadcrumb a {
color: var(--white);
text-decoration: none;
}
.top-title-area .breadcrumb a:hover {
text-decoration: underline;
}
.top-title-area .title {
margin: 0;
color: var(--white);
line-height: 1;
}
.top-title-area .icon {
width: 80px;
height: 80px;
margin: 0 auto;
}
.top-title-area .category {
color: var(--bright-cyan);
font-weight: var(--strong-font-weight);
}
@media only screen and (min-width: 1025px) {
.header-wrapper-mobile {
display: none;
}
.header-wrapper-desktop {
display: block;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
background-color: var(--white);
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
grid-area: header;
}
.header-wrapper-desktop .search-form-container {
display: none;
position: absolute;
width: 100%;
height: 100vh;
top: 0;
left: 0;
margin-top: 0;
background-color: var(--light-navy);
}
.header-wrapper-desktop .search-form-container .site-name {
display: none;
}
.header-wrapper-desktop .search-form-container .plan-trip {
background-color: var(--light-grey);
}
.header-wrapper-desktop .search-form-wrapper {
height: calc(100vh - 320px);
}
.header-wrapper-desktop .search-form-wrapper .menu-close-toggler {
position: absolute;
top: 0;
left: 0;
}
.header-wrapper-desktop .plan-trip {
height: 320px;
}
.header {
max-width: var(--site-width);
height: var(--header-height);
padding: 10px 15px;
margin: auto;
display: grid;
grid-template-columns: 1fr 3fr 1fr;
grid-column-gap: 10px;
align-items: center;
}
.logo-wrapper { }
.custom-logo {
width: 188px;
height: auto;
}
.main-menu-wrapper { }
.main-menu {
margin: 0;
list-style: none;
padding: 10px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.main-menu .menu-item {
margin: 0 10px;
}
.main-menu .menu-item a {
color: var(--menu-color);
text-decoration: none;
}
.main-menu .menu-item a:hover,
.main-menu .menu-item.current-menu-item a {
color: var(--water-blue);
}
.search-icon-wrapper {
text-align: right;
}
.search-icon {
width: 50px;
height: 50px;
cursor: pointer;
padding: 12px;
}
.top-title-area-wrapper {
min-height: 460px;
padding-bottom: 50px; }
.top-title-area {
row-gap: 30px;
}
.top-title-area .icon {
width: 120px;
height: 120px;
}
.top-title-area .breadcrumb {
font-size: 14px;
}
}
.main-wrapper {
}
.site-main {
margin-top: var(--default-margin-top-bottom);
}
.home .site-main {
margin: 0;
}
.search-form-wrapper.mv-search-results {
padding: 15px 15px 60px 15px;
height: 300px;
}
.search-form-wrapper.mv-search-results .search-title {
color: var(--light-navy);
font-size: 28px;
margin-bottom: 30px;
}
.search-form-wrapper.mv-search-results .text {
margin-top: 0;
margin-bottom: 30px;
font-weight: var(--strong-font-weight);
text-align: center;
}
.search-form-wrapper.mv-search-results .search-field:hover, 
.search-form-wrapper.mv-search-results .search-field:focus, 
.search-form-wrapper.mv-search-results.search-field:focus-visible {
background-color: var(--white);
}
.navigation.pagination {
margin-top: var(--default-margin-top-bottom);
margin-bottom: var(--default-margin-top-bottom);
}
.navigation.pagination .nav-links {
text-align: center;
}
.navigation.pagination .page-numbers {
display: inline-block;
margin-bottom: 5px;
padding: 15px;
line-height: 1;
background-color: var(--white); border-radius: 5px;
color: var(--water-blue);
font-size: var(--small-font-size);
text-decoration: none;
box-shadow: var(--default-box-shadow);
font-weight: var(--strong-font-weight);
}
.navigation.pagination .page-numbers:hover {
color: var(--white);
background-color: var(--water-blue-hover);
}
.navigation.pagination .page-numbers.current {
color: var(--white);
background-color: var(--water-blue);
}
.navigation.pagination .page-numbers.dots {
background-color: transparent;
color: var(--water-blue);
border-color: var(--white);
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
border-color: var(--white);
}
.page .todos-destinos .featured-destinations-wrapper {
padding-top: 0;
}
.page .todos-destinos .featured-destination-list {
margin-bottom: 0;
}
.page .todos-destinos .esun-post-list {
padding-top: var(--default-margin-top-bottom);
padding-bottom: var(--default-margin-top-bottom);
}
.mv-singular .site-main {
margin-top: calc(var(--default-margin-top-bottom) - 40px);
margin-bottom: var(--default-margin-top-bottom);
} .mv-singular .top-title-area {
align-items: center;
row-gap: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
.mv-singular .top-title-area .title {
margin: 10px 0;
}
.mv-singular .entry-meta {
line-height: 1;
}
.mv-singular .entry-meta .author {
font-size: var(--small-font-size);
font-weight: var(--strong-font-weight);
color: var(--bright-cyan);
text-transform: uppercase;
margin-bottom: 10px;
}
.mv-singular .entry-meta .updated {
font-size: 12px;
text-transform: uppercase;
}
.mv-singular .entry-meta .sub-title {
line-height: 1.2;
font-size: var(--default-font-size);
font-weight: var(--strong-font-weight);
color: var(--bright-cyan);
}
.section-title.no-result-found {
margin-bottom: var(--default-margin-top-bottom);
}
.mv-contato .mv-singular .site-main {
margin-top: 0;
margin-bottom: 0;
}
.mv-contato .wpcf7 {
max-width: 400px;
margin: auto;
}
.mv-contato .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px;
}
.mv-contato .wpcf7-form-control {
color: var(--black);
font-size: 16px;
max-width: 100%;
border: 1px solid var(--light-grey);
padding-left: 15px;
padding-right: 15px;
padding: 15px;
border-radius: 5px;
outline-color: var(--water-blue);
}
.mv-contato .wpcf7-form-control:not(.wpcf7-textarea) {
height: 55px;
}
.mv-contato .wpcf7-form-control.wpcf7-textarea {
height: 110px;
}
.mv-contato .wpcf7-form-control:not(.wpcf7-submit):focus,
.mv-contato .wpcf7-form-control:focus::placeholder {
color: var(--light-navy);
}
.mv-contato .wpcf7-submit {
background-color: var(--water-blue);
color: white;
font-size: 16px;
font-weight: var(--strong-font-weight);
text-transform: uppercase;
width: 100%;
box-shadow: var(--default-box-shadow);
}
.mv-contato .wpcf7 form .wpcf7-response-output {
margin: 0 auto;
}
.mv-plan-trip .top-title-area {
align-items: center;
row-gap: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
.mv-plan-trip .top-title-area .title {
margin: 10px 0;
}
.mv-plan-trip .top-title-area .subtitle {
color: var(--white);
font-size: var(--default-font-size);
font-weight: var(--strong-font-weight);
margin: 0;
}
.mv-plan-trip .plan-trip {
margin-bottom: var(--default-margin-top-bottom);
}
.mv-plan-trip .plan-trip-item {
width: 100%; }
.mv-plan-trip .plan-trip-item .box {
margin: 8px var(--default-text-margin) 8px 8px;
box-shadow: 0 0 0 8px #0000001a;
}
.mv-plan-trip .plan-trip-item .box .icon {
width: 80px;
height: 80px;
}
.mv-plan-trip .plan-trip-item:hover .box .icon {
padding: 18px;
}
.mv-plan-trip .plan-trip-item .plan-trip-title {
flex-basis: 100%;
margin-top: var(--default-text-margin);
}
@media only screen and (min-width: 1025px) {
.search-form-wrapper.mv-search-results .search-title {
font-size: 34px;
}
.mv-singular .top-title-area .title {
margin: 20px 0;
}
.mv-singular .entry-meta .updated {
font-size: 14px;
}
.mv-plan-trip .top-title-area {
align-items: center;
row-gap: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
.mv-plan-trip .top-title-area .title {
margin: 20px 0;
}
.mv-plan-trip .plan-trip-item {
width: 100%;
justify-content: flex-start;
}
.mv-plan-trip .plan-trip-item .plan-trip-title {
flex-basis: auto;
margin-top: 0;
}
}
.footer-wrapper {
padding: 30px 15px 30px 15px;
color: var(--white);
background-color: var(--light-navy);
text-align: center;
grid-area: footer;
}
.footer-wrapper :is(h1, h2, h3, h4, h5, h6) {
color: var(--white);
}
.footer {
max-width: var(--site-width);
margin: 30px auto 60px auto;
font-size: 16px;
display: grid;
grid-template-columns: 1fr;
column-gap: 30px;
row-gap: 60px;
}
.footer .outros-links {
order: 3;
}
.outros-links h2 {
margin-top: 0;
margin-bottom: 30px;
font-size: 26px;
}
.footer .logo {
order: 1;
align-self: center;
}
.footer .newsletter {
border: none;
padding-top: 0;
order: 4;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.footer .newsletter .email-icon {
width: 69px;
aspect-ratio: 69/48;
}
.footer .newsletter .mc4wp-response {
font-size: var(--smaller-font-size);
}
.footer .social-networks {
order: 2;
align-self: center;
}
.footer .copyright {
order: 5;
align-self: center;
font-size: var(--smaller-font-size);
color: var(--white);
opacity: 0.65;
}
.footer-menu {
display: grid;
grid-template-columns: 1fr;
column-gap: 15px;
row-gap: 20px;
padding: 0;
margin: 0;
list-style: none;
font-size: var(--smaller-font-size);
}
.footer-menu a {
color: var(--white);
text-decoration: none;
text-transform: uppercase;
}
.footer-menu a:hover {
color: var(--water-blue);
}
.developer {
margin-bottom: 10px;
font-size: var(--smaller-font-size);
color: var(--white);
opacity: 0.65;
}
.developer a {
color: var(--white);
}
@media only screen and (min-width:1025px) {
.footer-wrapper {
padding: 60px 15px 30px 15px;
}
.footer {
max-width: var(--site-width);
margin: 0 auto 30px auto;
font-size: 16px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 30px;
row-gap: 15px;
}
.footer .outros-links {
order: 1;
margin-top: 0px;
text-align: left;
}
.footer .logo {
order: 2;
}
.footer .newsletter {
order: 3;
}
.footer .social-networks {
order: 4;
justify-content: left;
}
.footer-menu {
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.footer .outros-links {
order: 1;
}
.footer .logo {
order: 2;
}
.footer .newsletter {
order: 3;
}
.footer .social-networks {
order: 4;
}
.colophon {
margin: 60px auto 0 auto;
max-width: var(--site-width);
width: 100%;
text-align: center;
font-size: 14px;
}
.colophon .developer a {
color: var(--white);
}
} .banner-footer-wrapper
{
padding-bottom: var(--default-margin-top-bottom);
}
.banner-footer-wrapper a
{
display: block;
width: calc(100% - 38px);
margin-left: auto;
margin-right: auto;
}
.banner-footer-wrapper a img
{
display: block;
width: 100%;
height: auto;
}
@media only screen and (min-width:1025px) 
{
.banner-footer-wrapper a
{
display: block;
max-width: 1000px;
}
} .banner-modal
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3000;
display: grid;
place-content: center;
background-color: rgba(0,0,0,0.5);
backdrop-filter: blur(10px);
}
.banner-modal.hidden
{
display: none;
}
.banner-modal-wrapper
{
display: grid;
grid-template: 1fr;
grid-template-rows: max-content auto;
gap: 12px;
text-align: right;
}
.banner-modal-wrapper a
{
display: block;
}
#close-banner-modal
{
display: inline-block;
background-color: transparent;
border: none;
width: 28px;
height: 28px;
cursor: pointer;
padding: 0;
}
#close-banner-modal svg
{
width: 100%;
height: auto;
fill: white;
}
img.banner-modal-desktop
{
display: block;
width: 100%;
height: auto;
}
img.banner-modal-mobile
{
display: none;
width: 100%;
height: auto;
}
@media(max-width: 1025px)
{
.banner-modal-wrapper
{
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
img.banner-modal-desktop
{
display: none;
}
img.banner-modal-mobile
{
display: block;
}
}
.has-white-color {
color: var(--white);
}
.has-white-background-color {
background-color: var(--white);
}
.has-black-color {
color: var(--black);
}
.has-black-background-color {
background-color: var(--black);
}
.has-light-grey-color {
color: var(--light-grey);
}
.has-light-grey-background-color {
background-color: var(--light-grey);
}
.has-bright-cyan-color {
color: var(--bright-cyan);
}
.has-bright-cyan-background-color {
background-color: var(--bright-cyan);
}
.has-water-blue-color {
color: var(--water-blue);
}
.has-water-blue-background-color {
background-color: var(--water-blue);
}
.has-light-navy-color {
color: var(--light-navy);
}
.has-light-navy-background-color {
background-color: var(--light-navy);
}
.entry-content > [class*="wp-block"],
.entry-content > iframe {
margin-top: var(--default-wp-block-margin-top-bottom);
margin-bottom: var(--default-wp-block-margin-top-bottom);
}
.entry-content .wp-block-columns {
gap: var(--default-text-margin); 
}
.entry-content p,
.editor-styles-wrapper .is-root-container p {
margin-top: var(--default-text-margin);
margin-bottom: var(--default-text-margin);
}
.entry-content ul,
.entry-content ol,
.editor-styles-wrapper .is-root-container ul,
.editor-styles-wrapper .is-root-container ol {
margin-top: var(--default-text-margin);
margin-bottom: var(--default-text-margin);
}
.entry-content :first-child,
.editor-styles-wrapper .is-root-container :first-child {
margin-top: 0;
}
.entry-content :last-child,
.editor-styles-wrapper .is-root-container :last-child {
margin-bottom: 0;
}
.entry-content .magazines-wrapper {
padding-top: 0;
padding-bottom: 0;
margin-top: var(--default-text-margin); }
p.has-background,
.wp-block-quote.has-background,
.wp-block-group.has-background ,
.wp-block-columns.has-background,
.wp-block-column.has-background
{
padding: 20px;
}
figure.wp-block-gallery.has-nested-images {
margin-left: auto;
margin-right: auto;
}
.wp-block-quote {
padding-left: 20px;
border-left: 4px solid var(--water-blue);
margin: var(--default-text-margin);
}
figcaption {
font-style: italic;
font-size: var(--small-font-size);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
padding: 8px;
overflow: hidden;
margin: 0;
font-style: normal;
}
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: var(--white);
}
.wp-block-media-text.is-stacked-on-mobile {
row-gap: 20px;
padding-bottom: 20px;
}
.wp-block-separator {
border: none;
height: 2px;
background-color: var(--water-blue);
color: var(--water-blue);
width: 100px;
margin-left: auto;
margin-right: auto;
}
.wp-block-separator.is-style-wide {
max-width: 600px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.wp-block-separator.is-style-dots {
width: 100%;
}
.mv-singular iframe {
width: 100%;
border: none;
display: block;
}
.wp-block-button.is-style-fill .wp-element-button,
.editor-styles-wrapper .wp-block-button.is-style-fill .wp-element-button {
background-color: var(--light-navy);
font-size: 16px;
font-weight: var(--strong-font-weight);
line-height: 1;
padding: 20px 30px 20px 30px;
border-radius: 5px;
}
.wp-block-button.is-style-outline .wp-element-button,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-element-button {
border-color: var(--light-navy);
font-size: 16px;
font-weight: var(--strong-font-weight);
line-height: 1;
padding: 20px 30px 20px 30px;
border-radius: 5px;
color: var(--light-navy);
}
.wp-block-button.is-style-esun-whatsapp-button .wp-element-button,
.editor-styles-wrapper .wp-block-button.is-style-esun-whatsapp-button .wp-element-button {
background-color: #26D366;
border-radius: 5px;
box-shadow: var(--default-box-shadow);
position: relative;
color: var(--light-navy);
font-size: 16px;
font-weight: var(--strong-font-weight);
line-height: 1;
padding: 20px 30px 20px 70px;
}
.is-style-esun-whatsapp-button .wp-element-button::before {
content: '';
background: url(//mundoviajar.com.br/wp-content/themes/mundoviajar-theme/assets/img/icone-whatsapp-light-navy.svg);
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 30px;
display: block;
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
padding: 16px 10px;
font-style: italic;
font-weight: var(--strong-font-weight);
}
.wp-block-media-text.is-stacked-on-mobile {
padding-bottom: 0;
}
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//mundoviajar.com.br/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//mundoviajar.com.br/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//mundoviajar.com.br/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}