/*style.css*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,500,400italic,700,900,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;*/
/* dark brown = 24170f / 130b06 */
/* brown = 6e4121 */
/* flesh = dfbb94 */

body {font-family: 'Roboto', sans-serif; background-color: #24170f;}

.pt-30 {padding-top: 30px}
.pt-50 {padding-top: 50px}
.pt-120 {padding-top: 120px}

.pb-20 {padding-bottom: 20px}

.navbar {
	/*position: relative;*/
	min-height: 0px; 
	margin-bottom: 0px; 
	border: 1px solid transparent;
}

.navbar-inverse {
	background-color: #24170f;
	border-color: #6e4121;
}
.navbar .logodallas {
	float: left;
	/*height: 250px;*/
	/*width: 250px;*/
	padding: 0px 15px;
	font-size: 18px;
	line-height: 20px;
	position:absolute;
	display:block;
	/*background-image: url(../images/logo_web_sticker.png);*/
}

.navbar-inverse .navbar-brand {color:transparent;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color:transparent; background-color: transparent;}

.navbar-inverse .navbar-nav > li > a {
	color: #dfbb94;
	font-weight: 400;
	font-size: 1.30em;
	font-family: 'Roboto', sans-serif;
	text-align: right;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: whitesmoke;
	background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent; 
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 5px;
}

/*first-screen*/
/*.first-screen {
	height:100%;
	position: relative;
}
*/
/*carousel*/
.carousel-caption {
	bottom: 120px; 
	left: 0;
	right: 0;
	color:whitesmoke;
}

.carousel-control {
	z-index: 50;
}

.h1-carousel {
	font-size: 2.5em;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .9);
	line-height: 1.5; 
	/*margin-bottom: 0px;*/
}

.lineah1 {
	background-color: rgba(19, 11, 6, .7);
}

/*icono submenu*/
.navbar-inverse .navbar-toggle {border-color: #6e4121;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: #130b06;}
.navbar-inverse .navbar-toggle .icon-bar {background-color: #dfbb94;}

.navbar-collapse {
 border-top: 0px solid transparent; 
 box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1); 
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	color: #dfbb94;
	white-space: nowrap;
	font-weight: 400;
	font-size: 1.10em;
	font-family: 'Open Sans', sans-serif;
}

.dropdown-menu {
	font-size: 14px;
	background-color: #24170f;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #6e4121;
	text-decoration: none;
	background-color: #130b06;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #130b06;
}

.section-color-darkbrown {background-color: #24170f;}
.section-color-brown {background-color: #6e4121;}
.section-colored {background-color: #130b06;}
.section-colored-servicios {background-color: #130b06; padding-top: 185px; padding-bottom: 50px;}

.section-servicios {padding-top: 100px; padding-bottom: 50px;}

.section-bg-wood {background-image: url(../images/wood.jpg); border-bottom: 4px solid #24170f;}
.section-bg-suite {background-image: url(../images/suite.jpg);}
.section-bg-contacto {background-image: url(../images/contacto.jpg);}
.section-bg-servicios {background-image: url(../images/servicios.jpg);}

.section, .section-color-brown {padding: 50px 0;}
.section, .section-bg-wood {padding: 25px 0; /*height: 40%;*/}

.section-bg-suite, .section-bg-contacto, .section-bg-wood {
	border-bottom: 4px solid #24170f;
	padding: 25px 0; 
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.hr-darkbrown {border-top: 1px solid #24170f;}
.hr-brown {border-top: 1px solid #6e4121;}
.hr-p-brown {border-top: 1px solid #33241A;}

.h2-white {color: whitesmoke; font-size: 32px; font-weight: 300;}
.h2-suite {color: whitesmoke; font-size: 30px; font-weight: 100;}
.h3-white {color: whitesmoke; font-size: 20px; font-weight: 100;}
.h4-white {color: whitesmoke; font-size: 18px; font-weight: 100;}

/*parrafos*/
.p-brown, .p-darkbrown, .p-pink, .p-suite, ul li {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px;}
.p-brown {color: #dfbb94; font-size: 1.0em;}
.p-darkbrown {color: #24170f;}
.p-pink {color: #FCD9DD;}
.p-white {color: white;}
.p-suite, ul li {color: whitesmoke; font-size: 13px;}

/*enlaces*/
.a-brown {color: #dfbb94;}
.a-brown:hover {color: #6e4121; text-decoration: none;}

/*icono*/
.icono {font-family: "untitled-font-1";	font-size: 20px; font-style: normal;}

/*boton servicio*/
.btn-detalle-servicio {
	color: #fff;
	background-color: #6e4121;
	border-color: #24170f;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

div a {
	display:block;
}

.btn-detalle-servicio:hover {color: #24170f; background-color: #51311A;}

/*boton detalle*/
.btn-detalle-suite {
	color: #fff;
	background-color: #6e4121;
	border-color: #24170f;
	text-align: center;
	display:block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.btn-detalle-suite:hover {color: #24170f; background-color: #51311A;}

/*rrss*/
.facebook-link a:hover {color: #3b5998;}
.twitter-link a:hover {color: #39a9e0;}
.youtube-link a:hover {color: #E32025;}
.instagram-link a:hover {color: #D5A25E;}

/*smoothcroll*/
.a-contacto, .a-suites {padding-top: 49px;}
.a-contacto {background-color: #130b06;}

/*hideme*/
.hideme {opacity:0;}

/*Detalle Suite*/
.page-header, .page-headerh3 {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #6e4121;
	text-align: right;
	color: whitesmoke; 
	font-size: 40px; 
	font-weight: 100;
}
.page-headerh3 {font-size: 20px;}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #6e4121;
	border-radius: 4px;
	text-align: right;
}

a {color: #130b06; text-decoration: none;}
a:hover {color: whitesmoke; text-decoration: none;}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #dfbb94; 
	content: "/\00a0";
}

.breadcrumb > .active {color: #dfbb94;}

.titulo-recomendada {
	padding: 8px 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	list-style: none;
	background-color: #6e4121;
	border-radius: 0 0 4px 4px;
	text-align: left;
	color: whitesmoke;
	font-size: 16px; 	
	font-weight: 100;
}

.img-detalle-suite-inicio {margin: 20px 0 0px 0px; float:left;}
.img-detalle-suite {margin: 20px 0 0px 0; float:left;}

/*Boton retorno top*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/top.png) no-repeat right top;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Contacto */
.text-right {
	text-align: right;
}

.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color:white;
}

/* Gracias Page Styles */
.gracias {
  font-size: 4em;
}


/* Responsive Styles */
@media (max-width: 640px) {
  .carousel {
    height: 60%;
  }
	
  .h1-carousel {
	font-size: 1.1em;
  }

  .carousel-caption {
  	bottom: 0;
  	padding-bottom: 84px;
  }

  .titulo-recomendada {
    font-size: 12px;  
  } 

  .pt-120 {padding-top: 0px}

  .section-servicios {
	padding-top: 25px;
	padding-bottom: 25px;
	}

  .section-colored-servicios {
	padding-top: 25px;
	padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
	.text-right {
		text-align: left;
   }
}


@media screen and (min-width: 768px) {
	.carousel-caption {
		/*padding-bottom: 52px;*/
		bottom: 32%;
	}
}
