*{
	font-family: 'Open Sans', sans-serif;
}
.navbar{
	background:white;
	height:80px;
}
.navbar-brand{
	padding-top:10px;padding-bottom:0
}
#navbar ul li a{
	color:#4e4e4e;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 0.0625em;
	font-size:12px;
	margin-top:20px;
	height:40px;
	line-height:10px;	
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
 background:none;
 color:#d1773d!important;
}


.cta{
	background:#d1773d!important;
	color:white!important;
}
.cta:hover{
	background:#b36635!important;
	color:white!important;
}

#inicio{
	/* background:url(../images/11.jpg); */
	/* background-size: cover; */

	/* background-attachment: fixed; */
	/* background-repeat: no-repeat; */
	/* min-height:600px; */
	
}

.imagen-1{
	background-image: url('../images/1.jpg');
}

.imagen-2{
	background-image: url('../images/2.jpg');
}

.servicio{
	border:2px dotted black;
	padding:10px;
	min-height:400px;
}

.servicio h3{
	color: #68beb8;
	font-family: 'Merienda', cursive;
}
.servicio p{
	font-family: 'Merienda', cursive;
}
.borde-externo-servicio{
	border:6px solid black;
	padding:4px;
	
}

#inicio{
	min-height:600px;
	background:url(../img/showroom2.jpg);
	background-size:cover;
	background-attachment:fixed;
}
#quienes-somos{
	min-height:420px;
	background:black;
}
#img-1{
	background: url(../img/desiree.jpg);
	background-size:cover;
	height:450px;
	
}
#img-2{
	background: url(../img/3.jpg);
	background-size:cover;
	background-position:0 100%;
	height:450px;
}
#quienes-somos-detalle{
	padding:30px;
	text-align:center;
}
#quienes-somos-detalle p{
	line-height:1.3;
	color:white;
	padding: 20px 0;
}
#quienes-somos-detalle a{
	background:white;
	color:#666;
	border:1px solid #111;
	border-radius:0;
	text-transform:uppercase;
}
#servicios{
	min-height:600px;
	text-align:center;
	margin-bottom:20px;
}
#servicios h2{
	padding:30px;
	text-transform:uppercase;
}
.servicio > img{
	height:184px;
	margin-top:0px;
}
.servicio{
	padding:10px;
}
.pb{
	padding:20px;
}
#novedades{
	min-height:200px;
	background:url(../img/separador.jpg);
	background-attachment:fixed;
	background-size:cover;
	padding:30px 0;
}

#blog_paginas_estaticas{
	min-height:200px;
	background:url(../img/blog.jpg);
	background-attachment:fixed;
	background-size:cover;
	padding:30px 0;
}
#separador{
	background: url(../img/az-subtle.png) #CAA3A7;
	height:30px;
}
#footer{
	min-height:250px;
	background:#222;
	padding-top:20px;
	text-align:center;
	color:white;
	
}
.footer-datos{
	padding-bottom:20px;
}
#footer p{
	padding-top:20px;
}

.getapp{
	text-align:left;
	background:black;
}
.app{
	color: #f05f40;
	font-size:16px;
}
.get{
	color: #86B404;
	font-size:16px;
}

.container-100{
	width:100%;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); border: 6px solid #C49837; }

#novedades h4{
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
	color:white;
	font-size:30px;
	text-align:center;
	/* font-family: 'Merienda', cursive; */
	text-transform:uppercase;
}

.novedades_box{
	border:5px solid #C49837;
	color:white;
}
.novedades_dotted_box{
	background:rgba(0,0,0,0.7);
	border:2px dotted #C49837;
	margin:5px;
	padding:10px;
	color:white;
	height:250px;
}.blog_dotted_box{
	background:rgba(0,0,0,0.7);
	border:2px dotted #C49837;
	margin:5px;
	padding:10px;
	color:white;
	height:320px;
}
.novedades_box h3{
	color:#FEA3A3;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:bold;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	font-family: 'Merienda', cursive;
}

.novedades_box p{
	font-family: 'Merienda', cursive;
}

.todas-novedades a:hover, a:active, a:link, a:visited{
	color:#C49837;
	
}


.carousel,
.item,
.active {
    height: 100%;
}
.formulario-contacto{
	margin:100px 0 0 0;
}
.carousel-inner {
    height: 100%;
}
#promos{ 
	padding-bottom:40px;
}


.blog_post_box{
	border:5px solid #D15252;
	font-family: 'Merienda', cursive;
}
.blog_post_box_punteada{
	
	border:2px dotted #D15252;
	margin:5px;
	padding:10px;
}
.blog_post_box h3{
	color:#FEA3A3;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:bold;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	font-family: 'Merienda', cursive;
}

.blog_post_box p{
	font-weight:bold;
	padding-bottom:10px;
	font-family: 'Merienda', cursive;
}

.blink_me {
  animation: blinker 3s linear infinite;
}



@keyframes blinker {  
  50% { color:#C49837; }
}

.lead-form-area{

	padding:20px 15px;
	border-radius:4px;
	background: rgba(0,0,0,.5);
}
.lead-form-area h3 small{
	display:block;
	margin-bottom:10px;
}
.lead-form-area h3{
	margin-bottom:10px;
	color:white;
}
.lead-form-area p{
	margin-bottom:15px;
	color:white;
}
.lead-form-area input[type="text"],
.lead-form-area input[type="email"]{
	width:100%;
	line-height:40px;
	border-radius:4px;
	border:none;
	margin-bottom:15px;
	color:#a1a1a1;
	padding-left:15px;
	color:#000;
}
.lead-form-area textarea{
	width:100%;
	line-height:20px;
	border-radius:4px;
	border:none;
	margin-bottom:15px;
	color:#000;
	padding-left:15px;
	min-height:80px;
}
.lead-form-area input[type="submit"]{
	line-height:60px;
	text-align:center;
	display:inline-block;
	width:100%;
	border-radius:3px;
	font-size:20px;
	font-weight:400;
	border:none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	background: #B36635;
	color:white;
}

.contact-form .success, .contact-form .error {
    display: none;
    font-weight: 300 !important;
}
.navbar-collapse{
	background: #fff;
	border:0;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

html,
body {
    height: 100%;
}

.modal-title{
	color: #68beb8;
	font-family: 'Merienda', cursive;
}

.servicio a{
	cursor:pointer;
}
#showroom{
	margin-bottom:30px;
}
#showroom h3{
	color: #68beb8;
	font-family: 'Merienda', cursive;
	text-align:center;
	font-size:30px;
}

#carousel-showroom img{
	max-height:300px;
}

.modal-body p{
	font-family: 'Merienda', cursive;
}