@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

* {
  font-family: "Inter", sans-serif !important ;
}

.wy-side-nav-search > a:hover {
  background: none !important;
}

.wy-side-nav-search input[type="text"] {
  border: none;
}

.headerlink {
  font-family: FontAwesome !important;
  color: #4946ce !important;
}

h1{
  color: #4946ce !important;
}

.xref.download, #documentacion-hr-consulting p a:not(.download) {
    border-radius: 2px !important;
    white-space: nowrap !important;
    text-align: center !important;
    cursor: pointer !important;
    font-size: 100% !important;
    padding: 6px 12px 8px !important;
    font-weight: 400 !important;
}

.headerlink {
  display: none !important;
}

a.reference strong:hover{
  color: black !important;
}

#scrollToTopBtn, #casita {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #4946ce;
  background-color: #ffffffa3;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  font-size: x-large;
  box-shadow: 0px 0px 10px #4946ce;
  transition: background-color 0.2s ease, color 0.2s ease;
  z-index: 999;
}

#scrollToTopBtn:hover, #casita:hover{
  color: white;
  background-color: #4946cea3;
}

#casita{
  bottom: 120px;
  font-size: 25px;

}

#themeSwitcher {
  display: none !important;
}

::marker,
strong,
dt {
  color: #4946ce;
}

.wy-side-nav-search > a img.logo {
  filter: brightness(1.1);
}

.rst-content .toctree-wrapper ul li>:first-child, .rst-content section ol li>:first-child, .rst-content section ul li>:first-child, .reference.download.internal, #documentacion-hr-consulting p a:not(.download) , .btn.btn-neutral{
  text-decoration: none;
}

.wy-menu-vertical li.toctree-l1.current > a,
.wy-menu-vertical li.current a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
  border: none;
  background-color: #fcfcfc;
}

.wy-nav-content {
  padding-bottom: 10px;
  background: rgb(252, 252, 252);
}

.wy-side-scroll strong {
  color: black !important;
}

.reference {
  color: black !important;
}

.reference.external {
  color: #4946ce !important;
}

.wy-nav-side {
  background: #d3d3e9;
}

.wy-menu-vertical p.caption {
  color: #4946ce;
}

h2 {
  color: #4946ce;
}

.btn-neutral, .btn-neutral:visited, .xref.download, .xref.download:visited, #documentacion-hr-consulting p a:not(.download), #documentacion-hr-consulting p a:not(.download):visited{
  background-color: #4946ce !important;
  color: #fff !important;
  border: none;
  box-shadow: none;
}

.btn:focus, .btn:focus-visible, .xref.download:focus-visible, #documentacion-hr-consulting p a:not(.download):focus-visible{
  outline: none !important;
}

.xref.download:active, .btn:active, #documentacion-hr-consulting p a:not(.download):active{
  box-shadow: inset 0px 4px 4px #4946ce36 !important;
  padding: 6px 12px 8px !important;
  border: none !important;
  outline: none !important;
}

.btn-neutral:hover, .xref.download:hover, #documentacion-hr-consulting p a:not(.download):hover{
  background-color: #fff !important;
  color: #4946ce !important;
  outline: 1px solid #4946ce !important;
}

.icon-home {
  color: #4946ce !important;
}

.wy-menu-vertical li.toctree-l1 a:hover {
  background-color: #fcfcfc;
}

.wy-nav-content-wrap{
  background-color: #e7e7e7;
}

.wy-nav-content a{
  text-decoration: underline;
}

.wy-nav-content a:hover {
  color: black !important;
}



.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover,
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a:hover,
.wy-menu-vertical li.toctree-l4.current li.toctree-l5 > a:hover,
.wy-menu-vertical li.toctree-l5.current li.toctree-l6 > a:hover,
.wy-menu-vertical li.toctree-l6.current li.toctree-l7 > a:hover,
.wy-menu-vertical li.toctree-l7.current li.toctree-l8 > a:hover,
.wy-menu-vertical li.toctree-l8.current li.toctree-l9 > a:hover,
.wy-menu-vertical li.toctree-l9.current li.toctree-l10 > a:hover,
.wy-menu-vertical li.toctree-l10.current li.toctree-l11 > a:hover {
  background-color: #fcfcfc !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #d3d3e9 inset !important;
}

.wy-side-nav-search input[type="text"] {
  background-color: #d3d3e9;
  color: black;
}

.wy-side-nav-search > a {
  margin-bottom: 0px;
  padding: 0px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #4946ce #e7e7e7;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: #e7e7e7;
}

*::-webkit-scrollbar-thumb {
  background-color: #4946ce;
  border-radius: 0px;
  border: 0px none #ffffff;
}

.rst-content section ul li > a:hover {
  color: #4946ce !important;
}

a.current {
  background: #fcfcfc !important;
}

.wy-menu-vertical li.toctree-l2.current > a{
  background-color: #fcfcfc;
}

p .reference,
.external a {
  color: #4946ce !important;
}

.wy-nav-top {
  background: #4946ce !important;
}

.wy-side-nav-search {
  background-color: #4946ce;
}

html[data-theme="dark"] .wy-menu-vertical li.toctree-l1.current > a:hover {
  background: #fcfcfc !important;
  color: #4946ce !important;
}

.wy-side-scroll a.reference strong:hover{
  color: #4946ce !important;

}

.wy-menu-vertical li.current a{
  background-color: #fcfcfc !important;
}

.wy-side-scroll a.reference.internal:hover strong, .wy-side-scroll a.reference.internal:hover button.toctree-expand {
  color: #4946ce !important;
}

.wy-side-scroll a.reference.internal:hover {
  background-color: #fcfcfc !important;
}

a.reference.internal.current strong {
  color: #4946ce !important;
}

footer {
  display: none !important;
}

.wy-breadcrumbs-aside {
  visibility: hidden;
}

.orange {
  color: orange;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.yellow {
  color: yellow;
}

.brown {
  color: brown;
}

.green {
  color: green;
}

.purple {
  color: purple;
}

.pink {
  color: pink;
}

.rst-content .note .admonition-title{
  background-color: #9291C9 !important;
  color: #181818 !important;
}
.rst-content .note{
  background-color: #D3D3E9 !important;
  color: #181818;
}

#menup {
  padding: 10px 0px;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

a {
  color: #2980b9 !important;
  text-decoration: none;
  cursor: pointer;
}

span.caption-text{
  color: #4946ce !important;
}

.wy-menu-vertical li.current > a strong{
  color: #4946ce !important;
}

.rst-content .warning {
  background: #d65b5b;
}
.rst-content .warning .admonition-title {
  background: #8a3b3b;
  color: white;
}
.rst-content .warning p {
 color: black;
}
.rst-content .warning strong {
  color: #4b1e1e;
}

/* MODO OSCURO */

html[data-theme="dark"] body {
    color: rgb(194, 194, 194) !important;
    background-color: rgb(83, 83, 83) !important;
  }

  html[data-theme="dark"] .rst-content table.docutils thead,
  html[data-theme="dark"] .rst-content table.field-list thead,
  html[data-theme="dark"] .wy-table thead {
    color: rgb(194, 194, 194) !important;
  }

  html[data-theme="dark"] .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,
  html[data-theme="dark"] .wy-table-backed,
  html[data-theme="dark"] .wy-table-odd td,
  html[data-theme="dark"] .wy-table-striped tr:nth-child(2n-1) td {
    background-color: #424242;
  }

  td p {
    white-space: break-spaces;
  }

  html[data-theme="dark"] .tg .tg-xls6 {
    background-color: rgb(56, 56, 56) !important;
    color: rgb(194, 194, 194) !important;
  }

  html[data-theme="dark"] .rst-content .linenodiv pre,
  html[data-theme="dark"] .rst-content div[class^="highlight"] pre,
  html[data-theme="dark"] .rst-content pre.literal-block {
    background-color: rgb(24, 24, 24);
  }

  html[data-theme="dark"] #scrollToTopBtn, html[data-theme="dark"] #casita {
    background-color: #0e0e0ea3;
    color:  #d3d3e9;
    box-shadow: 0px 0px 10px #d3d3e9;
  }
  
  html[data-theme="dark"] #scrollToTopBtn:hover, html[data-theme="dark"] #casita:hover{
    color: #0e0e0e;
    background-color: #d3d3e9a3;
  }



  html[data-theme="dark"] .highlight .nt {
    color: #0d3fac;
  }

  html[data-theme="dark"] .postget {
    font-size: 18px !important;
  }

  html[data-theme="dark"] .medio {
    text-align: center !important;
  }

  html[data-theme="dark"] .tg .tg-xls6 {
    vertical-align: middle !important;
  }


  
  html[data-theme="dark"] .btn-neutral:hover, html[data-theme="dark"] .xref.download:hover, html[data-theme="dark"] #documentacion-hr-consulting p a:not(.download):hover{
    background-color: rgb(24, 24, 24) !important;
    color: #d3d3e9 !important;
    outline: 1px solid #d3d3e9 !important;
  }

  html[data-theme="dark"] .tg td {
    border-color: gray !important;
  }

  html[data-theme="dark"] .tg th {
    border-color: gray !important;
  }

  html[data-theme="dark"] .rst-content .linenodiv pre,
  html[data-theme="dark"] .rst-content div[class^="highlight"] pre,
  html[data-theme="dark"] .rst-content pre.literal-block {
    font-size: 14px !important;
  }

  html[data-theme="dark"] .rst-content .admonition .admonition-title, html[data-theme="dark"] .rst-content .note .admonition-title{
    background-color: #D3D3E9 !important;
    color: #4946CE;
  }
  html[data-theme="dark"] .rst-content .admonition, html[data-theme="dark"] .rst-content .note{
    background-color: #9291C9 !important;
    color: #181818 !important;
  }

  html[data-theme="dark"] .wy-side-nav-search > a img.logo {
    filter: brightness(1);
  }

  html[data-theme="dark"] .wy-menu-vertical a {
    color: #d9d9d9 !important;
  }

  html[data-theme="dark"] .wy-nav-content-wrap {
    background-color: #1f2123 !important;
  }

  html[data-theme="dark"] body a {
    color: rgb(255, 255, 255) !important;
  }

  html[data-theme="dark"] .wy-nav-content {
    background-color: rgb(24, 24, 24) !important;
  }

  html[data-theme="dark"] .wy-breadcrumbs-aside a:hover {
    color: #4946ce !important;
  }

  html[data-theme="dark"] .wy-side-nav-search {
    background-color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .xref.download:active, html[data-theme="dark"] .btn:active, html[data-theme="dark"] #documentacion-hr-consulting p a:not(.download):active {
    box-shadow: inset 0px 4px 4px #d3d3e936 !important;
    padding: 6px 12px 8px !important;
  }

  html[data-theme="dark"] .wy-side-nav-search input[type="text"] {
    border-color: #4946ce;
    border-width: 2px;
    background-color: #2b2e30 !important;
  }

  html[data-theme="dark"] img {
    filter: brightness(0.8) contrast(1.2);
  }

  html[data-theme="dark"] .reference {
    color: #d9d9d9 ;
  }

  html[data-theme="dark"] ::marker,
  html[data-theme="dark"] strong,
  html[data-theme="dark"] dt,
  html[data-theme="dark"] a.reference.internal{
    color: #d3d3e9 !important;
  }



  html[data-theme="dark"] .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,
  html[data-theme="dark"] .wy-table-backed,
  html[data-theme="dark"] .wy-table-odd td,
  html[data-theme="dark"] .wy-table-striped tr:nth-child(2n-1) td {
    background-color: #424242;
  }

  html[data-theme="dark"] a.current {
    background: rgb(24, 24, 24) !important;
  }

  html[data-theme="dark"] .wy-side-scroll strong {
    color: #c2c2c2 !important;
  }

  html[data-theme="dark"] .icon-home {
    color: #d3d3e9 !important
  }

  html[data-theme="dark"] .wy-menu-vertical li.current > a,
  html[data-theme="dark"] .wy-menu-vertical li.on a {
    background: rgb(24, 24, 24) !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l1.current > a strong{
    border: none !important;
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .toctree-wrapper .toctree-l1 a:hover {
    color: #4946ce !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l3.current > a,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
    background: rgb(24, 24, 24) !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l2.current > a,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
    background: rgb(24, 24, 24) !important;
  }


  


  html[data-theme="dark"] .std-ref {
    color: #d3d3e9 !important;
    text-decoration: underline;
  }

  html[data-theme="dark"] .wy-menu-vertical li.current {
    background-color: rgb(34, 34, 34) !important;
  }

  html[data-theme="dark"] .toctree-wrapper compound .reference .internal {
    color: #4946ce !important;
  }

  html[data-theme="dark"] h1,
  html[data-theme="dark"] .caption {
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .rst-content .error .admonition-title {
    background: rgb(187, 18, 18);
  }

  html[data-theme="dark"] h2 {
    color: #d3d3e9;
  }

  html[data-theme="dark"] .rst-content .error {
    background: rgb(24, 24, 24);
  }

  html[data-theme="dark"] .wy-menu-vertical li.current > a {
    color: #d9d9d9;
  }

  html[data-theme="dark"] img {
    filter: brightness(0.8) contrast(1.2);
  }

  html[data-theme="dark"] .wy-menu.wy-menu-vertical > ul {
    color: #d9d9d9 !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.current a {
    color: #d9d9d9;
    border: none !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.current > a:hover {
    background-color: red;
  }

  html[data-theme="dark"] .rst-content .highlighted {
    background: #796207;
    box-shadow: 0 0 0 2px #796207;
  }

  html[data-theme="dark"] .toctree-wrapper .toctree-l1 a:hover {
    color: #4946ce !important;
  }

  html[data-theme="dark"] .wy-menu-vertical p.caption {
    color: #d3d3e9;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l1.current > a:hover {
    background: rgb(24, 24, 24) !important;
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l1 > a:hover {
    background: rgb(24, 24, 24) !important;
  }

  html[data-theme="dark"] span.caption-text{
    color: #d3d3e9 !important
  }

  html[data-theme="dark"] .wy-menu-vertical li.current a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l2.current li.toctree-l4 > a:hover {
    background-color: rgb(24, 24, 24) !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l4.current li.toctree-l5 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l5.current li.toctree-l6 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l6.current li.toctree-l7 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l7.current li.toctree-l8 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l8.current li.toctree-l9 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l9.current li.toctree-l10 > a:hover,
  html[data-theme="dark"] .wy-menu-vertical li.toctree-l10.current li.toctree-l11 > a:hover:hover {
    background-color: #181818 !important;
  }

  html[data-theme="dark"] .wy-nav-side {
    background-color: #2b2e30 !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l1 a:hover {
    background-color: #1a1a1a;
  }

  html[data-theme="dark"] .wy-menu-vertical li.toctree-l2 a:hover {
    background-color: #1a1a1a !important;
  }
  html[data-theme="dark"] .rst-content .toctree-wrapper ul li a:hover {
    color: #4946ce !important;
  }

  html[data-theme="dark"] a.reference strong:hover,  html[data-theme="dark"] a.reference.internal:hover {
    color: white !important;
  }

  html[data-theme="dark"] .wy-side-scroll a.reference strong:hover{
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .wy-menu-vertical li.current a{
    background-color: #181818 !important;
    color: #d3d3e9;
  }

  html[data-theme="dark"] a.reference.internal.current strong {
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .wy-side-scroll a.reference.internal:hover strong, html[data-theme="dark"] .wy-side-scroll a.reference.internal:hover button.toctree-expand {
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .wy-side-scroll a.reference.internal:hover {
    background-color: #181818 !important;
  }
  
  html[data-theme="dark"] .rst-content .warning {
    background: #8a3b3b !important;
  }
  html[data-theme="dark"] .rst-content .warning .admonition-title {
    background: #562525 !important;
    color: rgba(255, 255, 255, 0.863) !important;
  }
  html[data-theme="dark"] .rst-content .warning p {
   color: black !important;
  }
  html[data-theme="dark"] .rst-content .warning strong {
    color: #230f0f !important;
  }

  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  html[data-theme="dark"] *{
    scrollbar-width: auto;
    scrollbar-color: #d3d3e9 #1f2123;
  }

  html[data-theme="dark"] {
    scrollbar-width: auto;
    scrollbar-color: #d3d3e9 #1f2123;
  }

  /* Chrome, Edge, and Safari */
  html[data-theme="dark"] ::-webkit-scrollbar {
    width: 15px;
  }

  html[data-theme="dark"] ::-webkit-scrollbar-track {
    background: #1f2123;
  }

  html[data-theme="dark"] .rst-content div[class^="highlight"] pre {
    font-size: 12px !important;
    line-height: 1.4;
    white-space: pre;
    margin: 0;
    padding: 12px;
    display: block;
    overflow: auto;
    background-color: #1f2123 !important;
  }

  html[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background-color: #d3d3e9;
    border-radius: 0px;
    border: 0px none #ffffff;
  }

  body, .wy-nav-content-wrap, .wy-nav-content, .section, .highlight, .rst-content div[class^='highlight'], .wy-nav-content a, .xref.download, #documentacion-hr-consulting p a:not(.download) ,  .btn-neutral, .btn, footer, .wy-nav-side, .wy-menu-vertical li, .wy-menu-vertical a, .wy-side-nav-search .wy-dropdown, .wy-side-nav-search a, .wy-side-nav-search input, html.writer-html4 .rst-content dl:not(.docutils) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt, .rst-content code, .rst-content tt, html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list) > dt, code, .rst-content code.xref, .rst-content tt.xref {
    transition: all 0.2s ease-in-out, color 0s !important;
  }

  html[data-theme="dark"] .wy-nav-content a{
    color: #d3d3e9 !important;
  }

  html[data-theme="dark"] .wy-nav-content a:hover {
    color: white !important;
  }

  @media (max-width: 768px) {
    #scrollToTopBtn, #casita {
      width: 50px;
      height: 50px;
    }
    #casita{
      font-size: 22px;
    }
  }

  html[data-theme="dark"] .btn.btn-neutral, html[data-theme="dark"] .btn-neutral:visited, html[data-theme="dark"] .xref.download, html[data-theme="dark"] .xref.download:visited, html[data-theme="dark"] #documentacion-hr-consulting p a:not(.download):visited, html[data-theme="dark"] #documentacion-hr-consulting p a:not(.download) {
    background-color: #2b2e30 !important;
    color: #c1c1c1 !important;
    border: none;
    box-shadow: none;
  }

  html[data-theme="dark"] .wy-menu-vertical li a button.toctree-expand {
    color: #c1c1c1;
  }

  html[data-theme="dark"] .wy-menu-vertical li.current > a strong{
    color: #d3d3e9 !important;
  }

#documentacion-hr-consulting p a:not(.download) {
  color: red;
}

