 @import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: Open Sans !important;
	background-color: #fdfdfd !important;
}

div.container-page {
	width: 88%;
	margin: 15px auto;
	position: absolute;
	left: 0;
	right: 0;
}

div#telefono {
	color: #fff;
	z-index: 9999;
}

div#telefono span {
	font-size: 13px;
	margin-left: 4px;
}

div#localizacion {
	text-align: right;
	color: #fff;
	z-index: 9999;
}

div#localizacion span {
	font-size: 13px;
	margin-left: 4px;
}

div#menu {
	z-index: 9999;
}

nav.bg-light {
	background-color: transparent !important;
	margin-top: 25px;
	float: right;
	margin-right: -21px;
}

a.nav-link {
	color: #fff !important;
	text-transform: uppercase;
}

a.nav-link:hover {
	color: #fa7240 !important;
}

div.welcome {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #8BC34A;
	text-transform: uppercase;
	color: #fff;
	border-top: 3px solid #59493f2b;
}

div.image-index {
	margin-top: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	padding-top: 17px;
	padding-bottom: 17px;
}

div.imagen-portada {
	background-image: url('/images/primera.jpg');
	width: 100%;
	height: 160px;
	background-size: cover;
	border-radius: 2px;
}

div.imagen-portada-segunda {
	background-image: url('/images/segunda.jpg');
	width: 100%;
	height: 160px;
	background-size: cover;
	border-radius: 2px;
}

div.imagen-portada-tercera {
	background-image: url('/images/tercera.jpg');
	width: 100%;
	height: 160px;
	background-size: cover;
	border-radius: 2px;
}

h2 {
	font-size: 25px !important;
	text-transform: uppercase;
}

p.text-index {
	font-size: 15px;
}

div.more {
	width: 100%;
	text-align: center;
	background-color: #755f51;;
	border-radius: 3px;
	padding: 3px;
	color: #f6f6f6;
	text-decoration: none;
	font-weight: bold;
}

div.more:hover {
	color: #f6f6f6;
	background-color: #8a6f5e;
}

a {
	text-decoration: none !important;
}

footer {
	background-color: #3f3229;
	bottom: 0;
	padding-bottom: 1px;
	padding-top: 18px;
	margin-top: 0px;
	line-height: 18px;
	color: #cecece;
	text-transform: uppercase;
	font-size: 13px;
}

div.licencia {
	text-align: right;
}

div.footer {
	margin: 0 auto;
}

div.header {
	background-image: url('../../images/header2.jpg');
	background-size: cover;
	background-position: left;
	height: 250px;
	width: 100%;
}

div.header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 33%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg,rgba(10,10,10,0) 0,rgba(10,10,10,.8) 135%);
}

div.tucasa {
	color: #282828;
	margin-top: 50px;
	text-align: justify;
	margin-bottom: 40px;
}

h2.titulo-cabecera {
	font-size: 30px !important;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 20px;
	color: #282828;
	font-weight: bold;
}

p.texto-footer {
	text-align: justify;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

div.thumbnail {
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 0 0 2px #fff,0 0 0 4px #ededed;
	background-image: url('https://images.unsplash.com/photo-1504109586057-7a2ae83d1338?ixlib=rb-0.3.5&s=e35d05c48b6757a5e79b8e6b752f3033&auto=format&fit=crop&w=1500&q=80');
	height: 120px;
	background-size: cover;
	background-position: center;
	margin-top: 25px;
	transition: .3s all;
}

div.thumbnail:hover {
	-webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 1;
}

div.entorno	{
	margin-top: 40px;
	text-align: justify;
}

li.activenav a {
	color: #fa7240 !important;
}

div.imagenes {
	height: 350px;
}

h3.contacto-titulo {
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	color: #3b3b3b;
}

div.box-contacto {
	background-color: white;
	box-shadow: 0 0 0 2px #fff,0 0 0 4px #7b7b7b1a;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 18px;
}

h3.contacto-form {
	margin-top: 40px;
}

p.card-text {
	text-align: center !important;
	font-size: 17px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: #484848;
}

p.card-text:hover {
	color: #fa7240 !important;
}

img.imagenes {
	height: 350px;
}

a.enlace {
	color: #fa7240 !important;
	font-weight: bold !important;
}

div.alerta-entorno {
	margin-top: 30px;
}

p.titulo-texto-header {
	text-align: center;
	margin-top: 45px;
	font-weight: bold;
}

p.titulo-texto-body {
	text-align: center;
	margin-bottom: 20px;
}

.texto-cabecera {
	 text-align: justify;
}

div.mapa {
	margin-bottom: -5px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 3px;
  margin-bottom: 15px;
}

.accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.fa-check-circle {
	color: #27ae60;
}

div.carousel-interior {
	margin-bottom: 30px;
}

div.precios {
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 0 0 2px #fff,0 0 0 4px #00000008;
	padding-bottom: 1px;
}

p.titulo-precio {
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 4px;
	color: #4d4d4d;
}

p.titulo-precio-body {
	padding-left: 25px;
	padding-right: 25px;
}

div.button-reservar {
	background-color: #e67e22;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 6px 5px 6px 5px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

div.button-reservar:hover {
	background-color: #d35400;
}

a.button-reservar-link {
	color: #fff;
	font-size: 23px;
}

div.tarjeta {
	margin-top: 40px;
}

div.recomendaciones {
	text-align: center;
	margin-top: 30px;
}

p.titulo-casa {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	color: #515151;
	padding-bottom: 5px;
}

div.recomendaciones img {
	border-radius: 4px;
	box-shadow: 0 0 0 2px #fff,0 0 0 4px #00000008;
}

.card-img-top {
	height: 165px;
}

div.vivegranada {
	margin-bottom: 20px;
}

div.header-responsive ul {
	list-style-type: none;
	color: #fff;
}

.overly-header {
	background: rgb(0,0,0);
    background: linear-gradient(180deg, #7d7d7d 0%, #424242 0%, rgba(43, 43, 43, 0.42) 68%, rgba(255,255,255,0) 100%);
    height: 145px;
    width: 100%;
    position: absolute;
    top: 0;
}

div.box-granada {
	background-color: #ffffff;
    padding: 10px 10px 1px 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #2196F3;
    min-height: 209px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

div.box-granada > p{
	color: #000;
}

div.box-granada h3 {font-size: 23px;}

div.box-granada > p > a {

    color: #807d77;
    font-size: 15px;
    position: relative;
    top: 6px;

}


/* Responsive menu */

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #fa7240;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
	.text-image {
		position: absolute !important;
		top: 54px !important;
		left: calc(21% - -15px) !important;
		font-size: 41px !important;
	}

	div.header::after {
		content: none !important;
	}
	
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

@media only screen and (max-width: 987px) {
	div.container-page {
		width: 100% !important;
		position: absolute !important;
		margin-top: 20px !important;
		margin-left: -23px !important;
	}
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 46px !important;
    left: 15%;
    z-index: 10;
    padding-top: 12px !important;
    padding-bottom: 5px !important;
    color: #fff;
    text-align: center;
}