@font-face {
    font-family: 'BreePeru_Bold';
    src: url("../font/D-DINExp/BreePeru_Bold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'BreePeru_Regular';
    src: url("../font/D-DINExp/BreePeru_Regular.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'FF_Clan_OT_Bold';
    src: url("../font/D-DINExp/FF_Clan_OT_Bold.otf") format("opentype");
    src: url("../font/D-DINExp/FF-Clan-OT-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'FF_Clan_OT_News';
    src: url("../font/D-DINExp/FF_Clan_OT_News.otf") format("opentype");
    src: url( "../font/D-DINExp/FF-Clan-OT-News.woff" ) format('woff');
    font-display: swap;
}

@font-face {
		font-family: 'DDineExpRegular';
		src: url('../font/D-DINExp/d-dinexp-webfont.eot');
		src: url('../font/D-DINExp/d-dinexp-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/D-DINExp/d-dinexp-webfont.woff2') format('woff2'),
				 url('../font/D-DINExp/d-dinexp-webfont.woff') format('woff'),
				 url('../font/D-DINExp/d-dinexp-webfont.ttf') format('truetype'),
				 url('../font/D-DINExp/BreePeru_Regular.otf') format('truetype'),
				 url('../font/D-DINExp/BreePeru_Bold.otf') format('truetype'),
				 url('../font/D-DINExp/d-dinexp-webfont.svg#DDineExpRegular') format('svg');
		font-weight: normal;
		font-style: normal;

}
@font-face {
		font-family: 'DDinExpBold';
		src: url('../font/D-DINExp-Bold/d-dinexp-bold-webfont.eot');
		src: url('../font/D-DINExp-Bold/d-dinexp-bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/D-DINExp-Bold/d-dinexp-bold-webfont.woff2') format('woff2'),
				 url('../font/D-DINExp-Bold/d-dinexp-bold-webfont.woff') format('woff'),
				 url('../font/D-DINExp-Bold/d-dinexp-bold-webfont.ttf') format('truetype'),
				 url('../font/D-DINExp-Bold/FF_Clan_OT_Bold') format('truetype'),
				 url('../font/D-DINExp-Bold/d-dinexp-bold-webfont.svg#DDinExpBold') format('svg');
		font-weight: normal;
		font-style: normal;

}
* { transition: all .2s ease; }
a, a:hover { text-decoration: none; }
a:not([href]):not([tabindex]) { cursor: pointer; }
figure {
	margin: 0;
}

* {
    font-family: 'BreePeru_Regular';
}

html, body{
	width:100%;
	height:100%;
	color: #fff;

}

#hideSucess {
	display: none;
	color: #155724;
	background-color: #d4edda;
  }
  #hideAlert {
	display: none;
	color: #856404;
	background-color: #fff3cd;;
  }
  #hideMessage {
	display: none;
	color: #856404;
	background-color: #fff3cd;;
  }
#hideError {
	display: none;
	color: #721c24;
	background-color: #f8d7da;
  }

body {
	font-family: "DDineExpRegular", Helvetica, Arial, sans-serif;
	color: #3f3f3f;
	font-size: 16px;
}
strong {
	font-family: "DDinExpBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.Footer {
	background-color: #fff;
}
.Footer p {
	text-align: left;
	margin: 0;
}
.Footer-copyright {
	padding: 2em;
	color: #3f3f3f;
	font-size: .9em;
}
.Footer-copyright a {
	color: #3f3f3f;
}
.Footer-info {
	background-color: #626263;
	color: #fff;
	font-size: 1em;
	padding: 3em 0;
	position: relative;
	
}
.Footer-info p {
	margin: .1em 0;
	text-align: center;
}
.Footer-redes {
	background-color: #57585A;
	padding: 1.5em 0;
	color: #fff;
}
.Footer-redes a {
	color: #fff;
	display: block;
	height: 40px;
	margin: .2em;
	text-align: center;
	width: 40px;
}
.Footer-redes li a {
	border-radius: 50%;
	border: 2px solid #fff;
}
.Footer-redes i {
	vertical-align: middle;
}
.Footer-redes ul {
	margin: 0;
	padding: 0;
}
.Footer-redes li,
.Footer-redes p,
.Footer-redes ul {
	display: inline-block;
	font-size: 1.1em;
}
.Footer-redes .row div + div {
	text-align: right;
}
.Footer-logo {
	font-family: "DDinExpBold", Helvetica, Arial, sans-serif;
	font-size: 3em;
}
.Footer-logo span {
	color: #ccc;
}


.oculto{
	display: none; 
  }

  
.Header {
	position: absolute;
	z-index: 2;
	width: 100%;
	background-color: #212529;
	/* background-color: #c82333; ADD 22072020 */
}
.Header .navbar-brand {
	font-family: "DDinExpBold", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 2.5em;
}

/* ADD 22072020 */
.Header .navbar-brand img {
	border-right: 1px solid white;
    padding-right: 18px;
    margin-right: 10px;
}
.Header .navbar-brand img {
	border-right: 1px solid white;
    padding-right: 18px;
    margin-right: 10px;
}
@media (max-width: 800px){
	.Header .navbar-brand img {
		width: 130px;
	}
	#index .navbar-brand {
		display: flex;
	}
}

.Header .navbar-brand span {
	color: #cecccc;
}
.Header .navbar-brand:hover {
	color: #fff;
}
.Header .navbar li a {
	border-radius: 6px;
	color: #fff;
	display: block;
	padding: .5em 2em;
}

.Header .navbar li:last-child a {
	border: 1px solid #fff;
	margin: 0 .5em;
}
.Header .navbar li a:hover {
	background-color: #fff;
	color: #000;
}
.Intro {
	padding: 12em 0;
	/* background: url(../img/bg-home.webp) no-repeat; */
	/* background-attachment: fixed; */
	/* background-size: cover; */
	color: #fff;
	height: 100%;
	position: relative;
	z-index: 1;
}
.Intro-bg {
	background-color:  rgba(15, 15, 22, .8);
	 /* background-color:  rgba(218, 15, 22, .8);  */
	/* background-color: #c82333; */
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.Intro-description {
	font-size: 1.5em;
	margin: 0 5em 1.5em 1;
}
.Intro-title {
	font-size: 2em;
	margin: 0 0 .5em 0;
}
.Intro-title span  {
	font-weight: bold;
}
.Intro-video {
	width: 100%;
	height: 350px;
	border: none;
	border-radius: 30px;
}
.Sesion {
	background-color: #878787;
	padding: 7em 0;
	color: #fff;
}
.Sesion-description {
	margin: 2em 0 0 0;
}
.Sesion-title {
	font-family: "DDinExpBold", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	margin: 0 0 1em 0;
}
.Sesion .form-title {
	font-size: 1.8em;
	font-family: 'BreePeru_Regular';
	text-align: center;
}
.Sesion .form input {
	font-size: .9em;
	font-family: 'BreePeru_Regular';
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 2em 4em;
}
.Sesion .form .input-password {
	background-image: url(../img/icon-password.png);
}
.Sesion .form .input-user {
	background-image: url(../img/icon-user.png);
}

.arrow-up {
	color: #fff;
	font-size: 3rem;
	text-align: center;
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
}
.btn {
	border-radius: 100px;
	padding: .6em 4em;
	font-weight: bold;
	/*color: #626263;*/
}

.content {
	padding: 6em 0;
	color: #212529;
}
.content:nth-child(even) {
	background-color: #eaeaea;
	/*text-align: right;*/
}
.content:nth-child(odd) {
	text-align: right;
}
/* .content:nth-child(even) .content-description {
	padding-right: 6em;
}
.content:nth-child(odd) .content-description {
	padding-left: 6em;

} */

/* ADD 22072020 */
/* .content-description {
	font-size: 1.4em;
} */
.content-description {
	font-size: 1.2em;
	min-height: 130px;
	margin: 0;
}

/* ADD 22072020 */
#navmenu .nav-item .sub-menu-movil a {
	/**font-size: .8em;*/
	padding: 0;
}
#navmenu .nav-item .sub-menu-movil > li > a  {
	font-weight: bold;
	font-size: 15px;
	margin: 0 .5em;
}
#navmenu .nav-item .sub-menu-movil {
	background-color: #fff;
	padding: 1em;
	font-size: 13px;
}
#navmenu .nav-item .sub-sub-menu-movil > li {
	padding: .5em;
	color: red;
}

/* ADD 22072020 */
/* .content-icon {
	width: 100px;
} */
.content-icon {
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 1;
}


.content-title {
	font-size: 3.2em;
	font-weight: bold;
	margin: .5em 0;
}
.content-title span {
	display: block;
	font-size: .7em;
	font-weight: normal;
}


/* INICIO - ADD 22072020 */

.content-cards {
	position: relative;
	background-color: #f2f2f2;
	box-shadow: 0 0 2em rgba(0,0,0,.07);
	margin: 2em 0;
}
.content-info {
	background-color: #fff;
	text-align: center;
	padding: 2em 3em;
	min-height: 390px;
}
.content-image {
	padding: 2em;
	text-align: center;
}
.content-image img {
	height: 250px;
}
/* FIN - ADD 22072020 */

.page {
	background: url(../img/bg-home.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	z-index: 99;
	position: relative;
	color: #fff;
}
.page-title {
	font-family: "DDinExpBold", Helvetica, Arial, sans-serif;
	font-size: 3em;
	line-height: 1;
	margin: 0 0 .2em 0;
	color: #fff;
	color: #878787;
}
.page-title span {
	font-size: 1.4em;
	display: block;
}
.page-title + p {
	width: 80%;
	color: #000;
}
.page-buttons {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
	width: 70%;
}
.page-buttons li {
	margin: .3em 0;
}
.page-buttons .fa-arrow-right {
	float: right;
}
.page-buttons span {
	margin-right: .5em;
}
.page .nav a {
	color: #fff;
	opacity: .5;
	text-decoration: none;
	transition: all .2s ease;
}
.page .nav a:hover {
	opacity: 1;
	transform: scale(1.5);
}
.page-figure {
	position: absolute;
	right: 5%;
	z-index: 1;
	text-align: right;
	top: 10%;
}
.page-figure img {
	width: 80%;
}
.page .page-crm .nav a:first-child {
	opacity: 1;
	transform: scale(1.5);
}
.page .page-plataforma .nav a:nth-child(2) {
	opacity: 1;
	transform: scale(1.5);
}
.page .page-base-datos .nav a:nth-child(4) {
	opacity: 1;
	transform: scale(1.5);
}
.page .page-administrador .nav a:nth-child(3) {
	opacity: 1;
	transform: scale(1.5);
}
.page .page-base-datos002 .nav a:nth-child(5) {
	opacity: 1;
	transform: scale(1.5);
}.page .page-inteligencia-negocios002 .nav a:nth-child(6) {
	opacity: 1;
	transform: scale(1.5);
}
.page .btn-back {
	color: #fff;
	font-size: 1.3em;
	margin: 1em 0 0 0;
	display: inline-block;
}
.page .btn-back i {
	margin-right: .5em;
}
.page-buttons i {
	padding: .3em .3em 0 0;
}
.page-buttons a {
	background-color: #fff;
	border-radius: 6px;
	color: #878787;
	display: block;
	padding: .7em .5em;
}
.page-buttons a:hover {
	opacity: .5;
	color: #878787;
}
.page .Header .navbar li:last-child a {
	border: 0;
	font-size: 1.2em;
	margin: 0;
}
.page .Header li span{
	vertical-align: middle;
	display: inline-block!important;
}
.page .Header li span + span {

	font-size: 1.3em;
	/*margin-left: 1em;*/
	padding: 0 0 0 1em;
}
.page .Header .navbar a:hover {
	background: none;
	color: #fff;
}
.page-bg {
	background: #e9e9e9;
	width: 100%;
	height: 100%;
	padding: 2em 0 50px 0;
}

#sesion .Sesion,
#registro .Sesion {
	background-color: #eaeaea;
}
#sesion .Header,
#registro .Header {
	background-color: #5E5E5E;
}
#sesion .form-title,
#registro .form-title {
	color: #878787;
	line-height: 1.4em;
	font-size: 1.4em;
	font-family: 'BreePeru_Regular';
}
#sesion .form-title strong,
#registro .form-title strong {
	font-size: 1.6em;
	font-family: 'BreePeru_Regular';
	display: block;
}
#sesion .form-title a {
	color: #000;
}
#sesion .form,
#registro .form {
	color: #878787;
	background-color: #fff;
	padding: 3em;
	border-radius: 1.5em;
	font-family: 'BreePeru_Regular';
}
#sesion .form .btn,
#registro .form .btn {
	background-color: #ed2024;
	color: #fff;
}
#sesion .form  .btn + a {
	text-align: center;
	display: block;
	margin: 1em 0;
	color: #333;
}
#registro .Sesion .form input {
	padding: 1.5em;
}
#registro .form-subtitle {
	font-weight: bold;
	font-size: 1.3em;
	font-family: 'BreePeru_Regular';
}

#base-datos .page-buttons .fa-arrow-right {
	float: none;
}
#base-datos .page-buttons a {
	border-radius: 0 6px 6px 0;
	display: inline-block;
	height: 39px;
	padding: .5em;
	vertical-align: middle;
	width: 40px;
}
#base-datos .page-buttons li {
	margin: 1em 0;
}
#base-datos .page-buttons i {
	padding: 0;
	font-size: 1.5em;
}
#base-datos .page-buttons li span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border: 1px solid #fff;
	color: #FF9E15;
	display: inline-block;
	margin: 0;
	padding: .4em 1em;
	vertical-align: middle;
	width: 250px;
}
#base-datos .page-buttons li a:first-of-type {
	border-radius: 0;
}

.page-sub-menu {
		background-color: rgb(9,47,20);
		margin: 0 0 2em 0;
}
.page-sub-menu ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
.page-sub-menu  li {
	display: inline-block;
}
.page-sub-menu i {
	opacity: .6;
}
.page-sub-menu a {
	opacity: .6;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: .6em 1em;
}
.page-sub-menu a:hover {
	opacity: 1
}
.cuantitativas .page-sub-menu li:nth-child(3) a {
	opacity: 1;
	font-size: 1.5em;
}
.cualitativas .page-sub-menu li:nth-child(1) a {
	opacity: 1;
	font-size: 1.5em;
}
.compradores .page-sub-menu li:nth-child(5) a {
	opacity: 1;
	font-size: 1.5em;
}

.icon-youtube:before {
    content: "\e900";
}

#base-datos .page-figure {
	top: 250px
}
.page-buttons-menu a:hover .icon-mundo:before,
.page-buttons-menu a:hover .icon-fuentes-especializadas:before {
  content: url(../font/fontawesome-free-5.11.2-web/svgs/solid/arrow-right.svg);

}

.collapse {
}
.page-buttons ul {
	background: #e0e0e0;;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.page-buttons ul a {
	padding: .3em 0 .3em 2em;
	border-radius: 0;
	background: #e0e0e0;
}
.page-buttons ul a:hover {
	background-color: #878787;
	color: #fff;
}
.wrapper  {
	overflow: hidden;
}

/* INICIO - ADD 22072020 */
.Footer_info_page {
	text-align: center;
}
.Footer_info_page button {
	display: inline-block;
}
.Footer_info_page .form-control {
	display: inline-block;
	width: 60%;
    padding: 1.35em;
    vertical-align: top;
}

.terminos {
	background-color: #fff;
	color: rgb(201, 89, 89);
	padding: 10em 0 4em 0;
}
.terminos h1 {
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-family: BreePeru_Bold;
}
.terminos h2 {
	margin: 1em 0;
}
.terminos p {
	margin: 1.5em 0;
}
/* FIN - ADD 22072020 */

@media (max-width: 1200px){
}
@media (max-width: 992px){
	.content-info {
		min-height: auto;
	}
	.content-description {
		min-height: auto;
		margin-bottom: 1em;
	}
	.page-sub-menu {
		margin: 0 0 1em -2em;
		padding-left: 2em;
	}
	.page-sub-menu a {
		padding: .4em;
		font-size: 1em;
	}
	.Sesion {
		padding-bottom: 3em;
	}
	#index .Sesion {
		padding: 3em;
	}
	#index .content {
		padding: 3em 0;
	}
	#index .content-description,
	#index .content:nth-child(2n) .content-description {
		padding: 0;
	}
	.Intro {
		padding: 8em 0;
	}
	.Intro-video {
		height: 258px;
	}
	.Intro-title {
		font-size: 1.8em;
		margin: 0 0 .5em 0;
	}
	.Intro-description {
		margin: 0 0 1em 0;
	}
	#page .page-figure,
	#base-datos .page-figure {
		width: 600px;
		top: 50%;
	}
	#base-datos .page-buttons {
		width: 100%;
	}
	#page .page-buttons {
		width: 60%;
	}
	.bg-administrador,
	.bg-crm,
	.bg-base-datos,
	.bg-plataforma {
		padding: 8em 0 4em 2em;
	}
	.page-base-datos .bg-base-datos {
		padding-top: 6em;
	}
	#base-datos .btn,
	#page .btn {
		padding: 1em;
	}
}
@media (max-width: 930px){
	#page .page-figure,
	#base-datos .page-figure {
		width: 500px;
		top: 60%;
	}
}
@media (max-width: 768px){
	.page-sub-menu {
		margin: 0 -2em 1em -2em;
		padding: 0;
		text-align: center;
	}
	.Footer-info {
		font-size: .9em;
		padding: 1.5em 0;
		
	}
	.Footer-copyright {
		padding: 1em 0;
	}
	.Footer p {
		text-align: center;
		display: block;
	}
	.Footer-copyright figure {
		text-align: center;
		margin: 0 0 1em 0;
	}
	.Footer-redes .row div + div {
		text-align: center;
	}
	#sesion .form, #registro .form {
		padding: 2em;
	}
	.Sesion {
		padding: 6em 2em 2em 2em;
	}
	.Header .navbar-brand {
		font-size: 2em;
	}
	#sesion .form-title, #registro .form-title {
		font-size: 1.2em;
	}
	#registro .form-subtitle {
		font-size: 1.1em;
		font-family: 'BreePeru_Regular';
	}
	#index .Sesion {
		padding: 2em;
		text-align: center;
		font-family: 'BreePeru_Regular';
	}
	#index .Sesion-title {
		font-size: 1.3em;
		margin: 2em 0 .5em 0;
	}
	#index .Sesion .form-title {
		margin: 0;
	}
	#index .content {
		padding: 2em 0;
		text-align: center;
	}

	#index .content-title {
		font-size: 2.5em;
	}
	#index .content-icon {
		width: 70px;
	}
	.Intro {
		padding: 6em 0 4em 0;
		text-align: center;
	}
	.Intro-video {
		height: 288px;
		margin: 2em 0 0 0;
	}
	.arrow-up {
		bottom: 0;
	}
	#base-datos .page-figure,
	#page .page-figure {
		display: none;
	}
	.bg-administrador,
	.bg-crm,
	.bg-base-datos,
	.bg-plataforma {
		padding: 8em 2em 4em 2em;
	}
	#base-datos .page-title + p,
	#page .page-title + p {
		width: 100%;
	}
	
	#base-datos .nav .btn,
	#page .nav .btn {
		padding: 1em;
		margin: 0 auto;
	}
	#base-datos .page-buttons {
		width: 100%;
	}
	#page .page-buttons {
	    width: 80%;
	}
	.page-sub-menu ul {
		text-align: center;
	}
}
@media (max-width: 576px){
	.page-sub-menu {
		margin: 0 -2em;
		padding: 0;
	}
	.page-sub-menu a {
	    padding: .4em;
	    font-size: .7em;
	}
	.cuantitativas .page-sub-menu li:nth-child(3) a,
	.compradores .page-sub-menu li:nth-child(5) a,
	.cualitativas .page-sub-menu li:nth-child(1) a {
	font-size: 1em;
	}
	.Intro {
		padding: 5em 0;
	}
	.Intro-title {
		font-size: 1.5em;
		padding: 0 2em;
	}
	.Intro-description {
		margin: 0 0 1em 0;
		padding: 0 2em;
	}
	.Intro-video {
		height: 288px;
		margin: 2em 0 0 0;
	}
	#index .Header,
	#page .Header,
	#base-datos .Header {
		position: absolute;
	}
	#base-datos .Header .navbar-brand,
	#page .Header .navbar-brand,
	#index .Header .navbar-brand {
		margin: 0;
	}
	/*#index .navbar-nav {
		background-color: #fff;
		border-radius: 6px;
		padding: 1em;
	}*/
	/*#index .Header .navbar li a {
		color: #000;
	}*/
	#index .Header .navbar li a:hover {
		background-color: #d11614;
		color: #fff;
	}
	#index .Header .navbar li:last-child a {
    	/*border: 1px solid #d11614;*/
    	margin: 0;
    	padding: .3em 1em;
	}
	#base-datos .page-buttons,
	#page .page-buttons {
		margin: 0 auto;
		text-align: left;
	}
	#base-datos .page-buttons li {
		text-align: center;
	}
}

@media (max-width: 576px){
	.page .Header li span {
		display: none!important;
	}
	.page .Header li span + span {
		display: block!important;
	}
	.bg-administrador,
	.bg-crm,
	.bg-base-datos,
	.bg-plataforma {
		padding: 4em 2em;
		text-align: center;
	}
	.page-base-datos .bg-base-datos {
		padding-top: 4em;
	}


	#sesion .form,
	#registro .form {
		padding: 1.5em;
	}
	#sesion .form-title strong,
	#registro .form-title strong {
    	font-size: 1.2em;
    	display: block;
    	margin: 0;
	}
	#sesion .form-title,
	#registro .form-title {
		margin: 0 0 .3em 0;
	}
	#registro .form-subtitle {
	    font-size: 1em;
	   
	}
	#sesion .Sesion,
	#registro .Sesion {
		text-align: center;
		padding: 1em 0;
	}
	.Header {
	    position: static;
	}
	.Header .navbar-brand {
		font-size: 1.5em;
		margin: 0 auto;
	}

}
@media (max-width: 450px){
	#base-datos .page-buttons li span{
		width: 200px;
	}
		.Sesion .btn.btn-outline-light {
		padding: .6em 0;
		}
		.page-title {
			font-size: 1.8em;
		}
		/* .Intro {
			background: url(../img/bg-home-movil.webp) no-repeat;
		} */
}
@media (max-width: 350px){
	#base-datos .page-buttons li span{
		width: 140px;
	}
}
.cookies p {
	text-align: left

}
.Footer .Footer-info.cookies {
	background-color: rgb(150,150,150);
	bottom: 0;
	font-size: 12px;
	/* ADD 22072020 */
	/* padding: 1.5em 0;*/
	padding: 1.0em 0;
	position: fixed;
	z-index: 20;
	width: 100%;
}
.cookies a {
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	padding: .5em 1em;
}

#navmenu .nav-item ul {
	color: rgb(50,50,50);
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
#navmenu .nav-item:hover > ul,
#navmenu .nav-item ul li:hover ul {
	display: block;
}
#navmenu .nav-item ul a {
	color: rgb(50,50,50);
	display: block;
	padding: .3em 2em;
}
#navmenu .nav-item ul a:hover,
#navmenu .nav-item ul li.activo {
	background: rgba(50,50,50,.1);
}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////// INICIO - Modificado - Metodo Menu Reportes /////////////////////// */ 
/* //////////////////////////////////////////////////////////////////////////////////////// */

/* #navmenu .nav-item .sub-menu,
#navmenu .nav-item .sub-sub-menu{
	background-color: rgb(255,255,255);
	box-shadow: 2px 2px 20px rgba(0,0,0,.2);
	display: none;
	left: 240px;
	margin: 0;
	padding: 3em 0;
	position: fixed;
	top: 80px;
	z-index: 2;
} */

#navmenu .nav-item .sub-menu{
	background-color: rgb(255,255,255);
	box-shadow: 2px 2px 20px rgba(0,0,0,.2);
	display: none;
	left: 240px;
	margin: 0;
	padding: 3em 0;
	position: fixed;
	top: 80px;
	z-index: 2;
}

#navmenu .nav-item .sub-sub-menu{
	background-color: rgb(255,255,255);
	box-shadow: 2px 2px 20px rgba(0,0,0,.2);
	display: none;
	left: 240px;
	margin: 0;
	padding: 3em 0;
	position: fixed;
	top: 80px;
	z-index: 2;
    /* width: 750px;   */
    height: 250px;
}
#navmenu .nav-item .sub-sub-menu-param{
	background-color: rgb(255,255,255);
	box-shadow: 2px 2px 20px rgba(0,0,0,.2);
	display: none;
	left: 240px;
	margin: 0;
	padding: 1em 0;
	position: fixed;
	top: 404px;
	z-index: 2;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////// FIN - Modificado - Metodo Menu Reportes ///////////////////////// */ 
/* //////////////////////////////////////////////////////////////////////////////////////// */

#navmenu .nav-item .sub-sub-menu {
	left: 420px;
	padding: 3em 2em;
}
#navmenu .nav-item .sub-sub-menu > li {
	color: #da0f16;
	display: inline-block;
	font-size: .9em;
	font-weight: bold;
	padding: 0 1.5em;
	vertical-align: top;
}
#navmenu .nav-item .sub-sub-menu li li {
	display: block;
}
#navmenu .nav-item .sub-sub-menu li li a {
	font-size: .9em;
	font-weight: normal;
	margin: .2em 0;
	padding: .2em 0;
}
.accordion .card {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	margin: 0;
}
#menu-bd .menu-bd-sub-items {
	list-style: none;
	padding: 0;
	position: relative;
	z-index: 2;
}
#menu-bd .menu-bd-sub-items li {
	 color: #878787; 
	padding: 0 0 0 40px;
	margin: .5em 0;
}
#menu-bd .menu-bd-sub-items a {
	 color: #878787; 
	font-weight: normal;
	padding: .1em .5em;
    display: inline-block;
    font-family: "DDineExpRegular", Helvetica, Arial, sans-serif;
    margin: .2em;
	background-color: rgb(210,210,210);
	border-radius: 4px;
	font-size: .9em;
}
#menu-bd .menu-bd-sub-items a + a {
	background-color: rgb(220,220,220);
}
#menu-bd .menu-bd-sub-items a:hover {
	opacity: .7;
}

.contenedor{
  display: block; 
  margin: 20px auto; 
  width: 100%; 
  max-width: 600px;  
}
.reproductor { 
  display: block; 
  width: 100%; 
  height: 100%; 
  padding-bottom: 56.25%; 
  overflow: hidden; 
  position: relative; 
  cursor: hand; 
  cursor: pointer;
  border-radius: 20px;
}
img.imagen-previa { 
   display: block; 
   left: 0; 
   bottom: 0;
   margin: auto; 
   max-width: 100%; 
   width: 100%; 
   position: absolute; 
   right: 0; 
   top: 0; 
   height: auto 
}
div.youtube-play { 
   height: 64px; 
   width: 64px; 
   left: 50%; 
   top: 50%; 
   margin-left: -36px; 
   margin-top: -36px;
   opacity:0.7;
   position: absolute; 
   background:   url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat; 
}
div.youtube-play:hover{
   opacity:1; 
}
#youtube-iframe { 
   width: 100%; 
   height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
}

.content-wrapper {
    background: rgb(234, 234, 234);
	color: #3f3f3f;
	font-size: .9em
}


/****************************************************************************************************/
/******************* INICIO - Para la imagen circular mientras carga una consulta *******************/
/****************************************************************************************************/

#spinner:not([hidden]) {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
  }
  
  #spinner::after {
	content: "";
	width: 80px;
	height: 80px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid #f25a41;
	border-radius: 100%;
	will-change: transform;
	animation: spin 1s infinite linear
  }
  
  @keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
	.div_comentario_spinner{
		color: #FF0000;
	}

  .msg-wrapper {
	white-space: pre-wrap !important;
  }
/****************************************************************************************************/
/********************* FIN - Para la imagen circular mientras carga una consulta ********************/
/****************************************************************************************************/


