
/* RESET CSS --------------------------*/
<style type="text/css">
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin:0;padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
body {	line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

* {color: #636366;}
body {background: #052450;}
a {  text-decoration: none; color: #fff; transition: all 0.3s ease;}
a:hover { text-decoration: line-through;}
.m-bottom {  margin-bottom: 48px;}
.body-content {background: #fff;padding: 0px 0 120px 0; position: relative; z-index: 0 !important;}
.body-content > .container { position: relative; top: 100px; padding-bottom: 100px;}
.jumbotron { background: #FE7880; background-image: linear-gradient(#F38BD3, #FE7880); height: 760px; width: 100%; z-index: 100 !important;}
.jumbotron h1,.jumbotron h2 { color: #fff;}
button { height: 48px; width: 180px; text-align: center; color: #fff; font-size: 1rem; font-weight: 200; background: transparent; border: 1px solid #fff; border-radius: 4px; margin: 20px 0; cursor: pointer; transition: all 0.3s ease; outline: none;}
button:hover {background: #fff; color: #FE7880;}
button:active { outline: none;}
.btn-secondary {border: 1px solid #FE7880;color: #FE7880;}
.btn-secondary:hover {background: #FE7880;color: #fff;}
.line {height: 1px;width: 100%;background: #D6D6D8;margin: 80px 0;}
.grid-display { margin: 20px 0;}
.grid-display [class^="col"] {background: #FBCED1; border: 1px solid #FE7880; border-radius: 4px; box-sizing: border-box; text-align: center;}
.grid-display [class^="col"] p { color: #FE7880; font-size: 0.8rem;}
pre { margin-top: 30px; overflow: auto; background: #fff; border-radius: 4px; border: 1px solid #D8DCE6; padding: 24px 0;}
code,.tag,.el,.name,.content,.comment {  font-family: monospace;  font-size: 1.1rem;  line-height: 1.2rem;  color: #636366;}
.el {  color: #FE7880;}
.name { color: #F9B42D;}
.content { color: #75C050;}
.comment { color: #B6CAD2;}
footer { background: #093F88; background: #052450;  background-image: linear-gradient(#093F88, #052450);  padding-bottom: 80px;}
footer p {  color: #fff;}
/* IMAGES */

.img {background-size: contain;background-repeat: no-repeat;}
.img-logo { background-image: url('../img/logo-white.svg'); background-size: contain; height: 40px;  width: 40px;  padding-bottom: 8px;}
.img-website-mock4 {margin: auto; position: relative;  background-image: url('../img/web-mock.png');  height: 0;  padding-top: 71.8%;  margin-top: 30px;  margin-bottom: 30px; z-index: 200 !important;}
.img-lightweight { background-image: url('../img/light.png'); height: 96px; width: 96px;}
.img-simple {background-image: url('../img/simple.png');height: 96px; width: 132px;}
/* === MEDIA QUERIES === */

@media only screen and (min-width: 720px) { .jumbotron {  height: 600px;  }}


/* FONTS --------------------------*/
@import url('https://fonts.googleapis.com/css?family=Viga');.viga {font-family: 'Viga', sans-serif!important;}

/* COLORS -------------------------*/
.branco {color: #FFF!important;}
.amarelo {color: #DFA213!important;}
.azul { background: -webkit-linear-gradient(#0A4494, #052450);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

/* Mobile Hide ---------------------*/
@media only screen and (max-width: 720px) {.mobile-hide {display:none !important;visibility:hidden;}}

/* Desktop Hide ---------------------*/
@media only screen and (min-width: 720px) {.desktop-hide {display:none !important;visibility:hidden;}}

/* TYPOGRAPHY ---------------------*/
h1 {font-size: 4.5rem; margin: 0px;line-height: 1; padding: 0px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none!important;}
a:active {text-decoration: none;}

/* TYPOGRAPHY MOBILE---------------------*/
@media only screen and (max-width: 720px) {
  h1 {font-size: 2.5rem; margin: 0px;line-height: 1; padding: 0px;}

}

/* Legenda Foto---------------------*/

.demo-2 {
    position:relative;
    width:250px;
    height:200px;
    overflow:hidden;
    background-color:#FFD200;
}
.demo-2 p,.demo-2 h2 {
    color:#fff;
    padding:10px;
    left:-20px;
    top:20px;
    position:relative
}
.demo-2 p {

    font-size:12px;
    line-height:18px;
    margin:0
}
.demo-2 h2 {
    font-size:20px;
	font-weight: 100;
    margin:0;

}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    margin:-12px 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.effect img.top:hover {
    bottom:-96px;
    padding-top:100px
}
h2.zero,p.zero {
    margin:0;
    padding:0
}
/* NAV RESPONSIVE MOBILE---------------------*/
.topnav {overflow: hidden;background;transparent;position:absolute;z-index: 2000; width: 100%;  }
.topnav a {float: left;display: block;text-align: center;padding: 0px 25px; text-decoration: none;font-size: 17px; background-color: #052450; }
.topnav a:hover {}
.topnav .icon {display: none;background-color:transparent; color: #FFF;}
@media screen and (max-width: 767px) {.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {float: right;display: block;}}
@media screen and (max-width: 767px) {.topnav.responsive {position: relative;}
  .topnav.responsive .icon {position: absolute;right: 0;top: 0;}.topnav.responsive a {float: none;display: block;text-align: left;}}
.img-menu-logo-mobile {position:relative; background-image: url('../img/logo2.png');background-size: contain;height:150px;width:200px; z-index: 199!important; }


/*  TRICKS---------------------*/
.navbar { width: 100%; height: 120px;position: fixed; overflow: hidden; background-color: #FFF;z-index: 999;top: 0px!important;}
.img-menu-logo {position:absolute; background-image: url('../img/logo.png');background-size: contain;height: 80px;width:160px; z-index: 199!important; top: 30px }
.img-footer-logo {position:absolute; background-image: url('../img/logo.png');background-size: contain;height: 80px;width:160px; z-index: 199!important; top: 30px }
.main-social { position: absolute; display:inline-block; right:20px;font-size: 1.0rem;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%); color:#333; font-family:radikal-medium-webfont; line-height:1.0rem; z-index: 95; vertical-align: middle; text-align:center;z-index:9999; }
.img-oquefazemos-01 {background-image: url('../img/img-oquefazemos-01.jpg');height: 180px;width: 180px;}
.img-oquefazemos-02 {background-image: url('../img/img-oquefazemos-02.jpg');height: 180px;width: 180px;}
.img-oquefazemos-03 {background-image: url('../img/img-oquefazemos-03.jpg');height: 180px;width: 180px;}
.img-oquefazemos-04 {background-image: url('../img/img-oquefazemos-04.jpg');height: 180px;width: 180px;}
.img-oquefazemos-05 {background-image: url('../img/img-oquefazemos-05.jpg');height: 180px;width: 180px;}
.img-projetosrealizados-01 {background-image: url('../img/img-projetosrealizados-01.jpg');height: 250px;width: 250px;}
.img-projetosrealizados-02 {background-image: url('../img/img-projetosrealizados-02.jpg');height: 250px;width: 250px;}
.img-projetosrealizados-03 {background-image: url('../img/img-projetosrealizados-03.jpg');height: 250px;width: 250px;}

/* The Magic Float Center Code */
.float_center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}

.img-website-mock {
	margin: auto;
  position: relative;
  background-image: url('../img/logo-grande.png');
  height: 0;
  padding-top: 71.8%;
  margin-top: 30px;
  margin-bottom: 30px;

  z-index: 200 !important;
}
/* The Magic Float Center Code */
.float_center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}

.clear {
  clear:both;
}
.top-header {background: url(../img/top-header.jpg); background-size: cover; background-position: bottom;height: 350px;overflow: hidden; background-color:#053474;z-index: 0;}
.header {background: #FFD200; /* fallback for old browsers */  background: -webkit-linear-gradient(to right, #DFA213, #FFD200); /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #FFD200, #DFA213); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */; padding-top: 120px;padding-bottom: 100px;text-align: center;}
@media only screen and (max-width: 720px) {
 .header {padding-top: 0px;padding-bottom: 50px;}

}
/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

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

/* UNIVERSAL */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

/* ROOT FONT STYLES */

* {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}

/* TYPOGRAPHY */



h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.font-light {
  font-weight: 200;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.justify {
  text-align: justify;
}


/* ==== GRID SYSTEM ==== */

.container {padding-top: 100px;
  width: 90%;
  margin: 0 auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 8px 2%;
  min-height: 2px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 540px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 720px) {
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .container {  
    width: 75%;
    max-width: 960px;
  }
}