@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Roboto+Slab:300,700');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    background: #fff;
    /*#283a44;*/
    font-weight: 400;
    color: #2f3436;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2 {
    /*    font-size: 3.4em;*/
    margin: 0 0 17px;
    color: #283a44;
    font-size: 2.2em;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e2257;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    line-height: 1.1;
    text-transform: uppercase;
}

p {
    font-size: 1em;
}

a {
    display: block;
}

ul,
li {
    list-style: none;
}

section {
    width: 100%;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.mrgBoth {
    padding: 80px 30px;
}

.mrgUpDown {
    padding: 80px 0px;
}

.mrgDown {
    padding-bottom: 36px;
}

.text-center {
    text-align: center;
}

.text-left,
.text-left-m {
    text-align: left;
}

@media screen and (min-width: 992px) {
    .text-right {
        text-align: right;
    }
}

h3.title {
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 300;
}

.description {
    line-height: 1.6;
}

.line-icon {
    display: inline-block;
    height: 6px;
    width: 30px;
    position: relative;
}

.line-icon:before,
.line-icon:after {
    height: 2px;
    width: 20px;
    content: "";
    background-color: #282828;
    position: absolute;
    right: 0;
    top: 0;
}

.line-icon:after {
    bottom: 0;
    right: inherit;
    left: 0;
    top: inherit;
}

.grey-bg {
    background: #f8f8f8;
}

.button {
    width: 100%;
    display: inline-block;
}

.link-f.button a {
    float: none;
    max-width: 400px;
    margin: 20px auto;
}


/* MENU 2 */


/* top navigation */


/*
#navigation {
  display: block;
  height: 35px;
  background-color: #131313;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#131313));
  background-image: -webkit-linear-gradient(top, #202020, #131313);
  background-image: -moz-linear-gradient(top, #202020, #131313);
  background-image: -ms-linear-gradient(top, #202020, #131313);
  background-image: -o-linear-gradient(top, #202020, #131313);
  background-image: linear-gradient(top, #202020, #131313);
}

#navigation ul { list-style: none; padding: 0px 7px; }

#navigation ul li { display: inline; float: left; }
#navigation ul li a { 
  display: block; 
  padding: 0 8px; 
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 35px; 
  font-weight: bold; 
  margin-right: 6px;
  text-shadow: 1px 1px 1px #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#navigation ul li a:hover { color: #a8d6e7; }
*/


/* hidden fixed navigation */

#fixedbar {
    /*  display: none;*/
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #edeff0;
    z-index: 10000;
}

#fixedbar.fixed {
    display: block;
    top: 0;
}

#fixednav {
    display: block;
    width: 800px;
    margin: 0 auto;
    padding: 0px 25px;
}

#fixedbar h1,
#fixedbar ul {
    float: left;
}

#fixedbar h1 {
    width: 50px;
}

#fixednav li a {
    display: block;
    float: left;
    /*  font-size: 1.75em;*/
    /*  font-weight: bold;*/
    /*  color: #96aed8;*/
    line-height: 3.5;
    text-decoration: none;
    padding: 0px 8px;
    margin-right: 6px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#fixednav li a,
#fixedbar {
    color: #333;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
}


/*
#fixednav li a:hover {
  color: #fff;
  background: rgba(0,0,0,0.3);
}
*/


/* TOPO */

#bemvindo {
    width: 100%;
    height: 100vh;
}

#bemvindo .fone {
    text-align: right;
    font-family: 'Roboto Slab', sans-serif;
    margin-top: -1px;
    font-size: 18px;
}

#bemvindo .fone i {
    color: #c1a162;
}

#bemvindo .fone span {
    display: block;
    background: #1e2257;
    max-width: 280px;
    float: right;
    padding: 15px;
}

.slider {
    border-top: 10px solid #1e2257;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.slider header h2,
.slider header p {
    color: #1e2257;
    text-align: left;
     padding: 0 35px;
}

.slider header h2 {
    font-size: 2em;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    
}

.slider header p {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
   
}

@media screen and (min-width:992px) {
    .slider header h2 {
        font-size: 4em;
    }
    .slider header h2,
    .slider header p {
        color: #fff;
        text-align: center;
        padding: 0;
    }
    
    .slider header p {
        font-size: 18px;
        
    }
}

.item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.item header {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding-top: 34vh;
    max-width: 1120px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    transition-delay: 5s;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.item header .link-f,
#welcome .link-f {
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 35px auto 0 auto;
    max-width: 405px;
}

.link-f a.a {
    background: #a08144;
    color: #fff;
    /*    text-shadow: 1px 1px 0 #878360;*/
    font-size: 0.8em;
    border-bottom: 3px solid #d8b570;
}

.link-f a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    min-width: 110px;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 0 20px;
    border-radius: 5px;
    background: #0b0f36;
    color: #fff;
    line-height: 50px;
    /*    text-shadow: 1px 1px 0 #3d535f;*/
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: 3px solid #959ad0;
    text-transform: uppercase;
}

.link-f a:hover {
    transform: translate3d(0, -1px, 0);
    background: #1e2257;
}

.link-f a.a:hover {
    background: #62502b;
}

#top {
    /*
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 36px 0 106px;
*/
    /* background: #172329; */
    color: #fff;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

#top h1 {
    /*
    position: relative;
    z-index: 3;
    width: 1120px;
    margin: 0 auto 109px;
*/
}

.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 2px;
    font-size: 6em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
    max-height: 142px;
    line-height: 0.8;
}

.owl-prev {
    left: 5px;
}

.owl-next {
    right: 5px;
}

.owl-prev,
.owl-next {
    top: 38%;
    position: absolute;
    font-size: 8em;
    color: #fff;
    cursor: pointer;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* MENU */

#nav {
    font-size: 1em;
    margin-top: 28px;
}

#nav > ul:first-child {
    float: left;
}

#nav > ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

#nav > ul:first-child > li {
    padding: 0 18px 0 0;
}

#nav > ul > li {
    float: left;
    padding: 0 0 0 23px;
    font-size: 0.85em;
    line-height: 39px;
}

#nav > ul > li.desktop-only {
    opacity: .6;
    filter: alpha(opacity=60);
}

#nav > ul > li {
    float: left;
    padding: 0 0 0 23px;
    font-size: 0.85em;
    line-height: 39px;
}

#nav > ul:first-child > li > a:hover,
#nav > ul:first-child > li.active > a,
#nav > ul:first-child > li:hover > a,
#nav > ul:first-child li.current-menu-item > a {
    background: none;
}

#nav > ul:first-child > li > a {
    padding: 0;
    border: 0;
    line-height: 39px;
}

#nav > ul > li > a:hover,
#nav > ul > li.active > a,
#nav > ul li.current-menu-item > a {
    border-color: #ACA77B;
    background: #ACA77B;
    color: #fff;
}

#nav > ul > li > a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 37px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    color: #fff;
    line-height: 37px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
}


/* MENU MOBILE */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    /*    background-color: #ff0032;*/
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}

#nav-trigger span:after {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #fff;
    border-right: solid 10px transparent;
}

#nav-trigger span:hover {
    background-color: #1e2257;
}

#nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
}

nav {
    margin-bottom: 30px;
}

nav#nav-main {
    background-color: #ff0032;
    padding: 10px 0;
}

nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #cc0028;
    padding: 0 5px;
}

nav#nav-main li:last-child {
    border-right: none;
}

nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 30px;
}

nav#nav-main a:hover {
    background-color: #e6002d;
    color: #fff;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #1e2257;
}

nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #cc0028;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px;
}

nav#nav-mobile a:hover {
    background-color: #1e2257;
    color: #fff;
}

@media all and (max-width: 900px) {
    #nav-trigger {
        display: block;
    }
    nav#nav {
        display: none;
    }
    nav#nav-mobile {
        display: block;
    }
}


/* QUEM SOMOS */

.objetivos {
    color: #fff;
}

.objetivos .col {
    margin: 0;
    min-height: 350px;
}

.objetivos .col_4 {
    width: 33.33%;
}

.objetivos .icon-content {
    padding: 80px 60px;
}

.objetivos h4 {
    margin-top: 15px;
}

.objetivos p {
    color: #f9e8c7;
    line-height: 1.4;
}

.gold01 {
    background: #a08144;
}

.gold02 {
    background: #b69451;
}

.gold03 {
    background: #c9a55e;
}


/* SERVIÇOS */

#servicos h2 {
    margin-bottom: 80px;
}

@media screen and (min-width:992px) {
    
    .especialidades{
        min-height: 490px;
    }
    .especialidades > .col_3 {
        width: 25%;
        margin: 0;
    }
}

.dt-sc-icon-box.type11 {
    padding: 30px 25px 50px 25px;
    margin: 50px 0px 0px;
    text-align: center;
    /*    border: solid 1px #26e8ff;*/
    border: solid 1px #a08144;
    min-height: 365px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dt-sc-icon-box.type11:hover {
    transform: translate3d(0, -22px ,0);
    position: relative;
    background: #a08144;
    min-height: 387px;
}

.dt-sc-icon-box.type11:hover p{
    color: #fff;
}

.dt-sc-icon-box {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
}


/*
.dt-sc-icon-box.type11:before {
    border: solid 1px #26e8ff;
}
*/

.dt-sc-icon-box.type11:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.dt-sc-icon-box.type11 .icon-wrapper {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 130px;
    line-height: 120px;
    margin: 0 auto -50px;
    position: relative;
    text-align: center;
    top: -100px;
    width: 130px;
    /*    border: 2px solid #26e8ff;*/
    border: 2px solid #a08144;
}

.dt-sc-icon-box.type11 .icon-wrapper span {
    display: inline-block;
    font-size: 55px;
    line-height: 130px;
}

.dt-sc-icon-box.type1 .icon-wrapper span,
.dt-sc-icon-box.type11 .icon-wrapper span {
    font-size: 55px;
    position: relative;
    color: #5c6265;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

[class*=" icon-"]:before {
    width: 62px;
    height: 62px;
    display: block;
}

.icon-contabil:before {
    content: url('../images/icon-01.svg');
}

.icon-fiscal:before {
    content: url('../images/icon-02.svg');
}

.icon-trabalhista:before {
    content: url('../images/icon-03.svg');
}

.icon-juridico:before {
    content: url('../images/icon-04.svg');
}

.dt-sc-icon-box.type11 .icon-content {
    position: relative;
    z-index: 1;
}

.dt-sc-icon-box.type11 .icon-content h4 {
    color: #1e2257;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 35px;
    min-height: 40px;
}

.servicos h3 {
    letter-spacing: 0.2em;
    font-size: 1.5em;
    line-height: 1.6;
}

.plus {
    color: #c1a162;
    font-weight: bold;
    font-size: 0.85em;
}

.servicos ul {
    margin: 15px 0;
}

.servicos ul li {
    color: #595959;
    display: block;
    /*    font-weight: 300;*/
    padding: 10px 10px;
    /*
    position: relative;
    z-index: 2;
*/
    /*    text-transform: uppercase;*/
}

.servicos ul li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 8px;
}

.servicos ul li.last::before {
    content: ' ';
    margin-right: 0;
}

.list-service {
    margin: 40px 0 80px 0;
}

.contapublica{
    border: solid 1px #a08144;
    padding: 30px;
}


/* nÚmeros */

.fh5co-bg-section {
    color: #fff;
    background-color: #353c40;
    width: 100%;
    display: inline-block;
}

#fh5co-counter .tesoura {
    background: url(../images/icon-tesoura.png) no-repeat;
    padding-left: 60px;
    width: 220px;
    margin: 3em auto;
}

#fh5co-counter .pin {
    background: url(../images/icon-pin.png) no-repeat;
    padding-left: 70px;
    width: 180px;
    margin: 3em auto;
}

#fh5co-counter .chave {
    background: url(../images/icon-chave.png) no-repeat 0 10px;
    padding-left: 60px;
    width: 190px;
    margin: 3em auto;
}

.fh5co-counter {
    font-size: 48px;
    display: block;
    color: #fff;
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    line-height: 40px;
    letter-spacing: 2px;
}

.fh5co-counter-label {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Lato", arial, sans-serif;
    display: block;
    color: #9fa1a2;
}


/* CONTATO */

#contato {
    background: #f8f8f8;
    float: left;
}

@media screen and (min-width:992px) {
    height: 430px;
}

#contato img {
    width: 100% !important;
}

.mrg0.col {
    margin: 0;
    width: 50%;
}

.titulo {
    position: relative;
    background: url(../images/bg-contato.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 458px;
}

.titulo h2 {
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 20px;
    color: #fff;
}

.form {
    padding: 60px 50px 30px 50px;
    height: 100%;
}

.form h3 {
    font-size: 24px;
    margin-bottom: 35px;
}

.form span {
    position: relative;
}

.form p {
    margin: 15px 0;
    min-height: 35px;
}

.form-b label {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    overflow: hidden;
}

.form-b input,
.form-b textarea {
    background: #f0f0f4;
    border: 0;
    padding: 10px 10px 10px 35px;
    ;
    width: 100%;
}

.form-b input {
    max-width: 280px;
}

.form-b textarea {
    max-width: 570px;
    min-height: 100px;
}

.form label {
    position: absolute;
    padding: 0 0 0 40px;
    color: #acb4b8;
    line-height: 45px;
    cursor: text;
}

.form label {
    left: 0;
    top: 0;
}

.form label i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 1;
    text-indent: 0;
}

@media screen and (min-width:1400px) {
    #contato, .titulo {
        height: 560px;
    }
    .form {
        padding: 100px;
    }
    .form-b input {
        max-width: 370px;
    }
    .form-b textarea {
        max-width: 745px;
    }
    .form h3 {
        font-size: 32px;
        margin-bottom: 55px;
    }
}


/*
#contato header p {
    color: #687177;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.3;
}
*/


/*
#contato header {
    margin: 0 0 51px;
    text-align: center;
}

.form-b {
    width: 550px;
    margin: 0 auto;
    padding: 0 0 22px;
}

.form-b label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 11px;
    color: #283a44;
    line-height: 40px;
    text-align: left;
    cursor: text;
    z-index: 10;
}

label .required {
    color: #ACA77B;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
    color: #ACA77B;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-b input {
    width: 100%;
}

.form-b p {
    margin-bottom: 10px;
    text-align: center;
}

form p {
    position: relative;
    clear: both;
    margin: 0 0 15px;
}

.form-b p > span:first-child {
    float: left;
}

.form-b p > span {
    display: block;
    position: relative;
    float: right;
    width: 270px;
    text-align: left;
}

.form-b textarea {
    width: 100%;
    height: 115px;
    min-height: 115px;
}
*/


/* FOOTER */

#map {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width:768px) {
    #map {
        height: 380px;
    }
}

#localizacao {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#localizacao .intro {
    position: absolute;
    z-index: 2;
    margin: 20px 0px 52px 0;
    text-align: center;
    width: 100%;
}

#localizacao h2 {
    margin: 0 0 5px;
    color: #283a44;
    font-size: 2.1em;
    text-transform: uppercase;
    text-align: center;
}

#localizacao .intro p {
    color: #687177;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3;
}

#localizacao > header {
    z-index: 10;
}

#localizacao > header,
#localizacao .info {
    position: absolute;
    left: 50%;
    bottom: 150px;
    z-index: 2;
    width: 284px;
    margin: 0 0 0 -349px;
    padding: 18px 18px 9px;
    border-radius: 5px;
    background: rgba(113, 131, 140, .85);
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 1px 1px 1px rgba(40, 58, 68, .1);
    text-align: left;
}

@media only screen and (max-width: 760px) {
    #localizacao > header {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkti-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
}

@media only screen and (max-width: 760px) {
    #localizacao > header {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto 50px;
    }
}

#footer {
    padding: 45px 0 0 0;
    background: #292d40;
    color: #949da2;
    float: left;
    width: 100%;
}

#footer > * {
    width: 100$;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 39px;
}

#footer h2,
#footer h3,
#footer legend {
    color: #c1a162;
    text-transform: uppercase;
    font-size: 0.85em;
    margin-bottom: 30px;
}

#footer p {
    color: #949da2;
    font-size: 0.65em;
}

#footer > * > .vcard p {
    margin-bottom: 29px;
    font-size: 0.85em;
}

#footer > * > nav {
    overflow: hidden;
}

#footer > * > nav ul {
    list-style: none;
    padding: 0;
}

#footer > * > nav ul li {
    margin: 0 0 6px;
}

#footer > * > nav ul li a {
    color: #fff;
    font-size: 0.85em;
}

#footer > * > form {
    position: relative;
    float: right;
    width: 455px;
    padding: 42px 0 0;
}

fieldset,
hr {
    border-width: 0;
}

form p {
    position: relative;
    clear: both;
    margin: 0 0 15px;
}

#footer form label {
    left: 0;
    top: 0;
}

#footer form label {
    position: absolute;
    padding: 0 0 0 40px;
    color: #acb4b8;
    line-height: 45px;
    cursor: text;
}

#footer form input {
    width: 100%;
    max-width: 290px;
    height: 45px;
    padding: 0 20px 0 40px;
    border: 0;
    box-shadow: none;
    background: #16171b;
    color: #acb4b8;
    border-radius: 5px;
}

#footer form button {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    min-width: 0;
    width: 145px;
    height: 45px;
    font-size: 1.2em;
    /*border: 0;
    border-radius: 5px;
    background: #455d6a;
    color: #c8cfd3;
    font-size: 1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, .1);*/
}

#footer form button > .fit-a {
    height: 3px;
    background: #3b4f5a;
}

#footer form label i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 1;
    text-indent: 0;
}


/* BUTTON */

#footer form button:hover,
#footer form button:focus,
#footer form button:active {
    background: #30434e;
    color: #fff;
}

button > .fit-a {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 0 0 5px 5px;
    background: #878360;
}

button {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
    float: right;
    min-width: 120px;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
    background: #a08144;
    color: #fff;
    font-size: 15px;
    text-align: center;
    /*    text-shadow: 0 0 1px rgba(0, 0, 0, .1);*/
    border-bottom: 3px solid #d8b570;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
}

button:hover {
    transform: translate3d(0, -1px, 0);
    background: #62502b;
}

button,
input[type="submit"] {
    padding: 0 8px;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
}


/* GRID */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 4%;
}

.col:first-child {
    margin-left: 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col_12 {
    width: 100%;
}

.col_11 {
    width: 91.33%;
}

.col_10 {
    width: 82.66%;
}

.col_9 {
    width: 74%;
}

.col_8 {
    width: 65.33%;
}

.col_7 {
    width: 56.66%;
}

.col_6 {
    width: 48%;
}

.col_5 {
    width: 39.33%;
}

.col_4 {
    width: 30.66%;
}

.col_3 {
    width: 22%;
}

.col_2 {
    width: 13.33%;
}

.col_1 {
    width: 4.666%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .col_12,
    .col_11,
    .col_10,
    .col_9,
    .col_8,
    .col_7,
    .col_6,
    .col_5,
    .col_4,
    .col_3,
    .col_2,
    .col_1,
    .objetivos .col_4,
    .mrg0.col {
        width: 100%;
    }
}

.desktop-only,
#fixedbar.desktop-only.fixed {
    display: none;
}

@media screen and (min-width:992px) {
    .desktop-only, #fixedbar.desktop-only.fixed {
        display: block;
    }
}

#fidexbar.fixed .col {
    margin: 0 !important;
}