body {
  background-color: #731d23;
  margin: 0px;
  padding: 0px;
  background: #731d23;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  @import url(https://fonts.googleapis.com/css?family=Roboto:300);

  .my-custom-modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


#contenedor{
  height: 90%;
}

#contenedorGrid{
  margin: 0px;
  padding: 0px;
}

#myTableDep td{
  margin: 0%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: small;
  height: fit-content;
}
#myTableDep thead th{
  margin: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: medium;
  height: fit-content;
}


#myTableDep thead{
  background: white;
}




/* Personaliza la clase del cuadro de alerta emergente */
.my-custom-modal-popup {
    width: 80%;
    max-width: 600px; /* Ajusta el ancho máximo según tus necesidades */
}

/* Personaliza la clase del contenido del cuadro de alerta */
.my-custom-modal-content {
    text-align: center;
    padding: 20px;
}



  .table-wrapper {
    border: 1px solid #5a5d61;
    width: 100%;
    min-height: 25vh;
    max-height: 35vh;
    overflow: auto;
    /*update*/
    box-shadow:2px 2px 3px 0px #5a5d61;
  }
  
  .table-wrapper table {
    border-collapse: separate;
    border-spacing: 0px;
  }
  
  .table-wrapper table thead {
    position: -webkit-sticky; /* Safari... */
    position: sticky;
    top: 0;
    left: 0;
  }
  
  .table-wrapper table thead th{
    background-color: #ffffff;
  }
  .table-wrapper table tbody td {
    height: fit-content;
  }



  #myTableDep tr:nth-child(odd) {
    background-color: #e2f7fc;
  }
  #myTableDep tr:nth-child(even) {
    background-color: #ffffff;
  }
  

  #claveDep{
    font-weight: bold;
  }

  #descDep {
    height: fit-content;
    font-size: small;
    max-width: 190px;
    outline: none;
    padding: 8px;
    /*border-radius: 5px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;*/
    transition: all 0.3s ease;
    position: relative;
  }
  
  #descDep:valid {
  /*  border-color: #93d4ff;
    color: #000000;
    box-shadow: 2px 2px 8px 1px #93d4ff;
*/
    background-color: white; 
    box-shadow:2px 2px 5px 0px #93d4ff; 
    border:1px solid #0AA6C5;
    color: #000000;
  }
  
  #descDep:invalid {
    background-color: white; 
    box-shadow:2px 2px 5px 0px #ff3e3e; 
    border:1px solid #b11515;
    color: #000000;

    /* border-color: #ff3e3e;
    color: #ff3e3e;
    box-shadow: 2px 2px 8px 1px #ff3e3e;
    
    background-color: white; 
    box-shadow:2px 2px 5px 0px #93d4ff; 
    border:1px solid #0AA6C5;
    color: #000000;
    translate: -8px 8px 0px 0px; */
  }
  
  #descDep .text {
    margin-top: 1px;
    color: black;
  }
  

  #descDep:disabled{
    /*border: 1px solid #5a5d61;*/
    border-color: #5a5d61;
    color: #000000;
    box-shadow: 2px 2px 5px 0px #5a5d61;
  }

  .descInputGral {
    height: fit-content;
    font-size: small;
    max-width: 190px;
    outline: none;
    padding: 8px;

    border: 1px solid #ccc;

    border-bottom-width: 2px;
    /*border: 1px solid #ccc;
    border-bottom-width: 2px;*/
    transition: all 0.3s ease;
    position: relative;
  }
  
  .descInputGral:valid {
    background-color: white; 
    box-shadow:2px 2px 5px 0px #93d4ff; 
    border:1px solid #0AA6C5;
    /*border-color: #93d4ff;*/
    color: #000000;
  }
  
  .descInputGral:invalid {
      background-color: white; 
      box-shadow:2px 2px 5px 0px #ff3e3e; 
      border:1px solid #b11515;
      color: #000000;
  }
  
  .descInputGral .text {
    margin-top: 1px;
    color: black;
  }
  

  .descInputGral:disabled{
    border: 1px solid #5a5d61;
    color: #000000;
    box-shadow: 2px 2px 5px 0px #5a5d61;
  }


  
  
  .wrapInput table {
    border-spacing: 0;
  }
  
  .wrapInput table thead {
    position: -webkit-sticky; /* Safari... */
    position: sticky;
    top: 0;
    left: 0;
  }
  
  .wrapInput table thead th{
    background-color: #ffffff;
  }
  .wrapInput table tbody tr,
  .wrapInput table tbody td {
    font-size: small;
    margin: 0px;
    padding: 0px;
  }






tr.selected{
  background-color: rgb(0, 206, 206) !important;
  color: #000000 !important;
  font-weight: bold !important;
}

#btnSave:enabled{
  color: #00c3ff;
}
#btnSave:disabled{
  color: #4d4e4e;
}

#myInputDep {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: rgb(255, 255, 255);

  box-sizing: border-box;
  font-size: 14px;
  }

#myInputDep:focus {
  border: 1px solid #93d4ff; 
  box-shadow: 0 0 5px #93d4ff; 
  outline: none; 
  background-color: #ffffff;
}  


.departamentosForm {
  width: 100%;
  height: 90%;
  padding: 0.5% 0 0;
  }

.formdep {
  padding: 4px;
position: relative;
z-index: 1;
background: rgb(238, 243, 251);
width: 95%;
margin: 0 auto 5px;
text-align: center;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}/*
.formdep input {
font-family: "Roboto", sans-serif;
outline: 0;
background: #f2f2f2;
width: 100%;
border: 0;
margin: 0 0 15px;
padding: 15px;
box-sizing: border-box;
font-size: 12px;
}*/
.formdep button {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #5DC351;
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
}
.formdep button:hover,.form button:active,.form button:focus {
background: #43A047;
}
.formdep .message {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 12px;
}
.formdep .message a {
color: #4CAF50;
text-decoration: none;
}
.formdep .register-form {
display: none;
}
.containerdep {
position: relative;
z-index: 1;
max-width: 800;
margin: 0 auto;
}
.containerdep:before, .container:after {
content: "";
display: block;
clear: both;
}
.containerdep .info {
margin: 50px auto;
text-align: center;
}
.containerdep .info h1 {
margin: 0 0 15px;
padding: 0;
font-size: 36px;
font-weight: 300;
color: #1a1a1a;
}
.containerdep .info span {
color: #4d4d4d;
font-size: 12px;
}
.containerdep .info span a {
color: #000000;
text-decoration: none;
}
.containerdep .info span .fa {
color: #EF3B3A;
}








  #account{
    width: 10%;
  }

  .card{
    flex-direction: column;
  }

  .navbar-custom {
    background-color: #E1F0F7;
    min-width: 50px;
    min-height: 50px;
  }

  .custom-background {
    background-color: #0AA6C5;
  }
  
  table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#myInput {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}



  .nav-item {
    min-width: 50px;
    min-height: 50px;
    margin-right: 15px;
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 0px;
    position: relative;
    cursor: pointer;
}

.dropdown-menu {
  transition: opacity 0.3s ease-in-out;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 8px 20px;
    text-decoration: none;
    color: #333;
    display: block;
    cursor: pointer;  
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.dropdown-item:hover {
    background-color: #3498db;
    color: #fff;
}


/*descargar*/
  .cssbuttons-io-button {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    padding: 0.8em 1.5em 0.8em 1.2em;
    color: white;
    background: #ff7d00;
    background: linear-gradient(0deg, rgba(255, 125, 0, 1) 0%, rgba(255, 95, 109, 1) 100%);
    border: 2px solid #ff7d00;
    border-radius: 20em;
  }
  
  .cssbuttons-io-button svg {
    margin-right: 8px;
  }
  
  .cssbuttons-io-button:hover {
    border-color: white;
    box-shadow: 0 0.5em 1.5em -0.5em #bf5800;
  }
  
  .cssbuttons-io-button:active {
    box-shadow: 0 0.3em 1em -0.5em #bf5800;
  }





  #myBtn {  
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    width: 45px;
    height: 45px;
    background: linear-gradient(#44ea76, #39fad7);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    border: none;
  }
  
  #myBtn .arrow path {
    fill: rgb(0, 0, 0);
  }
  #TextBtn{
    display: none;
  }
  
  #myBtn .text {
    font-size: 2em;
    width: 100px;
    position: fixed; /* Fixed/sticky position */
    color: rgb(0, 0, 0);
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 50px; /* Place the button at the bottom of the page */
    opacity: 0;
    right: 30px;
    transition-duration: .7s;
  }
  
  #myBtn:hover .text {
    opacity: 1;
    transition-duration: .7s;
  }
  
  #myBtn:hover .arrow {
    animation: slide-in-bottom .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  
  @keyframes slide-in-bottom {
    0% {
      transform: translateY(10px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  




.center-table{
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.btn-margen{
  margin-top: 2vh;
  margin-inline: 1vh;
}
.center-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.custum-file-upload {
  height: 200px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cacaca;
  background-color: rgba(255, 255, 255, 1);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
}

.custum-file-upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .icon svg {
  height: 80px;
  fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .text span {
  font-weight: 400;
  color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
  display: none;
}

.container-full-width {
  width: 100%;
  align-items: center;
  height: 100vh;
  overflow: auto;
}

.button-line{
  align-items: center;
  appearance: none;
  background-color: #ffd6d6;
  border-radius: 8px;
  border-width: 2px;
  border-color: #EF1048;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #EF1048;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 56px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 20px;
  margin: 1vw;
}

.button-line:focus {
  outline: none;
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(83, 109, 254, 0.4) 0 2px 4px, rgba(83, 109, 254, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-line:hover {
  box-shadow: rgba(83, 109, 254, 0.3) 0 4px 8px, rgba(83, 109, 254, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-line:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


.cssbuttons-io-button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8em 1.5em 0.8em 1.2em;
  color: white;
  background: #ad5389;
  background: linear-gradient(0deg, rgb(120, 47, 255) 0%, rgb(185, 132, 255) 100%);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgb(184, 146, 255);
  letter-spacing: 0.05em;
  border-radius: 20em;
}

.cssbuttons-io-button svg {
  margin-right: 8px;
}

.cssbuttons-io-button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgb(149, 91, 255);
}

.cssbuttons-io-button:active {
  box-shadow: 0 0.3em 1em -0.5em rgb(160, 109, 255);
}



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../material-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../material-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(../material-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(../material-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}




#suggestions {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  height: auto;
  position: absolute;
  top: 45px;
  z-index: 9999;
  width: 206px;
}


#suggestions .suggest-element {
  background-color: #EEEEEE;
  border-top: 1px solid #d6d4d4;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  float: left;
}

.maps iframe{
  pointer-events: none;
}



#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

#lati{
  display: none;
}
#long{
  display: none;
}

#indicaciones{
  color-scheme: #fc6e3d;
  font-style: italic;
  font-size:x-large;
  background-color: #baf77c;
  margin:2vw;  
}



.button-74 {
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 20px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 2vh;
  padding: 5 2px;
  line-height: 5vh;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}


/* CSS */
.button-19 {
  appearance: button;
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 1vw;
  font-weight: 50;
  letter-spacing: .8px;
  line-height: 5px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.button-19:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19:main,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}


.button-87 {
  margin: 10px;
  padding: 7px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}









.float-container {
  border: 3px solid #fff;
  padding: 20px;
}

.float-child {
  width: 50%;
  float: left;
  padding: 20px;
  border: 2px solid red;
}  

.seleccionado{
  background-color: rgb(0, 206, 206);
color: #000000;
font-weight: bold;
}

.unselectable{
  background-color: #ddd;
  cursor: not-allowed;
}

#descing tr td {
  white-space: nowrap;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 33px;
}

.slider.round:before {
  border-radius: 50%;
}


#myTableDep thead th{
  position: sticky;
}


input [type='color']{
  border: none;
  padding: 5px; 
  box-shadow: inset 0 0 0 20px #ffffff; 
  border-radius: 5px; 
  height: 30px; 
  width:73%;
}


.a-nav{
  font-size: small;
  padding: 0px;
}

#userDropdown{
  padding-bottom: 0.5%;
  font-size: medium;
  margin-left: 1vw;
  width: fit-content;
  overflow-y: auto;
}


.nav-link:hover {
  background-color: rgb(0, 187, 187);
  font-weight: bold;
  text-decoration: underline rgb(0, 0, 0) !important;
}
.navbar-nav a{
  min-width: 100%;
  width: max-content;
}

header {
  width: 100%;
  min-height: 5vh;
  background: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.right-aligned-items {
  display: flex;
  margin-left: auto; /* Esto alinea los elementos a la derecha */
}

header ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

header ul li {
  position: relative;
  margin-right: 20px;
}

header ul li a {
  min-width: 100%;
  width: max-content;
  color: #000000;
  text-decoration: none;
  padding: 0px;
  padding-inline: 10px;
  transition: all 0.3s ease;
}


.first-a{
  width: max-content;
  font-size: medium;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  transition: all 0.3s ease;
}

header ul li ul li a {
  padding: 0;
  margin: 0;
  font-size: smaller;
}
header ul li ul li {
  padding: 0;
  margin: 0;
}

.class-hoverNav:hover {
  color: #ffffff;
  background-color: #009688;
  border-radius: 5px;
}

header ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #E1F0F7;
  border-radius: 5px;
  padding: 10px 0;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 2; 
}
ul li:hover ul {
  display: block;
  z-index: 1;
}
header ul li:hover header{
  display: block;
  z-index: 1;
}
ul li ul li {
  margin: 0;
  padding: 0;
}

ul li ul li a {
  display: block;
  padding: 8px 20px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
/*
header ul li ul li a:hover {
  color: #ffffff;
  background-color: #009688;
  border-radius: 5px;
}
*/

@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  header nav{
    width: 100%;
    display: none;
  }
  
  header.active nav{
    display: initial;
  }

  header ul {
    flex-direction: column;
    align-items: center;
  }

  header ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  header ul li ul {
    position: static;
    width: 100%;
    display: none;
  }

  header ul li a:hover {
    color: #ffffff;
    background-color: #009688;
    border-radius: 5px;
  }


  .right-aligned-items {
    display: block;
    margin: 0px; /* Esto alinea los elementos a la derecha */
  }

  .menuToggleNav {
    position: relative;
    width: 40px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .menuToggleNav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000000;
    transform: translateY(-12px);
    box-shadow: 0 12px #000000;
  }
  
  .menuToggleNav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000000;
    transform: translateY(-12px);
  }
  
  header.active .menuToggleNav::before {
    transform: rotate(45deg);
    box-shadow: 0 0px #ddc9a3;
  }
  
  header.active .menuToggleNav::after {
    transform: rotate(315deg);
  }

 
}



@media only screen and (max-width: 890px) {
  #contenedor {
    zoom: 0.8; 
  }
  


  .btnImgTab td{
    padding: unset;
    width: fit-content;
  }
  .btnImgTab td img{
    width: 70%;
  }
}

.btnImgTab td{
  padding: unset;
  width: fit-content;
}



.disbledHover{
  pointer-events: none;
  opacity: 0.2;
}






/*
PLANETARIO
*/
.navbar-expand-custom{
  padding-bottom: 0px;
}

.navbar-logo {
  padding: 5px;
  color: #fff;
}

.navbar-mainbg {
  background: linear-gradient(90deg, #ddc9a3 0%, #BC955C 70%);
/*  background-color: #ddc9a3;*/
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: rgba( 0, 0, 0);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  padding-bottom: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

#navbarSupportedContent>ul>li.active>a {
  color: #fff;
  background-color: transparent;
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  text-decoration: underline rgb(255,255,255) !important;
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #000000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 1%;
}

.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: transparent;
 /* background-color: #ddc9a3;*/
  bottom: 10%;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .left {
  left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
}

.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}

.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}


@media(min-width: 992px) {

  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-toggler {
    display: initial;
  }

  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

    .login-page {
      width: 65%;
    }
#preFoto {
  width: 15vw;
  height: 20vh;
  margin-top: 5%;
  margin-bottom: 5%;
}
.fotoQR {
  width: 15vw;
  height: 20vh;
  margin-top: 5%;
  margin-bottom: 5%;
}
.fotoPer {
  width: 15vw;
  height: 20vh;
  margin-top: 5%;
  margin-bottom: 5%;
}
}

/*
@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}
*/

/*
body {
  zoom: 0.8;
}
*/


@media only screen and (max-width: 991px) {
  
  
      #preFoto {
        width: 25vw;
        height: 20vh;
        margin-top: 5%;
        margin-bottom: 5%;
      }
      .fotoQR {
        width: 25vw;
        height: 20vh;
        margin-top: 5%;
        margin-bottom: 5%;
      }

      .fotoPer {
        width: 25vw;
        height: 20vh;
        margin-top: 5%;
        margin-bottom: 5%;
      }
  #navbarSupportedContent {
    display: inline;
  }

  .hori-selector {
    height: 10%;
  }

  .navbar-toggler {
    display: none;
  }

  .login-page {
    width: 100%;
  }
}



/*form login*/
.login-page {
  display: table;
  padding: 3% 0 0;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: 100%;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #235b4e;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #10312b;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #4CAF50;
  text-decoration: none;
}

.form .register-form {
  display: none;
}


.rowSelectAlta{
  display: block !important;
}
.warningP{
  display: none;
  background: rgb(212, 27, 27);
  color: white;
  font-style: italic;
}

.hidden{
  display: none;
}
.showItem{
  display: block;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}

.container .info {
  margin: 50px auto;
  text-align: center;
}

.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}

.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}

.container .info span a {
  color: #000000;
  text-decoration: none;
}

.container .info span .fa {
  color: #EF3B3A;
}

body {
  background: #55C1E2;
/* fallback for old browsers */
  background: linear-gradient(90deg, rgb(154, 53, 69) 0%, rgba(107, 17, 43) 70%);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.backArrow {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  /*   border:solid 1px white; */
  transition: 0.5s;
  overflow: hidden;
}

.backArrow:hover {
  /*  animation:borderAni 5s cubic-bezier(0, 0.6, 1, 0.4); */
  border: solid 2px rgb(0, 0, 0);
  border-radius: 50%;
}

.backArrow:after {
  position: absolute;
  display: block;
  content: "";
  color: rgb(0, 0, 0);
  width: 20px;
  height: 15px;
  /*   border:solid 1px;  */
  top: -1px;
  border-bottom: solid 2px;
  transform: translatex(4px);
}


.backArrow:before {
  position: absolute;
  display: block;
  content: "";
  color: rgb(0, 0, 0);
  width: 8px;
  height: 8px;
  /*   border:solid 1px;  */
  border-top: solid 2px;
  border-left: solid 2px;
  top: 22%;
  left: 2px;
  transform-origin: 0% 0%;
  transform: rotatez(-45deg);

}

/*
.backArrow:hover:before {
  animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.backArrow:hover:after {
  animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
*/

@keyframes aniArrow01 {
  0% {
    transform: rotatez(-45deg) translateY(30px) translateX(30px);
  }

  100% {
    transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}


@keyframes aniArrow02 {
  0% {
    transform: translateX(45px);
  }

  100% {
    transform: translateX(-44px);
  }
}

@keyframes borderAni {
  0% {
    border: solid 2px white;
  }

  100% {
    border: solid 2px white;
    border-radius: 50%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; /* Espacio entre filas */
}

.rowSelectAlta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; /* Espacio entre selects */
}

.rowSelectAlta select {
  margin: 0 10px; /* Espacio entre selects */
}

input[type='file'] {
  width: 100%; /* Ancho del input file */
  margin-bottom: 20px; /* Espacio debajo del input file */
}

.formdep {
  padding: 4px;
position: relative;
z-index: 1;
background: white;
width: 80%;
margin: 0 auto 5px;
text-align: center;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.formdep input {
  font-family: 'Roboto', sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 1px solid #a9a9a9;
  margin: 0 0 8px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 14px;
}
.formdep button {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #235b4e;
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
}
.formdep button:hover,.form button:active,.form button:focus {
background: #10312b;
}


.btbFit{
  height: fit-content;
}