
	/* general styles */
html, body {
height: 100%;
width: 100%;
}

body{
	font-family: 'Fjalla One', sans-serif;
	/*padding: 0 40px;*/
}

nav{
	text-transform: uppercase;
}

.navbar-sc{
	background-color: rgba(255,255,255,0.95);
	border-bottom: 0;
	padding: 10px 40px;
    animation-delay:0.6s;
}

.navbar-nav > li > a{
	color: #005d89;
    transition: color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s;
}

.navbar-brand{
	color:#005d89;
}

.logogrande{
    animation-delay:0.8s;
}

#home {
    background: rgba(0, 0, 0, 0) url("../images/home-01.jpg") no-repeat fixed 0 0 / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    animation-delay:0.3s;
}

.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vcenter h1 {
    /*font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color:#fff;*/
    color: #fff;
    font-size: 3em;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
    text-transform: uppercase;
}

#empresa {
    background: rgba(0, 0, 0, 0) url("../images/home-02.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

#empresa .wrap {
    background-color: #f0f0f0;
    padding: 170px 80px 120px;
    height: 100%;
    position: relative;
    min-height: 100vh;
}

p{
	font-size: 18px;
	line-height: 28px;
	font-family: 'Josefin Sans', sans-serif;
}

h2{
	margin-bottom: 30px;
}

.nav > li > a:focus, .nav > li > a:hover{
    background-color: transparent;
	color: #fbbb2c;
}

#produtos {
    background: rgba(0, 0, 0, 0) url("../images/produtos.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0 50px;
}

#produtos2 {
    background: rgba(0, 0, 0, 0) url("../images/produtos2.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0 50px;
}

h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}

h4{
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

/* #produtos img{
    margin: auto;
}*/


#dot-nav{    
    right: 20px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
}

#dot-nav ul {
    list-style: none;
    margin:0;
    padding: 0;
}
#dot-nav li {
    position: relative;
    background-color: transparent;
    border:2px solid #fff;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    padding: 5px;
    height: 10px;
    margin: 10px 10px 0px 0px;
    width: 10px;
    vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
    background-color: #fff;
}

#dot-nav a {
    outline: 0;
    vertical-align:top;
    margin: 0px 0px 0px 25px;
    position: relative;
    top:-5px;
}

#video {
    /*background-color: #f0f0f0;*/
    background: rgba(0, 0, 0, 0) url("../images/blue.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

#yellow {
    /*background-color: #fbbb2c;*/
    background: rgba(0, 0, 0, 0) url("../images/yellow.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

#yellow h3{
    text-transform: lowercase;
    line-height: 40px;
    margin-bottom: 50px;

}

#contatos {
    /*background-color: #fbbb2c;*/
    background: rgba(0, 0, 0, 0) url("../images/contatos.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

#contatos li{
    color:#fff;
    font-size: 26px;
    line-height: 40px;
}

#contatos ul{
    margin-top: 40px;
}

#contatos h1{
    color: #fbbb2c;
}

.email a{
    text-decoration: none;
    color:#fbbb2c;
    margin-top: 30px;
}

/* NEW */ 

.alert { margin-bottom: 0; margin-top: 75px; position: fixed; width: 100%; z-index: 9999; }

.btn-yellow{ border-color: #fbbb2c; color: #fbbb2c; font-size: 22px;}
.btn-yellow:hover, .btn-yellow:focus{ border-color: #fff; color: #fff;}

.btn-grey{ border-color: #999; color: #999; font-size: 22px;}
.btn-grey:hover, .btn-grey:focus{ border-color: #fbbb2c; color: #fbbb2c;}

.modal .form-control { border-radius: 0; }
.modal-content { padding: 25px 40px; }
.modal p { margin-bottom: 20px; }

.navbar-toggle {
	border: 1px solid #005d89;
}

.navbar-toggle .icon-bar {
    background-color: #005d89;
}

#errorsec {
    background: rgba(0, 0, 0, 0) url("../images/home-02.jpg") no-repeat fixed center center / cover ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

#errorsec .wrap {
    background-color: #f0f0f0;
    padding: 200px 80px 120px;
    height: 100%;
    position: relative;
    min-height: 100vh;
}

footer { padding: 20px 0; background-color: #fff; }
footer p { font-size: 14px; padding: 16px 0 0; }
footer .img-center { margin: 0 auto; }


/* END OF NEW */

@media only screen and (max-width : 835px) { 
	#produtos { padding: 0 15px; }
	#produtos2 { padding: 0 15px; }
	.nomargin {	padding: 0;	}
	#produtos img, #produtos2 img { width: 100% }
	footer p { text-align: center; }
}

@media only screen and (max-width : 600px) { 	
	.logogrande { width: 80% } 
	footer p { text-align: center; }
}	

@media only screen and (max-width : 415px) { 	
	.captcha{
		margin-left: -21%;
		-ms-transform: scale(0.65,0.65); /* IE 9 */
		-webkit-transform: scale(0.65,0.65); /* Safari */
		transform: scale(0.65,0.65);
	}
	footer p { text-align: center; }
}	

@media only screen and (max-width : 365px) { 
	.logo{
		margin-left: -40px;
	}
	.navbar-toggle {
		margin: 12px -18px 12px 0;
	}
	#empresa .wrap { padding: 25px 40px 40px; }
	#errorsec .wrap { padding: 200px 40px 40px; }
	footer p { text-align: center; }
}