.color-r {
  color: #EC7063;
}

.color-m {
  color: #AF7AC5;
}

.color-az1 {
  color: #5499C7;
}

.color-v {
  color: #48C9B0;
}

.color-n {
  color: #DC7633;
}

.color-az2 {
  color: #1B4F72;
}

.color-a1 {
  color: #F4D03F;
}

.color-a2 {
  color: #F5B041;
}

.btn-index {
  border: 1.5px solid #D5D8DC;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.btn-index a {
  color: black;
}
.btn-index span {
  padding: 10px;
  font-size: 25px;
}
.btn-index i {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.btn-index:hover {
  background-color: #F2F4F4;
}

.alineacion_01 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btn-index-title {
  font-size: 15px !important;
  margin-bottom: 0px;
}

.avatar-agenda i {
  font-size: 2.5rem;
}

body {
  font-size: 0.9rem;
  color: black;
  font-family: "Questrial", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
}

.titulo-principal {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 0 1rem;
}

.navbar-brand img {
  width: 50%;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #31353d;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}

/*Modulos*/
.modulos {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #d5d5d5;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.modulos:hover {
  background-color: #33bbff;
}

.icon1 {
  position: relative;
  top: 8%;
  color: white;
  font-size: 100px;
}

.icon2 {
  font-size: 80px;
}

.icon3 {
  font-size: 2.5rem;
  color: black;
}
.icon3:hover {
  color: rgb(0, 174, 255);
}
@media (min-width: 1024px) {
  .icon3 {
    font-size: 2rem !important;
  }
}

@media (min-width: 768px) {
  .modulos {
    width: 180px;
    height: 180px;
  }
  .icon1 {
    top: 22%;
  }
}
@media (min-width: 1650px) {
  .modulos {
    width: 250px;
    height: 250px;
  }
  .icon1 {
    top: 30%;
  }
}
.padding-top {
  padding-top: 20px;
}

.top {
  top: 60px;
}

@media (min-width: 768px) {
  .top {
    top: 50px;
  }
}
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/*css PERSONALIZADO*/
a:hover,
a:focus {
  text-decoration: none;
}

.fondo-azul {
  background-color: #55aeda;
}

.menu-principal > img {
  height: 30px;
}

@media (min-width: 768px) {
  .menu-principal > img {
    height: 50px;
  }
}
.modulos {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #d5d5d5;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.modulos:hover {
  background-color: #33bbff;
}

.icon1 {
  position: relative;
  top: 8%;
  color: white;
  font-size: 100px;
}

.icon2 {
  font-size: 80px;
}

@media (min-width: 768px) {
  .modulos {
    width: 180px;
    height: 180px;
  }
  .icon1 {
    top: 22%;
  }
}
@media (min-width: 1650px) {
  .modulos {
    width: 250px;
    height: 250px;
  }
  .icon1 {
    top: 30%;
  }
}
.padding-top {
  padding-top: 20px;
}

.top {
  top: 60px;
}

@media (min-width: 768px) {
  .top {
    top: 50px;
  }
}
.estilo-h1 {
  font-family: "Questrial", sans-serif;
  padding-left: 5px;
  font-size: 1.15rem;
  text-align: center;
  font-weight: 300;
  padding: 0.4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.estilo-h4 {
  font-size: 1rem;
  margin: 1rem;
}

.container-boton-agregar {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .container-boton-agregar {
    text-align: right;
  }
}

.bg-gris-degradado {
  background: rgb(233, 236, 239);
  background: -moz-linear-gradient(left, rgb(233, 236, 239) 0%, rgb(244, 246, 247) 47%, rgb(255, 255, 255) 91%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(233, 236, 239)), color-stop(47%, rgb(244, 246, 247)), color-stop(91%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(233, 236, 239) 0%, rgb(244, 246, 247) 47%, rgb(255, 255, 255) 91%);
  background: -o-linear-gradient(left, rgb(233, 236, 239) 0%, rgb(244, 246, 247) 47%, rgb(255, 255, 255) 91%);
  background: -ms-linear-gradient(left, rgb(233, 236, 239) 0%, rgb(244, 246, 247) 47%, rgb(255, 255, 255) 91%);
  background: linear-gradient(to right, rgb(233, 236, 239) 0%, rgb(244, 246, 247) 47%, rgb(255, 255, 255) 91%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9ecef", endColorstr="#ffffff", GradientType=1 );
}

.borde-left {
  border-left: 2px solid orange;
}

.btn-estatus {
  border: none;
}

.btn-primary {
  border-radius: 70px;
}
.btn-primary:hover {
  background-color: white;
  color: blue;
  border: 1px solid blue;
}

.btn-info {
  border-radius: 70px;
}
.btn-info:hover {
  background-color: white;
  color: #117a8b;
  border: 1px solid #117a8b;
}

.btn-success {
  border-radius: 70px;
}
.btn-success:hover {
  background-color: white;
  color: green;
  border: 1px solid green;
}

.perfil-usuario > img {
  width: 80px;
  margin: 1.5em;
}

section {
  padding-top: 30px;
}

.nav-link {
  color: #6c6f71; /*gria oscuro*/
}

.nav-link:hover {
  color: #303f9f;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #33bbff;
}

.nombre-modulo {
  height: 35px;
}

/*Botones con iconos*/
.enlace-icono:hover {
  color: #6c6f71;
}

#preload > button {
  padding-bottom: 4px;
  padding-top: 4px;
}

/*proceso para descargas*/
.c_loader {
  position: absolute;
  bottom: 2%;
  /*left:30%;*/
}

.c_loader p {
  margin-top: 1rem;
  font-size: 0.7rem;
}

#preloader_1 {
  position: relative;
}

#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #ad238e;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #33bbff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #303f9f;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #ed3d57;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #ad238e;
  }
}
.letras-negritas {
  font-weight: bold;
}

.bg-fila-titulo {
  background: #9aa0a7;
}

.bg-admin-encabezado {
  background: #c1c1c1;
  font-size: 0.82rem;
}

/*ficha diputado*/
.ficha-dip {
  height: 450px;
  margin: 5px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .ficha-dip {
    height: 350px;
  }
}

.img-dip-admin {
  height: 100px;
  width: auto;
  border-radius: 50%;
}

.img-fraccion-admin {
  position: absolute;
  top: 150px;
  left: 45%;
  width: 30px;
  height: 30px;
}

.msn-alerta-admin {
  height: 55px;
}

/*.nombre-dip-admin{
  height: 40px; 
}*/
.seccion-divider {
  width: 100%;
  border-top: 1px solid #cdcdcd;
}

.alert {
  padding: 0.5rem;
  font-size: 0.7rem !important;
}

.col-ficha-admin {
  padding-left: 5px;
  padding-right: 5px;
}

.width-tabla-comision {
  width: 30%;
}

.width-tabla-titulo {
  width: 70%;
}
@media (min-width: 1650px) {
  .width-tabla-titulo {
    width: 50%;
  }
}

.foto-circulo {
  border-radius: 50%;
}

.tamanio-foto-xs {
  width: 60px;
}

.enlace {
  color: #000;
}

.page-link {
  color: black;
}
.page-link:hover {
  background-color: orange;
}

#id_titulo {
  height: 100px;
}

#id_comentario {
  height: 100px;
}

thead {
  background-color: #cdcdcd;
}

.height-100 {
  height: 100px;
}

.jumbotron {
  padding: 1rem 1rem;
}

.select2 {
  width: 100% !important;
}

.tinymce {
  width: 100%;
}

.file_ley {
  display: inline;
}

.box-dato {
  width: 360px !important;
}
@media (min-width: 1650px) {
  .box-dato {
    width: 500px !important;
  }
}

.width-100 {
  width: 100% !important;
}

.width-10 {
  width: 10%;
}

.select2-results__option {
  font-size: 0.77rem;
}

.datepicker-title {
  border-radius: 0px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.ficha-iniciativa {
  background-color: #f9fafa;
  padding: 20px;
}

.titulo-leg {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  padding-right: 10px;
}

.btn-turnado {
  background-color: white;
  color: grey;
  padding: 5px;
  width: 150px;
  text-align: center;
}

.titulo02-iniciativa {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .titulo02-iniciativa {
    width: 157px;
    text-align: right;
  }
}

.titulo03-iniciativas {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

.f-iniciativa {
  font-size: 0.7rem;
}
.f-iniciativa p {
  margin-bottom: 0px;
}

.fechas-ficha-iniciativas {
  width: 100px;
  text-align: center;
  padding-top: 3px;
}

.etiqueta-ficha-iniciativas {
  color: white;
  padding: 1px;
  width: 180px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
}

.accion-editar {
  color: white;
  border-radius: 50%;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.accion-editar:hover {
  background-color: grey;
}
.accion-editar:hover i {
  color: white;
}

.accion-borrar {
  color: white;
  border-radius: 50%;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.accion-borrar:hover {
  background-color: grey;
}
.accion-borrar:hover i {
  color: white;
}

.img-promotor {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.img-fraccion-promotor {
  width: 1.25rem;
  margin-top: -10px;
}

.turnado-a {
  display: contents;
  padding-left: 15px;
}
.turnado-a li {
  list-style-type: none;
  margin: 5px;
  font-size: 0.7rem;
}

.etiqueta-gris {
  background-color: grey;
  padding: 5px;
  color: white;
}

.fondo-azul-02 {
  background-color: #06c3e8;
}

.fondo-amarillo {
  background-color: #F8A241;
}

.fondo-rojo {
  background-color: #F05951;
}

.fondo-verde {
  background-color: #7DCEA0;
}

.btn-ver {
  color: white;
  background-color: #7DCEA0;
  border-color: #7DCEA0;
  border-radius: 70px;
}
.btn-ver:hover, .btn-ver:focus {
  background-color: transparent;
  color: #7DCEA0;
  border: 1px solid #7DCEA0;
}

.btn-agregar-pro {
  color: #06c3e8;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: center;
}
.btn-agregar-pro span {
  background-color: #06c3e8;
  border-radius: 50%;
  padding: 1px 5px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.btn-agregar-pro:hover, .btn-agregar-pro:focus {
  color: #33A3E9;
}
.btn-agregar-pro:hover span, .btn-agregar-pro:focus span {
  color: white;
  background-color: #33A3E9;
}

.t-personalizada-02 thead,
.t-personalizada-02 tr > th {
  color: white;
  border: 2px solid white;
  background-color: #31353d;
}
.t-personalizada-02 tr,
.t-personalizada-02 td {
  border: 1px solid white;
}
.t-personalizada-02 tbody tr td {
  border: 2px solid white;
  background-color: #cdcdcd;
}

.num-ini {
  font-size: 50px;
  font-weight: bold;
  color: #31353d;
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box .inner {
  padding-left: 30px;
  color: white;
  height: 150px;
}
.small-box .inner p {
  font-size: 30px;
}

.small-box-footer {
  position: absolute;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  bottom: 0px;
  width: 100%;
}

.icon {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.15);
}
.icon span {
  font-size: 90px !important;
}

.ul-basico {
  list-style: none;
  text-align: left;
  margin-top: 30px;
  padding-left: 10px;
}
.ul-basico li {
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 18px;
}
.ul-basico li .ul-basico-text-01 {
  margin-bottom: 0px;
}
.ul-basico li .ul-basico-text-01 span {
  font-weight: 700;
  font-size: 0.85rem;
}
.ul-basico li .ul-basico-text-02 {
  margin-top: 3px;
  margin-bottom: 5px;
}
.ul-basico li a {
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #F05951;
  text-decoration: none;
  border-radius: 20px;
  font-size: 9px;
  color: #fff;
}

.texto-observaciones > .mceEditor > .mceLayout {
  width: 100% !important;
}

.mceEditor > .mceLayout {
  height: 200px !important;
}

.num-semana {
  font-size: 3.2rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .num-semana {
    font-size: 2.5rem;
  }
}

.titulo-movil {
  display: inline;
  text-align: center;
}
@media (min-width: 1024px) {
  .titulo-movil {
    display: none;
  }
}

.caja-num-semana {
  width: 55px;
}

.caja1, .caja-agenda {
  display: none;
}
@media (min-width: 1024px) {
  .caja1, .caja-agenda {
    display: flex;
    flex-direction: row;
  }
}

.caja-evento {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .caja-evento {
    display: flex;
  }
}

.caja1 {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .caja1 {
    margin-bottom: 0px;
  }
}

.caja2 {
  flex-direction: column;
}
@media (min-width: 768px) {
  .caja2 {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .caja2 {
    flex-direction: row;
  }
}

.caja2-01 {
  justify-content: center;
}
@media (min-width: 1024px) {
  .caja2-01 {
    width: 25%;
  }
}

.caja2-02 {
  width: 75%;
  align-items: center;
}
@media (min-width: 1024px) {
  .caja2-02 {
    width: 25%;
    align-items: flex-start;
  }
}

.caja2-03 {
  width: 75%;
  align-self: center;
}
@media (min-width: 1024px) {
  .caja2-03 {
    width: 45%;
    flex-direction: column;
  }
}
.caja2-03 .texto-periodo {
  text-align: center;
}
@media (min-width: 1024px) {
  .caja2-03 .texto-periodo {
    text-align: left;
  }
}

.caja3 {
  flex-direction: column;
  width: 25%;
  align-content: center;
}
@media (min-width: 992px) {
  .caja3 {
    flex-direction: row;
  }
}

.caja3-01 {
  width: 100%;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .caja3-01 {
    width: 50%;
    flex-direction: row;
  }
}
.caja3-01 .caja3-01-01 {
  display: grid;
  margin: 0 0.25rem;
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .caja3-01 .caja3-01-01 {
    flex-direction: column;
    margin: 0;
  }
}

.icon4 {
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .icon4 {
    font-size: 20px;
  }
}

.caja3-02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .caja3-02 {
    width: 50%;
    flex-direction: row;
    justify-content: center;
  }
}

.caja2-01-agenda,
.caja2-02-agenda,
.caja2-03-agenda,
.caja3-01-agenda,
.caja3-02-agenda {
  padding: 0.5rem;
}

.caja2-01-agenda {
  text-align: center;
}
@media (min-width: 1024px) {
  .caja2-01-agenda {
    width: 22%;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .caja2-02-agenda {
    width: 35%;
  }
}

.caja2-03-agenda {
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
}
.caja2-03-agenda p {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .caja2-03-agenda {
    width: 45%;
    justify-content: flex-start;
  }
  .caja2-03-agenda p {
    text-align: left;
  }
}

.caja3-agenda {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .caja3-agenda {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .caja3-agenda {
    flex-direction: row;
    align-items: flex-start;
  }
}

.status-evento {
  text-transform: uppercase;
  color: white;
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100px;
}

.color-confirmado {
  background: #a6d659;
}

.color-cancelado {
  background: #ff4e78;
}

.color-pendiente {
  background: #525251;
}

.color-reservado {
  background: #f5c000;
}

.caja3-01-agenda {
  flex-flow: column wrap;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .caja3-01-agenda {
    width: 70%;
  }
}

.caja3-02-agenda {
  width: 100%;
}
@media (min-width: 1024px) {
  .caja3-02-agenda {
    width: 30%;
  }
}

.lista01 {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0.75rem;
  padding-left: 0;
}

.fecha-nuevo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.fecha-nuevo .fecha-evento {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .fecha-nuevo .fecha-evento {
    text-align: left;
  }
}

.list-fecha-ini-fin {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
  min-width: 120px;
}
.list-fecha-ini-fin li {
  font-size: 0.8rem;
}
.list-fecha-ini-fin li::before {
  border: 1px solid black;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  margin-left: -12px;
  margin-top: 6px;
  border-radius: 50%;
  content: "";
}
.list-fecha-ini-fin li::after {
  background: black;
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  margin-left: -10px;
  margin-top: -8px;
  content: "";
}
.list-fecha-ini-fin li:last-child::after {
  display: none;
}

.lista-confirmaciones {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
}
.lista-confirmaciones li {
  font-size: 0.8rem;
}
.lista-confirmaciones li .fecha {
  font-weight: bold;
  font-size: 10px;
  width: 80px;
  text-align: right;
  margin-right: 5px;
}
.lista-confirmaciones li .fecha p {
  font-size: 8px;
}

.estadistica-confirma {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .estadistica-confirma {
    font-size: 0.75rem;
  }
}
.estadistica-confirma span {
  font-size: 1rem;
  margin-right: 0.35rem;
}

.agenda-semanal-admin {
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.agenda-semanal-admin .titulo-periodo-semana {
  font-size: 1.15rem;
  font-weight: 300;
  padding: 0 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .agenda-semanal-admin .titulo-periodo-semana {
    font-size: 1.25rem;
  }
}
.agenda-semanal-admin .titulo-numero-semana {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .agenda-semanal-admin .titulo-numero-semana {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.agenda-semanal-admin .titulo-fecha-inifin {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .agenda-semanal-admin .titulo-fecha-inifin {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.hora_evento {
  font-weight: 500;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .hora_evento {
    font-size: 0.8rem;
  }
}

.lugar_evento {
  font-size: 0.8rem;
}

.etiqueta-evento {
  font-size: 0.45rem;
  background: #c8e5fd;
  color: #0074e6;
}

.tipo_evento {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
}

.tipo_evento_comision {
  font-size: 0.65rem;
  font-weight: 300;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  text-align: left;
}
.tipo_evento_comision span {
  font-weight: 600;
}

.tooltip-confirma-evento {
  position: absolute;
  width: 200px;
  height: auto;
  background: white;
  border-radius: 5px;
  margin-top: 0.6rem;
  margin-left: -98px;
  font-size: 0.75rem;
}
.tooltip-confirma-evento .titulo-tooptip {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.tooltip-confirma-evento .fecha-confirmacion {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.tooltip-confirma-evento .fecha-confirmacion span {
  font-size: 10px;
  color: black;
  margin-left: 0.5rem;
  font-weight: 400;
}

.ocultar {
  display: none;
}

.mostrar {
  display: block !important;
}

.caja_flecha_sombra {
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  background: white;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
.caja_flecha_sombra::before {
  content: "";
  position: absolute;
  top: -5px;
  width: 1em;
  height: 1em;
  background-color: white;
  transform: rotate(45deg);
}

.lista-confirmaciones-2 {
  list-style: none;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.confirmacion-area {
  cursor: pointer;
  margin: 0.2rem 0.5rem;
  font-size: 9px;
}
.confirmacion-area i {
  width: 1rem;
  height: 1rem;
  color: white;
  border: 1px solid #ccc;
  background: white;
  padding: 1px;
  font-size: 12px;
}
.confirmacion-area span {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
}
.confirmacion-area::before {
  content: "";
  background: #ccc;
  width: 2rem;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: -1.5rem;
  margin-top: 0.5rem;
  z-index: -1;
}
.confirmacion-area:first-child::before {
  display: none;
}

.confirmacion-area-2 {
  text-align: left;
  margin: 0 0.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 9px;
  border-left: 1px solid #ccc;
}
.confirmacion-area-2 i {
  width: 1rem;
  height: 1rem;
  margin-left: -25px;
  margin-right: 9px;
  color: white;
  border: 1px solid #ccc;
  background: white;
  padding: 1px;
  font-size: 12px;
}
.confirmacion-area-2 span {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
}
.confirmacion-area-2 p {
  margin-bottom: 0;
  font-size: 0.65rem;
  font-weight: 300;
}

.confirmado-2::before {
  background: #3f9cf8;
}
.confirmado-2 i {
  border: 1px solid #3f9cf8;
  background: #3f9cf8;
  color: white;
}
.confirmado-2 span {
  color: #3f9cf8;
}
.confirmado-2::after {
  background: #3f9cf8;
}

.confirmado-3::before {
  background: #ff6060;
}
.confirmado-3 i {
  border: 1px solid #ff6060;
  background: #ff6060;
  color: white;
}
.confirmado-3 span {
  color: #ff6060;
}
.confirmado-3::after {
  background: #ff6060;
}

.confirmado2-2 {
  border-left: 1px solid #3f9cf8;
}
.confirmado2-2 i {
  border: 1px solid #3f9cf8;
  background: #3f9cf8;
  color: white;
}
.confirmado2-2 span {
  color: #3f9cf8;
}

.confirmado2-3 {
  border-left: 1px solid #ff6060;
}
.confirmado2-3 i {
  border: 1px solid #ff6060;
  background: #ff6060;
  color: white;
}
.confirmado2-3 span {
  color: #ff6060;
}

.texto-confirmado-2 {
  color: #3f9cf8;
}

.texto-confirmado-3 {
  color: #ff6060;
}

.lista-doc {
  border-bottom: 1px solid #cdcdcd;
}
.lista-doc:first-child {
  margin-top: 20px;
}
.lista-doc:last-child {
  border-bottom: none;
}

.modal-detalles-evento {
  max-width: 700px;
}
.modal-detalles-evento .container-detalles-evento {
  display: block;
}
@media (min-width: 768px) {
  .modal-detalles-evento .container-detalles-evento {
    display: flex;
  }
}
@media (min-width: 768px) {
  .modal-detalles-evento .container-detalles-evento .detalles-evento,
  .modal-detalles-evento .container-detalles-evento .detalles-confirmaciones {
    width: 50%;
  }
}
.modal-detalles-evento .container-detalles-evento .detalles-evento .fecha-evento {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .modal-detalles-evento .container-detalles-evento .detalles-evento .fecha-evento {
    font-size: 1.5rem;
  }
}
.modal-detalles-evento .container-detalles-evento .detalles-evento .hora-evento {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .modal-detalles-evento .container-detalles-evento .detalles-evento .hora-evento {
    font-size: 0.9rem;
  }
}
.modal-detalles-evento .container-detalles-evento .detalles-confirmaciones {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .modal-detalles-evento .container-detalles-evento .detalles-confirmaciones {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.modal-detalles-evento .container-asunto {
  text-align: justify;
}
.modal-detalles-evento .container-asunto .titulo-asunto {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-detalles-evento .container-asunto .titulo-asunto {
    text-align: left;
  }
}

.btn-confirmacion {
  background-color: #3F9CF8;
  color: white;
  border-radius: 5px;
}
.btn-confirmacion:hover {
  background-color: #303f9f;
}

.btn-otras-areas {
  background-color: #cdcdcd;
  color: black;
  border-radius: 5px;
}

.btn-icon-guardar {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #C5EAA1;
}
.btn-icon-guardar i {
  color: black;
  font-size: 30px;
}
.btn-icon-guardar:hover {
  background-color: #cdcdcd;
}

.text-delgado {
  font-weight: 300;
}

.icon-notificaciones {
  color: #F8A241;
}
.icon-notificaciones i {
  font-size: 28px;
}

.avisos {
  position: relative;
}

.icon-alert-new {
  width: 40px;
  height: 40px;
  position: relative;
  left: 180px;
  top: -20px;
}
.icon-alert-new:hover::after {
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.25s;
}
.icon-alert-new::after {
  content: attr(data-number);
  width: 20px;
  height: 20px;
  background-color: red;
  color: white;
  font-weight: bold;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -8px;
  transform: translateY(5px);
}

.campanita {
  fill: white;
  max-width: 100%;
  animation: shake 1s forwards infinite;
}

@keyframes shake {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
.etiqueta {
  font-size: 0.8rem;
  display: inline;
  padding: 0.2em 0.8em;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  line-height: 2.2;
  color: #000;
  text-align: center;
  vertical-align: center;
  background-color: #eeeeee;
}

.estatus-T, .estatus-PA, .estatus-PR, .estatus-Turnado {
  background-color: #fff1ac;
}

.estatus-P, .estatus-Presentado {
  background-color: #d2cbff;
}

.estatus-A, .estatus-DI, .estatus-AO, .estatus-Atendido {
  background-color: #b7fddc;
}

.estatus-D, .estatus-AN, .estatus-DC, .estatus-R, .estatus-IR, .estatus-Desechado, .estatus-Retirado {
  background-color: #ffbfbf;
}

/*# sourceMappingURL=base.css.map */
