/*
.azulRey {
	background: #404077;
}
*/
.azulLogo, .azulRey{
	background: #00245c;
}
.menu1 b {
	display: block;
}

.menu1 b i {
	vertical-align: bottom;
}

.menu1 {
	margin: 0;
}

.menuHome {
	position: absolute;
	/* margin-top: 10px; */
	z-index: 10;
	/* max-width: initial !important; */
}
.transition {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.parallax {
	position: initial !important;
}
.parallax-container {
	height: initial;
	min-height: 100px;
}
.parallax-container .container {
	position: relative;
}
.parallax-home > div {
	padding: 10px 0;
}
.menu1 .col {
	border-right: 1px solid #beb3b3;
	height: 90px;
	text-align: center;
}
.menu1 .col:last-child {
	border-right:none;
}
.title-home {
	text-align: center;
	position: relative;
	padding: 13px 0;
}

.title-home:after {
	content: "";
	border-bottom: 3px solid #00368a;
	height: 4px;
	position: absolute;
	width: 40%;
	bottom: 5px;
	left: 30%;
}

.iconBig .material-icons {
	font-size: 30px;
	vertical-align: super;
	line-height: 110%;
	margin: 1.52rem 0 .912rem 0;
	border: 3px solid #00368a;
	padding: 10px;
}

.iconBig {
	text-align: center;
}
.aboutArea > div {
	height: 400px;
}

.videoPlayerHome {
	height: 100%;
}
.aboutArea .parallax-container {
	height: 100%;
}

.parallax-home .parallax:after	{
	content:"";
	background: #0000009c;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.row.row-nomargin {
	margin: 0;
}
.tableFooter td {
	padding: 5px 5px;
}

.tableFooter span {
	color: gray;
}

.tableFooter .material-icons {
	font-size: 30px;
	vertical-align: bottom;
}
.redsocial > * {
	width: 26px !important;
	height: 26px !important;
}

.redsocial {
	background: #2f2f2f;
	width: 35px;
	height: 35px;
	margin: 4px;
	display: inline-block;
	padding: 5px;
	border-radius: 9px;
}
.header-img > div {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.header-img {
	position: relative;
}

.subTitle-home {
	margin-top: -11px;
	display: block;
}
.all-white input, .all-white textArea {
	color: #FFF !important;
}
.datepicker-modal input {
	color: initial !important;
}
.btn-style {
	border-radius: 6px;
	background: #00245c!important;
	padding: 0 20px;
}
.block {
	display: block !important;
	width: 100%;
}
.raulBG {
	height: 400px;
	background-image: url(https://post.akelita.com/uploads/1567218824raul-en-la-playa.jpg);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.logo-galria {
	width: 100%;
	height: 100%;
	background-image: url(https://post.akelita.com/uploads/1555113583logo.png);
	display: block;
	padding: 50%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}
td:not(.is-disabled) .datepicker-day-button {
	color: #000;
}
.header {
	margin-top: 190px;
}

.datepicker-controls * {
	color: #000 !important;
}
.radioBig label span {
	font-size: 30px !important;
	display: block;
	width: 100%;
}

.radioBig {
	margin: 9px !important;
}



.radioBig label span:before {
	height: 20px !important;
	width: 20px !important;
}
.radioBig label span:after {
	height: 20px !important;
	width: 20px !important;
}

.radioBig label span:hover {
	background: #bcea86;
}
.loaderCont {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #00245c;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: 10% auto;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.modal.sm {
	width: 400px;
	max-width: 95%;
}
.loginiconBig > * {
	font-size: 80px;
}
.justified {
	text-align: justify;
}
.bg-style {
	background-color: #00245c!important;
}
/**
	Booking Engine
*/
.booking-default {
	/* position: absolute; */
	/* right: 15%; */
	/* top: 160px; */
	/* width: 340px; */
	/* margin-right: 0.5px; */
}
@media only screen and (max-width: 800px){
	.booking-default {
		position: initial;
		width: 100%;
	}
}
.ui-autocomplete {
	background: #FFF;
	width: 270px !important;
	z-index: 2;
	box-shadow: 1px 1px 15px 0px;
	padding: 10px !important;
	overflow: auto;
	max-height: 300px;
}

.ui-autocomplete li {
	border-bottom: 1px solid gray;
	font-size: 11px;
}

.ui-autocomplete span {
	font-size: 11px;
	color: #00245c;
}

.ui-autocomplete li:hover, .ui-focused {
	background: #d4d4d4;
}
.asideBooking .card {
	background: rgb(0, 36, 92);
	background: -moz-linear-gradient(-45deg,  rgb(0, 54, 138) 0%,rgb(0, 36, 92) 100%);
	background: -webkit-linear-gradient(-45deg, #00368a 0%,#00245c 100%);
	background: linear-gradient(135deg, rgb(0, 54, 138) 0%,rgb(0, 36, 92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00368a', endColorstr='#00245c',GradientType=1 );
}

.asideBooking input {
	color: #FFF;
}

.asideBooking label {
	color: #ffffff;
}

.asideBooking .card-title {
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
	display: block;
}

.asideBooking .btn-style {
	background: #313131 !important;
}
.f150 {
	font-size: 150%;
}
/* Menu responsivo */
.menuHomeMobile {
	display: inline !important;
	background: rgb(255, 255, 255);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	padding: 20px;
}

.menuHomeMobile a {
	color: #000;
	text-align: center;
}
.menuHomeMobile li {
	width: 100%;
	box-shadow: 0px 0px 3px 0px #000;
	margin: 4px auto;
	background: #FFF;
}
.img-about {
	max-width: 500px;
	margin-right: 15px;
}
.print {
	display: none;
}

@media print {
	.print {
		display: inherit;
	}
	.no-print,.btn-style {
		display: none !important;
	}
	.areaPrint .card {
		box-shadow: none;
		border: 1px solid;
	}

	.col {
		width: 100% !important;
	}

	.areaPrint input {height: 18px !important;border: 0 !important;}

	.s6 {
		width: 50% !important;
	}

	.areaPrint .card .card-content {
		padding: 0px 10px !important;
		font-size: 11px !important;
	}

	.areaPrint td
	{
		padding:0px;
		border: none;
	}

	.areaPrint tr {
		border: none;
	}
	.terminos {
		font-family: monospace;
		background: #f9ff9d;
		padding: 1px;
	}
	.header-print {
		margin: 0;
		padding: 0 !important;
		/* background: red; */
	}


}
@media only screen and (max-width:500px){
	#logo-header {
		width: 45%;
	}
	.menu1 .col {
		border-right: none;
	}
	.header-img {
		position: relative;
		margin-top: 174px;
	}
	.img-about {
		max-width: 100%;
	}
	.menuContainer {
		height: 64px;
	}
	img#logo-header {
		width: 200px;
	}
}