/*
Theme Name: Merkabá Turismo
Theme URI: http://themify.me/themes/themify-ultra
Version: 1.0
Description: Merkabá Turismo
Author: Consultoria7
Author URI: http://www.consultoria7.com
Template: themify-ultra

---------
*/

@import url("../themify-ultra/style.css");
@import url("./style_ultra.css");

/************************************************************************************
FONTES
*************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700, 800');

/************************************************************************************
HEADER
*************************************************************************************/

.fixed-header-enabled #headerwrap {
    position: fixed;
    background: none !important;
    border: none !important;
}

.fixed-header-enabled .header-bar {
    display: none;
}

.fixed-header-enabled.fixed-header-on .header-bar {
    display: block;
}

.fixed-header-enabled.fixed-header-on .header-bar #site-logo img {
    max-height: 60px;
}

#main-nav a {
    /*font-size: 16px;*/
    font-size: 1vw;
    font-family: "Raleway";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.125;
    text-align: right;
}

body:not(.mobile_menu_active) header#header {
    /*width: 1250px;*/
    width: 90vw;
}

#main-nav a:hover,
#main-nav .current_page_item>a,
#main-nav .current-menu-item>a {
    color: #ff9700;
}

.fixed-header-enabled.fixed-header-on #headerwrap,
.fixed-header-enabled.fixed-header-on #headerwrap.fixed-header,
.archive.tax-roteiros #headerwrap {
    background-color: rgba(0, 0, 0, .7) !important;
}

.archive.tax-roteiros #headerwrap {
    width: 100vw;
}

.archive.tax-roteiros:not(.mobile_menu_active) #content {
    padding-top: 320px;
}

.archive.tax-roteiros {
    width: 100vw;
}

#headerwrap.fixed-header.hover {
    min-height: 55px;
}

#headerwrap.fixed-header.hover #header {
    padding: 1em 0;
}

#headerwrap.fixed-header.hover #site-logo img {
    max-height: none;
    height: auto;
}

#headerwrap.fixed-header.hover .social-widget {
    display: block !important;
}

#headerwrap.fixed-header.hover #header .social-widget {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
}

body:not(.mobile_menu_active) #headerwrap.fixed-header .social-widget {
    display: none !important;
}

#headerwrap .social-links .icon-medium i {
    padding: 5px 0;
    font-size: 20px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin-right: 0px;
}

body:not(.mobile_menu_active) .social-widget .widget {
    padding-left: 20px;
}

#headerwrap .social-widget .module-icon i {
    font-size: 20px;
}

#headerwrap .social-widget .module-icon,
#headerwrap .social-widget .module-icon a {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.9;
    text-align: right;
}

#headerwrap .social-widget .module-icon spam {
    font-size: 16px;
}


/************************************************************************************
SLIDER
*************************************************************************************/

.intro ul li,
.intro ul li,
.intro .module-slider .tf_swiper-slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.intro .module-slider .tf_swiper-slide .slide-image img {
    *display: none;
}

#bg.gray {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .5);
}

.intro .module-slider .tf_swiper-slide .slide-content {
    background: none;
    bottom: 35% !important;
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.intro .module-slider .tf_swiper-slide .slide-content .slide-title a {
    font-size: 60px;
    font-family: "Raleway";
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}


/*
.intro .module-slider .tf_swiper-slide .slide-content a.button.c7 {
    font-size: 24px;
    font-family: "Raleway";
    font-weight: 700;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    margin: 3% 0 0;
    padding: 1% 4% 1%;
    border: none;
    background: url(./img/botao-redondo.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    box-shadow: none;
    background-position: center center;
}

.intro .module-slider .tf_swiper-slide .slide-content a.button.c7:hover {
  *color: rgb(255, 255, 255);
  *background-color: rgb(255, 80, 0);
  opacity: 0.95;
}*/

.intro .module-slider .tf_swiper-slide .slide-content a.button.c7 {
    -moz-box-shadow: 0px 10px 14px -7px #000;
    -webkit-box-shadow: 0px 10px 14px -7px #000;
    box-shadow: 0px 10px 14px -7px #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #feb03f), color-stop(1.5, rgb(255, 80, 0)));
    background: -moz-linear-gradient(top, #feb03f 50%, rgb(255, 80, 0) 150%);
    background: -webkit-linear-gradient(top, #feb03f 50%, rgb(255, 80, 0) 150%);
    background: -o-linear-gradient(top, #feb03f 50%, rgb(255, 80, 0) 150%);
    background: -ms-linear-gradient(top, #feb03f 50%, rgb(255, 80, 0) 150%);
    background: linear-gradient(to bottom, #feb03f -100%, rgb(255, 80, 0) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#feb03f', endColorstr='rgb(255, 80, 0)', GradientType=0);
    background-color: #ffffff;
    margin: 3% 0 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border-color: rgb(255, 80, 0);
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    font-family: "Raleway";
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 4%;
    text-decoration: none;
}

.intro .module-slider .tf_swiper-slide .slide-content a.button.c7:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, rgb(255, 80, 0)), color-stop(1.5, #feb03f));
    background: -moz-linear-gradient(top, rgb(255, 80, 0) 50%, #feb03f 150%);
    background: -webkit-linear-gradient(top, rgb(255, 80, 0) 50%, #feb03f 150%);
    background: -o-linear-gradient(top, rgb(255, 80, 0) 50%, #feb03f 150%);
    background: -ms-linear-gradient(top, rgb(255, 80, 0) 50%, #feb03f 150%);
    background: linear-gradient(rgb(255, 255, 255) 30%, rgb(120, 120, 120) 100%) rgb(255, 255, 255);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 80, 0)', endColorstr='#feb03f', GradientType=0);
    background-color: rgb(255, 80, 0);
    color: rgb(255, 80, 0);
    border-color: #787878;
}

.intro .module-slider .tf_swiper-slide .slide-content a.button.c7:active {
    position: relative;
    top: 1px;
}


/* .intro .module-slider.themify_builder_slider_vertical .carousel-prev,
.intro .module-slider.themify_builder_slider_vertical .carousel-next {
    background: none;
    border-radius: initial;
    font-size: 50px;
    height: auto;
    width: auto;
}

.intro .module-slider.themify_builder_slider_vertical .carousel-prev {
    left: 2%;
}

.intro .module-slider.themify_builder_slider_vertical .carousel-next {
    right: 2%;
}

.intro .module-slider.themify_builder_slider_vertical .carousel-prev:hover {
    left: 1%;
} 

.intro .module-slider.themify_builder_slider_vertical .carousel-next:hover {
    right: 1%;
}

body:not(.mobile_menu_active) .intro .module-slider .carousel-nav-wrap .carousel-prev:before {
    content: url(./img/prev.png);
}

body:not(.mobile_menu_active) .intro .module-slider .carousel-nav-wrap .carousel-next:before {
    content: url(./img/next.png);
}
*/

.intro .module-slider .carousel-nav-wrap {
    position: absolute;
    bottom: 10px;
}

.intro .module-slider .carousel-pager {
    bottom: 3%;
    color: #fff;
}

.intro .module-slider {
    margin-bottom: 0;
}

.intro .module-slider .carousel-nav-wrap {
    padding: 0;
}

.intro .module-slider .carousel-nav-wrap a.carousel-prev,
.intro .module-slider .carousel-nav-wrap a.carousel-next {
    top: -50vh;
}


/************************************************************************************
QUERO VIAJAR
*************************************************************************************/

.queroviajar h3.module-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    margin: 1%;
}

.queroviajar h3:not(module-title):not(slide-title) {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}


/************************************************************************************
ROTEIROS
*************************************************************************************/

.roteiros h3.module-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    margin: 1%;
}

.roteiros h3:not(module-title):not(slide-title) {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.roteiros .module-image.image-overlay .image-title a {
    font-size: 35px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.686;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 90%;
    left: 0;
}

.roteiros .module-image.image-overlay .image-wrap a+.image-content {
    height: 50%;
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.roteiros .module-image:hover .image-wrap a+.image-content {
    height: 100%;
    background-color: rgba(231, 109, 53, 0.75);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.roteiros .module-image .image-caption {
    display: none;
}

.roteiros .module-image:hover .image-caption {
    display: block !important;
    position: absolute;
    top: 60%;
    width: 90%;
    margin: 0 auto;
    left: 0;
}


/************************************************************************************
MONTE SEU ROTEIRO
*************************************************************************************/

.roteiro h3.module-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 1%;
}

.roteiro .texto h3 {
    font-size: 35px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 1%;
}

.roteiro h3:not(module-title):not(slide-title) {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.monte-roteiro {
    position: relative;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.monte-roteiro .detalhes {
    position: relative;
    float: left;
    text-align: center;
    width: 50%;
}

.monte-roteiro p {
    margin: 0;
}

.monte-roteiro p.title {
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(255, 80, 0);
    padding: 2% 6%;
}

.monte-roteiro p.label {
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}

.monte-roteiro textarea#observacoes {
    max-height: 75px;
    min-height: 15px;
}

.monte-roteiro input {
    border-width: 1px;
    border-color: rgb(194, 194, 194);
    border-style: solid;
    border-radius: 20px;
}

.monte-roteiro .detalhes div:not(.telefone) {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 0 2% 2%;
    display: table;
    width: 97%;
}

.monte-roteiro .detalhes div p.label:first-child {
    padding: 0.5em 0 0;
}

.monte-roteiro div.telefone {
    position: relative;
    float: left;
    max-width: 50%;
}

.monte-roteiro input[type=submit] {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.monte-roteiro input[type=submit]:hover {
    color: #fff;
    background-color: rgb(255, 80, 0);
}

.roteiro .wpcf7-response-output {
    position: absolute !important;
    bottom: -15% !important;
    left: 24% !important;
    width: 50%;
}

.roteiro div.wpcf7-validation-errors {
    border: 2px solid rgb(255, 80, 0);
    background: rgb(255, 80, 0);
    color: #fff;
}

.roteiro span.wpcf7-not-valid-tip {
    font-size: 10px;
    text-transform: uppercase;
}

.roteiro input.wpcf7-not-valid {
    border-width: 1px;
    border-color: #f00 !important;
    border-style: solid;
    border-radius: 20px;
}

.roteiro div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff;
}


/************************************************************************************
AGENDE UMA VISITA
*************************************************************************************/

.visita h3.module-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    margin: 1%;
}

.visita.fale h3.module-title {
    margin: 5% 0 7%;
}

.visita h3:not(module-title):not(slide-title) {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.visita .agende-visita p {
    margin: 0;
}

.visita .agende-visita p.label {
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}

.visita .agende-visita input,
.visita .agende-visita textarea {
    border-width: 1px;
    border-color: rgb(194, 194, 194);
    border-style: solid;
    border-radius: 20px;
}

.visita.fale .agende-visita input {
    margin-bottom: 5%;
}

.visita .agende-visita input[type=submit] {
    font-size: 20px;
    font-family: "Raleway";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 80, 0);
    width: 100%;
    margin: 8% 0 0;
}

.visita .agende-visita input[type=submit]:hover {
    color: rgb(255, 80, 0);
    background-color: rgb(255, 255, 255);
}

.visita .button.c7 a {
    font-size: 20px;
    font-family: "Raleway";
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 80, 0);
    width: 100%;
    margin: 8% 0 0;
}

.visita .button.c7 a:hover {
    color: rgb(255, 80, 0) !important;
    background-color: rgb(255, 255, 255);
}

.visita .wpcf7-response-output {
    position: absolute !important;
    bottom: -40% !important;
    left: 24% !important;
    width: 50%;
}

.visita.fale .wpcf7-response-output {
    position: absolute !important;
    bottom: -7% !important;
    left: 24% !important;
    width: 50%;
}

.visita div.wpcf7-validation-errors {
    border: 2px solid #fff;
    background: #fff;
    color: #f00;
}

.visita span.wpcf7-not-valid-tip {
    font-size: 10px;
    text-transform: uppercase;
}

.visita.fale span.wpcf7-not-valid-tip {
    color: #fff;
}

.visita input.wpcf7-not-valid {
    border-width: 1px;
    border-color: #f00 !important;
    border-style: solid;
    border-radius: 20px;
}

.visita div.wpcf7-mail-sent-ok {
    background: #fff;
    color: #398f14;
}


/************************************************************************************
DEPOIMENTOS
*************************************************************************************/

.depoimentos h3.module-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    margin: 1%;
}

.depoimentos blockquote {
    border: none;
}

.depoimentos blockquote p {
    font-size: 20px;
    font-family: "Lato";
    color: #000;
    line-height: 2 !important;
    font-weight: 400;
    text-align: justify;
}

.depoimentos .testimonial-entry-content {
    position: relative;
}

.depoimentos blockquote:before,
.depoimentos blockquote:after {
    content: '\201C';
    font-size: 100px;
    color: #ff5000;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-top: 0;
}

.depoimentos blockquote:after {
    content: '\201D';
    left: auto;
    bottom: 0;
    right: 0;
}

.depoimentos strong {
    font-size: 20px;
    font-family: "Lato";
    color: #000;
    text-align: left;
    font-weight: 700;
}

.depoimentos .person-name {
    font-size: 20px;
    font-family: "Lato";
    color: rgb(255, 80, 0);
    line-height: 0.8;
    text-align: right;
    font-weight: 700;
    padding-bottom: 5%;
}

.depoimentos h3.testimonial-title {
    color: rgb(255, 80, 0);
}

.depoimentos .person-name b {
    color: #000;
}

.depoimentos .module-testimonial-slider figure img {
    border-radius: 50%;
    border: 2px solid rgb(255, 80, 0);
}

.depoimentos .module-testimonial-slider .slide-image {
    margin: 5% 0 0;
}

.depoimentos .module-testimonial-slider .carousel-prev,
.depoimentos .module-testimonial-slider .carousel-next {
    background: transparent;
    color: #b9b9b9;
    width: 51px;
    height: 51px;
    font-size: 50px;
}

.depoimentos .module-testimonial-slider .carousel-prev {
    left: -5%;
}

.depoimentos .module-testimonial-slider {
    padding: 0 15%;
}

.depoimentos .module-testimonial-slider .carousel-pager a.selected {
    color: rgb(185, 185, 185);
}

.depoimentos .module-testimonial-slider .carousel-pager a.selected {
    color: rgb(255, 80, 0) !important;
}


/************************************************************************************
OFERTAS E PROMOÇÕES
*************************************************************************************/

.ofertas .themify_builder_sub_row {
    padding: 0 10% 0;
}

.ofertas h3.module-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    margin: 1% 0 5%;
}

.ofertas .newsletter h3.module-title {
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.ofertas .newsletter .newsletter {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 2% 0;
    box-shadow: 0px -10px 15px 0px rgba(5, 6, 6, 0.1);
}

.ofertas .newsletter .newsletter p {
    margin: 0
}

.ofertas .newsletter .newsletter input {
    border-width: 1px;
    border-color: rgb(194, 194, 194);
    border-style: solid;
    border-radius: 20px;
    max-width: 90%;
    margin-right: 0;
}

.ofertas .newsletter .newsletter input[type=submit] {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-right: 0;
}

.ofertas .newsletter .newsletter input[type=submit]:hover {
    color: #fff;
    background-color: rgb(255, 80, 0);
}

.ofertas .cotacao h3.module-title,
.ofertas .sociais h3.module-title {
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(119, 119, 119);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 13%;
}

.ofertas .sociais .shortcode.themify-icon .themify-icon-icon {
    font-size: 40px;
}

.ofertas .cotacao {
    text-align: center;
}

.ofertas .cotacao .cotacao {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 10vw;
    height: 4vw;
    margin: 0 auto;
    font-size: 1.2vw;
    font-family: "Open Sans";
    font-weight: 700;
    color: #ff5000;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 15% 7% 2%;
}

.ofertas .cotacao .module_column {
    max-width: 40%;
}

.ofertas .cotacao p {
    margin: 0;
}

.ofertas .cotacao p.moeda {
    font-size: 1.2vw;
    font-family: "Open Sans";
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.ofertas .cotacao p.tipo {
    font-size: 1vw;
    font-family: "Open Sans";
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.queroviajar figure a img {
    border-radius: 15px;
    width: 100%;
}

.queroviajar figure .filter_c7 {
    border-radius: 15px;
    border: 5px solid #ffffff;
    background: rgba(231, 110, 53, 1);
    background: -moz-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 110, 53, 1)), color-stop(70%, rgba(247, 155, 60, 0)), color-stop(100%, rgba(254, 174, 63, 0)));
    background: -webkit-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: -o-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: -ms-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: linear-gradient(to bottom, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e76e35', endColorstr='#feae3f', GradientType=0);
}

.queroviajar ul.ofertas li .ofertas-content {
    background: url(./img/botao-redondo.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}


/************************************************************************************
FOOTER
*************************************************************************************/

#footerwrap {
    background-color: #f1f1f1;
    border-top: none;
}

#footerwrap #footer #footer-logo a {
    content: url(./img/footer-logo.png);
}

#footerwrap #footer .back-top,
#footerwrap #footer .back-top:hover {
    background-color: transparent;
    color: #838384;
    border: none;
    box-shadow: none;
}

#footerwrap #footer .back-top a,
#footerwrap #footer .back-top a:before {
    width: 30px;
    height: 30px;
    border-width: 3px;
}

.footer-widgets .widgettitle {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
}

.footer-widgets .textwidget p,
.footer-widgets .textwidget p a,
.footer-widgets .widget_nav_menu ul li a,
.footer-widgets a {
    margin: 0;
    font-size: 1vw;
    font-family: "Open Sans";
    font-weight: 400;
    color: #000;
}

.footer-widgets .widget_nav_menu ul li a {
    text-transform: uppercase;
}

.footer-widgets .widget_nav_menu ul li a:before {
    content: '> ';
    font-family: "Open Sans";
    font-weight: 400;
    color: #ff5000;
    font-size: 16px;
}

footer#footer {
    width: 100%;
    padding: 0 10%;
}

.footer-left-col .main-col {
    width: 24%;
}

.footer-left-col .section-col,
.footer-right-col .section-col {
    width: 72%;
}

footer#footer .footer-widgets .col3-1 {
    width: 27%;
}

footer#footer .footer-widgets .col3-1.first {
    width: 38%;
}

#footerwrap #footer .back-top {
    position: absolute;
    left: 15%;
    top: -45px;
    width: 100px;
    margin: 0;
}

#footerwrap #footer .one {
    margin-bottom: 7%;
}

a#consultoria7 {
    content: url(./img/assinaturaC7.png);
    background-repeat: no-repeat;
    background-image: url(./img/assinaturaC7-hover-direita.png), url(./img/assinaturaC7-hover-esquerda.png), url(./img/assinaturaC7.png);
    background-position: 430px 5px, -121px 12px, 0px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
    margin: 5% 0 0;
}

a#consultoria7:hover {
    background-repeat: no-repeat;
    background-position: 156px 5px, 3px 12px, 0px 0px;
}

.footer-left-col #footer .widget {
    margin: 0;
}


/************************************************************************************
MOBILE - page-id-167
*************************************************************************************/

.mobile_menu_active .intro .module-slider li {
    background-size: cover;
    background-position: center center;
}

.mobile_menu_active .intro .module-slider li .slide-content {
    position: absolute !important;
    font-size: 15px;
    padding: 0 17%;
}

.mobile_menu_active .intro .module-slider .tf_swiper-slide .slide-content .slide-title a {
    font-size: 30px;
    line-height: 1;
}

/* .mobile_menu_active .intro .module-slider.themify_builder_slider_vertical .carousel-next {
    padding: 0;
} */

.mobile_menu_active .intro .module-slider .slide-content .slide-title{
    max-width: 80vw;
    margin: 0 auto;
}

.mobile_menu_active #footerwrap .main-col, .mobile_menu_active #footerwrap .section-col {
    width: 100%;
}

.intro .module-slider .tf_swiper-slide .slide-image{
    height: 100vh !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-consultoria7-slider .slide-image p {
    margin: 0 !important;
}

.page-id-167.mobile_menu_active .queroviajar h3.module-title {
    font-size: 13vw;
}

.page-id-167.mobile_menu_active .queroviajar h3:not(module-title):not(slide-title) {
    font-size: 5vw;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .slide-content {
    position: absolute !important;
    left: 0;
    width: 90%;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul {
    padding: 0 5% !important;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul li {
    width: 90vw !important;
    margin: 0 1% 0 0 !important;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .cards-content {
    width: 90vw;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .slide-content h3.slide-title a {
    font-size: 30px;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .cards-content p {
    font-size: 5vw;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .cards-content p.title {
    font-size: 7vw;
}

.page-id-167.mobile_menu_active .roteiros h3.module-title {
    font-size: 18vw;
}

.page-id-167.mobile_menu_active .roteiros h3:not(module-title):not(slide-title) {
    font-size: 5vw;
}

.page-id-167.mobile_menu_active .roteiros .module-image.image-overlay .image-title a {
    position: relative;
    font-size: 11vw;
}

.page-id-167.mobile_menu_active .roteiros .module-image.image-overlay .image-wrap a+.image-content {
    position: absolute !important;
    bottom: 0;
    height: auto;
    font-size: 4vw;
}

.page-id-167.mobile_menu_active .roteiros .module-image {
    *height: 50vh;
}

.page-id-167.mobile_menu_active .roteiros .module-image .image-caption {
    display: block;
}

.page-id-167.mobile_menu_active .roteiros .sub_row_2-0-3 .col4-1 {
    width: 50% !important;
}

.page-id-167.mobile_menu_active .roteiros .sub_row_2-0-3 .col4-1 .module-image.image-overlay .image-title a {
    font-size: 5vw !important;
}

.page-id-167.mobile_menu_active .roteiros .sub_row_2-0-3 .col4-1 .module-image .image-caption {
    display: none;
}

.page-id-167.mobile_menu_active .roteiro h3.module-title {
    font-size: 11vw;
    line-height: 1;
}

.page-id-167.mobile_menu_active .roteiro h3:not(module-title):not(slide-title) {
    font-size: 5vw;
}

.page-id-167.mobile_menu_active .monte-roteiro {
    position: relative;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.page-id-167.mobile_menu_active .monte-roteiro .detalhes {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
}

.page-id-167.mobile_menu_active .monte-roteiro p.title {
    font-size: 6vw;
}

.page-id-167.mobile_menu_active .monte-roteiro input[type=submit] {
    color: #fff;
    background-color: rgb(255, 80, 0);
}

.page-id-167.mobile_menu_active .visita h3.module-title {
    font-size: 14vw;
    line-height: 1;
}

.page-id-167.mobile_menu_active .visita h3:not(module-title):not(slide-title) {
    font-size: 5vw;
}

.page-id-167.mobile_menu_active .ofertas h3.module-title {
    font-size: 8vw;
    line-height: 1;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.ofertas li .slide-content {
    position: absolute !important;
    left: 0;
    width: 95%;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.ofertas li .ofertas-content {
    width: 25vw;
    height: 25vw;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.ofertas li .ofertas-content .preco {
    font-size: 5vw;
    margin: 25% 0;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.ofertas li .ofertas-content p {
    font-size: 20px;
}

.page-id-167.mobile_menu_active .ofertas .newsletter h3.module-title {
    font-size: 6vw;
}

.page-id-167.mobile_menu_active .ofertas .newsletter .newsletter input[type=submit] {
    width: 90%;
    margin: 3%;
}

.page-id-167.mobile_menu_active .ofertas .newsletter .newsletter input {
    max-width: 90%;
    margin: 2%;
}

.page-id-167.mobile_menu_active div#text-167-5-0-2 {
    padding: 0 7%;
}

.page-id-167.mobile_menu_active .sub_row_5-0-3 .col4-2 {
    *width: 50% !important;
}

.page-id-167.mobile_menu_active .ofertas .cotacao h3.module-title,
.page-id-167.mobile_menu_active .ofertas .sociais h3.module-title {
    font-size: 7vw;
}

.page-id-167.mobile_menu_active .sub_row_5-0-3 .col4-2 .cotacao .col2-1 {
    width: 50% !important;
}

.page-id-167.mobile_menu_active .ofertas .cotacao .cotacao {
    width: 25vw;
    height: 25vw;
    font-size: 8vw;
}

.page-id-167.mobile_menu_active .ofertas .cotacao p.moeda {
    font-size: 6vw;
}

.page-id-167.mobile_menu_active .ofertas .cotacao p.tipo {
    font-size: 5vw;
}

.mobile_menu_active footer#footer {
    padding: 0;
    text-align: center;
}

.mobile_menu_active footer#footer .footer-widgets .col3-1 {
    display: none;
}

.mobile_menu_active footer#footer .footer-widgets .col3-1:last-child {
    display: block;
    width: 100%;
}

.mobile_menu_active a#consultoria7:hover,
.mobile_menu_active a#consultoria7 {
    background-repeat: no-repeat;
    background-position: 156px 5px, 3px 12px, 0px 0px;
    margin: 5% 0 0 -8%;
    content: url(./img/assinaturaC7-hover.png);
    background-image: none;
    max-width: 95vw;
}

.mobile_menu_active #footerwrap #footer .back-top {
    display: none;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul li .slide-image .filter_c7,
.mobile_menu_active.tax-roteiros figure .filter_c7 {
    height: 87vw !important;
    width: 87vw !important;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul li .slide-image img,
.mobile_menu_active.tax-roteiros figure a img {
    height: 87vw !important;
    width: 87vw !important;
}

.mobile_menu_active.tax-roteiros h1.page-title {
    font-size: 30px;
}

.mobile_menu_active.tax-roteiros .cards-content {
    width: 87vw;
}

.mobile_menu_active .visita .button.c7 a {
    font-size: 20px;
    font-family: "Raleway";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    width: 82%;
}

.mobile_menu_active .intro .module-slider .carousel-pager {
    left: 35%;
    display: none;
}

.mobile_menu_active .roteiros .module-image .image-wrap a+.image-content {
    height: 50% !important;
}

.mobile_menu_active .roteiros .module-image:hover .image-wrap a+.image-content {
    height: 50% !important;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_active.single-roteiro .roteiro h3.module-title {
    font-size: 26px;
    line-height: 1.2;
}
.mobile_menu_active div#block-3 {
    max-width: 100vw;
}
.mobile_menu_active.single-roteiro .module-timeline.layout-list .module-timeline-date {
    font-size: 25px;
    font-family: "Lato";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    padding-left: 15%;
    width: 100%;
    text-align: left;
}

.mobile_menu_active.single-roteiro .module-timeline.layout-list>ul:before {
    border-right: 5px solid #ccc;
    border-right-color: rgb(212, 212, 212);
    left: 8%;
}

.mobile_menu_active.single-roteiro .module-timeline .entry-content ul li {
    text-align: left;
}

.mobile_menu_active.single-roteiro .module-timeline.layout-list .module-timeline-dot {
    border-width: 5px;
    border-color: rgb(212, 212, 212);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-left: -8px;
}

.mobile_menu_active.single-roteiro .preco .preco {
    background-color: #fff;
    border-radius: 50%;
    height: 90vw;
    width: 90vw;
    margin: 5% auto;
    padding: 12% 15% 5%;
}

.mobile_menu_active.single-roteiro .preco .descricao {
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 400;
    color: rgb(238, 238, 238);
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    max-width: 90vw;
}

.mobile_menu_active.single-roteiro .preco .descricao h3.module-title {
    font-size: 30px;
}

.mobile_menu_active.single-roteiro .depoimentos blockquote {
    padding: 0;
}

.mobile_menu_active.single-roteiro .depoimentos .module-slider .carousel-prev {
    left: -20%;
}

.mobile_menu_active.single-roteiro .depoimentos .module-slider.themify_builder_slider_vertical .carousel-next {
    right: -20%;
}

.mobile_menu_active.single-roteiro .visita h3.module-title {
    font-size: 30px;
    line-height: 1;
    margin: 6% 1%;
}

.mobile_menu_active .monte-roteiro .detalhes {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
}

.mobile_menu_active .monte-roteiro {
    position: relative;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.mobile_menu_active .ofertas .newsletter h3.module-title {
    text-align: center;
}

.mobile_menu_active .ofertas .newsletter .newsletter input[type=submit] {
    width: 90%;
}

.mobile_menu_active .ofertas .cotacao h3.module-title,
.mobile_menu_active .ofertas .sociais h3.module-title {
    margin: 13% 0 0;
}

.mobile_menu_active .ofertas .cotacao .cotacao {
    width: 65vw;
    height: 70px;
    font-size: 20px;
    padding: 5% 7% 5%;
    margin: 5% auto;
}

.mobile_menu_active .ofertas .cotacao p.moeda {
    font-size: 25px;
}

.mobile_menu_active .ofertas .cotacao p.tipo {
    font-size: 20px;
}

.mobile_menu_active .monte-roteiro p.title {
    font-size: 20px;
    text-align: center;
}

.mobile_menu_active.single-roteiro .module-timeline.layout-list .module-timeline-content-wrap {
    width: 85%;
}

.mobile_menu_active.single-roteiro .module-timeline.layout-list .module-timeline-dot {
    left: 8%;
}

.mobile_menu_active.single-roteiro .module-timeline.layout-list .module-timeline-image img,
.mobile_menu_active.single-roteiro .module-timeline.layout-list .module-timeline-content img {
    border: 5px solid #fff;
    border-radius: 15px;
    width: 80vw;
    height: 70vw;
}

.mobile_menu_active .depoimentos p {
    line-height: 1.3;
}


/************************************************************************************
SINGLE-ROTEIROS
*************************************************************************************/

.single-roteiro #headerwrap:not(.fixed-header) {
    border: none;
    background: none;
    color: #fff;
}

.single-roteiro #headerwrap.fixed-header {
    background-color: rgba(0, 0, 0, .7);
}

.single-roteiro #pagewrap,
.single-roteiro #content {
    padding-top: 0 !important;
}

.single-roteiro #content {
    padding: 0 !important;
    background: #f1f1f1;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list .module-timeline-date {
    font-size: 35px;
    font-family: "Lato";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    line-height: 0.686;
    width: 55%;
    padding-left: 50%;
    text-align: left;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list .module-timeline-content-wrap {
    text-align: left;
    width: 50%;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline-content .entry-content p {
    margin: 0;
    font-size: 16px;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline-content .entry-content p strong {
    font-size: 20px;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list .module-timeline-dot {
    border-width: 5px;
    border-color: rgb(212, 212, 212);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-left: -8px;
    left: 45%
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list>ul>li:last-child {
    *position: relative;
    *margin: 0;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list>ul>li:hover .module-timeline-dot {
    *background-color: rgb(255, 80, 0);
    border-color: rgb(255, 80, 0);
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list>ul:before {
    content: " ";
    position: absolute;
    left: 45%;
    height: 103%;
    border-right: 5px solid #ccc;
    border-right-color: rgb(212, 212, 212);
    margin-top: -10px;
}

body:not(.mobile_menu_active).single-roteiro figure.module-timeline-image {
    position: absolute;
    max-width: 400px;
    left: 130px;
    margin-top: -45px;
}

body:not(.mobile_menu_active).single-roteiro figure.module-timeline-image img {
    max-height: 220px;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline {
    width: 1200px;
    margin: 0 auto;
}

.single-roteiro .servicos.inclusos h3.module-title {
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.single-roteiro .servicos.nao-inclusos h3.module-title {
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(119, 119, 119);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.single-roteiro .servicos .image-caption {
    font-size: 11px;
    font-family: "Lato";
    color: rgb(119, 119, 119);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.455;
    text-align: center;
}

.single-roteiro .servicos .module-image {
    padding: 5% 15%;
}

.single-roteiro .preco .preco {
    background-color: #fff;
    border-radius: 50%;
    height: 16vw;
    width: 16vw;
    padding: 0 11%;
    display: table-cell;
    vertical-align: middle;
    background: url(./img/botao-redondo.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.single-roteiro .preco .preco p {
    margin: 0;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #777;
    text-transform: uppercase;
    text-align: center;
}

.single-roteiro .preco .preco p strong {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    text-align: center;
}

.single-roteiro .preco .preco h3 {
    font-size: 25px;
    font-family: "Open Sans";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.single-roteirobody:not(.mobile_menu_active) .preco .preco h3 strong {
    font-size: 2.5vw;
    font-family: "Open Sans";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    text-align: center;
}

.single-roteiro.mobile_menu_active .preco .preco h3 strong {
    font-size: 14vw;
    font-family: "Open Sans";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    text-align: center;
}

.single-roteiro .preco .descricao h3.module-title {
    font-size: 40px;
}

.single-roteiro .preco .descricao {
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 400;
    color: rgb(238, 238, 238);
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
}

.single-roteiro .preco .descricao p {
    margin: 0;
    line-height: 2;
}

.single-roteiro .preco .descricao strong {
    font-weight: 700;
}

.single-roteiro .servicos.inclusos .tf-tile .tile-icon {
    border: 3px solid #ff5000;
    border-radius: 50%;
    padding: 5%;
}

.single-roteiro .servicos.nao-inclusos .tf-tile .tile-icon {
    border: 3px solid #777;
    border-radius: 50%;
    padding: 5%;
}

.single-roteiro .tile-type-text .tile-inner {
    padding: 30% 7% 7%;
}

body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list .module-timeline-image img,
body:not(.mobile_menu_active).single-roteiro .module-timeline.layout-list .module-timeline-content img {
    border: 5px solid #fff;
    border-radius: 15px;
    width: 340px;
    height: 220px;
}

.single-roteiro img.timeline.pdf {
    border: none !important;
    height: 59px !important;
    width: 50px !important;
    position: relative;
    float: left;
}

.single-roteiro .module-timeline figure.module-timeline-image a:hover {
    text-decoration: none;
}

body:not(.mobile_menu_active).single-roteiro figure.module-timeline-image.c7_pdf {
    bottom: 0.3%;
}

body:not(.mobile_menu_active).single-roteiro span.pdf.texto {
    font-size: 17px;
    font-family: "Lato";
    font-weight: 400;
    color: #6E6F71;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    display: inline-flex;
    margin-top: 20px;
}

.mobile_menu_active.single-roteiro span.pdf.texto {
    font-size: 17px;
    font-family: "Lato";
    font-weight: 400;
    color: #6E6F71;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    display: inline-flex;
    width: 70%;
}

.single-roteiro .post {
    margin-bottom: 0;
}


/************************************************************************************
LOOP-ROTEIROS
*************************************************************************************/

.tax-roteiros .cards-content {
    width: 360px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 1em 0 2em;
}

.tax-roteiros #body {
    background: #f1f1f1;
}

.tax-roteiros figure {
    margin: 0 auto !important;
}

.tax-roteiros figure a img {
    border-radius: 15px;
    width: 363px;
    height: 363px;
}

.tax-roteiros figure .filter_c7 {
    position: absolute;
    z-index: 1;
}

.tax-roteiros figure .filter_c7 {
    border-radius: 15px;
    border: 5px solid #ffffff;
    background: rgba(231, 110, 53, 1);
    background: -moz-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 110, 53, 1)), color-stop(70%, rgba(247, 155, 60, 0)), color-stop(100%, rgba(254, 174, 63, 0)));
    background: -webkit-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: -o-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: -ms-linear-gradient(top, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    background: linear-gradient(to bottom, rgba(231, 110, 53, 1) 0%, rgba(247, 155, 60, 0) 70%, rgba(254, 174, 63, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e76e35', endColorstr='#feae3f', GradientType=0);
}

.tax-roteiros .post-content {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 80%;
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    z-index: 2;
}

.tax-roteiros .post-content .post-title a {
    font-size: 35px;
    font-family: "Raleway";
    font-weight: 900;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}

.tax-roteiros .cards-content p {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.tax-roteiros .cards-content div {
    margin: 0 0 1em;
}

.tax-roteiros .cards-content i {
    font-size: 24px;
    color: rgb(231, 109, 53);
}

.tax-roteiros .cards-content p.title {
    font-size: 14px;
    color: rgb(231, 109, 53);
    font-weight: 700;
}

.tax-roteiros .cards-content .valores {
    width: 100%;
    position: relative;
}

.tax-roteiros .cards-content .valores div:not(.real):not(.unico) {
    position: relative;
    float: left;
    padding: 0 2% 0;
    width: 45%;
}

.tax-roteiros .cards-content a.button.c7:hover {
    color: #fff;
    background: rgb(255, 80, 0);
    text-decoration: none;
}

.tax-roteiros .cards-content a.button.c7 {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    border-width: 1px;
    border-color: rgb(231, 109, 53);
    border-style: solid;
    border-radius: 20px;
    padding: 2% 15%;
}

.tax-roteiros .cards-content .valores div p:first-child {
    font-size: 24px;
    color: rgb(231, 109, 53);
    text-transform: uppercase;
    text-align: center;
}

.tax-roteiros .cards-content .valores div.real.unico {
    margin: 0 0 1em;
}

.tax-roteiros h1.page-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    margin: 1%;
}

.tax-roteiros .category-description p {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}


/************************************************************************************
INSCRIÇÕES
*************************************************************************************/

.single-etapa-do-pai-nosso #pagewrap,
.single-etapa-do-pai-nosso #pagewrap #body #layout #content {
    padding: 0 !important;
}

.single-etapa-do-pai-nosso .intro h1.roteiro {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
}

.single-etapa-do-pai-nosso .intro h2.informacoes {
    font-size: 40px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.single-etapa-do-pai-nosso .intro h3.comunidade {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.single-etapa-do-pai-nosso .intro h4.data {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.single-etapa-do-pai-nosso .cadastro {
    padding: 120px 0 3%;
    background-color: transparent !important;
    background-position: 0px 0px !important;
    background-size: cover !important;
    position: relative !important;
    z-index: 5 !important;
    margin-top: -120px !important;
}

.single-etapa-do-pai-nosso .cadastro .module-text .module-title {
    font-size: 40px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 0;
}

.single-etapa-do-pai-nosso .cadastro .module-text h4 {
    font-size: 20px;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text p {
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.single-etapa-do-pai-nosso p.radio {
    text-align: left !important;
    font-size: 14px !important;
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text a#cadastrar_inscricao {
    font-size: 20px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 1em;
    padding: 5px 5%;
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text a#cadastrar_inscricao:hover {
    color: rgb(255, 80, 0);
    background-color: rgb(255, 255, 255);
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text .module-buttons {
    text-align: center;
    padding: 1% 0;
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text .module-buttons .module-buttons-item {
    display: block;
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text input {
    border-radius: 1em;
    text-align: center;
}

.single-etapa-do-pai-nosso .cadastro .col4-1.tipo {
    margin-left: 0;
    width: 21%;
}

.single-etapa-do-pai-nosso .cadastro .col4-1.status {
    margin: 0;
    width: 30%;
}

.single-etapa-do-pai-nosso .cadastro .module-plain-text p label {
    line-height: 45px;
}

.single-etapa-do-pai-nosso .cadastro {
    background-image: url(http://merkabaturismo.com.br/wp-content/uploads/2018/05/cadastro-bg.png);
    background-color: #ff5000;
}

.single-etapa-do-pai-nosso article {
    margin-bottom: 0;
}

.single-etapa-do-pai-nosso .cadastrados .module-text .module-title {
    font-size: 40px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: rgb(255, 80, 0);
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor thead {
    border-bottom: 2px rgb(255, 80, 0) solid !important;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor thead tr th {
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(119, 119, 119);
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr {
    border-bottom: 1px rgb(119, 119, 119) solid;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td {
    width: 8%;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400 !important;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2.5;
    padding: 0 0 0 10px;
    text-align: center;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.acoes a {
    display: block;
    line-height: 25px;
    color: rgb(255, 80, 0);
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    font-family: "Raleway";
    font-weight: 700;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.nome {
    width: 28%;
    text-align: left;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.tipo,
.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.status,
.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.rg {
    width: 8%;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.acompanhante {
    width: 15%;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.cpf {
    width: 14%;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.acoes {
    width: 10%;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.nome b {
    font-weight: 700 !important;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td:not(.acoes):not(.criancas):not(.cadeirante) i {
    border: 1px #000 solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    font-style: normal;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td span {
    border: 1px #000 solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    font-style: normal;
    position: relative;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.criancas i {
    font-size: 16px;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td t.numero {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    color: #fff;
    background: #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.acoes i {
    padding: 0 5%;
}

.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.acoes a:hover {
    cursor: pointer;
}

.single-etapa-do-pai-nosso .cadastrados h4 {
    font-size: 20px;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.single-etapa-do-pai-nosso .cadastrados {
    background-color: #f1f1f1;
    padding-top: 3%;
    padding-bottom: 3%;
}

.single-etapa-do-pai-nosso #acoes_inscricao p {
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(119, 119, 119);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.single-etapa-do-pai-nosso #acoes_inscricao input {
    border-radius: 1em;
    text-align: center;
}

.single-etapa-do-pai-nosso #acoes_inscricao input:disabled {
    cursor: not-allowed;
}

.single-etapa-do-pai-nosso #acoes_inscricao a#btn_editar_inscricao,
.single-etapa-do-pai-nosso #acoes_inscricao a#btn_excluir_inscricao {
    font-size: 20px;
    font-family: "Open Sans";
    color: #ff5000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    border-width: 1px;
    border-color: #ff5000;
    border-style: solid;
    border-radius: 1em;
    padding: 5px 5%;
}

.single-etapa-do-pai-nosso #acoes_inscricao a#btn_editar_inscricao:hover,
.single-etapa-do-pai-nosso #acoes_inscricao a#btn_excluir_inscricao:hover {
    color: #fff;
    background-color: #ff5000;
}

body:not(.mobile_menu_active).single-etapa-do-pai-nosso #acoes_inscricao a#btn_editar_inscricao,
body:not(.mobile_menu_active).single-etapa-do-pai-nosso #acoes_inscricao a#btn_excluir_inscricao {
    width: 300px;
}

.single-etapa-do-pai-nosso #acoes_inscricao .module-buttons {
    text-align: center;
    padding: 1% 0;
}

.single-etapa-do-pai-nosso .post-password-form {
    padding-bottom: 50px;
}

.single-etapa-do-pai-nosso .post-password-form p {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.single-etapa-do-pai-nosso .post-password-form input[type=submit] {
    font-size: 18px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.single-etapa-do-pai-nosso h3.protegido {
    font-size: 40px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding-top: 180px;
}

.single-etapa-do-pai-nosso .export.action {
    width: 50%;
    margin: 0 0 0 auto;
}

.single-etapa-do-pai-nosso .export.action a.export.btn {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 50%;
    display: block;
    padding: 1%;
    background-color: transparent;
    margin: 0 0 2em auto;
}

.single-etapa-do-pai-nosso .export.action a.export.btn:hover {
    color: #fff;
    background-color: rgb(255, 80, 0);
    text-decoration: none;
}

.single-etapa-do-pai-nossobody:not(.mobile_menu_active) .obs.grupo {
    margin: 10% 0 0;
}

.single-etapa-do-pai-nosso .obs.grupo h4 {
    font-size: 40px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.single-etapa-do-pai-nosso .obs.action {
    width: 50%;
    margin: 0 0 0 auto;
}

.single-etapa-do-pai-nosso .obs.action a.obs.btn {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    border-radius: 20px;
    width: 50%;
    display: block;
    padding: 1%;
    background-color: transparent;
    margin: 0 0 2em auto;
}

.single-etapa-do-pai-nosso .obs.action a.obs.btn:hover {
    color: #fff;
    background-color: rgb(255, 80, 0);
    text-decoration: none;
}

.single-etapa-do-pai-nosso #mensagem_obs p {
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2.5;
    padding: 0 0 0 10px;
    text-align: center;
    font-weight: 700;
}

.single-etapa-do-pai-nosso form#form_vendedor .themify_builder_sub_row {
    padding: 2%;
    border: 1px solid #fff;
    border-radius: 0 0 15px 15px;
}

.single-etapa-do-pai-nosso form#form_vendedor p.label_row {
    text-align: left;
    margin-top: 2%;
    padding: 10px 2%;
    background: #DF6931;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
}

.single-etapa-do-pai-nosso form#form_vendedor_edit p.label_row {
    text-align: left;
    margin-top: 2%;
    padding: 10px 2%;
    background: rgb(255, 80, 0);
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.single-etapa-do-pai-nosso form#form_vendedor_edit .themify_builder_sub_row {
    padding: 2%;
    border: 1px solid rgb(255, 80, 0);
    border-radius: 0 0 15px 15px;
}

.page-template-page_etapa_do_pai_nosso a:hover {
    text-decoration: none !important;
}

.page-template-page_etapa_do_pai_nosso #pagewrap {
    padding-top: 0 !important;
    background-color: #f1f1f1;
}

.page-template-page_etapa_do_pai_nosso #content {
    padding: 0 !important;
}

.page-template-page_etapa_do_pai_nosso h1.page-title {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding-top: 5%;
}

.page-template-page_etapa_do_pai_nosso p.desc_titulo {
    font-size: 24px;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article {
    height: 450px !important
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article figure.post-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 360px;
    width: 360px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    border: 5px #fff solid;
    border-radius: 20px;
    -webkit-box-shadow: 5px 7px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 7px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 7px 10px -2px rgba(0, 0, 0, 0.2);
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article figure.post-image .filter_c7 {
    border-radius: 15px;
    width: 360px;
    height: 360px;
    background: rgba(231, 110, 53, 1);
    background: -moz-linear-gradient(top, rgba(231, 110, 53, 1) -30%, rgba(247, 155, 60, 0) 50%, rgba(254, 174, 63, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(-30%, rgba(231, 110, 53, 1)), color-stop(50%, rgba(247, 155, 60, 0)), color-stop(100%, rgba(254, 174, 63, 0)));
    background: -webkit-linear-gradient(top, rgba(231, 110, 53, 1) -30%, rgba(247, 155, 60, 0) 50%, rgba(254, 174, 63, 0) 100%);
    background: -o-linear-gradient(top, rgba(231, 110, 53, 1) -30%, rgba(247, 155, 60, 0) 50%, rgba(254, 174, 63, 0) 100%);
    background: -ms-linear-gradient(top, rgba(231, 110, 53, 1) -30%, rgba(247, 155, 60, 0) 50%, rgba(254, 174, 63, 0) 100%);
    background: linear-gradient(to bottom, rgba(231, 110, 53, 1) -30%, rgba(247, 155, 60, 0) 50%, rgba(254, 174, 63, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e76e35', endColorstr='#feae3f', GradientType=0);
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article figure.post-image a img {
    height: 360px;
    width: auto;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content {
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    padding: 12% 0 8%;
    width: 100%;
    height: 464px;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content h1.post-title {
    margin: 0;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content h1.post-title a {
    font-size: 35px;
    font-family: "Raleway";
    font-weight: 900;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content h3,
.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content h3 a {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content h2,
.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content h2 a {
    font-size: 20px;
    font-family: "Raleway";
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content .superior {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content .inferior {
    display: table-footer-group;
    vertical-align: bottom;
    width: 100%;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content-btn {
    background-color: #fff;
    padding: 3% 0;
    border-radius: 15px;
    -webkit-box-shadow: 5px 7px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 7px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 7px 10px -2px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    width: 370px;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content-btn a {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-width: 1px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 3%;
}

.page-template-page_etapa_do_pai_nosso #loops-wrapper article .post-content-btn a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 80, 0);
}

.page-template-page_etapa_do_pai_nosso .intro {
    height: 100vh;
    background-size: cover !important;
    background-position: center center !important;
}

.page-template-page_etapa_do_pai_nosso .intro h1 {
    font-size: 60px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding-top: 5%;
}

.page-template-page_etapa_do_pai_nosso .intro p {
    font-size: 24px;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.mobile_menu_active.single-etapa-do-pai-nosso .intro h1.roteiro {
    font-size: 13vw;
    line-height: 1;
}

.mobile_menu_active.single-etapa-do-pai-nosso .intro h2.informacoes {
    font-size: 7vw;
    line-height: 1;
}

.mobile_menu_active.single-etapa-do-pai-nosso .intro h3.comunidade,
.mobile_menu_active.single-etapa-do-pai-nosso .intro h4.data,
.mobile_menu_active.page-template-page_etapa_do_pai_nosso .intro p,
.mobile_menu_active.page-template-page_etapa_do_pai_nosso p.desc_titulo {
    font-size: 5vw;
    line-height: 1;
}

.mobile_menu_active.single-etapa-do-pai-nosso .cadastro {
    padding-bottom: 15%;
}

.mobile_menu_active.single-etapa-do-pai-nosso .cadastrados {
    padding: 15% 0;
}

.mobile_menu_active.single-etapa-do-pai-nosso .cadastro .module-text .module-title,
.mobile_menu_active.single-etapa-do-pai-nosso .cadastrados .module-text .module-title,
.mobile_menu_active.page-template-page_etapa_do_pai_nosso h1.page-title {
    font-size: 10vw;
    letter-spacing: 0;
    line-height: 1;
}

.mobile_menu_active.single-etapa-do-pai-nosso .cadastro .module-plain-text p,
.mobile_menu_active.single-etapa-do-pai-nosso #acoes_inscricao p {
    font-size: 4vw;
}

.mobile_menu_active.single-etapa-do-pai-nosso #acoes_inscricao .col3-1,
.mobile_menu_active.single-etapa-do-pai-nosso #acoes_inscricao .col4-1 {
    width: 100%;
}

.mobile_menu_active.single-etapa-do-pai-nosso #acoes_inscricao a#btn_editar_inscricao,
.mobile_menu_active.single-etapa-do-pai-nosso #acoes_inscricao a#btn_excluir_inscricao {
    font-size: 4vw;
    padding: 5px 0;
    width: 70vw;
}

.mobile_menu_active.page-template-page_etapa_do_pai_nosso .intro h1 {
    font-size: 10vw;
}

.mobile_menu_active.single-etapa-do-pai-nosso .cadastrados #lista_vendedor #tabela_vendedor tbody tr td.acoes a {
    font-size: 25px;
}

.header-icons a {
    color: #fff;
}

.home.mobile_menu_active .module_row .row_inner_wrapper,
.page-id-167.mobile_menu_active .module_row:not(.intro) .row_inner_wrapper {
    padding: 5% 0 !important;
}

.page-id-167.mobile_menu_active .intro a.shortcode.button.c7 {
    font-size: 5vw;
    margin-top: 10% !important;
}

.mobile_menu_active .intro .module-slider .tf_swiper-slide .slide-content .slide-title a {
    font-size: 8vw;
    line-height: 1;
}

.mobile_menu_active .intro .module-slider .carousel-wrap .carousel-nav-wrap a {
    width: 20px !important;
}

.menu-icon-inner {
    border-bottom: 4px solid;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 25px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.menu-icon-inner:before,
.menu-icon-inner:after {
    content: '';
    display: block;
    border-top: 4px solid;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all .7s ease;
    transition-property: transform;
}

.menu-icon-inner:after {
    top: 8px;
}

.mobile_menu_active #mobile-menu {
    right: -100vw;
}

.mobile_menu_active.mobile-menu-visible.sidemenu-right #headerwrap,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-right,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-right #headerwrap.fixed-header {
    left: -100vw;
}

body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-right {
    left: 0;
}

.mobile_menu_active #mobile-menu.sidemenu-on {
    right: 0;
    width: 100vw;
    background-color: rgba(255, 80, 0, 0.9);
    padding: 10px 25px 50px;
}

.body-overlay {
    right: 100vw;
}

body.mobile_menu_active.page-loaded.mobile_menu_active.mobile-menu-visible #body {
    transition: all .2s ease-in-out;
    filter: blur(5px);
}

.mobile_menu_active.fixed-header.page-loaded #headerwrap.fixed-header #header {
    padding: 0;
}

.mobile_menu_active #main-nav li a {
    font-size: 5vw;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
}

.mobile_menu_active #headerwrap.fixed-header #main-nav {
    padding: 10% 0;
}

.mobile_menu_active a#menu-icon-close {
    color: #fff !important;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .cards-content p.title {
    font-size: 6vw;
}

.mobile_menu_active #headerwrap #header .social-widget {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
}

.mobile_menu_active ul.social-links {
    width: 90vw;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.mobile_menu_active .social-widget .widget .hide-desktop p {
    width: 90vw;
    margin: 0;
}

.mobile_menu_active ul.social-links a i,
.mobile_menu_active .social-widget .widget .hide-desktop p i {
    background: rgba(0, 0, 0, 0) !important;
    color: #fff !important;
}

.mobile_menu_active .queroviajar figure {
    margin: 0 auto !important;
    width: 87vw !important;
    height: 87vw !important;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul li .slide-image .filter_c7,
.mobile_menu_active.tax-roteiros figure .filter_c7 {
    height: 85vw !important;
    width: 85vw !important;
}

.page-id-167.mobile_menu_active .module-consultoria7-slider ul.cards li .cards-content {
    width: 85vw;
    border: 5px solid rgba(0, 0, 0, 0);
}

#mobile-menu .navbar-wrapper {
    display: flex;
    flex-direction: column;
}

#mobile-menu .navbar-wrapper .social-widget {
    order: 2;
}

#mobile-menu .navbar-wrapper nav {
    order: 1;
}


/************************************************************************************
LOGIN
*************************************************************************************/

.login h1 a {
    background-image: url('./img/logo.png');
    background-size: contain;
    width: 250px;
    height: 150px;
    background-position: center bottom;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
    display: block;
    padding: 0 6%;
    position: relative;
    top: 9px;
    width: 100%;
    font-family: "Montserrat";
    color: rgb(255, 80, 0) !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-width: 2px;
    border-color: rgb(255, 80, 0);
    border-style: solid;
    background: none;
    text-shadow: none;
    font-size: 15px;
    line-height: 30px !important;
    outline: none;
}

.wp-core-ui .button-group.button-large .button:hover,
.wp-core-ui .button.button-large:hover {
    background: rgb(255, 80, 0);
    color: #fff !important;
}

.module_column select {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #5b6270;
}

.module-consultoria7-slider .tf_swiper-slide {
    position: relative;
}

.module-consultoria7-slider figure {
    margin: 0 auto !important;
}

.module-consultoria7-slider figure a {
    text-align: center;
    position: relative;
    display: block;
}

.module-consultoria7-slider figure .filter_c7 {
    position: absolute;
    z-index: 1;
}

.module-consultoria7-slider .tf_swiper-slide .slide-content {
    position: relative;
}

.module-consultoria7-slider .tf_swiper-slide .slide-content .slide-content {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 52%;
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    text-align: justify;
    z-index: 2;
}

.module-consultoria7-slider ul.ofertas li .slide-content {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 70%;
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    text-align: justify;
    z-index: 2;
}

.module-consultoria7-slider ul.ofertas li .slide-content p {
    max-height: 15ch;
    /* max-width: 50ch; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-consultoria7-slider .tf_swiper-slide .slide-content h3.slide-title {
    width: 100%;
    text-align: left;
}

.module-consultoria7-slider .tf_swiper-slide .slide-content h3.slide-title a {
    font-size: 35px;
    font-family: "Raleway";
    font-weight: 900;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: justify;
}

.module-consultoria7-slider .tf_swiper-slide .img {
    width: 362px;
    height: 362px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.module-consultoria7-slider ul.ofertas li .slide-content h3.slide-title a {
    font-size: 30px;
    font-family: "Lato";
    font-weight: 900;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: justify;
    -moz-transform: matrix( 0.7967, 0, 0, 0.7967, 0, 0);
    -webkit-transform: matrix( 0.7967, 0, 0, 0.7967, 0, 0);
    -ms-transform: matrix( 0.7967, 0, 0, 0.7967, 0, 0);
}

.module-consultoria7-slider ul.ofertas li .ofertas-content {
    position: absolute;
    right: 15%;
    bottom: 5%;
    background: #fff;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
}

.module-consultoria7-slider ul.ofertas li .ofertas-content .preco {
    font-size: 1.45vw;
    font-family: "Open Sans";
    font-weight: 800;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 25% 0;
}

.module-consultoria7-slider ul.ofertas li .ofertas-content .preco sup {
    font-size: 12px;
}

.module-consultoria7-slider ul.ofertas li .ofertas-content p {
    font-size: 20px;
    margin: 0;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content {
    width: 360px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 1em 0 2em;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content div {
    margin: 0 0 1em;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content {
    position: relative;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content i {
    font-size: 24px;
    color: rgb(231, 109, 53);
}

.module-consultoria7-slider .tf_swiper-slide .cards-content p {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content p.title {
    font-size: 14px;
    color: rgb(231, 109, 53);
    font-weight: 700;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content .obs p{
    font-family: "Open Sans";
    font-size: 12px;
    color: rgb(231, 109, 53);
    font-weight: 700;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content .obs i{
    font-size: 12px;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content .valores {
    width: 100%;
    position: relative;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content .valores div:not(.real):not(.unico) {
    position: relative;
    float: left;
    padding: 0 2% 0;
    width: 45%;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content .valores div p:first-child {
    font-size: 24px;
    color: rgb(231, 109, 53);
    text-transform: uppercase;
    text-align: center;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content .valores p.cifrao_real {
    margin: 0 0 1em;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content a.button.c7 {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb(255, 80, 0);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    border-width: 1px;
    border-color: rgb(231, 109, 53);
    border-style: solid;
    border-radius: 20px;
    padding: 2% 15%;
}

.module-consultoria7-slider .tf_swiper-slide .cards-content a.button.c7:hover {
    color: #fff;
    background: rgb(255, 80, 0);
    text-decoration: none;
}

.module-consultoria7-slider.themify_builder_slider_vertical .carousel-prev,
.module-consultoria7-slider.themify_builder_slider_vertical .carousel-next {
    position: absolute !important;
    top: 38% !important;
    left: -40px;
    background: none !important;
    border-radius: 50% !important;
    padding: 0 2px !important;
    color: #b9b9b9 !important;
    width: 40px !important;
    height: 50px !important;
    margin: 0 !important;
    font-size: 50px !important;
    z-index: 4;
}

.module-consultoria7-slider.themify_builder_slider_vertical .carousel-next {
    right: -40px;
    left: auto !important;
}

.module-consultoria7-slider .carousel-pager a.selected {
    color: rgb(255, 80, 0) !important;
}

.timeline h3.module-title {
    font-size: 35px;
    font-family: "Lato";
    font-weight: 900;
    color: rgb(255, 80, 0);
    text-transform: uppercase;
    line-height: 0.686;
    padding-left: 100px;
    text-align: left;
}

.timeline .module-feature .module-feature-title {
    margin: 0 0 .6em;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    font-family: inherit;
    text-align: left;
}

.timeline li,
.timeline p {
    margin-bottom: 0;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px; /* Distância do canto inferior */
    right: 20px; /* Distância do canto esquerdo */
    z-index: 9999; /* Garante que fique acima de outros elementos */
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
    display: block;
}