﻿/*   __     ________   _______   __    __    ______        __        ______
    /  \   |__    __| |   ____| |  \  |  |  /  __  \      /  \      /  __  \
   / /\ \     |  |    |  |____  |   \ |  | |  |  |__|    / /\ \    |  |  |  |
  / /__\ \    |  |    |   ____| |    \|  | |  |   __    / /__\ \   |  |  |  |
 /  ____  \   |  |    |  |____  |  |\    | |  |__|  |  /  ____  \  |  |__|  |
/__/    \__\  |__|    |_______| |__| \___|  \______/  /__/    \__\  \______/

CASO NECESSITE CRIAR UMA CLASSE NOVA, FAVOR CRIAR NA SEÇÃO CORRESPONDENTE

    Última Atualização: 28 / 01 / 2019

*/

/* #region HTML BODY */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    background: url(../Imagens/banner-form-03.jpg) center center no-repeat fixed;
    background-size: cover;*/
    /*font-family: BarlowSemiCondensed-Regular !important;*/
    font-family: "Barlow Semi Condensed", serif;
    font-size: 1rem;
    line-height: 1.1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

.divMainContent {
    /*background: url(../Imagens/BG/webBG.png) center center no-repeat fixed;
    opacity: 0.6;*/
}

article, aside, figcaption, figure, footer,
header, hgroup, main, nav, section {
    display: block;
}

@-ms-viewport {
    width: device-width;
}

body {
    /*background: url('/Comum/Imagens/Logo/logo-background.png') center;
    background-repeat: no-repeat;
    background-size: 300px;*/ /*<------Marca d'agua da pagina home*/
    margin: 0;
    /*font-family: BarlowSemiCondensed-Regular !important;*/
    font-family: "Barlow Semi Condensed", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000; /* Preto */
    text-align: left;
    height: 100%;
    /* background-color: #EFEFEF; /* Cinza Puma */
}

.clearBoth {
    clear: both;
}

/* #endregion */

/* FONT */
.barlow-semi-condensed-thin {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-semi-condensed-extralight {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-semi-condensed-light {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-semi-condensed-regular {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-semi-condensed-medium {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semi-condensed-semibold {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-semi-condensed-bold {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-semi-condensed-extrabold {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-semi-condensed-black {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-semi-condensed-thin-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-semi-condensed-extralight-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-semi-condensed-light-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-semi-condensed-regular-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-semi-condensed-medium-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semi-condensed-semibold-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-semi-condensed-bold-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-semi-condensed-extrabold-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-semi-condensed-black-italic {
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 900;
    font-style: italic;
}

/* #region BOOTSTRAP */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
    border-radius: 5px;
}

@media (min-width: 1000px) {
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-flow: column wrap;
        /*flex-direction: column;*/
        border-radius: 5px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* #endregion */

/* #region FONTES EXTERNAS */

@font-face {
    font-family: BarlowSemiCondensed-Regular;
    src: url(../Fonts/BarlowSemiCondensed-Regular.ttf) format('truetype');
}

/*@font-face {
    font-family: RobotoBlack;
    src: url(../Fonts/Roboto-Black.woff) format('woff');
}

@font-face {
    font-family: RobotoBlackItalic;
    src: url(../Fonts/Roboto-BlackItalic.woff) format('woff');
}

@font-face {
    font-family: BarlowSemiCondensed-Regular;
    src: url(../Fonts/Roboto-Bold.woff) format('woff');
}

@font-face {
    font-family: BarlowSemiCondensed-RegularItalic;
    src: url(../Fonts/Roboto-BoldItalic.woff) format('woff');
}

@font-face {
    font-family: RobotoCondensedBold;
    src: url(../Fonts/RobotoCondensed-Bold.woff) format('woff');
}

@font-face {
    font-family: RobotoCondensedBoldItalic;
    src: url(../Fonts/RobotoCondensed-BoldItalic.woff) format('woff');
}

@font-face {
    font-family: RobotoCondensedItalic;
    src: url(../Fonts/RobotoCondensed-Italic.woff) format('woff');
}

@font-face {
    font-family: RobotoCondensedLight;
    src: url(../Fonts/RobotoCondensed-Light.woff) format('woff');
}

@font-face {
    font-family: RobotoCondensedLightItalic;
    src: url(../Fonts/RobotoCondensed-LightItalic.woff) format('woff');
}

@font-face {
    font-family: RobotoCondensedRegular;
    src: url(../Fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
    font-family: RobotoItalic;
    src: url(../Fonts/Roboto-Italic.woff) format('woff');
}

@font-face {
    font-family: RobotoLight;
    src: url(../Fonts/Roboto-Light.woff) format('woff');
}

@font-face {
    font-family: RobotoLightItalic;
    src: url(../Fonts/Roboto-LightItalic.woff) format('woff');
}

@font-face {
    font-family: BarlowSemiCondensed-Regular;
    src: url(../Fonts/Roboto-Medium.woff) format('woff');
}

@font-face {
    font-family: BarlowSemiCondensed-RegularItalic;
    src: url(../Fonts/Roboto-MediumItalic.woff) format('woff');
}

@font-face {
    font-family: RobotoRegular;
    src: url(../Fonts/Roboto-Regular.woff) format('woff');
}

@font-face {
    font-family: RobotoThin;
    src: url(../Fonts/Roboto-Thin.woff) format('woff');
}

@font-face {
    font-family: RobotoThinItalic;
    src: url(../Fonts/Roboto-ThinItalic.woff) format('woff');
}*/

/* #endregion */

/* #region FONT SIZE */

.fs05 {
    font-size: 0.5rem !important;
}
.fs07 {
    font-size: 0.7rem !important;
}

.fs1 {
    font-size: 1rem !important;
}

.fs15 {
    font-size: 1.5rem !important;
}

.fs2 {
    font-size: 2rem !important;
}

.fs25 {
    font-size: 2.5rem !important;
}

.fs3 {
    font-size: 3rem !important;
}

/* #endregion */

/* #region FONT WEIGHT */

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

/* #endregion */

/* #region FONT FAMILY */

.ffBlack {
    font-family: RobotoBlack;
}

.ffBlackItalic {
    font-family: RobotoBlackItalic;
}

.ffBold {
    font-family: BarlowSemiCondensed-Regular;
}

.ffBoldItalic {
    font-family: BarlowSemiCondensed-RegularItalic;
}

.ffCondensedBold {
    font-family: RobotoCondensedBold;
}

.ffCondensedBoldItalic {
    font-family: RobotoCondensedBoldItalic;
}

.ffCondensedItalic {
    font-family: RobotoCondensedItalic;
}

.ffCondensedItalic {
    font-family: RobotoCondensedItalic;
}

.ffCondensedLight {
    font-family: RobotoCondensedLight;
}

.ffCondensedLightItalic {
    font-family: RobotoCondensedLightItalic;
}

.ffCondensedRegular {
    font-family: RobotoCondensedRegular;
}

.ffItalic {
    font-family: RobotoItalic;
}

.ffLight {
    font-family: RobotoLight;
}

.ffLightItalic {
    font-family: RobotoLightItalic;
}

.ffMedium {
    font-family: BarlowSemiCondensed-Regular;
}

.ffMediumItalic {
    font-family: BarlowSemiCondensed-RegularItalic;
}

.ffRegular {
    font-family: RobotoRegular;
}

.ffThin {
    font-family: RobotoThin;
}

.ffThinItalic {
    font-family: RobotoThinItalic;
}

/* #endregion */

/* #region FLEX */
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
/* #endregion */

/* #region DISPLAYS */

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
/* #endregion */

/* #region JUSTIFY */

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
/* #endregion */

/* #region ALIGN */
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-baseline {
    vertical-align: baseline !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-text-top {
    vertical-align: text-top !important;
}

.vertical-align-text-bottom {
    vertical-align: text-bottom !important;
}

.vertical-align-text-central {
    vertical-align: central !important;
}

/* #endregion */

/* #region TEXT-TRANSFORMATION*/
.textToLower {
    text-transform: lowercase !important;
}
.textToUpper {
    text-transform: uppercase !important;
}
.textToCapitalize {
    text-transform: capitalize !important;
}
.textToFullWidth {
    text-transform: full-width !important;
}
/* #endregion */

/* #region WIDTH E HEIGHT */
.w1 {
    width: 1rem !important;
}

.w2 {
    width: 2rem !important;
}

.w3 {
    width: 3rem !important;
}

.w4 {
    width: 4rem !important;
}

.w5 {
    width: 5rem !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w33 {
    width: 33% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w75 {
    width: 75% !important;
}

.w80{
    width: 80% !important;
}

.w85 {
    width: 85% !important;
}

.w90 {
    width: 90% !important;
}

.w95 {
    width: 95% !important;
}

.w100 {
    width: 100% !important;
}

.wAuto {
    width: auto !important;
}

.h1 {
    height: 1rem !important;
}

.h2 {
    height: 2rem !important;
}

.h3 {
    height: 3rem !important;
}

.h4 {
    height: 4rem !important;
}

.h5 {
    height: 5rem !important;
}

.h25 {
    height: 25% !important;
}

.h50 {
    height: 50% !important;
}

.h75 {
    height: 75% !important;
}

.h100 {
    height: 100% !important;
}

.hAuto {
    height: auto !important;
}

.mw100 {
    max-width: 100% !important;
}

.mh100 {
    max-height: 100% !important;
}
/* #endregion */

/* #region MARGIN */

.m0 {
    margin: 0 !important;
}

.mt0, .my0 {
    margin-top: 0 !important;
}

.mr0, .mx0 {
    margin-right: 0 !important;
}

.mb0, .my0 {
    margin-bottom: 0 !important;
}

.ml0, .mx0 {
    margin-left: 0 !important;
}

.m1 {
    margin: 0.25rem !important;
}

.mt1, .my1 {
    margin-top: 0.25rem !important;
}

.mr1, .mx1 {
    margin-right: 0.25rem !important;
}

.mb1, .my1 {
    margin-bottom: 0.25rem !important;
}

.ml1, .mx1 {
    margin-left: 0.25rem !important;
}

.m2 {
    margin: 0.5rem !important;
}

.mt2, .my2 {
    margin-top: 0.5rem !important;
}

.mr2, .mx2 {
    margin-right: 0.5rem !important;
}

.mb2, .my2 {
    margin-bottom: 0.5rem !important;
}

.ml2, .mx2 {
    margin-left: 0.5rem !important;
}

.m3 {
    margin: 1rem !important;
}

.mt3, .my3 {
    margin-top: 1rem !important;
}

.mr3, .mx3 {
    margin-right: 1rem !important;
}

.mb3, .my3 {
    margin-bottom: 1rem !important;
}

.ml3, .mx3 {
    margin-left: 1rem !important;
}

.m4 {
    margin: 1.5rem !important;
}

.mt4, .my4 {
    margin-top: 1.5rem !important;
}

.mr4, .mx4 {
    margin-right: 1.5rem !important;
}

.mb4, .my4 {
    margin-bottom: 1.5rem !important;
}

.ml4, .mx4 {
    margin-left: 1.5rem !important;
}

.m5 {
    margin: 3rem !important;
}

.mt5, .my5 {
    margin-top: 3rem !important;
}

.mr5, .mx5 {
    margin-right: 3rem !important;
}

.mb5, .my5 {
    margin-bottom: 3rem !important;
}

.ml5, .mx5 {
    margin-left: 3rem !important;
}

.mAuto {
    margin: auto !important;
}

.mtAuto, .myAuto {
    margin-top: auto !important;
}

.mrAuto, .mxAuto {
    margin-right: auto !important;
}

.mbAuto, .myAuto {
    margin-bottom: auto !important;
}

.mlAuto, .mxAuto {
    margin-left: auto !important;
}
/* #endregion */

.br5 {
    border-radius: 5px;
}

/* #region PADDING */

.p0 {
    padding: 0 !important;
}

.pt0, .py0 {
    padding-top: 0 !important;
}

.pr0, .px0 {
    padding-right: 0 !important;
}

.pb0, .py0 {
    padding-bottom: 0 !important;
}

.pl0, .px0 {
    padding-left: 0 !important;
}

.p1 {
    padding: 0.25rem !important;
}

.pt1, .py1 {
    padding-top: 0.25rem !important;
}

.pr1, .px1 {
    padding-right: 0.25rem !important;
}

.pb1, .py1 {
    padding-bottom: 0.25rem !important;
}

.pl1, .px1 {
    padding-left: 0.25rem !important;
}

.p2 {
    padding: 0.5rem !important;
}

.pt2, .py2 {
    padding-top: 0.5rem !important;
}

.pr2, .px2 {
    padding-right: 0.5rem !important;
}

.pb2, .py2 {
    padding-bottom: 0.5rem !important;
}

.pl2, .px2 {
    padding-left: 0.5rem !important;
}

.p3 {
    padding: 1rem !important;
}

.pt3, .py3 {
    padding-top: 1rem !important;
}

.pr3, .px3 {
    padding-right: 1rem !important;
}

.pb3, .py3 {
    padding-bottom: 1rem !important;
}

.pl3, .px3 {
    padding-left: 1rem !important;
}

.p4 {
    padding: 1.5rem !important;
}

.pt4, .py4 {
    padding-top: 1.5rem !important;
}

.pr4, .px4 {
    padding-right: 1.5rem !important;
}

.pb4, .py4 {
    padding-bottom: 1.5rem !important;
}

.pl4, .px4 {
    padding-left: 1.5rem !important;
}

.p5 {
    padding: 3rem !important;
}

.pt5, .py5 {
    padding-top: 3rem !important;
}

.pr5, .px5 {
    padding-right: 3rem !important;
}

.pb5, .py5 {
    padding-bottom: 3rem !important;
}

.pl5, .px5 {
    padding-left: 3rem !important;
}
/* #endregion */

/* #region MENU PRINCIPAL */

nav {
    margin: 0;
    display: inherit;
    text-decoration: none !important;
    /*position: fixed;*/
    width: 100% !important;
}
    /* BOTÕES DO MENU PRINCIPAL */
    nav ul li a {
        padding: 1.2rem; /* <- Define o tamanho do botão no Menu principal */
        color: #FFF; /* #0A629C; /* Azul Puma */
        font-family: BarlowSemiCondensed-Regular;
        /*background-color: #EFEFEF;*/ /* Cinza Puma */
        background-color: transparent;
        text-decoration: none;
        border: none;
        font-size: 1rem;
        display: flex;
    }

    /* BOTÕES DO SUB MENU */
    nav ul li ul li a {
        width: 18rem; /* <- Largura do item do SubMenu */
        /* display: block; */
        padding: 0.5rem;
        color: #FFF; /* Azul Puma */
        /*background-color: #EFEFEF;*/ /* Cinza Puma */
        background-color: transparent;
        text-decoration: none;
        border-bottom: #FFF 1px dotted;
        display: flex;
    }

    nav a:hover {
        color: #FFF; /* Vermelho Puma */
        background-color: #3D4143;
        font-family: BarlowSemiCondensed-Regular;
    }

    nav ul {
        margin: 0;
        padding: 0;
        /*background: #EFEFEF;*/ /* Cinza Puma */
        background-color: transparent;
        list-style: none;
        position: relative;
        z-index: 2001;
        display: inline-flex; /* <- Alinha os itens do Menu na horizontal */
        align-items: center;
    }

        nav ul li {
            position: relative;
        }

        nav ul > li {
            float: left;
        }

        nav ul li:hover > ul {
            display: block;
        }

        nav ul ul {
            display: none;
            position: absolute;
            border-radius: 0;
        }

            nav ul ul li:hover > ul {
                display: block;
                left: 100%;
                top: 0;
            }

.show-menu {
    font-family: BarlowSemiCondensed-Regular;
    text-decoration: none;
    color: #FFFFFF;
    background: #314459; /* Verde Puma */
    text-align: center;
    padding: 10px 0;
    display: none;
}

/* Esconde o checkbox */
#show-menu {
    display: none;
}

    /* Mostra o Menu invisível quando o checkbox é marcado */
    #show-menu:checked ~ #menu {
        display: block;
    }

/* MENU RESPONSIVO MOBILE */
@media screen and (max-width : 1000px) {
    ul {
        position: static;
        display: none;
    }

    nav ul li input,
    nav input:hover {
        width: 100%;
    }

    nav ul {
        display: none;
    }

        nav ul li {
            text-align: center;
            background-color: transparent;
        }

        nav ul ul {
            position: inherit;
        }

            nav ul ul li:hover > ul {
                left: 0;
            }
    /* Faz todos os links ficarem com 100% Width */
    ul li, li a {
        width: 100%;
    }
    /* Mostra o link Menu no mobile */
    .show-menu {
        display: block;
    }
}

/* CLASSE DO LOGO */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

#menuUnidade {
    text-align: center;
    text-decoration: none;
    list-style: none;
    width: 100%;
}

    #menuUnidade ul {
        list-style: none;
        margin: 0;
    }

    #menuUnidade li {
        float: left;
        margin-left: 20px;
    }

/* #endregion */

/* #region COLORS */

.clrPreto {
    color: #000000 !important; /* Preto */
}
.clrCinza {
    color: #34495e !important; /* Cinza */
}

.clrCinzaClaro {
    color: #46627f !important; /* Cinza Claro*/
}

.clrCinzaEscuro {
    color: #282828 !important; /* Cinza Claro*/
}

.clrBranco {
    color: #FFFFFF !important; /* Branco */
}

.clrAzul {
    color: #1560BD !important; /* Azul Puma */
}

.clrAzulClaro {
    color: #2199ea !important; /* Azul Puma */
}

.clrAzulEscuro {
    color: #314459 !important; /* Azul Puma */
}

.clrAmarelo {
    color: #fce804 !important; /* AMarelo Puma */
}

.clrVermelho {
    color: #E33036 !important; /* Vermelho Puma */
}

.clrVerde {
    color: #1560BD !important; /* Verde Puma */
}


.clrVerdeEscuro {
    color: #22802e !important; /* Verde Puma */
}

.bgGradient {
    background: linear-gradient(#3D4143, #8C8D8D, #8C8C8C);
}

 .bgCinzaBase {
        background-color: #d4d4d4 !important; /* Cinza */
}

.bgCinza {
    background-color: #34495e !important; /* Cinza */
}

.bgCinzaClaro {
    background-color: #46627f !important;
}

.bgCinzaEscuro {
    background-color: #282828 !important;
}

.bgPreto {
    background-color: #000000 !important; /* Preto */
}

.bgBranco {
    background-color: #FFFFFF !important; /* Branco */
}

.bgAzul {
    background-color: #1560BD !important; /* Azul Puma */
}

.bgAzulClaro {
    background-color: #2199ea !important; /* Azul Puma */
}

.bgAzulEscuro {
    background-color: #314459 !important; /* Azul Puma */
}

.bgVermelho {
    background-color: #E33036 !important; /* Vermelho Puma */
}

.bgVerde {
    background-color: #1560BD !important; /* Verde Puma */
}


/* #endregion */

.linkMenu {
    color: #282828 !important;
}
.linkMenu:hover {
    color: #FFF !important;
}

/* #region INPUTS */

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
    cursor: pointer;
}

textarea,
input[type="password"],
input[type="text"],
input[type="input"] {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    line-height: 1.5;
    color: #314459; /* Azul Puma */
    background-color: #FFF !important; /* Cinza Puma */
    /*border: none !important;*/
}

.ajax__html_editor_extender_container {
    height: auto !important;
}

.ajax__html_editor_extender_texteditor {
    height: auto !important;
    background-color: #FFFFFF !important; /* Branco */
}

.textbox {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #314459; /* Azul Puma */
    background-color: #FFF !important; /* Cinza Puma */
    border: 1px solid #d3d4d4 !important;
    border-radius: 5px;
}

.dropdown {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #314459; /* Azul Puma */
    background-color: #FFF; /* Cinza Puma */
    border: none !important;
    border-radius: 5px;
}

.dropdownBorder {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #314459; /* Azul Puma */
    background-color: #FFF; /* Cinza Puma */
    border: 1px solid #434343 !important;
    border-radius: 5px !important;
}

.textBoxBorderCinza {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #434343 !important;
    background-color: #dbdcdb !important;
    border: 1px solid #434343 !important;
    border-radius: 5px !important;
    width: 100% !important;
}

.textBoxBorder {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #434343 !important;
    background-color: #dbdcdb !important;
    border: 1px solid #434343 !important;
    border-radius: 5px !important;
    width: 100% !important;
}

textarea {
    overflow: auto;
    resize: none;
    border: none;
    border-radius: 5px !important;
}

fieldset {
    min-width: 0;
    padding: 10px;
    margin: 0;
    border: 0;
}

p {
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    /*margin-bottom: .5rem;*/
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.lgdTituloModal {
    text-align: center;
}

/* #endregion */

/* #region BUTTONS */

.iptBtnNovo {
    border: none;
    background-color: #314459; /* Azul Puma */
    color: #FFF; /* Branco */
    font-size: 1rem;
    font-family: BarlowSemiCondensed-Regular;
    cursor: pointer;
}

.iptBtnSalvar {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #FFF; /* Branco */
    background-color: #1560BD; /* Verde Puma */
    border: none;
    cursor: pointer;
}

.lupaPesquisa {
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.lnkBtn {
    text-decoration: none;
}

.lnkBtnMenu {
    padding: 1.2rem; /* <- Define o tamanho do botão no Menu principal */
    color: #314459; /* Azul Puma */
    font-family: BarlowSemiCondensed-Regular;
    background-color: #EFEFEF; /* Cinza Puma */
    text-decoration: none;
    border: none;
    font-size: 1rem;
    display: flex;
}

.lnkBtnBranco,
.lnkBtnPreto,
.lnkBtnAzul,
.lnkBtnVermelho,
.lnkBtnVerde {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.lnkBtnBranco {
    background-color: #FFFFFF; /* Branco */
    border-radius: 5px;
}

.lnkBtnPreto {
    background-color: #000000; /* Preto */
    border-radius: 5px;
}

.lnkBtnAzul {
    background-color: #1560BD; /* Azul Puma */
    border-radius: 5px;
}

.lnkBtnAzulClaro {
    background-color: #2199ea; /* Azul Puma */
    border-radius: 5px;
}

.lnkBtnAzulEscuro {
    background-color: #314459; /* Azul Puma */
    border-radius: 5px;
}

.lnkBtnVermelho {
    background-color: #E33036; /* Vermelho Puma */
    border-radius: 5px;
}

.lnkBtnVerde {
    background-color: #1560BD; /* Verde Puma */
    border-radius: 5px;
}

/* #endregion */

/* #region DIVS */

.bgPainel {
    /* Esta parte está comentada porque o Painel não respeita
    position: fixed !important;
    z-index: 1000 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;*/
    background-color: #000000; /* Preto */
    opacity: .5;
}

.divFundo {
    position: fixed !important;
    z-index: 2003 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000000; /* Preto */
    opacity: .5;
}

.divPesquisa {
    background-color: #d3d4d4; /* Azul Puma */
    border-radius: 5px;
    color: #282828 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
}

.divFiltros {
    background-color: #E6E8F3; /* Azul Puma */
    border-radius: 5px;
    color: #282828 !important;
}

.divModal {
    background-color: #ececec; /* Azul Puma */
    /*top: 0;
    left: 50%;
    transform: translate(-50%,0);*/
    width: 100%;
    position: absolute;
    z-index: 4001;
    border-radius: 5px;
    border: 1px solid #8C8D8D;
    box-shadow: #8C8D8D 2px 2px;
}

.divModalSemPosition {
    background-color: #ececec; /* Azul Puma */
    /*top: 0;
    left: 50%;
    transform: translate(-50%,0);*/
    width: 100%;
    z-index: 4001;
    border-radius: 5px;
    border: 1px solid #8C8D8D;
    box-shadow: #8C8D8D 2px 2px;
}

.divModalBranco {
    background-color: #FFF; /* Azul Puma */
    /*top: 0;
    left: 50%;
    transform: translate(-50%,0);*/
    width: 100%;
    position: absolute;
    z-index: 4002;
    border-radius: 5px;
}

.divPainel {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pnlFixoTopo {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%,0);
}

.novoServiço {
    background-color: #F3F6F0; /* Azul Puma */
    position: absolute;
    z-index: 4001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    color: #000 !important;
}

.novoRegistro {
    position: absolute;
    z-index: 4001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.imgFotoLogo {
    max-height: 400px !important;
    max-width: 400px !important;
}

.divisoria {
    border-bottom: 2px solid #EFEFEF; /* Cinza Claro do Menu */
    margin: 10px 0;
}

/* #endregion */

/* #region GRIDS */

.gdv {
    width: 100% !important;
    border: none !important;
    border-spacing: 0 !important;
}

    .gdv th {
        background-color: #FFF; /* Cinza Claro do Menu */
        font-weight: 500;
    }

        .gdv th a {
            font-family: BarlowSemiCondensed-Regular;
            font-size: 1rem; 
            font-weight: 500;
            color: #314459; /* Azul Puma */
            text-decoration: none !important;
        }

    .gdv tr {
        /*background-color: #DDDDDD; /* Cinza Médio da Grid */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        height: 60px;
        border-bottom: 1px #d3d4d4 solid;
    }

        .gdv tr:hover {
            background-color: #8C8D8D !important;
            color: #FFF !important; /* Cinza Médio da Grid */
        }

    .gdv td {
        padding: 2px 0;
        font-size: 0.8rem;
        font-family: BarlowSemiCondensed-Regular;
    }

    .gdv .alt {
        background-color: #FFF; /*#EFEFEF; /* Cinza Claro da Grid */
    }

    .gdv .pgr td {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }
    .gdv .pgr:hover td:hover {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    .gdv .pgr:hover a {
        font-size: 1rem;
        color: #8C8D8D; /* Azul Puma */
        text-decoration: none !important;
        background-color: #FFF !important;
        text-decoration: none !important;
    }




    /* Grid sem Height */
.gdvBitolas {
    width: 100% !important;
    border: none !important;
    border-spacing: 0 !important;
}

    .gdvBitolas th {
        background-color: #FFF; /* Cinza Claro do Menu */
        font-weight: 500;
    }

        .gdvBitolas th a {
            font-family: BarlowSemiCondensed-Regular;
            font-size: 1rem;
            font-weight: 500;
            color: #314459; /* Azul Puma */
            text-decoration: none !important;
        }

    .gdvBitolas tr {
        /*background-color: #DDDDDD; /* Cinza Médio da Grid */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        /*height: 60px;*/
      /*  border-bottom: 1px #d3d4d4 solid;*/
    }

        .gdvBitolas tr:hover {
            background-color: #8C8D8D !important;
            color: #FFF !important; /* Cinza Médio da Grid */
        }

    .gdvBitolas td {
        padding: 2px 0;
        font-size: 0.8rem;
        font-family: BarlowSemiCondensed-Regular;
    }

    .gdvBitolas .alt {
       /* background-color: #FFF;*/ /*#EFEFEF; /* Cinza Claro da Grid */
    }

    .gdvBitolas .pgr td {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    .gdvBitolas .pgr:hover td:hover {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    .gdvBitolas .pgr:hover a {
        font-size: 1rem;
        color: #8C8D8D; /* Azul Puma */
        text-decoration: none !important;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    /*                 */


/* Grid sem Height */
.gdvNervuraTravamento {
    width: 100% !important;
    border: none !important;
    border-spacing: 0 !important;
}

    .gdvNervuraTravamento th {
        background-color: #FFF; /* Cinza Claro do Menu */
        font-weight: 500;
    }

        .gdvNervuraTravamento th a {
            font-family: BarlowSemiCondensed-Regular;
            font-size: 1rem;
            font-weight: 500;
            color: #314459; /* Azul Puma */
            text-decoration: none !important;
        }

    .gdvNervuraTravamento tr {
        /*background-color: #DDDDDD; /* Cinza Médio da Grid */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        /*height: 60px;*/
        /*  border-bottom: 1px #d3d4d4 solid;*/
    }

        /*.gdvNervuraTravamento tr:hover {
            background-color: #8C8D8D !important;
            color: #FFF !important;*/ /* Cinza Médio da Grid */
        /*}*/

    .gdvNervuraTravamento td {
        padding: 2px 0;
        font-size: 0.8rem;
        font-family: BarlowSemiCondensed-Regular;
    }

    .gdvNervuraTravamento .alt {
        /* background-color: #FFF;*/ /*#EFEFEF; /* Cinza Claro da Grid */
    }

    .gdvNervuraTravamento .pgr td {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    /*.gdvNervuraTravamento .pgr:hover td:hover {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    .gdvNervuraTravamento .pgr:hover a {
        font-size: 1rem;
        color: #8C8D8D;*/ /* Azul Puma */
        /*text-decoration: none !important;
        background-color: #FFF !important;
        text-decoration: none !important;
    }*/

/*                 */




    .gdvPainel {
        max-height: 350px;
        overflow: auto;
        border-radius: 5px;
    }

.gdvPainel100vh {
    height: 100vh;
    overflow: auto;
    border-radius: 5px;
}


.gdvDiv {
    background-color: #FFF; /* Cinza Claro do Menu */
    border-radius: 5px;
    width: 100% !important;
}

.gdvLink {
    color: #434343; /* Cinza claro */
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1em;
    text-decoration: none;
}

    .gdvLink:hover {
        color: #FFF !important; /* Branco */
        font-family: BarlowSemiCondensed-Regular;
        font-size: 1em;
        text-decoration: none;
    }

.gdvLinkAgenda {
    color: #434343; /* Cinza claro */
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1em;
    text-decoration: none;
}

    .gdvLinkAgenda:hover {
        color: #1f1f1f !important; /* Branco */
        font-family: BarlowSemiCondensed-Regular;
        font-size: 1em;
        text-decoration: none;
    }



.gdvSemHover {
    width: 100% !important;
    border: none !important;
    border-spacing: 0 !important;
}

    .gdvSemHover th {
        background-color: #FFF; /* Cinza Claro do Menu */
        font-weight: 500;
    }

        .gdvSemHover th a {
            font-family: BarlowSemiCondensed-Regular;
            font-size: 1rem;
            font-weight: 500;
            color: #314459; /* Azul Puma */
            text-decoration: none !important;
        }

    .gdvSemHover tr {
        /*background-color: #DDDDDD; /* Cinza Médio da Grid */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        height: 60px;
        border-bottom: 1px #d3d4d4 solid;
    }

        .gdvSemHover tr:hover {
            /*background-color: #314459 !important;
            color: #FFF !important;*/ /* Cinza Médio da Grid */
        }

    .gdvSemHover td {
        padding: 2px 0;
        font-size: 0.8rem;
        font-family: BarlowSemiCondensed-Regular;
    }

    .gdvSemHover .alt {
        background-color: #FFF; /*#EFEFEF; /* Cinza Claro da Grid */
    }

    .gdvSemHover .pgr td {
        border: none;
        padding: 0 6px;
        text-align: left;
        background-color: #FFF !important;
        text-decoration: none !important;
    }

    .gdvSemHover .pgr:hover td:hover {
        border: none;
        padding: 0 6px;
        text-align: left;
        /*  background-color: #FFF !important;*/
        text-decoration: none !important;
    }

    .gdvSemHover .pgr:hover a {
        font-size: 1rem;
        /*color: #314459;*/ /* Azul Puma */
        text-decoration: none !important;
        /*background-color: #FFF !important;*/
        text-decoration: none !important;
    }

.gdvSemHoverPainel {
    max-height: 350px;
    overflow: auto;
    border-radius: 5px;
}

.gdvSemHoverPainel100vh {
    height: 100vh;
    overflow: auto;
    border-radius: 5px;
}


.gdvSemHoverDiv {
    background-color: #FFF; /* Cinza Claro do Menu */
    border-radius: 5px;
    width: 100% !important;
}

.gdvSemHoverLink {
    color: #434343; /* Cinza claro */
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1em;
    text-decoration: none;
}

    .gdvSemHoverLink:hover {
        /*color: #FFF !important;*/ /* Branco */
        font-family: BarlowSemiCondensed-Regular;
        font-size: 1em;
        text-decoration: none;
    }

/* #endregion */

/* #region LOGIN */

.loginFora {
    position: absolute;
    height: 88%;
    width: 100%;
}

.loginDentro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); /* Centraliza a div no meio da tela */
    /*background-color: #314459;*/ /* Azul Puma */
    /*background: linear-gradient(#3D4143, #8C8D8D);*/
    border-radius: 5px;
    width: 400px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.lblLogin {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF; /* Branco */
}

.btnLogin {
    font-family: BarlowSemiCondensed-Regular;
    font-size: 1rem;
    color: #282828; /* Branco */
    background-color: #fff; /* Verde Puma */
    border: none;
    cursor: pointer; 
    border-radius: 5px;
}
    .btnLogin:hover {
        font-family: BarlowSemiCondensed-Regular;
        font-size: 1rem;
        color: #fff; /* Branco */
        background-color: #2199ea; /* Verde Puma */
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

/* #endregion */

/* #region LOADING */

.loadingFora {
    position: fixed;
    z-index: 100002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* Preto */
    opacity: .5;
}

.loadingDentro {
    position: fixed;
    z-index: 100003;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .loadingDentro p {
        font-family: BarlowSemiCondensed-Regular;
        font-size: 1.6rem;
        color: #FFF;
    }

    .loadingDentro img {
        width: 6rem;
    }

/* #endregion */

/* #region FOOTER */

footer {
    /*background-color: #314459;*/ /* Azul Puma */
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 2002;
    text-align: center;
    font-size: 0.5rem;
}

    footer a {
        font-family: BarlowSemiCondensed-Regular;
        text-decoration: none;
        color: #FFF; /* Branco */
    }

/* #endregion */

/* #region GUIA CSS */

.divGuiaCss {
    position: fixed;
    z-index: 100000;
    right: 0;
    bottom: 0;
}

.guiaCssItem {
    width: auto;
    height: auto;
    margin: 1rem 0.5rem 0 0.5rem;
    background-color: #EFEFEF; /* Cinza Claro do Menu */
    border-radius: 20px;
}

/* Triângulo vermelho acima do rodapé para retornar ao topo da página - GuiaCSS.aspx */
.back2Top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #E33036; /* Vermelho Puma */
}

/* #endregion */