/* Copyright (C) Jose Maria Navarro 2019 || jmarianpuig@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:700');
@font-face {
font-family: 'HK Grotesk Bold';
font-style: normal;
font-weight: normal;
src: local('HK Grotesk Bold'), url('HKGrotesk-Bold.woff') format('woff');
}
@font-face {
font-family: 'HK Grotesk Regular';
font-style: normal;
font-weight: normal;
src: local('HK Grotesk Regular'), url('HKGrotesk-Regular.woff') format('woff');
}
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; scrollbar-width: none; }
html, #menuLateral {overflow: -moz-scrollbars-none; scrollbar-width: 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:#71AA41;
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.destR{
	font-family: 'HK Grotesk Bold';
}
.enlaces {
	color:#000000;
	font-family:"Source Code Pro", serif;
	font-weight:bold;
	text-decoration:underline;
	font-style: normal;
}
.enlacesR {
	color:#000000;
	font-family:"HK Grotesk Regular", serif;
	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: 140px;
	z-index: 1;
//	width: 22%;
}
.bs-docs-sidebar .nav > li > a {
  color: #ED702A;
  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;
}
.lpasivo{
	font-size:0.8em;
	font-weight: bold;
	font-style: italic;
	color: #ed702a;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 30px;
}
/* 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: 3rem auto;
//	width:750px;
}
.color1r{
	color: #284851 !important;
}
.color2r{
	color: #00af00 !important;
}
.color3r{
	color: #284851 !important;	
}
.color4r{
	color: #284851 !important;	
}
.color5r{
	color: #284851 !important;	
}
.color6r{
	color: #284851 !important;	
}
.color7r{
	color: #284851 !important;	
}
.color8r{
	color: #284851 !important;	
}
.color9r{
	color: #284851 !important;	
}
.colorBold{
	font-weight: 700 !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: #71AA41 !important;
}  
.verdinegro{
  color: #023726 !important;
}    
p span.subrayado{
	text-decoration: underline;
}
#content a:hover{
  color: #00603B;
}
#content ul, #content ol{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em !important;
  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 #71AA41;
  background: #284851;
  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:#71AA41;
  text-decoration:none;
  display:inline-block;
}
.menuH:visited{
  color: #71AA41;
  background-color: #ffffff;
  border-color: #f8f9fa;	
  text-decoration:none;
}
.menuH:hover {
    color: #71AA41 !important;
    background-color: #ffffff;
    border-color: #f8f9fa;
}
.menuH{
  color: #71AA41 !important; 
  border: 1px solid rgba(74, 172, 51,0.6);  
  text-decoration: none;          
  background-color: transparent; 
  font-weight: 700;
}

.btnA {
	color: #fff !important;
	box-shadow: 0 0 0 0.2rem rgba(248,249,250,.5);
	font-weight: 700 !important;
}
.btnA:hover {
	color: #71AA41 !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;
}
.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;
}
.pr-menu{
	padding-right: 12.5% !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;
}