body{
    font-family:'quicksand', 'Helvetica', sans-serif;
}

.topnav{
    width:100%;
    height:50px;
    padding-top:15px;
    position:fixed;
    top:0;
    z-index:1000;
    background:rgba(255,255,255,0.9);
    font-family:
}
.logo, .nav ul li a, .subtitle{
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo{
    font-family:'Quando',serif;
    font-size:2em;
    font-weight:300;
    text-decoration:none;
    color:#000;
    opacity: 0.7;
}
.subtitle{
    font-family:'quicksand',sans-serif;
    font-weight:400;
    font-size:0.5em;
    color:#aaa;
}
.logo:hover{opacity: 1;}
.logo:hover .subtitle{color:#000;}

.nav ul li{
    margin-top:10px;
    display:inline-block;
    float:right;
}
.nav ul li a{
    display:block;
    padding:5px 15px;
    text-decoration:none;
    color: #777;
}
.nav ul li a:hover{
    color:#000;
    background:rgba(255,255,255,0.5);
}

.portadaLarge{
    margin-top:65px;
    position:relative;
    height:500px;
}

#portadaHome{
    background:url(../img/portada/portada_1.jpg) #e5cf8c;
    background-size:cover;
    background-position:center;
}
#portadaHome header{
    text-align:center;
    background: rgba(255,255,255, 0.3);
    padding:15px;
    position:absolute;
    bottom:40px;left:5%;
    width: 500px;
}
#portadaHome header h1{
    font-size:3em;
    font-family:'HelveticaNeue',sans-serif;
    font-weight:700;
    color:#000;
    -o-text-shadow:0px 1px 20px #fff;
    -moz-text-shadow:0px 1px 20px #fff;
    -webkit-text-shadow:0px 1px 20px #fff;
    text-shadow:0px 1px 20px #fff;
}
#portadaHome header p{
    font-size:1em;
    font-weight:300;
    line-height:1.5em;
}


.intro, .intro_small{
    text-align:center;
    font-size:1.3em;
    line-height:1.6em;
    font-weight:400;
}
.intro{margin: 70px 0;}
.intro_small{margin:20px 0 50px;}

h2{
    font-family:'HelveticaNeue','Arial',sans-serif;
    font-size:1.3em;
}

#servicios img{
    width:300px;height:200px;
    margin: 10px 0;
}
#servicios p{
    font-size:1em;
    line-height:1.3em;
    height:90px;
}
.boton{
    text-align:center;
    margin:15px 0 30px;
    text-decoration:none;
    display:block;
    color:#555;
    font-weight:700;
    font-size:0.8em;
    padding:10px;
    border:2px solid #e5cf8c;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.backto{
    margin-left: -10px;
    margin-right:10px;
}
.boton:hover{
    background:#e5cf8c;
    color:#000;
}

.banner{
    background:#e5cf8c;
    height:200px;  
    text-align:center;
}
.banner a{
    display:block;
    padding:40px 20px;
}
.banner a h3{
    font-family:'HelveticaNeue','Arial',sans-serif;
    color:white;
    -moz-text-shadow:0px 1px 1px #000;
    -webkit-text-shadow:0px 1px 1px #000;
    -o-text-shadow:0px 1px 1px #000;
    text-shadow:0px 1px 1px #000;
    font-size:2em;
    margin:0 0 10px 0;
    letter-spacing:2px;
}
.banner a p{
    font-weight:400;
    color:#fff;
    font-size:1.3em;
    -moz-text-shadow:0px 1px 1px #000;
    -webkit-text-shadow:0px 1px 1px #000;
    -o-text-shadow:0px 1px 1px #000;
    text-shadow:0px 1px 1px #000;
}
#visitBlog{
    background:url(../img/home_blog.png) #e5cf8c;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
#visitBlog:hover{
    background:url(../img/home_bloghover.png) #e5cf8c;
    }
#visitStore{
    background:url(../img/home_tienda.png) #e5cf8c;
    margin-bottom:20px;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
#visitStore:hover{
    background:url(../img/home_tiendahover.png) #e5cf8c;
    }

footer{
    text-align:center;
    padding: 40px 0;
    border-top:1px solid #bbb;
    font-size:1em;
    height: 50px;
}
footer a{
    color:#000;
    opacity:0.8;
}
footer a:hover{opacity:1;text-decoration:underline;}
.logo_footer{
    font-family:'Quando',serif;
    font-size:2em;
    font-weight:300;
    text-decoration:none;
    color:#000;
    margin-bottom:30px;
    opacity:0.8;
}
.logo_footer:hover{
    opacity:1;
    text-decoration:none;
}
#firma{
    background: url('../img/MB_firma.png') no-repeat;
    background-size:30%;
    background-position:center;
    margin:50px 0 20px 0;
    opacity:0.35;
    height:100%;
}
#footer_contacto{
    border:none;
}
.telefono{
    padding-bottom: 50px;
}

.portadaSmall{
    margin-top:65px;
    height:200px;
}
.portadaMedium{
    margin-top:65px;
    height:350px;
    background:#e5cf8c;
}
.sectionTitle{
    margin:40px 0 0 0;
    font-size: 2em;
    font-family: 'HelveticaNeue','Arial',sans-serif;
    text-align: center;
}
/* -----PROYECTOS------ */
#portadaProyectos{
    background:url('../img/proyectos_portada.jpg') #e5cf8c;
    background-size:cover;
    background-position:center;
}

.proyecto_minicover{
    height:145px;
    background:#e5cf8c;
}

.proyecto_img{
    margin:0 0 20px 0;
}
.proyecto_preview{
    margin-bottom:20px;
}
#portadaSalones{background:url('../img/salones/salones_portada.jpg')}
#portadaDormPrincipales{background:url('../img/dorms_prin/dormitorioprincipal_portada.jpg')}
#portadaDormJuveniles{background:url('../img/dorms_juv/dormitoriojuvenil_portada.jpg')}
#portadaExteriores{background:url('../img/ext/exteriores_portada.jpg')}
#portadaOtros{background:url('../img/otros/otros_portada.jpg')}

/* -----DETALLES------ */
.detalle_thumb{
    display:block;
    height:220px;
    background:#e5cf8c;
    margin-bottom:20px;
    opacity:0.75;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.detalle_thumb:hover{opacity:1;}
.detalle_thumb img{height:220px;width: 220px;}
#portadaDetalle{
    background:url('../img/detalles_portada.png') #e5cf8c;
    background-size:cover;
    background-position:center;
}


/* -----CONTACTO------ */
#portadaContact{
    background:url('../img/contacto_portada.png') #e5cf8c;
    background-size:cover;
    background-position:center;
    margin:65px auto;
    text-align:center;
}
#biophoto{
    width:150px;height:150px;
    border:5px solid white;
    margin: 120px 0 0;
    background:#e5cf8c;
    border-radius:50%;
}
#biotext{
    font-size:1.1em;
    line-height:1.6em;
    color: #464646;
}
#boxinfo{
    text-align:center;
}
#boxinfo p{
    margin:20px 0 0 0;
}
#boxinfo a{
    border:2px solid #000;
    padding:10px;
    color:#000;
}
#boxinfo a:hover{
    background:#e5cf8c;
}

/*-----SOON------*/

#soon{
    height:100%;
    margin:65px auto 0;
    text-align:center;
    padding-top:150px;
    background: url('../img/portada/portada_soon.jpg') #e5cf8c;
    background-size:cover;
    background-position:center;
    color: #fff;
    font-size:1.4em;
    line-height:1.5;
}
#soon h1{
    font-size:3em;
    font-family:'HelveticaNeue','Arial',sans-serif;
}
#soon p{width:550px;margin:auto;}
#soon a{color:#000;}
#soon a:hover{text-decoration:underline;}