/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
    --bs-blue: #0075BB;
    --bs-indigo: #318BFF;
    --bs-purple: #6f42c1;
    --bs-pink: #F7598B;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #FFCD55;
    --bs-green: #1ED59E;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0075BB;
    --bs-secondary: #6c757d;
    --bs-success: #67C65F;
    --bs-info: #3ABAFF;
    --bs-warning: #FFC930;
    --bs-danger: #FF495A;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb:  134, 101, 224;
    --bs-secondary-rgb: 134, 101, 224; /* 108,117,125;*/
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: ;
    --bs-link-color: #8665e0;
    --bs-link-hover-color: #7053be;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-list-group-active-bg : #7053be !important; 
}
.list-group-item.active { 
  background-color: #8665e0 !important;
}
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #8665e0;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8665e0;
  --bs-btn-border-color: #8665e0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7053be;
  --bs-btn-hover-border-color: #7053be;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7053be;
  --bs-btn-active-border-color: #7053be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8665e0;
  --bs-btn-disabled-border-color: #8665e0;
}
.pink
{
	color: #F7598B;
}

.blue
{
	color: #0075BB;
}

.green
{
	color: #1ED59E;
}

.yellow
{
	color: #FFCD55;
}

/*para legisladores carrousel*/
.product-image > .badge, .sale-flash {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    opacity: 0.8;
    font-size: 9px !important;
}

/*grey scale color on hover*/
.greytocolor {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

.greytocolor:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}

.menu-link {
    
    font-size: 0.7125rem; 
}

.entry-meta li {
    font-size: 85%;
    
}

/*calendar*/
/* Toolbar Area */
	
	.fc-toolbar {
		position: relative;
		width: 100%;
		/*height: 120px;*/
		margin-bottom: 5px;
	}
	
	.fc-toolbar .fc-center {
		position: absolute;
		display: block;
		width: 100%;
		top: 0;
		padding: 0 10px;
	}
	
	.fc-toolbar .fc-center h2 {
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
	
	.fc-toolbar .fc-left,
	.fc-toolbar .fc-right {
		margin-top: 22px;
	}
	
	.fc-toolbar.fc-header-toolbar {
		margin-bottom: 5px;
	}
	
	.ds-event-categories {
		width: 100%;
	}
	/* Prev/Next Icons */
	
	.ui-icon-circle-triangle-w:before {
		content: '\f0a8';
		font-family: FontAwesome;
		color: #7dc5d7;
		font-size: 24px;
	}
	
	.ui-icon-circle-triangle-e:before {
		content: '\f0a9';
		font-family: FontAwesome;
		color: #7dc5d7;
		font-size: 24px;
	}
	/* Buttons */
	
	.ui-button,
	.ui-button.ui-state-hover {
		border: 0;
	}
	
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		background: #fff;
	}
	
	.ui-state-disabled {
		background-color: #fff;
		border: 0;
	}
	
	.ui-state-default {
		color: #333;
		font-weight: 300;
	}
	
	.ui-state-active {
		background: #e9e9e9;
		color: #333;
		font-weight: 300;
	}
	
	.ui-state-default:hover {
		background: #fff;
		color: #7dc5d7;
		border: 0;
	}
	
	.ui-state-active:hover {
		background: #e9e9e9;
		color: #333;
		font-weight: 300;
	}
	
	.fc-button-group button {
		font-size: 12px;
		text-transform: capitalize;
	}
	/* Calendar Header */
	
	.ui-widget-header {
		background: #fff;
	}
	
	.fc th {
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		border-right: 0;
		border-left: 0;
	}
	
	.ui-widget-header {
		border: 0;
	}
	
	.ds-header-day {
		font-size: 14px;
		font-weight: 300;
		color: silver;
	}
	
	.ds-header-month {
		font-weight: 300;
		font-size: 12px;
		color: silver;
	}
	
	#calendarFull table {
		margin: 0;
	}
	
	.fc-view-container {
		/*background: #fff;*/
	}
	
.tinycalendar  .fc-day-number{
	 
	font-size: 0.8em !important; /* normalize cross-browser */
}
	
.tinycalendar  table{
	 
	margin-bottom: 0px; /* normalize cross-browser */
}
	.fc td {
		border: 2px solid;
		border-color: rgba(243, 243, 243, 1);
	}
		
	.fc td.fc-today {
		border-style: none;
	}
	.fc-unthemed td.fc-today {
		background: #45B5AA !important;
	}
	/* Single Event */
	
	.fc-event {
		background: rgba(0, 0, 0, 0);
		border: 0px;
		font-weight: 300;
		font-size: 12px;
		border-radius: 0;
		in-height:60px !important;
	}
	
	.fc-day-grid-event .fc-time {
		font-weight: 300;
		font-size: 12px;
		color: #fff;
		position: absolute;
		left: 0;
		top: 20px;
	}
	
	.fc-content {
		position: relative;
		min-height: 50px;
	}
	
	.fc-title {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 12px;
		font-weight: 400;
		vertical-align: middle;
	}
	/* Categories */
	
	.ds-event-categories li {
		display: inline-block;
		margin-right: 20px;
		padding: 5px;
		cursor: default;
	}
	
	.ds-event-categories li:hover {
		background: #e9e9e9;
		cursor: pointer;
	}
	
	.ds-event-categories input[type="checkbox"] {
		-webkit-appearance: initial;
		appearance: initial;
		width: 16px;
		height: 16px;
		position: relative;
		background: rgba(0, 0, 0, 0);
		border: 1px solid #333;
		cursor: default;
	}
	
	.ds-event-categories input[type="checkbox"]:hover {
		cursor: pointer;
	}
	
	.ds-event-categories label {
		display: inline;
		font-size: 1em;
		font-weight: 300;
	}
	
	.ds-event-categories label:hover {
		cursor: pointer;
	}
	/* List View */
	
	.fc-list-view {
		border: 0;
	}
	
	.fc-ltr .fc-list-item-marker {
		text-align: center;
		padding: 8px 14px;
	}
/*calendar*/
.events-calendar {
     
    background: #3333338a;
}

/*sesiones home*/
.pricing-price {
    position: relative;
    padding: 0.5rem 0;
    color: #333;
    font-size: 1.5rem;
    line-height: 1;
}
.pricing-price .price-unit {
   
    margin: 7px 3px 0 0;
    font-size: 13px;
    font-weight: normal;
}
.pricing [class^=col-] {
      margin-top: 0; 
}
.pricing-features {
    
    padding: 1rem 0;
}
/*small fancytitle*/

.fancy-title  small {
    font-size: 1em;
	font-weight: 600;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.content-wrap {
     
    padding: 10px 0;
     
}
#page-title { 
    padding: 3rem 0; 
}

#calendarFull .btn-default{
	color:#fff;
} 

.portfolio-item .portfolio-image {
   max-height: 400px;
}
#page-title.page-title-parallax h1 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
	text-shadow: 1px 1px 2px #fff, 0 0 1em #333, 0 0 0.2em #ccc;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}
#page-title.page-title-parallax h2 {
    padding-top:5px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
	text-shadow: 1px 1px 2px #fff, 0 0 1em #333, 0 0 0.2em #ccc;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}
.banner-overlay, .banner-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     
    background: transparent url(../images/grid.png) repeat;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.team-title h5 {
    display: block;
    margin-bottom: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.slider-caption h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.slider-caption h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}

#logo img {
   
    height: 70px !important;
}

#page-menu-wrap {
    
    background-color: #8565df; 
}


.transparent-header .menu-link { 
	color: #fff; 
}
.transparent-header a { 
	color: #fff; 
}

 .sticky-header  .menu-link{ 
	color: #444 !important; 
} 

.sticky-header  a{ 
	color: #444 !important; 
}

.si-share span {
    line-height: 12px;
    font-weight: bold;
    font-size: 12px;
}

.jssocials-share-label {
    padding-left: 1.3em;
    vertical-align: middle;
}

.flip-card-inner p { 
    max-height: 90px;
    overflow: hidden;
}

.nav-tree li a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}

.menu-link {
    padding-right: 10px;
}

.button-blue:not(.button-border) {
    background-color: #0075BB !important;
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0075BB;
    --bs-list-group-active-border-color: #0075BB; 
}
#side-panel .side-panel-wrap {
	/*
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px
px
;
    height: 100%;
    overflow: auto;
	*/
    padding: 30px 40px 50px 20px;
}
#side-panel .widget {
   /* margin-top: 40px;
    padding-top: 40px;
     width: 220px; 
    border-top: 1px solid #E5E5E5;*/
	 width: 100%; 
}

.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: #6278F0;
}

.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
    background-color: #F9F9F9;
    color: #6278F0;
}


.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
    color: #666;
}

.dark .primary-menu:not(.not-dark) .sub-menu-container, .dark .primary-menu:not(.not-dark) .mega-menu-content {
   /*
	background-color: rgba(33,37,41,0.75);
    border-color: rgba(255,255,255,0.05);
    border-top-color: #8665E0;
	*/
	 background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
    border: 1px solid #EEE;
    border-top: 2px solid #6278F0;
}

/*datatables pagination boots5*/
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid white;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
   
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
   
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  
} */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}





.card-body ol {
	padding-left: 50px;
}

/*animations*/

@keyframes shake {
    50% {
      transform: translate3d(20px, 0, 0);
    }
  }
  
  @keyframes flip {
    100% {
      transform: rotateY(180deg);
    }
  }
  
  @keyframes pulse {
    50% {
      transform: scale(1.5);
    }
  }
  
  @keyframes glitch {
    50% {
      transform: skew(180deg);
    }
  }
  
  @keyframes fill {
    50% {
      transform: translateX(-5%);
    }
  }
  
  @keyframes sheen {
    100% {
      transform: rotateZ(60deg) translate(1em, -9em);
    }
  }
  
  @keyframes glow {
    50% {
      box-shadow: 0 0 40px hsl(12, 100%, 60%);
    }
  }
  
  @keyframes tonyhawk {
    50%,
    100% {
      transform: rotate(900deg);
    }
  }
  
  @keyframes blur {
    50% {
      filter: blur(20px);
      transform: skew(45deg);
    }
  }
  
  [anim="shake"]:not(.toggled) {
    animation: shake var(--ease-elastic-in-1) 300ms infinite alternate;
  }
  
  [anim="pulse"]:not(.toggled) {
    animation: pulse var(--ease-elastic-in-1) 1400ms infinite alternate;
  }
  
  [anim="glitch"]:not(.toggled) {
    animation: glitch var(--ease-elastic-in-1) 600ms infinite;
  }
  
  [anim="tonyhawk"]:not(.toggled) {
    animation: tonyhawk var(--ease-elastic-in-1) 600ms infinite;
  }
  
  [anim="flip"]:not(.toggled) {
    animation: flip var(--ease-elastic-in-1) 600ms infinite alternate;
  }
  
  [anim="fill"]:not(.toggled)::after {
    animation: fill var(--ease-spring-1) 8000ms infinite;
  }
  
  [anim="sheen"]:not(.toggled)::after {
    animation: sheen var(--ease-elastic-in-1) 1s infinite;
  }
  
  [anim="glow"]:not(.toggled) {
    animation: glow var(--ease-elastic-in-1) 600ms infinite alternate;
  }
  
  [anim="blur"]:not(.toggled) {
    animation: blur var(--ease-elastic-in-1) 1s infinite alternate;
  }
  
  [anim="fill"]::after {
    content: "";
    color: var(--bs-black);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    height: 100%;
    width: 200%;
    inset: 0;
    transform: translateX(-400px);
    background-color: hsl(12, 90%, 63%);
  }
  
  [anim="sheen"]::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: var(--bs--red);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  