/* COLORS */
/*
-----TIPOGRAPHY-----
*/
/* FONT FACE */
/* TITLS AND PARAGRAPH */
h1 {
  font-size: 3.333em;
  color: #ffffff;
  font-weight: 100;
}
h2 {
  font-size: 2.222em;
  color: #11b35d;
  margin: 50px 0px;
  font-weight: 700;
}
h5 {
  font-size: 1.000em;
  color: #000000;
}
h6 {
  font-size: 0.778em;
  color: #000000;
}
p {
  font-size: 1.000em;
  color: #000000;
  font-weight: 400;
  line-height: 1.6em;
}
p.resume {
  font-size: 1.222em;
  color: #717171;
  line-height: 1.667em;
  text-align: center;
}
p.small {
  font-size: 0.778em;
}
p.small-error {
  font-size: 0.778em;
  margin-bottom: 0px !important;
}
p span.info {
  font-size: 0.611em;
}
footer p {
  font-size: 0.889em;
  color: #ffffff;
  font-weight: 100;
}
/* STRUCTURE */
* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif, verdana;
  color: #000000;
  background-color: #ffffff;
  font-size: 18px;
}
.row {
  position: relative;
}
header#home {
  background: url(../img/home/entrada.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80vh;
}
header#parque {
  background: url(../img/parque/parque.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
}
header#regiao {
  background: url(../img/regiao/regiao.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
}
header#alojamento {
  background: url(../img/alojamento/alojamento.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
}
header#eventos {
  background: url(../img/eventos/eventos.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
}
header#contactos {
  background: url(../img/contactos/contactos.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
}
header .nav.navbar-nav {
  text-align: right;
  position: relative;
  width: 50%;
  padding-right: 93px;
}
header .nav.navbar-nav.pull-right {
  padding-left: 93px;
  padding-right: 0px;
  text-align: left;
}
header .nav.navbar-nav.pull-right a {
  margin-right: 0%;
  margin-left: 5%;
}
header .navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -93px !important;
  /* 50% of your logo width */
  display: block;
  padding: 0px;
}
header .slogan {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
}
header .slogan-pag-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40vh;
}
header nav {
  background-color: #11b35d;
}
header nav ul {
  margin: 0px;
  padding: 0px;
}
header nav ul a {
  color: #ffffff;
  font-size: 0.889em;
  text-transform: uppercase;
  line-height: 80px;
  margin-right: 5%;
}
header nav ul a.active {
  border-bottom: 2px solid #ffffff;
}
header nav ul a:hover {
  color: #ffffff;
  opacity: 0.8;
}
header nav ul a:hover.active {
  opacity: 1;
  cursor: default;
}
header nav ul li {
  list-style: none;
  display: inline-block;
}
section.page-presentation header {
  text-align: center;
}
section:nth-child(even) {
  background-color: #f2f2f2;
  box-shadow: 750px 0px 0px #f2f2f2, -750px 0px 0px #f2f2f2;
}
section:first-child {
  padding-bottom: 80px;
}
section.row-content article {
  display: flex;
}
section.row-content article .img-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
section.row-content article p:last-child {
  margin-bottom: 30px;
}
section.row-content article .price p:last-child {
  margin-bottom: 10px;
}
footer {
  background-color: #0b914d;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer a:hover {
  color: #ffffff;
}
footer .bottom-footer {
  padding: 40px 0px;
}
footer p {
  margin-bottom: 0px;
  font-size: 0.800em;
}
footer p.rights {
  font-size: 0.5em;
}
footer .social-media {
  margin-top: 10px;
}
footer .social-media img:hover {
  opacity: 0.8;
  cursor: pointer;
}
footer .upper-footer {
  background-color: #f2f2f2;
  height: 140px;
  box-shadow: 0px 18px 29px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 140px;
}
footer .upper-footer .col-md-2 {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .align-right {
  text-align: right;
}
footer .align-right ul li {
  display: inline-block;
}
footer .align-right ul li a {
  background-color: #ffffff;
  font-size: 0.800em;
  font-family: 700;
}
footer ul.language {
  margin-top: 5px;
  padding: 0px;
}
footer ul.language li a {
  padding: 4px 5px;
  color: #0b914d;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #ffffff;
}
footer ul.language li a:hover {
  opacity: 0.8;
}
footer ul.language li a.active {
  background-color: #0b914d;
  color: #ffffff;
  border: 2px solid #ffffff;
}
footer ul.language li a.active:hover {
  opacity: 1;
  cursor: default;
}
.parcerias {
  text-align: center;
}
.parcerias p {
  text-align: left;
  margin-bottom: 30px;
}
.parcerias img {
  margin-bottom: 20px;
}
.carousel-control.right,
.carousel-control.left {
  background: transparent;
  opacity: 1;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  opacity: 0.8;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  color: #11b35d;
}
.maps {
  margin-bottom: -6px;
}
label {
  font-weight: 300;
  font-size: 0.778em;
}
.form-group {
  margin-bottom: 5px;
}
.form-control {
  border-radius: 0px;
  border-color: #11b35d;
  -webkit-border-radius: 0px;
}
form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.overlay-maps {
  background: transparent;
  position: relative;
  width: 100%;
  height: 500px;
  /* your iframe height */
  top: 500px;
  /* your iframe height */
  margin-top: -500px;
  /* your iframe height */
}
textarea {
  height: 100px!important;
}
.btn.btn-success {
  border-radius: 0px;
  margin-top: 20px;
}
.alojamento-form form {
  margin: 0;
}
.alert {
  margin-bottom: 0px !important;
  border-radius: 0px;
}
.alojamento article a,
.alojamento article button {
  margin-bottom: 30px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navbar-brand.mobile {
    position: relative;
    left: initial;
    margin-left: initial !important;
    margin-top: 0px;
  }
  button.navbar-toggle {
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 17px 10px 17px 0px;
  }
  header nav ul a {
    line-height: 40px;
    margin: 0px;
  }
  header nav ul a li {
    display: block;
  }
  header .navbar-collapse {
    background-color: #0b914d;
  }
  header .nav.navbar-nav {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  header .nav.navbar-nav.pull-right {
    float: initial !important;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  header .nav.navbar-nav.pull-right a {
    padding: 0px;
    margin: 0px;
    line-height: 40px;
  }
  footer .align-right {
    text-align: center;
  }
  footer .social-media {
    text-align: center;
    margin-bottom: 10px;
  }
  .img-mobile {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  header .navbar-collapse {
    background-color: #11b35d;
  }
  header nav ul li {
    display: inline-block !important;
  }
  header nav ul a {
    line-height: 80px;
    margin-right: 2%;
  }
  header .navbar-brand {
    zoom: 80%;
  }
  header .nav.navbar-nav {
    text-align: right;
    position: relative;
    width: 50%;
    padding: initial;
    margin: initial;
    padding-right: 73px;
  }
  header .nav.navbar-nav.pull-right {
    padding-left: 73px;
    padding-right: 0px;
    text-align: left;
    float: right!important;
  }
  header .nav.navbar-nav.pull-right a {
    margin-right: 0%;
    margin-left: 2%;
    line-height: 80px;
  }
  footer .align-right {
    text-align: right;
  }
  footer .social-media {
    text-align: left;
    margin-bottom: 10px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .img-mobile {
    width: auto;
    margin-bottom: 0px;
  }
  header nav ul a {
    margin-right: 5%;
  }
  header .navbar-brand {
    zoom: 100%;
  }
  header .nav.navbar-nav {
    text-align: right;
    position: relative;
    width: 50%;
    padding-right: 93px;
  }
  header .nav.navbar-nav.pull-right {
    padding-left: 93px;
    padding-right: 0px;
    text-align: left;
  }
  header .nav.navbar-nav.pull-right a {
    margin-right: 0%;
    margin-left: 5%;
  }
  .carousel-indicators {
    bottom: 40px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
