p {
    line-height: 26px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 15px;
}

.main-header nav.desktop-nav ul.first-level > li a.destaque {
    color: #2D5EAD;
}

nav.desktop-nav ul.first-level>li>ul.second-level>li>a {
    line-height: normal;
    padding: 12px;
}

nav.desktop-nav ul.first-level>li>ul.second-level {
    left: -65px;
    width: 265px;
}

.main-header-blue {
    background-color: #2D5EAD;
}

.main-header-blue nav.desktop-nav ul.first-level > li a{
    color: #FFF;
}

.main-header-blue nav.desktop-nav ul.first-level > li > a:after {
    background-color: #CCC;
}

.main-header-blue nav.desktop-nav ul.first-level > li a.destaque {
    /*color: #2D5EAD;*/
    color: #CCC;
}

.main-header-blue .menu-icon {
    color: #FFF;
}

.main-header-blue .logo-mk {
    color: #FFF;
    text-shadow: 1px 1px #000;
    top: -8px;    
}

.site-hero,
.site-hero_2 {
    background: #DDD;
    background: -webkit-linear-gradient(#DDD, #FFF);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DDD, #FFF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DDD, #FFF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DDD, #FFF);
    /* Standard syntax (must be last) */
}

.site-hero {
    height: 300px;
}

.site-hero_2 {
    height: 300px;
}

.site-hero_2 .page-title {
    top: 70%;
}

.site-hero ul.slides {
    height: 230px;
}

/* .site-hero-logo .big-title {
    margin-bottom: 0;
    border: none;
    color: #000;
}

.site-hero-logo .small-title {
    margin-bottom: 10px;
    color: #C00;
    background: transparent;
    font-weight: bold;
    display: block;
    position: relative;
    top: -30px;
    left: 34px;
} */

/* .logo.site-hero-logo .big-title {
    margin-bottom: 0;
    color: #000;
    font-size: 1.5em;
}

.logo.site-hero-logo .small-title {
    font-size: .8em;
    color: #C00;
    font-weight: bold;
    display: block;
    position: relative;
    top: -81px;
    left: 34px;
} */

.logo-mk {
    height: auto;
    position: relative;
    left: 2em;
    color: #000;
    font-size: 1.5em;
}
.logo-mk .net {
    font-size: 1.3em;
    border: 1px solid #DD4031;
    background: #DD4031;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    padding: 0 .2em .05em .1em;
    box-shadow: 0px 0px 1px #DD4031;
    position: relative;
    top: 0.1em;
    text-shadow: 1px 1px #000;
}

.logo-mk .net span{
    position: relative;
    top: -.03em;
}
    
.logo-mk .sub {
    position: relative;
    top: 1.7em;
    left: -14.9em;
    font-size: .4em;
}

.site-hero-logo .logo-mk-home {
    font-size: 3em;
    top: -.5em;
    /* text-shadow: 1px 1px #CCC; */
}

.site-hero-logo p {
    position: relative;
    top: 2em;
}

.site-hero-logo .slogan {
    color: #2D5EAD;
}

.section-slogan {
    margin-top: 50px;
}
.section-slogan .section-title span {
    color: #666;
    font-size: 1.5em;
    font-weight: normal;
}

.section-slogan .destaque {
    color: #000;
}

.section-slogan .section-title span:after {
    display: none;
}

.site-hero_2 .page-title .small-title {
    color: #2D5EAD;
    font-size: 1.4em;
}

.pricing_plan {
    border-top-color: #CCC;
    border-top-width: 3px;
}

.pricing_plan:hover {
    border-top-color: #2D5EAD;
}

.pricing_plan:after {
    border: none;
}

.pricing_plan ul {
    margin: 25px 0 30px;
}

ul.list li:before {
    content: "\f125";
}

ul.list li.plus,
ul.list li span.asterisco {
    color: #C00;
}

ul.list li.plus:before {
    content: "\f218";
    font-size: 1.3em;
    left: -3px;
    top: -2px;
}

ul.list li.asterisco {
    margin-top: 15px;
    font-style: italic;
    font-size: .9em;
}

ul.list li.asterisco:before {
    content: "\f314";
    font-size: .9em;
}

ul.contato li {
    padding-left: 22px;
}

ul.contato li:before {
    font-size: 1.5em;
    top: -3px;
}

ul.list li.telefone:before {
    content: "\f4b9";
}

ul.list li.celular:before {
    content: "\f1fa";
}

ul.list li.email:before {
    content: "\f422";
    left: -4px;
}

ul.list li.facebook:before {
    content: "\f231";
}

.section-title span:after {
    top: 95%;
    height: 3px;
}

.section-title .sub-section-title {
    font-size: 1.5em;
    width: 100%;
    margin-bottom: 0;
    color: #000;
}

.section-title .sub-section-title:after {
    display: none;
}

.green-section,
.btn.green {
    background-color: #2D5EAD;
}

.btn.white {
    color: #C00;
}

.btn {
    padding: 0 15px;
}

.agency .section-title {
    margin: 0;
}

.benefits_1_single>i {
    color: #2D5EAD;
}

.benefits_1_single>i:after {
    background-color: #CCC;
    content: none;
}

section {
    margin-top: 100px;
}

section.no-margin-top {
    margin-top: 0px !important;
}

.agency {
    margin-top: -100px;
}

.testimonials_single .author_name {
    padding: 7px;
    background-color: transparent;
    color: #2D5EAD;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    display: inline-block;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info em {
    background-color: #2D5EAD;
}

.destaque {
    color: #C00;
}


/* HOME */

.services .services-left i.icon {
    display: block;
    font-size: 56px;
    text-align: center;
    margin-bottom: 15px;
    color: #2D5EAD;
}

.services .services-left .service-title {
    text-align: center;
    width: 100%;
}

.services ul {
    text-align: center;
}

.feature-icon {
    height: 210px;
}

.feature-icon span {
    margin-top: 15px;
}

nav.desktop-nav .icon:before,
.icon-download:before {
    font-size: 1.5em;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.icon-download:before {
    margin-right: 5px;
}


.service-obs {
    font-size: .9em;
    font-weight: normal;
}

.input_1,
.textarea_1 {
    border-color: #AAA;
}

.input_1 select {
    background: #FFF;
    border: none;
    width: 98%;
    padding: 12px;
}

.input_1 span.active_select {
    color: #AAA;
}

.alert ul {
    margin-left: 20px;
}

.footer {
    padding:50px 0;
}

.carousel {
    border: 1px solid #CCC;
}

.carousel-control {
    background-image: none !important;
    text-shadow: none;
    color: #666;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active,
.carousel-control:visited {
    color: #444;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    border-color: #666;
}

.carousel-indicators li.active {
    background-color: #CCC;
}

.carousel-caption {
    color: #666;
    text-shadow: none;
    margin-bottom: -32px;
}