/* GLOBAL STYLES
-------------------------------------------------- */
body {
  font-family: 'Open Sans';
  overflow-x: hidden;
}

/* HEADER STYLES
-------------------------------------------------- */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#head.private nav {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-image: url(../../assets/img/nav-top-back.png);*/
}

#head .navbar .navbar-nav .nav-item {
  margin-right: 10px;
}

#head .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

#head .navbar .navbar-nav .nav-item .nav-link {
  background-color: rgb(255 255 255 / 40%);
  border-radius: 35px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: 'Gotham';
  box-shadow: 0px 3px 6px #00000029;
  font-size: 0.7em;
}

#head .navbar .navbar-nav .nav-item .nav-link:hover,
#head .navbar .navbar-nav .nav-item .nav-link:active,
#head .navbar .navbar-nav .nav-item .nav-link:focus {
  background-color: rgb(255 255 255 / 100%);
  color: #75408E;
}

#head .bg-canvas {
  width: 100%;
  background-color: #75408E;
  transition: 0.3s;
}

#head .offcanvas.bg-canvas .offcanvas-header {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-image: url(../../assets/img/nav-top-back.png);*/
}

#head .offcanvas.bg-canvas .offcanvas-header .btn-close {
  filter: invert(99%) sepia(1%) saturate(3384%) hue-rotate(303deg) brightness(112%) contrast(101%);
  opacity: 1;
}

#head .offcanvas.bg-canvas .nav-item {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

#head .offcanvas.bg-canvas .nav-item .nav-link {
  font-size: 0.8em;
}

#head .navbar-toggler {
  padding: 5px;
  border: 0;
  color: #fff;
  display: block;
  outline: none !important;
  box-shadow: none !important;
}

#head .navbar-toggler img {
  filter: invert(99%) sepia(1%) saturate(3384%) hue-rotate(303deg) brightness(112%) contrast(101%);
}

#head .search {
  background-color: rgb(255 255 255 / 40%);
  border-radius: 50%;
  /* padding-left: 10px; */
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: 'Gotham';
  box-shadow: 0px 3px 6px #00000029;
}

#head .search:hover {
  background-color: rgb(255 255 255 / 100%);
  color: #75408E;
}

/* LOGIN STYLES
-------------------------------------------------- */
.bg-log-in {
  background-color: #000;
  /*background-image: url(../../assets/img/bg-login.png);*/
}

.bg-log-out {
    background-color: #000;

  /*background-image: url(../../assets/img/bg-login-out.png);*/
}

.login {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh !important;
}

.login .login-text p {
  font-family: 'Gotham';
  margin-bottom: 0;
  color: #fff;
  line-height: 120%;
}

.login .login-text .product ul {
  font-family: 'Gotham';
  list-style: none;
  padding: 0;
}

.login .login-text .product ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin-right: 20px;
}

.login .login-text .product ul li:last-child {
  margin-right: 0px;
}

.login .avatar {
  vertical-align: middle;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 3px 6px #00000029;
}

.login form label {
  color: #fff;
  font-family: 'Gotham';
  font-size: 1rem;
}

.login form .form-control-lg {
  border-radius: 40px;
  font-family: 'Gotham';
  box-shadow: 0px 3px 6px #00000029;
}

.login form .btn-login {
  text-transform: uppercase;
  border-radius: 40px;
  font-family: 'Gotham';
  background-color: #fff;
  color: #000;
  font-size: 0.9rem;
  box-shadow: 0px 3px 6px #00000029;
  transform: scale(1);
  transition: 0.3s;
  padding-top: 5px;
  padding-bottom: 4px;
}

.login form .btn-login:hover {
  background-color: #6e438b;
  color: #fff;
  transform: scale(1.1);
}

.login form .fw-bold {
  color: #fff;
  font-family: 'Gotham';
  font-size: 1rem;
}

.login form .fw-bold a {
  color: #fff;
}

.login form .fw-bold a:hover {
  color: #6e438b;
}

.login .loading {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .line-box {
  padding: 3px;
  width: 65%;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: #fff;
}

.login .line-box .line {
  height: 20px;
  border-radius: 30px;
  background: #C4308F;
  animation: loading 2s forwards cubic-bezier(0, 0, 0, 0);
}

@keyframes loading {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

/* MENU STYLES
-------------------------------------------------- */
.offcanvas-start.h-auto {
  bottom: initial;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.offcanvas-start .offcanvas-header {
  display: block;
}

.offcanvas-start .navbar-toggler {
  padding: 5px;
  border: 0;
  color: #fff;
  background: none;
  width: auto;
  height: auto;
}

.offcanvas-start .navbar-toggler img {
  filter: invert(31%) sepia(46%) saturate(1928%) hue-rotate(273deg) brightness(97%) contrast(88%);
  opacity: 0.8;
}

.offcanvas-start .offcanvas-header .log {
  display: flex;
}

.offcanvas-start .offcanvas-header .avatar {
  vertical-align: middle;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.offcanvas-start .offcanvas-header .log-info {
  color: #6E438B;
}

.offcanvas-start .offcanvas-header .log-info small {
  font-size: 0.6em;
}

.offcanvas-start .offcanvas-header .log-info p {
  font-family: 'Gotham';
  font-size: 1.0em;
}

.offcanvas-start .menu-title p {
  color: #6E438B;
  font-size: 1.1em;
}

.offcanvas-start .nav .nav-item {
  margin-bottom: 20px;
}

.offcanvas-start .nav .nav-item:last-child {
  margin-bottom: 0px;
}

.offcanvas-start .nav .nav-item a {
  display: inline-block;
  font-family: 'Gotham';
  font-size: 1.1em;
  background-color: fff;
  border-radius: 20px;
  padding: 5px 15px;
  white-space: normal;
}

.offcanvas-start .nav .nav-item.box-01 a,
.offcanvas-start .nav .nav-item.gobernanza a {
  color: #53BAAF;
}

.offcanvas-start .nav .nav-item.box-01 a:hover,
.offcanvas-start .nav .nav-item.gobernanza a:hover {
  color: #fff;
  background-color: #53BAAF;
}

.offcanvas-start .nav .nav-item.box-02 a,
.offcanvas-start .nav .nav-item.datos a {
  color: #485497;
}

.offcanvas-start .nav .nav-item.box-02 a:hover,
.offcanvas-start .nav .nav-item.datos a:hover {
  color: #fff;
  background-color: #485497;
}

.offcanvas-start .nav .nav-item.box-03 a,
.offcanvas-start .nav .nav-item.integracion a {
  color: #B23FA4;
}

.offcanvas-start .nav .nav-item.box-03 a:hover,
.offcanvas-start .nav .nav-item.integracion a:hover {
  color: #fff;
  background-color: #B23FA4;
}

.offcanvas-start .nav .nav-item.box-04 a,
.offcanvas-start .nav .nav-item.analitica a {
  color: #6E438B;
}

.offcanvas-start .nav .nav-item.box-04 a:hover,
.offcanvas-start .nav .nav-item.analitica a:hover {
  color: #fff;
  background-color: #6E438B;
}

.offcanvas-start .end-session a {
  color: #fff;
  background-color: #B23FA4;
  display: inline-block;
  line-height: 110%;
  font-size: 0.9em;
  border-radius: 20px;
  padding: 10px 40px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
  min-width: 70%;
}

.offcanvas-start .end-session a:hover {
  background-color: #6E438B;
}

.offcanvas-start .dropdown-menu {
  padding-left: 5px;
  padding-right: 5px;
}

.offcanvas-start .nav-item .dropdown-item {
  font-family: 'Open Sans' !important;
  display: inline-block !important;
  font-size: 0.9rem !important;

}

/* SEARCH STYLES
-------------------------------------------------- */
.search-content {
  position: fixed;
  width: 100%;
  top: 90px;
  z-index: 2;
}

.search-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
  transition: all .5s;
  display: none;
  /*z-index: 10001;*/
}

.search-fullscreen.hide {
  opacity: 0;
}

.search-fullscreen .search-input-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding: 10px;
  min-width: 10px;
  border-radius: 0px;
  border: 0;
  transition: all .4s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 100px;
  opacity: 1;
  z-index: 2;
  position: relative;
}

.search-fullscreen .search-info {
  background-color: #fff;
  margin: 0 15px;
  box-shadow: 0px 3px 6px #00000029;
  min-height: 70vh;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow-y: scroll;
  position: relative;
  height: 100%;
}

.search-fullscreen .search-info a .type, .search-fullscreen .search-info a .date, .search-fullscreen .search-info a .info {
  font-size: 0.85rem;
}

.search-fullscreen .search-info a .title {
  font-weight: 700;
  line-height: 130%;
  font-size: 0.9rem;
}

.search-fullscreen .search-input-wrapper .search-input {
  flex: 1;
}

.search-fullscreen .search-input-wrapper .search-input::placeholder {
  color: rgba(189, 189, 189, 0.7);
}

.search-fullscreen .search-input-wrapper .search-submit:hover svg {
  filter: invert(32%) sepia(96%) saturate(4794%) hue-rotate(349deg) brightness(99%) contrast(409%);
  ;
}

.search-fullscreen .search-input-wrapper .search-submit {
  flex-basis: 40px;
  cursor: pointer;
}

.search-fullscreen .search-input-wrapper input,
.search-fullscreen .search-input-wrapper button {
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  padding: 3px;
  color: #6E438B;
  min-width: 10px;
}

.search-fullscreen .search-input-wrapper input::placeholder {
  color: #6E438B;
  opacity: 1;
  /* Firefox */
}

.search-fullscreen .search-input-wrapper input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #6E438B;
}

.search-fullscreen .search-input-wrapper input:focus, .search-fullscreen .search-input-wrapper button:focus {
  outline: none;
}

.search-fullscreen .search-close {
  position: absolute;
  padding: 5px;
  top: -27px;
  right: 10px;
  font-size: 30px;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all .4s;
  width: 40px;
  height: 40px;
  z-index: 3;
}

.search-fullscreen .search-close:focus {
  outline: none;
}

.search-fullscreen .search-close:hover {
  color: #5e4989;
}

.round .nav-wrapper {
  position: relative;
  height: 100%;
}

.round {
  box-shadow: none;
  background: transparent;
}

.round .breadcrumb {
  color: #fff;
  display: inline-block;
  /*padding-left: 0.5rem;*/
  /*padding-right: calc(15px + 1rem);*/
  height: 40px;
  position: relative;
  padding: 8px 5px;
  text-decoration: none;
}

.round .breadcrumb:hover:before {
  transition: border-right-color ease 0.3s, background ease 0.3s;
}

.round .breadcrumb:before {
  display: none;
}

.round .breadcrumb:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  border: transparent 32px solid;
  border-right-color: black;
  margin-right: 1rem;
  left: -15px;
}

.round .breadcrumb:first-child {
  background: #53BAAF;
}

.round .breadcrumb:first-child:before {
  background: #53BAAF;
}

.round .breadcrumb:nth-child(2) {
  background: #485497;
}

.round .breadcrumb:nth-child(2):before {
  background: #485497;
}

.round .breadcrumb:nth-child(3) {
  background: #B23FA4;
}

.round .breadcrumb:nth-child(3):before {
  background: #B23FA4;
}

.round .breadcrumb:nth-child(4) {
  background: #6E438B;
}

.round .breadcrumb:nth-child(4):before {
  background: #6E438B;
}

.round .breadcrumb:last-child {
  color: white;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}

.round .breadcrumb:last-child:before {
  border-right-width: 0;
}

.round .breadcrumb:before {
  border-radius: 65px 0px 0px 65px;
  width: 17px;
  height: 40px;
  background: #f7585e;
  border: none;
}

/* BODY STYLES
-------------------------------------------------- */
.private-info {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*background-image: url(../../assets/img/bg-portada-01.png);*/
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.private-info .wellcome p {
  font-family: 'Gotham';
  margin-bottom: 0;
  color: #6E438B;
  font-size: 1.2em;
}

.private-info .msg-logo p {
  font-family: 'Gotham';
  color: #6E438B;
  margin-bottom: 0;
  line-height: 110%;
  font-size: 1.7em;
}

.private-info .msg-logo img {
  height: 0.65em;
}

.private-info .box-content .square {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  background-color: transparent;
}

.private-info .box-content .square .content-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
}

.private-info .box-content .square .content-top:hover {
  /*display: none;*/
}

.private-info .box-content .square .content-top .box-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.private-info .box-content .square .content-top .box-title p {
  font-family: 'Gotham';
  color: #fff;
  font-size: 1.4em;
}

.private-info .box-content .square .content-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.1s;
  transition: z-index 0.1s;
}

.private-info .box-content .square .content-bottom:hover {
  opacity: 1;
  z-index: 1;
}

.private-info .box-content .square .content-bottom.capture-bg .square-bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.private-info .box-content .square .content-bottom.capture-bg .square-bottom::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(72 86 146 / 50%);
  border-radius: 20px;
}

.private-info .box-content .square-bottom {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  /*transition: 0.2s;*/
  /*transform: scale(1);*/
}

/*.private-info .box-content .square-bottom:hover {
  transform: scale(1.05);
}*/

.private-info .box-content .square .content-bottom.capture-bg .square-bottom:hover {
  transform: scale(1.0);
}

.private-info .box-content .content-bottom a {
  display: block;
  transition: 0.2s;
  transform: scale(1.0);
}

.private-info .box-content .content-bottom a:hover {
  transform: scale(1.05);
}

.private-info .box-content .square-bottom .box-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.private-info .box-content .square-bottom .box-title p {
  font-family: 'Gotham';
  color: #fff;
  margin-bottom: 5px;
  line-height: 130%;
  font-size: 0.9em;
}

.private-info .box-content .square-bottom .box-title .detail p {
  font-family: 'Open Sans';
  color: #fff;
  margin-bottom: 0;
  line-height: 140%;
  font-size: 0.6em;
}

.private-info .box-content .square-bottom .icon-down {
  position: absolute;
  bottom: 6px;
  text-align: center;
}

.private-info .box-content .square-bottom .icon-down img {
  width: 18px;
}
.search-content .bg-box-01,
.private-info .bg-box-01,
.private-info .bg-gobernanza {
  background-color: #53BAAF;
}

.search-content .bg-box-02,
.private-info .bg-box-02,
.private-info .bg-data {
  background-color: #485497;
}

.search-content .bg-box-03,
.private-info .bg-box-03,
.private-info .bg-integra {
  background-color: #B23FA4;
}

.search-content .bg-box-04,
.private-info .bg-box-04,
.private-info .bg-analitica {
  background-color: #6E438B;
}

.private-info .alert-info {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  opacity: 0;
  z-index: -1;
}

.private-info .alert-info {
  opacity: 1;
  z-index: 2;
}

.private-info .alert-info img {
  width: 20px;
}

.private-info .alert-info .more {
  position: absolute;
  left: calc(15px + 10px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  top: 13px;
  transition-delay: 0.5s;
  z-index: -1;
}

.private-info .alert-info:hover .more  {
  opacity: 1;
  z-index: 1;
}

.private-info .alert-info .more a {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 3px 8px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 0.65em;
  display: block;
  min-width: 68px;
}

.private-info .alert-info .more a:hover {
  background-color: #704486;
  color: #fff;
}

.private-info .image-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

.private-info .image-icon img {
  width: 40px;
}


.private-info .archive-title p {
  font-family: 'Gotham';
  line-height: 110%;
}

.private-info .archive-title.box-01 p {
  color: #53BAAF;
}

.private-info .archive-title.box-02 p {
  color: #485497;
}

.private-info .archive-title.box-03 p {
  color: #B23FA4;
}

.private-info .archive-title.box-04 p {
  color: #6E438B;
}

.private-info .archive-info p {
  font-size: 1.2em;
  font-weight: 600;
}

.private-info .archive-info p:last-child {
  margin-bottom: 0;
}

.private-info .archive-sub-title p {
  font-family: 'Gotham';
  color: #000;
  line-height: 110%;
  font-size: 2.0em;
}

.private-info .archive-sub-title p:last-child {
  margin-bottom: 0;
}

.private-info .archive-frase p {
  font-size: 1.1em;
  font-style: italic;
}

.private-info .repository.carousel {
  background: transparent;
}

.private-info .repository .carousel-cell {
  width: 100%;
  min-height: 200px;
  margin-right: 10px;
  background: transparent;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.private-info .repository .flickity-button {
  background-color: transparent;
  color: #53BAAF;
}

.private-info .nucleo-info .nucleo-intro p {
  font-family: 'Gotham';
  color: #000;
  font-size: 1.0em;
}

.private-info .nucleo-info .nucleo-intro p:last-child {
  margin-bottom: 0;
}

.private-info .nucleo-info a {
  display: block;
  text-decoration: none;
}

.private-info .nucleo-info a .nucleo {
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  overflow-y: hidden;
  min-height: 250px;
}

.private-info .nucleo-info a .nucleo .capture {
  background-color: #6E438B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: 0.3s;
  min-height: 200px;
}

.private-info .nucleo-info a:hover .nucleo .capture::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(110 67 139 / 50%);
}

.private-info .nucleo-info a .nucleo .title p {
  font-family: 'Gotham';
  color: #000;
  font-size: 1.1em;
}

.private-info .nucleo-info a .nucleo .title p:last-child {
  margin-bottom: 0;
}

/* TOOLTIP STYLE
-------------------------------------------------- */

.tooltip {
  margin: 0 40px !important;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 0;
  z-index: 1;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: 0;
  background: #fff;
  overflow: hidden;
  max-width: 280px;
  border-radius: 20px;
}

.tooltip-inner .tool-title p {
  text-align: left;
  font-family: 'Gotham';
  color: #000;
  line-height: 120%;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.tooltip-inner .tool-info p {
  text-align: left;
  color: #000;
  font-size: 1em;
  margin-bottom: 0;
  letter-spacing: 0;
}

.tooltip-inner .tool-info p:last-child {
  margin-bottom: 0;
}

.tooltip .tooltip-inner .box-01 .tool-title p,
.tooltip .tooltip-inner .gob .tool-title p {
  color: #53BAAF;
}

.tooltip .tooltip-inner .box-02 .tool-title p,
.tooltip .tooltip-inner .dat .tool-title p {
  color: #485497;
}

.tooltip .tooltip-inner .box-03 .tool-title p,
.tooltip .tooltip-inner .intgr .tool-title p {
  color: #B23FA4;
}

.tooltip .tooltip-inner .box-04 .tool-title p,
.tooltip .tooltip-inner .analytic .tool-title p {
  color: #6E438B;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: #fff;
  visibility: hidden;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: #fff;
  visibility: hidden;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: #fff;
  visibility: hidden;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: #fff;
  visibility: hidden;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: #fff;
  visibility: hidden;
}

.private-info .box-content .square .content-top .detail-top p {
  font-family: 'Open Sans';
  color: #fff;
  margin-bottom: 0;
  line-height: 140%;
  font-size: 1.2em;
}

/* BREADCRUMBS STYLE
-------------------------------------------------- */

/*.nav-bread {
  position: relative;
  height: 100%;
}

.breadcrumbs {
  color: #53BAAF;
  display: inline-block;
  padding-left: 2rem;
  height: 40px;
  position: relative;
  padding-top: 10px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 0.7em;
  background-color: #fff;
  min-width: 85px;
  text-align: center;
}

.breadcrumbs span {
  position: relative;
  z-index: 2;
}

.breadcrumbs:hover {
  background-color: #53BAAF;
  color: #fff;
}

.breadcrumbs:hover:before {
  background-color: #53BAAF;
  color: #fff;
}

.breadcrumbs:before {
  display: none;
}

.breadcrumbs:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  margin-right: 1rem;
  right: -44px;
}

.breadcrumbs:first-child {
  padding-left: 1rem;
}

.breadcrumbs:last-child {
  border-radius: 0px 0px 0px 0px;
}

.breadcrumbs:before {
  border-radius: 0px 0px 65px 0px;
  width: 35px;
  height: 40px;
  background: #fff;
  border: none;
  z-index: 1;
  box-shadow: 5px 3px 4px #00000029;
}*/

.rounded .nav-wrapper {
  position: relative;
  height: 100%;
}

.rounded {
  box-shadow: none;
  background: transparent;
}

.rounded .breadcrumb {
  display: inline-block;
  height: 30px;
  position: relative;
  padding: 8px 18px 5px 5px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 0.7rem;
}

.rounded .breadcrumb:before {
  display: none;
}

.rounded .breadcrumb:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  border: transparent 32px solid;
  border-right-color: black;
  margin-right: 1rem;
  left: -13px;
}

.rounded .breadcrumb:last-child {
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}

.rounded .breadcrumb:last-child:before {
  border-right-width: 0;
}

.rounded .breadcrumb:before {
  border-radius: 65px 0px 0px 65px;
  width: 15px;
  height: 30px;
  background: #fff;
  border: none;
  box-shadow: -3px 3px 5px #00000029;
}

/*Gobierno*/

.rounded .box-01 a,
.rounded .gob a {
  color: #53BAAF;
}

.rounded .box-01 a:hover,
.rounded .gob a:hover {
  color: #fff;
  background-color: #53BAAF;
}

.rounded .box-01 .breadcrumb:hover:before,
.rounded .gob .breadcrumb:hover:before {
  background: #53BAAF;
}

/*Datos*/

.rounded .box-02 a,
.rounded .dat a {
  color: #485497;
}

.rounded .box-02 a:hover,
.rounded .dat a:hover {
  color: #fff;
  background-color: #485497;
}

.rounded .box-02 .breadcrumb:hover:before,
.rounded .dat .breadcrumb:hover:before {
  background: #485497;
}

/*Analiticas*/

.rounded .box-04 a,
.rounded .analitc a {
  color: #6E438B;
}

.rounded .box-04  a:hover,
.rounded .analitc  a:hover {
  color: #fff;
  background-color: #6E438B;
}

.rounded .box-04  .breadcrumb:hover:before,
.rounded .analitc  .breadcrumb:hover:before {
  background: #6E438B;
}

/*Integración*/

.rounded .box-03 a,
.rounded .integr a {
  color: #B23FA4;
}

.rounded .box-03  a:hover,
.rounded .integr  a:hover {
  color: #fff;
  background-color: #B23FA4;
}

.rounded .box-03  .breadcrumb:hover:before,
.rounded .integr  .breadcrumb:hover:before {
  background: #B23FA4;
}


/* BODY TRIANGLE STYLE
-------------------------------------------------- */
.triangle {
  text-align: center;
}

.triangle .animate img {
  margin-top: -40px;
  animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
  width: 35px;
}

@keyframes arrow {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}

@-webkit-keyframes arrow {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}

.triangle .a1 img {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
  opacity: 0.6;
}

.triangle .a2 img {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
  opacity: 0.5;
}

.triangle .a3 img {
	animation-delay:0s;
	-webkit-animation-delay:0s;
  opacity: 0.4;
}

.triangle .a4 img {
	animation-delay:1s;
	-webkit-animation-delay:0.5s;
  opacity: 0.3;
}

/* CAROUSEL STYLE
-------------------------------------------------- */
.accesos-slider {
  font-family: 'Gotham';
  color: #6E438B;
  margin-bottom: 0;
}

.slider {
  width: 100%;
  /*overflow-x: hidden;*/
}

.slick-list {
  /*overflow: visible !important;*/
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.slick-slide {
  margin: 0px 15px;
  box-shadow: 0px 3px 6px #00000029;
  transition: 0.3s;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.slick-slider {
  transition: opacity .7s;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
  border-radius: 20px !important;
  overflow: hidden;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-center {
  transform: scale(1.1);
}

.slick-links {
  position: relative;
}

.slick-links .alert-info {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  opacity: 0;
  z-index: -1;
}

.slick-links .alert-info {
  opacity: 1;
  z-index: 1;
}

.slick-links .alert-info img {
  width: 20px;
}

.slick-links .more {
  position: absolute;
  left: calc(15px + 10px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  top: 7px;
  transition-delay: 0.5s;
  z-index: -1;
}

.slick-links .alert-info:hover .more  {
  opacity: 1;
  z-index: 1;
}

.slick-links .more a {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 2px 8px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 0.65em;
}

.slick-links .more a:hover {
  background-color: #704486;
  color: #fff;
}

.slick-links .visit {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}

.slick-links .visit p {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 2px 15px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
  transition: 0.3s;
  margin-bottom: 0;
  font-size: 0.7em;
}

.slick-links .visit p:hover {
  background-color: #704486;
  color: #fff;
  transform: scale(1.1);
}

.slick-links .hidden-link {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.5s;
}

/* Estilo para mostrar el enlace al hacer hover */
.slick-links:hover .hidden-link {
  display: block;
  opacity: 1;
  transition-delay: 0.5s;
}

.slick-links {
  pointer-events: auto !important;
}

.slick-links {
  pointer-events: none;
}

.slick-next:before {
  content: url(../../assets/img/chevron-right-solid.svg) !important;
  filter: brightness(0) saturate(100%) invert(30%) sepia(12%) saturate(2563%) hue-rotate(232deg) brightness(98%) contrast(91%);
}

.slick-prev:before {
  content: url(../../assets/img/chevron-left-solid.svg) !important;
  filter: brightness(0) saturate(100%) invert(30%) sepia(12%) saturate(2563%) hue-rotate(232deg) brightness(98%) contrast(91%);
}


/*Logins*/

.login .login-text .product .name-product p {
  font-family: 'Open Sans';
  font-size: 1.2em;
}

.login .login-text .product .name-product p:last-child {
  margin-bottom: 0;
}

.login .login-text .product .logo-product-wellcome p {
  font-size: 2.2em;
}

.login .login-text .product .logo-product-wellcome p img {
  height: 1.4rem;
}

/*Buscador*/

.search-results .box-search.capture-bg .square-bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.search-results .box-search.capture-bg .square-bottom::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(72 86 146 / 50%);
  border-radius: 20px;
}

.search-results .box-search .square-bottom {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
}

.search-results .box-search .capture-bg .square-bottom:hover {
  transform: scale(1.0);
}

.search-results .box-search a {
  display: block;
  transition: 0.2s;
  transform: scale(1.0);
}

.search-results .box-search a:hover {
  transform: scale(1.05);
}

.search-results .box-search .square-bottom .box-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.search-info .box-search .square-bottom .box-title p {
  font-family: 'Gotham';
  color: #fff;
  margin-bottom: 5px;
  line-height: 130%;
  font-size: 1.0rem;
}

.search-info .box-search .square-bottom .box-title .detail p {
  font-family: 'Open Sans';
  color: #fff;
  margin-bottom: 0;
  line-height: 140%;
  font-size: 0.8em;
}

.private-info .box-content form {
  width: fit-content;
}

.private-info .box-content form .field-row {
  align-items: flex-start;
  display: flex;
  margin: 2vh 0;
}

.private-info .box-content form .field-row label{
  flex-basis: 30%;
}

.private-info .box-content form .field-row input, 
.private-info .box-content form .field-row textarea {
  flex-basis: 70%;
}

div.private-info.py-5  ul {
 list-style: none;
 
}

.private-info a {
  text-decoration: none;
  color: #932c83;
}

.private-info .inside-content-page p a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 15px;
  background-color: #932c83;
  color: #fff;
  border-radius: 6px;
}
