/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.f-merri { font-family: 'Roboto', sans-serif; }
.f-white { color: #fff; }
.f-normal { font-style: initial }
.bg-white { background-color: white; }
.f-pop { font-family: 'Poppins', sans-serif; }
.f-25 { font-size: 25px !important; }

.portifolio {
  width: 220px;
  margin: 0 auto;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  background: #fdb514;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  border-radius: 5px;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
.portifolio:hover {
  background: #f7c555;
  color: #000;
}
.little-title {
	font-weight: 500;
	color: #fff;
	font-size: 19px;
  font-style: italic;
  margin-bottom: 10px;
}
.little-title-first {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.big-title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.bg-group {
  background: #1b1b1d;
  padding: 20px;
}
.bg-group ul.bullets{
  margin-bottom: 0;
}
.bg-group ul.bullets li {
  color: #fff;
  line-height: 20px;
  margin-bottom: 10px;
}
.know-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.know-more-hospedagem {
	display: flex;
	align-items: center;
	justify-content: flex-end;	
}
.know-more .big-title {
	font-size: 16px;
	margin-bottom: 0px;
}
.btn_1-custom {
	font-size: 15px;
	line-height: 15px;
	background: #fff;
	padding: 13px 15px;
	color: #000;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
.instagram {
	font-size: 23px;
	color: #184a95 ;
	background: #fff;
}
.social_facebook.facebook {
  font-size: 20px;
  background: #fff;
  padding: 5px 3px 0px;
  border-radius: 3px;
  color: #1b1b1d;
}
.social_instagram.instagram {
  font-size: 17px;
  background: #fff;
  padding: 5px 5px 4px;
  border-radius: 3px;
  color: #1b1b1d;
  position: relative;
  top: -3px;
}
footer .social_facebook.facebook {
  font-size: 20px;
  background: #fdb514;
  padding: 5px 3px 0px;
  border-radius: 3px;
  color: #000;
}
footer .social_instagram.instagram {
  font-size: 17px;
  background: #fdb514;
  padding: 5px 5px 4px;
  border-radius: 3px;
  color: #000;
  position: relative;
  top: -3px;
}
.instaggram:before {
	margin-right: 3px;
	line-height: 1em;
	margin-left: 6px;
}
.mini-line {
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin: 70px 0 30px;
}
.card-title {
	font-size: 28px;
	color: #000;
	margin-bottom: 0px;
  font-weight: bold;
}
.card-subtitle {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

.block-reveal .caption-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 27% 0;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-reveal .caption-content a i{
	color:  #fff;
	font-size: 30px;
}
.block-reveal .caption-content a p{
	color: #fff;
	font-size: 14px;
}
.block-reveal .caption-content:hover {
	opacity: 1;
}

.btn_1 {
  cursor: pointer;
}




.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}
/* The Modal (background) */
.modal-photo {
  display: flex;
  position: fixed;
  z-index: 999;
  /* padding-top: 200px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);

}

/* Modal Content */
.modal-content-photo {
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  /* width: 700px; */
  /* max-width: 700px; */
  height: 550px;
  max-height: 550px;
}
@media (max-width: 767px) {
  .modal-content-photo {
    width: 100%;
    max-width: 100%;
  }
}

/* The Close Button */
.close-photo {
  color: white;
  position: absolute;
  top: -50px;
  right: 0px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close-photo:hover,
.close-photo:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  height: 100%;
    text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 21px);
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev {
  left: -50px;
}

/* Position the "next button" to the right */
.next {
  right: -50px;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 767px) {
  .next {
    right: 0;
  }
  .prev {
    left: 0;
  }
  .flex-control-nav {
    bottom: 10px;
    z-index: 10;
  }
  .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.4);
  }
  .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
  }
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /* background-color: rgba(255, 255, 255, 0.8); */
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: -35px;
  right: 0;
}
/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg_color_1 .filter {
  height: 60px;
}
.bg_color_1 .filter .conteudo {
  width: 1110px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bg_color_1 .filter .conteudo p.title {
  font-size: 14px;
  color: #fdb514;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 0;
}
.bg_color_1 .filter .conteudo ul {
  display: flex;
  width: 265px;
  margin-bottom: 0;
}
.bg_color_1 .filter .conteudo ul li {
  width: 33.3%;
  height: 30px;
  background-color: #fff;
  color:  #000;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.bg_color_1 .filter .conteudo ul li a {
  color:  #000;
}
.bg_color_1 .filter .conteudo ul li:hover {
  background-color: #fdb514;
}

.bg_color_1 .filter .conteudo ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bg_color_1 .filter .conteudo ul li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bg_color_1 .filter .conteudo ul li.active {
  background-color: #fdb514;
}
.bg_color_1 .filter .conteudo ul li a {
  color:  #000;
}
.institucional-desc {
  color:  #000;
}


@media (max-width: 767px) {
  .bg_color_1 .filter {
    height: 80px;
  }
  .bg_color_1 .filter .conteudo {
    width: 100%;
    height: 70px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .bg_color_1 .filter .conteudo p.title {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .bg_color_1 .filter .conteudo ul {
    display: flex;
    width: 100%;
  }
  .bg_color_1 .filter .conteudo ul li {
    width: 33.3%;
    height: 30px;
    background-color: #fff;
    color:  #000;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
  }
  .bg_color_1 .filter .conteudo ul li a {
    color:  #000;
  }
  .bg_color_1 .filter .conteudo ul li:hover {
    background-color: #fdb514;
  }


  .bg_color_1 .filter .conteudo ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .bg_color_1 .filter .conteudo ul li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .bg_color_1 .filter .conteudo ul li.active {
    background-color: #fdb514;
  }
}
.contact-title {
  color: #000;
  font-weight: bold;
}
.contact-subtitle {
  color: #000;
}
.banners {
  height: 534px;
}