/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h5 {
	/*font-family: 'Poppins', serif;
	font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 700;
	color: #001C64;
	text-transform: uppercase;
}

h1 {
	font-size: 160%;
	margin-bottom: 25px;
}

h2,
h5 {
	font-size: 130%;
}

h1::before,
h2::before,
h5::before {
	content: "• ";
}

h1::after,
h2::after,
h5::after {
	content: " •";
}

#lgpd {
	border-top: solid 3px #001C64;
	text-align: center;
	font-size: 14px;
	background-color: rgb(255, 255, 255);
	color: #001C64;
	width: 90%;
	min-height: 80px;
	line-height: 20px;
	padding-bottom: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	opacity: 0.90;
	z-index: 50;
	margin: 15px 5%;
}

#lgpd .div-lgpd-btn {
	margin-top: 25px;
}

/* .bg {} */

.bg h1 {
	color: #FFF;
	margin-bottom: 0;
	letter-spacing: 0.3em;
}

.bg-acomodacoes {
	background: url('../imagens/bg-titulo-acomodacoes.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-contato {
	background: url('../imagens/bg-titulo-contato.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-eventos {
	background: url('../imagens/bg-titulo-eventos-new.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-localizacao {
	background: url('../imagens/bg-titulo-localizacao.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-o-hotel {
	background: url('../imagens/bg-titulo-o-hotel.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-reservas {
	background: url('../imagens/bg-titulo-reservas.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-joao-pessoa-vem-conhecer {
	background: url('../imagens/bg-titulo-joao-pessoa-vem-conhecer.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-politica-de-privacidade {
	background: url('../imagens/bg-titulo-politica-de-privacidade.jpg') center center no-repeat;
    background-size: 100% auto;
}

.bg-canal-do-agente {
	background: url('../imagens/bg-canal-agente.jpg') center center no-repeat;
    background-size: 100% auto;
}

.logo-caicara {
	height: 80px;
	transition: 0.4s;
}

.logo-turismo-responsavel,
.logo-tripadvisor {
	height: 90px;
	transition: 0.4s;
}

.bg-bw {
	background-color: #001C64;
	background: rgb(30, 64, 124);
	background: -moz-linear-gradient(90deg, rgba(0, 114, 188, 1) 0%, rgba(0, 60, 126, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 114, 188, 1) 0%, rgba(0, 60, 126, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 114, 188, 1) 0%, rgba(0, 60, 126, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0072bc", endColorstr="#003c7e", GradientType=1);
}

/* .gradiente-bw {} */

.border-bw {
	border-color: #001C64 !important;
}

.slick-arrow::before,
.slick-arrow::after {
	color: #001C64 !important;
}

.galeria .slick-arrow {
	width: 24px;
	height: 79px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	display: inline-block;
	margin-top: 0;
}

.galeria .slick-arrow:before {
	content: '';
}

.galeria .slick-arrow.slick-prev {
	left: -33px;
	background: url('../imagens/left-arrow.png') 0 0 no-repeat;
}

.galeria .slick-arrow.slick-next {
	right: -33px;
	left: auto;
	background: url('../imagens/right-arrow.png') 0 0 no-repeat;
}

/*
.galeria .slick-arrow {
	margin-top: -55px;
}
*/

.bg-bw2 {
	background-color: #183463;
}

.bg-hc {
	background-color: #F58220;
}

.bg-azul-claro {
	background-color: #F0FFFF;
}

.reservas {
	background-color: #BC9C67;
	font-weight: bold;
	font-style: italic;
	color: #001C64;
}

.reservas-titulo {
	font-size: 105%;
	/* 120% */
	line-height: 125%;
}

.reservas-titulo-md {
	font-size: 95%;
}

.reservas a {
	text-decoration: none;
}

.reservas a:hover {
	color: #F7D8BD;
	text-decoration: none;
}

#formReservas label {
	padding-right: 3px;
	text-align: right;
	font-weight: lighter !important;
}

#formReservas input[type=text] {
	width: 130px;
}

.banner-amarelo {
	background-color: #ffd600;
}

#video-pg-inicial {
	/*width: 480px;*/
	max-height: 270px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#menu_topo .nav-link,
#menu_inferior a,
#copy a {
	/*font-family: 'Poppins', serif;*/
	font-family: 'Noto Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	white-space: nowrap;
}

#menu_topo a:hover {
	/*color: #0072BC;*/
	color: #c6dbff;
}

#menu_principal .nav-link {
	color: #183463;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 110%;
	font-weight: 700;
}

#menu_principal a:hover {
	color: #2b549d;
}

#menu_principal .menu-divisoria {
	background: url('../imagens/menu-div.png') 0 center no-repeat;
}

.info-rodape {
	border-top: solid 3px #001C64;
	color: #001C64;
	font-size: 105%;
}

.info-rodape a {
	color: #001C64;
	text-decoration: underline;
}

.info-rodape a:hover {
	text-decoration: none;
}

.info-rodape .endereco {
	/*font-family: 'Poppins', serif;*/
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	color: #001C64;
	text-transform: uppercase;
}

.info-rodape .nowrap {
	white-space: nowrap;
}

.mdoria {
	color: #788cb0 !important;
}

.mdoria a {
	color: #788cb0 !important;
}

.icon-wa {
	color: #128c7e !important;
}

.icon-ig {
	color: #833ab4 !important;
}

.icon-fb {
	color: #3b5998 !important;
}

#erro404 h1,
#erro404 h2 {
	text-transform: none;
	font-style: normal;
}

#erro404 h2 {
	color: #BBB;
	font-weight: normal;
}

#erro404 h1::before,
#erro404 h1::after,
#erro404 h2::before,
#erro404 h2::after {
	content: '';
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.maiusculas {
	text-transform: uppercase;
	font-weight: bold;
}

.btn-hotel {
	background: #183463 !important;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	height: 47px;
}

.btn-hotel:hover {
	background: #2b549d !important;
	transition: 0.4s;
	color: #fff !important;
}

.btn-hotel-sm {
	background: #183463 !important;
	border: 0;
	padding: 10px 24px;
	padding-top: 7px !important;
	color: #fff;
	transition: 0.4s;
	height: 38px;
	font-size: 95% !important;
}

.btn-hotel-sm:hover {
	background: #2b549d !important;
	transition: 0.4s;
	color: #fff !important;
}

#politica-privacidade p {
	text-align: justify;
}

@media screen and (max-width: 992px) {

	/* md */
	.logo-caicara {
		height: 80px;
		transition: 0.4s;
	}

	.logo-turismo-responsavel,
	.logo-tripadvisor {
		height: 90px !important;
		transition: 0.4s;
	}

	.reservas {
		font-size: 110%;
	}

	#formReservas label {
		font-size: 95% !important;
	}

	#formReservas input[type=text] {
		width: 120px;
		height: 48px !important;
		font-size: 95% !important;
	}

	.table {
		font-size: 80%;
	}

	#menu_principal .nav-link {
		font-size: 110%;
	}

	#menu_principal .menu-divisoria {
		background: none;
	}
}

@media screen and (max-width: 768px) {

	/* sm */
	#lgpd {
		font-size: 80% !important;
		transition: 0.4s;
	}

	#lgpd .div-lgpd-btn,
	.div-revoga-lgpd {
		margin-top: 10px !important;
		transition: 0.4s;
	}

	.logo-caicara {
		height: 60px;
		transition: 0.4s;
	}

	.logo-turismo-responsavel,
	.logo-tripadvisor {
		height: 70px !important;
		transition: 0.4s;
	}

	.reservas {
		font-size: 100%;
	}

	#formReservas label {
		font-size: 85% !important;
	}

	#formReservas input[type=text] {
		width: 100px;
		height: 38px !important;
		font-size: 90% !important;
	}

	.table {
		font-size: 80%;
	}

	#menu_principal .nav-link {
		font-size: 100%;
	}

	.info-rodape {
		font-size: 95% !important;
	}
}

@media screen and (max-width: 576px) {

	/* xs */
	#lgpd {
		font-size: 70% !important;
		transition: 0.4s;
	}

	#lgpd .div-lgpd-btn,
	.div-revoga-lgpd {
		margin-top: 10px !important;
		transition: 0.4s;
	}

	.logo-caicara {
		height: 50px;
		transition: 0.4s;
	}

	.logo-turismo-responsavel,
	.logo-tripadvisor {
		height: 60px !important;
		transition: 0.4s;
		margin: 0;
	}

	.slick-arrow {
		display: none !important;
	}

	.reservas {
		font-size: 90%;
	}

	#formReservas label {
		margin-top: 3px !important;
		font-size: 80% !important;
	}

	#formReservas input[type=text] {
		width: 85px;
		height: 38px !important;
		font-size: 90% !important;
	}

	.info-rodape {
		font-size: 70% !important;
	}

	#menu_inferior,
	#copy {
		font-size: 70% !important;
	}

	.table-responsive {
		font-size: 85% !important;
	}
}