/* Copyright (C) Jose Maria Navarro 2020 || jmarianpuig@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:700');

body {
  font-family: 'Montserrat', sans-serif;
  background: #fafafa;
}

body::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}

html,
body {
  -ms-overflow-style: none;
  overflow: auto;
}

html,
#menuLateral {
  overflow: -moz-scrollbars-none;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  color: rgba(85, 85, 85, 1);
  text-align: justify;
}

.verdeBold {
  color: #763053;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.enlaces {
  color: #000000;
  font-family: "Source Code Pro", serif;
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#content:target {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

/* scrollbar */

::-webkit-scrollbar {
  display: none;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 24px;
  height: 24px;
}

::-webkit-scrollbar-thumb {
  background: #FAFAFA;
  border: 0px none #FAFAFA;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #FAFAFA;
}

::-webkit-scrollbar-thumb:active {
  background: #FAFAFA;
}

::-webkit-scrollbar-track {
  background: #FAFAFA;
  border: 0px none #FAFAFA;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background: #666666;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* general */

#contenedor {
  height: 100%;
  display: flex;
  padding: 0 10%;
  width: 100%;
  align-items: stretch;
  position: relative;
  overflow-y: scroll;
  top: 0;
}

#sidebar {
  background: #fafafa;
  color: #fff;
  min-height: calc(100vh - 200px);
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  border-bottom: 3px solid #fafafa dotted;
}

#tituloSidebar {
  background: #fafafa;
  height: 150px;
  min-height: 15vh;
  border-bottom: 3px solid #c8dbd4 dotted;
  position: fixed;
  top: 140px;
  min-width: 20%;
  max-width: 25%;
}

#tituloSidebar p {
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 15px 10px;
}

.group {
  width: 100%;
  height: auto;
  margin-top: 110px;
}

.group .subgroup {
  width: 100%;
  height: auto;
}

.fixed {
  position: fixed;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.lineMat {
  width: 100%;
  height: 1px;
  margin: 40px 0;
}

/* sidebar */
.bs-docs-sidebar {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90vh;
  position: fixed;
  padding: 0;
  min-width: 20%;
  top: 110px;
  z-index: 1;
  //	width: 22%;
}

.bs-docs-sidebar .nav>li>a {
  color: #763053;
  padding: 4px 20px;
  font-size: 1rem;
  font-weight: 400;
}

.bs-docs-sidebar .nav .nav>li>a {
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 0.8em;
}

.bs-docs-sidebar .nav>li>a {
  border-left: 2px solid transparent;
}

.bs-docs-sidebar a.nav-link.active,
.bs-docs-sidebar a.nav-link:hover,
.bs-docs-sidebar a.nav-link:focus {
  color: #023726;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}

.bs-docs-sidebar a.nav-link.active,
.bs-docs-sidebar a.nav-link.active:hover,
.bs-docs-sidebar a.nav-link.active:focus {
  font-weight: 700;
}

.bs-docs-sidebar .nav .nav>li>a.nav-link.active,
.bs-docs-sidebar .nav .nav>li>a.nav-link.active:hover .bs-docs-sidebar .nav .nav>li>a.nav-link.active:focus {
  font-weight: 700;
}

/* CSS enseñar solo activos*/
#sidebar .nav-item .nav-link.active+.nav .nav-item {
  display: list-item;
}

#sidebar .nav-item .nav-item {
  display: none;
}

.col-350 {
  max-width: 350px;
  z-index: 1;
}

.col-offset-350 {
  padding-left: 415px;
  z-index: 0;
}

.CTAs {
  padding: 20px 25%;
}

.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #00603B;
  padding: 4px 0 !important;
  color: #fff !important;
}

/* SIDEBAR */
.navbar {
  padding: 15px 10px;
  background: #fa9604;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(21, 87, 36, 0.3);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.separador {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  clear: both;
}

.line h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

.lineMat h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

.line {
  width: 100%;
  height: auto;
  margin: 20px 0;
  clear: both;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lineMat {
  width: 100%;
  height: auto;
  margin: 20px 0;
  clear: both;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.line>div {
  padding-left: 0;
  padding-right: 0;
}

.lineMat>div {
  padding-left: 0;
  padding-right: 0;
}

.separador {
  height: 2rem;
}

/* CONTENT */
#content {
  width: 100%;
  min-height: 100vh;
  //padding-top: 110px;
  //padding-right: 0;
  border-bottom: 20px solid #FAFAFA;
  transition: all 0.3s;
  z-index: 0;
  position: relative;
}

#content b {
  color: #000;
}

#content img {
  margin: 1.5rem auto;
}

.color11 {
  color: #0082c2 !important;
}

.color12 {
  color: #e73843 !important;
}

.color13 {
  color: #d3045e !important;
}

.color14 {
  color: #009aa7 !important;
}

.color15 {
  color: #24346c !important;
}

.color16 {
  color: #e15100 !important;
}

.color17 {
  color: #8E479A !important;
}

.color18 {
  color: #964615 !important;
}

.color19 {
  color: #0060a8 !important;
}

.color110 {
  color: #a92284 !important;
}

.color111 {
  color: #009982 !important;
}

.color112 {
  color: #d52f89 !important;
}

.color113 {
  color: #8cba37 !important;
}

.color114 {
  color: #a6541b !important;
}

.color115 {
  color: #c24410 !important;
}

.colorBold {
  font-weight: 700 !important;
}

.colorS19 {
  color: #eb6415 !important;
}

.colorS18 {
  color: #e04514 !important;
}

.colorS17 {
  color: #a6541b !important;
}

.colorS16 {
  color: #0369AE !important;
}

.colorS15 {
  color: #D54B9B !important;
}

.colorS14 {
  color: #0A9D88 !important;
}

.colorS13 {
  color: #AA1E84 !important;
}

.colorS12 {
  color: #FF66CC !important;
}

.colorS11 {
  color: #76B729 !important;
}

.colorS10 {
  color: #964815 !important;
}

.colorS9 {
  color: #e95611 !important;
}

.colorS8 {
  color: #3f2683 !important;
}

.colorS7 {
  color: #24346c !important;
}

.colorS6 {
  color: #009aa7 !important;
}

.colorS5 {
  color: #9966ff !important;
}

.colorS4 {
  color: #d3045e !important;
}

.colorS3 {
  color: #e73843 !important;
}

.colorS2 {
  color: #0082c2 !important;
}

.colorS1 {
  color: #2e9dde !important;
}

.card-body a:hover {
  color: #023726 !important;
  font-weight: 700 !important;
}

.card-body h6:hover {
  font-weight: 700 !important;
}

.imgTema5 {
  margin: 1rem auto !important;
}

#content a {
  color: #ec6f29;
}

#content .verde {
  color: #763053 !important;
}

.verdinegro {
  color: #023726 !important;
}

#content a:hover {
  color: #00603B;
}

#content ul,
#content ol {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  color: rgba(85, 85, 85, 1);
  text-align: justify;
}

:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}

#content #defensor {
  margin: 0;
}

/* estilos cabecera*/
header {
  color: #fff;
  position: fixed;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 2px solid #763053;
  background: #fff;
  height: 90px;
}

header .container-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 6px 10%;
  position: fixed;
  top: 0;
  height: 90px;
}

header .logo {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

header .logo a {
  color: #fff;
  text-decoration: none;
  padding-top: 10px
}

header nav {
  justify-content: flex-end;
  display: flex;
  flex: 2 auto;
}

header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}

header nav ul li {
  padding: 0.5em;
}

header nav ul li a {
  color: #763053;
  text-decoration: none;
  display: inline-block;
}

.menuH:visited {
  color: #763053;
  background-color: #ffffff;
  border-color: #f8f9fa;
  text-decoration: none;
}

.menuH:hover {
  color: #763053 !important;
  border: 1px solid rgba(118, 48, 83, 0.6);
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}

.menuH {
  color: #763053;
  background-color: #ffffff;
  border-color: #f8f9fa;
}

.btnA,
.btnA:visited,
.btnA:hover {
  color: #023726 !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(2, 55, 38, 0.6) !important;
  font-weight: 700 !important;
}

#menuCaja {
  //  background: #00603B !important;
}

header section {
  padding: 150px 0;
}

header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  transform: translate(0, -200px);
}

header.fixed nav a,
header.fixed .logo a {
  color: #333;
}

header.in-view {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  header.fixed {
    position: relative;
  }
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

#enanos a {}

.social-dl {
  background: #fafafa;
  font-size: 1.8em;
  vertical-align: middle;
}

.social-pdf {
  color: red;
  background: #fafafa;
  font-size: 1.8em;
  vertical-align: middle;
  float: right;
  width: 1em;
  padding-left: 5px;
}

i.fa {
  display: inline-block;
}

#social-fb:hover {
  color: #3B5998;
}

#social-tw:hover {
  color: #4099FF;
}

#social-gp:hover {
  color: #d34836;
}

#social-em:hover {
  color: #f39c12;
}

.social-pdf:hover {
  cursor: pointer;
}

.download {
  background: #fff;
  color: #71AA41 !important;
}

.download:hover {
  background: #71AA41;
  color: #FAFAFA !important;
}

#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  cursor: pointer;
}

#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
  transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}

#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
}

@media (max-width: 1023px) {
  #menuLateral {
    min-width: 40%;
    max-width: 40%;
    margin-left: -100%;
  }

  #content.active {
    min-width: 100%;
    width: 100%;
    margin-right: -50% transform: none;
  }

  #menuLateral.active {
    margin-left: 0;
    transform: none;
    left: 0;
    border-right: 2px solid #00603B;
    background: #fafafa;
  }

  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }

  #sidebarCollapse.active span {
    margin: 0 auto;
  }

  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }

  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.pr-menu {
  padding-right: 12.5% !important;
}