.col-md-10 {
    width: 100%;
}

p {
    line-height: 1.5;
}

a {
    color: #16A085;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #1ABC9C;
}

a:focus {
    text-decoration: none;
}

code {
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    padding: 2px 8px;
    padding-top: 4px;
    display: inline-block;
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.btn .fa,
a.btn .fa {
    margin-right: 5px;
}

.btn-primary,
a.btn-primary {
    background: #16A085;
    border: 1px solid #16A085;
    color: #fff !important;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active,
a.btn-primary:active,
.btn-primary.active,
a.btn-primary.active,
.btn-primary.hover,
a.btn-primary.hover {
    background: #1ABC9C;
    color: #fff !important;
    border: 1px solid #1ABC9C;
}

.btn-green,
a.btn-green {
    background: #27AE60;
    border: 1px solid #27AE60;
    color: #fff !important;
}

.btn-green:hover,
a.btn-green:hover,
.btn-green:focus,
a.btn-green:focus,
.btn-green:active,
a.btn-green:active,
.btn-green.active,
a.btn-green.active,
.btn-green.hover,
a.btn-green.hover {
    background: #2ECC71;
    color: #fff !important;
    border: 1px solid #2ECC71;
}

.btn-blue,
a.btn-blue {
    background: #2980B9;
    border: 1px solid #2980B9;
    color: #fff !important;
}

.btn-blue:hover,
a.btn-blue:hover,
.btn-blue:focus,
a.btn-blue:focus,
.btn-blue:active,
a.btn-blue:active,
.btn-blue.active,
a.btn-blue.active,
.btn-blue.hover,
a.btn-blue.hover {
    background: #3498DB;
    color: #fff !important;
    border: 1px solid #3498DB;
}

.btn-orange,
a.btn-orange {
    background: #F39C12;
    border: 1px solid #F39C12;
    color: #fff !important;
}

.btn-orange:hover,
a.btn-orange:hover,
.btn-orange:focus,
a.btn-orange:focus,
.btn-orange:active,
a.btn-orange:active,
.btn-orange.active,
a.btn-orange.active,
.btn-orange.hover,
a.btn-orange.hover {
    background: #F1C40F;
    color: #fff !important;
    border: 1px solid #F1C40F;
}

.btn-red,
a.btn-red {
    background: #C0392B;
    border: 1px solid #C0392B;
    color: #fff !important;
}

.btn-red:hover,
a.btn-red:hover,
.btn-red:focus,
a.btn-red:focus,
.btn-red:active,
a.btn-red:active,
.btn-red.active,
a.btn-red.active,
.btn-red.hover,
a.btn-red.hover {
    background: #E74C3C;
    color: #fff !important;
    border: 1px solid #E74C3C;
}

.btn-pink,
a.btn-pink {
    background: #2C3E50;
    border: 1px solid #2C3E50;
    color: #fff !important;
}

.btn-pink:hover,
a.btn-pink:hover,
.btn-pink:focus,
a.btn-pink:focus,
.btn-pink:active,
a.btn-pink:active,
.btn-pink.active,
a.btn-pink.active,
.btn-pink.hover,
a.btn-pink.hover {
    background: #34495E;
    color: #fff !important;
    border: 1px solid #34495E;
}

.btn-purple,
a.btn-purple {
    background: #8E44AD;
    border: 1px solid #8E44AD;
    color: #fff !important;
}

.btn-purple:hover,
a.btn-purple:hover,
.btn-purple:focus,
a.btn-purple:focus,
.btn-purple:active,
a.btn-purple:active,
.btn-purple.active,
a.btn-purple.active,
.btn-purple.hover,
a.btn-purple.hover {
    background: #9B59B6;
    color: #fff !important;
    border: 1px solid #9B59B6;
}

.btn-cta {
    padding: 7px 15px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    appearance: none;
    /* for mobile safari */
    -webkit-appearance: none;
}

#topcontrol {
    background: #16A085;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 30;
}

#topcontrol:hover {
    background: #ECF0F1;
}

#topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}

.video-container iframe {
    max-width: 100%;
}


/* ====== Header ====== */

.header {
    background: #2C3E50;
    color: rgba(255, 255, 255, 0.85);
    border-top: 5px solid #16A085;
    padding: 30px 0;
}

.header a {
    color: #fff;
}

.branding {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.branding .logo {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.branding .logo a {
    text-decoration: none;
}

.branding .text-highlight {
    color: #16A085;
}

.body-green .branding .text-highlight {
    color: #27AE60;
}

.body-blue .branding .text-highlight {
    color: #2980B9;
}

.body-orange .branding .text-highlight {
    color: #F39C12;
}

.body-red .branding .text-highlight {
    color: #C0392B;
}

.body-pink .branding .text-highlight {
    color: #2C3E50;
}

.body-purple .branding .text-highlight {
    color: #8E44AD;
}

.branding .text-bold {
    font-weight: 800;
    color: #fff;
}

.branding .icon {
    font-size: 24px;
    color: #16A085;
}

.body-green .branding .icon {
    color: #27AE60;
}

.body-blue .branding .icon {
    color: #2980B9;
}

.body-orange .branding .icon {
    color: #F39C12;
}

.body-red .branding .icon {
    color: #C0392B;
}

.body-pink .branding .icon {
    color: #2C3E50;
}

.body-purple .branding .icon {
    color: #8E44AD;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb li {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb li.active {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb li a {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb li a:hover {
    color: #fff;
}

.breadcrumb>li+li:before {
    color: rgba(0, 0, 0, 0.4);
}

.doc-wrapper {
    padding: 45px 0;
    background: #f9f9fb;
}

.doc-body {
    position: relative;
}

.doc-header {
    margin-bottom: 30px;
}

.doc-header .doc-title {
    color: #16A085;
    margin-top: 0;
    font-size: 36px;
}

.body-green .doc-header .doc-title {
    color: #27AE60;
}

.body-blue .doc-header .doc-title {
    color: #2980B9;
}

.body-orange .doc-header .doc-title {
    color: #F39C12;
}

.body-red .doc-header .doc-title {
    color: #C0392B;
}

.body-pink .doc-header .doc-title {
    color: #2C3E50;
}

.body-purple .doc-header .doc-title {
    color: #8E44AD;
}

.doc-header .icon {
    font-size: 30px;
}

.doc-header .meta {
    color: #7f8c8d;
}

.doc-content {
    margin-left: 230px;
}

.doc-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.doc-section .section-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.doc-section h1 {
    font-size: 24px;
    font-weight: bold;
}

.doc-section h2 {
    font-size: 22px;
    font-weight: bold;
}

.doc-section h3 {
    font-size: 20px;
    font-weight: bold;
}

.doc-section h4 {
    font-size: 18px;
    font-weight: bold;
}

.doc-section h5 {
    font-size: 16px;
    font-weight: bold;
}

.doc-section h6 {
    font-size: 14px;
    font-weight: bold;
}

.section-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-block .block-title {
    margin-top: 0;
}

.section-block .list>li {
    margin-bottom: 10px;
}

.section-block .list ul>li {
    margin-top: 5px;
}

.question {
    font-weight: 400 !important;
    color: #1ABC9C;
}

.question .body-green {
    color: #2ECC71;
}

.body-blue .question {
    color: #3498DB;
}

.body-orange .question {
    color: #F1C40F;
}

.body-pink .question {
    color: #95A5A6;
}

.body-purple .question {
    color: #9B59B6;
}

.question .fa {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.question .label {
    font-size: 11px;
    vertical-align: middle;
}

.answer {
    color: #34495E;
}

.code-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.callout-block {
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}

.callout-block a {
    color: rgba(0, 0, 0, 0.55) !important;
}

.callout-block a:hover {
    color: rgba(0, 0, 0, 0.65) !important;
}

.callout-block .icon-holder {
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: rgba(0, 0, 0, 0.25);
}

.callout-block .content {
    margin-left: 60px;
}

.callout-block .content p:last-child {
    margin-bottom: 0;
}

.callout-block .callout-title {
    margin-top: 0;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.65);
}

.callout-info {
    background: #2980B9;
    color: #fff;
}

.callout-success {
    background: #27AE60;
    color: #fff;
}

.callout-warning {
    background: #F39C12;
    color: #fff;
}

.callout-danger {
    background: #C0392B;
    color: #fff;
}

.table>thead>tr>th {
    border-bottom-color: #1ABC9C;
}

.body-green .table>thead>tr>th {
    border-bottom-color: #2ECC71;
}

.body-blue .table>thead>tr>th {
    border-bottom-color: #3498DB;
}

.body-orange .table>thead>tr>th {
    border-bottom-color: #F1C40F;
}

.body-pink .table>thead>tr>th {
    border-bottom-color: #95A5A6;
}

.body-purple .table>thead>tr>th {
    border-bottom-color: #9B59B6;
}

.table-bordered>thead>tr>th {
    border-bottom-color: inherit;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.screenshot-holder {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.screenshot-holder img {
    border: 1px solid #f0f0f0;
}

.screenshot-holder .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none;
}

.screenshot-holder .mask .icon {
    color: #fff;
    font-size: 42px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -21px;
}

.screenshot-holder:hover .mask {
    visibility: visible;
}

.jumbotron h1 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
}

.author-profile {
    margin-top: 30px;
}

.author-profile img {
    width: 100px;
    height: 100px;
}

.speech-bubble {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.speech-bubble .speech-title {
    font-size: 16px;
}

.jumbotron .speech-bubble p {
    font-size: 14px;
    font-weight: normal;
    color: #34495E;
}

.speech-bubble:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.card {
    text-align: center;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 30px;
    position: relative;
}

.card .card-block {
    padding: 15px;
}

.card .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none;
}

.card .mask .icon {
    color: #fff;
    font-size: 42px;
    margin-top: 25%;
}

.card:hover .mask {
    visibility: visible;
}


/* Color Schemes */

.body-green .header {
    border-color: #27AE60;
}

.body-green a {
    color: #27AE60;
}

.body-green a:hover {
    color: #52b161;
}

.body-blue .header {
    border-color: #2980B9;
}

.body-blue a {
    color: #2980B9;
}

.body-blue a:hover {
    color: #2aa8e9;
}

.body-orange .header {
    border-color: #F39C12;
}

.body-orange a {
    color: #F39C12;
}

.body-orange a:hover {
    color: #ed7108;
}

.body-pink .header {
    border-color: #2C3E50;
}

.body-pink a {
    color: #2C3E50;
}

.body-pink a:hover {
    color: #7f8c8d;
}

.body-purple .header {
    border-color: #8E44AD;
}

.body-purple a {
    color: #8E44AD;
}

.body-purple a:hover {
    color: #6c3282;
}

.body-red .header {
    border-color: #C0392B;
}

.body-red a {
    color: #C0392B;
}

.body-red a:hover {
    color: #C0392B;
}


/* Sidebar */

.doc-sidebar {
    width: 200px;
}

.doc-menu {
    list-style: none;
    padding-left: 0;
}

.doc-menu>li {
    margin-bottom: 5px;
}

.doc-menu>li>a {
    display: block;
    padding: 5px 15px;
    border-left: 4px solid transparent;
    color: #34495E;
}

.doc-menu>li>a:hover,
.doc-menu>li>a:focus {
    color: #16A085;
    text-decoration: none;
    background: none;
}

.body-green .doc-menu>li>a:hover,
.body-green .doc-menu>li>a:focus {
    color: #27AE60;
}

.body-blue .doc-menu>li>a:hover,
.body-blue .doc-menu>li>a:focus {
    color: #2980B9;
}

.body-orange .doc-menu>li>a:hover,
.body-orange .doc-menu>li>a:focus {
    color: #F39C12;
}

.body-red .doc-menu>li>a:hover,
.body-red .doc-menu>li>a:focus {
    color: #C0392B;
}

.body-pink .doc-menu>li>a:hover,
.body-pink .doc-menu>li>a:focus {
    color: #2C3E50;
}

.body-purple .doc-menu>li>a:hover,
.body-purple .doc-menu>li>a:focus {
    color: #8E44AD;
}

.doc-menu>li.active>a {
    background: none;
    border-left: 4px solid #16A085;
    color: #16A085;
    font-weight: 600;
}

.body-green .doc-menu>li.active>a {
    color: #27AE60;
    border-color: #27AE60;
}

.body-blue .doc-menu>li.active>a {
    color: #2980B9;
    border-color: #2980B9;
}

.body-orange .doc-menu>li.active>a {
    color: #F39C12;
    border-color: #F39C12;
}

.body-red .doc-menu>li.active>a {
    color: #C0392B;
    border-color: #C0392B;
}

.body-pink .doc-menu>li.active>a {
    color: #2C3E50;
    border-color: #2C3E50;
}

.body-purple .doc-menu>li.active>a {
    color: #8E44AD;
    border-color: #8E44AD;
}

.doc-sub-menu {
    list-style: none;
    padding-left: 0;
}

.doc-sub-menu>li {
    margin-bottom: 10px;
    font-size: 12px;
}

.doc-sub-menu>li:first-child {
    padding-top: 5px;
}

.doc-sub-menu>li>a {
    display: block;
    color: #34495E;
    padding: 0;
    padding-left: 34px;
    background: none;
}

.doc-sub-menu>li>a:hover {
    color: #16A085;
    text-decoration: none;
    background: none;
}

.body-green .doc-sub-menu>li>a:hover {
    color: #27AE60;
}

.body-blue .doc-sub-menu>li>a:hover {
    color: #2980B9;
}

.body-orange .doc-sub-menu>li>a:hover {
    color: #F39C12;
}

.body-red .doc-sub-menu>li>a:hover {
    color: #C0392B;
}

.body-pink .doc-sub-menu>li>a:hover {
    color: #2C3E50;
}

.body-purple .doc-sub-menu>li>a:hover {
    color: #8E44AD;
}

.doc-sub-menu>li>a:focus {
    background: none;
}

.doc-sub-menu>li.active>a {
    background: none;
    color: #16A085;
}

.body-green .doc-sub-menu>li.active>a {
    color: #27AE60;
}

.body-blue .doc-sub-menu>li.active>a {
    color: #2980B9;
}

.body-orange .doc-sub-menu>li.active>a {
    color: #F39C12;
}

.body-red .doc-sub-menu>li.active>a {
    color: #C0392B;
}

.body-pink .doc-sub-menu>li.active>a {
    color: #2C3E50;
}

.body-purple .doc-sub-menu>li.active>a {
    color: #8E44AD;
}

.affix-top {
    position: absolute;
    top: 15px;
}

.affix {
    top: 15px;
}

.affix,
.affix-bottom {
    width: 230px;
}

.affix-bottom {
    position: absolute;
}


/* ===== Promo block ===== */

.promo-block {
    background: #16A085;
}

.body-green .promo-block {
    background: #27AE60;
}

.body-blue .promo-block {
    background: #2980B9;
}

.body-orange .promo-block {
    background: #F39C12;
}

.body-pink .promo-block {
    background: #7f8c8d;
}

.body-purple .promo-block {
    background: #8E44AD;
}

.promo-block a {
    color: rgba(0, 0, 0, 0.5);
}

.promo-block a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.promo-block .promo-block-inner {
    padding: 45px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.promo-block .promo-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 45px;
}

.promo-block .promo-title .fa {
    color: rgba(0, 0, 0, 0.5);
}

.promo-block .figure-holder-inner {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.promo-block .figure-holder-inner img {
    border: 5px solid #fff;
}

.promo-block .figure-holder-inner .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    text-decoration: none;
}

.promo-block .figure-holder-inner .mask .icon {
    color: #fff;
    font-size: 42px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -21px;
}

.promo-block .figure-holder-inner .mask .icon.pink {
    color: #2C3E50;
}

.promo-block .figure-holder-inner:hover .mask {
    visibility: visible;
}

.promo-block .content-holder-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.promo-block .content-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

.promo-block .highlight {
    color: rgba(0, 0, 0, 0.4);
}

.promo-block .btn-cta {
    background: rgba(0, 0, 0, 0.35);
    border: none;
    color: #fff !important;
    margin-bottom: 15px;
}

.promo-block .btn-cta:hover {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff !important;
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    .doc-content {
        margin-left: 0;
    }
    .jumbotron {
        padding: 30px 15px;
    }
    .jumbotron h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .jumbotron p {
        font-size: 18px;
    }
    .promo-block .promo-block-inner {
        padding: 30px 15px;
    }
    .promo-block .content-holder-inner {
        padding: 0;
    }
    .promo-block .promo-title {
        margin-bottom: 30px;
    }
}


/* Small devices (tablets, 768px and up) */


/* Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */


/* ======= Landing Page ======= */

.landing-page .header {
    background: #2C3E50;
    color: rgba(255, 255, 255, 0.85);
    padding: 60px 0;
}

.landing-page .header a {
    color: #fff;
}

.landing-page .branding {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.landing-page .branding .logo {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 0;
}

.landing-page .branding .text-bold {
    font-weight: 800;
    color: #fff;
}

.landing-page .branding .icon {
    font-size: 32px;
    color: #16A085;
}

.landing-page .tagline {
    font-weight: 600;
    font-size: 20px;
}

.landing-page .tagline p {
    margin-bottom: 5px;
}

.landing-page .tagline .text-highlight {
    color: #2C3E50;
}

.landing-page .fa-heart {
    color: #2C3E50;
}

.landing-page .cta-container {
    margin-top: 30px;
}

.landing-page .social-container {
    margin-top: 30px;
}

.landing-page .social-container .twitter-tweet {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.landing-page .social-container .fab-like {
    display: inline-block;
}

.cards-section {
    padding: 30px 0;
    background: #f9f9fb;
    /* background-image: url(/images/Personalizar/LayoutPadrao/Card2.png); */
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-x: right;
    background-position-y: 80%;
    background-attachment: fixed;
}

.cards-section .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.cards-section .intro {
    margin: 0 auto;
    max-width: 860px;
    margin-bottom: 60px;
    color: #7f8c8d;
}

.cards-section .intro p {
    font-size: 15px;
}

.cards-section .cards-wrapper {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}

.cards-section .item {
    margin-bottom: 30px;
}

.cards-section .item .icon-holder {
    margin-bottom: 15px;
}

.cards-section .item .icon {
    font-size: 36px;
}

.cards-section .item .title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.cards-section .item .intro {
    margin-bottom: 15px;
    font-size: 15px;
}

.cards-section .item-inner {
    padding: 45px 30px;
    position: relative;
    min-height: 310px;
    max-height: 310px;
    /* border: 1px solid #e7e7e7; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #34495e;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-top: 3px solid;
}

.cards-section .item-inner .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.cards-section .item-inner:hover {
    opacity: 0.6;
}

.cards-section .item-primary .item-inner {
    border-color: #1ABC9C;
    color: #1ABC9C;
}

.cards-section .item-green .item-inner {
    border-color: #2ECC71;
    color: #2ECC71;
}

.cards-section .item-blue .item-inner {
    border-color: #3498DB;
    color: #3498DB;
}

.cards-section .item-orange .item-inner {
    border-color: #F39C12;
    color: #F39C12;
}

.cards-section .item-red .item-inner {
    border-color: #E74C3C;
    color: #E74C3C;
}

.cards-section .item-default .item-inner {
    border-color: #34495e;
    color: #34495e;
}

.cards-section .item-purple .item-inner {
    border-color: #9b59b6;
    color: #9b59b6;
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    .cards-section .item-inner {
        padding: 30px 15px;
    }
}


/* Small devices (tablets, 768px and up) */


/* Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */


/* Definições personalizadas do Rahel */


/* Link para tabela de orientações */

.linktable {
    color: #16A085;
}

.linktable:hover {
    color: #1ABC9C;
}

.linktable:focus {
    color: #1ABC9C;
}


/* Fim do link para tabela de orientações */


/* Posts Recentes */

.panel-info>.panel-heading {
    background-color: #34495E;
    border-color: #34495E;
    border-radius: 0px !important;
    /* border-top-left-radius: 3px;
    border-top-right-radius: 3px; */
}

.panel-title {
    color: white;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    text-align: justify;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: none !important;
}

.panel-info {
    border-color: 1px solid #f0f0f0;
}


/* Fim dos Posts Recentes */

.label-warning {
    background-color: #F1C40F;
    border-radius: 10px;
}

.btn-todos-docs {
    margin-top: -20px;
    border-radius: 0;
    color: #ffffff;
    background-color: #2980b9;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.btn-todos-docs:hover {
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}


/* Fim das definições personalizadas do Rahel */