
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body,html {font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.5em; color: #777; }
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif; letter-spacing: -0.05em; line-height:80px;}
b {font-weight: 700}

/* IDS  */
#navbar {
	position: fixed;
	z-index:2;
	}

#mobile-nav {
	width: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
#topo {
	background-color: #e6e6e6 !important;
	background:url('../img/fnd-topo.jpg');
	background-size: cover !important ; 
	background-position-x:center;
	min-height: 100%;
}

#valores {
	min-height: 550px;
	background:url('../img/fnd-valores_.jpg');
	background-size: cover !important ; 
	
}
#intro {
	height: 1500px
}

#sobre li{
	font-size: 40px;
	line-height: 60px;
	letter-spacing: -2px;
}

#atuacao {
	/* background: url('../img/img-atuacao_.jpg');*/
	background-color: #103d4e;
	background-size: auto 100%;
	background-position: 20% 40px;
	background-repeat: no-repeat;
	min-height: 500px !important;

}

#socios, #socios-modal .uk-modal-dialog {
	background-color: #c2b59b;
}

#faleconosco {
	background-color: #fcfcfc;
	border-top: #eee 1px solid;

}

#rodape {
	border-top: #eee 1px solid;
	background-color: #fdfdfd;
	padding: 50px 0 15px 0; 
}


/* AUX CLASS */
.lg-nav {
	
}

.lg-topo {
	position: absolute;
	top: 25%;
	left: 25%;
	max-width: 437px;
	width: 50%;
}

.lg-nav-hidden {
	opacity: 0;	
	padding: 10px 15px 0 15px;
	transition:  0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}


.lg-nav-visible {
	padding: 10px 15px 0 15px;
	opacity: 1;
	transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -webkit-transition:  0.5s ease;
    -o-transition:  0.5s ease;
}

.section {
	padding-top: 70px;
	padding-bottom:50px;

}

.greenback {
	background-color: #103d4e;
}

.green {
	color: #103d4e;
}

.golden {
	color: #c2b59b;
}

/* ANIMATIONS  */

.back-totransp {
	background-color: transparent;
	transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
}

.back-towhite {
	background-color: rgba(255, 255, 255, 0.97);
    transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}

/* CUSTOMIZE EXCEPTIONS */

#valores .uk-h1 {
	font-size: 60px;
	color: #c2b59b;
}

#valores .uk-h2 {
	font-size: 28px;
	padding: 20px 0 50px 0;
}

/*
#atuacao li {
	font-size: 24px;
	line-height: 32px;
}

#atuacao li:before {
	background-image: url('../img/item-atuacao.png');
    background-size: 30px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px; 
    height: 17px;
    padding-right: 5px;
    content:"";
} */
#atuacao .uk-h3 {
	font-size: 20px;
	margin-top: -10px;
	margin-bottom: 30px;
}

#atuacao li img {
	max-height: 100px;
}

#trabalhamos .uk-h3 {
	font-weight: 700;
	font-size: 25px;
	color: #c2b59b;
}

@media screen and (max-width: 960px) {
    #trabalhamos .uk-slideset img {
	width:auto;
	max-width: 150px;
   }
}


#socios .uk-h2 {
	color: #fff;
	font-size: 35px;
}

#socios .uk-h3 {
	color: #625c4f
}

#socios p {
	color: #625c4f
}


#mapa{
  width: 100%; 
  height: 300px; 
  border: 1px solid #ccc;
}


#rodape p {
	font-size: 12px;
	line-height: 15px;
}

#rodape .uk-h2 {
	font-size: 15px;
	line-height: 15px;

	color: #777;
}

/* CUSTOMIZE  UIKIT*/

.uk-navbar {
    background:transparent;
    border: none;
    border-radius: 0px;
    }

.uk-navbar-flip .uk-navbar-nav:last-child>li:last-child>a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.uk-navbar-nav:first-child>li:first-child>a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.uk-navbar-nav>li.uk-active>a {
    background-color: transparent;
    border-bottom:  transparent solid 3px;
    
}


.uk-navbar-nav>li>a {
    padding: 40 2vw 0 2vw ;
    height: 85px;
    text-transform: uppercase;
    font-family: ''Open Sans', sans-serif;', sans-serif;
    color: #103d4e;
    font-weight: 400;
    margin-top: 0;
    margin-left: 0;
    border: none;
    text-shadow: none;
    border-bottom:  transparent solid 3px;
}

.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus {
	color:#103d4e;
	background: none;
	text-shadow: none;
	border-bottom:  #c2b59b solid 3px;
    transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -webkit-transition:  0.5s ease;
    -o-transition:  0.5s ease;

	
}


.uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle {
    height: 80px;
}

.uk-text-bold {
	font-weight: 700;
}

.uk-h1 {
	font-size: 40px;
	line-height: 100%;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4 {
	font-family: 'Open Sans', sans-serif;
} 


.uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=number]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=color]:focus, .uk-form select:focus, .uk-form textarea:focus {
	border-color: #c2b59b;
    outline: 0;
    background: #f8f3e9;
    color: #867d6b;
}

.uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea{
	border-radius: 0;
}


.uk-button {
	color: #867d6b; 
    
    background-color: #ddd0b7;
	 
    border: 1px solid #ddd0b7;
    border-radius: 0px;
    text-shadow: none;

   }

.uk-button:focus, .uk-button:hover {
    background-color: #ddd0b7;
    
    color: #fff;
}

.uk-button-large {
	min-height: 50px;
    padding: 5px 20px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}


.uk-slidenav-position .uk-slidenav-previous {
    left: 0px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 0px;
}

.uk-link, a, .uk-link:hover, a:hover  {color: #777; text-decoration: none}

/* PLUGIN STYLES */

/* loader */ 
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}