/**
 *------------------------------------------------------------------------------
 * JOAO CRISOSTOMO J5-01
 *------------------------------------------------------------------------------
 * @file        theme.css
 * @Template	  SKY 01
 *------------------------------------------------------------------------------
 */

/*==============================================/
   COLORS
*/
:root {
    /* GENERAL COLORS */
    --primary:              #0091D2 !important;
    --secondary:            #CC6633;
    --primary-color:        #444;
    --secondary-color:      #006dfc;
    --tertiary-color:       #00fca8;
    --dark-color:           rgb(33, 37, 41);
    --grey-dark-color:      rgb(108, 117, 125);
    --grey-color:           lightgray;
    --grey-light-color:     rgb(233, 236, 239);
    --light-color:          rgb(248, 249, 250);
    --link-color:           rgb(248, 249, 250);
    --hover-color:          rgb(248, 249, 250);
    --elements-bg:          #fff;
    --heading-color:        rgb(56, 59, 68);
    /*BODY*/
    --body-bg:              #F1EBE9;
    --body-bg:              #F5F3F2 !important;      
    --body-color:           #212529; 
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    /*LINKS*/
    a {
      --link-color: #224faa;
      --link-hover-color: #153e90;
      --link-active-color: #3966c0;
    }
  }

/*==============================================/
   FORMATAÇÃO TEXTO
*/
:root {
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1.1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-family: Garamond, 'Times New Roman', Times, serif;
  color: var(--secondary);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-family: Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: var(--link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--highlight-color);
  background-color: var(--highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}


/*==============================================/
   TEXTO DOS ARTIGOS
*/
.article dl,
.article ol, 
.article ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}
.article li{
    padding-left: .2rem;
}
.article a{
    text-decoration:underline;
}
.article {
    padding: 50px 0;
    max-width: 850px;
    margin: 0 auto;
}
.content{
    max-width: 850px;
    margin: 0 auto;
}
/*
  blockquote
*/
blockquote {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: var(--primary-color);
}
  
/*==============================================/
   LOGOTIPO
*/
.site-logo-link img {
    width: 100%;
    height: 80px;
}

/*==============================================/
   MODULO DE IDIOMAS
*/
.mod-languages .dropdown-toggle{
    border: 0px solid transparent;
    background-color: transparent;
    color: #353b41;
    border-radius: 0;
} 
.mod-languages .dropdown-toggle:hover,
.mod-languages .dropdown-toggle:focus {    
    background-color: transparent;
    color: #006dfc;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
.mod-languages .dropdown-menu{
    background-color: #fff;
    /* border: 0px solid transparent; */
}
/*
# COL - IDIOMAS
---------------------------------------------------*/
.col-idiomas {
    display: flex !important;
    align-items: center; /*Vertical*/
    justify-content: right;
    max-width: 100px;
    padding: 0;
}
.mod-languages {
    position: relative;
    float: left;
    vertical-align: middle;
    z-index: 999;
}
.mod-languages ul {
    padding: 0 !important;
    margin-left:20px;
}
.mod-languages ul a {
    /* line-height: 70px; */
}

/*BANDEIRINHAS NO SITE*/
div.mod-languages ul.lang-inline li img {
  opacity: 1;
  filter: grayscale(50%);
}
div.mod-languages ul.lang-inline li:hover img {
    opacity: 1;
    filter: grayscale(1%);
}
  div.mod-languages ul.lang-inline li.lang-active img {
    
    opacity: 0.4;
    filter: grayscale(100%);
  }
  div.mod-languages li.lang-active a {
    pointer-events: none;
    cursor: default;
    user-select: none;
  }
 div.mod-languages ul.lang-inline li.lang-active {
    /* float: right; */
    padding-left: 0px;
  }
  div.mod-languages ul li.lang-active {
    background-color:transparent !important;
  }
  div.mod-languages li {
    margin: 0 !important;
  }

 /*==============================================/
  OFFCANVAS TOOGLER
 */ 
 #mobile-cta::after {
  content: "=";
}

/*==============================================/
   PAGINATION
*/
  /*centrar os elementos*/
.pagenavigation {
    margin: auto;
    max-width: 240px;
}
.pagination {
    margin:3rem 0;
}
.btn.btn-sm.btn-secondary.next {
    margin-left: auto;
}

/*==============================================/
   Modulo Login
*/
.input-group .btn-secondary, 
.input-password-toggle {
  align-items: center;
  background-color: #eaedf0;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #22262a;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .6rem 1rem;
  text-align: center;
  white-space: nowrap;
}
.input-group .btn-secondary:hover,
.input-password-toggle:hover {
  background-color: #5d636b;
  border-color: #575e65;
  color: #fff;
}

/*==============================================/
   BACK TO TOP
*/
.back-to-top-link {
    z-index: 10000;
    pointer-events: none;
    color: #fff;
    background-color: var(--secondary, --cassiopeia-color-primary);
    border: 1px solid var(--secondary, --cassiopeia-color-primary);
    opacity: 0;
    inset-inline-end: 1rem;
    border-radius: 10%;
    padding: 0.7em 0.8em;
    position: fixed;
    bottom: 1rem;
  
    font-size: 1rem;
    line-height: 1.5;
  
    transition: opacity 0.3s ease-in, color 0.3s ease-in-out,
      background-color 0.3s ease-in-out;
  }
  .back-to-top-link.visible {
    opacity: 0.8;
    bottom: 1rem;
    pointer-events: all;
  }
  .back-to-top-link:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--secondary, --cassiopeia-color-primary);
    border: 1px solid var(--secondary, --cassiopeia-color-primary);
  }
  .back-to-top-link:focus {
    color: #fff;
  }