body, html {
    overflow-x: hidden;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    position: relative;
    min-height: 100vh;
    padding-right: 0 !important;

    display: flex;
    flex-direction: column;
}

body > section:only-of-type,
body > div#content {
    flex: 1;
}

ol.breadcrumb {
    margin-bottom: 0;
}

ul#menu {
    margin: unset;
}

.menu-grande {
    width: 100%;
    padding: 0px !important;
}

.navbar-nav {
    margin: unset;
}

nav ul.nav {
    list-style: none;
    float: none !important;
}

nav li {
    display: inline-block;
}

nav li a {
    display: block;
}

h1, h2, h3, h4, h5, h6, span, p {
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

@media (max-width: 767px) {
    h4.media-heading {
        font-weight: 600;
    }
}

#divcontatoCollapsado h3.titulo {
    font-size: 26px;
    margin: 5px 0;
}

.subtitulo {
    margin-top: 5px;
}

h2.titulo {
    padding-top: 17px;
    padding-bottom: 20px;
    margin: 0;
}

a {
    outline: none;
}

ol.breadcrumb a {
    color: black;
}

.servicos-categorias .list-group .list-group-item {
    border: unset;
    font-size: 1.5rem;
    color: #333;
    font-weight: unset;
    padding-left: 25px;
}

.servicos-categorias .list-group .list-group-item.active {
    border: unset;
    font-size: 1.5rem;
    color: white;
    font-weight: unset;
}

.servicos-categorias .list-group-item {
    border: unset;
    font-size: 1.7rem;
    color: #5c5d63;
    font-weight: 600;
    cursor: default;
}

a img {
    outline: none;
}

a div {
    outline: none;
}

div#serventiaNome {
    margin: auto 0px auto 15px;
    line-height: 28px;
    font-weight: 500;
}

.menu-servico {
    padding-left: 15px;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

div {
    outline: none;
}

.content-overflow {
    overflow: hidden;
    height: 100%;
}

.box .content .img-gallery {
    height: 100%;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    transition: transform .2s;
}

.box .content .img-gallery:hover {
    -ms-transform: scale(1.03);
    /* IE 9 */
    -webkit-transform: scale(1.03);
    /* Safari 3-8 */
    transform: scale(1.03);
}

.box .content .description {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 5px;
    color: #EEE;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    left: 20px;
    text-align: center;
    z-index: 1080;
}

.col-md-9.serv-left-border.single {
    width: 100%;
    border: none;
}

@media (max-width: 991px) {
    .tab-content.quem-somos > .tab-pane {
        display: block;
    }
}

.box {
    margin: 15px 0px;
}

.box .content {
    background-color: white;
    padding: 5px;
    height: 250px;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
    cursor: pointer;
}

.content img {
    height: 100%;
    width: 100%;
}

.container.news-page {
    padding-top: 30px;
    padding-bottom: 150px;
}

div#menuPaginaAtual {
    padding: 21px 0;
    font-size: 22px;
    float: left;
    color: #fbfbfb;
}

@media (min-width: 768px) {
    #menuPaginaAtual {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        display: none !important;
    }
}

.textoSlide {
    width: 100%;
}

.slidePersonalizado {
    display: flex;
    align-items: center;
    padding-top: 16px;
}

#form-errors {
    text-align: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin: auto;
    text-align: center;
}

legend.hidetitle {
    display: none;
}

fieldset.hidetitle {
    padding: 15px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel {
    position: relative;
    /* display: inline-table; */
    width: 100%;
}

.template-footer .container {
    margin-top: 20px;
}

.contato-menu {
    margin-top: 7px;
}

.contato-menu div {
    width: 100%;
    display: grid;
}

.contato-menu p {
    color: white;
    float: right;
    margin: 2px 0px;
    text-align: right;
}

.contato-menu a {
    color: white;
}

.espacamento-tp p {
    margin: -2px 0px;
}

.servicos-categorias .list-group {
    margin-bottom: 0;
}

.servicos-categorias .list-group .list-group-item {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    cursor: pointer;
}

.servicos-categorias .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.servicos-categorias .list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: unset;
}

.serv-menu-title {
    text-align: center;
    background: #ececec;
    font-size: 18px;
}

.mega-drop-collapsado .serv-menu-title {
    text-align: left;
    padding: 10px 0px 10px 13px;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #5c5d63;
    border-color: #5c5d63;
}

.thumbnail .col.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#home .row-fluid {
    display: flex;
    justify-content: center;
}

.paddingrl0 {
    padding-left: 0;
    padding-right: 0;
}

.page-text {
    padding-left: 0;
}

.hidden-xs.hidden-sm.col-md-3.servicos {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    border-right: 1px solid #ccc;
}

.hidden-xs.hidden-sm.col-md-3.servicos.single {
    display: none;
}

.servicos-categorias .list-group-item .glyphicon {
    margin-right: 5px;
}

.page-titulo {
    padding-left: 0;
}

.col-sm-3.servicos {
    padding-right: 0;
    padding-left: 0;
}

.col-sm-12.titulo-serv {
    padding-bottom: 12px;
}

.container.page-contact {
    padding-top: 100px;
    padding-bottom: 100px;
}

.container.page-contact {
    justify-content: center;
    text-align: center;
}

.centered {
    margin: 0 auto;
    align-items: baseline;
    float: inherit;
}

.col-xs-12.text-center.quem-somos {
    padding-top: 35px;
}

.titulo-session {
    padding-bottom: 35px;
}

.titulo-session.equipe {
    padding-top: 40px;
}

.container.c-page {
    padding-bottom: 100px;
    padding-top: 100px;
}

.container.c-info {
    padding-left: 15px;
    padding-right: 15px;
}

.container.c-info {
    padding: 30px 0 50px 0;
}

.col-md-6.simple-text-contact {
    padding-left: 0px;
    padding-right: 0px;
}

.col-md-6.text-contact {
    padding-left: 0px;
    padding-right: 0px;
}

img {
    border: 0;
}

#popup img {
    max-width: 100%;
}

img.img-responsive.info {
    max-height: 400px;
    margin-bottom: 15px;
}

.center {
    display: inline-block;
}

img#logo {
    height: 64px;
}

img#imagemfooter {
    height: 75px;
}

p {
    font-size: 14px;
    text-align: justify;
    margin: 1em 0;
}

.template-footer .container .row .text-center {
    font-size: 16px;
}

.white, .white a {
    color: #fff;
}

.col-sm-6.col-xs-12.contato {
    padding-right: 0px;
}

.clear {
    clear: both;
}

.bordered {
    border: 1px solid red;
}

#menu > li {
    position: static;
}

#menu li > a {
    position: static;
    text-decoration: none;
}

#menu .lnt-subcategory > .list-unstyled > li > a:hover {
    text-decoration: underline;
}

.nav-custom > li {
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-right: 10px;
}

.nav-custom > li > a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px 0px 10px;
    margin-right: 10px;
}

.nav-custom > li a:hover {
    background-color: #007cbd;
    color: #fff;
}

.nav-custom > li > a > i {
    vertical-align: -16px;
}

#template-nav-bar .media-body {
    min-height: 10px;
}

.height30 {
    height: 30px;
}

.padding0 {
    padding: 0px;
}

.template-top-bar {
    min-height: 40px;
    background-color: #fcfcfc;
}

.template-top-menu {
    min-height: 90px;
    background-color: transparent;
    z-index: 1039;
    width: 100%;
    top: 0px;
}

.template-top-menu .navbar-toggle {
    margin-top: 45px;
    margin-right: 30px;
    border-color: #fff;
}

.template-top-bar .subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #333;
    padding-top: 10px;
}

.template-top-bar .subheader .nav {
    margin-right: -10px;
}

.template-top-bar .subheader .nav > li {
    display: inline-block;
}

.template-top-bar .subheader a {
    color: #000;
}

.template-top-bar .subheader .nav > li > a {
    padding: 10px 10px;
    opacity: 1;
    color: #eaeaea;
}

.template-top-bar .subheader .nav > li > a:hover, .template-top-bar .subheader .nav > li > a:focus, .template-top-bar .subheader .nav > li.active > a {
    background-color: #e3e6ef;
}

.template-top-menu .navbar-default .navbar-nav > li > a:hover, .template-top-menu .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.template-top-menu .navbar-default {
    background-color: #333;
    border: none;
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0;
}

.subheadersocial {
    margin-right: -10px;
}

.subheadersocial .btn-group a:hover {
    background-color: #007cbd;
    color: #007cbd;
}

.template-top-menu .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}

.template-top-menu .navbar-default .navbar-nav > .active > a, .template-top-menu .navbar-default .navbar-nav > .active > a:hover, .template-top-menu .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
}

.template-top-menu .navbar-default .navbar-nav > .open > a, .template-top-menu .navbar-default .navbar-nav > .open > a:hover, .template-top-menu .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.template-top-menu .navbar-default .navbar-brand {
    color: #fff;
    display: flex;
    align-items: center;
}

.template-top-menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 1.6%;
}

.template-top-menu .navbar-default .navbar-collapse.menu-grande, .navbar-default .navbar-form {
    margin-top: 0.6%;
}

.template-top-menu .navbar-right .dropdown-menu {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 auto;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.template-top-menu .navbar-right .dropdown-menu > .container {
    max-height: 75vh;
    overflow-y: auto;
}

.template-top-menu .navbar-right .dropdown-menu li {
    display: block;
    margin-bottom: 0;
    text-align: left;
    color: #333;
}

small.descricao {
    display: block;
    padding-top: 5px;
}

.template-top-menu .navbar-right .dropdown-menu li a .media {
    height: 81px;
}

.navbar-nav .dropdown-menu .media.row-fluid {
    display: flex;
}

.template-top-menu .navbar-right .dropdown-menu li a .media .media-object {
    width: 64px;
    max-height: 64px;
    color: #333;
    margin-left: 10px;
    margin-bottom: auto;
    margin-top: auto;
}

.template-top-menu .navbar-right .dropdown-menu li a .media .media-object.image-only {
    width: auto;
    margin: auto;
}

.template-top-menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.template-top-menu .navbar-default .navbar-toggle:hover {
    background-color: #999;
}

.template-top-menu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.template-top-menu .navbar-brand {
    padding: 0;
    margin: 7px 0 0 0;
    font-size: 22px;
    height: unset;
}

.nav-pills > li > a {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.nav-pills > li > a {
    padding: 10px !important;
}

.nav-pills > li > a:hover {
    background-color: #f7f7f7;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    border-radius: 0px;
    background-color: #5c5d63;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    padding-top: 0px;
}

.template-news {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    background: url(../images/lines.png) #00a157;
}

.template-news article {
    margin-bottom: 10px;
    padding: 5px 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.entry-header {
    margin: 10px;
}

.entry-title, .entry-title a, .entry-title a:focus .widget-title {
    font-size: 18px;
    color: inherit;
}

.entry-title a:hover {
    text-decoration: none;
    opacity: .75;
}

.entry-title small {
    text-transform: uppercase;
    color: inherit;
    opacity: .75;
}

.entry-content {
    margin: 10px;
}

.clearfix {
    display: block;
}

.entry-content {
    padding: 1.5% 0;
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.entry-meta-bar {
    padding: 7px 5px;
    clear: both;
    bottom: 4px;
    height: 50px;
    left: 0;
    right: 4px;
}

.entry-meta {
    float: left;
    padding-top: 2px;
    font-size: 12px;
    opacity: .75;
}

.entry-meta a {
    color: #555;
}

.img-btn:hover {
    cursor: pointer;
}

hr {
    border-color: #666;
    border-width: 3px;
    width: 30px;
}

#template-gray {
    background-color: #666;
    color: #fff;
}

#template-gray .btn-primary {
    background-color: #00a157;
    border-color: #00a157;
    color: #f7f7f7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#template-gray .btn-primary:hover {
    background-color: #008d4c;
    color: #fff;
    border-color: #008d4c;
}

.box-white {
    background-color: #fff;
    height: 197px;
    padding: 15px;
    border: 10px solid #e3e6ef;
    border-right: none;
}

.box-white a {
    color: #333;
}

.box-white a:hover {
    color: #666;
    text-decoration: none;
}

.box-white .media-heading {
    font-size: 16px;
}

#quem-somos {
    padding-bottom: 20px;
    background-color: #666;
    color: #fff;
}

/* adicionado esse estilo para manter o padrão do modelo e não o padrão do editor */
#quem-somos .editor-content {
    color: #fff;
}

.text-info {
    color: #007bb7;
}

.hr_gray {
    border: 1px solid #cccccc;
}

.txt_darkgrey {
    color: #333333;
}

.txt_blue {
    color: #007cbd;
}

.txt_slogan {
    font-size: 14px;
    color: #929292;
}

#contato {
    padding-top: 20px;
    font-size: 14px;
    color: #000;
}

#contato input, #contato textarea {
    background-color: #f7f7f7;
    height: 40px;
    color: #333;
}

#contato input:focus, #contato textarea:focus {
    border-left-color: #666;
    border-left-width: 2px;
}

#contato h4 {
    text-align: left;
}

#contato a {
    color: #000;
}

.template-contact-map {
    height: 425px;
}

.navbar-collapse {
    max-height: auto;
}

.head_contact {
    padding-bottom: 80px;
    margin-bottom: 0;
}

.contact_right img {
    margin-right: 5px;
}

.contact_right form {
    padding-left: 15px;
    padding-right: 15px
}

.contact_right form input, .contact_right form textarea {
    background-color: #e6e2e1;
}

.template-footer {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: rgb(30, 128, 30);
    color: #fff;
    margin-top: -5px;
}

.paddingtop0 {
    padding-top: 0px;
}

.template-footer a {
    color: #ccc;
}

.template-footer .contatos a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-footer .contatos a > i {
    margin-right: 5px;
}

.template-footer .contatos .email-descricao {
    color: #ccc;
}

a.fone-footer {
    color: white;
    text-decoration: none;
}

.template-footer .accordion-toggle {
    cursor: default;
    pointer-events: none;
    color: #000;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.template-footer .accordion-toggle span {
    display: none;
}

.template-footer h5 {
    color: #000;
    text-align: left;
}

.template-footer .nav-stacked li a {
    padding: 2px 0px 5px 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.template-footer .nav-stacked li a:hover {
    color: #f7f7f7;
    text-decoration: underline;
}

.box-midias {
    z-index: 1001;
}

.box-midias a {
    padding: 5px;
    border: none;
}

.contato-menu .box-midias {
    margin-top: 5px;
}

.contato-menu .box-midias a {
    padding: 0;
}

.box-midias a i {
    color: #FFFFFF;
    width: 33px;
    height: 33px;
    border-radius: 8px;
    font-size: 25px;
    padding-top: 4px;
    margin-bottom: 15%;
    transition: all 0.2s ease-in-out;
}

.box-midias a:hover i {
    color: #FFFFFF !important;
}

.contato-menu .box-midias a i {
    width: 24px;
    height: 24px;
    font-size: 16px;
}

.box-midias .fa-facebook:hover {
    background: #3B7FAF;
}

.box-midias .fa-linkedin:hover {
    background: #007BB6;
}

.box-midias .fa-twitter:hover {
    background: #00ACED;
}

.box-midias .fa-youtube:hover {
    background: #DD4B39;
}

.box-midias .fa-instagram:hover {
    background: #F97373;
}

.template-footer .box-training {
    width: 18%;
}

.template-footer .box-informacao {
    width: 14%;
}

.footer_bottom_content {
    margin-top: auto;
    font-size: 16px;
    color: #444;
    background-color: #fff;
}

.footer_bottom_content img {
    margin: 0px 5px 0px 5px;
    display: inline-block;
}

.footer_bottom_content p {
    font-size: 14px;
}

.footer_bottom_content p a {
    color: #111;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.simple-text-contact .setor select.form-control {
    padding: 0px 8px;
}

.simple-text-contact select.form-control {
    background: #f7f7f7;
}

.btn {
    background-color: #444;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-color: #444;
    border-radius: 0px;
}

.btn:hover, .btn:focus {
    color: #fff;
    background-color: #777;
    text-decoration: none;
    border-color: #777;
}

.btn-link, .btn-transparent {
    background-color: transparent;
    color: #007bcd;
    padding: 0px;
}

.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #007bcd;
    text-decoration: underline;
}

.btn-transparent:hover {
    text-decoration: none;
}

.btn-link:focus {
    border: none;
    outline: none;
}

.btn-gray {
    color: #999;
}

.btn-select {
    background-color: #fff;
    color: #007bcd;
    border-color: #007bcd;
    font-weight: 600;
}

.btn-conexaoRemota {
    border: none;
    background-color: transparent;
    padding: 10px 10px;
    opacity: 1;
    color: #eaeaea;
    font-size: 12px;
}

.btn-conexaoRemota:hover, .btn-conexaoRemota:focus, .btn-conexaoRemota:active, .btn-conexaoRemota.active, .open .dropdown-toggle.btn-conexaoRemota {
    background-color: #007dbd;
    color: #fff;
}

.bs-caret {
    color: #777;
}

.dropdown-menu p {
    padding: 3px 20px;
}

.dropdown-menu > li > a {
    color: #929292;
    text-align: left;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #007bcd;
    text-decoration: none;
    background-color: #bb1b1b00;
    font-weight: 600;
}

.btn-stop {
    cursor: default;
    color: #333
}

#content h2, .tema {
    padding: 2px 15px 10px 0px;
    width: auto;
    text-transform: uppercase;
}

a .tema:hover {
    text-decoration: none;
}

#content-box .tema {
    padding: 7px 15px 7px 15px;
    font-weight: 600;
}

#content h3, #content h3 small, #content-box h5, #content-box h5 small {
    text-transform: uppercase;
}

#content h3 small {
    font-size: 12px;
    text-transform: uppercase;
}

#content-box a p {
    color: #333;
    font-size: 12px;
}

#content-box div {
    padding-top: 10px;
    margin-left: 1px;
}

#content-box a:hover div {
    text-decoration: none;
    background-color: #e3e6ef;
}

#content-box .active div {
    background-color: #f2f2f2;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.box-form {
    background-color: #e6e2e1;
    color: #656462;
}

.box-form form input, .box-form form textarea {
    background-color: #fff;
    border: 1px solid #595556;
    color: #595556;
}

.box-form .file {
    background-color: #fff;
    border: 1px solid #595556;
    padding-top: 0px;
    color: #595556;
}

.box-form input[type="file"] {
    width: 100%;
}

.box-form .btn-link {
    background: transparent;
    color: #7c7c7c;
    padding: 10px;
}

.box-form .send {
    color: #007dbd;
}

.box-form .btn-link:hover {
    background: transparent;
    color: #7c7c7c;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.box-form .send:hover {
    color: #007dbd;
}

.box-form .btn-file {
    position: relative;
    overflow: hidden;
    background: #7c7c7c;
    color: #e2e2e2;
    margin-top: 0px;
}

.box-form .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.box-form .btn-file:hover {
    background-color: #999;
}

.box-form .readonly {
    width: 65%;
    background: transparent;
    border: none;
    font-style: italic;
    cursor: pointer;
    padding-left: 5px;
    color: #a19fa0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}

.box-form .help-block {
    font-size: 14px;
}

#btn-back-to-top {
    background-color: rgba(251, 251, 251, 0.8);
    display: none;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 999;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: none;
    font-size: 32px;
}

#btn-back-to-top:hover, #btn-back-to-top:focus {
    border-color: #111;
    /* background-color: #111; */
}

.item img {
    margin: 0 auto;
}

.slidePersonalizado img {
    max-height: 330px;
    box-shadow: 0 0 20px 0px #00000066;
}

@media (max-width: 767px) {
    .slidePersonalizado img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.thumbnail {
    height: 100%;
}

/* extra positioning */
.thumbnail {
    display: flex;
    flex-direction: column;
}

.thumbnail .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.thumbnail .caption p {
    text-align: center;
}

.pull-none {
    float: none !important;
}

/* Oultação de elementos */
@media (min-width: 768px) {
    .hidden-ht-xs {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-ht-sm {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-ht-md {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-lt-sm {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-lt-md {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lt-lg {
        display: none !important;
    }
}

/* Div contato collapsada */
@media (min-width: 768px) {
    div#divcontatoCollapsado {
        display: none;
    }
}

div#divcontatoCollapsado {
    background: white;
    text-align: center;
    padding: 5px 5px 5px 5px;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.04);
}

div#divcontatoCollapsado #brandLogo {
    height: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#divcontatoCollapsado h2.titulo {
    padding-right: 8px;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#divcontatoCollapsado h4.subtitulo {
    padding-bottom: 13px;
    color: #555555;
}

#divcontatoCollapsado h3.fone-menu {
    padding: 10px 0;
}

#divcontatoCollapsado h3.fone-menu {
    font-size: 18px;
}

#divcontatoCollapsado span {
    font-size: 15px;
}

#divcontatoCollapsado span.descricao-plantao-menu {
    padding-bottom: 5px;
    display: block;
}

h3.fone-menu {
    margin: 0;
    color: #5a5a5a;
}

div#divcontatoCollapsado a {
    color: #5a5a5a;
    text-decoration: none;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.alert.alert-info.alert-dismissable {
    padding: 10px;
    padding-right: 35px;
    border-radius: unset;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.alert-info button.close {
    top: 0px;
}

ol.background--dark li.carousel-indicator.active {
    background-color: #fff;
}

ol.background--dark li.carousel-indicator {
    border: 1px solid white;
}

ol.background--light li.carousel-indicator.active {
    background-color: #000;
}

ol.background--light li.carousel-indicator {
    border: 1px solid #000;
}

ol.background--complex li.carousel-indicator.active {
    background-color: #aaa;
}

ol.background--complex li.carousel-indicator {
    border: 1px solid #aaa;
}

li.carousel-indicator {
    transition: 500ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.dropdown-menu .media .media-heading {
    font-size: 16px;
}

.dropdown-menu .media .media-heading .descricao {
    color: #333;
    font-size: 85%;
}

.dropdown-menu {
    min-width: 100%;
    font-size: 16px;
}

#provimento85 {
    font-size: 14px;
}

#provimento85 > .container {
    padding-bottom: 30px;
}

#provimento85 img {
    width: 100%;
}

#provimento85 a {
    color: rgba(0, 0, 0, .8);
    filter: opacity(80%);
}

#provimento85 a:hover {
    filter: opacity(100%);
    text-decoration: none;
}

#provimento85-content img + div {
    padding-top: 10px;
}

@keyframes icon-appear {
    0% {
        opacity: 0;
        font-size: 0;
    }

    100% {
        opacity: 1;
        font-size: 32px;
    }
}

#whats-container {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    max-width: 350px;
    bottom: 20px;
    right: 20px;
}

#whats-container > .whats-btn {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    font-size: 32px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    align-self: flex-end;
    justify-content: center;
    text-decoration: none;
}

#whats-container > .whats-btn > .icon-appear {
    animation: icon-appear .25s ease;
}

#whats-container > div:first-child {
    cursor: pointer;
}

#whats-container > #whats-content {
    display: flex;
    width: 100%;
    font-size: 14px;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    transition: visibility 0s, opacity .25s ease;
    overflow-y: hidden;
    box-shadow: 2px 2px 4px #888;
    border-radius: 3px;
    position: absolute;
    min-width: 250px;
    right: 0;
    bottom: 65px;
}

#whats-container > #whats-content.hide-whats {
    display: none;
}

#whats-container > #whats-content > div {
    background-color: #1bb143;
    padding: 10px;
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
}

#whats-container > #whats-content > div > i {
    font-size: 20px;
}

#whats-container > #whats-content span {
    font-weight: 600;
    width: 100%;
}

#whats-container > #whats-content > ul {
    background-color: #fff;
    padding: 0 0 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#whats-container > #whats-content > ul > li {
    padding: 10px 10px 0 10px;
}

#whats-container > #whats-content > ul > li > a {
    color: rgba(0, 0, 0, .5);
    font-weight: 600;
    display: block;
}

#whats-container > #whats-content > ul > li > a:hover {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.slideshow-background {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .slideshow-background .img-mobile {
        display: block;
    }

    .slideshow-background .img-desktop:not(:only-child) {
        display: none;
    }
}

@media (min-width: 769px) {
    .slideshow-background .img-mobile {
        display: none;
    }

    .slideshow-background .img-desktop:not(:only-child) {
        display: block;
    }
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.carousel-indicators li {
    border: 2px solid #4c4c4c;
    box-shadow: inset 0px 0px 1px 1px #00000066;
    width: 17px;
    height: 17px;
    margin: 0 2px;
}

.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0 2px;
    background-color: #f3f3f3;
}

.item .img-personalizada {
    width: 100%;
    margin: 50px 20px 50px 0px;
}

.textoSlide {
    width: 100%;
    margin-left: 15px;
}

.item .img-responsive {
    border-radius: 0px;
}

.imgbox {
    display: grid;
    height: 100%;
}

.img-desktop {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.img-mobile, .img-background-mobile {
    display: none;
}

.box-personalizado {
    display: flex;
    align-items: center;
    margin: 2% 0px;
}

@media (max-width: 768px) {
    .img-desktop {
        width: 100%;
        height: auto;
    }

    .box-personalizado {
        margin: 2% 0px;
    }

    .box-personalizado .img-responsive {
        max-height: 300px;
    }

}

@media (max-width: 767px) {

    .img-mobile, .img-background-mobile {
        display: block;
    }

    .img-mobile {
        width: 100%;
    }

    .img-desktop, .img-background-desktop {
        display: none;
    }

    div#divcontatoCollapsado {
        padding: 0px;
    }

}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

@media (max-width: 425px) {
    .box-personalizado .img-responsive {
        max-height: 145px;
    }
}

@media (max-width: 320px) {
    .box-personalizado .img-responsive {
        max-height: 100px;
    }
}

.slide .img-background-desktop {
    width: 100%;
}

 .thumbnail > .media-object {
    flex-shrink: 0;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.d-flex-column .align-center {
    align-self: center;
}

.d-flex-column .order-1 {
    order: 1;
}

#template-footer .copyright p {
    display: flex;
    justify-content: space-around;
}

#termo-container .page-titulo .last-update {
    font-size: 12px;
    color: #afafaf;
    margin-top: -15px;
}

#termo-container .termo-print {
    display: flex;
    justify-content: flex-end;
}

#termo-container .termo-print > button {
    border: none;
    color: #827e7e;
}

#termo-container .termo-print > button:focus {
    outline: none;
}

#contato .aceite-termos-container {
    padding: 0 5px;
    /*margin-top: -15px;*/
}

#contato .aceite-termos-container > label {
    justify-content: flex-end;
}

#contato .aceite-termos-container > label > span {
    margin-left: 5px;
    font-weight: normal;
}

#contato .aceite-termos-container > label > span > a {
    text-decoration: underline;
}

div.aceite-termos-container > label {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.aceite-termos-container > label > span {
    margin-left: 5px;
    font-weight: 600;
}

div.aceite-termos-container > label > span > a {
    text-decoration: underline;
    color: rgb(85, 85, 85);
}

div.page-not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.page-not-found > h2 {
    display: flex;
    align-items: center;
}

div.page-not-found > h2 > i {
    font-size: 100px;
    margin-right: 15px;
}

div.page-not-found > a {
    font-size: 16px;
}

@media (max-width: 991px) {
    .template-footer .box-midias {
        text-align: center;
    }
}

.template-footer .footer-links {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.template-footer .footer-links a {
    margin: 0 5px 15px 5px;
    cursor: pointer;
}

.home-section-bg {
    background-position: center;
    background-repeat: no-repeat;
}

#iframe-circunscricao {
    margin-top: 30px;
}

#custom-form .required-field {
    color: #e74848;
}

#custom-form .required-field:hover,
#form-contato .required-field:hover{
    cursor: help;
}

.slide-into-page {
    margin-bottom: 25px;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    top: 60% !important;
}
