html, body {
	font-size: 100%;
	background: #fff;
	font-family: 'Fjalla One', sans-serif;
}
/*--Primer bloque--*/
.about-title h2{
	font-family: 'Pacifico', sans-serif;
	font-size: 3rem;
	color: rgba(124,077,103,.9);
}
.abt-hd{
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.2rem;
	color: rgba(124,077,103,.9);

}
.textos_independientes{
	margin-bottom:40px;

}
.fotos_independientes{
	margin:10px auto;
	border:1px solid #7C4D67;

}
.about-title p{
	margin:30px 0px 50px 0px;
}
.imagenes_bloque img{
	width:100%;
	padding:0px;
}
.textos_bloque{
	background-color:rgba(124,077,103,.9);
	height:100%;
	position:absolute;
}
.imagen_texto{
	padding:0px;
	border:1px solid #7C4D67;
	margin-bottom:40px;
}
.imagen_texto p{
	margin:5%;
	padding:30px 0px 10px 0px;
	font-size:2rem;
	/*color:#7C4D67;*/
	color:rgba(255, 255, 255, .9);
	text-align:left;
}
.imagen_texto span{
	margin-top:10px;
	margin-left:20px;
	font-size:1rem;
	/*color:#7C4D67;*/
	color:rgba(255, 255, 255, .9);
	font-weight:100;
}
.parrafo_subtitulo {
	font-size:.4rem;
	color:#033;
}	

.imagenes_bloque {
	overflow:hidden !important;
	height:auto;
	padding:0px;
}
.ver_mas{
	background-color:rgba(255, 255, 255, .8);
	width:120px;
	margin:30px 0px 0px 20px;
	border-radius:5px;	
	display:block;
	padding:10px 20px;
	font-size:1rem;
}
.ver_mas a{
	font-size:.8rem;
	color:#7C4D67M;
}


/*--Cierro primer bloque--*/
/*-- footer --*/
.footer {
	padding: 4em 0;
	background: rgb(068, 077, 116);
}
.footer-grid h3 {
	font-size: 1.5em;
	color: #E5E4E4;
	margin: 0 0 2em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}
.footer-grid p {
	color: #8F8D8D;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}
.exam {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	margin: 2em 0 0;
}
.exam:hover {
	color: #8F8D8D;
}
.footer-grd {
	float: left;
	width: 25%;
	border: 2px solid #fff;
}
.dealer-grid-left {
	float: left;
	width: 30%;
}
.dealer-grid-right {
	float: right;
	width: 65%;
}
.dealer-grid-right h4 {
	font-size: 1em;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 .5em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
.dealer-grid-right h4 a {
	color: #fff;
	text-decoration: none;
}
.dealer-grid-right h4 a:hover {
	color: #F07818;
	text-decoration: none;
}
.dealer-grid-right p {
	color: #8F8D8D;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}
.dealer-grids:nth-child(2) {
	margin: 0 0 1.5em;
}
.footer_independientes{
	margin-bottom:40px;
	margin-top:20px;
	
}
.footer-copy {
	border-top: 2px solid rgb(124, 077, 103);
	padding: 2em 0;
	background: rgb(074, 109, 129);
	text-align: center;
}
.footer-left {
	text-align: center;
	margin: 0 0 1em;
}
.footer-left p {
	text-align: center;
	color: #DFE19C;
	font-size: 14px;
	margin: 0;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.footer-left p a {
	color: #DEE646;
	text-decoration: underline;
}
.legales {
	color: #DFE19C !important;
	text-decoration: underline;
	font-size: .7rem;
}
.footer-right ul li {
	display: inline-block;
}
.footer-right ul li a.facebook {
	background: url(../img/img-sp.png) no-repeat -65px -2px;
	display: block;
	height: 50px;
	width: 50px;
}
.footer-right ul li a.facebook:hover {
	background: url(../img/img-sp.png) no-repeat -3px -2px;
	display: block;
}
.footer-right ul li a.p {
	background: url(../img/img-sp.png) no-repeat -65px -56px;
	display: block;
	height: 50px;
	width: 50px;
}
.footer-right ul li a.p:hover {
	background: url(../img/img-sp.png) no-repeat -3px -56px;
	display: block;
}
.footer-right ul li a.in {
	background: url(../img/img-sp.png) no-repeat -67px -112px;
	display: block;
	height: 50px;
	width: 50px;
}
.footer-right ul li a.in:hover {
	background: url(../img/img-sp.png) no-repeat -3px -112px;
	display: block;
}
/*-- //footer --*/

.banner_nuevo {
	padding: 1em 1em;
	background: rgba(124,077,103,.8);
	border-radius:0px 0px 10px 10px;
	overflow:hidden;
	text-align:right;
	border-bottom:5px solid #fff;
	border-top:2px solid #fff;
}
.banner_nuevo h2 {
	font-size: 2em;
	color: #fff;
	margin: auto;
	padding:10px 0px 0px 0px;
	text-align:center;
	letter-spacing:.15rem;
}
.banner_nuevo h5 {
	font-size: 1em;
	color: #fff;
	margin: auto;
	padding:0px;
	text-align:left;
	line-height:2rem;
}

.banner-posit h2 {
	text-transform: capitalize;
	font-size: 2em;
	color: #FFFFFF;
	margin: 0;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0px;
	text-align: center;
}
.banner-posit h2 span {
	color: #fff;
	font-size: 0.7em;
	top: -2.3em;
	left: 3.5em;
}
.reservation h5 {
	font-size: 1em;
	color: #fff;
	font-weight: 300;
	margin: 1em 0 1em;
}
.encima{
	position:absolute;
	z-index:1;
	right:10%;
	top:200px;
}
@media (max-width: 991px) {
	.encima{
		position:relative;
		right:0%;
		width:100%;
		top:0px;
	}
	.banner_nuevo {

	background: rgba(124,077,103,1);
	
}
}
select {
	color: #9F9F9F!important;
	font-size: 13px;
	padding: 11px 3px 11px 23px;
	outline: none;
	border: none;
	background: url(../images/3.png) no-repeat 17px center #ffffff;
	-webkit-appearance: none;
	width: 100%;
	background-position:8px;
}
select.sect {
	background: url(../images/2.png) no-repeat 17px center #ffffff;
}
select option {
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.book_date input[type="text"] {
	width: 100% !important;
	color: #9F9F9F;
	font-size: .8rem;
	padding: 11px 5px 11px 30px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	position: relative;
}
.book_date input[type="date"] {
	width: 100% !important;
	color: #9F9F9F;
	font-size: 13px;
	padding: 11px 5px 11px 25px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	position: relative;
	line-height: 1;
}
.book input[type="submit"]{
	background-color:#444D74 !important;
}



textarea {
	width: 100% !important;
	color: #9F9F9F;
	font-size: 13px;
	padding: 11px 5px 11px 25px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	line-height: 1;
}
.book_date {
	position: relative;
}

.book_date span.glyphicon-calendar {
	color: #B8B9BC;
	position:absolute;
	z-index: 999;
	float:left;
	font-size: 1em;
	top:43px;
	left:22px;
}
.book span.glyphicon-envelope {
	color: #B8B9BC;
	position:absolute;
	z-index: 999;
	float:left;
	font-size: 1em;
	top:43px;
	left:22px;
	z-index:1;
}

.book input[type="submit"] {
	margin: 0.8em 0 0.4em;
	width: 100%;
	outline: none;
	border: none;
	background: #42517B;
	font-size: 16px;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.book input[type="submit"]:hover {
	background: #000;
}
.book_date span.glyphicon-map-marker {
	font-size: 1.2em;
	left: 1%;
}
.glyphicon-calendare, .glyphicon-map-marker {
	font-size: 13px;
	margin-right: 5px;
	color: #000;
}
.form-control:focus {
	border-color: #fece00;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75), 1px 1px 0 rgba(254,206,0,0.75);
	box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75), 1px 1px 0 rgba(254,206,0,0.75);
}
.date_btn {
	margin: 1em 0 0 0;
}
.date_btn form input[type="submit"] {
	text-transform: capitalize;
	background: #6fd508;
	color: #FFFFFF;
	padding: .5em 1em;
	border: none;
	font-size: 1em;
	outline: none;
}
.date_btn form input[type="submit"]:hover {
	background: #337AB7;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.reservation textarea {
	min-height: 200px;
	resize: none;
}
/*-- //banner --*/
/*-- header-top --*/
.header-top {
	background: #1A1A1A;
}
.header-top-left {
	float: left;
}
.header-top-right {
	float: right;
	margin: 1.3em 0 0;
}
.header-top-left p {
	font-size: 14px;
	color: #999;
	margin: 2em 0 0;
}
.header-top-right a {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
}
/*-- header-nav --*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	padding: 0;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0;
}
.navbar-default .navbar-brand {
	color: #7C4D67;
	font-size: 2.5em;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0.2em 0 0;
	line-height: 1em;
	height: 80px;
	font-family: 'Pacifico', sans-serif;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #F07818;
}
.navbar-brand span {
	font-family: 'Fjalla One', sans-serif;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	padding-left: .2em;
	color: #999;
}
.navbar-nav {
	float: right !important;
	margin: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	background-color:rgb(124, 077, 103);
}
.navbar-default .navbar-nav > li > a {
	color:rgb(124, 077, 103);
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1em;
	padding: 30px 25px;
}
/*-- //header-nav --*/
/*--CARRUSEL--*/

/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* carousel fullscreen */
.carousel-fullscreen .carousel-inner .item {
	height: 100vh;
	min-height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* overlay for better readibility of the caption  */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	transition: all 0.2s ease-out;
}
/* demo typography */
h1, h2, h3, h4 {
	font-weight: 700;
}
.super-heading {
	z-index:999;
	margin-top:-200px !important;
	font-size: 70px;
	text-align:left;
}
.super-paragraph {
	z-index:999;
	font-size: 30px;
	font-weight: 300;
	text-align:left;
	color:#DFE19C;
}
.super-paragraph a, .super-paragraph span{
	font-size: 30px;
	font-weight: 300;
	text-align:left;
	color:#DCE646 !important;
}
.carousel-caption .super-paragraph a, .carousel-caption .super-paragraph a:hover {
	color: #fff;
}
#carousel-example-generic {
	margin: 40px 0;
}
.demo-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*--CARRUSEL--*/
/*--Formulario_footer--*/
.formulario form{
margin:0px;
paddin:0px;
width:90%
}
label{
	font-weight:300;
	color:#fff;
}
.adress{
	color:#fff;
}


