.pr-0{padding-right: 0px;}
.pr-25{padding-right: 25px;}
.event-date-termino.disabled{
  opacity: 0.4;
  pointer-events: none;
}
.alertify-notifier{
  z-index: 999999 !important;
}
.clip-me { 
  clip-path: circle(60px at center);
}
.clip-svg {
  clip-path: circle(38%);
}
.notification-list .notify-item .card-body .noti-item-title{
  margin-bottom: 0px;
}
.notification-list .notify-item .card-body .noti-item-subtitle{
  display: block;
}
ul.org-list{
  padding: 0px;
  list-style: none;
  max-height: 500px;
  overflow: hidden;
  overflow-y: visible;
}
ul.org-list > li{
  display: flex;
  align-items: center;
  padding: 15px;
}
ul.org-list > li:hover,
ul.org-list > li.active{
  background-color: #eee;
}
ul.org-list > li > div:nth-child(1){
  margin-right: 10px;
}
ul.org-list > li > div span{
  display: block;
  color: #a2007d;
}
p.saludo-p{
  text-align: center;
  color: #a2007d;
  font-size: 18px;
}
.card-body p{
  color: #333639;
  font-size: 15px;
  line-height: 20px;
}
span.cl{
  color: #fff !important;
  border-radius: 3px;
  float: right;
  padding: 3px 5px 2px 5px;
  opacity: 0.7;
  margin-top: -3px;
}
span.cl.activo{
  background-color: green;
  font-size: 11px;
}
span.cl.inactivo{
  background-color: red;
  font-size: 11px;
}
span.inactivo{
  color: red;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
span.activo{
  color: green;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
span.fl-none{
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
}
button.btn.btn-secondary{
  background: #fff;
  color: #a2007d;
  border-color: #a2007d;
}
button.btn.btn-secondary:hover{
  background: #a2007d;
  color: #fff;
}
.search.btn-group .form-control{
  border-color: #a2007d;
}
h4.page-title > a.btn{
  background-color: #a2007d;
  border-color: #a2007d;
}
a.btn.btn-danger{
  background: #fff;
  border-color: #a2007d;
  color: #a2007d !important;
}
.dropdown-item{
  color: #333;
}
.form-label{
  margin-bottom: 0.5rem;
  color: #111011;
  font-weight: 600;
}
.page-title-box .breadcrumb li.breadcrumb-item{
	text-transform: capitalize;
}
.page-title-box .breadcrumb li.breadcrumb-item a:hover{
	color: #a2007d;
}
.form-control, .form-select{
	color: #000;
}
h4.page-title{
  float: left;
}
.image-min{
  max-width: 100%;
  height: auto;
}
code{color: #a2007d;}
.item-action{
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 9;
}
#ev-container a{
  color: gray;
  font-size: 18px;
}
.starts i.fa{color: gray;}
#ev-container a:hover,
#ev-container a.active,
.starts i.active{
  color: #f7b84b;
}
#ev-container.des{
  pointer-events:none;
}
.card-body{cursor: pointer;}
.card-body .card-abs{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.card-body .card-abs:before{
  content: '';
  display: block;
  background: #a2007d;
  width: 100%;
  height: 80%;
  position: absolute;
  opacity: 0.9;
  top: 0;
}
.card-body:hover .card-abs{
  visibility: visible;
}
.card-body .card-abs > p{
  color: #fff;
  margin: 0px;
  z-index: 9;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -35px;
}
.card-body span.cl{
  margin-top: -10px;
}
.card-body > h5,.card-body > h6{
  font-family: 'Nunito', sans-serif;
}
.card-body > h5.style1{
  margin: 0px;
  padding: 10px 12px;
  border: 1px solid#fff;
}
.card-body > h5.style2{
  margin-top: 12px;
  padding: 10px 20px 5px 20px;
}
.card-body > h6.style2{
  padding: 0px 20px 1px 20px;
}
.card-body > h5.style3{
  margin-top: 2px;
  padding: 15px 20px 0px 20px;
}
.card-body > h5 > a{
  color: #131313;
}
.card-body > h5 > a:hover{
  color: #a2007d;
}
.card-body:hover > h5.style1{
  border: 1px solid#a2007d;
}
.card-body:hover > h5 > a{
  color: #a2007d;
}
.card-body > p{
  color: #131313;
  padding: 1px 20px;
  line-height: 17px;
  font-size: 14px;
}
.card-body > p.style3{
  color: #646464;
}
.card-body > a.btn{
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 0px;
}
.card-body .product-abs{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.card-body .product-abs:before{
  content: '';
  display: block;
  background: #a2007d;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
}
.card-body .product-abs.none-before:before{
  display: none;
}
.card-body:hover .product-abs,
.card-body.active .product-abs{
  visibility: visible;
}
.card-body .product-abs h5{
  z-index: 9;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
}
.card-body .product-abs h5, 
.card-body .product-abs h5 > a{
  color: #fff;
}
.card-body .product-abs h5 > span{
  font-weight: 100;
}
.card-body .product-abs h5.sp-line-1{
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}
.card-body .product-abs > span{
  margin-top: 5px;
}
.product-box .product-info h5, .title-font, .btn{
  font-family: 'Nunito', sans-serif;
}
.product-box .product-info .date{
  font-size: 13px;
  font-weight: 400;
}
.product-box .product-info .txt{
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
.icon-list-db{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.icon-list-db > li{

}
.icon-list-db > li + li{
  margin-top: 15px;
}
.icon-list-db > li img{
  max-width: 100%;
  height: auto;
  border: 1px solid#fff;
}
.icon-list-db > li a:hover img{
  opacity: 0.9;
  border: 1px solid#a2007d;
}
.card .product-action{
  z-index: 99 !important;
  right: -15px !important;
  top: -15px !important;
}
.card .product-action > span{
  float: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.holder a{
  color: #5a575b;
  border-radius: 100%;
  padding: 4px 10px;
  margin: 0px 2px;
  font-size: 14px;
}
.holder a.jp-current,
.holder a:hover{
  background-color: #a2007d;
  color: #fff !important;
}
.btn-primary, .btn:active{
  background: #a2007d;
  border-color: #a2007d;
}
.btn:active, .btn.disabled{
  border-color: #a2007d !important;
  background: #a2007d !important;
  background-color: #a2007d !important;
}
.btn-primary:hover{
  background: #a2007d;
  border-color: #a2007d;
  opacity: 0.8;
}
.active>.page-link, .page-link.active{
  background-color: #a2007d;
  color: #fff;
}
.card-body iframe,
.card-body video{
  max-width: 100%;
  height: auto;
}
table tr td a{
  color: #a2007d;
}
.form-check-input:checked {
  background-color: #a2007d;
  border-color: #a2007d;
}
label.form-check-label{
  color: #111011;
}
label.form-check-label a{
  color: #a2007d;
}
label.form-check-label a:hover{
  text-decoration: underline;
}
ul.ul-list{
  padding-left: 5px;
  margin: 0px;
  list-style: none;
}
ul.ul-list > li{

}
ul.ul-list > li span{
  background-color: #FFFF00;
}
.team-box{

}
.team-box img, .team-box-2 img{
  border: 1px solid#dddddd;
  border-radius: 100%;
  padding: 3px;
}
.team-box .col > h5,
.team-box-2 .col > h5{
  font-size: 16px;
  font-weight: 500;
}
.team-box-2 .col > h5{
  margin-bottom: 4px;
  height: 35px;
  margin-top: 0px;
  font-weight: 600;
}
.team-box .col > p,
.team-box-2 .col > p{
  font-size: 14px;
  color: #000;
}
.team-box .col > p:nth-child(2){
  line-height: 17px;
  margin-bottom: 6px;
}
.team-box .col > p:nth-child(3){
  margin-bottom: 1.5rem;
}
.team-box .col > p:nth-child(4){
  color: #959595;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.team-box .col > p:nth-child(5),
.team-box-2 .col > p:nth-child(5){
  color: #000;
  font-size: 17px;
  margin-bottom: 0px;
}
.team-box .col > p:nth-child(6){
  color: #505050;
  font-size: 16px;
  margin-bottom: 5px;
}
.team-box-2 .col > p:nth-child(4),
.team-box-2 .col > p:nth-child(4) > a{
  color: #a2007d;
  font-weight: 500;
}
.team-box-2 .col > p:nth-child(3){
  margin-bottom: 1.5rem;
  color: #959595;
  font-size: 15px;
}
.team-box-2 .col > p:nth-child(4){
  margin-bottom: 1.5rem;
}
.team-box-2 .col > p:nth-child(4) > a:hover{
  text-decoration: underline;
}
.team-box-2 .col > p:nth-child(6){
  color: #979ca0;
  margin-bottom: 4px;
}
.popup-evento > h5{
  display: flex;
  align-items: center;
}
.popup-evento > h5 > span{
  margin-right: 5px;
}
.popup-evento p{
  margin-bottom: 12px;
  line-height: 15px;
}
.popup-evento p > span{
  font-size: 12px;
}
.d-flex > .form-label{
  margin-right: 10px;
}
.inputs > div{
  position: relative;
}
.inputs > div + div{
  margin-top: 10px;
}
a.btn-icon, a.btn-icon-2{
  position: absolute;
  right: -40px;
  top: 0;
  font-size: 17px;
  background: #a2007d;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}
a.btn-icon:hover, a.btn-icon-2:hover{
  opacity: 0.8;
}
.card-body.disclaimer{
  background: #a2007d;
  text-align: center;
}
.card-body.disclaimer > p{
  margin: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.form-check.d-inline-block + div{
  margin-left: 12px;
}
#load_encuesta label.form-label{
  font-size: 16px;
}
#load_encuesta p{
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.info-footer a{
  color: #a2007d;
}
.disabled-item .bg-light img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.menu .menu-item .menu-link>.menu-icon i.material-symbols-outlined{
  margin-left: -4px;
  font-size: 22px;
}
.carousel-item a:hover img{opacity: 0.9;}
.card-body:hover{opacity: 0.9;}


@media screen and (max-width: 767px){
  .icon-list-db{
    flex-direction: row;
    margin-bottom: 25px;
  }
  .icon-list-db > li {
    width: 25%;
  }
  .icon-list-db > li + li {
    margin-top: 0px;
  }
  .holder{
    text-align: center;
    margin-bottom: 30px;
  }
  .card-body .card-abs:before{
    height: 84%;
  }
  a.btn-icon{
    right: 2px;
  }
}