/*====================================
 - PULL
====================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800); /* Open Sans */

/*   Green Color:         #0D773B   */



/*====================================
 - DEFAULT
====================================*/

body {
	font-size: 13px;
	font-family: "Open Sans", Helvetica, Sans-serif;
	color: #8c8c8c;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #21463C;
	font-weight: 900;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ul {
	padding: 0;
	list-style: none;
}
ul li {
	
}

p {
	font-size: 16px;
	line-height: 28px;
}

a {

}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

section h1 {
	margin-bottom: 40px;
}


/*====================================
 - ENGINE
====================================*/

/* Buttons */
.btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	height: 48px;
	padding: 14px 16px;
	border-radius: 0;
}
.btn-default, .btn-primary:hover {
	border: 2px solid #21463C;
	color: #21463C;
	background: #fff;
}
.btn-primary, .btn-default:hover {
	border: 2px solid #21463C;
	color: #fff;
	background: #21463C;
}

/* Form Control */
.form-control {
	height: 48px;
	border: 2px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
.form-control:focus {
	border: 2px solid #21463C;
	box-shadow: none;
}



/*====================================
 - STYLES
====================================*/

/* Header */
.navbar-nav {
	margin-top: 56px;
}
.navbar-nav > li {
	margin: 0 0 0 32px;
}
.navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	background: transparent;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
	border-bottom: 2px solid #21463C;
	background: transparent;
}
.navbar-brand {
    /*background: url(../img/logo.png) no-repeat;*/
    background: url(../img/Logo-claro.svg) no-repeat;
	display: inline-block;
	width: 170px;
	height: 90px;
	margin-top: 50px;
}

.affix {
	background: #FAF9F6;
	border-bottom: 2px solid #eee;
}
.affix .navbar-nav {
	margin-top: 28px;
	margin-bottom: 16px;
}
.affix .navbar-nav > li > a {
	color: #666;
}
.affix .navbar-brand {
	/*background: url(../img/logo-affix.png) no-repeat;*/
	background: url(../img/Logo-escuro.svg) no-repeat;
	width: 133px;
	height: 57px;
	margin-top: 28px;
}

.affix, .affix-top {
	transition: all 0.6s;
}

/* Intro */
#intro .caption {
	position: absolute;
	max-width: 720px;
	margin: 0 auto;
	top: 28%;
	left: 50%;
	margin-left: -360px;
	text-align: center;
}
#intro .caption h1 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}
#intro .caption p {
	color: #ccc;
	font-size: 18px;
	margin-bottom: 30px;
}

/* About */
#about {
	padding: 90px 0 100px;
	background-color: #FAF9F6;
}

/* Features */
#features {
	background: url(../img/features.jpg) 50% 50% no-repeat fixed;
	background-size: 100% auto;
	color: white;
	height: 460px;
	margin: 0 auto;
	padding: 125px 0;
}
#features ul li {
	display: inline-block;
	width: 19.5%;
	text-align: center;
}
#features ul li .fa {
	display: block;
	width: 140px;
	height: 140px;
	border: 4px solid #fff;
	text-align: center;
	margin: 0 auto;
}
#features ul li .fa-star {
	font-size: 64px;
	padding: 30px 0;
}
#features ul li .fa-sitemap {
	font-size: 64px;
	padding: 30px 0;
}
#features ul li .fa-external-link {
	font-size: 62px;
	padding: 35px 0;
}
#features ul li .fa-group {
	font-size: 56px;
	padding: 36px 0;
}
#features ul li .fa-phone {
	font-size: 66px;
	padding: 32px 0;
}
#features ul li h6 {
	font-weight: 300;
	color: #fff;
	line-height: 24px;
	margin-top: 30px;
}

/* Services */
#services {
	background: #FAF9F6;
	padding: 90px 0 120px;
	margin-bottom: 0px;
}
#services .btn {
	margin-top: 20px;
}

/* Portfolio */
#portfolio {
	padding-top: 90px;
	background-color: #FAF9F6;
}
#portfolio .item {
	padding: 0;
}
#portfolio .item figure {
	background: #000;
}
#portfolio .item figure img, #portfolio .item figure {
	width: 100%;
}
#portfolio .item figure:hover img {
	opacity: .6;
}
#portfolio .item figure figcaption {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
	display: block;
	width: 100%;
	height: 96px;
	padding: 0 30px;
	visibility: hidden;
}
#portfolio .item figure:hover figcaption {
	visibility: inherit;
}
#portfolio .item figure figcaption h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 12px 0;
}
#portfolio .item figure figcaption em {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-style: normal;
	opacity: .6;
	color: #fff;
	padding: 0 0 18px 0;
	margin-bottom: 12px;
}
#portfolio .item figure figcaption .link {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	opacity: .7;
}
#portfolio .item figure figcaption .link:hover {
	opacity: 1;
}
#portfolio .item figure figcaption .link .fa {
	margin-right: 8px;
	font-size: 14px;
}

/* Contact */
#contact {
	background: url(../img/contact-line3.png) repeat-y center;
	padding: 80px 0 100px 0;
}
#contact h2 {
	margin-top: 0;
	margin-bottom: 30px;
}
#contact p {
	font-size: 14px;
	margin-bottom: 20px;
}
#contact ul {
	margin-top: 30px;
}
#contact ul li {
	margin-bottom: 25px;
	color: #fff;
}
#contact ul li .fa {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	margin-right: 12px;
	float: left;
}
#contact ul li .fa-phone {
	font-size: 21px;
	padding: 6px 0;
}
#contact ul li .fa-envelope {
	font-size: 17px;
	padding: 7px 0;
}

#contact ul li:nth-child(3),
#contact ul li:nth-child(1){
    display:flex;
    margin-bottom:15px;
}
#contact ul li:nth-child(1) strong{
    max-width: 220px;
    padding-top:0;
} 
#contact ul li:nth-child(3) strong{
    max-width: 300px;
    padding-top:0;
} 

#contact ul li .fa-map-marker {
	font-size: 21px;
	padding: 6px 0;
	width:38px;
}

#contact ul li strong {
	display: inline-block;
	padding-top: 8px;
	font-weight: 400;
}

#contact ul li:nth-child(4) a{
    color:white;
}

#contact ul li .fa-instagram {
	font-size: 21px;
	padding: 6px 0;
	width:38px;
}

#contact ul li:nth-child(3) strong {
	padding-top: 0;
}

/* Footer */
footer {
	background: #21463C;
	padding: 23px 0 20px 0;
}
footer p {
	font-size: 13px;
	color: #ccc;
	margin-bottom: 0;
}
footer .verticis {
    background: url("../img/verticis.png") no-repeat;
    float: right;
    width: 66px;
    height: 20px;
    opacity: 0.6;
    margin-top: 4px;
}
footer .verticis:hover {
	opacity: 1;
}

.map {
	background: url(../img/map.jpg) no-repeat center center;
	display: block;
	width: 100%;
	height: 420px;
}

/*====================================
 - RESPONSIVE
====================================*/
@media (max-width: 477px) {
  
}