
.nomades-iso{width:70%; max-width:180px; margin-bottom:20px;} 

/* FONTS */
body, #mainNav {
  font-family: 'Maven Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro', sans-serif;
	text-transform:uppercase;
}
h2 {font-weight:900; letter-spacing:4px;}

#contact .text-muted a {color:inherit;}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Maven Pro', sans-serif;
	text-transform:uppercase;
	font-size:22px;
}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-weight:900; letter-spacing:2px;}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size:16px;}

/* COLORES */
a { color: #fb7e31;}
	a:hover { color: #ea681f;}
	
.bg-primary {
    background-color: #fb7e31!important;
}
.bg-dark {
    background-color: #2a2f33!important;
}

.btn-primary {
    background-color: #fb7e31;
    border-color: #fb7e31;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #ea681f!important;
}

hr {   border-color: #fb7e31;}

/* SECCIONES HOME */
#portfolio { border-top:10px solid #fff; border-bottom:10px solid #fff;}
header.masthead {
    background-image: url(../imgs/header.jpg);
}
#proceso {border-bottom:10px solid #fff;}
#proceso.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../imgs/header-proceso.jpg);
    background-position: center center;
    background-size: cover;
}

.portfolio-box .portfolio-box-caption {    
	opacity: .7;
    color: #fff;
    background: rgba(251,126,49,.0);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.portfolio-box:hover .portfolio-box-caption{opacity:.9; background: rgba(251,126,49,.7);}