body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0D0D0D;
  text-align: left;
  background-color: #fff;
}

#header{
  --bs-gutter-x: 0;
  position:fixed;
  width: 100%;
  top: 0;
  height: 6%;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
}

#pageView{
  --bs-gutter-x: 0;
  position:fixed;
  width: 100%;
  /*top: 6%;*/
  height: 95%;
}

#mainFooter{
  --bs-gutter-x: 0;
  position: fixed;
  width:100%;
  bottom: 0;
  height: 5%;
}

#mainFooter > div > p{
  margin: 0;
}

.cHead{
  background-color:#036580;
  color: #0D0D0D;
}
.cBody{
  background-color:#D9D9D9;
  color:#0D0D0D;
}
.cFoot{
  background-color:#3E592A;
  color:#d9d9d9;
}

.logo-img path {
  background:#4B5032;
  fill: #000;
}

.cLogin{
 /* background-color:#4B5032;*/
  color:#300202;
  top: 0 !important;
  height: 100% !important;
  opacity: 1;
}
.cLogin:before{
    content : '';
    position : absolute;
    top : 0;
    width : 100%;
    height : 100%;
    /*background : url('../images/bg3.jpg') center / cover;
    opacity: 0.4;*/
}
.container{
  height: 100%;
}
.cLogin > section > .container {
  color:#ffffff;
  opacity: 1;
}

.LogInContent{
  height: 100% !important;
  background-color:#294c54;
  /*background-color:#ff9036;*/
  /*color:#fff;*/
  color: #2b2e31;
  background: radial-gradient(#142751, #2e3668);

}

.LogInContent:before{
  content : '';
  position : absolute;
  top : 0;
  /*width : 50%;*/
  width : 100%;
  height : 100%;
  background : url('../images/fachada_upalt_2024.jpg') center / cover;
  opacity: 0.4;
}
.LogInContent > div{
  height: 100%;
}
@media(max-width:767px){
  .LogInContent{
    height: 20% !important;
  }
  .LogInContent:before{
    content : '';
    position : absolute;
    top : 0;
    width : 100%;
    height : 20%;
    background : url('../images/bg3.jpg') center / cover;
    opacity: 0.4;
  }
}

.btn-orange {
  color: #fff;
  background-color: #ff9036;
  border-color: #ff9036;
}

.form-floating > label{
  color: #440808;
}
.hidden{
  display: none;
}

.ralign{
  margin-left: auto !important;
  padding-right: 1rem;
}
.lalign{
  margin-right: auto !important;
  padding-left: 1rem;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease;
  z-index: -1;
  background: #000;
}

.overlay.active{
  opacity: 0.5;
  z-index: 2;
}

.modal {
  color: hsl(193, 95%, 26%);
  background: hsl(172, 26%, 82%);
  max-height: calc(100% - 100px);
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  transition: .3s ease;
  border-radius: 0.75rem;
}

@media (min-width: 992px){
  .modal{
    max-width: 50%;
  }
}
@media (max-width: 991px){
  .modal{
    max-width: 70%;
  }
}
@media (max-width: 767px){
  .modal{
    max-width: 95%;
  }
}

.modal > section{
  height: 100%;
}
.modal > section > .container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal > .container{
  height: 100%;
  max-height: calc(100% - 50px);
  overflow-y: auto;
}

.modal > .container > div{
  height: 100%;
}

.modal > .close2{
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
}

#modal2{
  max-width: 75%;
}
.modal > .close3{
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
}

#modal3{
  max-width: 50%;
  max-height: 70%;
}
.justificado{
  text-align: justify;
}

.secPage{
  min-height: 400px;
}

.homePanel {
  position: fixed;
  /*top: calc(10.5% + 4px);*/
  top: 6%;
  left: 0;
  bottom: 5%;
  right: 0;
  width: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);*/
}

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width:8px;
}

.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
  display: none;
} 

.contenedor::-webkit-scrollbar:horizontal {
  height: 8px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 16px;
  border: 1.6px solid #f1f2f3;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 8px;  
}

.menuside {
  background: #fff;
  color: #093e57;
  width: 16.2rem;
  max-height: 100%;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  word-break: break-word;
  white-space: normal;
}

.menuside i {
  font-size: 1.25rem;
  vertical-align: middle;
  width: 2rem;
  display: inline-block;
  text-align: center;
}

.menuside i.bi {
  vertical-align: baseline;
}

.menuside-content > ul {
  margin: 0;
  list-style-type: none;
  padding: 0.5rem;
}

.menuside-toggle{
  text-align: left;
}

.menuside-content >ul li>a {
  display: flex;
  align-items: center;
  color: #000;
  padding: 0.15rem 0.15rem 0.15rem 0.7rem;
  line-height: 1.2rem;
  border-bottom: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  word-break: break-word;
}
.menuside-content > ul .active {
  color: #212529 !important;
  background-color: hsla(145, 96%, 78%, 0.588);;
}
.menuside-content >ul li>a:hover{
  background-color: rgba(0,0,0,.15);
  color: #212529 !important;
  font-weight: bolder;
  /*background: linear-gradient(to right, #28a5a5 , #11b862);*/
  /*background: linear-gradient(to right, #646881, #ffffff);*/
}

.menuside-content > ul li>a > label{
  display: inline-block;
  flex: 1;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  transition: width 300ms ease-in-out;
}

.menuside-nano > .menuside-content > ul li>a > label{
  display: none;
  transition: width 300ms ease-in-out;
}

.menuside-nano {
    width: 3.696rem;
  transition: width 300ms ease-in-out;
  overflow-x: hidden;
} 

.menuside-nano ul > .menuside-toggle{
  text-align: center;
}
.menuside .menuside-nano>ul {
  padding: 0.5rem !important;
  width: 100%;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.menuside-nano > .menuside-content > ul > li {
  text-align: center;
}

.menuside-nano > .menuside-content > ul > li > .collapse > .sbmnu  {
  padding-left: 0;
  padding-right: 0;
}
.menuside-nano > .menuside-content > ul > li > a  {
  padding-left: 0.5rem !important;
}
.collapse .show > .sbmnu > li > a{
  padding: 0.5rem !important;
}

.ls-menu-bottom{
  position: fixed;
  width: 100%;
  bottom: 0%;
}

.rightside {
  --bs-gutter-x: 1.5rem;
  position: fixed;
  /*top: calc(10.5% + 4px);*/
  top: 15%;
  right: 0;
  bottom: 5%;
  width: calc(100% - 16rem);
  /*background: #343957;
  background: #006666;*/
  /* font-size: 14px; */
  z-index: 100;
  overflow: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
}
.rightside > .container{
  max-width: 100% !important;
  margin: 0 !important;
}
.rightside > section > .row{
  max-width: 100% !important;
  margin: 0 !important;
}
.rightside-expanded {
  width: calc(100% - 3.696rem);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
}
.main-content {
  /*padding: 0 12px;
  margin-top: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: calc(100vh - 121px);
}
.main-content .page-content {
  width: 100%;
  margin-bottom: 50px;
}

.page-title-box {
  padding: 24px 12px 70px 12px;
  margin: 0 -12px;
  /*background: #093e57;*/
  background: #440808;
  color: #fff;
}
.mt--45 {
  margin-top: -45px;
}
.text-right{
  text-align: right !important;
}

.menu-header > a{
  color: #ffffff !important;
  text-decoration: none;
}

.navbar{
  color: #ffffff;
  background: #036580;
  padding-top: 0;
  padding-bottom: 0;

}
.navbar-brand{
  width: 6rem;
  padding: 0;
  margin-left: 1rem;
  margin-right: 0.5rem;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0);
}
.img_brand{
  width: 1rem;
}
.navbar-nav{
  padding: 0 1rem;
}
.nav-item, .nav-link,.dropdown-menu, .dropdown-item{
  color: rgba(255,255,255,.5) !important;
  font-size: 1rem;
}
.nav-item, .nav-link, .dropdown-menu, .dropdown-item:hover{
  /*background:none;*/
  color: rgba(255,255,255,.85) !important;
}

.dropdown-menu{
  margin-top: 0 !important;
  border: none;
}
.dropdown-menu-right {
  right: 0;
  left: auto !important;
}
.dropdown-item:hover{
  background:none;
}
.dropdown-divider{
  border-top: 1px solid rgba(255,255,255,.25);
}
.navbar-toggler{
  margin-right: 0.7rem;
  font-size: 1rem;
  padding: .25rem .5rem;
}
.navbar-toggler-icon{
  width: 1rem;
  height: 1rem;
}
i{
  font-size: 1.25rem;
}
.icontitle{
  font-size: 1.75rem;
}
.nav-tabs{
  /*border-bottom: 1px solid #036580;*/
  background-color: #88d4b8;
}
.nav-tabs > .nav-item > .nav-link > i{
  font-size: 0.875rem;
  padding-left: 1rem;
  color: #302e2e !important;
}
.nav-tabs > .nav-link > i:hover{
  font-size: 1rem;
  font-weight: bolder;
  color:red;
}
.nav-link{
  padding: .15rem .75rem !important;
  
}
.nav-link:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.nav-link.active {
  color:  #fff;
  background-color:#495057;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y:hidden;
  flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
 white-space: nowrap;
}

.tabbable .nav-tabs::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 4px;    /* Tamaño del scroll en horizontal */
   /* display: none; Ocultar scroll */
}

.tabbable .nav-tabs::-webkit-scrollbar-thumb {
    background: #cb0707;
    border-radius: 4px;
}

.tabbable .nav-tabs::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.tabbable .nav-tabs::-webkit-scrollbar-track:hover,
.tabbable .nav-tabs::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.no_bg{
  background: none !important;
}

.no_brdr{
  border: none !important;
}

.sbmnu{
  padding: 0.5rem;
}

.sbmnu > li{
  list-style: none;
}

.sbmnu .bi{
  font-size: 1.15rem;
}
.form-check-inline{
  margin: 0;
}
.form-check-input{
  float:none !important;
}

div.dataTables_wrapper div.dataTables_length select {
  min-width: 50px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper .dataTables_length label, div.dataTables_wrapper .dataTables_info label {
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter .search-box {
  text-indent: -9999px;
  width: 210px;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter .search-box .form-control {
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

.search-box .form-control-sm {
  padding-left: 30px;
}

.search-box input {
  border-radius: 30px;
  padding-left: 40px;
  min-width: 200px;
}
.input-group-text{
  font-size: 0.875rem;
}
.form-control{
  font-size: 0.875rem;
}
.clickable{
  cursor: pointer;
}
.btn-outline-main {
  color: #440808;
  border-color: #440808;
}
.btn-outline-main:hover,.btn-check:active+.btn-outline-main, .btn-check:checked+.btn-outline-main, .btn-outline-main.active, .btn-outline-main.dropdown-toggle.show, .btn-outline-main:active {
  color: #fff;
  background-color: #440808;
  border-color: #440808;
}
.newevent_form fieldset:not(:first-of-type) {
  display: none;
}
.progress {
  display: flex;
  padding: 0;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.tabsproject.nav-link{
  padding: .37rem .75rem !important;
  color:#093e57 !important;
}
.tabsproject.nav-link:hover{
  color:rgb(9, 62, 87,0.5) !important;
}
.tabsproject.nav-link.active {
  font-weight: bolder;
  background-color:rgb(255, 255, 255,0);
  border-color: #dee2e6 #dee2e6;
  border-bottom: 2px solid #093e57;
}
#myProjectsTabsContent > #Home-tab-pane{
  background-image: url('../images/logo_negro.png');
  background-color: rgba(255,255,255,0.75);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
}
.closeTab{
  margin-left: .75rem;
  border-radius: 25%;
}
.closeTab:hover{
  background: rgb(202, 201, 201);
  color: rgb(209, 4, 4) !important;
}

.btn-default{
  width: 100%;
  color: #fff;
  background-color: #093e57;
  border-color: #093e57;
}
.btn-default:hover{
  color: #093e57;
  background-color:#ffffff ;
}

.color-custom {
  background-color: #036580;
  display: flex;
  text-align: center;
  align-items: center; 
  color:#ffffff;
  height: 85px;
}
.row.color-custom h2 {
    margin: 0; 
  }
.body2 {
  background-color: #f8f9fa;
}

.dashboard-container {
  padding: 30px 20px;
}

.panel {
  background-color: #ffffff;
  border-radius: 8px;
  border-color: #093e57;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 20px;
}

.panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.map-preview {
  height: 250px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}

h2 {
  margin-bottom: 40px;
}
.precentlist{
  width: 100%;
  font-weight: bold;
  color: #093e57;
  background-color: rgba(255, 255, 255,1);
  border: 3px solid #093e57 !important;
}
#cont-recDatos {
      display: flex;
      justify-content: center;
    }

    #tb-recDatos {
      margin-top: 20px;
      max-width: 950px;
      width: auto;
    }

    .th-td-estilo {
      padding: 4px !important;
      font-size: 13px;
    }

    .inpt-estilo {
      width: 100%;
      max-width: 100px;
      box-sizing: border-box;
      padding: 2px 4px;
      font-size: 13px;
    } 

    .btn-ton {
      margin: 20px auto;
      display: block;
      padding: 8px 20px;
      font-size: 14px;
    }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1250px;
  }
}
/** Nav de Mi Cuenta*/

.navegacion-principal{
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .navegacion-principal {
        flex-direction: row;
        justify-content: center;
    }
}

.navegacion-principal a {
  display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    padding: 1rem;
}

.navegacion-principal a:hover {
  color: #ffffff;
    
}

.containerperfil {
  display: flex;
  justify-content: center;
  background-color: #fff;
  width: 100%;
}
#preview {
  display: flex;
  justify-content: center;  
  margin-bottom: 1rem;
}

#profileImagePreview {
  display: none;
  width: 150px;             
  height: 150px;
  object-fit: cover;
  border-radius: 50%;   
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 400px;
  margin: auto;
}

.custom-form-control {
  flex: 1;
  padding: 0.5rem;
}

.p {
  padding-left: 2rem;
  padding-top: 1rem;
  width: 100%;
}

.boton{
  padding-left: 2rem;
  width: 50%;
  color: #fff;
  background-color: #036580;
  border-color: #036580;
}
.boton:hover{
  color: #036580;
  background-color:#ffffff ;
}

/* Btns */
.btn-medio{
  cursor: pointer;
  background: #fff;
  width: 33%;
  border-radius: .25rem;
  border: 1px solid #00666680;
}

.activo, .btn-medio:hover{
  cursor: pointer;
  background: #006666;
  color: #fff !important;
  width: 33%;
  border-radius: .25rem;
  border: 1px solid #00CC0080;
}

.select-btcal{
  cursor: pointer;
  color: #fff;
  width: 100%;
  border-radius: .25rem;
  border: 1px solid #00666680;
}

.tab-pane{
  height: 100%;
  max-height: 100%;
}

.tab-pane > section{
  height: 100%;
}