/************BODY************/
body {
	font-family: 'Montserrat', sans-serif !important;
}
/************NAVBAR DESKTOP************/
.nav-header {
	padding: 10px 0;
}
.nav-header a {
	text-decoration: none;
}
.nav-header h6 {
	color: #9c9c9c;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
}
.nav-header .menu-contact h6:last-child {
	color: #000;
	font-weight: 700;
}
.nav-header .menu-contact ul li {
	display: block;
	margin-top: 15px;
	padding-left: 45px;
	position: relative;
	z-index: 1;
}
.nav-header .menu-contact ul li::before {
	color: #0067af;
	content: "\f098";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -12px;
	font-size: 36px;
}
.nav-header .menu-user h6:last-child {
	color: #000;
	font-weight: 700;
}
.nav-header .menu-user ul li {
	display: block;
	margin-top: 15px;
	padding-left: 45px;
	position: relative;
	z-index: 1;
}
.nav-header .menu-user ul li::before {
	color: #0073bd;
	content: "\f2bd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -12px;
	font-size: 36px;
}
/*NAVMENU*/
.nav-menu {
	background-color: #f1f1f1;
	/*
	padding: 10px 0;
	*/
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 4;
}
.nav-menu .nav-pills .nav-link.active {
  	color: #0067af;
  	background-color: transparent;
}
.nav-menu .nav-link {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color .25s ease-in-out;
	padding-top: 18px;
	padding-bottom: 18px;
}
.nav-menu .nav-link:hover {
	color: #0067af;
}
.nav-menu .dropdown-menu {
	text-align: center;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin-left: 10px;
	box-shadow: 1px 1px 10px rgb(0,0,0,0.2);
}
.nav-menu .dropdown:hover>.dropdown-menu {
	display: block;
}
/*
.nav-pills li:hover .dropdown-menu {
    display: block;
}
*/
.nav-menu .dropdown-item {
	color: #494c4f;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 60px;
}
.nav-menu .dropdown-item:hover .nav-link {
	color: #fff;
	background-color: #aeaeae;
}
/************NAVBAR MOBILE************/
.nav-mobile {
	padding: 1rem 0;
	box-shadow: 1px 1px 10px rgb(0,0,0,0.2);
	position: relative;
	z-index: 3;
	display: none !important;
}
.nav-mobile a {
	text-decoration: none;
}
.nav-mobile .navbar-brand {
	width: 180px;
}
.nav-mobile .menu-user {
	margin-left: -20px;
}
.nav-mobile .menu-user i {
	color: #0073bd;
	font-size: 30px;
}
.nav-mobile .menu-user h6 {
	color: #9c9c9c;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0;
}
.nav-mobile .menu-user h6 b {
	color: #000;
	font-weight: 700;
}
.nav-mobile .navbar-toggler {
	color: #fff;
	background-color: #0067af;
	border: none;
	padding: 10px;
}
.nav-mobile .dropdown-menu {
	border: 0;
	border-radius: 0;
	padding: 0;
}
.nav-mobile .dropdown-item {
	color: #494c4f;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}
.nav-mobile .nav-item {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
/************REQUIRE************/
.require {
	background-image: url(../img/bg-room.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}
.require .white-filter {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 60px 0;
}
.require .require-header h2 {
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.require .require-header h2 span {
	color: #0067af;
}
.require .require-header hr {
	border: 0.10rem solid #0067af;
	margin: 10px 0 80px 0;
	opacity: 1;
}
.require-body h5 {
	font-family: 'Roboto', sans-serif;
	color: #575757;
	font-weight: 400;
	text-align: justify;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 20px;
}
.require-body .img-body {
	width: 90%;
	box-shadow: -95px 90px 0px -70px #0072bc;
}
.require-footer {
	margin-top: 90px;
}
.require-footer-title {
	text-align: center;
	margin-bottom: 50px;
}
.require-footer-title h5 {
	color: #575757;
	font-weight: 700;
}
.require-footer-title br {
	display: none;
}
.require-footer .bg-gray {
	background-color: #f9fafc;
}
.require-footer .bg-white {
	background-color: #fff;
}
.require-footer .bg-blue {
	background-color: #0072bc;
	padding: 1rem;
}
.require-footer .bg-blue .title {
	margin-bottom: 10px;
}
.require-footer .bg-blue .left-column {
	margin-left: 0;
}
.require-footer .bg-blue h6 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.require-footer .left-column {
	position: relative;
	top: 30%;
	margin-left: 20px;
}
.require-footer h6 {
	font-family: 'Roboto', sans-serif;
	color: #616161;
	font-weight: 400;
	text-transform: uppercase;
}
.require-footer ul {
	margin : 1rem 0;
}
.require-footer .text-end img {
	width: 500px;
	margin-top: -150px;
	margin-bottom: -120px;
}
/************FOOTER************/
footer {
	background-image: url(../img/bg-footer.webp);
	background-size: cover;
	background-position: 50% 50%;
}
.footer-menu {
	background-color: rgba(0, 0, 0, 0.65);
	padding: 50px 0;
}
.footer-menu img {
	width: 90%;
}
.footer-menu h6 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
}
.footer-menu a:hover {
	color: #fff;
}
.footer-menu .fmenu-ul li {
	display: block;
	margin-top: 15px;
	margin-left: -10px;
	position: relative;
	z-index: 1;
}
.footer-menu .fmenu-ul li::before {
	color: #fff;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: -20px;
	position: absolute;
	top: -3px;
	font-size: 20px;
}
.footer-menu .list-unstyled li {
	color: #fff;
	margin-top: 15px;
}
.footer-copyright {
	background-color: #0e2a47;
	padding: 10px 0;
}
.footer-copyright h6 {
	color: #fff;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 0;
}
.footer-copyright a {
	text-decoration-color: #fff;
}
/************ANIMACIONES************/
.fadeInDown{
	animation-name:fadeInDown;
	animation-duration: 1.5s;
}
@keyframes fadeInDown{
	from{
		opacity:0;
		transform:translate3d(0,-100%,0);
	}
	to{
		opacity:1;
		transform:none
	}
}
.fadeInRight{
	animation-name:fadeInRight;
	animation-duration: 1.2s
}
@keyframes fadeInRight{
	from{
		opacity:0;
		transform:translate3d(15%,0,0);
	}
	to{
		opacity:1;
		transform:none;
	}
}