* {
margin: 0px;
padding: 0px;
border: 0px;
font-weight: 300;
font-size: 100%;
list-style: none;
line-height: 1;
outline: 0px;
background: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
} :root {
--black: #111;
--gray: #4a4a4a;
--green: #1c1610;
--orange: #e52c2c;
--blue: #1c1610;
--dark: #1c1610;
}
::selection {
background-color: rgba(0, 0, 0, 0.05);
} .block {
position: relative;
float: left;
width: 100%;
height: auto;
}
.container {
display: block;
width: 1160px;
height: auto;
margin: 0px auto;
} a {
text-decoration: none;
transition: all 0.5s ease-in-out;
}
body {
background-color: #fff;
color: #111;
font: normal 16px "Roboto", sans-serif;
overflow-x: hidden;
}
input,
textarea,
select,
button {
font: normal 16px "Roboto", sans-serif;
}
input[type="submit"],
select {
appearance: none;
-webkit-appearance: none;
border-radius: 0px;
cursor: pointer;
} #header {
height: 94px;
display: flex;
}
#header > div {
display: flex;
align-self: center;
align-items: center;
justify-content: space-between;
}
#header span.logo img {
float: left;
width: 100px; }
#header span.logobmw img {
float: left;
width: 200px; }
#header span.info {
float: right;
width: auto; margin: 0 30px 0px 28px;
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto;
}
#header span.info strong {
display: block;
margin-bottom: 4px;
text-transform: uppercase;
font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
color: var(--blue);
}
#header span.info small a {
display: inline-block;
font-weight: bold;
font-size: 14px;
color: var(--blue);
}
#header span.info small a i {
display: inline-block;
margin-right: 7px;
font-size: 18px;
color: var(--orange);
vertical-align: middle;
} #header b {
display: none;
position: absolute;
top: 22px;
right: 22px;
width: 20px;
height: 30px;
border-top: 2px solid var(--blue);
transition: all 0.5s ease;
cursor: pointer;
}
#header b::before {
position: absolute;
top: 4px;
left: 0px;
width: 100%;
height: 2px;
background-color: var(--blue);
transition: all 0.5s ease;
content: "";
}
#header b::after {
position: absolute;
top: 10px;
left: 0px;
width: 100%;
height: 2px;
background-color: var(--blue);
transition: all 0.5s ease;
content: "";
}
#header b.on {
border-color: transparent !important;
}
#header b.on::before {
top: 6px;
transform: rotate(45deg);
}
#header b.on::after {
top: 6px;
transform: rotate(-45deg);
} #menu {
height: 50px;
background-color: #1c1610;
}
#menu ul li {
float: left;
width: auto;
margin: 7px 0px 0px 0px;
text-transform: uppercase;
}
#menu ul li:last-child {
margin-right: 0px;
}
#menu ul li a {
display: block;
height: auto;
padding: 10px 24px;
font-family: "Roboto Condensed", sans-serif;
color: #fff;
}
#menu ul li.active a,
#menu ul li a:hover { background-color: var(--orange);
border-radius: 2px;
}
#menu > div {
display: flex;
justify-content: center;
} #feat {
width: 110%;
height: 375px;
margin: 0px 0px 30px -5%;
background-color: #000;
}
#feat,
#feat nav ul,
#feat nav ul li.slick-slide,
#feat nav ul li.slick-slide figure {
position: relative;
height: 550px;
}
#feat ul li.slick-slide figure {
position: absolute;
top: 0px;
left: 0px;
width: 1160px;
height: 100%;
background-size: cover;
background-position: center center;
margin: 0 auto;
}
#tour li.slick-slide > a {
width: 100% !important;
}
#feat ul li.slick-slide figcaption {
position: absolute;
z-index: 2;
top: 45px;
width: 100%;
height: auto;
text-align: center;
}
#feat ul li.slick-slide figcaption strong {
display: block;
width: 80%;
margin: 0px auto;
font: bold 46px "Roboto Condensed", sans-serif;
text-transform: uppercase;
letter-spacing: 6px;
}
#feat ul li.slick-slide figcaption p {
display: block;
margin-top: 2px;
color: var(--gray);
font-size: 18px;
}
#feat ul li.slick-slide figcaption span a {
display: inline-block;
margin-top: 50px;
width: 214px;
height: 40px;
background-color: var(--green);
font-weight: 400;
color: #fff;
line-height: 38px;
text-align: center;
font-size: 17px;
}
#feat ul.slick-dots {
position: absolute;
z-index: 10;
bottom: 65px;
left: 50%;
width: auto;
height: auto;
transform: translateX(-50%);
border: none;
}
#feat ul.slick-dots li {
display: inline-block;
width: 14px;
height: 14px;
margin: 0px 5px;
background-color: #fff;
border-radius: 100%;
border: 1px solid #707070;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
text-indent: -9999em;
cursor: pointer;
}
#feat ul.slick-dots li.slick-active {
background-color: var(--orange);
border-color: #dc3408;
}
#feat ul.slick-dots li:only-child {
display: none;
}
#feat sub {
position: absolute;
bottom: -48px;
left: 50%;
width: 248px;
height: 98px;
background: transparent url(//motonomads.com/wp-content/themes/motoatacama/assets/img/feat-sub.png) no-repeat;
background-size: contain;
background-position: center center;
transform: translateX(-50%);
cursor: pointer;
} #cta {
margin: 50px 0px;
}
#cta ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 15px;
}
#cta ul li {
position: relative;
display: block;
height: 240px;
background-color: #000;
border-radius: 3px;
overflow: hidden;
}
#cta ul li figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
border-radius: 3px;
transition: all 0.5s ease-in-out;
}
#cta ul li figure::before {
position: absolute;
z-index: 2;
bottom: 0px;
left: 0px;
width: 100%;
height: 50%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
overflow: hidden;
content: "";
}
#cta ul li:hover figure {
opacity: 0.7;
}
#cta ul li label {
position: absolute;
z-index: 3;
bottom: 36px;
left: 0px;
width: 100%;
text-align: center;
cursor: pointer;
}
#cta ul li label strong {
font-weight: bold;
font-size: 20px;
color: #fff;
text-transform: uppercase;
background: var(--orange);
padding: 8px;
} #newsletter {
color: #1c1610;
padding: 30px 0px;
background-color: #1c1610;
}
#newsletter form {
float: left;
width: 100%;
height: auto;
}
#newsletter form legend {
float: left;
width: auto;
margin: 10px 12px 0px 0px;
font-weight: 900;
color: #fff;
}
#newsletter form input[type="text"],
#newsletter form input[type="email"] {
float: left;
width: auto;
height: 42px;
margin-right: 9px;
padding: 0px 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
border-radius: 4px;
font-weight: 300;
font-size: 14px;
}
#newsletter form label:nth-of-type(1) input {
width: 218px;
}
#newsletter form label:nth-of-type(2) input {
width: 260px;
}
#newsletter form label:nth-of-type(3) input {
width: 210px;
}
#newsletter form input[type="submit"] {
float: left;
width: 118px;
height: 42px;
border: 1px solid #fff;
color: #fff;
border-radius: 4px;
text-align: center;
transition: all 0.5s ease-in-out;
}
#newsletter form input[type="submit"]:hover {
background-color: #fff;
color: var(--orange);
}
#newsletter .wpcf7-not-valid-tip {
display: none;
}
#newsletter .ajax-loader {
display: none;
}
#newsletter div.wpcf7-response-output {
width: 100% !important;
padding: 0px !important;
color: #fff;
text-align: center;
line-height: 35px;
} #locacao figure {
float: left;
width: 50%;
height: 380px; background-color: #000;
background-size: cover;
background-position: center center;
}
#locacao #video {
float: left;
width: 50%;
height: 380px;
margin-top: 50px;
}
#locacao #video iframe {
float: left;
width: 100%;
height: 100%;
}
#locacao section {
float: left;
width: 50%;
height: auto; padding: 0 40px 0px 40px;
}
#locacao section header strong {
display: block;
font-weight: 900;
font-size: 30px;
}
#locacao section header em {
display: block;
margin: 14px 0px;
font-style: normal;
font-weight: bold;
font-size: 20px;
}
#locacao section p {
display: block;
font-size: 18px;
line-height: 1.6;
}
#locacao section p strong {
font-weight: bold;
} #parceiros {
margin: 60px 0px 50px 0px;
}
#parceiros header strong {
display: block;
margin-bottom: 18px;
font-weight: 900;
font-size: 30px;
text-align: center;
}
#parceiros nav ul {
display: inline-block;
width: 100%;
height: auto;
}
#parceiros nav ul li.slick-slide {
position: relative;
display: block;
height: 145px;
margin: 0px 8px;
border: 1px solid #e6e6e6;
border-radius: 3px;
}
#parceiros nav ul li.slick-slide img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
max-width: 60%;
height: auto;
max-height: 60%;
transform: translate(-50%, -50%);
}
#parceiros nav ul.slick-dots {
display: inline-block;
width: 100%;
height: auto;
margin-top: 20px;
text-align: center;
}
#parceiros nav ul.slick-dots li {
display: inline-block;
width: 14px;
height: 14px;
margin: 0px 5px;
background-color: #fff;
border-radius: 100%;
border: 1px solid #707070;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
text-indent: -9999em;
cursor: pointer;
}
#parceiros nav ul.slick-dots li.slick-active {
background-color: var(--orange);
border-color: #dc3408;
}
#parceiros nav ul.slick-dots li:only-child {
display: none;
}
#parceiros footer {
display: inline-block;
width: 100%;
height: auto;
margin-top: 30px;
text-align: center;
}
#parceiros footer a {
margin: 0 auto;
display: inline-block;
} #blog {
margin: 75px 0 50px 0px;
}
#blog header strong {
display: block;
margin-bottom: 10px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#blog header p {
display: block;
margin-bottom: 60px;
font-size: 26px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#blog section {
display: inline-block;
width: 805px;
height: auto;
padding-right: 24px;
vertical-align: top;
border-right: 1px solid #dadada;
} #blog section .blog-lista.relacionados {
margin: 60px 0px 90px 0px;
}
#blog section .blog-lista ul {
display: grid;
margin-bottom: 60px;
grid-template-columns: 1fr 1fr;
grid-column-gap: 36px;
grid-row-gap: 80px;
}
#blog section .blog-lista ul li span {
position: relative;
display: block;
height: 225px;
margin-bottom: 10px;
background-color: #000;
border-radius: 5px;
overflow: hidden;
}
#blog section .blog-lista ul li span figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
transition: all 0.2s ease-in-out;
}
#blog section .blog-lista ul li span i {
position: absolute;
z-index: 2;
top: -7px;
left: 15px;
color: var(--orange);
font-size: 48px;
transition: all 0.2s ease-in-out;
}
#blog section .blog-lista ul li figcaption {
display: block;
padding: 0px 10px;
}
#blog section .blog-lista ul li figcaption h6 {
display: block;
height: auto;
min-height: 52px;
margin-bottom: 30px;
padding: 4px 0px 4px 15px;
border-left: 3px solid var(--orange);
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
color: var(--black);
line-height: 1.2;
}
#blog section .blog-lista ul li figcaption p {
display: block;
height: 60px;
margin-bottom: 24px;
font-weight: 300;
font-size: 17px;
line-height: 1.2;
color: var(--black);
}
#blog section .blog-lista ul li footer small {
display: block;
width: 180px;
height: 40px;
margin-left: 10px;
border: 1px solid var(--green);
color: var(--green);
font-weight: 400;
font-size: 17px;
text-align: center;
line-height: 36px;
border-radius: 3px;
transition: all 0.2s ease-in-out;
}
#blog section .blog-lista ul li:hover span figure {
transform: scale(1.05);
}
#blog section .blog-lista ul li:hover span i {
top: -2px;
}
#blog section .blog-lista ul li:hover footer small {
background-color: var(--green);
color: #fff;
} #blog section .single h1,
#blog section .single h2,
#blog section .single h3,
#blog section .single h4 {
display: block;
margin-bottom: 20px;
font-weight: bold;
font-size: 50px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
}
#blog section .single h2 {
font-size: 40px;
}
#blog section .single h3 {
font-size: 32px;
}
#blog section .single h4 {
font-size: 24px;
}
#blog section .single abbr {
display: block;
margin-bottom: 15px;
font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
color: var(--dark);
text-transform: uppercase;
text-decoration: none;
}
#blog section .single img {
display: block;
width: auto;
max-width: 100%;
height: auto;
margin: 40px auto;
}
#blog section .single p {
display: block;
margin-bottom: 20px;
line-height: 1.8;
}
#blog section .single p a {
color: var(--black);
text-decoration: underline;
}
#blog section .single iframe {
display: block;
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
}
#blog section .single strong,
#blog section .single b {
font-weight: bold;
}
#blog section .single ul {
display: block;
margin-bottom: 20px;
padding-left: 40px;
}
#blog section .single ul li {
position: relative;
display: block;
margin-bottom: 10px;
line-height: 1.8;
}
#blog section .single ul li::before {
position: absolute;
top: 10px;
left: -25px;
width: 5px;
height: 5px;
background-color: var(--gray);
content: "";
} #blog .autor {
display: block;
margin-top: 40px;
}
#blog .autor figure {
display: inline-block;
width: 180px;
height: 180px;
border-radius: 100%;
background-size: cover;
background-position: center center;
vertical-align: middle;
}
#blog .autor figcaption {
display: inline-block;
width: calc(100% - 190px);
height: auto;
padding-left: 20px;
vertical-align: middle;
}
#blog .autor figcaption strong {
display: block;
margin-bottom: 14px;
font-weight: bold;
font-size: 26px;
letter-spacing: 1px;
}
#blog .autor figcaption p {
display: block;
line-height: 1.8;
} #blog .relacionados strong {
display: block;
margin-bottom: 25px;
font-weight: 900;
font-size: 26px;
} #blog .comentarios {
display: block;
margin-bottom: 80px;
} #blog aside {
display: inline-block;
width: 350px;
height: auto;
padding-left: 24px;
vertical-align: top;
}
#blog aside form.busca input {
display: block;
width: 100%;
height: 40px;
margin-bottom: 30px;
padding: 0px 20px 0px 55px;
background: #f3f3f7 url(//motonomads.com/wp-content/themes/motoatacama/assets/img/blog-busca.svg) no-repeat 20px center;
background-size: 20px;
}
#blog aside .big-trails {
display: block;
margin-bottom: 30px;
padding-right: 40px;
}
#blog aside .big-trails strong {
display: block;
margin-bottom: 24px;
font-weight: bold;
line-height: 1.2;
}
#blog aside .big-trails p {
display: block;
margin-bottom: 24px;
line-height: 1.2;
}
#blog aside .big-trails span a {
display: block;
color: var(--orange);
text-transform: uppercase;
text-decoration: underline;
font-weight: 400;
}
#blog aside .social {
display: block;
margin-bottom: 30px;
}
#blog aside .social strong {
display: block;
margin-bottom: 15px;
}
#blog aside .social li {
display: inline-block;
margin-right: 9px;
font-size: 20px;
}
#blog aside .social li a {
display: block;
width: 38px;
height: 38px;
background-color: var(--orange);
color: #fff;
text-align: center;
line-height: 38px;
border-radius: 100%;
}
#blog aside .social li a:hover {
background-color: var(--blue);
}
#blog aside .youtube {
display: block;
margin-bottom: 50px;
}
#blog aside .youtube span {
position: relative;
display: block;
width: 100%;
height: 200px;
margin-bottom: 18px;
background-color: #000;
}
#blog aside .youtube span figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#blog aside .youtube small a {
display: block;
color: var(--orange);
text-transform: uppercase;
text-decoration: underline;
font-weight: 400;
}
#blog aside .newsletter {
display: block;
margin-bottom: 50px;
}
#blog aside .newsletter legend {
display: block;
margin-bottom: 12px;
font-weight: bold;
}
#blog aside .newsletter input[type="text"],
#blog aside .newsletter input[type="email"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 15px;
padding: 0px 20px;
border: 1px solid #e0e0e0;
border-radius: 4px;
font-size: 14px;
}
#blog aside .newsletter input[type="submit"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 15px;
padding: 0px 20px;
border: 1px solid var(--green);
color: var(--green);
border-radius: 4px;
font-weight: 400;
font-size: 17px;
transition: all 0.2s ease-in-out;
}
#blog aside .newsletter input[type="submit"]:hover {
background-color: var(--green);
color: #fff;
}
#blog aside .cta span {
position: relative;
display: block;
width: 100%;
height: 124px;
margin-bottom: 30px;
border-radius: 5px;
background-color: #000;
overflow: hidden;
}
#blog aside .cta span figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
transition: all 0.2s ease-in-out;
}
#blog aside .cta span figure::before {
position: absolute;
z-index: 2;
bottom: 0px;
left: 0px;
width: 100%;
height: 50%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
overflow: hidden;
content: "";
}
#blog aside .cta span:hover figure {
opacity: 0.7;
}
#blog aside .cta span strong {
position: absolute;
z-index: 3;
bottom: 16px;
left: 0px;
width: 100%;
padding: 0px 50px;
text-align: center;
font-weight: bold;
font-size: 26px;
color: #fff;
text-transform: uppercase;
line-height: 1.2;
}
#blog aside .links strong {
display: block;
margin-bottom: 25px;
font-weight: 600;
}
#blog aside .links ul {
display: block;
margin-bottom: 25px;
}
#blog aside .links ul li a {
display: block;
padding-bottom: 16px;
color: var(--orange);
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
text-decoration: underline;
line-height: 1.4;
} #depoimentos {
margin: 40px 0px;
}
#depoimentos header strong {
display: block;
margin-bottom: 60px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#depoimentos nav ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 17px;
}
#depoimentos nav ul li {
margin-bottom: 100px;
text-align: center;
}
#depoimentos nav ul li strong {
display: block;
font-weight: bold;
font-size: 26px;
}
#depoimentos nav ul li small {
display: block;
margin: 5px 0px 12px 0px;
font-size: 17px;
color: var(--dark);
text-transform: lowercase;
}
#depoimentos nav ul li figure {
display: block;
width: 100%;
height: 210px;
margin-bottom: 26px;
background-color: #000;
border-radius: 5px;
background-size: cover;
background-position: center center;
}
#depoimentos nav ul li span {
display: block;
width: 100%;
height: 210px;
margin-bottom: 26px;
background-color: #000;
border-radius: 5px;
overflow: hidden;
}
#depoimentos nav ul li span iframe {
display: block;
width: 100%;
height: 100%;
}
#depoimentos nav ul li blockquote {
position: relative;
display: block;
padding: 0px 62px;
font-weight: 500;
font-size: 16px;
line-height: 1.4;
text-align: left;
}
#depoimentos nav ul li blockquote::before {
position: absolute;
top: 5px;
left: 16px;
width: 30px;
height: 28px;
background: transparent url(//motonomads.com/wp-content/themes/motoatacama/assets/img/depoimentos-before.png) no-repeat;
background-size: contain;
content: "";
}
#depoimentos nav ul li blockquote::after {
position: absolute;
bottom: 0px;
right: 16px;
width: 30px;
height: 28px;
background: transparent url(//motonomads.com/wp-content/themes/motoatacama/assets/img/depoimentos-after.png) no-repeat;
background-size: contain;
content: "";
}
#depoimentos nav ul li em {
display: block;
margin-top: 15px;
padding-right: 20px;
text-align: right;
color: var(--gray);
font-weight: 300;
font-size: 16px;
}
.elm-button-text,
.elm-loading-anim {
display: block;
width: 300px;
height: 46px;
font-weight: 400;
font-size: 17px;
line-height: 46px;
cursor: pointer;
} #galeria {
margin-bottom: 70px;
}
#galeria header strong {
display: block;
margin-bottom: 35px;
font-weight: 900;
font-size: 30px;
text-align: center;
}
#galeria nav ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-row-gap: 5px;
grid-column-gap: 5px;
}
#galeria nav ul li {
display: block;
height: 190px;
background-color: #000;
}
#galeria nav ul li figure {
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#galeria nav ul li a {
display: block;
width: 100%;
height: 100%;
}
#galeria footer {
display: inline-block;
width: 100%;
height: auto;
margin-top: 40px;
text-align: center;
}
#galeria footer a {
margin: 0 auto;
display: inline-block;
} #tours {
margin: 50px 0px;
}
#tours header strong {
display: block;
margin-bottom: 60px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#tours.outras header {
position: relative;
}
#tours.outras header strong {
margin: 10px 0px 40px 0px;
font-weight: 900;
font-size: 30px;
font-family: "Roboto", sans-serif;
color: var(--black);
letter-spacing: 0px;
text-transform: none;
}
#tours.outras header span a {
position: absolute;
top: 8px;
right: 0px;
width: auto;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
color: var(--orange);
text-decoration: underline;
}
#tours.outras header span a img {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
#tours nav.tab ul {
display: grid;
margin-bottom: 88px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#tours nav.tab ul li a {
position: relative;
display: block;
height: 74px;
border-bottom: 1px solid #e6e6e6;
text-align: center;
line-height: 74px;
font-weight: 500;
font-size: 15px;
color: var(--dark);
}
#tours nav.tab ul li a::after {
position: absolute;
top: 0px;
right: -1px;
width: 1px;
height: 90%;
background-color: #e6e6e6;
content: "";
}
#tours nav.tab ul li a:hover,
#tours nav.tab ul li.active a {
background-color: #000;
color: #fff;
}
#tours nav.tab ul li a::before {
position: absolute;
bottom: 0px;
left: 50%;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #000;
transform: translateX(-50%);
opacity: 0;
transition: all 0.2s ease-in-out;
transition-delay: 0.2s;
content: "";
}
#tours nav.tab ul li.active a::before,
#tours nav.tab ul li a:hover::before {
bottom: -10px;
opacity: 1;
}
#tours nav.lista ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 58px;
}
#tours nav.lista ul li {
display: block;
margin-bottom: 54px;
}
#tours nav.lista ul li figure {
display: block;
height: 225px;
background-color: #000;
background-size: cover;
background-position: center center;
}
#tours nav.lista ul li figcaption {
display: block;
padding: 25px 15px 0px 15px;
}
#tours nav.lista ul li figcaption strong {
display: block;
min-height: 60px;
margin-bottom: 18px;
font-weight: bold;
font-size: 26px;
line-height: 1.2;
color: var(--black);
}
#tours nav.lista ul li figcaption small {
display: block;
margin-bottom: 7px;
font-weight: 300;
font-size: 12px;
color: var(--dark);
}
#tours nav.lista ul li figcaption em {
display: block;
margin-bottom: 25px;
font-style: normal;
font-weight: 300;
font-size: 17px;
color: var(--dark);
text-transform: lowercase;
}
#tours nav.lista ul li figcaption span {
display: block;
height: 40px;
border: 1px solid var(--green);
color: var(--green);
text-align: center;
line-height: 36px;
font-weight: 400;
font-size: 17px;
transition: all 0.2s ease-in-out;
}
#tours nav.lista ul li:hover figcaption span {
background-color: var(--green);
color: #fff;
}
#tours #tours-nenhum {
display: block;
text-align: center;
}
#tours #tours-nenhum strong {
display: inline-block;
width: 50%;
height: auto;
margin: 0px auto;
font-weight: bold;
font-size: 26px;
line-height: 1.4;
}
#tours #tours-nenhum img {
display: block;
width: auto;
max-width: 100%;
height: auto;
margin: 35px auto;
} #tour {
margin-top: 50px;
color: var(--dark);
}
#tour header {
display: block;
margin-bottom: 60px;
text-align: center;
}
#tour header h1 {
display: block;
margin-bottom: 4px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
line-height: 1.2;
}
#tour header p {
display: block;
font-size: 18px;
} #tour .sobre {
display: block;
margin-bottom: 50px;
}
#tour .sobre aside {
display: inline-block;
width: 50%;
height: auto;
padding-right: 22px;
vertical-align: top;
}
#tour .sobre aside nav {
position: relative;
display: block;
width: 100%;
height: 370px;
background-color: #000;
}
#tour .sobre aside nav ul.slick-slider {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
#tour .sobre aside nav ul.slick-slider li.slick-slide figure {
display: block;
width: 100%;
height: 370px;
background-size: cover;
background-position: center center;
}
#tour .sobre aside nav ul.slick-slider li.slick-slide iframe {
display: block;
width: 100%;
height: 370px;
}
#tour .sobre aside nav ul.slick-dots {
position: absolute;
z-index: 20;
bottom: 12px;
left: 50%;
width: auto;
transform: translateX(-50%);
text-align: center;
}
#tour .sobre aside nav ul.slick-dots li {
display: inline-block;
width: 12px;
height: 12px;
margin: 0px 6px;
background-color: #fff;
border: 1px solid #707070;
border-radius: 100%;
text-indent: -9999em;
cursor: pointer;
}
#tour .sobre aside nav ul.slick-dots li.slick-active {
background-color: var(--orange);
border-color: #dc3408;
}
#tour .sobre aside nav .slick-arrow {
position: absolute;
z-index: 22;
top: 50%;
width: 38px;
height: 76px;
margin-top: -38px;
border: 1px solid #fff;
color: #fff;
font-size: 40px;
line-height: 76px;
text-align: center;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
#tour .sobre aside nav .slick-arrow.arrow-prev {
left: 0px;
}
#tour .sobre aside nav .slick-arrow.arrow-next {
right: 0px;
}
#tour .sobre aside nav .slick-arrow:hover {
background-color: #fff;
color: var(--black);
}
#tour .sobre article {
display: inline-block;
width: 49%;
height: auto;
vertical-align: top;
}
#tour .sobre article p {
display: block;
margin-bottom: 20px;
line-height: 1.6;
}
#tour .sobre article nav ul.slick-slider li.slick-slide {
display: block;
padding: 0px 20px;
text-align: center;
font-weight: 400;
}
#tour .sobre article nav ul.slick-slider li.slick-slide img {
display: block;
width: auto;
height: 80px;
margin: 0px auto 20px auto;
}
#tour .sobre article ul.slick-dots {
display: inline-block;
width: 100%;
height: auto;
margin-top: 13px;
text-align: center;
}
#tour .sobre article ul.slick-dots li {
display: inline-block;
width: 14px;
height: 14px;
margin: 0px 5px;
background-color: #fff;
border-radius: 100%;
border: 1px solid #707070;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
text-indent: -9999em;
cursor: pointer;
}
#tour .sobre article ul.slick-dots li.slick-active {
background-color: var(--orange);
border-color: #dc3408;
}
#tour .sobre article ul.slick-dots li:only-child {
display: none;
} #tour .info {
display: block;
margin: 50px 0px;
}
#tour .info .detalhes {
display: inline-block;
width: calc(100% - 400px);
border: 1px solid #e6e6e6;
}
#tour .info .detalhes nav.tab ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
#tour .info .detalhes nav.tab ul li a {
position: relative;
display: block;
height: 74px;
border-bottom: 1px solid #e6e6e6;
text-align: center;
line-height: 74px;
font-weight: 500;
font-size: 15px;
color: var(--dark);
}
#tour .info .detalhes nav.tab ul li a::after {
position: absolute;
top: 0px;
right: -1px;
width: 1px;
height: 90%;
background-color: #e6e6e6;
content: "";
}
#tour .info .detalhes nav.tab ul li a:hover,
#tour .info .detalhes nav.tab ul li.active a {
background-color: #000;
color: #fff;
}
#tour .info .detalhes nav.tab ul li a::before {
position: absolute;
bottom: 0px;
left: 50%;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #000;
transform: translateX(-50%);
opacity: 0;
transition: all 0.2s ease-in-out;
transition-delay: 0.2s;
content: "";
}
#tour .info .detalhes nav.tab ul li.active a::before,
#tour .info .detalhes nav.tab ul li a:hover::before {
bottom: -10px;
opacity: 1;
}
#tour .info .detalhes nav.tab ul li:last-child a:after {
display: none;
}
#tour .info aside {
float: right;
width: 376px;
height: auto;
}
#tour .info aside img {
display: block;
width: auto;
max-width: 100%;
height: auto;
} #tour .cont {
display: none;
width: 100%;
height: auto;
padding: 40px 40px 10px 40px;
} #tour .cont-resumo {
display: block;
}
#tour .cont-resumo article {
position: relative;
display: inline-block;
width: 100%;
padding: 14px 0px 14px 80px;
border-bottom: 1px solid #e6e6e6;
}
#tour .cont-resumo article:last-child {
border: none;
}
#tour .cont-resumo article img {
position: absolute;
top: 10px;
left: 0px;
}
#tour .cont-resumo article span {
display: inline-block;
width: auto;
}
#tour .cont-resumo article small {
display: block;
margin-bottom: 8px;
font-size: 15px;
color: var(--dark);
}
#tour .cont-resumo article strong {
display: block;
margin-bottom: 8px;
font-size: 15px;
font-weight: 600;
color: var(--dark);
}
#tour .cont-resumo article.cr-duracao strong {
font-size: 17px;
color: var(--orange);
}
#tour .cont-resumo article.cr-distancia span {
width: 25%;
}
#tour .cont-resumo article.cr-rota span {
width: 49%;
}
#tour .cont-resumo article.cr-destaques strong {
display: inline-block;
width: 49%;
vertical-align: top;
line-height: 1.2;
}
#tour .cont-resumo article span.dif {
position: relative;
width: 120px;
height: auto;
vertical-align: middle;
}
#tour .cont-resumo article span.dif img {
position: relative;
top: auto;
left: auto;
}
#tour .cont-resumo article span.txt {
position: relative;
display: inline-block;
width: auto;
margin-left: 10px;
vertical-align: text-top;
}
#tour .cont-resumo article span.txt b {
font-weight: 500;
text-transform: lowercase;
text-decoration: underline;
color: var(--gray);
cursor: pointer;
}
#tour .cont-resumo article span.txt p {
position: absolute;
z-index: 20;
top: 100px;
left: -150px;
width: 340px;
height: auto;
padding: 20px 50px;
background-color: #fff;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
line-height: 1.2;
color: var(--gray);
text-align: center;
transition: all 0.2s ease-in-out;
opacity: 0;
}
#tour .cont-resumo article span.txt p:before {
position: absolute;
z-index: -1;
top: -10px;
left: 50%;
width: 20px;
height: 20px;
margin-left: -10px;
transform: rotate(45deg);
background-color: #fff;
box-shadow: -5px -5px 20px 0px rgba(0, 0, 0, 0.16);
transition: all 0.2s ease-in-out;
content: "";
}
#tour .cont-resumo article span.txt p:after {
position: absolute;
z-index: -1;
top: 0px;
left: 50%;
width: 50px;
height: 20px;
background-color: #fff;
transform: translateX(-50%);
content: "";
}
#tour .cont-resumo article span.txt:hover p {
top: 40px;
opacity: 1;
}
#tour .cont-como p {
display: block;
margin-bottom: 20px;
line-height: 1.2;
} #tour .cont-roteiro article {
display: inline-block;
width: 100%;
height: auto;
margin-bottom: 25px;
}
#tour .cont-roteiro article strong {
display: block;
margin-bottom: 20px;
font-weight: 600;
color: var(--orange);
}
#tour .cont-roteiro article p {
display: block;
line-height: 1.4;
}
#tour .cont-roteiro article:nth-of-type(1),
#tour .cont-roteiro article:nth-of-type(2),
#tour .cont-roteiro article:nth-of-type(3),
#tour .cont-roteiro article:nth-of-type(4) {
display: block !important;
}
#tour .cont-roteiro article.hide {
display: none;
}
#tour .cont-roteiro span a {
display: block;
width: 300px;
height: 46px;
margin: 0px auto;
background-color: var(--orange);
color: #fff;
font-weight: 400;
font-size: 17px;
line-height: 44px;
text-align: center;
border-radius: 3px;
} #tour .cont-servicos article {
float: left;
width: auto;
height: auto;
margin-bottom: 32px;
}
#tour .cont-servicos article.inclui {
width: 60%;
padding-right: 25px;
border-right: 1px solid #bcbcbc;
}
#tour .cont-servicos article.naoinclui {
width: 40%;
padding-left: 25px;
}
#tour .cont-servicos article nav strong {
display: block;
margin-bottom: 25px;
font-weight: 900;
font-size: 20px;
color: var(--orange);
}
#tour .cont-servicos article nav li {
position: relative;
display: block;
margin-bottom: 22px;
padding-left: 34px;
line-height: 1.4;
}
#tour .cont-servicos article nav li::before {
position: absolute;
top: 0px;
left: 0px;
background-repeat: no-repeat;
background-position: left top;
content: "";
}
#tour .cont-servicos article.inclui nav li::before {
top: -1px;
width: 25px;
height: 25px;
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/tour-inclui.png);
}
#tour .cont-servicos article.naoinclui nav li::before {
top: -4px;
width: 29px;
height: 29px;
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/tour-naoinclui.png);
}
#tour .cont-local h2 {
display: block;
margin-bottom: 20px;
font-weight: bold;
text-transform: uppercase;
}
#tour .cont-local p {
display: block;
margin-bottom: 20px;
line-height: 1.2;
}
#tour .cont-local .endereco {
display: block;
margin-bottom: 10px;
}
#tour .cont-local .endereco strong {
display: block;
font-weight: 400;
}
#tour .cont-local .endereco em,
#tour .cont-local .endereco address,
#tour .cont-local .endereco small {
display: block;
margin-top: 4px;
font-style: normal;
}
#tour .cont-local iframe {
display: block;
width: 100%;
height: 160px;
} #tour .cont-detalhes nav ul li {
position: relative;
display: block;
margin-bottom: 32px;
padding-left: 46px;
}
#tour .cont-detalhes nav ul li img {
position: absolute;
top: -3px;
left: 0px;
width: 25px;
height: auto;
}
#tour .cont-detalhes p {
display: block;
line-height: 1.4;
}
#tour .cont-detalhes p strong {
font-weight: bold;
}
#tour .cont-detalhes p a {
color: var(--orange);
text-decoration: underline;
}
#tour .cont-valor .inclui {
display: block;
margin-bottom: 50px;
}
#tour .cont-valor .inclui strong {
display: block;
margin-bottom: 20px;
font-weight: bold;
}
#tour .cont-valor .inclui nav li {
position: relative;
display: block;
margin-bottom: 12px;
padding-left: 34px;
line-height: 1.4;
}
#tour .cont-valor .inclui nav li::before {
position: absolute;
top: -1px;
left: 0px;
width: 25px;
height: 25px;
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/tour-inclui.png);
background-repeat: no-repeat;
background-position: left top;
content: "";
}
#tour .cont-valor .valor strong {
display: block;
margin-top: 25px;
font-weight: bold;
}
#tour .cont-valor .valor em {
display: block;
margin-top: 7px;
font-style: normal;
}
#tour .cont-valor .valor p {
display: block;
margin-top: 25px;
} #checkout {
padding: 50px 0px;
background-color: #f3f3f7;
}
#checkout .checkout-1,
#checkout .checkout-2 {
display: inline-block;
width: 100%;
height: auto;
}
#checkout .checkout-2 {
display: none;
}
#checkout aside {
position: relative;
float: left;
width: 380px;
height: 460px;
background-color: #000;
vertical-align: top;
}
#checkout.checkout-curso aside {
height: 280px;
}
#checkout aside figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#checkout aside figcaption {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: auto;
padding: 0px 20px 40px 20px;
}
#checkout aside figcaption blockquote {
position: relative;
display: block; font-weight: 500;
font-size: 16px;
line-height: 1.4;
text-align: left;
color: #fff;
} #checkout aside figcaption em {
display: block;
padding: 10px 5px 0px 0px;
color: #fff;
text-align: right;
}
#checkout section {
display: inline-block;
width: calc(100% - 381px);
padding-left: 50px;
vertical-align: top;
}
#checkout section h6 {
display: block;
margin-bottom: 20px;
font-weight: 900;
font-size: 30px;
}
#checkout section article {
display: block;
margin-bottom: 30px;
}
#checkout section article:last-child {
margin-bottom: 0px;
}
#checkout section article.quando span {
position: relative;
display: inline-block;
width: auto;
height: auto;
margin: 10px 30px 0px 0px;
padding-left: 30px;
cursor: pointer;
vertical-align: top;
}
#checkout section article.quando span:last-child {
margin-right: 0px;
}
#checkout section article.quando span:before {
position: absolute;
top: -2px;
left: 0px;
width: 22px;
height: 22px;
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/checkout-select.png);
background-repeat: no-repeat;
content: "";
}
#checkout section article.quando span.checked:before {
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/checkout-selected.png);
}
#checkout section article.quando span.esgotado {
color: rgba(0, 0, 0, 0.3);
}
#checkout section article.quando span.esgotado:before {
opacity: 0.3;
}
#checkout section article.quando span.esgotado b {
display: block;
margin-top: 7px;
color: var(--orange);
font-weight: 400;
}
#checkout section article.qual span {
position: relative;
display: inline-block;
width: 100%;
height: auto;
padding: 20px 0px 20px 40px;
border-bottom: 1px solid #dadadd;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
#checkout section article.qual span:hover {
background-color: #fafafa;
}
#checkout section article.qual span:last-of-type {
border-bottom: 0px;
}
#checkout section article.qual span:before {
position: absolute;
top: 50%;
left: 0px;
width: 22px;
height: 22px;
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/checkout-select.png);
background-repeat: no-repeat;
transform: translateY(-50%);
content: "";
}
#checkout section article.qual span.checked:before {
background-image: url(//motonomads.com/wp-content/themes/motoatacama/assets/img/checkout-selected.png);
}
#checkout section article.qual figure {
display: inline-block;
width: 125px;
height: auto;
vertical-align: middle;
}
#checkout section article.qual strong {
float: right;
width: auto;
margin-top: 7px;
font-weight: 400;
text-align: right;
color: var(--orange);
}
#checkout section article.qual button {
display: block;
width: 345px;
height: 40px;
margin-top: 20px;
background-color: var(--green);
color: #fff;
line-height: 36px;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: all 0.2s ease-in-out;
cursor: pointer;
}
#checkout section article.qual button:hover {
background-color: var(--black);
}
#checkout section article.resumo {
display: inline-block;
width: 100%;
height: auto;
padding: 50px;
border-radius: 7px;
background-color: #fff;
}
#checkout section article.resumo img {
display: block;
height: 30px;
margin-bottom: 24px;
}
#checkout section article.resumo h5 {
display: block;
margin-bottom: 18px;
}
#checkout section article.resumo em {
display: block;
margin-bottom: 30px;
font-style: normal;
font-size: 17px;
}
#checkout section article.resumo .total {
position: relative;
display: inline-block;
width: 100%;
height: auto;
}
#checkout section article.resumo .total::before {
position: absolute;
top: 8px;
left: 0px;
width: 100%;
height: 1px;
background-color: #c8c8c8;
content: "";
}
#checkout section article.resumo .total b {
position: relative;
z-index: 2;
float: left;
width: auto;
padding-right: 10px;
background-color: #fff;
}
#checkout section article.resumo .total strong {
position: relative;
z-index: 2;
float: right;
width: auto;
padding-left: 10px;
background-color: #fff;
color: var(--orange);
font-weight: 500;
}
#checkout section article.resumo footer {
display: inline-block;
width: 100%;
height: auto;
margin-top: 76px;
}
#checkout section .checkout-2 footer button.voltar {
display: inline-block;
width: 108px;
height: 40px;
margin-right: 10px;
border: 1px solid var(--green);
color: var(--green);
line-height: 38px;
text-align: center;
font-weight: 400;
font-size: 17px;
cursor: pointer;
}
#checkout section .checkout-2 footer button.finalizar {
display: inline-block;
width: 220px;
height: 40px;
background-color: var(--green);
color: #fff;
line-height: 38px;
text-align: center;
font-weight: 400;
font-size: 17px;
cursor: pointer;
}
#checkout section .form-esgotado article.quando span {
cursor: default;
}
#checkout section .form-esgotado p {
display: block;
margin-bottom: 24px;
font-size: 18px;
}
#checkout section .form-esgotado form {
display: inline-block;
width: 380px;
height: auto;
}
#checkout section .form-esgotado form legend {
display: block;
margin-bottom: 25px;
font-weight: 900;
font-size: 26px;
text-align: center;
}
#checkout section .form-esgotado form input[type="text"],
#checkout section .form-esgotado form input[type="email"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 18px;
padding: 0px 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#checkout section .form-esgotado form input:placeholder,
#formulario form textarea:placeholder {
color: var(--gray);
}
#checkout section .form-esgotado form textarea {
display: block;
width: 100%;
height: 160px;
margin-bottom: 18px;
padding: 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#checkout section .form-esgotado form input[type="submit"] {
display: block;
width: 100%;
height: 42px;
background-color: var(--green);
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
line-height: 40px;
}
#checkout section .finalizar-pedido {
display: none;
width: 100%;
margin-top: 25px;
}
#checkout section .finalizar-pedido p {
display: block;
margin-bottom: 14px;
font-size: 14px;
line-height: 1.4;
}
#checkout section .finalizar-pedido form {
display: inline-block;
width: 380px;
height: auto;
}
#checkout section .finalizar-pedido form legend {
display: block;
margin-bottom: 14px;
font-weight: 900;
}
#checkout section .finalizar-pedido form input[type="text"],
#checkout section .finalizar-pedido form input[type="email"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 18px;
padding: 0px 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#checkout section .finalizar-pedido form input:placeholder,
#formulario form textarea:placeholder {
color: var(--gray);
}
#checkout section .finalizar-pedido form textarea {
display: block;
width: 100%;
height: 160px;
margin-bottom: 18px;
padding: 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#checkout section .finalizar-pedido form input[type="submit"] {
display: block;
width: 100%;
height: 42px;
background-color: var(--green);
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
line-height: 40px;
}
#checkout section .finalizar-pedido .pacote,
#checkout section .finalizar-pedido .valor,
#checkout section .finalizar-pedido .data {
display: none;
} #tour-semdata {
padding: 50px 0px;
background-color: #f3f3f7;
}
#tour-semdata header strong {
display: block;
margin-bottom: 25px;
font-weight: 900;
font-size: 20px;
text-align: center;
line-height: 1.2;
}
#tour-semdata .container {
width: 600px;
}
#tour-semdata form {
display: block;
width: 380px;
height: auto;
margin: 0px auto;
}
#tour-semdata form p {
display: block;
margin-bottom: 25px;
font-size: 18px;
line-height: 1.2;
text-align: center;
}
#tour-semdata form input[type="text"],
#tour-semdata form input[type="email"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 18px;
padding: 0px 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#tour-semdata form input:placeholder,
#formulario form textarea:placeholder {
color: var(--gray);
}
#tour-semdata form textarea {
display: block;
width: 100%;
height: 160px;
margin-bottom: 18px;
padding: 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#tour-semdata form input[type="submit"] {
display: block;
width: 100%;
height: 42px;
background-color: var(--green);
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
line-height: 40px;
} #equipe {
margin: 40px 0px;
}
#equipe header strong {
display: block;
margin-bottom: 110px;
padding: 0px 100px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
line-height: 1.2;
text-align: center;
}
#equipe nav ul {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
}
#equipe nav ul li {
display: block;
margin-bottom: 70px;
}
#equipe nav ul li figure {
float: left;
width: 270px;
height: 270px;
border-radius: 50%;
background-size: cover;
background-position: center center;
}
#equipe nav ul li figcaption {
float: left;
width: calc(100% - 270px);
height: auto;
padding: 30px 0px 0px 16px;
}
#equipe nav ul li figcaption strong {
display: block;
margin-bottom: 18px;
font-weight: bold;
font-size: 26px;
}
#equipe nav ul li figcaption p {
display: block;
font-weight: 300;
line-height: 1.4;
} #faq {
margin: 40px 0px;
counter-reset: faq;
}
#faq header strong {
display: block;
margin-bottom: 60px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#faq nav li {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 20px;
padding: 40px 40px 20px 40px;
background-color: #fafafa;
box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
border-radius: 10px;
cursor: pointer;
}
#faq nav li h6 {
float: left;
width: 100%;
margin-bottom: 20px;
font-weight: bold;
font-size: 20px;
font-family: "Roboto Condensed", sans-serif;
letter-spacing: 2ps;
text-transform: uppercase;
}
#faq nav li h6::before {
display: inline-block;
margin-right: 10px;
color: var(--orange);
counter-increment: faq;
content: counter(faq) ".";
}
#faq nav li span {
display: none;
float: left;
width: 100%;
width: 100%;
height: auto;
}
#faq nav li span p {
display: block;
line-height: 2;
}
#faq nav li i {
position: absolute;
top: 30px;
right: 30px;
font-size: 24px;
color: var(--orange);
transition: all 0.5s ease;
}
#faq nav li.on i {
top: 40px;
transform: rotate(180deg);
} #calendario {
margin: 75px 0 50px 0px;
}
#calendario header strong {
display: block;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#calendario nav.tab ul {
display: grid;
margin-bottom: 35px;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
opacity: 0;
}
#calendario nav.tab ul li a {
position: relative;
display: block;
height: 74px;
text-align: center;
line-height: 74px;
font-weight: 500;
text-transform: uppercase;
font-size: 30px;
background-color: #d6d6dd;
color: var(--black);
}
#calendario nav.tab ul li a::after {
position: absolute;
top: 0px;
right: -1px;
width: 1px;
height: 90%;
background-color: #e6e6e6;
content: "";
}
#calendario nav.tab ul li a:hover,
#calendario nav.tab ul li.active a {
background-color: #000;
color: #fff;
}
#calendario nav.tab ul li a::before {
position: absolute;
bottom: 0px;
left: 50%;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #000;
transform: translateX(-50%);
opacity: 0;
transition: all 0.2s ease-in-out;
transition-delay: 0.2s;
content: "";
}
#calendario nav.tab ul li.active a::before,
#calendario nav.tab ul li a:hover::before {
bottom: -10px;
opacity: 1;
}
#calendario section nav ul.tab-sec {
float: left;
width: 100%;
height: auto;
}
#calendario section nav ul.tab-sec li {
position: relative;
float: left;
width: 15%;
height: 80px;
background-color: #d6d6dd;
border-right: 4px solid #fff;
text-align: center;
font-weight: 900;
font-size: 22px;
line-height: 80px;
}
#calendario section nav ul.tab-sec li small {
position: absolute;
bottom: 20px;
left: 0px;
width: 100%;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 8px;
color: #444;
}
#calendario section nav ul.tab-sec li:last-child {
border-right: 0px;
}
#calendario section nav ul.tab-sec li:nth-child(1),
#calendario section nav ul.tab-sec li:nth-child(2) {
width: 35%;
}
#calendario section nav ul.cell {
float: left;
width: 100%;
height: auto;
opacity: 0;
transition: all 0.2s ease-in-out;
}
#calendario section nav ul.cell:nth-child(odd) {
background-color: #f3f3f7;
}
#calendario section nav ul.cell:hover {
background-color: #ebf8e7;
}
#calendario section nav ul.cell li {
float: left;
width: 15%;
height: auto;
border-top: 1px solid #e6e6e6;
text-align: center;
font-size: 17px;
display: flex;
height: 48px;
flex-direction: column;
justify-content: center;
}
#calendario section nav ul.cell li:nth-child(1),
#calendario section nav ul.cell li:nth-child(2) {
width: 35%;
}
#calendario section nav ul.cell li:nth-child(2) a {
font-weight: bold;
}
#calendario section nav ul.cell li a {
display: block;
width: 100%;
height: auto;
padding: 15px 0px;
color: var(--black);
}
#calendario section nav ul.cell li.status a {
color: var(--blue);
}
#calendario section nav ul.cell li.esgotado a {
color: red;
} #call-te {
margin: 26px 0px;
padding: 6px 0px;
background-color: #f3f3f7;
text-align: center;
}
#call-te img {
display: inline-block;
vertical-align: middle;
}
#call-te strong {
display: inline-block;
margin: 0px 14px;
vertical-align: middle;
font-weight: 900;
font-size: 20px;
}
#call-te span a {
display: inline-block;
vertical-align: middle;
text-decoration: underline;
font-size: 17px;
color: var(--black);
} #cursos {
margin: 50px 0px 100px 0px;
}
#cursos header {
display: block;
margin-bottom: 40px;
}
#cursos header strong {
display: block;
width: 620px;
margin: 0px auto 30px auto;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 10px;
text-align: center;
}
#cursos header p {
display: block;
width: 960px;
margin: 0px auto 20px auto;
line-height: 1.2;
}
#cursos nav ul {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 15px;
}
#cursos nav ul li {
position: relative;
display: block;
height: 240px;
background-color: #000;
border-radius: 5px;
overflow: hidden;
}
#cursos nav ul li a.inativo {
cursor: default;
}
#cursos nav ul li figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
transition: all 0.2s ease-in-out;
}
#cursos nav ul li figure::before {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 50%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
content: "";
}
#cursos nav ul li strong {
position: absolute;
bottom: 35px;
left: 0px;
width: 100%;
height: auto;
text-align: center;
font-weight: bold;
font-size: 26px;
color: #fff;
text-transform: uppercase;
}
#cursos nav ul li strong em {
display: block;
font-style: normal;
margin-top: 5px;
font-weight: 900;
font-size: 14px;
letter-spacing: 5px;
text-transform: uppercase;
}
#cursos nav ul li:hover figure {
transform: scale(1.05);
} #tours-privados {
margin: 50px 0px 80px 0px;
}
#tours-privados .container {
width: 960px;
}
#tours-privados header {
display: block;
margin-bottom: 40px;
}
#tours-privados header strong {
display: block;
width: 680px;
margin: 0px auto 30px auto;
font-weight: 900;
font-size: 30px;
text-transform: uppercase;
text-align: center;
line-height: 1.2;
}
#tours-privados header strong img {
display: block;
margin: 0px auto 20px auto;
}
#tours-privados header p {
display: block;
width: 960px;
margin: 0px auto 14px auto;
line-height: 1.2;
}
#tours-privados nav ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 120px;
text-align: center;
}
#tours-privados nav ul li img {
display: block;
width: auto;
height: 90px;
margin: 0px auto 14px auto;
}
#tours-privados nav ul li strong {
display: block;
font-weight: bold;
font-size: 18px;
color: var(--gray);
letter-spacing: 1px;
line-height: 1.3;
} #monte-tour {
padding: 42px 0px 80px 0px;
background-color: #f3f3f7;
}
#monte-tour section {
float: left;
width: 50%;
height: auto;
padding: 0px 100px;
}
#monte-tour form legend {
display: block;
font-weight: 900;
font-size: 30px;
}
#monte-tour form p {
display: block;
width: 90%;
margin: 12px 0px 20px 0px;
font-weight: 300;
font-size: 18px;
line-height: 1.2;
}
#monte-tour form input[type="text"],
#monte-tour form input[type="email"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 18px;
padding: 0px 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#monte-tour form input:placeholder,
#formulario form textarea:placeholder {
color: var(--gray);
}
#monte-tour form textarea {
display: block;
width: 100%;
height: 210px;
margin-bottom: 18px;
padding: 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#monte-tour form input[type="submit"] {
display: block;
width: 100%;
height: 42px;
background-color: var(--green);
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
line-height: 40px;
}
#monte-tour aside {
float: left;
width: 50%;
height: auto;
}
#monte-tour aside span {
position: relative;
display: block;
height: 325px;
margin-bottom: 10px;
background-color: #000;
}
#monte-tour aside span figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#monte-tour aside span iframe {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
#monte-tour aside nav ul {
display: inline-block;
width: calc(100% + 3px);
height: auto;
margin-left: -3px;
}
#monte-tour aside nav ul li.slick-slide {
position: relative;
display: block;
height: 190px;
margin: 0px 3px;
background-color: #000;
}
#monte-tour aside nav ul li.slick-slide a {
display: block;
width: 100%;
height: 100%;
}
#monte-tour aside nav ul li.slick-slide figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#monte-tour ul.slick-dots {
display: inline-block;
width: 100%;
height: auto;
margin-top: 13px;
text-align: center;
}
#monte-tour ul.slick-dots li {
display: inline-block;
width: 14px;
height: 14px;
margin: 0px 5px;
background-color: #fff;
border-radius: 100%;
border: 1px solid #707070;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
text-indent: -9999em;
cursor: pointer;
}
#monte-tour ul.slick-dots li.slick-active {
background-color: var(--orange);
border-color: #dc3408;
}
#monte-tour ul.slick-dots li:only-child {
display: none;
} #quem-somos {
margin: 40px 0px;
}
#quem-somos header {
display: flex;
gap: 40px;
margin-bottom: 40px;
} .feat-quem-somos strong,
.feat-contato strong {
display: block;  text-align: left;
max-width: 100%;
margin-top: 20px;
}
.feat-quem-somos strong span,
.feat-contato strong span {
font-family: "Roboto Condensed", sans-serif;
color: white;
background-color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
font-weight: bold;
font-size: 48px;
padding: 8px;
-webkit-box-decoration-break: clone;
-ms-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
}
.feat-quem-somos figure,
.feat-contato figure {
padding-top: 15px;
padding-left: 15px;
}
#quem-somos header p {
display: block;
line-height: 1.2;
width: 100%;
}
#quem-somos #midia {
margin-bottom: 60px;
}
#quem-somos #midia aside {
position: relative;
float: left;
width: 50%;
height: 320px;
background-color: #000;
}
#quem-somos #midia aside figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#quem-somos #midia article {
float: left;
width: 50%;
height: auto;
padding: 50px 0px 0px 50px;
}
#quem-somos #midia article span {
display: inline-block;
width: 49%;
margin-bottom: 50px;
vertical-align: top;
font-weight: bold;
font-size: 18px;
color: var(--gray);
letter-spacing: 1px;
}
#quem-somos #midia article span strong {
display: block;
margin-bottom: 7px;
font-weight: bold;
font-size: 50px;
color: var(--orange);
letter-spacing: 0px;
}
#quem-somos #oferecemos aside {
float: left;
width: 50%;
height: auto;
}
#quem-somos #oferecemos aside nav ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 8px;
}
#quem-somos #oferecemos aside nav ul li {
position: relative;
display: block;
height: 180px;
background-color: #000;
}
#quem-somos #oferecemos aside nav ul li figure {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
#quem-somos #oferecemos article {
float: left;
width: 50%;
height: auto;
padding: 20px 0px 0px 50px;
}
#quem-somos #oferecemos article strong {
display: block;
margin-bottom: 30px;
font-weight: 900;
font-size: 30px;
}
#quem-somos #oferecemos article nav ul li {
position: relative;
display: block;
margin-bottom: 24px;
padding-left: 38px;
font-weight: 300;
font-size: 18px;
}
#quem-somos #oferecemos article nav ul li img {
position: absolute;
top: 50%;
left: 4px;
transform: translateY(-50%);
}
#quem-somos #oferecemos article span a {
display: block;
margin-top: 40px;
width: 380px;
height: 40px;
text-align: center;
background-color: var(--green);
color: #fff;
font-weight: 400;
font-size: 17px;
line-height: 38px;
} #inscricao {
margin: 40px 0px;
}
#inscricao header {
display: block;
margin-bottom: 40px;
}
#inscricao header strong {
display: block;
width: 620px;
margin: 0px auto 30px auto;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#inscricao section p {
display: block;
width: 762px;
margin: 0px auto 20px auto;
line-height: 1.2;
} #page {
margin: 40px 0px 100px 0px;
}
#page .container {
width: 767px;
}
#page header {
display: block;
margin-bottom: 40px;
}
#page header strong {
display: block;
width: 620px;
margin: 0px auto 30px auto;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 4px;
text-align: center;
}
#page section h1,
#page section h2,
#page section h3,
#page section h4 {
display: block;
margin-bottom: 20px;
font-weight: bold;
font-size: 50px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
}
#page section h2 {
font-size: 40px;
}
#page section h3 {
font-size: 32px;
}
#page section h4 {
font-size: 24px;
}
#page section img {
display: block;
width: auto;
max-width: 100%;
height: auto;
margin: 40px 0px;
}
#page section strong {
font-weight: bold;
}
#page section p {
display: block;
margin-bottom: 20px;
line-height: 1.8;
}
#page section ul {
display: block;
margin-bottom: 20px;
padding-left: 40px;
}
#page section ul li {
position: relative;
display: block;
margin-bottom: 10px;
line-height: 1.8;
}
#page section ul li::before {
position: absolute;
top: 50%;
left: -25px;
width: 5px;
height: 5px;
background-color: var(--gray);
transform: translateY(-50%);
content: "";
} #contato {
margin: 40px 0px;
}
#contato header strong {
display: block;
margin-bottom: 60px;
font-weight: bold;
font-size: 48px;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
#contato figure {
float: left;
width: 50%;
height: 300px;
background-color: #000;
background-size: cover;
background-position: center center;
}
#contato aside {
float: left;
width: 50%;
height: auto;
padding: 20px 0px 0px 16px;
}
#contato aside span {
display: inline-block;
width: 49%;
height: auto;
margin-bottom: 40px;
vertical-align: top;
}
#contato aside span b {
display: block;
margin-bottom: 10px;
color: var(--blue);
text-transform: uppercase;
font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
}
#contato aside span b i {
display: inline-block;
margin-right: 3px;
font-size: 16px;
vertical-align: text-bottom;
}
#contato aside span address,
#contato aside span em,
#contato aside strong a {
display: block;
font-weight: 300;
font-size: 12px;
color: var(--blue);
line-height: 1.6;
font-style: normal;
}
#contato aside strong a {
display: inline-block;
margin-right: 10px;
}
#contato aside span small {
display: inline-block;
width: 100%;
vertical-align: top;
} #formulario {
padding: 60px 0px;
background-color: #f3f3f7;
}
#formulario .container {
width: 380px;
}
#formulario form legend {
display: block;
margin-bottom: 25px;
font-weight: 900;
font-size: 26px;
text-align: center;
}
#formulario form input[type="text"],
#formulario form input[type="email"] {
display: block;
width: 100%;
height: 42px;
margin-bottom: 18px;
padding: 0px 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#formulario form input:placeholder,
#formulario form textarea:placeholder {
color: var(--gray);
}
#formulario form textarea {
display: block;
width: 100%;
height: 160px;
margin-bottom: 18px;
padding: 20px;
background-color: #fff;
border: 1px solid #e0e0e0;
font-weight: 300;
font-size: 14px;
color: var(--gray);
}
#formulario form input[type="submit"] {
display: block;
width: 100%;
height: 42px;
background-color: var(--green);
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
line-height: 40px;
}
#formulario.formulario-inscricao form legend {
font-weight: 300;
font-size: 18px;
} #footer {
padding: 42px 0px 20px 0px;
background-color: #dfd5b9;
}
#footer .column {
float: left;
width: 20%;
height: auto;
}
#footer .column nav strong {
display: block;
margin-bottom: 7px;
font-weight: bold;
font-size: 12px;
color: #1c1610;
}
#footer .column nav ul li a {
display: block;
padding-top: 18px;
font-size: 12px;
color: #1c1610;
}
#footer .column nav ul li a i {
display: inline-block;
margin-right: 5px;
font-size: 20px;
vertical-align: middle;
}
#footer .column.social nav ul li {
float: left;
width: auto;
margin: 12px 10px 0px 0px;
text-align: center;
font-size: 20px;
}
#footer .column.social nav ul li a {
display: block;
width: 36px;
height: 36px;
padding-top: 0px;
padding-left: 4px;
border-radius: 100%;
background-color: var(--orange);
color: #fff;
line-height: 32px;
}
#footer footer {
position: relative;
float: left;
width: 100%;
height: auto;
margin-top: 20px;
text-align: center;
}
#footer footer strong {
display: block;
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
}
#footer footer img {
display: block;
width: auto;
height: 20px;
margin: 16px auto 3px auto;
opacity: 0.7;
} .wpcf7 br {
display: none;
}
span.wpcf7-not-valid-tip {
margin: -15px 0px 15px 0px;
font-size: 10px !important;
}
div.wpcf7-response-output {
margin: 0px !important;
padding: 0px !important;
border: none !important;
font-weight: bold;
font-size: 12px;
text-align: center;
line-height: 1.4;
}
.wpcf7-form-control-wrap.aceite {
display: block;
margin-bottom: 20px;
}
.wpcf7-form-control-wrap.aceite a {
color: var(--orange);
}
div.wpcf7 .wpcf7-submit:disabled {
opacity: 0.5;
} #sidebar {
position: fixed;
z-index: 2000;
top: 0px;
left: -320px;
width: 260px;
height: 100%;
background-color: #fff;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
}
#sidebar.on {
left: 0px;
}
#sidebar span.logo img {
display: block;
width: 170px;
margin: 40px auto;
}
#sidebar nav li a {
display: block;
padding: 7px 0px;
font-weight: bold;
font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
text-align: center;
color: var(--blue);
}
#sidebar span.info {
display: block;
margin-top: 40px;
text-align: center;
}
#sidebar span.info strong {
display: block;
margin-bottom: 5px;
font-weight: bold;
font-size: 12px;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
}
#sidebar span.info small a {
display: block;
margin-bottom: 4px;
color: var(--blue);
font-size: 14px;
} span#wp-float a {
position: fixed;
z-index: 1000;
bottom: 10px;
right: 10px;
text-align: center;
line-height: 50px;
}
span#wp-float a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
span#wp-float a:hover {
-webkit-transform: scale(0.9);
transform: scale(0.9);
} #feat li.slick-slide {
background: white;
} #feat {
margin-top: 50px;
} .valores-tour strong {
margin-left: 15px;
}
li.valores-evento-calendario a {
padding: 5px 0 !important;
} #galeria-depoimentos {
margin-top: 85px;
background: #f3f3f3;
}
#galeria-depoimentos header {
padding-top: 50px;
}
#galeria-depoimentos header > h1 {
display: block;
margin-bottom: 18px;
font-weight: 900;
font-size: 30px;
text-align: center;
}
#galeria-depoimentos nav ul {
display: inline-block;
width: 100%;
height: auto;
}
#galeria-depoimentos nav ul li.slick-slide {
position: relative;
display: block;
height: 300px;
margin: 0px 8px; border-radius: 3px;
}
#galeria-depoimentos nav ul li.slick-slide img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
max-width: 100%;
height: auto; transform: translate(-50%, -50%);  }
#galeria-depoimentos nav ul.slick-dots li {
display: inline-block;
width: 14px;
height: 14px;
margin: 0px 5px;
background-color: #fff;
border-radius: 100%;
border: 1px solid #707070;
box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
text-indent: -9999em;
cursor: pointer;
}
#galeria-depoimentos nav ul.slick-dots {
display: inline-block;
width: 100%;
height: auto;
margin-top: 20px;
text-align: center;
}
#galeria-depoimentos nav ul.slick-dots li.slick-active {
background-color: var(--orange);
border-color: #dc3408;
}
#galeria-depoimentos footer {
display: inline-block;
width: 100%;
height: auto;
margin: 30px 0 50px 0;
text-align: center;
}
#galeria-depoimentos footer a {
margin: 0 auto;
display: inline-block;
}
.btn-orange {
border: 1px solid var(--orange);
padding: 15px 30px;
border-radius: 30px;
color: var(--orange);
cursor: pointer;
transition: all 0.5s ease;
font-weight: 500;
display: flex;
align-items: center;
}
.btn-orange i {
font-size: 16px;
margin-right: 5px;
}
.btn-orange:hover {
background-color: var(--orange);
color: #fff;
}
#conteudo-locacao {
display: flex;
align-items: center;
margin-top: 50px;
flex-wrap: wrap;
}
li.slick-slide > a {
width: 1160px !important;
background-size: cover !important;
background-position: center center !important;
margin: 0 auto !important;
display: block !important;
}
figure#pattern-header {
display: block;
position: relative;
}
figure#pattern-header img {
object-fit: contain;
max-width: 100%;
display: flex;
margin-top: 30px;
}
.info-xp {
font-style: italic;
font-size: 16pt;
padding: 0 50px;
}
strong.localidade-tour {
margin-bottom: 12px;
}
.feat-home {
margin-top: 0 !important;
}
.feat-home,
.feat-home nav ul.slick-slider,
.feat-home nav ul li.slick-slide {
height: 100% !important;
}
.feat-home li.slick-slide > a {
width: 100% !important;
}
.feat-home li.slick-slide > a > img {
margin: 0 auto !important;
width: 100vw;
}
a {
text-decoration: none;
}
.whatsapp-floating-button {
position: fixed;
bottom: 2vh;
right: 2vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 1000;
}
.whatsapp-floating-button i {
background-color: #42db87;
color: #fff;
width: 60px;
height: 60px;
font-size: 38px;
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #999;
display: flex;
align-items: center;
justify-content: center;
transform: translatey(0px);
box-shadow: 0 0 0 0 #42db87;
font-weight: normal;
text-decoration: none !important;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.whatsapp-floating-button i:hover {
transform: scale(1.1);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#calendario header {
margin-bottom: 60px;
}
#calendario header > span {
display: block;
text-align: center;
width: 100%;
margin-top: 15px;
font-size: 19px;
}
#calendario header > span b {
font-weight: bold;
}
.nova-marca {
color: red;
font-weight: bold;
}
p.apresentacao-bem-vindo {
margin-top: 40px;
font-size: 24px;
}
section#apresentacao-texto footer {
display: none;
} .custom-egoi-newsletter {
display: flex;
color: white !important;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#egoi_submit_button {
color: white !important;
width: 118px;
height: 42px;
border: 1px solid #fff;
color: #fff;
border-radius: 4px;
text-align: center;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
.newsletter-input-box {
padding: 5px;
}
.custom-egoi-newsletter form input {
margin: 0 !important;
}
#egoi_country_code {
display: none;
}
#egoi_submit_button:hover {
background-color: #fff;
color: var(--orange) !important;
}
.custom-egoi-newsletter div:first-child {
font-weight: bold;
}
#newsletter form .custom-egoi-newsletter input {
margin-right: 0 !important;
margin-bottom: 0 !important;
}
@media (max-width: 768px) {
.newsletter-input-box,
.newsletter-input-box > input {
width: 100% !important;
}
.newsletter-input-box {
padding: 5px 15px;
}
}
@media (max-width: 1200px) {
.custom-egoi-newsletter div:first-child {
width: 100% !important;
text-align: center;
}
}
.feat-search {
line-height: 1.2 !important;
}
.button-saibamais {
margin-top: 125px !important;
}
.logo {
display: flex;
align-items: center;
}
.iconSocial ul {
display: flex;
gap: 8px;
margin-left: 10px;
}
@media (max-width: 560px) {
.box-bmw-motorrad img {
width: 230px;
}
}
.iconSocial ul li a i {
font-size: 20px;
background: #E52C2C;
padding: 10px;
margin: 0;
border-radius: 100%;
color: #ffffff;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.iconSocial ul li a i:hover {
background: black ;
}
@media (max-width: 771px) {
header .iconSocial {
display: none;
}
}
#continentes nav.tab-continentes ul {
display: grid;
margin-bottom: 38px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#continentes nav.tab-continentes ul li a {
position: relative;
display: block;
height: 74px;
border-bottom: 1px solid #e6e6e6;
text-align: center;
line-height: 74px;
font-weight: 500;
font-size: 15px;
color: var(--dark);
}
#continentes nav.tab-continentes ul li a::after {
position: absolute;
top: 0px;
right: -1px;
width: 1px;
height: 90%;
background-color: #e6e6e6;
content: "";
}
#continentes nav.tab-continentes ul li a:hover,
#continentes nav.tab-continentes ul li.active a {
background-color: #000;
color: #fff;
}
#continentes nav.tab-continentes ul li a::before {
position: absolute;
bottom: 0px;
left: 50%;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #000;
transform: translateX(-50%);
opacity: 0;
transition: all 0.2s ease-in-out;
transition-delay: 0.2s;
content: "";
}
#continentes nav.tab-continentes ul li.active a::before,
#continentes nav.tab-continentes ul li a:hover::before {
bottom: -10px;
opacity: 1;
}
#continentes nav.lista ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 58px;
}
#continentes nav.lista ul li {
display: block;
margin-bottom: 54px;
}
#continentes nav.lista ul li figure {
display: block;
height: 225px;
background-color: #000;
background-size: cover;
background-position: center center;
}
#continentes nav.lista ul li figcaption {
display: block;
padding: 25px 15px 0px 15px;
}
#continentes nav.lista ul li figcaption strong {
display: block;
min-height: 60px;
margin-bottom: 18px;
font-weight: bold;
font-size: 26px;
line-height: 1.2;
color: var(--black);
}
#continentes nav.lista ul li figcaption small {
display: block;
margin-bottom: 7px;
font-weight: 300;
font-size: 12px;
color: var(--dark);
}
#continentes nav.lista ul li figcaption em {
display: block;
margin-bottom: 25px;
font-style: normal;
font-weight: 300;
font-size: 17px;
color: var(--dark);
text-transform: lowercase;
}
#continentes nav.lista ul li figcaption span {
display: block;
height: 40px;
border: 1px solid var(--green);
color: var(--green);
text-align: center;
line-height: 36px;
font-weight: 400;
font-size: 17px;
transition: all 0.2s ease-in-out;
}
#continentes nav.lista ul li:hover figcaption span {
background-color: var(--green);
color: #fff;
}
#calendario nav.tab ul li.active a {
background-color: #E52C2C;
}
#calendario nav.tab ul li a::before {
border-top: 10px solid #E52C2C;
}
.box-bmw-motorrad {
margin-top: 31px;
}
.columnSocial {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
gap: 16px;
}
@media (max-width: 540px) {
.columnSocial {
align-items: flex-start;
flex-direction: column-reverse;
}
.columnSocial .iconSocial {
margin-top: 20px;
}
}@media (max-width: 1160px){ .container { width: 100%; padding: 0px 20px; } #menu ul { float: left; width: 100%; height: auto; text-align: center; }
#menu ul li { float: none; display: inline-block; }
#menu ul li a { padding: 10px 5px; } #newsletter form { text-align: center; }
#newsletter form legend { width: 100%; margin: 10px 0px; text-align: center; }
#newsletter form input[type=text], #newsletter form input[type=email], #newsletter form input[type=submit] { float: none; display: inline-block; margin-bottom: 10px; } #quem-somos header p { width: 100%; } #blog section { width: 70%; }
#blog aside { width: 29%; }
span.aceite {
margin: 0 auto;
display: block !important;
float: none !important;
}
}
@media (max-width: 960px){ #header { height: 60px; }
#header span.logo img { width: 130px !important; }
#header span.info.info-xp { margin: 0; } #menu ul li { margin: 8px 4px 0px 4px !important; font-size: 14px; } #cta ul li strong { font-size: 18px; } #quem-somos #midia aside { width: 100%; height: 240px; }
#quem-somos #midia article { width: 100%; padding: 40px 0px 0px 0px; }
#quem-somos #oferecemos aside { width: 100%; }
#quem-somos #oferecemos article { width: 100%; padding: 40px 0px 0px 0px; } #blog section { width: 100%; padding-right: 0px; border: none; }
.blog-posts .container { display: flex; flex-wrap: wrap; }
.blog-posts header { display: block; width: 100%; }
.blog-posts aside { order: 1; }
.blog-posts section { order: 2; }
#blog aside { width: 100%; padding-left: 0px; }
#blog aside .big-trails, #blog aside .social, #blog aside .youtube, #blog aside .newsletter, #blog aside .cta, #blog aside .links { display: none; } #contato figure { width: 100%; }
#contato aside { width: 100%; padding: 20px 0px 0px 0px; } #footer .column { width: 33%; margin-bottom: 30px; } #cursos header p { width: 100%; } #tour .info .detalhes { width: 100%; }
#tour .info aside { float: left; width: 50%; margin-top: 40px; }
#tours-privados .container { width: 100%; }
#tours-privados header p { width: 100%; }
#tours-privados nav ul { grid-template-columns: 1fr 1fr; grid-gap: 20px; }
#tours-privados nav ul li img { height: 60px; }
#tours-privados nav ul li strong { font-size: 14px; } #equipe nav ul li figure { width: 120px; height: 120px; }
#equipe nav ul li figcaption { width: calc(100% - 120px); } #monte-tour section { width: 100%; margin-bottom: 20px; padding: 0px; }
#monte-tour aside { width: 100%; }
.feat-home {
margin-top: 0 !important;
}
}
@media (max-width: 770px){ html, body { overflow-x: hidden; }
body { padding-top: 60px; }
#tours header strong,
#calendario header strong,
#depoimentos header strong,
#equipe header strong,
#quem-somos header strong,
#contato header strong,
#faq header strong,
#page header strong,
#tour header h1,
#blog header strong { margin-bottom: 15px; font-size: 24px; }
#blog header p { font-size: 16px; letter-spacing: 2px; }
#tours nav.tab ul { margin-bottom: 40px; }
#tours #tours-nenhum strong { width: 100%; font-size: 18px; }
#equipe header strong { padding: 0px; } #header { position: fixed; z-index: 1000; top: 0px; left: 0px; background-color: #fff; }
#header span.info { display: none; }
#header span.info.info-xp { display: block; font-size: 11pt; padding: 0px 20px; }
#header b { display: block; } #menu { display: none; } #cta ul { grid-template-columns: 1fr 1fr; } #page .container { width: 100%; }
#page header strong { width: 100%; } #locacao figure, #locacao figure { width: 100%; height: 250px; }
#locacao section { width: 100%; padding: 40px 0px 0px 0px; } #equipe nav ul { grid-template-columns: 1fr; } #tours { margin: 75px 0px; }
#tours nav.tab ul { grid-template-columns: 1fr 1fr 1fr; }
#tours nav.lista ul { grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px; }
#continentes nav.tab-continentes ul { grid-template-columns: 1fr 1fr 1fr; }
#tour .sobre aside { width: 100%; margin-bottom: 20px; padding-right: 0px; }
#tour .sobre aside nav, #tour .sobre aside nav ul.slick-slider li.slick-slide figure, #tour .sobre aside nav ul.slick-slider li.slick-slide iframe { height: 270px; }
#tour .sobre article { width: 100%; }
#tour .sobre aside nav ul.slick-dots { white-space: nowrap; }
#tours.outras header span { display: none; }
#tours-privados header strong { width: 100%; }
#tour-semdata .container { width: 100%; } #calendario section nav ul.tab-sec { display: none; }
#calendario section nav ul.cell li { width: 50% !important; } #depoimentos nav ul { grid-template-columns: 1fr 1fr; }
#depoimentos nav ul li { margin-bottom: 20px; } #galeria nav ul { grid-template-columns: 1fr 1fr 1fr; } #cursos header strong { width: 100%; } #call-te { padding-bottom: 20px; }
#call-te img { display: block; width: 30px; margin: 20px auto; }
#call-te strong { font-size: 16px; }
#call-te span a { margin-top: 20px; font-size: 14px; } #quem-somos header strong { width: 100%; }
#quem-somos #midia article span strong { font-size: 30px; } #checkout aside { width: 100%; height: 360px; }
#checkout section { width: 100%; margin-top: 20px; padding-left: 0px; }
#checkout section h6 { font-size: 20px; }
#checkout section article.qual figure { width: 100%; margin-bottom: 7px; }
#checkout section article.qual small { display: block; }
#checkout section article.qual strong { float: right; display: inline-block; }
figure#pattern-header { display: none; }
#conteudo-locacao button {
margin: 0 auto;
}
#conteudo-locacao section {
text-align: center;
}
}
@media (max-width: 560px){ #feat { margin-bottom: 15px; }
#feat ul li.slick-slide figcaption { top: 40% !important; transform: translateY(-50%) !important; }
#feat ul li.slick-slide figcaption strong { font-size: 24px; letter-spacing: 2px; }
#feat ul li.slick-slide figcaption p { font-size: 14px; }
#feat ul li.slick-slide figcaption span a { width: 160px; height: 30px; margin-top: 10px; font-size: 14px; line-height: 28px; } #tours nav.lista ul { grid-template-columns: 1fr 1fr; }
#tours nav.lista ul li figcaption strong { font-size: 20px; }
#tour .info .detalhes nav.tab ul { grid-template-columns: 1fr 1fr; }
#tour .cont-resumo article.cr-rota span { width: 100%; }
#tour .cont-resumo article.cr-distancia span { width: 100%; }
#tour .cont-resumo article.cr-destaques strong { width: 100%; }
#tour .info aside { width: 100%; }
#tour .cont-servicos article { width: 100% !important; padding: 0px !important; }
#tour .cont-servicos article.inclui { border: none; }
#tour .cont-resumo article { padding-left: 50px; }
#tour .cont-resumo article img { width: 30px; }
#tour .cont-resumo article span.dif img { width: auto !important; }
#tour .cont-resumo article span.txt p { left: auto; right: -100px; }
#tours nav.tab ul li a { height: 50px; line-height: 50px; }
#continentes nav.tab-continentes ul li a { height: 50px; line-height: 50px; }
#tours nav.lista ul li figure { height: 160px; }
#tour { margin-top: 75px; }
#tour .sobre article nav ul.slick-slider li.slick-slide { font-size: 14px; }
#tours nav.lista ul li { margin-bottom: 15px; }
#checkout section article.resumo { margin-bottom: 0px; padding: 10px; }
#checkout section .form-esgotado form { width: 100%; }
#tour .cont { padding: 15px; }
#tour header { margin-bottom: 15px; }
#tours-privados header strong { font-size: 20px; }
#tours-privados nav ul { grid-template-columns: 1fr; } #equipe nav ul li { position: relative; margin-bottom: 20px; padding-top: 110px; text-align: center; }
#equipe nav ul li figure { position: absolute; top: 0px; left: 50%; transform: translateX(-50%); }
#equipe nav ul li figcaption { width: 100%; padding-left: 0px; } #cursos {  margin: 75px 0px 100px 0px; }
#cursos nav ul { grid-template-columns: 1fr; } #calendario section nav ul.cell { margin-bottom: 15px; padding: 15px; box-shadow: 0px 0px 10px rgba(0,0,0,.2); border-radius: 10px; }
#calendario section nav ul.cell li { width: 100% !important; }
#calendario section nav ul.cell li:last-child { border: none; } #depoimentos nav ul { grid-template-columns: 1fr; }
.elm-button-text, .elm-loading-anim { width: 100%; height: 36px; padding: 0px 15px; line-height: 34px; font-size: 14px; } #quem-somos #midia { margin-bottom: 0px; }
#quem-somos #midia article { padding: 25px 0px; }
#quem-somos #midia article span { width: 48%; margin-bottom: 15px; font-size: 14px; letter-spacing: 0px; }
#quem-somos #midia article span strong { font-size: 22px; }
#quem-somos #oferecemos aside nav ul { grid-template-columns: 1fr 1fr; }
#quem-somos #oferecemos article span a { width: 100%; } #locacao { margin-bottom: 20px; } #parceiros { margin: 50px 0px 50px 0px; } #blog header strong { margin-bottom: 10px; }
#blog header p { margin-bottom: 20px; }
#blog section .blog-lista ul { grid-template-columns: 1fr; grid-row-gap: 30px; }
#blog section .blog-lista ul li figcaption h6 { font-size: 18px; letter-spacing: 0px; }
#blog section .blog-lista ul li figcaption p { font-size: 15px; }
#blog section .single h1, #blog section .single h2, #blog section .single h3, #blog section .single h4 { font-size: 36px; }
#blog section .single h2 { font-size: 30px; }
#blog section .single h3 { font-size: 24px; }
#blog section .single h4 { font-size: 20px; }
#blog .autor figure { display: block; width: 140px; height: 140px; margin: 0px auto; }
#blog .autor figcaption { width: 100%; margin-top: 20px; padding-left: 0px; text-align: center; }
#blog .autor figcaption strong { font-size: 20px; }
#blog .autor figcaption p { font-size: 14px; line-height: 1.6; }
#blog section .blog-lista.relacionados { margin: 15px 0px; }
#blog section .blog-lista ul { margin-bottom: 20px; } #faq nav li { padding: 20px 50px 10px 20px; }
#faq nav li h6 { margin-bottom: 10px; font-size: 16px; line-height: 1.4; }
#faq nav li span p { font-size: 14px; } #blog .comentarios { margin-bottom: 20px; } #newsletter form label input { width: 100% !important; } #contato { margin: 20px 0px 0px 0px; } #footer .column { width: 50%; }
#footer .column:nth-of-type(4), #footer .column:nth-of-type(5) { width: 100%; }
#feat, #feat nav ul, #feat nav ul li.slick-slide, #feat nav ul li.slick-slide figure { 
height: 480px; 
}
.feat-home img {
height: 480px !important;
}
span.aceite {
float: left !important;
width: 100% !important;
}
.feat-home li.slick-slide > a > img {
width: auto !important;
transform: translateX(-50%);
left: 50%; position: relative;
}
}
@media (max-width: 420px){ #feat ul li.slick-slide figcaption { top: 20px; padding: 0px 20px; }
#feat sub { background-size: 170px; } #cta ul { grid-template-columns: 1fr; }
#cta ul li { height: 160px; } #locacao figure, #locacao #video { height: 200px; }
#locacao section header strong { font-size: 24px; }
#locacao section header em { font-size: 18px; }
#locacao section p { font-size: 16px; } #tours nav.tab ul { margin-bottom: 40px; grid-template-columns: 1fr 1fr; }
#continentes nav.tab-continentes ul { grid-template-columns: 1fr 1fr; }
#tours nav.lista ul { grid-template-columns: 1fr; }
#tours.outras header strong { font-size: 24px; }
#tours nav.lista ul li figcaption span { height: 30px; line-height: 26px; font-size: 14px; }
#tours nav.lista ul li figcaption strong { min-height: auto; }
#tour header { margin-bottom: 30px; }
#tour header p { font-size: 16px; }
#tour .info .detalhes nav.tab ul li a { height: 50px; line-height: 50px; }
#tour .info .detalhes nav.tab ul li:first-of-type a { padding-top: 10px; line-height: 1; }
#tour .cont-resumo article small { font-size: 13px; }
#tour .cont-resumo article.cr-duracao strong { font-size: 15px; }
#tour .cont-resumo article strong { font-size: 13px; }
#tour .cont-roteiro article strong { margin-bottom: 10px; }
#tour .cont-roteiro article p { font-size: 14px; }
#tour .cont-roteiro span a { width: 100%; }
#tour .cont-servicos article nav strong { font-size: 16px; }
#tour .cont-servicos article nav li { font-size: 14px; }
#tour .cont-detalhes nav ul li { font-size: 14px; }
#tour .cont-detalhes p { font-size: 14px; }
#tour .cont-local p { font-size: 14px; line-height: 1.4; }
#tour .cont-como p { font-size: 14px; line-height: 1.4; }
#tour .cont-local .endereco strong, #tour .cont-local .endereco em, #tour .cont-local .endereco address, #tour .cont-local .endereco small { margin-top: 4px; font-size: 14px; }
#tour .cont-valor .valor strong { font-size: 14px; }
#tour .cont-valor .valor em { font-size: 14px; } #galeria nav ul { grid-template-columns: 1fr 1fr; }
#galeria nav ul li { height: 140px; } #quem-somos #oferecemos aside nav ul li { height: 140px; }
#quem-somos #oferecemos article nav ul li { font-size: 14px; } #contato aside span { width: 100%; } #formulario .container { width: 100%; } #checkout section article.qual button { width: 100%; }
#checkout section .checkout-2 footer button.voltar { width: 100%; }
#checkout section .checkout-2 footer button.finalizar { width: 100%; margin-top: 10px; }
#checkout section .finalizar-pedido form { width: 100%; }
#checkout aside { height: 260px; }
#checkout aside figcaption blockquote { font-size: 14px; }
#checkout aside figcaption em { font-size: 14px; }
#checkout section h6 { margin-bottom: 10px; font-size: 16px; }
#checkout section article.quando span { font-size: 14px; }
#checkout section article.qual small { font-size: 14px; }
#checkout section article.qual strong { font-size: 14px; }
#checkout section article.qual button { width: 100%; }
#checkout section .finalizar-pedido form { width: 100%; } #blog section .blog-lista ul li footer small { height: 30px; line-height: 26px; font-size: 14px; }
#blog section .blog-lista ul li figcaption h6 { min-height: auto; }
#blog section .blog-lista ul li span { height: 160px; }
#feat, #feat nav ul, #feat nav ul li.slick-slide, #feat nav ul li.slick-slide figure { height: 390px }
.feat-home img {
height: 390px !important;
}
#header span.info.info-xp { font-size: 11pt; } }
@media (max-width: 400px) {
#header span.info.info-xp { font-size: 9pt !important; padding: 0px 10px; } 
}
@media (max-width: 320px){ #calendario nav.tab ul li a { height: 50px; line-height: 50px; font-size: 20px; }
#calendario section nav ul.cell li { font-size: 14px; }
#calendario section nav ul.cell li a { padding: 10px 0px; } #depoimentos nav ul li { margin-bottom: 40px; }
#depoimentos nav ul li figure, #depoimentos nav ul li span { height: 160px; }
#depoimentos nav ul li blockquote { font-size: 14px; }
#depoimentos nav ul li em { font-size: 14px; }
#depoimentos nav ul li strong { font-size: 20px; }
#depoimentos nav ul li small { font-size: 15px; } #quem-somos #midia aside { height: 160px; }
.button-saibamais { margin-top: 240px !important; }
}
@media (max-height: 854px) {
.feat-depoimentos, .feat-depoimentos nav ul, .feat-depoimentos nav ul li.slick-slide, .feat-depoimentos nav ul li.slick-slide figure {
height: 350px !important;
background-position: bottom !important;
}
}
@media (max-width: 1148px) {
.feat-quem-somos strong, .feat-contato strong {
position: absolute;
top: 50px;
left: 100px;
}
.feat-quem-somos span, .feat-contato span {
line-height: 1.5;
}
.feat-quem-somos span, .feat-contato span {
font-size: 36px !important;
}
#feat, #feat nav ul, #feat nav ul li.slick-slide, #feat nav ul li.slick-slide figure { 
display: block;
margin: 0 auto;
width: 100%;
}
#feat ul li.slick-slide figure, #feat ul li.slick-slide > a {
width: 100% !important;
}
}
@media (max-width: 992px) {
.feat-quem-somos span, .feat-contato span {
font-size: 36px !important;
}
}
@media (max-width: 768px) {
.feat-quem-somos strong, .feat-contato strong {
left: 50px;
max-width: 100vw;
}
.feat-quem-somos span, .feat-contato span {
font-size: 30px !important;
}
}
@media (max-width: 800px) {
.aspas {
left: calc(100vw - (100vw + 370px) / 2);
}
}
@media (max-width: 576px) {
.feat-quem-somos strong, .feat-contato strong {
left: 25px;
}
#quem-somos header {
flex-wrap: wrap;
}
p.apresentacao-bem-vindo {
font-size: 20px;
}
.text-aspas p {
font-size: 18px;
}
.aspas {
left: calc(100vw - (100vw + 325px) / 2);
}
}