@font-face {
	font-family: 'Roboto';
  src: local(Roboto), url(fonts/Roboto.ttf);
  font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
  src: local(Noto Sans JP), url(fonts/NotoSansJP.ttf);
  font-display: swap;
}

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
a,
button {
  color: #1F1F1F;
  outline: medium none;
}

h1, h2, h3, h4, h5 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #26283A;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}
p {
  font-size: 1em;
  font-weight: 400;
  line-height: 28px;
  color: #7C808D;
  margin-bottom: 0px;
}
label {
  color: #E7EDEF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #7C808D;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #7C808D;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7C808D;
  color: #fff;
  text-shadow: none;
}
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* MARGINS */
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb_80 {
  margin-bottom: 80px;
}
.mb_100 {
  margin-bottom: 100px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb_80 {
  margin-top: 80px;
}
.mt_100 {
  margin-top: 100px;
}

/* BACKGROUNDS */
.black-bg {
  background: hsl(235, 21%, 12%);
}
.white-bg {
  background: hsl(180, 33%, 99%);
}
.gray-bg {
  background: #E7EDEF;
}
.bg-img-1 {
  background-image: url(../img/bg/1.jpg);
}

/* OVERLAY */
.overlay {
  position: relative;
  z-index: 0;
}
.overlay::before {
  position: absolute;
  content: "";
  background-color: #202232;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

/* CAROUSEL */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #4D6174;
  left: 150px;
  color: #fff;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #001D38;
  border: 1px solid transparent;
}

/* BOTÕES */
/* primary */
.btn{
  background: #07316A;
  color: #fff !important;
  display: inline-block;
  padding: 12px 32px;
  font-size: 1em;
  font-weight: 500;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover {
  background:#fff;
  color: #07316A !important;
  border: 2px solid #07316A;
}
.btn:focus {
  outline: none;
}
/* secondary */
.btn2{
  background: #fff;
  color: #D90429;
  border: 2px solid #C80425;
  display: inline-block;
  padding: 14px 32px;
  font-size: 1.25em;
  font-weight: 500;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn2:hover {
  color:#fff;
  background: #C80425 !important;
}
.btn2:focus {
  outline: none;
}
/* ghost button */
.btn3 {
  background: transparent;
  color: #603994;
  border: 2px solid #603994;
  display: inline-block;
  padding: 12px 22px;
  font-size: 1.15em;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn3:hover {
  background: #FFD45C;
  color: #040E27 !important;
}
.btn3:focus {
  outline: none;
}



/* SLICK NAV */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; 
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; 
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; 
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; 
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; 
}
.slicknav_menu .slicknav_no-text {
  margin: 0; 
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
}
.slicknav_menu:before {
  content: " ";
  display: table; 
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; 
}
.slicknav_nav {
  clear: both; 
}
.slicknav_nav ul {
  display: block; 
}
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; 
}
.slicknav_nav .slicknav_item {
  cursor: pointer; 
}
.slicknav_nav .slicknav_item a {
  display: inline; 
}
.slicknav_nav .slicknav_row {
  display: block; 
}
.slicknav_nav a {
  display: block; 
}
.slicknav_nav .slicknav_parent-link a {
  display: inline; 
}
.slicknav_brand {
float: left; 
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; 
}
.slicknav_menu * {
box-sizing: border-box; 
}
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold; 
}
.slicknav_menu .slicknav_icon-bar {
background-color: #fff; 
}
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
background-color: none;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; 
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; 
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; 
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff; 
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; 
}
.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ccc;
  color: #222; 
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; 
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; 
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; 
}
.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px; 
}
.mobile_menu {
	position: absolute;
	right: 10px;
	width: 96%;
	z-index: 99;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_menu {
  background: transparent;
  margin-top: 10px;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #603994 !important;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  position: relative;
}
.slicknav_btn {
	background-color: transparent;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: -35px;
	position: relative;
	z-index: 99;
}
.slicknav_menu {
  margin: 0;
  padding: 0;
}
.slicknav_nav {
	background: #fff;
	float: right;
	margin-top:0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.slicknav_nav a:hover {
  background: #D90429 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
}
.slicknav_nav a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.slicknav_nav .slicknav_arrow {
  float: right;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
  border-radius: 0;
  background-color: #D90429;
  background-color: transparent;
  color: #000;
}
.slicknav_btn {
	background-color: transparent;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
	border: none;
	border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -36px;
}
.slicknav_menu .slicknav_icon {
	margin-right: 6px;
	margin-top: 3px;
	position: relative;
	right: 5px;
	top: -5px;
	padding-bottom: 3px;
}

/* TOP BAR */
.top-bar {
  height: 35px;
  line-height: 35px;
  width: 100%;
  background-color: #07316A;
  border-bottom: 1px solid hsla(234, 21%, 26%, 0.733); 
  text-align: center;
}
.top1{
  float: left;
  margin-left: 30px;
}
.top1 img{
  width: 16px;
}
.top1 p{
  color: white !important;
  font-size: 1em;
  margin-right: 50px;
}
.top2{
  float: right;
  margin-right: 30px;
}
.top2 a {
  color: white !important;
  font-size: 0.85em;
  margin-right: 50px;
}
.top2 img{
  width: 24px;
  margin-left: 10px;
}

/* HEADER */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  position: relative;
  background:#1C1E2C;
}
.header-area .main-header-area {
  padding: 10px !important;
}
.logo img{
  width: 150px;
}
.header-area .main-header-area .main-menu {
  position: relative;
}
.header-area .main-header-area .main-menu::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  background:hsl(235, 21%, 12%);
  content: '';
}
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 17px 0 0;
}
.header-area .main-header-area .main-menu ul li a {
  color: #603994;
  font-size: 1.15em;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.header-area .main-header-area .main-menu ul li a:hover {
  color: #07316A;
  font-weight: 600;
  transform: scale(1.1);
}
.header-area .main-header-area .main-menu ul li a i {
  font-size: 0.8em;
}
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #1C1E2C;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #F3F6F7;
  font-size: 1em;
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #EEA83B;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 225%;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}
.header-area .main-header-area .sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(24, 25, 37, 0.89);
}
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}
.header-area .social_wrap .social_links {
  margin-right: 0px;
}
.header-area .social_wrap .social_links li {
  display: inline-block;
}
.header-area .social_wrap .social_links li a {
  display: inline-block;
  color: #07316A;
  font-size: 0.9em;
  margin: 0 11px;
}
.header-area .social_wrap .social_links li a:hover {
  color: #EEA83B;
}

/* SLIDER */
.slider_bg_1 {
  background-image: url(../img/slider/2.jpg);
}
.slider_bg_2 {
  background-image: url(../img/slider/5.jpg);
}
.slider_bg_3 {
  background-image: url(../img/slider/4.jpg);
}
.slider_bg_4 {
  background-image: url(../img/slider/cachoeira.jpeg);
}
.slider {
  position: relative;
  z-index: 0;
}
.slider .single_slider {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider .single_slider .slider_text h3 {
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
.slider .single_slider .slider_text p {
  font-size: 1.5em;
  font-weight: 400;
  color: #FFF;
  margin-top: 40px;
  margin-bottom: 40px;
}
.slider .owl-carousel .owl-nav div {
  height: 150px;
  left: 0px;
  width: 50px;
  color: #E7EDEF;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 50px;
  font-size: 14px;
  border: none;
  left: 150px;
  line-height: 150px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  border: none !important;
}
.slider .owl-carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}
.slider .owl-carousel .owl-nav div:hover {
  background: #E7EDEF;
  color: #26283A;
  border: none;
}

/* SERVICES */
.services {
  padding-top: 100px;
  padding-bottom: 80px;
}
.services h3{
  font-size: 2.6em;
  font-weight: 600;
}
.services .single-service {
  padding: 24px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(231,237,239,0.6);
  -moz-box-shadow: 10px 10px 5px 0px rgba(231,237,239,0.6);
  box-shadow: 10px 10px 5px 0px rgba(231,237,239,0.6);
}
.services .single-service h4 {
  font-size: 2em;
  font-weight: 400;
  color: #040E27;
  margin-bottom: 10px;
  margin-top: 41px;
}
.services .single-service p {
  font-size: 1em;
  font-weight: 400;
  color: #7C808D;
}
.services .single-service .icon img{
  width: 100px;
}

/* DEPOIMENTOS */
.testimonial {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 60px 0;
}
.testimonial h3{
  font-size: 2.6em;
  font-weight: 600;
}
.testimonial p{
  font-size: 1em;
}
.testimonial .single-testmonial {
  margin-bottom: 20px;
}
.testimonial .single-testmonial p {
  color: #181925;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 32px;
  margin: 34px 0 10px 0;
}
.testimonial .single-testmonial .author_thumb {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.testimonial .single-testmonial .testmonial_author h6 {
  color: #C80425;
  font-size: 1.15em;
  font-weight: 600;
}
.testimonial .owl-carousel .owl-item img {
  display: inline-block;
  width: 108px;
}
.testimonial .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.testimonial .owl-carousel .owl-nav div {
  left: 0;
}
.testimonial .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonial .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background: #C1C3D6;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.testimonial .owl-dots .owl-dot.active {
  background: #3B3E5A;
}

/* ABOUT */
.about{
  padding-top: 80px;
  padding-bottom: 80px;
}
.about h3 {
  padding-top: 40px;
  font-size: 2.6em;
  font-weight: 600;
  color: #f3f6f7;
}
.about p {
  font-size: 1.15em;
  color: #EAEFF1;
  margin-bottom: 26px;
}
.about img{
  width: 80%;
  border-radius: 10px;
}

/* ABOUT PAGE */
.about-page{
  padding-top: 100px;
  padding-bottom: 60px;
}
.about-page h1{
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.about-page h2{
  font-size: 1.5em;
}
.about-page img{
  width: 100%;
  border-radius: 10px;
}
/* CALL TO ACTION TRIPADVISOR */
.cta-trip{
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-trip p{
  font-size: 1.5em;
}
.cta-trip a{
  color: white !important;
}
.cta-btn{
  margin-top: 0px;
}
.cta-trip img{
  margin-top: 20px;
  width: 200px;
}

/* DESTINATIONS */
.destinations {
  padding-top: 100px;
  padding-bottom: 100px;
}
.destinations h3{
  font-size: 2.6em;
  font-weight: 600;
}
.destinations h1{
  font-size: 2.6em;
  font-weight: 600;
  color: #C80425;
}
.destinations p{
  font-size: 1em;
  align-self: center;
}
.destinations .single_destination {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.destinations .single_destination:before {
  background: rgb(130,134,173);
  background: radial-gradient(circle, rgba(83, 87, 122, 0.1) 0%, rgba(59,62,90,.3) 82%);
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.destinations .single_destination .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.destinations .single_destination .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 7;
}
.destinations .single_destination .content a{
  font-size: 1.15em;
  font-weight: 400;
  display: inline-block;
  background: #26283A;
  border-radius: 30px;
  padding: 0px 14px;
  height: 28px;
  line-height: 25px;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.destinations .single_destination:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.destinations .single_destination:hover .content a {
  color:#E7EDEF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.destinations .single_destination:hover .content  a {
  background: #07316A ;
  color: #fff;
}

/* ROTEIROS */
.roteiro{
  padding-top: 60px;
  padding-bottom: 60px;
}
.roteiro h1{
  font-size: 2em;
  color: sition:;
  font-weight: 600;
}
.roteiro h2{
  font-size: 1.25em;
  font-weight: 600;
}
.roteiro h3{
  font-size: 1.45em;
}
.roteiro h4{
font-size: 1.5em;
}
.roteiro h5{
font-size: 1.25em;
margin-bottom: 24px;
color: #353852;
}
.roteiro h6{
font-size: 1.25em;
margin-top: 40px;
margin-bottom: 0px;
color: #272938;
font-weight: 600;
}
.roteiro p{
  margin-bottom: 20px;
  color: #3a3a3a;
}
.roteiro p b{
  font-weight: 600;
}
.roteiro img{
  width: 100%;
  border-radius: 5px;
}
.roteiro ul li{
  margin-bottom: 14px;
  color: #3a3a3a;
}
.roteiro ul li::before{
    content: " - ";
}
.roteiro .pacote{
  background: #F3F6F7;
  padding: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.roteiro .pacote1{
    border-right: 2px solid #07316A;
}
.roteiro .pacote2{
    border-right: 2px solid #07316A;
}


/* FOOTER */

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: hsl(235, 21%, 12%);
  position: relative;
  z-index: 0;
}
.footer .footer-top {
  padding-top: 80px;
}
.footer .footer-top h5 {
  color: #FA1E43;
  font-size: 1.75em;
  font-weight: 600;
}
.footer .footer-top p{
  font-size: 0.9em;
  color: #E7EDEF;
}
.footer .footer-top p a{
  color: #F3F6F7;
}
.footer .footer-top p b{
  font-size: 1.15em;
  color: #E7EDEF !important;
}
.footer .footer-top p a:hover{
  color: #07316A;
}
.footer .social-links {
  margin-top: 16px;
}
.footer .social-links ul li {
  display: inline-block;
}
.footer .social-links ul li a {
  font-size: 1em;
  color: #E0E1EB;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.footer .social-links ul li a:hover {
  color: #07316A !important;
}
.footer .footer-top h6{
  color:#F3F6F7;
  font-size: 1.15em;
  font-weight: 500;
}
.footer .footer-menu ul li a{
  color: #E7EDEF;
  font-weight: 400;
  font-size: .9em;
  margin-left: 8px;
}
.footer .footer-top img{
  width: 80%;
}
.pagamento img{
  width: 40px !important;
}
.footer .copyright{
  padding-bottom: 40px;
}
.footer .copyright .footer_border {
  border-top: 1px solid #e7edefc4;
  padding-bottom: 20px;
}
.footer .copyright {
  font-size: .95em;
  color: #E7EDEF;
  font-weight: 400;
}
.footer .copyright a {
  color: #07316A;
}
.footer .footer-top .covid{
  margin-top: 20px;
  border-top: 1px solid #e7edefc4 ;
}
.footer-top .covid img{
  width: 36px !important;
}


/* GALERIA */
.galeria{
  padding-top: 60px;
  padding-bottom: 120px;
}
.galeria h1{
  font-size: 3em;
  color: #D90429;
  margin-bottom: 0 !important;
}

/* CONTACT PAGE */
.contact-section {
  padding: 80px 0 80px 0;
}
.contact-info {
  margin-bottom: 25px;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 3em;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

.contact-info .media-body p {
  color: #8a8a8a;
}
.contact-title {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* WHATSAPP */
.wpp{
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  z-index: 99; 
  cursor: pointer; 
}

/* GALERIA */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* PACOTES */

.pacotes{
  margin: 80px 0 80px 0;
}
.pacotes h1{
  font-size: 2em;
  font-weight: 600;
  color: #C80425;
}
.pacotes h2{
  font-size: 1.85em;
  font-weight: 600;
}
.pacotes h3{
  font-size: 1.25em;
}
.pacotes p{
  font-size: 1em;
  font-weight: 400;
}
.pacotes .single-pacote{
  margin-bottom: 40px;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(231,237,239,0.6);
  -moz-box-shadow: 10px 10px 5px 0px rgba(231,237,239,0.6);
  box-shadow: 10px 10px 5px 0px rgba(231,237,239,0.6); 
}
.pacotes .single-pacote:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pacotes img{
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* VESPERATA */
.vesperata-page{
  padding: 80px 0 80px 0;
}
.vesperata-page h1{
  font-size: 2.6em;
  font-weight: 600;
  color: #C80425;
}
.vesperata-page img{
  width: 100%;
  border-radius: 10px;
}
.vesperata-page ul li {
  line-height: .1em;
  margin-top: 40px;
}
.vesperata-page ul li:before{
  content: ' ● ';
  font-weight: 900;
}