html, 
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    font:22px/27px 'Fira Sans', sans-serif;
    font-weight:normal; 
    color:#202020; 
    background: #fff;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a {
    cursor:pointer; 
    outline:none; 
    text-decoration:none; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus {
    outline: none;
}
input, textarea  {
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.group:before,
.group:after {
    content: "";display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}
img {
    max-width: 100%;
}
/* Globais -------------------------------------- */
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.nopad {
    padding: 0;
}
ul.menu,
ul.menu li ul,
ul.sub,
ul.serie,
ul.noticias,
ul.depo,
ul.menu-footer,
ul.social,
ul.acesso,
ul.not-in {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* header -------------------------------------- */
.m2 {
    margin-right: 60px;
}
/* Menu -------------------------------------- */
.todo {
    overflow-x: hidden;
}
header {
    position: relative;
    z-index: 20;
    padding-top: 40px;
    padding-bottom: 40px;
}
ul.menu {
    float: right;
    margin-right: -35px;
    padding-top: 15px;
    
}
ul.menu li {
    float: left;
    display: block;
    border-right: solid 1px #dadada;
    position: relative;
}
ul.menu li:last-child {
    border-right: none;
}
ul.menu li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #07467a;
    text-decoration: none;
    letter-spacing: 1px;
}
ul.menu li a:hover {
    color: #df7133;
}
ul.menu li ul {
    position: absolute;
    left: 35px;
    padding-top: 9px;
    visibility:hidden;
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
    -moz-opacity: 0.00; 
    opacity: 0.00; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    margin-top: 20px;
}
ul.menu li:hover ul {
    visibility:visible;
    margin-top: 0;
    -moz-opacity: 1; 
    opacity: 1; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
ul.menu li ul:before {
    content: "";
    font-family: "FontAwesome";
    color: #b0b0b0;
    position: absolute;
    top: -4px;
    left: 20px;
}
ul.menu li ul li {
    float: none;
    border: none;
    min-width: 200px;
    border-bottom: solid 1px #a5a5a5;
}
ul.menu li ul li:last-child {
    border-bottom: none;
}
ul.menu li ul li a {
    font-weight: normal;
    color: #fff;
    padding: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 10px;
    border-radius: 0;
    background: #b0b0b0;
}
ul.menu li ul li:first-child a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
ul.menu li ul li:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul.menu li ul li a:hover {
    color: #fff;
    background: #07467a;
}
ul.menu li ul li a:before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 6px;
}
ul.menu li:hover a {
     color: #df7133;
}
ul.menu li:hover ul li a {
     color: #fff;
}
ul.menu li.current-menu-item a {
    color: #df7133;
}
ul.menu li.current-menu-ancestor a {
    color: #df7133;
}
/* Sub Menu -------------------------------------- */
.sub-h {
    position: relative;
    z-index: 4;
}
.msg-vila  {
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
    background: #ffa800;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 4px #e59700;
    float: right;
    text-align: center;
    letter-spacing: 5px;
    display: inline-block;
    padding: 14px 0 10px 50px;
    position: relative;
    margin-right: -5px;
}
.flutuante {
    width: 100%;
    height: 110%;
    position: absolute;
    right: -99%;
    top:0;
    line-height: 18px;
    background: #ffa800;
    padding: 10px 0 10px;
    border-bottom: solid 4px #e59700;
}
.msg-vila2  {
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    border-top-right-radius: 100px;
    background: #ffa800;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 4px #e59700;
    float: left;
    text-align: center;
    letter-spacing: 5px;
    display: inline-block;
    padding: 14px 50px 10px 60px;
    position: relative;
    margin-top: -96px;
}
.flutuante2 {
    width: 100%;
    height: 110%;
    position: absolute;
    left: -99%;
    bottom:0;
    top:0;
    line-height: 18px;
    background: #ffa800;
    padding: 10px 0 10px;
    border-bottom: solid 4px #e59700;
}
.hand {
    width: 42px;
    height: 54px;
    position: absolute;
    left: 0;
    bottom: 15px;
    background: url(../images/hand.png) 0 0 no-repeat;
    z-index: 20;
}
/* Slider  -------------------------------------- */
.slider {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
/* Conheca  -------------------------------------- */
.conheca {
    margin-top: 50px;
}
.conheca a {
    color: #202020;
    text-decoration: none;
}
.conheca a:hover {
    color: #df7134;
}
h1 {
    font-size: 34px;
    line-height: 36px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #1c71a3;
    margin-top:2px;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.conheca p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    line-height: 25px;
}
.bar {
    width: 80px;
    height: 5px;
    display: inline-block;
    margin: 30px 0;
}
.azul {
    background: #1c71a3;
}
.laranja {
    background: #df7134;
}
.laranja2 {
    background: #ec774b;
}
.branco {
    background: #fff;
}
.bt-conheca {
    width: 183px;
    height: 119px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: -70px;
}
.m1 {
    margin-top: 70px;
}
.title-servico {
    font-weight: bolder;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/seta-dir-laranja.png) left center no-repeat;
    padding: 5px 0 0 25px;
    margin: 15px 0;
    display: block;
}
.banner {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* Informacoes  -------------------------------------- */
.bg-gray {
    background: url(../images/bg-box-1.jpg) right center no-repeat #eeeeee;
    margin-top: 100px;
    margin-bottom: 100px;
}
a.botao {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 50px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    margin: 100px 0;
}
.infob {
    background: #398dbe;
}
.infob:hover {
    background: #1c71a3;
}
/* NotÃ­cias  -------------------------------------- */
.noticias {
    margin-bottom: 100px;
}
ul.noticias li {
    float: left;
    display: block;
    width: 23.5%;
    margin-right: 2%;
}
ul.noticias li:last-child {
    margin-right: 0;
}
ul.noticias li a {
    display: block;
    background: #eeeeee;
    text-decoration: none;
    color: #202020;
}
ul.noticias li a:hover {
    background: #cfcfcf;
}
ul.noticias li img,
ul.not-in li img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
ul.noticias li:hover img,
ul.not-in li:hover img  {
    -webkit-transform: scale3d(2,2,2);
    transform: scale3d(2,2,2);
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.hid {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
}
.pad1 {
    padding: 15px;
    position: relative;
    display: block;
}
.date {
    display: block;
    font-size: 16px;
}
.noticias h1 {
    color: #202020;
    text-decoration: none;
    font-weight: lighter;
}
/* Localizacao  -------------------------------------- */
.localizacao {
    margin-bottom: 100px;
    display: block;
}
.localizacao h1 {
    font-weight: bolder;
    color: #000;
    font-size: 36px;
    padding-top: 20px;
}
.localizacao p {
    font-size: 22px;
    line-height: 28px;
}
a.bt-saiba {
    background-color: #004475;
    font-weight: bolder;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
a.bt-saiba:hover {
    background-color: #df7133;
}
.pad10 {
    padding-left: 5%;
}

/* Depoimentos  -------------------------------------- */
.depo {
    margin-bottom: 40px;
}
ul.depo li {
    width: 49%;
    background: #eeeeee;
    margin-right: 2%;
    display: block;
    float: left;
    margin-bottom: 2%;
}
ul.depo li:nth-child(2),
ul.depo li:nth-child(4) {
    margin-right: 0;
}
.img-depo {
    float: left;
    width: 40%;
    position: relative;
}
.txt-depo {
    width: 59%;
    float: right;
    padding: 15px;
    margin: 0;
    position: relative;
}
.nome {
    font-weight: bold;
    color: #a8a8a8;
}
.m3 {
    margin-top: 15px;
}
.bt-envie i {
    color: #ffa800;
    font-size: 30px;
    margin-right: 10px;
}
.bt-envie {
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
}
.bt-envie:hover {
    color: #ffa800;
}
.envie {
    margin-bottom: 30px;
}
.box-form {
    margin-bottom: 30px;
    display: none;
}
input,
textarea,
select {
    width: 100%;
    padding: 10px;
    border: none;
    background: #a6a6a6;
    border: solid 1px #a6a6a6;
    margin-bottom: 15px;
    resize: none;
    color: #fff;
    outline: none;
}
input:focus,
textarea:focus {
    background-color: #fff;
    color: #000;
}
input[type=file] {
    background: #fff;
}
textarea {
    height: 200px;
}
input[type=submit],
input[type=button] {
    width: auto;
    padding: 10px 30px;
    background: #df7133;
    border: transparent;
    color: #fff;
    font-weight: bold;
}
input[type=submit]:hover,
input[type=button]:hover {
    background: #003256;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}
/* Footer -------------------------------------- */
footer {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
}
footer a,
.bg-fot2 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
footer p {
    margin: 0;
    padding-right: 10%;
}
footer .bg-fot1 h3 {
    color: #fff;
    font-size: 20px;
    line-height: normal;
}
.bg-fot1 {
    background: #495052;
    padding-top: 60px;
    padding-bottom: 60px;
}
.bg-fot2 {
    background: #404547;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bg-fot2 a:hover {
    text-decoration: underline;
}
.b-white {
    width: 30px;
    height: 3px;
    position: relative;
    display: inline-block;
    margin: 20px 0;
    background: #fff;
}
.tele {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding: 10px 0 10px 53px;
    background: url(../images/ico-tele.png) left center no-repeat;
    display: block;
}
.tele small {
    font-weight: lighter;
    font-size: 22px;
}
ul.menu-footer li,
ul.acesso li {
    display: block;
    margin-bottom: 5px;
}
ul.menu-footer li a,
ul.acesso li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}
ul.menu-footer li a:hover,
ul.acesso li a:hover {
    color: #ffa800;
}
ul.menu-footer li a:before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 6px;
}
ul.social li {
    display: inline-block;
    margin-right: 10px;
}
ul.social li a {
    display: block;
    opacity: 1;
}
ul.social li a:hover {
    opacity: .7;
}
ul.acesso li i {
    width: 20px;
    text-align: center;
    margin-right: 4px;
}

/* Page -------------------------------------- */
.page-title {
    height: 300px;
    text-align: right;
    color: #fff;
    margin-bottom: 50px;
}
.page-title h1 {
    line-height: 300px; 
}
ul.not-in {
    margin-bottom: 50px;
}
ul.not-in li {
    float: left;
    width: 50%;
    margin-bottom: 60px;
}
ul.not-in li a {
    display: block;
    color: #202020;
    text-decoration: none;
}
ul.not-in li a:hover {
    color: #ffa800;
}
ul.not-in h1 {
    font-size: 30px;
    line-height: 32px;
    font-weight: lighter;
    margin-top: 10px;
}
.tint {
    width: 35%;
    float: left;
    margin-right: 20px;
}
.back {
    margin-top: 40px;
}
.back a {
    color: #202020;
    text-decoration: none;
}
.back a:hover {
    color: #ffa800;
}
.back i {
    color: #ffa800;
}
/* Wordpress core -------------------------------------- */
.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin:0;
}
.wp-caption.alignleft {
    margin: 5px 20px 15px 0;
}
.wp-caption.alignright {
    margin: 5px 0 15px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; 
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 0px;
    color:#000;
}
.gallery-item {
    float:left; 
    width:15%; 
    margin-right:15px; 
    margin-bottom:10px; 
    text-align:center;
    visibility:hidden; 
    visibility:visible;
    border: solid 1px #c9c9c9;
    padding: 5px; 
    background: #fff;
    -moz-opacity: 1; 
    opacity: 1; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100); 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.gallery-item:hover {
    -moz-opacity: 0.6; 
    opacity: 0.6; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.gallery-item .attachment-thumbnail {
    height: auto; 
    width: 100%;
}
.gallery-caption {
    font-size:12px;
}
.gallery-item a {
    display:block; 
    outline: none;
}
/* PaginaÃ§Ã£o -------------------------------------- */
div#emm-paginate {
    text-align: center;
    margin-top: 30px;
}
span.emm-title {
    display: none;
}
span.emm-page.emm-current {
    background: #df7133;
    padding: 7px 12px;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
a.emm-page {
    padding: 4px 10px;
    background: #fff;
    color: #202020;
    text-decoration: none;
    margin-left: 5px;
}
a.emm-page:hover {
    background: #df7133;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
}
/* Medias Queries -------------------------------------- */
@media (max-width: 1024px) { 
    
    ul.menu {
        margin-right: -10px;
    }
    ul.menu li a {
        padding: 10px 15px;
    }
    .tele {
        font-size: 24px;
    }
    h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
}
@media (max-width: 992px) { 
   
}
@media (max-width: 768px) { 
    header {
        text-align: center;
    }
    .pa,
    ul.menu,
    .sub-h {
        display: none;
   }
    .right {
        text-align: center;
   }
    .info,
    .info a {
        margin-right: 0;
        margin-top: 10px;
    }
    .m2 {
        margin-right: 100px;
        margin-left: 30px;
    }
    .logo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    ul.serie li {
        width: 50%;
    }
    ul.serie li:nth-child(2) a {
        border-right: none;
    }
    .icoc {
        margin-bottom: 10px;
    }
    .m1 {
        margin-top: 0px;
    }
    .bg-gray {
        text-align: center;
        margin-top: 50px;
    }
    .bg-gray img {
        position: relative;
        top: 0;
        margin-bottom: -50px;
    }
    a.botao {
        margin: 40px 0 20px 0;
    }
    ul.noticias li {
        width: 49%;
        margin-bottom: 2%;
    }
    ul.noticias li:nth-child(2) {
        margin-right: 0;
    }
    .img-depo {
        width: 100%;
        float: none;
    }
    .txt-depo {
        width: 100%;
        float: none;
        padding: 15px;
        display: block;
    }
    footer {
        text-align: center;
    }
    footer p {
        padding-right: 0;
    }
    .m5 {
        margin-top: 50px;
    }
    .tint {
        float: none;
    }
    .tele {
        background: none;
        padding: 0;
    }
    .bg-fot2 {
        text-align: center;
    }
    .tint {
        width: 96%;
    }
    .msg-vila2 {
        margin-top: -50px;
        margin-bottom: 50px;
    }
    .hand {
        bottom: 25px;
    }
    .flutuante,
    .flutuante2 {
        height: 110%;
        margin-right: 15px;
    }
}
@media (max-width: 480px) {

    .m2 {
        margin-right: 50px;
        margin-left: 20px;
    }
    ul.serie li {
        width: 100%;
    }
    ul.serie li a {
        border-right: none;
    }
    .icoc {
        margin-bottom: 40px;
    }
    .icoc p {
        font-size: 17px;
        line-height: 20px;
    }
    ul.noticias li {
        width: 100%;
    }
    ul.depo li {
        width: 100%;
    }
    .bt-envie {
        font-size: 14px;
    }
    ul.not-in li {
        width: 100%;
        text-align: center;
    }
    .page-title {
        height: 150px;
        text-align: center;
    }
    .page-title h1 {
        line-height: 150px;
    }
    .tint {
        width: 100%;
    }
    .flutuante,
    .flutuante2 {
        height: 107%;
    }

}