@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);
body,html {height:100%}

body {
    padding-top: 55px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 26px;
    /* background: #e9ebee; */
    font-variant-numeric: lining-nums;
    text-align: justify
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #0070c0;
}
a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
p{
    font-size:16px;
}
#conteudo {
    min-height: 100%;
    position: relative;
    padding-bottom: 350px
}
.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
    margin-bottom: 50px;
}
.section-header .section-title {
    font-size: 32px;
    color: #0070c0;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    bottom: 0;
    height: 2px;
    background: #0070c0;
}
.section-header .section-title.main-title:before {
    content: "";
    position: absolute;
    width: 400px;
    left: 0;
    margin-left: 0;
    bottom: 0;
    height: 2px;
    background: #0070c0;
}
#blog .section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 0;
    margin-left: 0;
    height: 2px;
    background: #0070c0;
}
.align-center{
    text-align:center;
}
.help-block ul li{
    list-style:none;
    color: #bc386f;
    padding:0px;
    margin: 0;
}
.btn {
    border-width: 0;
    border-radius: 0;
}
.btn.btn-primary {
    background: #bc386f;
    color: #FFFFFF;
    padding: 10px 20px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #c52a6b;
}
.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #141414;
}
#features h2{
    color: #fff;}

#features p{

    color: #A0A0A0;}
#features .media-heading{
    color: #fff;
}
.media-heading { height: 2.5em }
.media-body h4.media-heading {
    text-transform: uppercase
}
ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
ul.nostyle i {
    color: #45aed6;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.navbar-toggle{
    border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #141414;}
.navbar-nav>li>a {
    text-transform: uppercase;
}

#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a,
#main-nav.navbar-default .navbar-nav > li:hover > a {
    background: #0070c0
}
.navbar-default .navbar-nav>li>a {
    color: white !important;
    font-weight: bold
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {background: #0070c0;}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {background: #0070c0;color: #fff;}
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
    margin-top: 11px;
}
.navbar.navbar-default .navbar-brand {
    height: auto;
    position: absolute;
    background: #FFFFFF;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
@media only screen and (min-width: 768px) {
    #main-nav.navbar-default {
        background: #0070c0;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }
    #main-nav.navbar-default .navbar-nav > li > a {
        padding-top: 19px;
        /* padding-bottom: 11px; */
    }
    .navbar-default .navbar-nav>li>a {
        color: #c5c5c5;
    }
    #main-nav.navbar-default .navbar-nav > li.active > a,
    #main-nav.navbar-default .navbar-nav > li.open > a,
    #main-nav.navbar-default .navbar-nav > li:hover > a {
        background: #6f2f9f;
        color: #ffffff;
        /* border-top: 6px solid #f3b600; */
        box-sizing: border-box;
        margin-right: .5em
            /* padding: 34px 15px; */
    }
    #main-nav.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }
    #main-nav.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }
    #main-nav.navbar-default .dropdown-menu > li > a { 
        padding: 15px 0;
        color:#A8A8A8; 
    }
    #main-nav.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }
    #main-nav.navbar-default .dropdown-menu > li.active,
    #main-nav.navbar-default .dropdown-menu > li.open,
    #main-nav.navbar-default .dropdown-menu > li:hover {
        border-left-color: #45aed6;
    }
    #main-nav.navbar-default .dropdown-menu > li.active > a,
    #main-nav.navbar-default .dropdown-menu > li.open > a,
    #main-nav.navbar-default .dropdown-menu > li:hover > a {
        color: #45aed6;
        background-color: transparent;
    }
}
#main-slider {
    overflow: hidden;
}
#main-slider .item {
    height: 700px;
    background-repeat: no-repeat;
    /*    background-position: 50% 0;
        background-size: cover;*/
    background-position: center;
    background-size: 100%;
}
#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    position: relative;
}
#main-slider .slider-inner p {
    margin-bottom: 0;
    padding: 0.5em 1em
}
#main-slider .slider-inner h2 {
    /* margin-top: 180px; */
    margin-bottom: 0;
    padding: 0.3em 1em;
    font-size: 34px;
    line-height: 49px;
    color: #FFFFFF;
    /* text-align: left; */
    text-transform: uppercase;
}
#main-slider .slider-inner h2 > span {
    color: #45aed6;
}
#main-slider .slider-inner .btn {
    margin-top: 10px;
    box-shadow: 0 0 0 50px #6b3b1c inset;
    color: white;
}
#main-slider .slider-inner .btn:hover {
    color: black;
    background: white;
    box-shadow: 0 0 0 0.01px #6b3b1c inset
}
#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 47%;
    background-color: rgba(0, 112, 192, 0.73);
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    border-radius: 50%;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #141414;
}
#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}
#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: yellow;
}
#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}
#hero-text {
    padding: 46px 0;
    background-color: white;
    /* border-bottom:2px solid #EAEAEA; */
    color: #0070c0;
}
#hero-text h2 {
    margin-top: 0;
    color: #0070c0;
    padding: 1em
}
#hero-text .btn {
    margin-top: 40px;
    background-color: white;
    color: #121D29;
}
#cta2 {
    background: #45b1da;
    color: #fff;
    padding-top: 70px;
}
#cta2 .btn {
    margin-top: 10px;
}
#cta2 h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
}
#cta2 h2 > span {
    color: #45aed6;
}
#features {
    padding: 100px 0;
    background: #141414;
}
#features .media.service-box:first-child {
    margin-top: 80px;
}
#services {
    padding: 100px 0 75px;
}
/*==================  Circle  ======================*/
.circle {
    display: inline-block;
    position: relative;
    border: 2px solid #0070c0;
    border-radius: 50%;
    margin-bottom: 20px;
}
.circle .inner {
    vertical-align: middle;
    display: table-cell;
    width: 150px;
    height: 150px;
}
.service_header .circle .inner {
    width: 175px;
    height: 175px
}
.circle .inner .fa {
    text-align: center;
    font-size: 72px;
    width: 100%;
    color: #0070c0
}
.icon-wrapper .circle {
    display: table-cell
}
#nav_servicos .icon-wrapper .circle {
    display: block
}
#nav_servicos .icon-wrapper .circle .inner {
    width: 162px;
    height: 162px;
}
#nav_servicos .icon-wrapper h3::before {
    content: " ";
    position: absolute;
    left: 50%;
    width: 75%;
    margin-left: -37.5%;
    margin-top: 60px;
    height: 2px;
    background: #0070c0;
}
#auditoria .icon-wrapper h3::before {
    margin-top: 85px !important
}
#consult_societaria .icon-wrapper h3::before {
    margin-top: 85px !important
}
#nav_servicos .icon-wrapper h5 {
    text-align: center;
    margin-top: 25px;
    color: #767676;
}
.fa.icon-idelso { font-size: 750% !important }

.media.service-box {
    margin: 25px 0 36px;
    text-align: center;
}
.media.service-box p {
    text-align: justify
}
.media.service-box .pull-left {
    margin-right: 20px;
}
.media.service-box .pull-left > i {
    font-size: 54px;
    height: 67px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    color: #05BA8E;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}

.media.service-box:hover .pull-left > i {
    color: #121D29;
}
.carousel-caption{
    position: absolute;
    width: 100%;
    float: left;
    background: rgba(0, 112, 192, 0.05);
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}
.caption-left {
    margin: 0 !important;
    left: 5% !important;
    float: none !important;
    height: auto !important;
}
.caption-right {
    margin: 0 !important;
    left: auto !important;
    right: 5% !important;
    float: none !important;
    height: auto !important;
}
.carousel-content{
    position:absolute;

}
#portfolio {
    padding: 100px 0;
    background: white;
}
#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#portfolio .portfolio-filter > li {
    float: left;
    display: block;
}
#portfolio .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;
    margin:0px 2px;
    background: #fff;
    color: #64686d;
    position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
    background: #E95D90;
    color: #fff; 
} 
#portfolio .portfolio-items {
    margin: -15px;
}
#portfolio .portfolio-item {
    width: 24.9%;
    float: left;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 18px 0 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height:100%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
    margin-top: 15%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview { 
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #F1F1F1;
    display:block;
    text-align: center;
    margin: 15px auto;
    font-size: 40px;
}
#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding:0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}
#testimonial {
    background: white;
    background-size: cover;
    padding: 100px 0;
    color: #0070c0;
}
#testimonial h4 {
    color: #0070c0;
    margin-bottom: 8px;
}
#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
    margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 8px;
    color: #fff;}
#about {
    padding: 100px 0;
}
.carousel-content{
    padding: 20px;
    color: #fff;
    position: absolute;
    /* float: left; */
    left: 0;
    /*    background: rgba(41, 41, 41, 0.51);*/
    /* text-align: center; */
    width: 40%;
    bottom: 3em;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: auto;
}
.carousel-content p{font-size: 18px;/* text-align: left; */}
.carousel-content .btn{

}
.imgs img{
    padding: 0;
    background-color: #F6D600;
}
#newsletter {
    padding: 70px 0
}
#newsletter .form-control {
    border: 1.5px solid #000000;
}
#categories {
    padding-top: 70px
}
/*blog*/ 
#blog {
    padding: 100px 0;
    background-color: gainsboro
}
#blog .team-member {
    padding: 10px;
    /* border: 2px solid #ffffff; */
    /* background: #BEBEBE; */
}
#blog .team-member .team-img {
    margin: -15px -15px 0 -15px;
}
#blog .team-member .team-info {
    padding-bottom: 10px;
    text-align: justify;
    color: black
} 
#blog .team-member:hover .social-icons > li > a {
    background: #45aed6;
}
#blog .team-member:hover .social-icons{ 
    height:35px; 
}
#blog .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    height:0px; 
    overflow:hidden;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}
#blog .social-icons > li {
    display: inline-block;
}
#blog .social-icons > li > a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #222534;
    border-radius: 3px;
}
.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
    color: #272727;
}
.nav.main-tab > li.active > a {
    background: #222534;
    color: #45aed6;
}
.nav.main-tab > li:first-child > a {
    border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
    border-radius: 0 3px 0 0;
}
.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}
.panel-default {
    border-color: #eee;
}
.panel-default > .panel-heading {
    background-color: #e9ebee;
    border-color: #e9ebee;
}
.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
    background-color: #e9ebee;
}
#business-stats {
    padding: 100px 0 70px;
    background: #132125;
    background-size: cover;
    color: #fff;
}
#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
    color: #fff;
}
#business-stats strong {
    display: block;
    margin-bottom: 30px;
}
.business-stats {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}
#pricing {
    padding: 100px 0 70px;
}
#pricing ul.pricing {
    list-style: none;
    padding: 0;
    margin: 70px 0 30px;
    border: 5px solid #464646;
    padding: 15px;
    text-align: center;
    /* background: #EEE; */
}
#pricing ul.pricing li {
    display: block;
    padding: 10px;
}
#pricing ul.pricing li.plan-header {
    background: #bc386f;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
    border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: 15px;
    top: -10px;
    display: inline-block;
    width: 100%;
    height: 116px;
    color: #fff;
    border-bottom: 1px dashed #696363;
}
#pricing ul.pricing li.plan-header .price-duration > span {
    display: block;
    line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
    /* background: #ffffff; */
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: block;
    clear: right;
    margin: 0 auto;
    line-height: 150px;
    font-size: 32px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
    margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 24px;
    color: #ffd7e8;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
#pricing ul.pricing.featured {
    /* background: #ffffff; */
    border-color: #bc386f;
}
#pricing ul.pricing.featured li.plan-header {
    /* background: #D7D7D7; */
}
#pricing ul.pricing.featured li.plan-header .plan-name {
    color: #ffffff;
}
#contact-us {
    padding: 100px 0 0;
    /* background: #D2D2D2; */
    /* color: #121D29; */
}
#contact-us h1,
#contact-us h2 {
    /* color: #121D29; */
}
/*Contact*/
.contact-info{
    padding: 0 0 50px;
}
.contact-info address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 27px;
    font-size:20px;
}
.contact-info .form-control {
    padding: 6px 12px;
    border-radius: 0.5em;
    background: none;
    color: black;
}

/***********************
********* Header ******
************************/
#header .social-icons {
    margin: 0
}
#header ul.social-icons > li {
    display: inline-block;
    padding: 3px 0;
    min-width: 31px;
    text-align: center;
    border-radius: 50%;
    margin: 0px
}
#header ul li a i {
    font-size: 20px;
}

#header ul li a i:hover {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);

    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

/***********************
********* Footer ******
************************/
#footer {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 30px;
    color: black;
    background: gainsboro;
}
#footer h4 {
    color: black
}
#footer h4::before {
    content: "";
    position: absolute;
    width: 140px;
    top: 40px;
    /* margin-bottom: 1em; */
    /* left: 50%; */
    /* margin-left: -70px; */
    height: 2px;
    background: #0070c0;
}
#footer a {
    color: black;
}
#footer a:hover {
    color: #0070c0;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}
#footer_services ul li:first-child {
    margin-top: 2em
}
/*#footer ul li:first-child {
    margin-top: 2em
}*/
#footer ul.social-icons > li {
    display: inline-block;
    background: white;
    padding: 3px 0;
    width: 31px;
    text-align: center;
    border-radius: 50%
}
#footer address {
    margin-top: 2em
}
#footer img:first-child {
    border-radius: 1em
}
#footer_links ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
    display: inline;
}
#footer_links li {
    float:left;
    padding: 1em;
    list-style-type:none;
}
#compartilhe {
    cursor: pointer;
    float: right;
    padding: 1em
}
#compartilhe i {
    font-size: 150%
}
.copyrights {
    padding-bottom: 30px;
    background-color: #2caab3;
    color: white
}
.copyrights ul li a {
    color: white !important
}
.copyrights ul li a:hover {
    color: black !important;
    font-weight: bold;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }

    #header .social-icons{
        padding-left: 12em
    }
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
@media only screen and (max-width: 480px) {
    #portfolio .portfolio-filter {
        list-style: none;
        padding: 0;
        margin: 0 0 12px;
    }
    #portfolio .portfolio-item{
        width:40%;
    }
    #portfolio .portfolio-filter > li a {
        display: block;
        padding: 7px 15px;
        margin: 5px 2px;
    }
    #portfolio .portfolio-item {
        width: 48.9%;
        padding: 8px;
    }
    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
        width: 28px;
        height: 24px;
        line-height: 24px; 
        margin: 9px auto;
    }
    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
        padding: 7px 0 0;
    }
}
.form-control:focus {
    border-color: #6b3b1c
}

input.btn.buttons, .btn.buttons {
    color: #000000;
    padding: .5em 4em;
    box-shadow: 0 0 0 2px #000000 inset;
    border-radius: 100px;
    background: transparent
}

input.btn.buttons:hover, .btn.buttons:hover {
    box-shadow: 0 0 0 50px #0070c0 inset;
    color: white;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: white;
    background-color: #0070c0
}

#servico {
    padding: 50px 0;
    color: white
}

#servico h3 {
    color: white
}

#servico .btn.buttons {
    color: white;
    box-shadow: 0 0 0 2px white inset;
}

#servico .btn.buttons:hover {
    color: #0070c0;
    box-shadow: 0 0 0 50px white inset
}

#servico .row .red {
    background-color: #e04c00;
    padding: 0
}

#servico .row .green {
    background-color: #0db800;
    padding: 0
}

#servico .row .red > div {
    padding: 1em
}

#servico .row .green > div {
    padding: 1em
}

/* ******************** PERSONALIZAÇÃO DOS SLIDES ******************** */
#slide_1 h2 { background-color: #8d27b0 }
#slide_1 p { background-color: #e04c00 }
#slide_1 a { box-shadow: 0 0 0 50px #6b3b1c inset !important }
#slide_1 a:hover { box-shadow: 0 0 0 0.01px #6b3b1c inset !important }

#slide_2 h2:first-child { background-color: #0070c0 }
#slide_2 p { background-color: #e04c00 }
#slide_2 a { box-shadow: 0 0 0 50px #e04c00 inset !important }
#slide_2 a:hover { box-shadow: 0 0 0 0.01px #e04c00 inset !important }

#slide_3 h2:first-child { background-color: #e04c00 }
#slide_3 p { background-color: #0070c0 }
#slide_3 a { box-shadow: 0 0 0 50px #e04c00 inset !important }
#slide_3 a:hover { box-shadow: 0 0 0 0.01px #e04c00 inset !important }

#slide_4 h2 { background-color: #6b3b1c }
#slide_4 p { background: rgba(53, 53, 53, 0.7) }
#slide_4 a { box-shadow: 0 0 0 50px #6b3b1c inset !important }
#slide_4 a:hover { box-shadow: 0 0 0 0.01px #6b3b1c inset !important }
/* ******************** PERSONALIZAÇÃO DOS SLIDES ******************** */

.descr {
    min-height: 240px
}

.services_background { height: 600px }
.services_top { margin-top: -2em }
#banner {
    background: url(../../images/banner-trabalhe-conosco.jpg);
    height: 230px;
    background-size: cover;
    background-position: center;
    margin-top: 4em
}
#blog_banner {
    background: url(../../images/blog-banner.jpg);
    height: 290px;
    background-size: cover;
    background-position: center;
    margin-top: 4em
}
#bg_consultoria { background: url(../../images/servicos/consultoria-tributaria/consultoria-tributaria.jpg);  background-size:cover; }
#bg_assessoria { background: url(../../images/servicos/consultoria-tributaria/assessoria-fiscal-preventiva-dos-procedimentos-tributários.jpg);  background-size:cover; }
#bg_revisao { background: url(../../images/servicos/consultoria-tributaria/revisao-tributaria-ultimos-cinco-anos.jpg);  background-size:cover; }
#bg_compliance { background: url(../../images/servicos/consultoria-tributaria/compliance-tributario.jpg);background-size:cover;  }
#bg_gestao { background: url(../../images/servicos/gestao-tributaria/gestao-tributaria.jpg);background-size:cover; }
#bg_planejamento_tributario { background: url(../../images/servicos/gestao-tributaria/planejamento-tributario.jpg);background-size:cover; }
#bg_incentivos_fiscais { background: url(../../images/servicos/gestao-tributaria/incentivos-fiscais.jpg);background-size:cover; }
#bg_lei_do_bem { background: url(../../images/servicos/gestao-tributaria/lei-do-bem.jpg);background-size:cover; }
#bg_due_diligence { background: url(../../images/servicos/gestao-tributaria/due-diligence.jpg);background-size:cover; }
#bg_recuperacao_de_creditos { background: url(../../images/servicos/gestao-tributaria/recuperacao-de-creditos-extemporaneos.jpg);background-size:cover; }
#bg_legal_opinion { background: url(../../images/servicos/gestao-tributaria/legal-opinion.jpg);background-size:cover; }
#bg_habilitacao_de_creditos { background: url(../../images/servicos/gestao-tributaria/habilitacao-dos-creditos-acumulados-da-icms.jpg);background-size:cover; }
#bg_auditoria { background: url(../../images/servicos/auditoria-fiscal-de-estoque/auditoria.jpg);background-size:cover; }
#bg_auditoria_fiscal { background: url(../../images/servicos/auditoria-fiscal-de-estoque/auditoria-fiscal.jpeg);background-size:cover; }
#bg_bloco_k { background: url(../../images/servicos/auditoria-fiscal-de-estoque/bloco-k.jpg);background-size:cover; }
#bg_consultoria_societaria { background: url(../../images/servicos/consultoria-societaria-e-patrimonial/home.jpg);background-size:cover; }
#bg_planejamento_societario { background: url(../../images/servicos/consultoria-societaria-e-patrimonial/planejamento-societario.jpg);background-size:cover; }
#bg_planejamento_sucessorio { background: url(../../images/servicos/consultoria-societaria-e-patrimonial/planejamento-sucessorio-familiar.jpg);background-size:cover; }
#bg_elaboracao_de_acordo { background: url(../../images/servicos/consultoria-societaria-e-patrimonial/elaboracao-de-acordo.jpg);background-size:cover; }
#bg_criacao_e_participacao { background: url(../../images/servicos/consultoria-societaria-e-patrimonial/criacao-e-participacao.jpg);background-size:cover; }
#bg_institucional { background: url(../../images/institucional-banner.jpg);background-size:cover; }
#bg_coaching_tax { background: url(../../images/coaching-tax-banner.jpg);background-size:cover; }
#bg_outsourcing { background: url(../../images/outsourcing.jpg);background-size:cover; }


#menu-interno ul li a {
    padding: 1em 3.3em;
}
#pior_risco {
    font-weight: bold;
    font-style: italic;
    font-size: 125%;
}
.facebook { color: #3b5998 }
.linkedin { color: #007bb6}
.twitter { color: #36b9ff }
.google { color: #dc4a38 }


/* ***************************
***** PÁGINA DOS SERVIÇOS ***
*************************** */
#service_content {
    text-align: left
}
.service_header.services ul li {
    list-style-type: square;
    text-align: left;
    padding: .4em 0;
    color: white
}
.service_header.services ul li a {
    color: white
}
.service_header.services ul li a:hover {
    color: #45aed6
}
#service_content h4 {
    padding: 4em 2em 2em;
}
#service_content .h4::before {
    content: "";
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    bottom: 55px;
    height: 2px;
    background: #0070c0;
}
#service_desc .circle {
    margin: 0
}
#service_desc section {
    padding: 80px 0;
    position: relative;
    /*    float: right;*/
}
#service_desc #second .circle {
    background-color: white
}
#service_desc #second .circle .inner {
    width: 100px;
    height: 100px;
    display: block
}
#service_desc #second .circle .inner .fa {
    text-align: center;
    font-size: 50px;
    width: 100%;
    color: #0070c0;
    line-height: 100px
}
#service_desc #second a {
    color: white;
    display: inline;

}
#service_desc #second a:hover {
    color: #45aed6
}
#nav_servicos {
    background-color: gainsboro;
    padding: 40px 0 !important;
    margin-top: 4em
}
#nav_servicos h2 {
    padding: 0 0 40px;
}
#nav_servicos ul li {
    list-style-image: url(../images/ico/checked.png);
    padding: .5em;
    text-align: left;
}
#nav_servicos ul li a {
    font-weight: bold;
    font-size: 130%;
    color: #767676;
}
#nav_servicos ul li a:hover {
    color: #0070c0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
#nav_servicos ul li a::before {
    content: "";
    position: absolute;
    width: 95%;
    margin-left: 0;
    margin-top: 35px;
    height: 2px;
    background: #0070c0;
}
#nav_servicos .icon-wrapper {
    background-color: gainsboro
}
.icon-wrapper {
    background-color: #e9ebee
}
.service_header {
    background-color: #0070c0;
    margin-top: -2em
}
.service_header h4 {
    padding: 0 !important;
}
.service_title {
    color: white;
    text-align: left;
    text-transform: uppercase;
    padding-left: 1em;
    padding-top: .5em
}
.service_header_brown {
    background-color: #6b3b1c;
}
.navbar-toggle {
    border: 1px solid white
}

.table>thead>tr>td.cor_tb1, 
.table>tbody>tr>td.cor_tb1, 
.table>tfoot>tr>td.cor_tb1, 
.table>thead>tr>th.cor_tb1, 
.table>tbody>tr>th.cor_tb1, 
.table>tfoot>tr>th.cor_tb1, 
.table>thead>tr.cor_tb1>td, 
.table>tbody>tr.cor_tb1>td, 
.table>tfoot>tr.cor_tb1>td, 
.table>thead>tr.cor_tb1>th, 
.table>tbody>tr.cor_tb1>th, 
.table>tfoot>tr.cor_tb1>th {
    /*background-color: #1f497d*/
    background-color: gainsboro
}
.table>thead>tr>td.cor_tb2, 
.table>tbody>tr>td.cor_tb2, 
.table>tfoot>tr>td.cor_tb2, 
.table>thead>tr>th.cor_tb2, 
.table>tbody>tr>th.cor_tb2, 
.table>tfoot>tr>th.cor_tb2, 
.table>thead>tr.cor_tb2>td, 
.table>tbody>tr.cor_tb2>td, 
.table>tfoot>tr.cor_tb2>td, 
.table>thead>tr.cor_tb2>th, 
.table>tbody>tr.cor_tb2>th, 
.table>tfoot>tr.cor_tb2>th {
    /*    background-color: #948a54*/
    background-color: white
}
.table>thead>tr>td.cor_tb3, 
.table>tbody>tr>td.cor_tb3, 
.table>tfoot>tr>td.cor_tb3, 
.table>thead>tr>th.cor_tb3, 
.table>tbody>tr>th.cor_tb3, 
.table>tfoot>tr>th.cor_tb3, 
.table>thead>tr.cor_tb3>td, 
.table>tbody>tr.cor_tb3>td, 
.table>tfoot>tr.cor_tb3>td, 
.table>thead>tr.cor_tb3>th, 
.table>tbody>tr.cor_tb3>th, 
.table>tfoot>tr.cor_tb3>th {
    background-color: #e04c00
}
table th {
    text-align: center;
    color: white;
}
table th:first-child {
    color: black;
}
table td { 
    /*color: white*/
    color: black
}
table img { 
    margin: 0 auto 
}

.row.service_header.services div div:first-child {
    padding-bottom: 2em;
}

/*.service_header_brown ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
    display: inline;
}
.service_header_brown ul li {
    float: left
}
.service_header_brown ul a li {
    color: white;
}*/

/* ***************************
***** PÁGINA DOS SERVIÇOS ***
*************************** */
.row.text-center.orange {
    margin-top: 2em
}
.orange {
    background-color: #e04c00 !important;
    color: white !important
}

#planos h4 {
    color: #767676
}

#first ul li a {
    color: #767676;
    font-weight: bold;
    font-size: 125%
}
#coaching { 
    padding: 0 0 80px !important 
}
#orcamento {
    margin-top: 4em
}
#orcamento img {
    width: 85%;
    margin-top: 1em;
}
#orcamento .col-md-5 img {
    width: 100%
}

#service_content ul li {
    padding: .3em 0;
    font-size: 16px
}
#service_content ul li ul li {
    padding: 0;
}
cite { 
    font-size: 65% 
}
.max-width-small {
    max-width: 70px
}
.max-width-large {
    max-width: 200px
}
.custom-container {
    margin-left: 0;
    padding-left: 0;
    margin-top: 4em;
}
#carousel {
    background-color: gainsboro;
    text-align: center;
    padding: 5em;
    height: 400px !important
}
.carousel-control {
    background-image: none !important;
    top: unset;
    bottom: unset;
    display: none
}
.carousel-indicators {
    bottom: 0px !important
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 1.5px solid black
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    background-color: black
}
.carousel-inner .item {
    min-height: 300px
}
.carousel-inner .item h3 {
    color: black;
}
.aspas {
    font-size: 300%;
    display: block;
    padding-top: .5em;
}
.aspas:first-child {
    padding: 0
}
.box_institucional {
    border: 3px solid black;
    padding: 1em;
    margin-top: 1em;
    text-align: center
}
.box_institucional h3 {
    text-transform: uppercase;
    color: black;
    padding-bottom: 1em;
}
.box_institucional .circle {
    border: 3px solid black;
}
.box_institucional .circle .inner .fa {
    color: black;
}
.box_institucional .circle .inner img {
    max-width: 100px;
    margin: 0 auto;
}
#coaching_page .cinza {
    background-color: #7b7b7b;
    color: white;
    /*border-radius: 50%*/
}
#coaching_page .azul {
    background-color: #004780;
    color: white;
    border-radius: 1.5em;
    min-height: 185px;
    padding: 1em;
    font-size: 150%;
}
#coaching_page .circle {
    border: 5px solid white;
    margin-right: -.7em;
    z-index: 999;
}
#coaching_page .circle .inner {
    width: 185px;
    height: 185px
}
#coaching_page h4 {
    padding: 2em;
    color: white;
    text-align: center
}
.box_institucional.coaching_page .circle .inner {
    font-size: 500%
}
.popup {
    display: none;
    position: fixed;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    height: 650px;
    top: 15%;
    z-index: 20;
    padding: 10px;
    background: rgb(255, 255, 255);
    overflow-y: scroll
}
#popup_termos {
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    z-index: 99999
}
.popup i {
    position: fixed;
    top: 50px;
    right: 0px;
    font-size: 400%;
    color: white;
    cursor: pointer;
}
.panel-heading {
    border: 1px solid gainsboro !important
}
h4.panel-title {
    padding: 0 !important;
    font-weight: bold !important
}
#faq {
    padding-top: 5em
}
#faq h3 {
    margin-bottom: 2em
}
#faq h3::before {
    content: "";
    position: absolute;
    width: 300px;
    left: 0;
    margin-left: 0;
    margin-top: 30px;
    height: 2px;
    background: #0070c0;
}
a button {
    bottom: 7px !important;
    /* position: absolute; */
    margin-top: 20px;
}
#servico a {
    color: white
}
#blog_posts {
    margin-top: 3em
}
#destaque_blog, #leia_mais {
    margin-top: 4em;
}
#destaque_blog .col-md-4 > div {
    border: 3px solid gray;
    background-color: gainsboro;
    padding: 10px;
    height: 250px
}
#destaque_blog a {
    color: black
}
#destaque_blog h3, #destaque_blog h4 {
    color: red;
}
#leia_mais .team-info,
.featured_posts .team-info {
    background: rgba(0, 112, 192, 0.8);
    /* color: white !important; */
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 60%;
}
#leia_mais .team-info h3,
.featured_posts .team-info h3 {
    color: white;
    padding: 15px;
    font-size: 90%;
    font-weight: 500;
    margin: 0 auto;
}
#leia_mais .team-info-date {
    background: rgba(0, 112, 192, 0.8);
    /* color: white !important; */
    position: absolute;
    top: 10%;
    left: 15px;
    width: auto;
}
#leia_mais .team-info-date h3 {
    color: white;
    padding: 15px;
    font-size: 100%;
    font-weight: unset;
    margin: 0 auto;
}
#post_content img {
    margin: 0 1.5em 1.5em 0;
}
#post_content p {
    margin: 0 0 1.5em
}

#blog_posts .team-info-date,
#blog .team-info-date {
    background: rgba(0, 112, 192, 0.8);
    /* color: white !important; */
    position: absolute;
    top: 5px;
    right: 15px;
    width: auto;
}
#blog_posts .team-info-date h3,
#blog .team-info-date h3 {
    color: white;
    padding: 15px;
    font-size: 100%;
    font-weight: unset;
    margin: 0 auto;
}
#blog_posts a,
#blog a {
    color: black
}
#blog_posts a:hover, 
#blog a:hover {
    color: #45aed6;
    transition: 0.3 all ease-in-out;
    -webkit-transition: 0.3 all ease-in-out;
    -moz-transition: 0.3 all ease-in-out;
    -ms-transition: 0.3 all ease-in-out;
    -o-transition: 0.3 all ease-in-out;
}
#share {
    margin-top: 130px
}
#share .fa {
    margin-right: .1em
}
#leia_mais .section-header .row {
    margin-bottom: 3em;
}
#leia_mais #carousel {
    padding: 0;
    height: auto !important;
    background-color: transparent;
}
#leia_mais img, 
#blog_posts img,
#blog img {
    height: 250px;
    width: 100%
}
.search_result_item a {
    color: #0070c0
}
.search_result_item a:hover {
    color: #45aed6
}
#busca {
    margin-top: 2em
}
.row.search_result_item:last-child {
    margin-bottom: 150px;
}
#leia_mais .section-header a {
    color: #0070c0;
}
#leia_mais .section-header a:hover {
    color: #45aed6;
}
#busca #search.form-control {
    border: 2px solid #0070c0;
}
#blog_posts .team-info,
#blog .team-info {
    height: 170px
}
.featured_posts .team-info {
    height: auto !important;
    text-align: center !important
}
.team-info .text-right {
    right: 0;
    bottom: 0;
    position: absolute;
}
#categorias {
    background-color: #0070c0;
}
#categorias h4 {
    color: white !important;
    padding-bottom: 1em
}
#categorias a {
    color: white
}
.interno {
    background-color: transparent !important
}
.interno .col-md-4 {
    margin-bottom: 3em;
}
#sidebar .section-header {
    background-color: #0070c0;
    font-size: unset;
}
#sidebar .section-header h4 {
    color: white;
    text-transform: uppercase;
    padding: 0 0 0 1em;
    line-height: 40px;
    font-size: 120%
}
#sidebar .section-header .section-title.main-title:before {
    display: none
}
#sidebar #newsletter form {
    margin-top: 2em;
}
#sidebar #categories a:before {
    content: " ";
    position: absolute;
    background: gainsboro;
    width: 85%;
    height: 1px;
    left: 50%;
    margin-left: -42.5%;
    margin-top: 25px;
}
#categories .container-fluid a {
    text-align: left !important;
    color: black;
    font-weight: bold;
    font-size: 105%;
    font-variant: small-caps;
}
#categories .container-fluid a:hover {
    color: #45aed6;
    transition: 0.3 all ease-in-out;
    -webkit-transition: 0.3 all ease-in-out;
    -moz-transition: 0.3 all ease-in-out;
    -ms-transition: 0.3 all ease-in-out;
    -o-transition: 0.3 all ease-in-out;
}
#mais_lidos .team-info-date h3 {
    font-variant: small-caps;
    font-size: 115%;
}
.team-info p {
    color: black;
    text-align: left;
    font-size: 85%;
}
.interno img {
    height: 180px !important;
}
.interno .team-info h3 {
    font-size: 115%;
    text-align: center;
}
.lista-numerica p {
    margin: 0 !important;
}
#internas {
    font-size: 400%; 
    padding-top: 1em
}
.panel-title > a {
    font-size: 110%
}
span.tag {
    background-color: #0070c0;
    padding: .4em;
    color: white;
    border-radius: 5px;
}
section#leia_mais {
    padding-bottom: 1em
}

/*#blog.featured_posts .carousel-inner {
    min-height: 500px
}*/

@media (max-width: 1366px) {
    #menu-interno ul li a { padding: 1em 2.3em; }
}
@media (min-width: 1200px) {
    .media-body { min-height: 500px; display: block }
    #main-nav.navbar-default .navbar-nav > li::before {
        content: "|";
        position: absolute;
        font-size: 140%;
        top: 15px;
        color: white;
    }
    #main-nav.navbar-default .navbar-nav > li:first-child::before { display: none }
    /*    .service_header_brown ul li { padding: 0.3em 4.9em }*/
    .box_institucional { min-height: 570px }
    .box_institucional.coaching_page { min-height: 655px }
}
@media (max-width: 1170px) {
    .custom-container { padding-right: 1em }
}
@media (max-width: 1199px) {
    .media-body { display: block; min-height: 600px; }
    .box_institucional { min-height: 625px; }
    .marginbottom { margin-bottom: 5em }
    /*    .service_header_brown ul li { padding: 0.3em 3.1em; }*/
}
@media (max-width: 991px) {
    .media-body { display: block; min-height: 380px; }
    .box_institucional { min-height: unset; }
    .marginbottom { margin-bottom: 50em }
    /*    .service_header_brown ul li { padding: 0.3em 1.1em; }*/
    #main-slider .slider-inner h2 { font-size: 150% }
    #carousel { padding: 5em 0 }
    #carousel h3 { font-size: 130% }
    .section-header .section-title { font-size: 25px }
    .team-info h3 { font-size: 18px; text-align: center }
    #servico { padding: 0 0 700px }
    .descr { min-height: 290px }
    #internas { font-size: 300%; padding: 0.5em}
    .circle .inner { width: 125px; height: 125px }
    .circle .inner .fa { font-size: 65px }
    .box_institucional .circle .inner img { max-width: 75px }
    .icon-wrapper { padding: 0 5px }
    .row.service_header .circle .inner { width: 100px; height: 100px }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 45px }
    #pior_risco { font-weight: normal; font-size: 75% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
    #nav_servicos ul li a::before { width: 50% }
    #nav_servicos .icon-wrapper .circle .inner { height: 110px }
    #nav_servicos .icon-wrapper .circle .inner .fa { font-size: 55px }
    #blog_posts .team-info, #blog .team-info { height: 130px }
    #blog_banner { height: 100px }
    #leia_mais .team-member { padding: 5px 0 }
}
@media (max-width: 767px){
    #header .social-icons{ padding-left: 12em }
    .media-body { display: block; min-height: auto }
    #about p { margin-top: 2em }
    .icon-wrapper { padding: 0 }
    .row.service_header .circle .inner { width: 95px; height: 95px }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 30px }
    #pior_risco { font-weight: normal; font-size: 75% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
    #nav_servicos ul li a::before { margin-top: 5px }
}
@media (max-width: 699px){
    #footer_links li { float: none; padding: 0 1em; }
    #footer_links li:last-child { padding-bottom: 2em }
    .marginbottom { margin-bottom: 60em }
    .navbar.navbar-default .navbar-brand { height: auto; position: absolute; padding: 0; max-width: 50px !important; background: white; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
    #internas { font-size: 175%; padding: 0}
    .circle .inner { width: 115px; height: 115px }
    .circle .inner .fa { font-size: 60px }
    .box_institucional .circle .inner img { max-width: 70px }
    .icon-wrapper { padding: 0 }
    .row.service_header .circle .inner { width: 90px; height: 90px }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 30px }
    #pior_risco { font-weight: normal; font-size: 75% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
    #nav_servicos ul li a::before { width: 50% }
    .section-header .section-title.main-title:before { width: 150px }
}
@media (max-width: 480px) {
    h2 { font-size: 24px }
    h3 { font-size: 22px }
    #conteudo { padding-bottom: 1050px }
    #main-slider .slider-inner h2 { font-size: 20px; line-height: unset }
    #main-slider .item { margin-top: -19em }
    .navbar.navbar-default .navbar-brand { max-width: 120px }
    .carousel-caption { height: auto }
    .carousel-content { width: 100%; top: 470px }
    .carousel-content p { font-size: 13px }
    .marginbottom { margin-bottom: unset }
    #servico { padding: 0 }
    #internas { font-size: 160%; padding: 0}
    .circle .inner { width: 100px; height: 100px }
    .circle .inner .fa { font-size: 60px }
    .box_institucional .circle .inner img { max-width: 70px }
    .icon-wrapper { padding: 0 }
    .row.service_header .circle .inner { width: 80px; height: 80px }
    #orcamento .row.service_header .circle .inner { width: 95px; height: 95px }
    .fa.icon-idelso { font-size: 450% !important }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 30px }
    #pior_risco { font-weight: normal; font-size: 75% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
    #nav_servicos ul li a { font-size: 100% }
    #nav_servicos .icon-wrapper { padding-left: 3px }
    #nav_servicos .icon-wrapper .circle .inner { width: 60px; height: 55px }
    #nav_servicos .icon-wrapper .circle .inner .fa { font-size: 30px }
    #nav_servicos h3 { font-size: 90%; text-align: left; }
    #nav_servicos .icon-wrapper h3::before { display:none }
    #nav_servicos .icon-wrapper h5 { text-align: left; font-size: 80%}
    .services_background { height: 140px;background-repeat: no-repeat }
    #post_content { padding: 0 1em }
    #blog_posts .team-info, #blog .team-info { height: 120px }
    #blog { padding: 0 0 20px }
    #share { margin: 0 }
    #coaching_page .circle { margin-bottom: -.7em }
}
@media (max-width: 414px) {
    .carousel-content { top: 455px }
    #internas { font-size: 150%; padding: 0}
    .circle .inner { width: 90px; height: 90px }
    .circle .inner .fa { font-size: 50px }
    .box_institucional .circle .inner img { max-width: 60px }
    .icon-wrapper { padding: 0 }
    .row.service_header .circle .inner { width: 75px; height: 75px }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 30px }
    #pior_risco { font-weight: normal; font-size: 75% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
    #nav_servicos .icon-wrapper .circle .inner { width: 55px; height: 50px }
    #nav_servicos .icon-wrapper .circle .inner .fa { font-size: 30px }
    #coaching_page .azul { font-size: 100% }
}
@media (max-width: 384px) {
    h2 { font-size: 23px }
    h3 { font-size: 21px }
    .carousel-content { top: 448px }
    #internas { font-size: 140%; padding: 0}
    .circle .inner { width: 85px; height: 85px }
    .circle .inner .fa { font-size: 45px }
    .box_institucional .circle .inner img { max-width: 55px }
    .icon-wrapper { padding: 0 }
    .row.service_header .circle .inner { width: 70px; height: 70px }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 30px }
    #pior_risco { font-weight: normal; font-size: 85% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
    .services_background { height: 110px;background-repeat: no-repeat}
    #nav_servicos .icon-wrapper .circle .inner { width: 50px; height: 45px }
    #coaching_page h4 { padding: 6.5em }
}
@media (max-width: 375px) {
    .carousel-content { top: 445px }
    #internas { font-size: 135%; padding: 0}
    .circle .inner { width: 80px; height: 80px }
    .circle .inner .fa { font-size: 40px }
    .box_institucional .circle .inner img { max-width: 50px }
    .icon-wrapper { padding: 0 }
    .row.service_header .circle .inner { width: 65px; height: 65px }
    h1.service_title { font-size: 20px; padding: 0; margin: 10px 0 0;  }
    .icon-wrapper .circle .inner .fa { font-size: 30px }
    #pior_risco { font-weight: normal; font-size: 75% }
    #first ul li { text-align: left !important; }
    #first ul li a { font-size: 100%; }
    #coaching h4 { font-size: 100%; font-weight: normal; }
}
@media (max-width: 360px) {
    h2 { font-size: 22px }
    h3 { font-size: 20px }
    .carousel-content { top: 440px }
    #header ul.social-icons > li { display: inline }
    #carousel h3 { font-size: 110% }
    .section-header .section-title { font-size: 20px }
    p { font-size: 14px }
    input.btn.buttons, .btn.buttons { padding: .5em 2em;
    margin-top: 35px}
    .team-info h3 { font-size: 16px }
    #internas { font-size: 135%; padding: 0}
    .circle .inner { width: 80px; height: 80px }
    .circle .inner .fa { font-size: 40px }
    .box_institucional .circle .inner img { max-width: 50px }
    #coaching_page h4 { padding: 6em }
}
@media (max-width: 320px) {
    .carousel-content { top: 430px }
    #coaching_page h4 { padding: 5em }
}
#conteudo {
    padding: 0 !important
}
.no-padding {
    padding: 0;
    margin: 0
}
.outsourcing-sub-overlay {
    position: absolute;
    padding: 0 3em;
}
.outsourcing-subtitles h3 {
    color: white !important;
    text-shadow: 2px 2px 2px black;
}
.outsourcing-sub-overlay.contabilidade {
    background: rgba(107, 59, 28, .78);
    left: 500px;
    top: 150px
}
.outsourcing-sub-overlay.fiscal {
    background: rgba(0, 112, 192, .78);
    left: 50px;
    top: 150px
}
.outsourcing-sub-overlay.financeiro {
    background: rgba(224, 76, 0, .78);
    left: 50px;
    top: 25px
}
.outsourcing-sub-overlay.startup {
    background: rgba(243, 190, 8, .78);
    left: 370px;
    top: 150px;
    padding: 0 1em;
}
.outsourcing-sub-overlay.tax-compliance {
    background: rgba(0, 112, 192, .78);
    left: 500px;
    top: 25px;
    padding: 0 1em;
}
.outsourcing-sub-overlay.business-support {
    background: rgba(51, 204, 51, .78);
    left: 500px;
    top: 150px;
    padding: 0 1em;
}
.breadcrumb {
    background-color: #e9ebee
}
@media (max-width: 767px) {
    .outsourcing-sub-overlay {
        position: relative;
        padding: 0 .5em;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important
    }
}
.media.service-box a:first-child {
    color: black;
}
.media.service-box a:first-child:hover {
    color: #45aed6;
}

#servico .row .red > div {
    text-align: left;
}

/*==================================================
    CSS das páginas de serviços criadas em 2020
===================================================*/
.img-responsive {
    margin: 20px auto;
    display: block;
    max-width: 100%;                
    /*margin: 20px 0 20px 0;*/
}

.tit2 {
    padding: 10px;
    font-size: 1.6em;
    text-align: center;
    background: #E04C00;
    color: #fff;
    font-weight: 100;
}

.tit1 {
    font-size: 2em;
    text-align: center;
    background: #E04C00;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.sub-tit-1 {
    text-align: center;
    font-size: 24px;
}

.paragraph-services {
    font-size: 18px;
}

.servicos {
    margin: 40px 0;
}

.servicos > .row {
    background: #0070C0;
}

.servicos .row .col-md-6 {
    background: #0070C0;
    margin: 0;
    padding: 25px;
}

.servicos h1 {
    color: #fff;
    text-align: center;
}

.servicos p{
    color: #fff;
    text-align: center;
    margin-left: 25px;
}

.img-services {
    display: block;
    margin: 50px 0;
}

.description-services h3 {
    color: #333;
}

.description-services .help-company li {
    font-size: 18px;
    line-height: 2.4;
}

.help-company {
    margin: 20px 0;
}

.solution-services {
    margin: 60px 0;
}

.solution-services h3 {
    text-align: center;
}

.ebook {
    position: relative;
    margin: 50px 0;
}

.ebook-destacado {
    position: absolute;
    left: 80px;
    top: 50px;
    padding: 5px;
    background: #0070C0;
    color: #fff;
    font-weight: 500;
}
 
.tit-ebook {
    text-align: center;
}

.sub-tit2 {
    text-align: center;
    font-size: 18px;
    color: #333;
}

 .nav.navbar-nav .scroll:hover ul.dropdown-menu {
        display: block;
    }

#main-nav.navbar-default .dropdown-menu {
    background: #0070C0;
}

#main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #f2be08;
}

#main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #fff;
}
#main-nav.navbar-default .dropdown-menu > li > a {
    color: #fff;
}

#main-nav.navbar-default .dropdown-menu > li:hover > a {
    text-decoration: underline;
}

@media (max-width: 769px) {
    .img-services {
        display: block;
        height: auto;
        margin: 0 auto;
    }
    .ebook-destacado {
        left: 0;
    }
}
