* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#musica-modal,
#credit-open-view,
#logout-toolbar,
#tidio-open-chat,
#fullscreen-button {
  display: none;
}

.side_bar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 350px;
  height: 100vh;
  background: var(--bg-linear);
  color: var(--color);
  padding: 12px;
  transition: all 0.3s ease;
  z-index: 999;
}

.side_bar.show-sidebar {
  right: 0; /* Sidebar visible */
}

.side_bar .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.btnCloseSideBar {
  border: 1px solid #000;
}

.title_text {
  color: #31344b;
  font-weight: 600;
}

.side_bar .title .logo {
  font-size: 27px;
  font-weight: 600;
  color: #31344b;
}

.side_bar .title .logo img {
  width: 100%;
  height: 9rem;
  padding: 10px;
}

.side_bar ul {
  list-style: none;
  background-color: transparent;
}

.side_bar li {
  height: 50px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  list-style: none;
}

.side_bar ul a,
.side_bar ul label {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 6px;
  position: relative;
  transition: all 0.2s ease;
}

.side_bar li a,
.side_bar li label {
  list-style: none;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  /* transition: var(--tran-03); */
}

.side_bar .icon {
  /* min-width: 60px; */
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.side_bar ul a:hover {
  background-color: var(--color) !important;
  color: var(--contraparte) !important;
}

.side_bar ul i {
  margin-right: 10px;
}

.content {
  margin-top: 20px;
  padding: 10px;
  background: #ffffff;
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px #ceced1;
  border-radius: 6px;
}

label.floatingIcon {
  font-size: 17px;
  background-color: var(--contraparte);
  color: var(--color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #fff;
}

.bars {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 300;
}

/* Ocultar elementos */
.hidden {
  display: none;
}

.menu-individual-expand {
  padding: 10px;
  height: auto;
  height: 43vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.accordion .card .card-header h5 button {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

/* RESPINSIVE */

@media (width >= 1700px) {
  .side_bar {
    width: 25%;
  }
}

@media (width <= 400px) {
  .side_bar {
    width: 100%;
    z-index: 400;
  }

  #musica-modal,
  #credit-open-view,
  #logout-toolbar,
  #tidio-open-chat,
  #fullscreen-button {
    display: none;
  }
}

#timesCloseSpan {
  font-size: x-large;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ec0d0d;
  cursor: pointer;
}

ul#main-menu {
  overflow-y: auto;
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
  height: 45vh;
}

.profile_pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.profile_pic img {
  border-radius: 50%;
  height: 4em;
  width: 4em;
  border: 2px solid var(--color);
}

.profile_pic .welcome {
  font-weight: 600;
  font-size: 20px;
  color: var(--color);
}

.profile_pic .username {
  font-size: 15px;
  color: var(--color);
}

.profile_pic button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.profile_pic button i {
  margin-right: 5px;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}

.padding {
  padding: 0;
}

.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 0;
}

.card .card-title {
  color: #000000;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}

.card .card-description {
  margin-bottom: 0.875rem;
  font-weight: 400;
  color: #76838f;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  width: 100%;
}

.accordion .card {
  margin-bottom: 0.75rem;
  box-shadow: 0px 1px 15px 1px var(--color);
  border-radius: 0.25rem;
  border: none;
}

.accordion .card .card-header {
  background-color: transparent;
  border: none;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.accordion .card .card-header * {
  font-weight: 400;
  font-size: 1rem;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.accordion .card .card-header a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding-right: 1.5rem;
}

.accordion .card .card-header * {
  font-weight: 400;
  font-size: 1rem;
}

.accordion .card .card-header a[aria-expanded="false"]:before {
  content: "\f067";
}

.accordion .card .card-header a[aria-expanded="true"]:before {
  content: "\f068";
}

.accordion .card .card-header a:before {
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 18px;
  display: block;
  font-family: FontAwesome;

  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 0.756em;
  color: #405189;
}

.sidebar .card-body li {
  all: initial;
}

.spanLinkHover:hover {
  text-decoration: underline;
  cursor: pointer;
}

.backToSidebarMenu {
  background-color: #26c4f4 !important;
  color: #fff !important;
  justify-content: center;
}

.side_bar h4 {
  color: var(--color) !important;
}

/* The Modal (background) */
.modal-photo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-photo .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  height:90%
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-photo .modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #ec0d0d;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-photo .modal-content {
    width: 100%;
  }
}


/* Redes Sociales */
.social-media-top, .social-media-bottom {
  display: flex;
  justify-content: center;
}

.social-media-top a, .social-media-bottom a {
  text-align: center;
  text-decoration: none;
  color: #555;
  font-size: 2rem;
  transition: color 0.3s ease;
}

.social-name-red {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 10px 0;
}

.color-default a, .color-default i {
  color: #555;
}

.color-releg a, .color-releg i {
  color: #F1A2C7;
}

.color-reldi a, .color-reldi i {
  color: #4287c8;
}

.color-relayn a, .color-relayn i {
  color: #FF6C0E;
}

.color-relep a, .color-relep i {
  color: #199C50;
}

.color-relen a, .color-relen i {
  color: #93181E;
}

.red-social-link {
  text-align: center;
  text-decoration: none;
  color: #555;
  font-size: 1.9rem;
  transition: color 0.3s ease;
}

.red-social-link:hover i {
  opacity: 0.8;
  transform: scale(1.6);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.side_bar ul a.red-social-link:hover {
  background-color: transparent !important;
  color: inherit !important;
}