@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;700&family=Roboto:wght@400;700&display=swap');

body {
    background-color: #fff !important;
    font-family: 'Roboto', sans-serif!important;
    scroll-behavior: smooth;
}
  
a {  
    transition: ease .5s;
}
a:hover, a:focus {
    opacity: .7;
    text-decoration: none;
}

.custom-site-header-color {
    height: 100px;
    background: white;
    display: flex;
    align-items: center;
}

.site--wrap {
    padding-bottom: 0;
  	min-height: auto;
}

footer {
    padding-bottom: 40px;
}

h1, h2, h3 {
    color: #1678DC;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
}
h4, h5, h6 {
    color: #1A4074;
    font-family: 'Red Hat Display', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

h1,
.category--structure .right-content {
    margin-top: 0;
    line-height: 1;
    color: #1678DC;
    text-shadow: none;
}

h2 {
    display: block;
    clear: both;
    text-align: left;
    font-size: 40px;
    padding: 0 0 20px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

h2,
.category--structure .right-content {
    font-family: 'Red Hat Display', sans-serif;
    margin-top: 0;
    line-height: 1;
    text-shadow: none;
}
.category--structure .right-content header h1, .category--structure .right-content header h2, .category--structure .right-content header h3 {
    color: #1678DC;
    font-family: 'Red Hat Display', sans-serif;
    display: inline-flex;
    font-size: 34px;
}

h3,
.section-header a:link {
    margin: 0 0 15px;
    color: #1678DC;
}

h3,
.section-header a:visited {
    margin: 0 0 15px;
    color: #1678DC;
}

.search--row .row-title {
    font-family: 'Red Hat Display', sans-serif;
}
ul.search-results > li {
    border: none;
}
ul.search-results > li > a {
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

b, strong, .colour {
    color: #1678DC!important;
}
.article-body a {
    text-decoration: none;
}
.article-controls {
    display: none;
}
.article--structure .article-header .header-title {
    color: #1678DC!important;
    font-family: 'Red Hat Display', sans-serif;
}
.article--structure .article-header {
    padding: 20px 0 0;
}
.articles-list a {
    font-weight: 700;
}
.article--structure .article-footer, .article--structure .article-footer .article-helpful {
    background: none!important;
}
.article--structure .article-body {
    font-size: 16px;
}

.docs--sections .sections-links {
    padding: 20px 0!important;
}
.docs--sections .sections-links .in-label {
    font-family: 'Red Hat Display', sans-serif;
}
.docs--sections .sections-links > li {
    width: 16.66%;
}

.header--nav ul > li a {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
    padding: 5px 20px;
    border: none;
    border-radius: 100px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    letter-spacing: .1rem;;
}
.header--nav ul > li:last-child {
    padding: 0 0 0 10px;
}

.header--nav ul > li:first-child a {
    background-color: #1678DC;
}
.header--nav ul > li:last-child a {
    background-color: #FCB315;
}

.form-control.input-sort {
    max-width: 210px;
    font-family: 'Roboto', sans-serif;
}

.search--row {
    padding: 90px 0px;
    background-color: #DCE6EA;
    background: url(https://blog.pegaplantao.com.br/wp-content/uploads/2023/01/hero.png) no-repeat center center;
    background-size: cover;
}
.search--row .history-path {
    display: flex;
    justify-content: start;
}
.search--row .search_input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../images/icons/i-search.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    padding: 0 60px 0 20px;
    font-size: 16px;
    font-weight: normal;
    outline: none;
}

.search--row.search-inner {
    padding: 50px 0;
}
.search--row.search-inner .search_input {
    margin-top: 5px;
    padding: 15px;
}

ul.search-results {
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
}

.site--header {
    background-color: none;
}

.header--nav a {
    color: #FFF !important;
    padding: 0px 15px 0px 15px;
    border: 1px white solid;
    border-radius: 4px;
}

.article--structure .article-header .header-title {
    font-size: 34px;
    margin: 0;
    color: #333333;
    line-height: 1.1;
}

.search--row .row-title a {
    color: #1678DC;
}
.search--row ul.history-path li:not(:last-child) > a, .header--nav a, ul.history-path:last-child li:last-child a {
    color: #1678DC;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.docs--sections {
    margin: 0 0 40px;
}

div {
    display: block;
}

.docs--sections .sections-links {
    list-style: none;
    padding: 55px 0 60px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.docs--sections .sections-links>li {
    border: 2px transparent solid;
    padding-bottom: 30px;
    border-radius: 4px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.docs--sections .sections-links {
    list-style: none;
    padding: 55px 0 60px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.docs--sections .sections-links>li {
    border: 2px transparent solid;
    padding-bottom: 30px;
    border-radius: 4px;
}

.category-img-220 {
    background: url(http://suporte.pegaplantao.com.br/desk/file/12956717/icon_relatorios.svg) no-repeat center;
}

.category-img-178 {
    background: url(http://suporte.pegaplantao.com.br/desk/file/12956715/icon_escalas.svg) no-repeat center;
}

.category-img-1428 {
    background: url(http://suporte.pegaplantao.com.br/desk/file/12956716/icon_profissionais.svg) no-repeat center;
}

.category-img-239 {
    background: url(http://suporte.pegaplantao.com.br/desk/file/12956714/icon_coordenadores.svg) no-repeat center;
}

.category-img-1565 {
    background: url(http://suporte.pegaplantao.com.br/desk/file/12956712/icon_configuracoes.svg) no-repeat center;
}

.category-img-185 {
    background: url(http://suporte.pegaplantao.com.br/desk/file/12956711/icon_aplicativos.svg) no-repeat center;
}

.icon-images {
    height: 100%;
    width: 100%;
}

.docs--sections .sections-links .icon-hold {
    display: block;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 5px;
}

.docs--sections .sections-links {
    list-style: none;
    padding: 55px 0 60px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.docs--sections .sections-links a {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    color: #666666;
}

.docs--sections .sections-links>li {
    min-width: 160px;
}

.docs--sections .sections-links>li:hover {
    border: 2px #eaeaea solid;
}

.docs--sections .sections-links .icon-hold:after {
    display: none;
}

.docs--custom-steps-nav {
    position: fixed;
    width: 260px;
    height: auto;
    padding: 30px;
    box-shadow: 2px 1px 20px rgb(0 0 0 / 7%);
    top: 155px;
    left: calc(50% + 276px);
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    border-radius: 5px;
}
.docs--custom-steps-nav div {
    margin-bottom: 10px;
}
.docs--custom-steps-nav h4 {
    margin: 0 0 20px;
}
.docs--custom-steps-nav div:last-of-type {
    margin-bottom: 0;
}

.search--row.search-inner .search-form {
    width: 260px;
    max-width: 100%;
    float: right;
    /*display: none;*/
}

img:hover {
    cursor: pointer;
}

iframe {
    border-radius: 5px;
}