body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#444;
    font-size:15px;
    line-height:25px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a,a:hover {
    -webkit-transition:color .25s linear,background-color .15s linear .1s;
    transition:color .25s linear,background-color .15s linear .1s;
    text-decoration: none;
}

.container {
    z-index:100;
    position:relative;
}
.colortext {
    color:#4ba2dc;
}
.colorbg {
    background:#4ba2dc;
}

.color-white {
    color: #ffffff;
}

h1,.h1 {
    font-size:42px;
}
.text-left {
    text-align:left !Important;
}
.page-header {
    border-bottom:0;
    margin-bottom:25px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.10);
}

.line-shape {
    width: 100px;
    height: 3px;
    background-color: #FF6600;
    margin-top: 15px;
    margin-bottom: 20px;
}

.line-shape {
    margin-left: calc(50% - 55px);
}

a:focus,a:active,button {
    outline:none;
    outline:0;
}

/****************** NAVIGATION STYLES *************************/
.navbar {
    background:#fff;
    min-height:60px;
    border:0;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.33);
    -moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.33);
    -webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.33);
}
.navbar-fixed-top {
    z-index:1030;
}
.navbar .nav>li>a {
    float:none;
    padding:0px 20px 0px;
    color:#444;
    text-decoration:none;
    text-shadow:none;
    font-size:15px;
    line-height:60px;
    font-weight:500;
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus {
    background: #FF6600;
    color:#fff;
    font-weight: bold;
}

.navbar-default .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-brand img {
    margin: 0;
    padding: 0;
    height: 55px;
}
/****************** SECTIONS *************************/
header#top-section {
    position:relative;
    overflow:hidden;
    padding-top:0px;
    background:#111;
    min-height:730px;
    width:100%;
    min-width:100%;
    z-index:0;
}
.inner-top-bg {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    display:inline-block;
    width:100%;
    min-width:100%;
    height:100%;
    min-height:100%;
}

.btn.btn-start {
    background:rgba(0,0,0,0);
    border:4px solid #fff;
    color:#fff;
    padding:19px 24px;
    font-size:24px;
    font-weight:200;
    margin-top:40px;
    z-index:2;
}
.btn.btn-start:hover {
    background:rgba(0,0,0,0.5);
    color:#fff;
    padding:19px 24px;
    font-size:24px;
    font-weight:200;
    margin-top:40px;
    z-index:2;
}

section {
    padding-bottom:100px;
    min-height:730px;
    width:100%;
    min-width:100%;
    position:relative;
    overflow:hidden;
}

#empresa {
    background-color: #044E79;
    min-height:730px;
    color: #ffffff;
}
#empresa:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
    width:100%;
    height:100%;
    opacity:0.05;
}

#servicos {
    background-color:#275f86;
}
#servicos:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.05;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}

#depoimentos {
    background-color: #5881a1;
}
#depoimentos:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
    width:100%;
    height:100%;
    opacity:0.1;
}

#links-uteis {
    background-color: #86a4bc;
}
#links-uteis:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.04;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}

.panel {
    background:rgba(250,250,250,0.65);
    margin-bottom:30px;
    -webkit-box-shadow:1px 1px 12px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 12px rgba(0,0,0,0.5);
    box-shadow:1px 1px 12px rgba(0,0,0,0.5);
    border:1px solid rgba(250,250,250,0.5);
}
.panel-heading,.panel-footer {
    background:rgba(250,250,250,0.4);
    -webkit-box-shadow:1px 1px 12px rgba(50,50,50,0.5);
    -moz-box-shadow:1px 1px 12px rgba(50,50,50,0.5);
    box-shadow:1px 1px 12px rgba(50,50,50,0.5);
}
.panel h3 {
    text-shadow:0px 1px 0px rgba(250,250,250,1);
}
.panel .list-group-item {
    background: rgba(250,250,250,0.7);
}
.fullbg {
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}
.unstyled {
    list-style:none;
}
.wrapshadow {
    -webkit-box-shadow:inset 0px 0px 10px 15px rgba(0,0,0,0.04);
    -moz-box-shadow:inset 0px 0px 10px 15px rgba(0,0,0,0.04);
    box-shadow:inset 0px 0px 10px 15px rgba(0,0,0,0.04);
    background-color:rgba(0,0,0,0.05);
    padding:20px;
    text-align:center;
}
.wrapshadow h3 {
    text-shadow:1px 1px 0px white,2px 2px 0px #CCC;
}
.wrapshadow i {
    text-shadow:2px 4px 3px rgba(0,0,0,0.3) !Important;
}
.pricing .content {
    background-color:#fff;
    padding-bottom:30px;
    position:relative;
    text-align:center;
    color:#666;
}
.price {
    color:#444;
    text-shadow:1px 1px 0px white,2px 2px 0px #CCC;
    font-size:60px;
    font-weight:normal;
    padding:30px 0px 20px;
    text-align:center;
}
.pricing ul li {
    border-top:1px solid #EFEFEF;
    line-height:35px;
    margin-left:30px;
    margin-right:30px;
    list-style:none;
}
.pricing ul li:first-child {
    border:0px;
}
ul {
    -moz-padding-start:0px;
    -webkit-padding-start:0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding:0px;
}
.iconboxy {
    background:#dc1108;
    color:#fff;
    height:40px;
    width:40px;
    text-align:center;
    line-height:40px !Important;
    border-radius:50%;
    border:0;
    display:inline-block;
    float:left;
    margin-right:10px;
    margin-bottom:40px;
    font-size:18px;
}
.semistars {
    position:absolute;
    left:-170px;
    opacity:0.1;
    top: -100px;
}

.bx-wrapper .testimonials-thumbnail {
    margin:0px 0px 15px;
}
.bx-wrapper .testimonials-title {
    text-align:center;
    margin:25px 15px 3px;
    font-size:24px;
    line-height:1;
}
.bx-wrapper .testimonials-carousel-thumbnail {
    max-width:35%;
    float:left;
    margin-right:20px;
}
.bx-wrapper .testimonials-carousel-thumbnail img {
    display:block;
    margin-right:20px;
    width:150px;
    border-radius:50%;
    height:150px;
    background:#fff;
    padding:10px;
    border:1px solid #ccc;
    margin-top:15px;
}
.bx-wrapper .testimonials-carousel-context {
    overflow:hidden;
    font-size:17px;
    line-height:29px;
    min-height:300px;
    color:#444;
    margin-bottom:15px;
}
.bx-wrapper .testimonials-name {
    text-shadow:1px 1px 0px white,2px 2px 0px #CCC;
    font-size:23px;
    margin-bottom:15px;
    margin-top:15px;
    color:#000000;
    font-weight:400;
}
.bx-wrapper span {
    text-shadow:none;
    font-size:11px;
    margin-left:10px;
    color:#999;
    font-style:italic;
}
.bx-wrapper {
    position:relative;
    margin:0 auto;
    width:100%;
    *zoom:1;
    background-color:#fff;
    padding:20px;
    -webkit-box-shadow:3px 3px 2px rgba(50,50,50,0.25);
    -moz-box-shadow:3px 3px 2px rgba(50,50,50,0.25);
    box-shadow:3px 3px 2px rgba(50,50,50,0.25);
}
.bx-wrapper .slide {
    padding:0;
    margin:0;
    display:block;
}
.bx-wrapper .bx-viewport {
    padding:10px;
    margin-left:0;
    z-index:1;
    width:100%;
    background:#fff;
}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
    position:absolute;
    display:none;
    bottom:-30px;
    width:100%;
}
.bx-wrapper .bx-loading {
    min-height:50px;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2000;
}
.bx-wrapper .bx-pager {
    text-align:center;
    font-size:.85em;
    font-weight:bold;
    color:#666;
    padding-top:20px;
}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background:#666;
    text-indent:-9999px;
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}
.bx-wrapper .bx-next {
    position:absolute;
    top:0;
    right:0;
    width:30px;
    border-left:1px solid #ddd;
    height:30px;
    cursor:pointer;
    background:#444 url(../img/caousel-next.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev {
    position:absolute;
    top:0px;
    right:30px;
    border-right:0px solid #ddd;
    width:30px;
    height:30px;
    cursor:pointer;
    background:#444 url(../img/caousel-prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:20px;
    margin-top:0;
    margin-right:20px;
    outline:0;
    width:30px;
    height:30px;
    text-indent:-9999px;
    z-index:9999;
}
.smoothshadow {
    text-shadow:1px 1px 0px white,2px 2px 0px #CCC;
}
.btn-default {
    color:#fff;
    background-color:#4ba2dc;
    border:0;
}
.btn {
    border-radius:0px;
}
.btn-default:hover {
    background:#c70f06;
    color:#fff;
}
input,button,select,textarea {
    border:1px solid #e3e3e3;
    padding:10px 20px;
    margin-bottom:20px;
}
.section-divider {
    height:10px;
    position:relative;
    padding-bottom:40px;
}
.whitebox {
    background:#fff;
    margin:0px;
    padding:20px;
    z-index:1;
    position:relative;
    -webkit-box-shadow:3px 3px 2px rgba(50,50,50,0.25);
    -moz-box-shadow:3px 3px 2px rgba(50,50,50,0.25);
    box-shadow:3px 3px 2px rgba(50,50,50,0.25);
    border-top:5px solid #444;
}
.salmonborder {
    border-top:5px solid salmon;
}
.salmonborder .btn {
    background:salmon;
}
.greenborder {
    border-top:5px solid lightgreen;
}
.greenborder .btn {
    background:lightgreen;
}
.goldborder {
    border-top:5px solid gold;
}
.goldborder .btn {
    background:gold;
}
.blueborder {
    border-top:5px solid skyblue;
}
.blueborder .btn {
    background:skyblue;
}
.footerdivide {
    background:#4ba2dc;
    height:20px;
    padding-bottom:30px;
    border-top:1px solid rgba(255,255,255,0.5);
}

/* ==== Intro ==== */
#slide_1 {
    height:730px;
    position:relative;
    overflow:hidden;
    padding-top:0;
    background:#111;
    width:100%;
    min-width:100%;
    z-index:0;
}
#slide_1:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:url(../img/slide1.jpg) fixed no-repeat;
    width:100%;
    height:100%;
    opacity:0.6;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}
#slide_2 {
    height:730px;
    position:relative;
    overflow:hidden;
    padding-top:0;
    background:#111;
    width:100%;
    min-width:100%;
    z-index:0;
}
#slide_2:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:url(../img/slide2.jpg) fixed no-repeat;
    width:100%;
    height:100%;
    opacity:0.6;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}
#slide_3 {
    height:730px;
    position:relative;
    overflow:hidden;
    padding-top:0;
    background:#111;
    width:100%;
    min-width:100%;
    z-index:0;
}
#slide_3:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:url(../img/slide3.jpg) fixed no-repeat;
    width:100%;
    height:100%;
    opacity:0.6;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}
@media (min-width:1280px) {
    #slide_1,#slide_2,#slide_3 ,#slide_4,#slide_5,#slide_6,#slide_7,#slide_8{
        background-size:cover;
    }
}
@media (max-width:1024px) {
    #slide_1,#slide_2,#slide_3,#slide_4,#slide_5,#slide_6,#slide_7,#slide_8 {
        background-size:1024px auto;
        background-position:center top;
        padding-top: 60px;
    }
}
/* ==== Carousel ==== */
.carousel-content {
    position:absolute;
    top:22%;
    left:10%;
    right:10%;
    margin:0;
    height:730px;
    z-index:1000;
}
.carousel {
    margin-bottom:0;
    height:730px;
}
.jumbotron {
    background:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1;
    width:100%;
    text-align:center;
    padding-right:0;
    padding-left:0;
}
.jumbotron h1 {
    font-size:70px;
    line-height: 120%;
    text-shadow: 3px 4px 8px #000000;
    color: #ffffff;
    font-weight: bold;
}

.jumbotron h2 {
    font-size:50px;
    line-height: 140%;
    text-shadow: 3px 4px 8px #000000;
    color: #ffffff;
    font-weight:100;
}

@media (max-width:570px) {
    .carousel-content {
        top:8%;
        left:2%;
        right:2%;
    }
    .jumbotron h1 {
        font-size:44px;
    }
    .jumbotron h2 {
        font-size:34px;
    }
    .jumbotron h3 {
        font-size:26px;
    }
}
.header-extended .carousel {
    padding:90px 0px;
}
.carousel-inner {
    overflow:inherit;
}
.carousel-inner .item img {
    display:inline-block !important;
}
.carousel-inner .item {
    text-align:center !important;
}
.carousel-control {
    font-size:22px;
    color:#25272B;
    background:#fff !important;
    opacity:0.5;
    background-image:none !important;
    background-color:rgba(255,255,255,0.4) !important;
    text-shadow:none;
    position:absolute;
    height:auto;
    width:auto;
    padding:0 22px;
    border:none;
    top:40%;
    bottom:40%;
    z-index:9999 !important;
    line-height:3;
}
.carousel-control:hover,.carousel-control:focus {
    color:#25272B;
    background:#fff !important;
    filter:alpha(opacity=20) !important;
    opacity:0.2;
    background-image:none !important;
    background-color:rgba(255,255,255,0.6) !important;
    text-shadow:none;
}
@media (max-width:2560px) {
    .carousel-control {
        font-size:22px;
        height:80px;
        width:80px;
        padding:5px;
        color: #fff;
    }
}
@media (max-width:1024px) {
    .carousel-control {
        font-size:20px;
        height:70px;
        width:70px;
        padding:5px;
    }
}
@media (max-width:767px) {
    .carousel-control {
        font-size:18px;
        height:60px;
        width:60px;
        padding:5px;
    }
}
@media (max-width:567px) {
    .carousel-control {
        font-size:18px;
        height:50px;
        width:50px;
        padding:5px;
    }
}
@media (max-width:319px) {
    .carousel-control {
        font-size:18px;
        height:40px;
        width:40px;
        padding:5px;
    }
}
.carousel-control.left {
    filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.carousel-control.right {
    filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
@media (max-width:768px) {
    .carousel-control.left {
        left:0;
    }
    .carousel-control.right {
        right:0;
    }
}
.slider-header .carousel-control.left {
    left:-20px;
}
.slider-header .carousel-control.right {
    right:-20px;
}
.carousel.horizontal .next {
    left:-100%;
}
.carousel.horizontal .prev {
    left:100%;
}
.carousel.horizontal .active.left {
    left:100%;
}
.carousel.horizontal .active.right {
    left:-100%;
}
.carousel.fadeing .item {
    -webkit-transition:opacity 0.5s ease-in-out;
    -moz-transition:opacity 0.5s ease-in-out;
    -ms-transition:opacity 0.5s ease-in-out;
    -o-transition:opacity 0.5s ease-in-out;
    transition:opacity 0.5s ease-in-out;
    opacity:0;
    filter:alpha(opacity=0);
}
#carousel_intro.carousel.fadeing .item {
    opacity:1;
    filter:alpha(opacity=100);
}
#carousel_intro.carousel.fadeing .active.left,#carousel_intro.carousel.fadeing .active.right {
    opacity:0;
    filter:alpha(opacity=0);
}
.carousel.fadeing .active.item {
    opacity:1;
    filter:alpha(opacity=100);
}
.carousel.fadeing .active.left,.carousel.fadeing .active.right {
    left:0;
    z-index:2;
    opacity:0;
    filter:alpha(opacity=0);
}
.carousel.fadeing .next,.carousel.fadeing .prev {
    left:0;
    z-index:1;
}
.carousel.fadeing .carousel-control {
    z-index:3;
}
.carousel.vertical .carousel-inner {
    height:100%;
}
.carousel.vertical .item {
    -webkit-transition:0.6s ease-in-out top;
    -moz-transition:0.6s ease-in-out top;
    -ms-transition:0.6s ease-in-out top;
    -o-transition:0.6s ease-in-out top;
    transition:0.6s ease-in-out top;
}
.carousel.vertical .active {
    top:0;
}
.carousel.vertical .next {
    top:100%;
}
.carousel.vertical .prev {
    top:-100%;
}
.carousel.vertical .next.left,.carousel.vertical .prev.right {
    -webkit-transition:ease-in-out top;
    -moz-transition:ease-in-out top;
    -ms-transition:ease-in-out top;
    -o-transition:ease-in-out top;
    transition:ease-in-out top;
}
.carousel.vertical .active.left {
    top:100%;
}
.carousel.vertical .active.right {
    top:-100%;
}
.carousel.vertical .item {
    left:0;
}
.carousel .inactive {
    position:absolute;
    display:block;
    z-index:-1;
}
.carousel .inactive.active {
    position:relative !important;
    z-index:0;
}
.buttonyellow {
    background:#daa520;
    line-height:40px;
    padding:8px 20px;
    border-radius:0;
    display:inline-block;
    color:#fff;
    text-transform:none;
    font-weight:300;
    min-width:190px;
    font-size:20px;
    text-shadow:none;
    letter-spacing:1px;
}
.buttoncolor {
    line-height:40px;
    background:#4ba2dc;
    color:#fff;
    padding:8px 20px;
    margin-left:-5px;
    border-radius:0;
    display:inline-block;
    text-transform:none;
    font-weight:300;
    min-width:190px;
    font-size:20px;
    text-shadow:none;
    letter-spacing:1px;
}
.buttonyellow:hover,.buttoncolor:hover {
    background:#333;
    color:#fff;
    text-decoration: none;
}
/*--------------------------------------------------	ACCORDION---------------------------------------------------*/
#accordion {
    margin-bottom:0;
}
#accordion div h4 {
    position:relative;
    font-size:15px;
    color:#444;
    font-weight:300;
    padding:15px 0px 15px 70px;
    border:1px solid #ebebeb;
    margin-top:0;
    cursor:pointer;
    transition:all 0.17s ease-in-out;
    -moz-transition:all 0.17s ease-in-out;
    -webkit-transition:all 0.17s ease-in-out;
    -o-transition:all 0.17s ease-in-out;
}
#accordion div.active h4 {
    border:1px solid transparent;
    color:#fff;
    background:#fff;
    margin-bottom:0;
}
#accordion div h4:before {
    position:absolute;
    content:'';
    top:-1px;
    left:-1px;
    height:48px;
    width:48px;
    background:#444 url('../img/plus.png') center center no-repeat;
    transition:all 0.17s ease-in-out;
    -moz-transition:all 0.17s ease-in-out;
    -webkit-transition:all 0.17s ease-in-out;
    -o-transition:all 0.17s ease-in-out;
}
#accordion div.active h4:before {
    background:#444 url('../img/minus.png') center center no-repeat;
}
#accordion div p {
    display:none;
    transition:all 0.17s ease-in-out;
    -moz-transition:all 0.17s ease-in-out;
    -webkit-transition:all 0.17s ease-in-out;
    -o-transition:all 0.17s ease-in-out;
}
#accordion div p span {
    color:#666666;
    font-weight:bold;
}
#accordion div.active p {
    display:block;
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    padding:20px;
    margin:0;
    margin-bottom:10px;
}
#accordion div:last-child.active p {
    border-bottom:1px solid #ebebeb;
}
.thumbnail {
    font-size:13px;
    background:#fff;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    padding:0px;
    text-align:center;
    line-height:25px;
    border:0;
    border-top:5px solid #fff;
}
.thumbnail h4 {
    font-size:16px;
    line-height:0.5;
    margin-top:20px;
}
.thumbnail .caption {
    color:#888;
    padding:10px 20px 15px;
    background:#333;
}
.thumbnail .caption span {
    font-style:italic;
}
.thumbnail img {
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
    transition:all 1s ease;
}
ul.social-icons li {
    display:inline-block;
    float:none;
    padding:17px;
    width:10px;
    height:10px;
    position:relative;
    background:#444;
    margin-right:5px;
    border-radius:3px;
}
ul.social-icons li i {
    position:absolute;
    font-size:15px;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    left:50%;
    top:50%;
    margin-left:-20px;
    margin-top:-20px;
}
ul.social-icons li a {
    color:#fff;
}
ul.social-icons li a i {
    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
    -o-transition-duration:0.8s;
    transition-duration:0.8s;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    transition-property:transform;
    overflow:hidden;
}
ul.social-icons li a i:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
ul.social-icons li a:hover {
    text-decoration:none;
    color:#fff;
}
.boxservice {
    width:33.33%;
    float:left;
    text-align:center;
    border-left:1px solid rgba(255,255,255,0.3);
    border-top:1px solid rgba(255,255,255,0.3);
    padding:35px 13px;
}
.boxservice:hover {
    background:rgba(255,255,255,0.2);
}
.boxservice i {
    font-size:4em;
    margin:0 0 0.1em 0;
}
.boxservice h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}
.boxservice p {
    line-height: normal;
}
.rightb {
    border-right:1px solid rgba(255,255,255,0.3);
}
.bottomb {
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.grid {
    list-style:none;
    text-align:center;
}
.grid li {
    display:inline-block;
    width:33%;
    margin:0;
    padding:20px;
    text-align:left;
    position:relative;
}
.grid figure {
    margin:0;
    position:relative;
}
.grid figure img {
    max-width:100%;
    display:block;
    position:relative;
}
.grid figcaption {
    position:absolute;
    top:0;
    left:0;
    padding:20px;
    background:#253f52;
    color:#4ba2dc;
}
.grid figcaption h3 {
    margin:0;
    padding:0;
    color:#fff;
}
.grid figcaption span:before {
    content:'by ';
}
.grid figcaption a {
    text-align:center;
    padding:5px 10px;
    display:inline-block;
    background:#4ba2dc;
    color:#fff;
}
.btn:hover,.btn:focus {
    background:#444;
    color: #fff;
}
/* Individual Caption Styles */
/* Caption Style 1 */
.cs-style-1 figcaption {
    height:100%;
    width:100%;
    opacity:0;
    text-align:center;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:-webkit-transform 0.3s,opacity 0.3s;
    -moz-transition:-moz-transform 0.3s,opacity 0.3s;
    transition:transform 0.3s,opacity 0.3s;
}
.no-touch .cs-style-1 figure:hover figcaption,.cs-style-1 figure.cs-hover figcaption {
    opacity:1;
    -webkit-transform:translate(15px,15px);
    -moz-transform:translate(15px,15px);
    -ms-transform:translate(15px,15px);
    transform:translate(15px,15px);
}
.cs-style-1 figcaption h3 {
    margin-top:70px;
}
.cs-style-1 figcaption span {
    display:block;
}
.cs-style-1 figcaption a {
    margin-top: 30px;
}
/* Caption Style 2 */
.cs-style-2 figure img {
    z-index:10;
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    transition:transform 0.4s;
}
.no-touch .cs-style-2 figure:hover img,.cs-style-2 figure.cs-hover img {
    -webkit-transform:translateY(-90px);
    -moz-transform:translateY(-90px);
    -ms-transform:translateY(-90px);
    transform:translateY(-90px);
}
.cs-style-2 figcaption {
    height:90px;
    width:100%;
    top:auto;
    bottom:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
}
.cs-style-2 figcaption a {
    position:absolute;
    right:20px;
    top: 30px;
}
/* Caption Style 3 */
.cs-style-3 figure {
    overflow:hidden;
}
.cs-style-3 figure img {
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    transition:transform 0.4s;
}
.no-touch .cs-style-3 figure:hover img,.cs-style-3 figure.cs-hover img {
    -webkit-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -ms-transform:translateY(-50px);
    transform:translateY(-50px);
}
.cs-style-3 figcaption {
    height:100px;
    width:100%;
    top:auto;
    bottom:0;
    opacity:0;
    -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:-webkit-transform 0.4s,opacity 0.1s 0.3s;
    -moz-transition:-moz-transform 0.4s,opacity 0.1s 0.3s;
    transition:transform 0.4s,opacity 0.1s 0.3s;
}
.no-touch .cs-style-3 figure:hover figcaption,.cs-style-3 figure.cs-hover figcaption {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition:-webkit-transform 0.4s,opacity 0.1s;
    -moz-transition:-moz-transform 0.4s,opacity 0.1s;
    transition:transform 0.4s,opacity 0.1s;
}
.cs-style-3 figcaption a {
    position:absolute;
    bottom:20px;
    right: 20px;
}
/* Caption Style 4 */
.cs-style-4 li {
    -webkit-perspective:1700px;
    -moz-perspective:1700px;
    perspective:1700px;
    -webkit-perspective-origin:0 50%;
    -moz-perspective-origin:0 50%;
    perspective-origin:0 50%;
}
.cs-style-4 figure {
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.cs-style-4 figure>div {
    overflow:hidden;
}
.cs-style-4 figure img {
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    transition:transform 0.4s;
}
.no-touch .cs-style-4 figure:hover img,.cs-style-4 figure.cs-hover img {
    -webkit-transform:translateX(25%);
    -moz-transform:translateX(25%);
    -ms-transform:translateX(25%);
    transform:translateX(25%);
}
.cs-style-4 figcaption {
    height:100%;
    width:50%;
    opacity:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
    -webkit-transition:-webkit-transform 0.4s,opacity 0.1s 0.3s;
    -moz-transition:-moz-transform 0.4s,opacity 0.1s 0.3s;
    transition:transform 0.4s,opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption,.cs-style-4 figure.cs-hover figcaption {
    opacity:1;
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    transform:rotateY(0deg);
    -webkit-transition:-webkit-transform 0.4s,opacity 0.1s;
    -moz-transition:-moz-transform 0.4s,opacity 0.1s;
    transition:transform 0.4s,opacity 0.1s;
}
.cs-style-4 figcaption a {
    position:absolute;
    bottom:20px;
    right: 20px;
}
/* Caption Style 5 */
.cs-style-5 figure img {
    z-index:10;
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    transition:transform 0.4s;
}
.no-touch .cs-style-5 figure:hover img,.cs-style-5 figure.cs-hover img {
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    -ms-transform:scale(0.4);
    transform:scale(0.4);
}
.cs-style-5 figcaption {
    height:100%;
    width:100%;
    opacity:0;
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);
    transform:scale(0.7);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:-webkit-transform 0.4s,opacity 0.4s;
    -moz-transition:-moz-transform 0.4s,opacity 0.4s;
    transition:transform 0.4s,opacity 0.4s;
}
.no-touch .cs-style-5 figure:hover figcaption,.cs-style-5 figure.cs-hover figcaption {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:1;
}
.cs-style-5 figure a {
    position:absolute;
    bottom:20px;
    right: 20px;
}
/* Caption Style 6 */
.cs-style-6 figure img {
    z-index:10;
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    transition:transform 0.4s;
}
.no-touch .cs-style-6 figure:hover img,.cs-style-6 figure.cs-hover img {
    -webkit-transform:translateY(-50px) scale(0.5);
    -moz-transform:translateY(-50px) scale(0.5);
    -ms-transform:translateY(-50px) scale(0.5);
    transform:translateY(-50px) scale(0.5);
}
.cs-style-6 figcaption {
    height:100%;
    width:100%;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
}
.cs-style-6 figcaption h3 {
    margin-top:60%;
}
.cs-style-6 figcaption a {
    position:absolute;
    bottom:20px;
    right: 20px;
}
/* Caption Style 7 */
.cs-style-7 li:first-child {
    z-index:6;
}
.cs-style-7 li:nth-child(2) {
    z-index:5;
}
.cs-style-7 li:nth-child(3) {
    z-index:4;
}
.cs-style-7 li:nth-child(4) {
    z-index:3;
}
.cs-style-7 li:nth-child(5) {
    z-index:2;
}
.cs-style-7 li:nth-child(6) {
    z-index:1;
}
.cs-style-7 figure img {
    z-index:10;
}
.cs-style-7 figcaption {
    height:100%;
    width:100%;
    opacity:0;
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:opacity 0.3s,height 0.3s,box-shadow 0.3s;
    -moz-transition:opacity 0.3s,height 0.3s,box-shadow 0.3s;
    transition:opacity 0.3s,height 0.3s,box-shadow 0.3s;
    box-shadow:0 0 0 0px #2c3f52;
}
.no-touch .cs-style-7 figure:hover figcaption,.cs-style-7 figure.cs-hover figcaption {
    pointer-events:auto;
    opacity:1;
    height:130%;
    box-shadow:0 0 0 10px #2c3f52;
}
.cs-style-7 figcaption h3 {
    margin-top:86%;
}
.cs-style-7 figcaption h3,.cs-style-7 figcaption span,.cs-style-7 figcaption a {
    opacity:0;
    -webkit-transition:opacity 0s;
    -moz-transition:opacity 0s;
    transition:opacity 0s;
}
.cs-style-7 figcaption a {
    position:absolute;
    bottom:20px;
    right:20px;
}
.no-touch .cs-style-7 figure:hover figcaption h3,.no-touch .cs-style-7 figure:hover figcaption span,.no-touch .cs-style-7 figure:hover figcaption a,.cs-style-7 figure.cs-hover figcaption h3,.cs-style-7 figure.cs-hover figcaption span,.cs-style-7 figure.cs-hover figcaption a {
    -webkit-transition:opacity 0.3s 0.2s;
    -moz-transition:opacity 0.3s 0.2s;
    transition:opacity 0.3s 0.2s;
    opacity:1;
}
@media screen and (max-width:31.5em) {
    .grid {
        padding:10px 10px 100px 10px;
    }
    .grid li {
        width:100%;
        min-width:300px;
    }
}
.arrow {
    width:0;
    height:0;
    margin:10px auto 0;
    display:block;
    border-bottom:30px solid transparent;
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-bottom-color: rgba(255,255,255,1);
}

.top20 {margin-top:20px;}


/*************** @media ******************/
@media (max-width:979px) {
    body {
        padding:0px;
    }
    .navbar-fixed-top {
        margin-bottom:0px;
    }
    .navbar-fixed-top,.navbar-fixed-bottom {
        position:relative;
    }
    .navbar .container {
        width:auto;
        padding:0px 20px;
    }
    .navbar .brand {
        padding-right:10px;
        padding-left:10px;
        margin:0 0 0 15px;
    }
    .container {
        padding:0px 20px;
    }
    .jumbotron {
        padding:0px;
        top:30px;
    }

    .jumbotron .first {
        padding-top:70px;
    }
    .bx-wrapper .testimonials-carousel-thumbnail img {
        width:80px;
        height:80px;
    }
    .bx-wrapper .testimonials-carousel-context {
        font-size:12px;
    }
    .bx-wrapper .testimonials-carousel-thumbnail {
        max-width: 70px;
    }

    .boxservice {width:100%;border:1px solid rgba(255,255,255,0.3);}
    .grid li {width:50%;}
}

.lead {
    text-align: justify;
}

/*Início Box Calendário de Obrigaçoes*/
#calendario {
    background-color: #6f92ae;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    max-height: auto;
}
#calendario:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.04;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}

iframe#calendarios {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

iframe#obrigacoes {
    display: block;
    margin-top: -9px;
    overflow: hidden;
}
/*Fim Box Calendário de Obrigaçoes*/

/*Início Box Noticias*/
#noticias {
    background: #b5c7d6;
    padding-top: 80px;
}

#noticias:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.04;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}

#noticias h3 {
    font-weight: bold;
    padding-top: 30px;
    color: #000;
    font-size: 28px;
    text-align: center;
}
/*Fim Box Notícias*/

/*Início Box Contato */

#contato {
    background-color: #cedae4;
    color: #044E79;
}
#contato:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.04;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}

.contact-form{
    height: 730px;
    padding: 10px 30px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.titulo-form h3 {
    margin-bottom: 22px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.contact-form h4 {
    font-size: 16px;
    text-align: left;
}

.contact-form a {
    color: #044E79;
}

.contact-form a:hover {
    color: #FF6600;
    text-decoration:none;
}

.painel-mapa{
    padding: 30px 30px 30px 30px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.contact-form i{
    font-size: 18px;
    margin-right: 10px;
    color: #044E79;
}

.gmap{
    width: 100%;
    height: 450px;
    border: 5px solid #f6f5f0;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.gmap-area .map-content ul {
    list-style: none;
}

.gmap-area .map-content address h5{
    font-weight: 700;
    /* font-size: 16px; */
}

.form-group {
    margin-bottom: 20px;
}

.contact-form input {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-style: normal;
}

.contact-form textarea {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-style: normal;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #044E79;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #5CB85C;;
    background: #5CB85C;;
}

.contact-form  #sendmessage {
    color: #5CB85C;;
    border: 1px solid #5CB85C;;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

#contato .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

/*Fim Box Contato */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #c8cdd2;
    padding: 0 0 30px 0;
    color: #ffffff;
    font-size: 14px;
    width:100%;
    min-width:100%;
    position:relative;
    overflow:hidden;
}

#footer .footer-top {
    background: #e6ecf1;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.box-titulo-rodape {
    margin-bottom: 20px;
}

.box-titulo-rodape img {
    margin: auto;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 0;
    color: #34495e;
    padding: 0 15px;
}

#footer .footer-top h4 {
    font-size: 22px;
    font-weight: bold;
    color: #34495e;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding: 0;
}

#footer .footer-top .footer-links ul {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 4px 0;
}

#footer .footer-top .footer-links ul a {
    color: #34495e;
}

#footer .footer-top .footer-links ul a:hover {
    color: #FF6600;
}

#footer .footer-top .footer-links i {
    margin-right: 10px;
}

#footer .footer-top .footer-links ol li {
    padding: 4px 0;
    text-align: left;
    color: #34495e;
    line-height: 26px;
    font-size: 15px;
    list-style: none;
}

#footer .footer-top .footer-links ol a {
    color: #34495e;
}

#footer .footer-top .footer-links ol a:hover {
    color: #FF6600;
}

#footer .footer-top .social-links a {
    font-size: 26px;
    display: inline-block;
    background: #34495e;
    color: #ffffff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #FF6600;
    color: #fff;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #34495e;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #34495e;
}

#footer .credits a {
    color: #34495e;
}

#footer .credits a:hover {
    color: #FF6600;
}

/* Cotação de Moedas */
iframe#cotacao {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

/* Ícone Flutuante WhatsApp */
.whatsapp-flutuante {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32BA46;
    color: #fff;
    font-size: 36px;
    right: 25px;
    bottom: 25px;
    width: 54px;
    height: 54px;
    transition: background 0.5s;
    border-radius: 100%;
    z-index: 9999;
}

.whatsapp-flutuante:focus {
    background-color: #32BA46;
    color: #fff;
    outline: none;
}

.whatsapp-flutuante:hover {
    box-shadow: 0 0 10px rgba(73, 78, 92, 0.75);
    background-color: #32BA46;
    color: #fff;
    outline: none;
}