
html, body {
	height: 100%;
  font-family: 'Montserrat', sans-serif;
}
.bg {
    background-image: url('../imagens/bg.jpg');
  background-size: cover;
  background-position: center;
}

.vertical-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.align-self-center {
  align-self: center!important;
}

#overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.navbar {
  background-color: rgba(0,0,0,0.5);
}

.navbar-collapse {
  border: 0;
  outline: none;
  box-shadow: none;
}


.navbar {
    border: 0 none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);
    padding-bottom:5px;
}
.navbar .navbar-brand {
	padding-top:0px;
    margin-bottom: 5px;
}
@media(max-width: 600px) {
	.navbar .navbar-brand {
		margin-top:0px;
	}
}
.navbar-transparent {
	background-color: transparent;
}
.navbar-fixed-top .navbar-nav {
	margin-top:15px;
}
.navbar-fixed-top .navbar-nav > li > a {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 800;

}
.navbar-fixed-top .navbar-nav > li > a:hover, 
.navbar-fixed-top .navbar-nav > li > a:focus, 
.navbar-fixed-top .navbar-nav > li > a:active{
    color: rgba(255,255,255,.8);
}
.navbar-transparent .logo {
	max-height: 150px;
}
.logo {
	margin-top:10px;
	max-height: 70px;
}
@media(max-width: 600px) {
	.logo {
		max-height: 35px;
	}
}
header {
  position: relative;
  display: block;
  height: auto;
  width: 100%!important;
  background-image: url('../imagens/banner.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.overlay {
  max-width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  background-image: none;
  padding: 100px 0;
}

@media (min-width: 768px) {
  .overlay {
    padding: 150px 0;
  }
  header {
    height: 100%;
    width: 100%;
    background-attachment: scroll;
  }
}
@media (min-width: 1025px) {
  header {
	    background-attachment: fixed;
  }
}
header h2 {
	margin-top:10%;
	color:#fff;
	font-weight: 800;
	letter-spacing: 5px;
	line-height: 40px;
}
@media(max-width: 600px) {
  header h2 {
    margin-top:20%;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 25px;
  }
}
/**/

h1.titulo {
	color:#2978a9;
}
h1.white {
  color: #fff;
}
.btn-plano {
  padding: 15px;
	background-color: #123590;
	color:#fff;
	-webkit-box-shadow: 7px 3px 7px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 7px 3px 7px 0px rgba(0,0,0,0.7);
	box-shadow: 7px 3px 7px 0px rgba(0,0,0,0.7);
}

.btn-plano:hover {
  color: #fff;
  background-color: #365ab6;
}
/**/

section#quem-somos, section#about-us {
	padding-top:20px;
}
section#quem-somos h2, section#about-us h2 {
	margin-bottom:20px;
}
section#quem-somos p, section#about-us p {
	/* padding-right: 40px; */
	text-align: justify;
}
section#quem-somos img, section#about-us img {
	padding:30px;
}

/**/

/* section#planos {
} */

section#planos h2, section#plans h2 {
	margin-bottom: 20px;
}
section#planos ul li, section#plans ul li {
	margin-bottom:50px;
}
section#planos ul li img, section#plans ul li img {
	max-height: 100px;
}
section#planos ul li h3, section#plans ul li h3 {
	color:#1870a4;
	min-height: 50px;
	line-height: 30px;
}

/**/

section#espaco, section#structure {
  padding-top:60px;
  padding-bottom:60px;
  background-color: rgba(0,0,0,0.5);
}
section#espaco h2, section#structure h2 {
  color:#fff;
  letter-spacing: 3px;
}

section#espaco #carousel-espaco, section#structure #carousel-espaco {
  margin-top:30px;
}

.img-espaco {
  min-height: 450px;
  background-position: center;
  background-size: cover;
}
@media(max-width: 600px) {
  .img-espaco {
    min-height: 200px;
  }
}
/**/

section#beneficios h2, section#benefits h2 {
  margin-top:30px;
  margin-bottom:30px;
}
section#beneficios .row div, section#benefits .row div {
  margin-bottom:50px;
}
section#beneficios h3, section#benefits h3 {
  color:#1870a4;
  /* min-height: 90px; */
  line-height: 30px;
}
section#beneficios img, section#benefits img {
  max-height: 100px;
}
section#beneficios p, section#benefits p {
  padding-left:30px;
  padding-right: 30px;
}

/**/
section#onde-estamos, section#where-we-are {
  padding-bottom:30px;
}
section#onde-estamos h2, section#where-we-are h2 {
  margin-top:30px;
  margin-bottom:30px;
}
section#onde-estamos #mapa, section#where-we-are #mapa {
  min-height: 450px;
}
@media(max-width: 600px) {
  section#onde-estamos #mapa, section#where-we-are #mapa {
    min-height: 250px;
  }
}

/**/

footer {
  padding-top:30px;
  padding-bottom:30px;
  background-color: #1b1b1b;
}
footer .logo-min {
  max-height: 80px;
}
footer ul {
  margin-top:10px;
}
footer ul li a {
  color:#fff;
  text-transform: uppercase;
  font-size:16px;
  letter-spacing: 2px;
}
footer ul li a:hover {
  text-decoration: none;
  color:#fff;
}
footer .linha {
  background-color: #89be6f;
  min-height: 220px;
  max-width: 5px;
  margin:0 auto;
}
footer h5, footer h4, footer h6 {
  color:#fff;
  font-weight: 500;
}
footer p {
  color:#fff;
  font-weight: 300;
}
footer ul.social {
  margin-top:50px;
}
footer ul.social li {
  padding-right: 15px;
  padding-left: 15px;
}
footer ul.social li img {
  max-height: 45px;
}
.whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 200px;
  z-index: 9999;
}
.reservado {
  padding-top:10px;
  padding-bottom:10px;
  background-color: #123590;
}
.reservado p {
  margin:0px;
  color:#fff;
  font-weight: 500;
}
.foxthree {
    max-width: 60px;
}


/* O QUE É */
section#o-que-e {
  padding-top: 50px;
  padding-bottom: 50px;
}

section#o-que-e ul li {
  color: #000;
  /* font-size: 5vw; */
  font-weight: 700;
  margin: 20px 0;
}
section#o-que-e ul li img {
  margin-right: 25px;
  max-width: 50px;
}


section#planos-precos {
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 20px;
}

section#planos-precos h4 {
  color: #fff;
}

.col-tabela {
  overflow: auto;
}
section#planos-precos .tabela1, section#planos-precos .tabela2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

section#planos-precos .tabela1 tbody tr:hover, section#planos-precos .tabela2 tbody tr:hover {
  background-color: rgba(0,0,0,0.2);
}

section#planos-precos .tabela1 thead th, section#planos-precos .tabela2 thead th {
  color: #fff;
  text-align: center;
}

section#planos-precos .tabela1 thead th .titulo, section#planos-precos .tabela2 thead th .titulo {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}

section#planos-precos .tabela2 thead th .titulo {
  font-weight: 500;
}

section#planos-precos .tabela1 thead th:nth-child(4) .titulo {
  font-size: 18px;
}

section#planos-precos .tabela1 thead th .vip {
  color: rgb(228, 199, 105);
  font-size: 15px;
  text-align: center;
}
section#planos-precos .tabela1 td, section#planos-precos .tabela2 td {
  vertical-align: middle;
  padding: 20px;
}

section#planos-precos tr {
  vertical-align: middle;
}

section#planos-precos tr td:nth-child(1) {
  max-width: 400px;
  text-align: center;
}

section#planos-precos .tabela1 tr td:nth-child(2), section#planos-precos .tabela1 thead th:nth-child(2) {
  background-color: rgba(0,0,0,0.2);
}

section#planos-precos .tabela1 .glyphicon-ok {
  color: rgb(122, 233, 140);
}

section#planos-precos .tabela1 .glyphicon-remove {
  color: rgb(235, 111, 111);
}

section#planos-precos .tabela2 tr td:nth-child(1) {
  font-size: 17px;
  text-transform: uppercase;
}

section#planos-precos .tabela1 tr td:nth-child(2), section#planos-precos .tabela1 tr td:nth-child(3), section#planos-precos .tabela1 tr td:nth-child(4) {
  font-size: 25px;
}

section#planos-precos #termos small {
  color: #fff;
  display: block;
}

section#planos-precos #termos small a {
  color: #123590;
  font-weight: 600;
  cursor: pointer;
}


section#facilidades {
  background-color: rgba(0,0,0,0.8);
  padding-bottom: 20px;
}

section#facilidades img {
  max-width: 150px;
}

section#facilidades h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}

section#facilidades p {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}



section#contato .titulo-row, section#contact .titulo-row {
  text-align: center;
  background-color: #123590;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
}
section#contato, section#contact {
  padding: 50px;
}

section#contato #mapa, section#contact #mapa {
  min-height: 400px;
}

section#contato form, section#contact form {
  background-color: #123590;
  padding: 20px 40px;
  min-height: 400px;
}

section#contato form .titulo, section#contact form .titulo {
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px
}

section#contato form .form-control, section#contact form .form-control {
  border-radius: 0px;
  line-height: 30px;
  font-size: 15px;
}

section#contato form .btn-enviar-formulario, section#contact form .btn-enviar-formulario {
  background-color: #fff;
  color: #123590;
  padding: 5px 15px;
}

.rotate-phone {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 999;
}
.rotate-phone span {
  margin-top: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
  filter: brightness(0) invert(1);
  animation-iteration-count: infinite;
}
.rotate-phone span img {
  width: 200px;
}

#modal-termos .modal-dialog {
  width: 70%!important;
}


/* MODAL CONTATO */
.custom-input label, .custom-input-group label {
    display: block;
    color: #888888;
    padding-left: 15px;
    margin-bottom: 0;
    z-index: 999;
    background-color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.custom-input input, .custom-input-input, .custom-input select, .custom-input-group input {
    margin-top: -10px;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px!important;
    border: 1px solid #888888;
    border-radius: 5px;
    height: 40px;
    font-family: 'consolas';
}

.custom-input input:focus, .custom-input select:focus, .custom-input-group input:focus {
  outline: none!important;
  border: 1px solid #888888;
  box-shadow: none!important;
}

.custom-input mark, .custom-input-group mark {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-input-group button {
  height: 40px;
  border: 1px solid #888888;
  margin-top: 7px;
}

.custom-input-group input {
  border-left: 0!important;
  border-right: 0!important;
  border-radius: 0!important;
}

.iti { width: 100%; }
.iti input {
  padding-left: 82px!important;
}
/* MODAL CONTATO */


/* DROP LANG */
.btn-drop-lang {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-drop-lang:hover {
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.drop-lang {
  margin-top: 8px;
  margin-bottom: 13px;
  /* padding-bottom: 12px; */
  padding-top: 12px;
  font-size: 16px;
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 800;
}

.drop-lang .dropdown-menu {
  min-width: 50px!important;
  width: 50px!important;
}

.drop-lang .dropdown-menu a {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
/* DROP LANG */

.mapa iframe {
  max-width: 100%;
}

.mapa.h-400 iframe {
  height: 400px;
}