/* Copyright (C) Seis60 Comunicación */

@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: #4aac33;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.ladillo {
    font-size: 1.1em;
    color: #4aac33;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.cita {
    font-style: italic;
}

.enlaces {
    color: #000000;
    font-family: "Source Code Pro", serif;
    font-weight: bold;
    text-decoration: underline;
    font-style: normal;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight:700;
}

.fondoverde {
    background-color: #fdeed8;
    padding: 10px 20px 10px 10px;
    margin-bottom:10px;
}

.quejas_queja-parrafo {
  margin-left:20px;
  background-color: #e8ffde;
  padding:15px;
  border-radius: 15px;
}

.enlace-cuadro {
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 1rem;
}

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 */

.P7-anotacion-pie {
    font-style: italic;
    font-size: 12px;
}

._idFootnoteLink::before {
    display: inline!important;
}


#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;
}

.img640 {
  width:640px;
}


/* sidebar */

.esp-izq {
    margin-left: 10px;
}

.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: #009764;
    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: #009764;
    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;
}

.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;
    max-width: 100%;
}

.color11 {
    color: #009764 !important;
}

.color12 {
    color: #e73843 !important;
}

.color13 {
    color: #d3045e !important;
}

.color14 {
    color: #5c9ed6 !important;
}

.color15 {
    color: #f3923a !important;
}

.color16 {
    color: #8E479A !important;
}

.color17 {
    color: #e15100 !important;
}
.color18 {
    color: #964615 !important;
}

.color19 {
    color: #7ebc57 !important;
}

.color110 {
    color: #e5c30b !important;
}

.color111 {
    color: #3a5685 !important;
}

.color112 {
    color: #288e8e !important;
}

.color113 {
    color: #17709f !important;
}

.color114 {
    color: #5888b1 !important;
}

.color115 {
    color: #d52f89 !important;
}
.color116 {
    color: #dd9b62 !important;
}
.color117 {
    color: #4999a8 !important;
}

.colorBold {
    font-weight: 700 !important;
}

.colorS19 {
    color: #eb6429 !important;
}

.colorS20 {
    color: #49ac33 !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;
}

.subrayado {
    text-decoration: underline;
}

.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 #F15A24;
    background: #fff;
    height: 90px;
}

.portada {
    background: url(../assets/images/fondoCab.png) no-repeat;
    background-size: cover;
}

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: #009764;
    text-decoration: none;
    display: inline-block;
}

.btn-light {
    border-color: transparent;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
}

.btn-light.focus,
.btn-light:focus,
.btn-light.focus,
.btn-light:focus {
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
}

.menuH:visited {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
}

.menuH:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
}

.menuH {
    color: #fff !important;
    background-color: transparent;
    font-weight: 700;
}

.btnA,
.btnA:visited,
.btnA:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    font-weight: 700 !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;
    }
}

/* Desactivado por errores de formato, no estamos usando estos estilos actualmente

.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;
}

*/

.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;
}

.minh {
    width: 900px !important;
}
