/* :root {
  --satin-linen: #ece8df;
  --cape-cod: #495555;
  --sanguine-brown: #863a36;
  --hillary: #ab9c87;
  --muddy-waters: #b2875a;
  --nepal: #8eaec2;
  --soft-amber: #cac0ac;
  --tiara: #bdcdca;
  --martini: #b3a3a7;
} */



/*:root {
  --satin-linen: #ebebeb;
  --cape-cod: #565656;
  --sanguine-brown: #313150;
  --hillary: #a8a8a8;
  --muddy-waters: #74716c;
  --nepal: #791b49;
  --soft-amber: #b1bdca;
  --tiara: #dfdfdf;
  --martini: #c9bfc0;
}*/

:root {
  --satin-linen: #f3f3f3;
  --cape-cod: #495555;
  --sanguine-brown: #863a36;
  --hillary: #c79f75;
  --muddy-waters: #b2875a;
  --nepal: #813130;
  --soft-amber: #245b4e;
  --tiara: #bdcdca;
  --martini: #b3a3a7;
}


.sanguineBrown {
  color: var(--sanguine-brown);
}

.satinLinen {
  background-color: var(--satin-linen);
}


.muddyWatersBk {
  background-color: var(--muddy-waters);
  border-color: var(--muddy-waters);
}

.muddyWatersBk:hover {
  background-color: var(--hillary);
  border-color: var(--hillary);
}

.typography {
  font-family: movIntegrada;
}

@media (min-width: 200px) and (max-width: 767.99px) {
  .logoInsurgente {
    display: none;
  }

  .shortInsurgente {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .pcTablet {
    display: none;
  }

  .custom-flex-row {
    flex-direction: column;
  }

  .headMobile {
    margin-top: 1.5rem !important;
  }

  .mobileSpace {
    margin-top: 1rem;
  }

  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    padding: 0;
  }

  .searchWidth {
    width: 80% !important;
  }

  .content-wrapper {
    padding: 0 !important;
  }

  .pad0 {
    padding: 0;
  }

  .form-group {
    margin-bottom: 0;
  }

  .widthInputResp {
    width: 100% !important;
  }

  .qrStyle {
    width: 100px;
    height: 100px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) and (max-width: 1030.99px) {
  .logoInsurgente {
    display: none;
  }

  .shortInsurgente {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .pcTablet {
    display: none;
  }

  .headMobile {
    margin-top: 1.5rem !important;
  }

  .mobileSpace {
    margin-top: 1rem;
  }

  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    padding: 0;
  }

  .searchWidth {
    width: 50% !important;
  }

  .form-group {
    margin-bottom: 0;
  }

  .widthInputResp {
    width: 100% !important;
  }

  .qrStyle {
    width: 150px;
    height: 150px;
  }
}

/* Medium devices (tablets, less than 992px)*/
@media (min-width: 1031px) and (max-width: 1199.99px) {
  .mobile {
    display: none;
  }

  .qrStyle {
    width: 150px;
    height: 150px;
  }

}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) {
  .mobile {
    display: none;
  }

  .qrStyle {
    width: 150px;
    height: 150px;
  }

}

@media (max-width: 768px) {
  .paginationView {
    display: none;
  }

}

@media (min-width: 768px) {
  .paginationMobile {
    display: none;
  }
}


.searchButton {
  width: 80px;
  height: 40px;
  font-weight: bold;
  border-radius: 10px;
}


/* BASIC */
body {
  font-family: sans-serif;
  height: 100vh;
}

a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}



/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 5%;
  margin-top: 1rem;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: var(--soft-amber);
  ;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

#formFooter {
  background-color: white;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #9f4743;
}



/* FORM TYPOGRAPHY*/
input[type=button],
input[type=submit],
input[type=reset] {
  background-color: var(--sanguine-brown);
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select,
select.form-control,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
textarea.form-control {
  background-color: white;
  border: none;
  color: #0d0d0d;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: .5px solid grey;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.inputList {
  background-color: white;
  border: none;
  color: #0d0d0d;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: .5px solid grey;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.inputSelectImage {
  background-color: white;
  border: none;
  color: #0d0d0d;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #9f4743;
}

input[type=text]:placeholder {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: var(--sanguine-brown);
  ;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after {
  width: 100%;
}

/* Simple CSS3 Fade-in Animation */
.underlineHoverW:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: white;
  content: "";
  transition: width 0.2s;
}

.underlineHoverW:hover {
  color: #0d0d0d;
}

.underlineHoverW:hover:after {
  width: 100%;
}


/* OTHERS */

*:focus {
  outline: none;
}

#icon {
  width: 60%;
}


body {
  margin: 0;
  padding: 0;
}

a.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-family: movIntegrada;
  font-weight: 700;

}

nav.main-navigation {
  position: relative;
}

nav.main-navigation ul.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: right;
}

.nav-list li.nav-list-item {
  display: inline-block;
  line-height: 40px;
  margin-left: 30px;
  margin-top: 15px;
}

a.nav-link {
  text-decoration: none;
  font-size: 18px;
  font-family: movIntegrada;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: var(--cape-cod);
}

.dropdown-menu {
  background: var(--soft-amber) !important;
  z-index: 9999;
  position: absolute;
}


.dropdown-menu a {
  color: white;
  cursor: pointer;
}



@keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }


  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    transition: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.nav-list li {
  animation: FadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-fill-mode: both;
}

.nav-list li:nth-child(1) {
  animation-delay: .3s;
}

.nav-list li:nth-child(2) {
  animation-delay: .6s;
}

.nav-list li:nth-child(3) {
  animation-delay: .9s;
}

.nav-list li:nth-child(4) {
  animation-delay: 1.2s;
}

.nav-list li:nth-child(5) {
  animation-delay: 1.5s;
}

/* Animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.alert-secondary {
  color: white;
  background-color: var(--nepal);
  border-color: var(--nepal);
}

.noCursor {
  cursor: help !important;
}

.anuncio {
  display: none;
  position: absolute;
  background-color: var(--soft-amber);
  padding: 10px;
  border: 1px solid var(--sanguine-brown);
  border-radius: 5px;
  z-index: 100;
  color: white;
  font-family: movIntegrada;
  white-space: nowrap;
}

.table-responsive,
.table {
  overflow: visible;
}

/* Aumentar el z-index de los tooltips */
.tippy-box {
  z-index: 9999 !important;
}


.nav-link:hover+.anuncio {
  display: block;
}

.regresar {
  border-radius: 18px;
  color: white !important;
  background: var(--sanguine-brown);
  padding-top: 0;
  padding-bottom: 0;
}

.navbarColor {
  background: var(--soft-amber);
  box-shadow: none;
}

.opDesc {
  text-align: center;
  padding: .2rem;
}

.title-centered {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center;
  background-color: transparent;
}

/* /////////////////////// */

/* Estilos para la tabla específica */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--satin-linen);
  border-radius: 7px;
  overflow: hidden;
}

.responsive-table th,
.responsive-table td {
  padding: 12px;
  text-align: left;
  color: var(--cape-cod);
}

.responsive-table th {
  background-color: var(--nepal);
}

.responsive-table td {
  background-color: white;
}

.responsive-table .expanded-row {
  display: none;
}

.responsive-table .expanded-row ul {
  padding: 8px;
  list-style: none;
  margin: 0;
  background-color: var(--tiara);
  border-radius: 7px;
}

/* Estilos para las tarjetas */
.card-container {
  display: none;
}

.expand-btn {
  color: var(--satin-linen);
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.expand-btn:hover {
  background-color: var(--tiara);
}

.filter-btn {
  color: var(--satin-linen);
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.filter-btn:hover {
  background-color: var(--tiara);
}


.dropdownImg {
  background: none;
  border: none;
  cursor: pointer;
}

.buttonAction {
  color: var(--satin-linen);
  background-color: var(--satin-linen);
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.buttonAction:hover {
  background-color: var(--tiara);
}

@media (min-width: 200px) and (max-width: 767.99px) {
  .responsive-table {
    display: none;
  }

  .card-container {
    display: block;
    width: 100%;
  }

  .card-view {
    display: block;
    border-radius: 7px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: var(--nepal);
    color: white;
  }

  .card-view img {
    max-width: 100%;
    height: auto;
  }

  .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
  }

  .card-content div {
    text-align: left;
  }

  .expanded-card-content {
    padding: 8px;
    list-style: none;
    margin: 0;
    background-color: var(--tiara);
    border-radius: 8px;
    color: var(--cape-cod);
  }

  .filterMobile {
    display: inline !important;
  }

  .filter-menu {
    position: absolute;
    z-index: 10;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 90%;
    /* Ajustar según necesario */
    left: 5%;
    /* Centrar el menú */
    top: 50px;
    /* Espacio desde el botón */
  }

  .responsive-bitacora {
    display: block;
  }

}

/* Media Queries */
@media (min-width: 1240px) {

  .responsive-table td:nth-child(n+8):nth-child(-n+40),
  .responsive-table th:nth-child(n+8):nth-child(-n+40) {
    display: none;
  }
}

@media (min-width: 1097px) and (max-width: 1239px) {

  .responsive-table td:nth-child(n+7):nth-child(-n+40),
  .responsive-table th:nth-child(n+7):nth-child(-n+40) {
    display: none;
  }

}

@media (min-width: 800px) and (max-width: 1096px) {

  .responsive-table td:nth-child(n+6):nth-child(-n+40),
  .responsive-table th:nth-child(n+6):nth-child(-n+40) {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 799px) {

  .responsive-table td:nth-child(n+5):nth-child(-n+40),
  .responsive-table th:nth-child(n+5):nth-child(-n+40) {
    display: none;
  }

}

@media (max-width: 600px) {
  .responsive-bitacora td:nth-child(n+5):nth-child(-n+40),
  .responsive-bitacora th:nth-child(n+5):nth-child(-n+40) {
    display: none;
  }
}

.table-responsive-wrapper {
  overflow-x: auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive::-webkit-scrollbar {
  height: 12px;
}

.table-responsive::-webkit-scrollbar-track {
  background: var(--tiara);
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--cape-cod);
  border-radius: 10px;
  border: 3px solid var(--tiara);
}


.btnOptions {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.btn-success:not(.btn-light):not(.btn-secondary):focus,
.btn-success:not(.btn-light):not(.btn-secondary):active {
  background: var(--hillary);
  background-color: var(--hillary);
  border: var(--hillary);
}


#pagination-controls,
#card-pagination-controls {
  text-align: right;
  margin-top: 20px;
}

#pagination-controls button {
  padding: 5px 10px;
  margin: 0 10px;
}

.invalid-feedback {
  display: none;
}

.is-invalid+.invalid-feedback {
  display: block;
}

@media (max-width: 699px) {
  .responsiveForm {
    display: inherit !important;
    width: 100% !important;
  }
}

.filter-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  display: none;
}

.filter-menu label {
  display: block;
  color: var(--cape-cod);
  margin: 5px;
}



.filter-menu input {
  margin: 5px;
}

.mobileFilterMenu {
  display: none;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}


.fila-par {
  background-color: var(--satin-linen) !important;
}

.fila-impar {
  background-color: white !important;
}

.table-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}


.filter-section {
  display: flex;
  align-items: center;
  width: 80%;
}

.label {
  font-size: 18px;
  font-weight: bold;
  min-width: 200px;
}

.filter-select {
  width: 50%;
  height: 50px;
  color: grey;
  border: none;
}


.search-container {
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.text-inputs {
  text-align: end;
}

@media (max-width: 1200px) {
  .search-container {
    margin-left: 5%;
  }

  .filter-section {
    display: grid;
  }

  .search-container>div,
  .search-container>span,
  .search-container select,
  .search-container input {
    width: 90% !important;
  }

  .button-group {
    display: flex;
    justify-content: center;
    width: 100%
  }

  .text-inputs {
    text-align: start;
  }
}

.encabezado {
  color: white !important;
  text-align: center !important;
}

.card-menu {
  border-radius: 1rem;
}

@media (max-width: 700px) {
  .paddCard {
    padding: 2rem;
  }

}

@media (max-width: 804px) {
  .titleAl {
    text-align: center;
    font-size: 25px;
    margin-top: 1rem;
  }
}


@media (max-width: 1239px) {
  .editView {
    display: flex !important;
  }
}


.center-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

input[disabled] {
  pointer-events: none;
}