* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

.col-md-8, .col-md-6, .col-md-5, .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

body {
	font-family: 'Roboto', sans-serif;
}

nav {
	background: rgba(0,0,0,0);
	height: 80px;
	width: 100%;
}

label.logo {
	line-height: 80px;
	padding: 0 35px;
}

nav ul {
	float: right;
	margin-right: 20px;
}

nav ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
}

nav ul li a {
	color: white;
	font-size: 1em;
	padding: 7px 13px;
	text-decoration: none;
}

a.active, a:hover {
	color: #CEA352;
	transition: .5s;
	text-decoration: none;
}

.checkbtn {
	font-size: 30px;
	color: white;
	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}

@media (max-width: 952px){
	label.logo {
    padding-left: 15px;
    padding-top: 0px;
	}
	nav ul li a {
		font-size: 16px;
	}
}

@media (max-width: 858px){
	.checkbtn {
		display: block;
	}
	nav ul {
    	padding-left: 0px;
    	z-index: 1;
	}

	ul {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #03153bba;
		top: 80px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}

	nav ul li {
		display: block;
		margin: 50px 0;
		line-height: 30px;
	}

	nav ul li a {
		font-size: 20px;
	}

	a:hover, a.active {
		background: none;
		color: #CEA352;
	}

	#check:checked ~ ul {
		left: 0;
	}
}


.main-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-hp.jpg);
	background-position: center center;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
.cont-abs {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*CONTACT*/
.form-width {
	background-color: rgba(0,0,0,0.8);
	padding: 25px;

}
.contacto h1 {
	color: #CEA352;
	text-align: center;
}
.contacto h3 {
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.contacto a {
	text-decoration: none;
}
.contact {
	width: 100%;
	height: 70vh;
	margin-top: 80px;
}
.contact h1 {
	font-weight: 700;

}
#contact-form {
    position: relative;
    top: 30%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.form-group {
    text-align: left;
}
.form-group p {
    font-size: 0.7rem;
    color: #365542;
    margin-bottom: 0px;
    margin-left: -7px;
    text-transform: uppercase;
}
.contact-form p {
  text-align: left;
}
.send-form {
    border: 2px solid #CEA352;
    border-radius: 15px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
  padding-left: 5px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
  padding-left: 5px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
  padding-left: 5px;
}
.form-group button {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #CEA352;
	margin-top: 5px;
    padding: 5px 35px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    color: #222;
    font-weight: 700;
}
.en-linea input{
  	float:left;
}
textarea {
	padding: 5px;
  	width: 95%;
  	color: #666;
  	border: 1px solid #CEA352;
  	background-color: rgba(0,0,0,0);
}
input {
	background-color: rgba(0,0,0,0);
	padding: 5px;
  	color: #fff;
}
.email {
	margin-left: 3px;
	margin-bottom: 5px;
}

.titulos {
	max-width: 1024px;
	width: 100%;
	padding: 25px;
	text-align: center;
}
.titulos h1, .habitaciones h1 {
	color: #CEA352;
}
.vid video {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1024px;
	height: auto;
	padding: 0px;
}

.habitaciones, .habitaciones-inner {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.habitaciones img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-right: 0px;
	object-fit: cover;
	object-position: center right;

}
.habi {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 25px;
	padding-right: 25px;
}
.hosp {
	box-shadow: 10px 10px 8px #adadad50;
	max-width: 440px;
	margin-left: 15px;
	margin-right: 15px;
}

.hosp img {
	max-width: 440px;
	width: 100%;
	height: auto;
}
.hosp h1 {
	color: #CEA352;
	padding-top: 15px;
	font-weight: 700;
	text-align: center;
}
.hosp p {
	padding: 10px 20px 20px 20px;
	text-align: center;
}
.ubicacion iframe {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.ubicacion-inner {
	background-image: url(../content/bg-ubicacion.jpg);
	background-position: center center;
	height: 400px;
}
.lugares {
	background-color: rgba(0,0,0,0.8);
	margin: 25px 35px 25px 25px;
	padding: 20px;
}
.lugares span {
	color: #CEA352;
}
.lugares ol {
  list-style: none; /* Remove default bullets */
}
.lugares p, .lugares li {
	color: #fff;
	font-size: .9em;
}

.lugares ol li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CEA352; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

footer {
	background-color: #000;
	width: 100%;
	text-align: center;
	font-weight: 700px;
}
footer h1 {
	color: #CEA352;
	font-weight: 700;
}
footer h3, footer p, footer a {
	color: #fff;
}
footer a {
	text-decoration: none;
}

.footer-bottom p {
	opacity: .7;
	font-size: .7em;
	padding-bottom: 10px;
}
.footer-inner {
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer-inner p {
	margin-bottom: 0px;
}
.footer-inner img {
	padding: 0px 10px;
}
.ubicacion > .row:first-child {
	margin-bottom: -12px;
}
.tel {
	font-size: 2.5em;
}




@media (max-width: 425px) {
	body {
		overflow-x: hidden;
	}
	nav {
    	position: sticky;
    	top: 0%;
    	z-index: 10;
    	background: rgba(11, 40, 92, .8);
	}
	.habitaciones h1 {
		padding-top: 25px;
	}
	.hosp:last-child {
		margin-top: 45px;
	}
	.lugares {
    	margin: 0px;
    	height: 400px;
    	padding-left: 25px;
	}
}

@media (max-width: 375px) {
	.logo img {
		max-width: 235px;
	}
}
@media (max-width: 360px) {
	.logo img {
		max-width: 220px;
	}
	.tel {
    	font-size: 2.2em;
	}
}

@media (max-width: 320px) {
	.logo img {
		max-width: 185px;
	}
	.contacto h3 {
		font-size: 1.2em;
	}
	.contact h1 {
		font-size: 1.4em;
	}

}




