
body {
  font-family: 'Open Sans', sans-serif;
}

p {
  color: #737c85;
  line-height: 26px;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #dfe6e7;
	width: 100%;
	padding: 9px 30px;
	font-size: 14px;
	font-style: italic;
	color: #758594;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	box-shadow: none;
	-webkit-transition: border-color 300ms ease-out;
	-o-transition: border-color 300ms ease-out;
	transition: border-color 300ms ease-out;
	margin-bottom: 10px;
}

textarea:focus, input:focus{
    outline: 0;
	border: 1px solid #34495e;

}


.submit-email button {
	position: absolute;
	top: 7px;
	right: 20px;
	font-size: 16px;
	color: #758594;
	background: none;
	border: none;
	box-shadow: none;
	-webkit-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}

.form-name {
  position: relative;
  margin-top: 2px;
}

.container>.navbar-header {
  min-height: 100px;
}


.navbar-default .navbar-collapse {
  border-color: #34495E;
  box-shadow: none;
}

.navbar-default .navbar-toggle:hover {
  background-color: #2C3D4F;
}

.navbar-default .navbar-toggle:focus {
  background-color: #2C3D4F;
}

.navbar-default .navbar-toggle {
  border-color: #2C3D4F;
}

.navbar-toggle {
  padding: 17px 15px;
  border-radius: 8px;
}

.navbar-toggle {
  padding: 17px 15px;
  border-radius: 8px;
  top: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.78);
}

.navbar-default {
	background-color: #34495e;
	min-height: 100px;
	position: relative;
	margin-bottom: 0px;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #34495e;
	background-color: #85d6de;
	-webkit-transition: color 300ms ease, background 300ms ease;
	-moz-transition: color 300ms ease, background 300ms ease;
	transition: color 300ms ease, background 300ms ease;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #34495e;
	background-color: #85d6de;
}

.devider-color {
	width: 100%;
	height: 3px;
	background-image: url("../images/stripe.png");
	background-repeat: repeat-x;
}

.header {

}

.header-line {
	background-color: #2C3D4F;
}

.contact-info {
	padding-top: 7px;
	margin-bottom: 10px;
}

.contact-info a {
	position: relative;
	padding-right: 25px;
	padding-left: 20px;
	font-size: 12px;
	color: #758594;
}

.contact-info a:hover {
	text-decoration: none;
	color: #85d6de;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}


.footer {
	padding-top: 46px;
	background-color: #f3f7f7;
}

.footer-logo {
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
}

.footer p {
	color: #758594;
	line-height: 26px;
}

.footer h3 {
	margin: 10px 0 18px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #758594;
}

.footer-contact {
  padding-top: 0px;
}

.footer-contact .contact-info {
	display: block;
	padding-right: 0;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #758594
}

.contact-info span {
	padding-left: 15px;
}

.footer .copy {
  margin-top: 30px;
  text-align: left;
}

.copy {
  margin-top: 50px;
  padding: 24px 0 28px;
  font-size: 12px;
  text-align: center;
  color: #758594;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .navigation {
  float: right;
  font-size: 0;
  font-style: normal;
}

.footer ul {
  list-style: none;
}

.footer .navigation li {
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
}
.footer .navigation a {
	text-decoration: none;
	color: #758594;
}

.footer .navigation a:hover {
  color: #85d6de;
}

@media (min-width: 769px) {
	.navbar-default .navbar-nav>li>a {
		min-height: 100px;
		padding: 40px 20px;
		font: 14px 'Open Sans', sans-serif;
	}
}


/* slider */
#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  bottom: 50px;
  left: 30px;
  max-width: 40%;
  padding-bottom: 0;
  background: rgba(133, 214, 222, 0.9);
  overflow: hidden;
  padding: 20px;
}



.infoBlock p {
	color: #34495E;
}

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
  color: #fff;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock  {
  color: #FFF;
  text-decoration: none;
}

.infoBlock:hover {
  text-decoration: none;
}

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
/* fim slider */

.description h3 {
  margin: 40px 0 18px;
  font: 18px 'Open Sans', sans-serif;
  font-weight: bold;
  color: #34495e;
}

.description p {
  color: #737c85;
  line-height: 26px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}


.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-140 {
	padding-bottom: 140px;
}

.bg-blue {
	background-color: #85d6de;
}

.bg-blue h2 {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	font: 28px 'Varela Round', sans-serif;
	text-align: center;
	color: #34495e;
}

.stat {
	color: #34495e;
}

.stat-shape {
	display: block;
	position: relative;
	width: 204px;
	height: 204px;
	padding-top: 62px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	background-color: #85d6de;
	background-image: url(../images/brand-circle-large.png);
	background-repeat: no-repeat;
	background-size: 187px 189px;
	border: 8px solid #85d6de;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-color: #ffffff;
}

.stat-shape .stat-number {
	display: inline-block;
	float: none;
	margin-top: -2px;
	font: 40px 'Open Sans', sans-serif;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
}

.stat-shape p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 300;
	color: #737c85;
	line-height: 26px;
	font-size: 18px;
	clear: both;
}

#gallery-2 {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 0px 52px 2px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 52px 2px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 52px 2px rgba(0,0,0,0.63);
}

.fotos h2 {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	font: 28px 'Varela Round', sans-serif;
	text-align: center;
	color: #34495e;
}



.swiper-container {
    width: 100%;
    height: 300px;
    margin: 0px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 600px;
    padding: 0 10px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
}

.leftside-arrow .img-arrow, .rightside-arrow .img-arrow {
  height: 100px;
  border: 1px solid #34495e;
}


.image {
	position: relative;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #34495e;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	opacity: 0;
	color: #fff;
	font-size: 40px;
  	padding-top: 22%;
}

.image-overlay i {
	padding: 15px;
}

.image-overlay a {
	color: #fff;
}
.image-overlay a:hover {
	text-decoration: none;
}

.image-overlay:hover {
	opacity: 0.8;
}

.heading {
  margin: 25px 0 24px;
  font: 20px 'Varela Round', sans-serif;
  color: #34495e;
}

.devider {
  width: 100%;
  height: 1px;
  background-color: #dfe6e7;
}

.about {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
.about h2 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 48px;
  line-height: 44px;
  color: #000;
}


.numeros {
  display: block;
  padding-right: 15px;
  margin-bottom: 30px;
}

.numeros-title {
	margin: 42px 0 2px;
	font: 18px 'Open Sans', sans-serif;
	font-weight: bold;
	color: #34495e;
}

.numeros-subtitle {
	margin-bottom: 18px;
	color: #fe8f8c;
}

.image-container {
  max-width: 262px;
  position: relative;
}

.image-container img {
  max-width: 100%;
}

.heading-cascade {
	margin-top: 0;
	margin-bottom: 36px;
	font-size: 48px;
	line-height: 44px;
	color: #000;
}

.heading-cascade .heading-cascade-step {
  display: block;
  font-size: 24px;
  color: #85d6de;
}

.title-h3 {
	margin: 10px 0 18px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #758594;
}

.pagination {

}

.pagination>li>a{
	background-color: #dfe6e7;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #34495e;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	margin-right: 5px;
	border: none;
	border-radius: 0px;
}

.pagination > li > a:hover, .pagination>.active>a {
	color: #ffffff;
	background-color: #34495e;
}

.pagination>li:first-child>a {
	border-radius: 0;
	color: #ffffff;
	background-color: #85d6de;
}


.pagination>li:first-child>a:hover {
	background-color: #34495e;
}

.pagination>li:last-child>a {
	border-radius: 0;
	color: #ffffff;
	background-color: #85d6de;
}


.pagination>li:last-child>a:hover {
	background-color: #34495e;
}

.bg-encontros {
	background: url('../images/encontros-anteriores.jpg');
}

.bg-recanto {
	background: url('../images/bg-o-recanto.jpg');
  background-size: cover;
}

/* CONTATO */
#map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
}

.contact-info-stack {
  padding-top: 18px;
  padding-bottom: 16px;
}
.contact-info {
  padding-top: 5px;
  margin-bottom: 10px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.contact-info .contact-info__item {
  position: relative;
  padding-right: 25px;
  padding-left: 20px;
  font-size: 12px;
  color: #758594;
}

.contact-info-stack .contact-info__item {
  display: block;
  padding-left: 35px;
  padding-bottom: 20px;
}

.contact-info-stack .contact-info__heading {
  color: #34495e;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.contact-info span {
  padding-left: 15px;
}

.contact-info a:hover {
  text-decoration: none;
  color: #85d6de;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.contact-info a {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  color: #758594;
}

.contact-info-stack .fa {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  color: #34495e;
}

.logo-map {
	padding: 20px 20px;
}

/* links uteis */
.alert-success .alert-market {
  background-color: #8dc63f;
}

.alert .alert-market {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 100%;
}

.alert {
  position: relative;
  margin-bottom: 10px;
  padding: 34px 35px 33px 77px;
  color: #34495e;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.alert .fa {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}

.alert-success {
  background-color: rgba(141, 198, 63, 0.3);
}

.alert-info .alert-market {
  background-color: #85d6de;
}

.alert-info {
  background-color: rgba(133, 214, 222, 0.3);
}

.alert a {
	color: #4D6F69;
	text-decoration: none;
}

.alert a:hover {
	text-decoration: underline;
}
