@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import './banner.css';

* {
	margin: 0;
	padding: 0;
}

.cor-azul {
	color: #0CC0DF;
}

.fundo-azul {
	background-color: #0CC0DF;
}

.logotipo {
	width: 100px;
}

.logotipo-50 img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 50px;
}

.bg-menu {
	background-color: #fff;
	border-bottom: #ccc 1px solid;
}

.restrito-fundo {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-size: cover;
	max-width: 100%;
	height: 100vh;
}

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	box-shadow: 2px 2px #909090;
	background: rgba(0, 50, 89, 0.9);
	padding: 20px 50px;
	color: #fff;
}

.login img {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}

.login hr {
	background-color: #909090;
}

.login p {
	font-weight: bold;
}

.login input {
	margin-bottom: 20px;
	width: 100%;
	border: none;
	height: 40px;
	border-radius: 7px;
	padding: 5px;
}

input[type="password"],
input[type="text"],
input[type="email"] {
	padding: 10px;
	border-radius: 0;
}

.login a {
	text-align: center;
	display: block;
	color: #fff;
}

/* BENEF�CIOS */

#beneficios {
	margin-top: -100px;
}

#beneficios .btn {
	padding: 10px 60px;
}

#beneficios .texto {
	font-size: 1.3rem;
}

@media (max-width: 768px) {
	#beneficios .texto {
		font-size: 1rem;
	}
}

/* SERVICOS */

.servicos {
	background-color: #112C3B;
	color: #fff;
}

.servicos img {
	width: 100px;
	height: 100px;
	margin: 10px 0 20px 0;
}

.servicos-cartao {
	border-radius: 5px;
	padding: 20px 1px 40px 1px;
	margin: 10px auto;
	margin-bottom: 5px;
	text-align: center;
}

.servicos-cartao .detalhe h2 {
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: -20px;
	background-color: #112C3B;
	padding: 30px 0;
}

.servicos-cartao .detalhe span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	font-weight: 900;
}

.servicos-cartao .detalhe ul {
	margin-bottom: 35px;
	padding: 5px !important;
}

.servicos-cartao .detalhe ul li {
	padding: 10px;
	font-size: 0.9rem;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

.servicos-cartao small {
	color: #0CC0DF;
}


.servicos-cartao small img {
	margin: 0 8px 0 0;
	width: 7px;
	height: 7px;
}

/* SOBRE */

.sobre {
	background-color: #fff;
	color: #000;
}

@media (max-width: 1200px) {
	.sobre-img {
		width: 100%;
	}
}

.sobre-destaque {
	color: #00ccff;
	background-color: #000;
	padding: 10px;
}

.sobre-texto {
	font-size: 1.2rem;
}

.sobre-link {
	color: #00ccff;
}

.sobre-link:hover {
	text-decoration: underline;
}

.center {
	align-items: center;
}

.sobre-cartao {
	border-radius: 5px;
	text-align: center;
	margin: 0;
}

.sobre-cartao h2 {
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #112C3B;
	padding: 30px 0;
}

.sobre-cartao .sobre-detalhe {
	display: block;
	font-size: 20px;
	font-weight: 400;
	font-weight: 900;
	text-align: justify;
	padding: 10px;
	align-items: center;
}


/* SERVICO PAGINA */

#servico {
	background-color: #112C3B;
	color: #fff;
}

#servico .texto {
	font-size: 1.2rem;
}

#servico .texto-titulo {
	font-size: 1.5rem;
	font-weight: 700;
}

#servico .texto-detalhe {
	font-size: 1rem;
	text-align: justify;
}

#servico .escritorio {
	color: #ffaaaa;
}

#servico .ponto {
	color: #00ccff;
}

#servico .preco {
	font-size: 5rem;
	color: #fff;
	margin: 0;
}

.linha {
	border: 1px solid #333;
}

/* CONTATO */

.contato {
	background-color: #0B3C5D;
	color: #fff;
}

.contato a {
	font-size: 1.2rem;
}

.contato .quadro-whats {
	border: 1px solid green;
	padding: 15px;
	margin-bottom: 10px;
}

.quadro-whats a {
	margin-top: 5px;
	width: 100%;
}

.contato .whatsapp {
	height: 20px;
}


/* RODAP� */

.rodape {
	display: block;
	width: 100%;
	bottom: 0;
	background-color: #000;
	padding: 30px;
	color: #909090;
	font-weight: bold;
}

.rodape img {
	width: 30px;
	height: 30px;
}

/* GERAIS */


table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
}

table thead {
	background-color: #112C3B;
}

table thead th {
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	border: 3px solid #ccc;
}

table tbody {
	font-family: Arial;
}

table tbody td {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 2px 0;
	border: 3px solid #ccc;
}

table tfoot {
	background-color: #112C3B;
	color: #fff;
}

table tfoot td {
	font-weight: bold;
	padding: 5px 0;
	border: 3px solid #ccc;
}

.esquerda {
	text-align: left;
	padding-left: 5px;
}

.centro {
	text-align: center;
}

.direita {
	text-align: right;
	padding-right: 5px;
}

.negrito {
	font-weight: bold;
}

.sobrescrito {
	text-decoration: underline;
}

.botao {
	font-weight: bold;
	padding: 1em;
}

.painel {
	padding: 3rem 0;
	font-family: Montserrat;
}

.painel .titulo {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.painel .titulo-painel {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.painel .texto {
	font-size: 1rem;
	text-align: justify;
}

.bitcoin {
	position: fixed;
	width: 169px;
	height: 67px;
	right: 25px;
	bottom: 100px;
	z-index: 100;
}


.direitos {
	text-align: center;
}

.video {
	width: 100%;
	height: auto;
}

.top-section {
	position: relative;
}

.destaque {
	color: #0CC0DF;
	font-weight: bold;
}

.fundo-padrao-destaque {
	background-color: "#CFF";
}

/* ESTILOS reservas */

#reserva {
	background-color: #112C3B;
	color: #fff;
}

#reserva table th.conjunto {
	height: 50px;
	background-color: #000;
	color: #FFF;
}

#reserva table td {
	height: 40px;
}

.logado {
	font-family: Arial;
	font-size: 11px;
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	color: #fff;
}

.logado span {
	margin: 5px;
}

#botaoNavegacao {
	border: 0;
}

.fundo-destaque {
	background-color: #fff;
	color: #112C3B;
}

input[type="date"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfields;
	min-height: 1.2em;
	margin-left: auto;
	margin-right: auto;
}

.dez {
	width: 10%;
}

.vinte {
	width: 30%;
}

.trinta {
	width: 30%;
}

.quarenta {
	width: 40%;
}

.oitenta {
	width: 80%;
}


.botao-reservar {
	position: relative;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #003259;
	padding: 5px;
	color: #fff;
	box-shadow: 3px 3px 3px #888888;
	webkit-box-shadow: 3px 3px 3px #888888;
	moz-box-shadow: 3px 3px 3px #888888;
	text-decoration: none;
	cursor: pointer;
}

.botao-reservar:hover {
	background: #fff;
	text-decoration: none;
	color: #003259;
}

.botao-reservar a {
	color: #fff;
}

.botao-cancelar {
	position: relative;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #ff0000;
	padding: 5px;
	color: #fff;
	box-shadow: 3px 3px 3px #888888;
	webkit-box-shadow: 3px 3px 3px #888888;
	moz-box-shadow: 3px 3px 3px #888888;
	text-decoration: none;
	cursor: pointer;
}

.botao-cancelar:hover {
	background: #fff;
	text-decoration: none;
	color: #ff0000;
}

.botao-cancelar a {
	color: #fff;
}

.botao-inativo {
	position: relative;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #333333;
	padding: 5px;
	color: #fff;
	box-shadow: 3px 3px 3px #888888;
	webkit-box-shadow: 3px 3px 3px #888888;
	moz-box-shadow: 3px 3px 3px #888888;
	text-decoration: none;
	pointer-events: none;
}




/*botao principal*/
.btn-co {
	color: #fff;
	background-color: #0CC0DF;
}

.btn-co:focus,
.btn-co.focus {
	color: #fff;
	background-color: #09899F;
	border-color: #064D59;
}

.btn-co:hover {
	color: #09899F;
	background-color: #fff;
	border-color: #204d74;
}

.btn-co:active,
.btn-co.active,
.open>.dropdown-toggle.btn-co {
	color: #fff;
	background-color: #09899F;
	border-color: #204d74;
}

.btn-co:active:hover,
.btn-co.active:hover,
.open>.dropdown-toggle.btn-co:hover,
.btn-co:active:focus,
.btn-co.active:focus,
.open>.dropdown-toggle.btn-co:focus,
.btn-co:active.focus,
.btn-co.active.focus,
.open>.dropdown-toggle.btn-co.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #064D59;
}

.btn-co:active,
.btn-co.active,
.open>.dropdown-toggle.btn-co {
	background-image: none;
}

.btn-co.disabled:hover,
.btn-co[disabled]:hover,
fieldset[disabled] .btn-co:hover,
.btn-co.disabled:focus,
.btn-co[disabled]:focus,
fieldset[disabled] .btn-co:focus,
.btn-co.disabled.focus,
.btn-co[disabled].focus,
fieldset[disabled] .btn-co.focus {
	background-color: #0CC0DF;
	border-color: #064D59;
}

.btn-co .badge {
	color: #0CC0DF;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	#beneficios .btn {
		padding: 10px;
	}

	.servicos-cartao {
		margin: auto;
		margin-bottom: auto;
	}

	.servicos-cartao .detalhe img {
		width: 50%;
	}

	.servicos-cartao .detalhe h2 {
		padding: 20px 0;
		margin-bottom: auto;
	}

	.sobre-cartao h2 {
		padding: 20px 0;
	}

	.sobre-detalhe {
		text-align: justify;
	}
}

.icone-rede-social {
	color: rgba(0,0,0,.5);
}