* {
  padding: 0;
  margin: 0;
  font-family:"Montserrat";
  color: #ff7a18;
  border-color: #24cae24f;
}
a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
h2 {
    font-weight: 900;
    font-size: 36px;
}
/** MENU **/
 nav {
    border-bottom: 1px solid #8e8c89;
}
.menu-fixo {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #99e5ff;
    z-index: 10000000000000000 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    padding: 0 150px;
    border-bottom: none;
}
.menu-fixo nav {
    border-bottom: none;
}
.menu-fixo h1 {
    margin: 21px 0;
}
.menu-fixo .active a {
    color: #27aae0 !important;
}
section {
    display: block;
    float: left;
    width: 100%;
    padding: 80px 0 !important;
}
header {
    z-index: 3;
    width: 100%;
    min-height: 867px;
    left: 0;
    top: 0;
}
.cb-slideshow, .cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
/*.cb-slideshow:after {
content: '';
background: transparent url(../images/pattern.png) repeat top left;
}*/
 .cb-slideshow li span {
    width: 100%;
    height: 867px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat-y;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
/*.cb-slideshow li div {
z-index: 1000;
position: absolute;
bottom: 30px;
left: 0px;
width: 100%;
text-align: center;
opacity: 0;
color: #fff;
-webkit-animation: titleAnimation 36s linear infinite 0s;
-moz-animation: titleAnimation 36s linear infinite 0s;
-o-animation: titleAnimation 36s linear infinite 0s;
-ms-animation: titleAnimation 36s linear infinite 0s;
animation: titleAnimation 36s linear infinite 0s;
}*/
/*.cb-slideshow li div h3 {
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 240px;
padding: 0;
line-height: 200px;
}*/
 .cb-slideshow li:nth-child(1) span {
    background: url(../img/banner-1.jpg) center repeat-y;
}
.cb-slideshow li:nth-child(2) span {
    background: url(../img/banner-2.jpg) center repeat-y;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background: url(../img/banner-3.jpg) center repeat-y;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background: url(../img/banner-1.jpg) center repeat-y;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background: url(../img/banner-2.jpg) center repeat-y;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background: url(../img/banner-3.jpg) center repeat-y;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/*.cb-slideshow li:nth-child(2) div {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s;
}*/
/* Animation for the slideshow images */
 @-webkit-keyframes imageAnimation {
    0% {
        opacity: 0.6;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 2;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 2;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/*@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 2;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 2;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 2;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 2;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 2;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 2;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 2;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 2;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }*/
}
/*/* Animation for the title *
@-webkit-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}*/
/* Show at least something when animations not supported */
/*.no-cssanimations .cb-slideshow li span{
  xopacity: 2;
}*/
/*@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 { font-size: 80px }
}*/
 .nav-collapse {
    xtop: 17px;
}
/*.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
}*/
/** TEXTO BANNER **/
 p.txt-banner {
    font-size: 36px;
    color: #fff;
    line-height: 38px;
    font-weight: 900;
    font-family:'Montserrat', sans-serif;
    margin-top: 160px;
}
p.txt-banner span {
    color: #24cae2;
    font-family:'Montserrat', sans-serif;
}
p.txt-banner-2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family:'Montserrat', sans-serif;
    margin-top: 10px !important;
}
a.btn {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    width: 100%;
    padding: 12px;
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 20px;
    z-index: 100000;
    background: #24cae2;
    border: 1px solid #24cae2;
}
a.btn:hover {
    border: 1px solid #24cae2;
    color: #24cae2;
    background: transparent;
}
/* --  RESPONSIVE NAV STYLES -- */
 .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}
.nav-collapse li {
    width: 100%;
    display: block;
}
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
.nav-collapse.opened {
    max-height: 9999px;
}
.disable-pointer-events {
    pointer-events: none !important;
}
.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
    .honorarios{width:90%auto}
}
/* NAVIGATION STYLES */
 .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-collapse, .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
}
@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
        margin: 15px 0;
    }
    .honorarios{width:90%auto}
}
.nav-collapse li {
    float: left;
    width: 100%;
}
@media screen and (min-width: 40em) {
    .nav-collapse li {
        width: auto;
    }
    .honorarios{width:90%auto}
}
.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding: 15px 20px;
    color: #fff;
    width: 100%;
    float: left;
}
.nav-collapse a:active, .nav-collapse .active a {
    color: #24cae2;
}
@media screen and (min-width: 40em) {
    .nav-collapse a {
        padding: 38px 8px;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
        font-size: 16px;
    }
    .honorarios{width:90%auto}
}
.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}
@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
    .honorarios{width:90%auto}
}
/* NAV TOGGLE STYLES */
 @font-face {
    font-family:"responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}
.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}
.nav-toggle:before {
    color: #fff;
    /* Edit this to change the icon color */
    font: normal 28px/55px"responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content:"\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-toggle.active:before {
    font-size: 24px;
    content:"\78";
    /* Close icon */
}
/** EMPRESA **/
 section.empresa {
    display: block;
    float: left;
    width: 100%;
    background: url('../img/fundo_empresa.jpg') center repeat-y;
}
section.empresa h2 {
    color: #fff;
    margin: 60px 0 10px 0;
}
section.empresa p {
    display: block;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
}
section.empresa .lado-d h3 {
    color: #fff;
    font-size: 24px;
}
h4 {
    color: #fff;
    }
section.empresa .lado-d p {
    font-size: 14px;
    color: #fff;
}
section.servicos {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
}
section.servicos h2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
section.servicos img {
    display: block;
    margin: 0 auto;
}
section.servicos p {
    text-align: center;
    font-size: 16px;
}
section.servicos h3 {
    color: #24cae2;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
section.servicos p.serv {
    font-size: 14px;
}
section.links {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url('../img/fundo_links.jpg') center repeat-y;
}
section.links h2 {
    color: #010101;
}
section.links a {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #24cae2;
    color: #010101;
    margin: 5px 0;
}
section.links a:hover {
    background: #24cae2;
    border: 1px solid #24cae2;
}
section.noticia {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
}
section.noticia h2 {
    margin-top: 0;
}
/** CONTATO **/
 section.contato {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url('../img/fundo_contato.jpg') center repeat-y;
}
section.contato h2 {
    color: #fff;
}
section.contato a {
    color: #fff;
}
section.contato p {
    color: #fff;
}
section.contato .field {
    height: 50px;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
}
section.contato .msg {
    height: 150px;
    border-radius: 30px;
    margin-bottom: 15px;
    padding-top: 20px;
    width: 100%;
    resize: none;
}
section.contato .button {
    display: block;
    float: left;
    background: #24cae2;
    padding: 12px 10px;
    border-radius: 30px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid #24cae2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
section.contato .button:hover {
    display: block;
    float: left;
    background: transparent;
    border: 1px solid #24cae2;
    font-weight: 700;
    color: #24cae2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
section.contato img.cont {
    margin: 0 auto;
    display: block;
}
section.contato h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700 margin-bottom: 0;
}
section.contato p.cont {
    text-align: center;
    font-size: 16px;
}
/** FOOTER **/
 footer {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #e2760f;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 7px 0;
}
footer p a {
    color: #fff !important;
    font-weight: 700;
}
footer p a:hover {
    color: #8acde8;
}
@media screen and (max-width: 1430px) {
    .menu-fixo {
        padding: 0 50px;
        width: 100%;
    }
   /* .nav-collapse {
        top: 25px !important;
    }*/
}
@media screen and (max-width: 1130px) {
    .nav-collapse {
        top: 0px !important;
    }
}
@media screen and (max-width: 936px) {
    .menu-fixo {
        padding: 0 30px;
        width: 100%;
    }
    .nav-collapse {
        top: 0px !important;
    }
}
@media screen and (max-width: 760px) {
    header {
        z-index: 3;
        width: 100%;
        height: 740px !important;
        left: 0;
        top: 0;
    }
    h1 {
        display: block;
        float: left;
        margin-top: 20px;
    }
    nav {
        top: 00px;
        z-index: 2147483647;
    }
    .menu-fixo {
        padding: 0 20px;
        width: 100%;
    }
    p.txt-banner {
        margin-top: 50px;
    }
    p.txt-banner-2 {
        margin-top: 0px !important;
    }
}
/* TRABALHE CONOSCO */

section.trabalhe {
   display: block;
   float: left;
   width: 100%;
   padding: 40px 0;
   background: url('../img/fundo_trabalhe.jpg') center repeat-y;
}
section.trabalhe h2 {
   color: #fff;
}
section.trabalhe p {
   color: #fff;
   font-weight: bolder;
}
section.trabalhe .field {
   height: 50px;
   border-radius: 50px;
   width: 100%;
   margin-bottom: 15px;
   padding-left: 15px;
}
section.trabalhe .msg {
   height: 150px;
   border-radius: 30px;
   margin-bottom: 15px;
   padding-top: 20px;
   width: 100%;
   resize: none;
}
section.trabalhe .button {
   display: block;
   float: left;
   background: #24cae2;
   padding: 12px 10px;
   border-radius: 30px;
   width: 100%;
   font-weight: 700;
   color: #fff;
   margin-bottom: 30px;
   border: 1px solid #24cae2;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
}
section.trabalhe .button:hover {
   display: block;
   float: left;
   background: transparent;
   border: 1px solid #24cae2;
   font-weight: 700;
   color: #24cae2;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
}
section.trabalhe img.cont {
   margin: 0 auto;
   display: block;
}
section.trabalhe h3 {
   color: #fff;
   text-align: center;
   font-size: 16px;
   font-weight: 700 margin-bottom: 0;
}
}
section.trabalhe p {
   color: #fff;
   text-align: center;
   font-size: 10px;
   font-weight: 700 margin-bottom: 0;
}
section.trabalhe p.cont {
   text-align: center;
   font-size: 16px;
}

/* FIM TRABALHE CONOSCO */
