body {
	font-family: 'Ubuntu', sans-serif;
	background-color: #FFFFFF;
	overflow-x: hidden;
	font-weight: 300;
}

 
html,
body {
	min-height: 100%;
	width: 100%;
}
.rr {
	background-color: rgba(255,0,0,1);
}
.gg{
	background-color: rgba(0,255,0,1);
}
.bb{
	background-color: rgba(0,0,255,1);
}
.p-menu {
	padding-top: 60px;
}
.container {
	max-width: 1024px;
}
 

.btn-primary {
	color: #fff;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
 transition: all 0.6s ease;
}

.btn-primary:hover {
	color: #fff;
	background-color: #ff6f16!important;
	border-top-color: #ff6f16!important;
	border-right-color: #ff6f16!important;
	border-bottom-color: #ff6f16!important;
	border-left-color: #ff6f16!important;
 transition: all 0.3s ease;
}

.btn-primary:focus, 
.btn-primary.focus {
  color: #fff;
  background-color: #ff6f16;
  border-color: #ff6f16;
  box-shadow: 0 0 0 0.25rem rgba(84, 27, 1, 0.5);
}

.btn-primary:active, 
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff6f16;
  border-color: #ff6f16;
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(84, 27, 1, 0.5);
}

.btn-primary:disabled, 
.btn-primary.disabled {
  color: #fff;
  background-color: #ff6f16;
  border-color: #ff6f16;
  opacity: .65;
}



#introduccion {
	padding-top: 20vh;
	height: 100vh;
}

#introduccion .item {
	min-height: 50vh!important;
 	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

 

#introduccion .item a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	padding-top: 10%;
	padding-left: 5%;
 transition: all 0.3s ease;

 
}

.bg001 {
	background-image: url(../fotos/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60vh;
	width: 100vw;
	background-size:cover;
	background-attachment:fixed;
	display: block;
	}
#introduccion .item img  {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
width: 100%; height: 100%; object-fit: cover;
display: block;
 transition: all 3s ease-in;
	}




#introduccion .item:hover img {
	background-color: rgba(0,0,0,0.3);
	  transition: all 3s ease-out;
	transform: scale(1.075);
 }

#introduccion .item:hover a {
	transition: all 0.3s ease;
	background-color: rgba(0,0,0,0);
	/*top: calc(100% - 150px);	*/
 }

 

#introduccion .item.item1{
	background-image: url(../fotos/introduccion/foto1.jpg);
}
#introduccion .item.item2{
	background-image: url(../fotos/introduccion/foto2.jpg);
}

#introduccion .item.item3{
	background-image: url(../fotos/introduccion/foto3.jpg);
}

#introduccion .item h1, #introduccion .item h3, #introduccion .item p{
	  transition: all 1s ease;
		color: rgba(255,255,255,1);
text-shadow: 2px 2px 0px rgba(0,0,0,0.0);
	
}

#introduccion .item:hover h1, #introduccion .item:hover h3, #introduccion .item:hover p{
	  transition: all 1s ease;
		color: rgba(255,255,255,1);
text-shadow: 2px 2px 0px rgba(0,0,0,1);
	
}


.bg-color1 {
	background-color: #3c4460;	
	}
	
	#historia  .photo {
	background-image: url(../fotos/hostel/F007.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px;      /* ensures height on mobile */
    }
	
	
	
	#historia {
	color: rgba(255,255,255,1);
	background-color: #3c4460;		
		} 
		
		.titulo3 {
 	font-size: 24px!important;
	font-weight: bold!important;
				}  
				
						.titulo2{
	font-size: 36px!important;
	font-weight: bold!important;
	color: rgba(255,102,0,1)!important;
				} 
				
				.titulo4 {
 	font-size: 32px!important;
	font-weight: bold!important;
	color:  #1c81f4;!important;
					}
#texto-adicional  {
 
	}
	#texto-adicional  .bg-004{
 
	background-image: url(../fotos/bg4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	background-attachment: fixed;
	}
 
 
 	#texto-adicional  .content{
 
	left: 0px;
	top: 0px;
	z-index: 10;
 
	}
	
 	#texto-adicional  .texto {
	background-color: #2c344f;
	padding: 10%;
		}
 
 #texto-adicional h3  {
	color: #1c81f4;
	 }
 #texto-adicional p  {
	color: #6c89ac;
	 }
	 #mapa .column{
	background-color: rgba(204,204,204,1);
	width: 70%;
	text-align: justify;
	padding: 5%;
}

#mapa ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mapa li {
	margin-top: 10px;
	margin-bottom: 10px;	
	}
	
	#mapa ul a {
	color: rgba(0,0,0,1);
	text-decoration: none;		
		}
		
		#mapa ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#fotter li {
	margin-top: 10px;
	margin-bottom: 10px;	
	}
	
	#footer ul a {
	color: rgba(255,255,255,1);
	text-decoration: none;		
		}