body {
    font-family: "Open sans";
    color: #4a4949;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px;
    align-items: center;
    transition: 0.1s;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 110px;
    max-width: none;
    box-sizing: border-box;
    transition: 0.3s;
}
body.scrolled header {
    height: 70px;
}

header aside {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header img {
    height: 50px;
}

.col-header {
    display: flex;
}

nav ul {
    list-style: none;
    display: flex;
    transition: 0.6s;
}

nav li {
    margin: 0 10px;
    cursor: pointer;
    padding-bottom: 5px;
    font-size: 1.125em; 
    border-color: #fff;
    border-bottom: 3px solid #fff;
    transition: 0.6s;
}

nav li a {
    color: #4a4949;
    text-decoration: none;
    transition: 0.6s;
    cursor: pointer;
    border-color: #4a4949;
}

nav li:hover, nav li.selected {
    transition: 0.6s;
    border-bottom: 3px solid;
}

nav #menu-toggle {
    display: none;
}

section {
    padding: 80px 0;
}

section article {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.grid {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 100px;
}
.grid .col {
    width: 380px;
    height: 300px;
    margin: 10px;
    cursor: pointer; 
    position: relative;
    transition: 0.6s all;
    background: no-repeat center;
    background-size: 150%;
}
.grid .col:hover {
    background-size: 170%;
}
.grid h2 {
    text-align: center;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 0 20px;
    padding-top: 120px;
    margin: 0;
    transition: 0.4s;
    color: #f7f7f7;
    pointer-events: none;
}
.grid .col:hover h2 {
    -webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
    opacity: 0.3;
}
.grid p {
    opacity: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: lighter;
    position: absolute;
    left: 0;
    color: #f7f7f7;
    bottom: 0;
    transition: opacity 0.2s ease-in, transform 0.35s ease-out;
}
.grid .col:hover p {
    opacity: 1;
}

.grid .col.col-1 {
    background-image: url("../img/foto_servicos_1.png"); 
}
.grid .col.col-2 {
    background-image: url("../img/foto_servicos_2.png");
}
.grid .col.col-3 {
    background-image: url("../img/foto_servicos_3.png");
}
.grid .col.col-4 {
    background-image: url("../img/foto_servicos_4.png");
}
.grid .col.col-5 {
    background-image: url("../img/foto_servicos_5.png");
}

#home {
    background-image: url("../img/site_principal.jpg");
    background-size: cover;
    background-color: #466F9C;
    position: relative;
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 100%;
    height: 70vh;
}

#home .layer {
    background-color: rgba(69, 69, 69, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home article {
    display: flex;
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 20px;
    height: calc(100% - 50px);
    position: relative;
}

#home img {
    height: 250px;
}

#home h1 {
    text-transform: uppercase;
    font-size: 4em;
    font-weight: 300;
    width: 600px;
    color: #f7f7f7;
    margin-bottom: 60px;
}

h2.section-title {
    display: inline-table;
    font-size: 3em;
    color: #4a4949;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 10px;
}

h2.section-title:after {
    content: " ";
    display: block;
    margin-top: 5px;
    height: 3px;
    width: 50px;
    background: #ded82b;
    position: relative;
}

#servicos {
    padding: 80px 0;
    background-color: #e3e7e8; 
    position: relative;
}

#servicos .forma, #clientes .forma, #contato .forma {
    content: '';
    position: absolute;
    background-color: #e3e7e8;
    top: -70px;
    right: 0;
    height: 150px;
    width: 100%;
    z-index: 1;
    -webkit-transform: skew(0deg, -3deg);
    -moz-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    -o-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);
}
#clientes .forma {
    background: #353534;
    -webkit-transform: skew(0deg, 3deg);
    -moz-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    -o-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg);
}
#contato .forma {
    height: 250px;
    background: #353534;
}

#servicos .servicos-title {
    position: relative;
}
#servicos .servicos-title article {
    color: #4a4949;
    padding-top: 0;
}

#servicos .servicos-title h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5em;
}

#servicos .servicos-title article,
#sobre article,
#contato article {
    display: flex;
    flex-direction: column;
    align-items: center;
}     
#servicos .servicos-right article, 
#servicos .servicos-left article {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

#servicos .servicos-left article {
    justify-content: flex-start;
}

#servicos .servicos-right article .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}   

#servicos .servicos-left {
    background: #e7e9ea;
}

#servicos .servicos-left h2, #servicos .servicos-right h2 {
    display: inline-table;
    color: #ded82b;
    font-size: 2.5em;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

#servicos .servicos-left h2:after, #servicos .servicos-right h2:after {
    content: " ";
    display: block;
    height: 1px;
    width: 25%;
    background: #466f9c;
    position: relative;
}

#servicos .servicos-right h2:after {
    margin-left: 75%;
}

#servicos .servicos-left p, #servicos .servicos-right p {
    width: 85%;
}

#servicos .servicos-right p {
    text-align: right;
}

#projetos, #sobre, #clientes, #contato {
    padding: 40px 0;
    width: 100%;
    position: relative;
}

#projetos {
    background: #c2c4c5;
    height: 500px;
}
#projetos:after {
    background: #c2c4c5;
}
#projetos .section-title {
    color: #fff;
}

#projetos img {
    position: absolute;
    left: 10%;
    width: 80%;
    top: -5%;
    z-index: 2;
}

#sobre {
    background-color: #95ced3;
    background-image: url('../img/background_clientes.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50% 100%;
}
#sobre:after {
    content: none;
}
#sobre article {
    padding-bottom: 100px;
}
#sobre article:after {
    background: #fff;
    top: 12px;
}
#sobre h2.section-title {
    color: #fff;
}
#sobre h3 {
    width: 50%;
    margin-top: 100px;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 50px;
    box-sizing: border-box;
    color: #4a4949;
}
#sobre p {
    font-size: 1.125em;
    width: 50%;
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 0 50px;
    box-sizing: border-box;
    font-weight: 600;
}
#sobre ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    width: 50%;
}
#sobre li {
    padding-left: 50px;
    font-size: 1.125em;
    margin-bottom: 5px;
    font-weight: 600;
}

#sobre .equipe {
    width: 100%;
    display: block;
    margin-top: 200px; 
    background: #f7f7f7;
    position: relative;
    z-index: 2;
}
#sobre .equipe-integrantes {
    display: flex;
}
#sobre .equipe-integrantes > * {
    width: 50%;
}
#sobre .equipe-integrantes .text {
    text-transform: uppercase;
    color: white;
    font-size: 3.4em;
    padding: 30px;
    box-sizing: border-box;
}
.equipe-integrantes .integrante, .equipe .local {
    display: flex;
}
.equipe-integrantes .integrante > *, .equipe .local > * {
    width: 50%;
    height: 300px;
    position: relative;
}
.equipe-integrantes .integrante .text {
    background: #95ced3;
    position: relative;
}
.equipe-integrantes .integrante:first-child .text:before, .equipe .local.top .text:before {
    content: " ";
    display: block;
    position: absolute;
    border: 25px solid;
    width: 0;
    bottom: 20px;
    left: -50px;
    border-color: transparent #95ced3 transparent transparent;
}
.equipe .local.top .text:before {
    border-color: transparent #f7f7f7 transparent transparent;
}
.equipe-integrantes .integrante:last-child .text {
    background: #466f9c;
    height: 300px;
}
.equipe-integrantes .integrante:last-child .text:after, .equipe .local.bottom .text:after {
    content: " ";
    display: block;
    position: absolute;
    border: 25px solid;
    width: 0;
    bottom: 20px;
    right: -50px;
    border-color: transparent transparent transparent #466f9c;
    z-index: 3;
}
.equipe .local.bottom .text:after {
    border-color: transparent transparent transparent #f7f7f7;
}

#clientes {
    background: #353534;
}
#clientes article:last-child {
    max-width: none;
    padding: 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
#clientes article:last-child:after {
    content: none;
}
#clientes .section-title {
    color: #fff;
}
#clientes .nossos-clientes, #clientes .nossos-parceiros {
    display: flex;
}
#clientes .nossos-clientes > *, #clientes .nossos-parceiros > * {
    width: 50%;
    height: 300px;
    background: #fff;
}
#clientes .nossos-clientes .logos, #clientes .nossos-parceiros .logos {
    display: flex;
    justify-content: center;
}
.nossos-clientes .logos img, .nossos-parceiros .logos img {
    width: 10vw;
    height: 5vw;
    margin-top: 100px;
}

#clientes .nossos-clientes .text {
    background-image: url('../img/clientes_background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#clientes .nossos-parceiros .text {
    background-image: url('../img/patrocinadores_background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#clientes .nossos-clientes h2, #clientes .nossos-parceiros h2 {
    display: inline-table;
    color: #ded82b;
    text-transform: uppercase;
    font-size: 1.875em;
    font-weight: 500;
    margin: 100px;
    position: relative;
}
#clientes article:first-child {
    position: relative;
    z-index: 2;
    top: -100px;
    padding-bottom: 20px;
}
#clientes article:first-child:after {
    height: 82px;
}
#clientes .nossos-parceiros .text {
    display: flex;
    justify-content: flex-end;
}
#clientes .nossos-clientes h2:after, #clientes .nossos-parceiros h2:after {
    content: " ";
    width: 230px;
    height: 2px;
    background: #ded82b;
    position: absolute;
    bottom: -10px;
    left: -100px;
}
#clientes .nossos-parceiros h2:after {
    left: 24px;
}
#clientes:after {
    bottom: -200px;
    height: 300px;
    background: #454545;
} 

#contato {
    background: #fff;
}
#contato article {
    position: relative;
    z-index: 2;
}
#contato article:after {
    background: #fff;
    right: 80px;
    top: 20px;
    height: 100px;
}
#contato article .header-article {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    background: #ded82b;
    box-sizing: border-box;
}
#contato article .header-article h2 {
    color: #fff;
}
#contato .map img {
    width: 100%;
    margin-bottom: -3px;
}
.contato-dados {
    width: 100%;
    padding: 60px 50px;
    box-sizing: border-box;
    background: #ded82b;
    display: flex;
}
.contato-dados > * {
    width: 50%;
}
#contato .contato-dados h2 {
    text-transform: uppercase;
    font-size: 2.250em;
    font-weight: 300;
    color: #fff;
    margin-top: 25px;
}
#contato .contato-dados h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    color: #454545;
    width: 65%;
    margin-top: 25px;
    line-height: 1.3em;
}
#contato .contato-dados h2:after {
    content: " ";
    display: block;
    position: relative;
    top: 5px;
    width: 60px;
    height: 1px;
    background: #fff;
}
.contato-dados .dados .contato-info {
    margin-top: 100px;
}
.contato-dados .dados .contato-info p {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0;
}
.contato-dados #email-form {
    padding-left: 50px;
}
.contato-dados #email-form h3 {
    text-transform: lowercase;
    font-size: 1.875em;
    line-height: inherit;
}
.contato-dados #email-form h3:after {
    content: " ";
    display: block;
    position: relative;
    top: 5px;
    width: 50px;
    height: 1px;
    background: #454545;
}
.contato-dados #email-form input, .contato-dados #email-form textarea {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #ded82b;
    border: 1px solid #454545;
}
.contato-dados #email-form input:focus, .contato-dados #email-form textarea:focus {
    border: 1px solid #454545;
}
.contato-dados #email-form textarea {
    height: 150px;
}
.contato-dados #email-form button {
    background: #3f3f3d;
    color: #ded82b;
    padding: 10px 50px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}
.contato-dados #email-form button:hover {
    opacity: 0.9;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #454545;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #454545;
}
:-moz-placeholder { /* Firefox 18- */
  color: #454545;
}

footer {
    font-size: 0.875em;
    font-weight: 600;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}

footer p {
    text-align: right;
    margin-right: 60px;
}

.nav-wrapper 
{ 
	position: absolute; 
	left:15px; 
	top: 15px; 
	width:35px; 
	height: 26px; 
	cursor: pointer; 
	display: inline-block;
	z-index: 12;
	box-sizing:content-box; -moz-box-sizing:content-box;
	padding: 10px; 
}

.burger-align {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#simply-burger {
  width: 40px;
  height: 20px;
  transform: rotate(0deg);
  transition: 0.50s ease-in-out;
  cursor: pointer;
}

#simply-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#simply-burger span:nth-child(1) {
  top: 0px;
}

#simply-burger span:nth-child(2) {
  top: 18px;
}

#simply-burger span:nth-child(3) {
  top: 36px;
}

#simply-burger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#simply-burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#simply-burger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

#form .emailreturn {
    display: none;
}

#form.error .emailreturn.error {
    display: table;
}
#form.error .emailreturn.success {
    display: none;
}
#form.error #email-form {
    display: none;
}


#form.success .emailreturn.error {
    display: none;
}
#form.success .emailreturn.success {
    display: table;
}
#form.success #email-form {
    display: none;
}


.form_input {
	display: block;
	background-color: #F8F8F8;
	width: 100%;
	padding: 10px 10px;
	resize: none;
    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.form_input {
	height: 50px;
}

.form_message {
	height: 150px;
}

.btn-sending {
    font-weight: bold;
}

#email-form #btnEnviar {
    transition: 0.3s;
}

#email-form #btnEnviar .btn-sending {
    display: none;
}
#email-form #btnEnviar .btn-success {
    display: none;
}
#email-form.sending #btnEnviar .btn-send {
    display: none;
}
#email-form.sending #btnEnviar .btn-sending {
    display: block;
}
#email-form.sending-success #btnEnviar .btn-send {
    display: none;
}
#email-form.sending-success #btnEnviar .btn-success {
    display: block;
}

.emailreturn {
    height: 300px;
    display: table;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
}

.emailreturn.hidden {
    display: none;
}

.emailsent {
    display: table-cell;
    vertical-align: middle;
}

.emailsent img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.emailsent p {
    text-align: center;
    color: #F8F8F8;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: bold;
}

strong {
    font-weight: bold;
    color: #DEA02B;
}

.error strong {
    font-weight: bold;
    color: #C33D38;
}

.form-input-wrapper {
    background-color: transparent;
    margin-bottom: 5px;
    height: 60px;
    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.form-input-wrapper.error {
    height: auto;
}

.form-input-wrapper-msg.error {
    height: 173px;
}
    

.form-input-wrapper-msg {
    height: 160px;
}

.form_error {
    padding: 3px 3px 3px 5px;
    display: block;
    color: #F8F8F8;
    font-size: 1em;
    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.form_error_empty,
.form_error_invalid {
    display: none;
}













