.menu-mobile {
  width:270px;
  height:100%;
  background-color: #777;
  position: fixed;
  overflow: hidden;
  overflox-y: auto;
  z-index: 99999;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; 
  -moz-transition-duration: 0.3s;
}

.menu-mobile ul {
	padding: 0;
}
.menu-mobile ul li {
  font-size: 17px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.1)
}

.menu-mobile ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 15px;
  font-size: 16px;
}

.menu-mobile ul li a:hover {
  background-color: rgba(0,0,0,.1);
}
.have_menu {
	left: 175px!important;
}
.btn-menu {
  width: 45px;
  height: 40px; 
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px;
  background-color: #333;
  cursor: pointer;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; 
  -moz-transition-duration: 0.3s;
  z-index: 99999;
}

.btn-menu span {
  height: 3px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}

.menu-mobile {transform: translateX(-270px);}
.btn-menu {transform: translateX(0);}

.btn-menu-active .menu-mobile {
  transform: translateX(0);
}

.btn-menu-active .btn-menu {
  transform: translateX(280px);
  left: 0px;
}

.container {
	width: 90%!important;
}
.bgParallax {
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

.grid_reedit {
	position: absolute;
	top: -125px;
	z-index: 10;
	padding: 0!important;
	margin: 25px auto -75px!important;
	left: 70px;
}
.nav-dots {
	bottom: 15%!important;
}
.nav_menu_header a {
	margin: 0px 7px!important;
	font-size: 16px!important;
	font-weight: 500!important;
	padding: 8px 0px 8px!important;
	color: #ffffff!important;
}
.nav_menu_header a:hover {
	color: #ffba3e!important;
}
.top-navbar .bg-light {
	padding: 0!important;
	position: fixed!important;
}
.seo_version .sl-slider h2 {
	font-size: 50px!important;
}

.bttn-new {
	font-size: 14px!important;
}
.grid figure {
	margin: 0 auto!important;
}


.box_header_social {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	line-height: 25px;
	padding: 0 10px;
	transition: all ease 0.5s;
}
.box_header_social a:hover {
	color: #ffba3e;
}
.box_header_social a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	line-height: 25px;
	margin: 7px 5px;
	color: #FFFFFF;
}
.box_header_social a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	line-height: 25px;
}
.orgnize_group {
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: 1px solid #FFF;
	height: auto;
	line-height: 25px;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0px auto 7px;
	color: #FFFFFF;
	transition: all ease 0.5s;
}
.orgnize_group span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 25px;
	text-transform: none;
}
.orgnize_group i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 25px;
}
.orgnize_group:hover {
	color: #ffba3e;
	border-color: #ffba3e;
}



#section_roteiros {
	background: #f8f8f8;
}

#section_roteiros .figcation_config {
	padding: 3em!important;
}
.header_roteiro {
	display: block;
	width: 100%;
	height: auto;
	color: #313131;
}
.header_roteiro h4 {
	font-weight: bold;
	font-size: 20px;

}
.header_roteiro h4::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 3px;
	background: #777;
	margin: 5px 20px;
}
.header_roteiro h4::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 3px;
	background: #777;
	margin: 5px 20px;
}

.list_roteiros_home {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.list_roteiros_home li {
	margin-bottom: 40px;
}
.list_roteiros_home .border_right,
.list_roteiros_home .border_left {
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.list_roteiros_home header {
	display: block;
	width: 100%;
	height: auto;
}
.list_roteiros_home header h3 {
	font-weight: bold;
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}
.list_roteiros_home article {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	font-size: 14px;
	color: #555555;
	font-weight: normal;
}
.list_roteiros_home .roteiro_see_money {
	display: block;
	width: 100%;
	height: auto;
	min-height: 20px;
	background: #3099c6;
	padding: 10px;
}
.list_roteiros_home .roteiro_see_data {
	background: #777;
	margin-top: 10px;
}
.list_roteiros_home .roteiro_see_data span {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.list_roteiros_home .roteiro_see_money .see_money_border {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
	text-transform: inherit;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	border-radius: 2px;
}
.list_roteiros_home .roteiro_see_money strong {
	color: #FFFFFF;
	font-size: 19px;
	line-height: 22px;
}
.list_roteiros_home .roteiro_link_format {
	display: block;
	width: 100%;
	height: auto;
	line-height: 25px;
	padding: 5px;
	margin: 10px auto;
	color: #3099c6;
	font-weight: bold;
	transition: all ease 0.5s;
	border: 1px solid #3099c6;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.list_roteiros_home .roteiro_link_format:hover {
	background: #3099c6;
	color: #FFFFFF;
}


#section_trip {
	display: block;
	width: 100%;
	height: auto;
	background: #eeeeee;
}
#section_trip .header_trip {
	display: block;
	width: 100%;
	height: auto;
	margin: 40px auto 8px;
}
#section_trip .header_trip h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: #222;
	margin: 0 auto;
}
#section_trip .header_trip h5::before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #777;
	margin: 5px 20px;
}
#section_trip .header_trip h5::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #777;
	margin: 5px 20px;
}
#section_trip .text_trip {
	font-weight: normal;
	color: #222;
	line-height: 25px;
	font-size: 15px;

}

#section_trip .figure_kira {
	width: 100%!important;
	float: none;
	max-width: 550px;
	margin: 0 auto;
}
#section_trip .figure_kira h2 {
	color: #FFFFFF;
}
#section_trip .figure_kira .effect_kira_span {
	font-weight: normal;
	font-size: 18px;
	color: #555555;
	text-transform: none;
}
#section_roteiros .figure_oscar {
	width: 31%!important;
	min-width: 248px!important;
}
#section_roteiros .figure_oscar h2 {
	font-size: 18px!important;
}
#section_roteiros .figure_oscar p {
	font-size: 14px;
	letter-spacing: 0.5px;	
	text-transform: none;
}


#section_dicas {
	display: block;
	width: 100%;
	height: auto;
}
#section_dicas .header_dica {
	display: block;
	width: 100%;
	height: auto;
	margin: 40px auto 30px;
}
#section_dicas .header_dica h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: #222;
	margin: 0 auto;
}

#section_dicas .header_dica h2::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 3px;
	background: #777;
	margin: 5px 20px;
}
#section_dicas .header_dica h2::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 3px;
	background: #777;
	margin: 5px 20px;
}
#section_dicas .dica_title_home {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 15px 0px;
}
#section_dicas .dica_title_home h3 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	font-weight: 600;
	color: #444444;
	font-style: italic;
}
#section_dicas .dica_title_home span {
	color: #777777;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 5px;
	display: block;
}
#section_dicas .dica_text_home {
	display: block;
	width: 100%;
	height: auto;
	font-weight: 15px;
	color: #444444;
	line-height: 20px;
	text-align: justify;
	padding: 0 20px 25px;
}
#section_dicas .dica_link_home {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
	transition: all ease 1s;
}
#section_dicas .dica_link_home:hover .mask {
	display: table;
}
.semelhante_mask {
	display: table!important;
}
.semelhante_mask .content_center span {
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px;
}
.semelhante_mask,
#section_dicas .dica_link_home .mask {
	position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	background: rgba(0,0,0,0.5);
    display: none;
    vertical-align: middle;
    text-align: center;
}
.semelhante_mask .content_center,
#section_dicas .dica_link_home .mask .content_center {
	display:table-cell;
    vertical-align:middle;
}
#section_dicas .dica_link_home .mask .content_center i {
	font-size: 25px;
	color: #FFFFFF;
}
#section_dicas .dica_link_home .mask .content_center span {
	display: block;
	width: 130px;
	height: auto;
	padding: 5px 15px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	text-align: center;
	margin: 10px auto;
	color: #FFF;
	transition: all ease 0.5s;
}
#section_dicas .dica_link_home .mask .content_center span:hover {
	color: #111111;
	background: #FFFFFF;
}
#section_dicas .all_dicas {
	display: block;
	width: 100%;
	font-size: 17px;
	background: #3099c6;
	color: #FFFFFF;
	line-height: 40px;
	margin: 20px auto;
	height: auto;
	padding: 5px;
	transition: all ease 0.5s;
	border: 1px solid #FFFFFF;
}
#section_dicas .all_dicas:hover {
	background: #FFFFFF;
	color: #3099c6;
	border: 1px solid #3099c6;
}

.dicas_semelhantes li {
	transition: all ease 0.5s;
}
.dicas_semelhantes li:hover {
	-webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
}

.top-navbar .bg-light {
	background: rgba(0,0,0,0.7)!important;
}

#section_newsletter {
	display: block;
	width: 100%;
	height: auto;
	min-height: 250px;
	background-image: url(../images/new_paralaxe.jpg);
	padding: 20px;
}
#section_newsletter .header_newsletter {
	display: block;
	width: 100%;
	height: auto;
	margin: 40px auto 8px;
}

#section_newsletter .header_newsletter h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0 auto;
}

#section_newsletter .news_box_input input,
#section_newsletter .news_box_input label {
	color: #FFFFFF!important;
	text-align: center;
}
#section_newsletter .news_box_input label {
	width: 100%;
}
#news_nome::-webkit-input-placeholder { /* Edge */ color: #FFFFFF!important; }
#news_email::-webkit-input-placeholder { /* Edge */ color: #FFFFFF!important; }
#news_whats::-webkit-input-placeholder { /* Edge */ color: #FFFFFF!important; }

#news_nome:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFFFFF!important; }
#news_email:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFFFFF!important; }
#news_whats:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFFFFF!important; }

#news_nome::placeholder { color: #FFFFFF; }
#news_email::placeholder { color: #FFFFFF; }
#news_whats::placeholder { color: #FFFFFF; }

#section_newsletter .button_news {
	background: #3099c6;
	color: #FFFFFF;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
.button_grupo,
.button_contato {
	background: #3099c6;
	color: #FFFFFF;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
.button_grupo:hover,
.button_contato:hover {
	color: #FFFFFF;
}
#section_footer {
	display: block;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 25px 0;
	background-image: url(../images/footer.jpg);
}
#section_footer .header_footer {
	display: block;
	width: 100%;
	height: auto;
}
#section_footer .header_footer h3 {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	font-style: italic;

}
#section_footer #social_footer {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0;
}
#section_footer #social_footer li {
	display: block;
}
#section_footer #social_footer li a {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 20px;
	padding: 5px 10px;
	border: 1px solid transparent;
	transition: border ease 0.5s;
	margin: 5px;
}
#section_footer #social_footer li a:hover {
	border: 1px solid #FFFFFF;
}
#section_footer #social_footer li a i {

}

#box_copyright {
	display: block;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
}
#box_copyright #copyright {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #111111;
	font-weight: normal;
}


.background_header {
	width: 100%;
	height: auto;
	min-height: 50px;
	background-image: url(../images/wallbase_empresa.jpg)!important;
}

#section_breadcrumbs {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	min-height: 50px; 
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
}
#section_breadcrumbs .breadcrumbs {
	display: block;
	width: 100%;
	height: auto;
}
#section_breadcrumbs .breadcrumbs .list_breadcrumbs {

}
#section_breadcrumbs .breadcrumbs .list_breadcrumbs li {
	display: inline-block;
	vertical-align: top;

}
#section_breadcrumbs .breadcrumbs .list_breadcrumbs li a {
	font-weight: normal;
	font-size: 12px;
	color: #777777;
	margin: 0;
	cursor: pointer;
}
#section_breadcrumbs .breadcrumbs .list_breadcrumbs li a:hover {
	text-decoration: underline;
}
#section_breadcrumbs .breadcrumbs .list_breadcrumbs li .active {
	color: #3099c6;
	font-weight: bold;
	text-decoration: underline;
	cursor: not-allowed;
}
#section_breadcrumbs .breadcrumbs .list_breadcrumbs li i {
	font-size: 20px;
}
.default_title {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
}
.default_title header {
	display: inline-block;
	vertical-align: top;
}
.default_title::before {
	content: '';
	background: #3099c6;
	width: 7px;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
}
.default_title_column::before {
	background: #ffba3e!important; 
}
.default_title h1 {
	font-weight: normal;
	font-size: 25px;
	color: #111111;
	margin: 0 0 10px 0;
	padding: 0;
}
.default_title h2 {
	font-weight: normal;
	font-size: 18px;
	color: #777777;
	margin: 0 0 10px 0;
	padding: 0;
}
.default_text {
	display: block;
	width: 100%;
	height: auto;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
	margin-top: 20px; 
}

#section_default {
	display: block;
	width: 100%;
	height: auto;
	background: #F8F8F8;
	padding: 30px;
}

.link_back {
	background: #eba62a!important;
	color: #FFFFFF;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin-top: 20px;
}
.link_back:hover {
	color: #FFFFFF;
}
.link_back i {
	font-size: 15px!important;
}

.list_galery_empresa {
	display: block;
	width: 100%;
	height: auto;
}
.list_galery_empresa li {
	display: block;
	margin: 10px 0;
}
.list_galery_empresa li a {

}



.icon_format {
	font-size: 25px;
	margin: 10px;
	color: green;
}
.contact-info-block {
    border: 1px solid #eee;
    padding: 40px 20px;
    border-radius: 5px;
}

/*.icon_details {
	font-size: 25px;
	margin: 25px;
}
*/
.contact-info-block{
    border: 1px solid#eee;
    padding: 40px 20px;
    border-radius: 5px;
}
.contact-info-block h4{
    margin-bottom: 0px;
}
.contact-info-block i{
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: #3099c6;
}


#section_roteiro_hold2 {
	display: block;
	padding: 20px;
}
#section_roteiro_hold3 {
	display: block;
	padding: 20px;
	background: #F5F6FB;
}
#section_roteiro_hold4 {
	display: block;
	padding: 40px 20px 20px;
}
#section_roteiro_hold5 {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
}
#section_roteiro_hold6 {
	display: block;
	padding: 20px;
}


.button_roteiro {
	background: #3099c6;
	color: #FFFFFF;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
.button_roteiro:hover {
	background: #3099c6;
	color: #FFFFFF;
}

.list_contact_roteiro {

}
.list_contact_roteiro p {
	display: block;
	margin: 5px 0;
}
.list_contact_roteiro .icons {
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	line-height: 30px;
	color: #3099c6;
}
.list_contact_roteiro span {
	display: inline-block;
	vertical-align: top;
	font-weight: 18px;
	line-height: 30px;
	margin-left: 5px;
}

.contact-info-block {
	margin-bottom: 15px;
}
.subtitulo_dica {
	line-height: inherit!important;
	color: #777777;
	font-weight: 600;
}
.dica_subtitulo {
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	color: #606060;
	line-height: 32px;
}
.text_geral p {
	line-height: inherit!important;
	color: #767676;
}
.text_geral p span {
	color: #767676!important;
}
.text_geral1 p {
	line-height: inherit!important;
	color: #767676;
	font-size: 16px;
}

.text_geral1 p strong {
	color: #767676 !important;
	font-size: 17px;
	background: inherit !important;
	display: block;
	font-weight: 510;
	margin-bottom: 15px;
	/*text-shadow: 2px 0 0 #ffba3e, -2px 0 0 #ffba3e, 0 2px 0 #ffba3e, 0 -2px 0 #ffba3e, 1px 1px #ffba3e, -1px -1px 0 #ffba3e, 1px -1px 0 #ffba3e, -1px 1px 0 #ffba3e;*/
}
.text_geral1 p span {
	color: #767676!important;
	font-size: 16px;
	background: inherit!important;
}


.text_footer,
.text_footer hr {
	color: #FFFFFF;
}
.text_footer i {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
}
.text_footer strong {
	display: block;
}
.text_footer span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-left: 5px;
}


.header_grupo {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 25px;
}
.header_grupo h1 {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}
.header_grupo h1 strong {
	font-weight: bold;
	color: #3099c6;
}
.header_grupo:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 100px;
	height: 2px;
	background: #CCCCCC;
	margin: 20px 10px;
}
.header_grupo:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 100px;
	height: 2px;
	background: #CCCCCC;
	margin: 20px 10px;
}
.article_grupo {

}
.article_grupo h2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}
.article_grupo ul {
	display: block;
	width: 100%;
	height: auto;
}
.article_grupo ul h3 {
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.article_grupo ul h3 strong {
}
.article_grupo ul li {
	display: block;
	margin: 10px 0;
}
.article_grupo ul li i {
	color: #ffba3e;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.list_contato_redes {
	display: block;
	width: 100%;
	height: auto;
}
.list_contato_redes li {
	display: block;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 16px;
}
.list_contato_redes li a {
	color: #555555;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.list_contato_redes_inline li a i,
.list_contato_redes li a i {
	font-size: 20px;
	line-height: 25px;
	color: #999999;
}
.list_contato_redes_inline {

}
.list_contato_redes_inline li {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	font-size: 22px;
	color: #777777;
}
.name_agente {
	font-weight: bold;
	color: #3099c6;
	border-bottom: 1px solid #bbb;
}
.name_agente i {
	font-size: 25px;
	font-weight: bold;
}

.link_span_destaque .box_icon {
	margin: 5px 0;
}
.link_span_destaque .box_icon i {
	color: #eba62a; 
}




.link_viagem {
	display: block;
	background: #3099c6;
	padding: 10px;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}


.button_send_photo {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	background: #ffba3e;
	border-radius: 5px;
	border: 1px solid #000000;
}

.side_block {
  	padding: 15px;
	background: white;
	margin: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.side_title {
	display: block;
	width: 100%;
	height: auto;
}
.side_title i {
	color: #ffba3e;
	margin-bottom: 15px;
}
.side_title p,
.side_title span {
	color: #000000;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"

}
.side_block a {
	margin: 20px auto;
}



.subtitulo {
	display: inline-block; 
	vertical-align: middle;  
	color: #FFFFFF; 
	text-transform: uppercase; 
	font-size: 18px;
	text-align: left!important; 
	margin-left: 20px; 
}

.mask_roteiro {
	position: absolute;
	z-index: 9;
	padding: 10px 20px;
	top: 20px;
}
.mask_roteiro_right {
	right: -10px;
	transform: rotate(30deg);
}
.mask_roteiro_left {
	left: -10px;
	transform: rotate(-30deg);
}
.mask_roteiro span {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
	color: #FFFFFF!important;
	font-size: 17px;
}
.mask_roteiro span strong {
	text-transform: uppercase;
}

.text_obs {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
}



.box_absolute {
	position: fixed;
	right: 0;
	top: 40%;
	display: block;
	width: 190px;
	height: auto;
	min-height: 50px;
	background: #C22031;
	padding: 0;
	list-style: none;
	margin: 0;
	z-index: 99;
}
.box_absolute a {
	color: #FFFFFF;
	background: #34af23;
	font-size: 14px;
	padding: 10px;
	display: block;
	height: auto;
	transition: all ease 0.7s;
	text-transform: capitalize;
}
.box_absolute a:hover {
	background: #2E8B57;
	color: #F5F5F5;
}
.box_absolute i {
	display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}


.link_all_roteiros {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 7px;;
	font-size: 18px;
	color: #fff;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	background: #3099c6;
	border: 1px solid #3099c6;
	border-radius: 5px;
	margin: 20px auto;
	transition: all ease 0.5;
	text-transform: uppercase;
}
.link_all_roteiros:hover {
	background: #3099c6;
	color: #FFF;
}


/* Whats App */
.btn-whatsapp a {
    color:#fff; 
    text-decoration:none; 
    display:block; 
}
.btn-whatsapp {
    z-index: 9;
    position:fixed; 
    right:0; 
    bottom:30%; 
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
}
.btn-whatsapp:before,
.btn-whatsapp:after
{
    content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }
}

