

/* +++++++++++++++++ */
/* +++ VARIABLES +++ */
/* +++++++++++++++++ */

:root {
	
	/* BLANCO */
	--c-1-dark: #ffffff;
	--c-1-medium: rgba(255,255,255,.75);
	--c-1-light: rgba(255,255,255,.50);
	
	/* NEGRO */
	--c-2-dark: #000000;
	--c-2-medium: rgba(0,0,0,.75);
	--c-2-light: rgba(0,0,0,.50);
	
	/* GRIS */
	--c-3-dark: #5A5A5A;
	--c-3-medium: #B0B0B0;
	--c-3-light: #F6F6F6;
	
	/* violeta */
	--c-4-dark: #535cab;
	--c-4-medium: #6a76b7;
	--c-4-light: #8b94c6;
	
	/* Beige */
	--c-5-dark: #5B5755;
	--c-5-medium: #8A8484;
	--c-5-light: #D9D0CE;
	
	
}


.text-truncate1 {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* a veces necesito un small pero como el texto lo pongo en el editor...viene con <p> */
.small + p, small + p {
    font-size: .875em;
}

td.p-0 p {
 padding:0px;
 padding-top: 6px;
 vertical-align: middle;
}





/* +++++++++++++++++ */
/* +++ GENERALES +++ */
/* +++++++++++++++++ */

/* +++ ENLACES +++ */
a, .btn-link {
	color: var(--c-4-medium) ;
	text-decoration: none;
}

a:hover {
	color: var(--c-4-medium);
	text-decoration: underline;
}


/* +++ COLORES +++ */

.c-1 {
	color: var(--c-4-medium);
}

.c-2 {
	color: var(--c-5-medium);
}

.c-t {
	color: var(--c-4-medium);
}

.bg-c2 {
	background-color: var(--c-5-medium);
}







/* +++++++++++++++++++ */
/* +++ HTML / BODY +++ */
/* +++++++++++++++++++ */

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
}

body {
	padding-top: 120px;
	color: var(--c-3-dark);
	display: flex;
	flex-direction: column;
}

@media screen and (min-width:992px) {
	body {
		padding-top: 136px;
	}
}

@media screen and (max-width:767px) {
	body {
		padding-top: 104px;
	}
}


/* ++++++++++++++ */
/* +++ TEXTOS +++ */
/* ++++++++++++++ */

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h3 {
    font-size: 1.125rem;
}

p {
	color: var(--c-3-dark);
}


.title-section {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: var(--c-2-dark);
}

.title-section-2 {
	font-size: 1rem;
	color: var(--c-3-dark);
}

@media screen and (min-width:992px) {
	.title-section {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}	
}



.text-small {
	font-size: 0.75rem;
}

.text-microcaps { /* mejor poner principal o algo así */
	color: var(--c-4-medium) !important;
}

.text-principal { /* lo he copiado así lo uso ya */
	color: var(--c-4-medium) !important;
}

.text-muted2 {
	color: var(--c-3-medium) !important;
}








/* ++++++++++++++++ */
/* +++ SECTIONS +++ */
/* ++++++++++++++++ */

.section-aside {
	margin-bottom: 1.8rem;
}

.section-aside .title-section {
	margin-bottom: 1rem;
}



/* +++++++++++ */
/* +++ BTN +++ */
/* +++++++++++ */



.btn:hover {
	text-decoration: none;
}

/* +++ BTN-PRIMARY  +++ */

.btn-primary {
	background-color: var(--c-5-medium);
	border-color: var(--c-5-medium);
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: var(--c-5-dark);
	border-color: var(--c-5-dark);
}


/* +++ BTN-OUTLINE  +++ */
.btn-outline-primary {
    color: var(--c-5-medium);
    border-color: var(--c-5-medium);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus{
	background-color: var(--c-5-medium);
	border-color: var(--c-5-medium);
}


/* +++ BTN-ICON  +++ */

.btn-icon {
	line-height: 0;
}

.btn-icon > img {
	width: auto;
	height: 16px;
}




/* +++ BTN-COMMENT  +++ */
.btn-comment {
    height: 36px;
    background-color: var(--c-5-medium);
    border-color: var(--c-5-medium);
}

.btn-comment:hover {
    background-color: var(--c-4-medium);
    border-color: var(--c-4-medium);
}


.btn-comment img, .btn-comment svg {
    width: auto;
    height: 20px;
    margin-top: -4px;
	transform: translateX(-1px);
    transition: transform ease 0.35s;
}


.btn-comment:hover svg {
	transform: translateX(3px);
}













/* +++++++++++++ */
/* +++ FORMS +++ */
/* +++++++++++++ */

.form-label {
	font-weight: 700;
}


/* FORM-OPCIONES */

.form-opciones a {
    font-size: 12px;
    text-decoration: none;
    color: var(--c-4-medium);
}


/* +++ TEXTAREA-COMMENT +++ */

.textarea-comment {
    font-size: 0.9rem;
    resize: none;
    margin-bottom: 0.5rem;
    height: 36px;
}

.textarea-comment:focus {
	outline: 0;
	box-shadow: inset 0 0 0 transparent;
}

.textarea-comment.large {
    height: 100px;
}




/* +++ FILEINPUT +++ */

.fileinput-preview, .fileinput-new {
     height: 150px;
     width: 100%;
     max-width: 100%; 
     max-height: 150px;
    
 }
 
.fileinput input {
	 position: absolute;
	 top:0;
	 left:0;
	 opacity: 0;
	 height: 150px;
     width: 100%;
 }
 
 .delImg {
	 top:-5px !important; 
	 right:-5px !important;
	 position: absolute;
	 opacity: 0;
 }
 
.fileinput-exists .delImg {
	opacity: 1;
}

.fileinput-preview img, .fileinput-new img{
  width: 100%;
  height: calc(100% - 5px);
  object-fit: contain;  
}
















/* +++++++++++++++ */
/* +++ MODALES +++ */
/* +++++++++++++++ */

.modal-header {
	background-color: var(--c-4-medium);
	color: var(--c-1-dark);
}






/* +++++++++++++++++++++++++++ */
/* ++++++ IMG LOGOTIPOS ++++++ */
/* +++++++++++++++++++++++++++ */

.logotipo-widget {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}






/* +++++++++++++++++++++++++ */
/* ++++++ SVG CLASSES ++++++ */
/* +++++++++++++++++++++++++ */

.st0 {
    fill: none;
}
.st1 {
    fill: var(--c-1-dark);
}








    

/* +++++++++++++++++ */
/* +++++ NAVBAR ++++ */
/* +++++++++++++++++ */

.navbar {
    background-color: var(--c-4-medium);
}


.navbar.fixed-top {
	z-index: 1046;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content:flex-start;
}


.navbar-content-1 {
	display: flex;
	align-items: center;
	width: 100%;
    justify-content: space-between;
}

.navbar-content-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


/* +++ NAVBAR-BRAND  +++ */
.navbar-brand {
	margin-right: auto;
	padding-top: 0;
}

.navbar-brand .logotipo {
	max-width: 150px;
	height: auto;
}


/* +++ NAVBAR-SLOGAN  +++ */
.navbar-slogan {
	color: var(--c-1-dark);
	font-size: 0.75rem;
}


@media screen and (min-width:992px) {
	.navbar-slogan {
		font-size: 0.9rem;
		margin-bottom: 0.6rem;
		margin-left: 1rem;
	}	
}



/* +++ NAVBAR-FORM  +++ */
.navbar-form {
	display: none;
}


/* +++ NAVBAR-LOGIN  +++ */
.navbar-login {
	display: flex;
	align-items: center;
}

.nav-link-log {
	color: var(--c-1-dark);
	text-decoration: none;
	font-size: 0.8rem;
	line-height: 0.4;
	text-transform: uppercase;
}

.nav-link-log:hover {
	color: var(--c-1-dark);
}

.nav-link-vr {
	transform: translateY(-1px);
	color: var(--c-1-dark);
}






/* +++ NAVBAR-ALERTAS  +++ */
.navbar-alertas {
	display: flex;
}




/* +++ NAV-ITEM / NAV-LINK  +++ */

.navbar-nav .nav-link {
	text-transform: uppercase;
	color: var(--c-1-light);
}

.navbar-nav .nav-link:hover {
	text-decoration: none;
    color: var(--c-1-medium);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
	color: var(--c-1-dark);
}



.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}




@media screen and (min-width:992px) {
	
	.navbar {
		padding-bottom: 0;
	}
	

	.navbar>.container,
	.navbar>.container-fluid,
	.navbar>.container-lg,
	.navbar>.container-md,
	.navbar>.container-sm,
	.navbar>.container-xl,
	.navbar>.container-xxl {
	    flex-direction: row;
	    align-items: stretch;
	}
	
	.navbar-content-1 {
		width: 65%;
		flex-wrap: wrap;
	}
	.navbar-content-2 {
		width: 35%;
		flex-direction: column;
		align-items: flex-end;
/* 		justify-content: flex-end; */
	}
	
	/* +++ NAVBAR-COLLAPSE +++ */
	.navbar-expand-lg .navbar-collapse {
	    width: 100%;
	}
	
	/* +++ NAVBAR-BRAND +++ */
	.navbar-brand {
		margin-right: 0;
	}
	
	.navbar-brand .logotipo {
		max-width: 220px;
	}
	
	/* +++ NAVBAR-FORM +++ */
	.navbar-form {
		display: inline;
		margin-left: 1.5rem;
		flex-grow: 1;
	}
	
	
	/* +++ NAVBAR-LOGIN  +++ */
	.navbar-login {
		order: 1;
		padding-top: 0;
		padding-bottom: 0.5rem;
	}
	
	/* +++ NAVBAR-LINK-LOGIN +++ */
	.nav-link-log {
		font-size: 1rem;
		line-height: 1;
	}
	
	
	
	/* +++ NAVBAR-ALERTAS  +++ */
	.navbar-alertas {
		order: 2;
		padding-bottom: 0;
		margin-top: 0.7rem;
	}
	
	
	/* +++ NAVBAR-NAV  +++ */
	
	.navbar-collapse .navbar-nav {
		margin-left: -0.5rem;
	}
	
	
	/* +++ NAV-ITEM / NAV-LINK  +++ */
	
	.navbar-nav .nav-link {
		position: relative;
	}
	
	
	.navbar-nav .nav-link.active:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
    	border-left: 10px solid transparent;
    	border-right: 10px solid transparent;
    	border-top: 15px solid var(--c-4-medium);
		transition: bottom ease 0.35s;
	}
	

}


@media screen and (min-width:1200px) {
	/* +++ NAVBAR-BRAND +++ */
	.navbar-brand .logotipo {
		max-width: 260px;
	}
	.navbar-login {
/*
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
*/
		padding-top: 0;
		padding-bottom: 0.5rem;
	}
	
	.navbar-alertas {
		padding-bottom: 0;
		margin-top: 0.9rem;
	}
}




/* +++++++++++++++++ */
/* +++ OFFCANVAS +++ */
/* +++++++++++++++++ */

.offcanvas-backdrop,
.offcanvas-top {
	top: 86px;
}

.offcanvas-top {
	height: 75px;
}


@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--c-4-medium);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    z-index: 1;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  
  .offcanvas-header {
	  padding-left: 0;
	  padding-right: 0;
  }
  
  .offcanvas-title {
	  color: var(--c-1-dark);
  }
  
}





/* +++++++++++++ */
/* +++ CARDS +++ */
/* +++++++++++++ */

.card {
	border: 0;
	border-bottom: 1px solid #dadada;
	border-radius: 0;
	margin-bottom: 1.5rem;
}

.card-img-top {
	border-radius: 0;
}

.card-body {
	padding: 0 0 1rem 0;
}


.card-no-img .card-body {
	padding-top: 0;
}


.card-title {
	color: var(--c-4-medium);
	font-size: 1.125rem;
}

.card-title a {
	color: var(--c-4-medium);
	text-decoration: none;
}

.card-title a:hover {
	text-decoration: underline;
}

.card-text {
	font-size: 0.9rem;
	color: 	var(--c-3-dark);
}


.card-text-url {
	color: var(--c-5-medium);
	font-weight: 700;
	text-decoration: none;
}

.card-text-url:hover {
	color: var(--c-5-medium);
	text-decoration: underline;
}



/* CARD-HEADER */

.card-header {
	color: var(--c-2-dark);
	background-color: var(--c-3-light);
}



/* CARD-COMPANY */

.card-company .card-body {
	padding-top: 0.5rem;
}


/* CARD-ACCESS */
.card-access .card-body {
	padding: 1rem 1rem;
}

.card-access .card-header {
	background-color: var(--c-4-medium);
	text-align: center;
}

.card-access .card-header p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--c-1-dark);
}


/* CARD-CUENTA */

.card-cuenta .card-header {
	background-color: #6a76b7;
	color: #fff;
	border-radius: 0;
}


.card-cuenta .card-body {
	padding: 1rem;
}

.card-cuenta .breadcrumb {
	padding: 0.5rem;
	background-color: #f0f2f5;
}
	
/* CARD-MEMBERSHIP */	
/* los estilos de card-membership están en el apartado MEMBERSHIP. */
	
	
	
	



/* ++++++++++++++++ */
/* +++ LIST-IMG +++ */
/* ++++++++++++++++ */

.list-img,
.company-list-img {
	width: 100%;
	height: auto;
	border: 1px #e2e2e2 solid;
	margin: auto;
}

@media screen and (min-width:992px) {
	.list-img {
		max-width: 100%;
		width: auto;
		max-height: 180px;
	}	
	
	.company-list-img {
		max-width: 100%;
		width: auto;
		max-height: 250px;
	}
}



.list-group-img {
	width:50px;
	height: auto;
	border: 1px #e2e2e2 solid;
	margin: auto;
	margin-right: 5px;
}



.news-img {
    margin-right:10px;
    margin-bottom: 0.5rem;
    max-width: 100%;
    border: 1px #e2e2e2 solid;
}

@media screen and (min-width:992px) {
	.news-img {
	    max-height: 180px;
		margin-bottom: 0.2rem;
	    float: left;
	}	
}
















/* ++++++++++++++++ */
/* +++ NAV-TABS +++ */
/* ++++++++++++++++ */

.nav-tabs {
    border-color: var(--c-4-medium);
}

.nav-tabs .nav-link {
	padding: 0.2rem 0.4rem;
	background-color: var(--c-3-light);
	color: var(--c-3-dark);
	border: 0;
	border-bottom: 1px solid var(--c-4-medium);
	font-size: 1rem;
	line-height: 1.45;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--c-4-medium) var(--c-4-medium) var(--c-4-medium);
    background-color: var(--c-4-medium);
    color: var(--c-1-dark);
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: var(--c-1-dark);
	border: 1px solid var(--c-4-medium);
	border-color: var(--c-4-medium) var(--c-4-medium) var(--c-1-dark);
	color: var(--c-4-medium);
}







/* ++++++++++++++++ */
/* +++ LIST-GROUP +++ */
/* ++++++++++++++++ */


.list-group-item {
    padding: 0.5rem 0;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    color: var(--c-3-dark);
}

.list-group-item:last-child,
.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item:last-child {
    border-bottom: 0;
}


.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: transparent;
}


.list-group-item-title {
	color: var(--c-3-medium);
	font-size: 0.85rem;
	line-height: 1.3;
}

.list-group-item:hover .list-group-item-title {
	text-decoration: none;
	color: var(--c-4-medium);
}

.list-group-item-date {
	color: var(--c-4-medium);
}


/* LIST-GROUP-PANEL */

.list-group-panel .list-group-item {
	border-bottom: 0;
    padding: 0.15rem 0;
}

.list-group-panel .list-group-item a {
	padding: 0.75rem 0.5rem;
    line-height: 1;
	display: block;
	width: 100%;
	border-radius: 3px;
}

.list-group-panel .list-group-item a:hover,
.list-group-panel .list-group-item a.active {
	background-color: #f0f2f5;
	text-decoration: none;
}


.list-group-panel  .list-group-item .active:hover {
	text-decoration: none;
}

/* +++ Los estilos de badge-number están en el apartado de badges +++ */


/* LIST-GROUP-NUMBERED */
.list-group-numbered .list-group-item {
	padding: 0.5rem;
}

.list-group-numbered .list-group-item:hover {
	text-decoration: none;
	background-color: var(--c-3-light);
}

.list-group-numbered .list-group-item.active {
	background-color: var(--c-3-light);
    color: var(--c-4-dark);
    border-bottom-color: #dee2e6;
}

.list-group-numbered .list-group-item+.list-group-item.active {
	margin-top: 0;
}

.list-fixed-btn {
	display: none;
}

@media screen and (max-width:767px) {
	.list-fixed {
		position: fixed;
		top: 140px;
		left: 0;
		z-index: 8;
		box-shadow: 0px 3px 4px rgb(0,0,0,0.4);
		transform: translateX(-100%);
		transition: transform 0.35s ease;
	}
	
	.list-fixed.list-fixed-membership {
		top: 110px;
	}
	
	.list-fixed.open {
		transform: translateX(0);
	}
	
	.list-fixed-btn {
		display: block;
		background-color: #8b94c6;
		color: #fff;
		padding: 0.3rem 0.5rem;
		line-height: 1;
		position: relative;
	}
	
	.list-fixed-btn span {
		position: absolute;
		top: 0;
		left: 100%;
		color: #fff;
		padding: 0.3rem 0.5rem;
		background-color: #8b94c6;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		font-size: 1.1rem;
		cursor: pointer;
	}
}




@media screen and (max-width:767px) {
	.aside-microcap {
		padding-top: 1.7rem;
	}
}



/* LIST-GROUP-PANEL */

.list-group.list-group-panel {
	border:0;
	border-radius: 0;
	border-bottom: 1px solid #dadada;
}

.list-group-panel .list-group-item {
	padding: 0;
}

.list-group-panel .list-group-item-header {
	background-color: var(--c-4-medium);
	color: #fff;
	padding: 0.75rem 0.5rem;
	line-height: 1;
}


.list-group-panel .list-group-item a {
	border-radius: 0;
}

.list-group-panel .list-group-item a.active {
    background-color: var(--c-4-light);
    color: #fff;
}










/* ++++++++++++++ */
/* +++ BADGES +++ */
/* ++++++++++++++ */

/* +++ BAGES TEXT +++ */


.badge-text {
	background-color: var(--c-1-dark);
	color: var(--c-5-medium);
	border: 1px solid var(--c-5-medium);
	text-decoration: none;
	font-weight: 500 !important;
}

.badge-text:hover {
	background-color: var(--c-5-medium);
	color: var(--c-1-dark);
	text-decoration: none;
}

/* +++ BAGES NUMBER +++ */

.badge-number {
	background-color: var(--c-5-medium);
}


/* +++ BADGES NUMBER DENTRO DE LIST-GROUP-ITEM +++ */

.list-group-item .badge-number {
	width: 40px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
}

.list-group-item .badge-number-figure {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/* BADGES NUMBER DENTRO DE LIST-GROUP-NUMBERED */
.list-group-numbered .badge {
	background-color: var(--c-4-light);
}
.list-group-numbered .list-group-item:hover .badge {
	background-color: var(--c-4-medium);
}
.list-group-numbered .list-group-item.active .badge {
	background-color: var(--c-4-dark);
}




/* ++++++++++++++++ */
/* +++ LISTADOS +++ */
/* ++++++++++++++++ */

.listings {
	margin-bottom: 1.5rem;
}

.list {
	display: flex;
	gap: 16px;
	padding: 1rem 0;
	border-bottom: 1px solid #dadada;
}

.list:last-child {
	border-bottom: 0;
}
    

.list-stats {
	width: 58px;
}

.list-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: var(--c-3-medium);
	background-color:var(--bs-light);
	padding: 0.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
    width: 58px;
}

.list-data:first-child {
	margin-top: 0;
}

.list-data:last-child {
	margin-bottom: 0;
}

.list-data-icon {
	width: auto;
	height: 13px;
}

.list-data-number {
	line-height: 1;
	margin-bottom: 0.5rem;
}

.list-content {
	flex: 1 auto;
    width: auto;
}

.list-content-title {
	color: var(--c-5-medium);
	margin-bottom: 0.5rem;
}


.list-content-text {
	font-size: 0.9rem;
	color: var(--c-3-medium);
}




/* ++++++++++++++++++ */
/* +++ PAGINACION +++ */
/* ++++++++++++++++++ */

.page-link {
    color: var(--c-4-medium);
}

.page-item.active .page-link {
    color: var(--c-1-dark);
    background-color: var(--c-4-medium);
    border-color: var(--c-4-medium);
}





/* +++++++++++++++++++++++ */
/* +++ FICHA / ARTICLE +++ */
/* +++++++++++++++++++++++ */

.article-header {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.article-title {
	font-size: 1.5rem;
	margin-bottom: 0;
}



.article-source {
	margin-bottom: 0;
}

.article-source span {
	font-weight: 700;
}

.article-source a {
	color: var(--c-5-medium);
}


.article-options {
	display: flex;
	flex-direction: column;
	gap:0.5rem;
	align-items: flex-end;
}







/* ++++++++++++++++++++++++ */
/* +++ INFO PUBLICACION +++ */
/* ++++++++++++++++++++++++ */

.published-info {
	font-size: 0.8rem;
	color: var(--c-3-medium);
	padding: 0.5rem 0;
	margin: 0;
}

.published-info-type {
	font-weight: 700;
}

.published-info-user {
	text-decoration: underline;
	color: var(--c-3-dark);
}




/* ++++++++++++++++++++++++++ */
/* +++ NOTICIAS COMPARTIR +++ */
/* ++++++++++++++++++++++++++ */
.noticia-compartir {margin-bottom:1rem;}
.noticia-compartir a {
		display:inline-flex;
		justify-content:center;
		align-items:center;
		width:30px;
		height:30px;
		margin-right:0.3rem;
		padding:0.5rem;
}
.noticia-compartir .facebook {
	background-color:#3a559f;
}
.noticia-compartir .twitter {
	background-color:#50abf1;
}
.noticia-compartir .pinterest {
	background-color:#c9353d;
}
.noticia-compartir .linkedin {
	background-color:#0084b1;
}
.noticia-compartir .whatsapp {
	background-color:#1bd741;
}
.noticia-compartir a img {
	width:20px;height:auto;
}
@media screen and (max-width:767px) {
	.noticia-compartir {
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		background-color:var(--c-1-dark);
		margin-bottom:0;
		display:flex;
		z-index:99999;
	}
	.noticia-compartir a {
		margin:0;
		flex-grow:1;
		width:auto;
		height:auto;
		padding:0.6rem 0.5rem;
	}
}	











/* +++++++++++++++++++ */
/* +++ COMENTARIOS +++ */
/* +++++++++++++++++++ */


.comments {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}


.comments-cta {
	background-color: var(--c-3-light);
	padding: 1rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}

.comments-cta p {
	margin-bottom: 0;
}

.comments-article-title {
	font-size: 1rem;
	color: var(--c-3-dark);
}

.comment {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--c-5-light);
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
}

.comment > .comment {
/* 	padding-left: 2rem; */
	border-bottom: 0;
}

.comment-container {
	display: flex;
}

.comment-reply,
.comment-user {
	flex-shrink: 0;
}

.comment-user {
	max-width: 64px;
}

.comment-reply {
	width: 64px;
	text-align: center;
}

.comment-reply img {
	width: auto;
	height: 35px;
	margin-top: 1rem;
}

.comment-user-img {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: auto;
    margin-right: auto;
}

.comment-user-img img {
	width: 100%;
	height: auto;
}

.comment-user-name,
.comment-user-cat {
	font-size: 0.85rem;
	color: var(--c-5-medium);	
	margin: 0.5rem 0 0 0;
	text-align: center;
	line-height: 1;
}

.comment-user-cat {
	color: var(--c-3-medium);
}


.comment-content {
	flex-grow: 1;
	margin-left: 1rem;
	font-size: 0.9rem;
}

.comment-info {
	font-size: 0.85rem;
	color: var(--c-3-medium);
	text-align: right;
	margin-bottom: 0;	
}




/* ++++++++++++++++++ */
/* +++ CALENDARIO +++ */
/* ++++++++++++++++++ */

.calendar {
	display: flex;
	border-bottom: 1px solid var(--c-3-medium);
    margin-bottom: 1rem;
    gap: 1rem;
}

.calendar:first-child {
	padding-top: 1rem;
}

.calendar-date {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.calendar-date-number {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}

.calendar-date-month {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}

.calendar-title {
	color: var(--c-4-medium);
	margin-bottom: 0;
	font-weight: 600;
}

.calendar-title a {
	color: var(--c-4-medium);
}

.calendar-title + p {
	font-size: 0.9rem;
    color: var(--c-3-dark);
	margin-bottom: 0;
}



/* ++++++++++++++++++ */
/* +++ MEMBERSHIP +++ */
/* ++++++++++++++++++ */

.membership-title {
	color: #000;
	font-size: 1.5rem;
}

.membership-subtitle {
	font-size: 1.125rem;
}

.membership-list {
	list-style: none;
	padding: 0;
}

.membership-list li span {
	color: var(--c-4-medium);
	font-weight: 600;
}

.card-membership {
	background-color: #eff3f6;
}

.card-membership .card-body {
	padding: 1rem;
}


.table-membership {
	color: #6a76b7;
	background-color: #eff3f6;
}
	
.membership-icon {
    color: #6a76b7;
}

.membership-badge {
   background-color: #eff3f6;
}







/* ++++++++++++++ */
/* +++ FOOTER +++ */
/* ++++++++++++++ */

.footer {
	background-color: var(--c-4-medium);
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: auto;
	color: var(--c-1-dark);
}

.footer-logo {
	width: 100%;
	max-width: 200px;
	margin-bottom: 1.5rem;
}

.footer a {
	color: var(--c-1-dark);
	text-decoration: none;
}

.footer a:hover {
	color: var(--c-1-dark);
	text-decoration: underline;
}

@media screen and (min-width:768px) {
	.footer-logo {
		margin-bottom: 0;
	}
}





/* +++++++++++++ */
/* +++ TABLE +++ */
/* +++++++++++++ */

figure table {
	width: 100%;
}



/* ++++++++++++++++++++ */
/* +++ TABLE PERFIL +++ */
/* ++++++++++++++++++++ */

.table-perfil{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.table-perfil-item {
	border-top-color: #dee2e6;
    border-top-style: solid;
    border-top-width: 1px;
}

.table-perfil-item:first-child {
	border-top-width: 0 !important;
}


.table-perfil-title,
.table-perfil-text {
	padding-bottom: 0;
	margin-bottom: 0;
}

.table-perfil-title {
	font-weight: 600;
    color: #000;
}

.table-perfil-text {
	color: #6c757d;
}


/* +++++++++++++++++++++ */
/* +++ PDCC: COOKIES +++ */
/* +++++++++++++++++++++ */


#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-accept,
div#pdcc-message-container p span#pdcc-message-accept,
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-accept-all {
	color: var(--c-1-dark);
    background-color: var(--c-4-dark);
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config,
div#pdcc-message-container p span#pdcc-message-config {
    color: var(--c-2-dark);
    background-color: var(--c-3-medium);
}

div#pdcc-message-container {
    background-color: var(--c-3-light);
}


#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled+.pdcc-btn-slider,
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked+.pdcc-btn-slider {
	background-color: #1caf1c;
}




#pdcc-modal-bg #pdcc-modal-container .ultimo {
	display: none;
}










