/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

.main {
    padding: 60px 0 0; }

@media screen and (min-width: 1024px) {
    .main-section {
        margin: 0 0 0 260px; } }

.main-section__title {
    display: block;
    height: 64px;
    padding: 0 24px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 64px; }

.main-section__intro {
    padding: 24px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300; }
.main-section__intro a {
    color: #2196F3;
    text-decoration: none; }

.main-section__content {
    /*padding: 24px;*/ 
}
.main-section__content p > code {
    padding: 2px 4px;
    font-size: 90%;
    color: #2196F3;
    background-color: #e3f2fd;
    border-radius: 4px; }
.main-section__content p > a {
    color: #2196F3;
    text-decoration: none; }

.main-section__subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1; }