/* ---------------------------------------------------
  INICIO BOTON PARA ACTIVAR/DESACTIVAR NAV
----------------------------------------------------- */
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#userDropdown{
        background-color: transparent !important;
        border: 0 !important;
}

#sidebar .toggled .collapse{
    position: fixed;
}

li.select2-results__option.select2-results__option--selectable {
  color: black !important;
}
/* ---------------------------------------------------
    WHITE
----------------------------------------------------- */

    .white-mode{
        background-color: white !important;
        color: black !important;
        transition:background-color .5s !important;
        box-shadow: 0px 1px 0px 1px;
    }

    .white-mode i{
        color: black !important;
    }

    #content-wrapper .white-mode{
        background: linear-gradient(to right,rgb(210, 252, 2),rgb(62, 107, 66),rgb(13, 59, 87)) !important; 
        border: 1px solid rgb(6, 6, 6);
    }

 



    #navbar-new .white-mode{
        background-color:transparent !important; 
        border: 1px solid white;

    }

    .nav-link .white-mode{
        color: black;
    }


    .sidebar-heading .white-mode{
        color: black;
    }



    #accordionSidebar .white-mode{
        color: black;   

    }


    .navbar-per .white-mode{
        border: 1px solid black;
    }


    #content-wrapper .white-mode{
        background-color: white;
        color: black;
        transition:background-color .5s !important;
    }
/* ---------------------------------------------------
    FIN WHITE
----------------------------------------------------- */


#wrapper #content-wrapper{
    background-color: transparent !important;
    margin-left: -10%;
}


/* ---------------------------------------------------
    PINK
----------------------------------------------------- */

    .pink-mode{
        background-color: #FF8595 !important;
        color: white !important;
        transition:background-color .5s !important;
        box-shadow: 0px 1px 0px 1px;
    }


    .pink-mode i{
        color: white !important;
    }

     #content-wrapper .pink-mode{
        background: linear-gradient(to right,#FD62B6,#FD81C5,rgba(253,98,123,0.5)) !important; 
        border: 1px solid rgb(6, 6, 6);
    }


    #navbar-new .pink-mode{
        background-color:#E69ff3 !important; 
        border: 1px solid #E69ff3;
    }

    .nav-link .pink-mode{
        color: black;
    }


    .sidebar-heading .pink-mode{
        color: black;
    }



    #accordionSidebar .pink-mode{
        color: black;   

    }


    .navbar-per .pink-mode{
        border: 1px solid black;
    }


    #content-wrapper .pink-mode{
        background-color: #E69ff3 ;
        color: black;
        transition:background-color .5s !important;
    }
/* ---------------------------------------------------
    FIN WHITE
----------------------------------------------------- */



@media print{
    #sidebar-div{
      display: none;
    }
    #navbar-new{
      display: none;
    }
    #accordionSidebar{
      display: none;
    }
   }

/* ---------------------------------------------------
    black
----------------------------------------------------- */

    #content-wrapper .dark-mode{
        background: linear-gradient(to right,#9ef8f4, #0E3b57,#1e4f9f) !important; 
        border: 1px solid rgb(6, 6, 6);
    }


    .dark-mode{
        background-color: black !important;
        color: white !important;
        transition:background-color .5s !important;
        box-shadow: 0px 1px 0px 1px;
    }

    #div_comunicados .dark-mode-txt{
        color: white;
    }

    #div_calendario .dark-mode-txt{
        color: white;
    }


    #navbar-new .dark-mode{
        background-color:black !important; 
        border: 1px solid black;
        transition:background-color .5s !important;
    }

    .nav-link .dark-mode{
        color: white;
    }

    .nav-link:hover{
        background: rgba(169,180,00,05);
    }


    .sidebar-heading .dark-mode{
        color: white;
    }



    #accordionSidebar .dark-mode{
        color: white;   

    }


    .navbar-per .dark-mode{
        border: 1px solid white;
    }
    #content-wrapper .dark-mode{

        color: white;
    }

/* ---------------------------------------------------
    FIN black
----------------------------------------------------- */

 i{
        color: white !important;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.navbar-per{
    background:rgb(13, 59, 87); 
    z-index: 90; 
    width: 81.3% !important;
    margin-left:5%;
    border: 1px solid rgb(6, 6, 6);
}


 #boton-ocultar{
    width: 30px; 
    height: 30px; 
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: auto;
    background-color: transparent !important;
    color: white !important;
    border-color: transparent !important;
    z-index:100; 
    border-radius: 50%;
    
    position: fixed;
    outline:none;

  }
  #boton-ocultar.active{
    margin-left: 0%;
  }
    #boton-ocultar:hover {
      background-color: #eaecf4;
    }
    #boton-ocultar.active:hover{
   background-color: #eaecf4;
  }

@media (min-width: 1367px) {
    .texto{
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 300%;
        font-weight: 900;
        color: rgb(14, 60, 86);
        margin-left: -15px;   

    }


 
  
    #sidebar.active {
        margin-left: -250px !important;
        transform: rotateY(90deg);
    }
    #sidebar {
        margin-left: 0;
        transform: none;
    }
     #sidebar-div.active {
        margin-left: -250px !important;
        transform: rotateY(90deg);
    }
    #sidebar-div {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
@media (min-width: 1318px and max-width: 1366px) {
    .texto{
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 300%;
        font-weight: 900;
        color: rgb(14, 60, 86);
        margin-left: 0px;   

    }

}


@media (max-width: 1366px) {
    .texto{
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 300%;
        font-weight: 900;
        color: rgb(14, 60, 86);
        margin-left: -18px;   

    }
    
    #sidebar-div.active {
        margin-left: -250px !important;
        transform: rotateY(90deg);
    }
    #sidebar-div {
        margin-left: 0;
        transform: none;
    }
    #sidebar.active {
        margin-left: -250px !important;
        transform: rotateY(90deg);
    }
    #sidebar {
        margin-left: 0;
        transform: none;
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
/* ---------------------------------------------------
  FIN  BOTON PARA ACTIVAR/DESACTIVAR NAV
----------------------------------------------------- */


.modal.custom .modal-dialog {

position:fixed;

margin:0px;
bottom: 95px;
right: 90px;
transition: all 300ms ease 0ms;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
background-color: rgba(7, 51, 74, 1) !important; /* Color de fondo */
border-radius: 10% 10% 0% 5%; /* Borde del boton */
   

}
.modal-dialog{
   height: 50%;
   width: 100%;
}

  #arriba{
 position: relative;
 opacity: 1;
}
.sobre {
 position:absolute;
 color:white;
 
font-family: "Reey";
 width: 35%;
 height: 45%;
 top:45%;
 left:0;
 font-size: xx-large;

 border:none;
}
.sobre:hover{
width: 100%;
height: 100%;
text-shadow: black 0.1em 0.1em 0.2em;
}


.sobre2 {
 position:absolute;
 color:white;

font-family: "Reey";
 width: 35%;
 height: 45%;
 top:55%;
 left:0;
 font-size: x-large;

 border:none;
}
.sobre2:hover{
width: 100%;
height: 100%;
text-shadow: black 0.1em 0.1em 0.2em;
}


.navbar{
    background-color: #12293f !important;
    color:white;
    border-radius: 0px 0px 10px 10px;
    position: fixed !important;
    width: 100%;
    z-index: 100;
  }
 
.container-fluid{
  margin-top: 7%;
  width: 84vw;

}
  
  #calendario_inicio{
    background-color:rgba(238,236,236,1) !important; 
    color:black;
    height: 50vh;
  }

  #comunicados{
    /*background-color: rgba(169,180,0,0.8);*/
    /* Borde del boton */
    padding: 1%;
    box-shadow: 5px 5px 10px grey;
}

  }
  .comunicado-titulo{
   height: 95%;
   margin-right: auto;
   margin-left: auto;
   margin-top: 1%;
   color:rgba(9,51,76); 
   -webkit-text-stroke: 1px rgba(9,51,76);
   text-shadow: 2px 1px rgba(210,224,0);
  }




/* Cambiar el color del scroll */
.container-div::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
   /*display: none; */ /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.container-div::-webkit-scrollbar-thumb {
    background: #A9B400;
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.container-div::-webkit-scrollbar-thumb:hover {
    background: #ccc;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
.container-div::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.container-div::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
/* Cambiamos el fondo cuando esté en active o hover */
.container-div::-webkit-scrollbar-track:hover,
.container-div::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
*body{
    color:black !important;
    
}



body::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
   /*display: none; */ /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
body::-webkit-scrollbar-thumb {
    background: #A9B400;
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
body::-webkit-scrollbar-thumb:hover {
    background: #ccc;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
body::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
body::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
/* Cambiamos el fondo cuando esté en active o hover */
body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
 
 /* Cambiar el color del scroll */
.table-responsive::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
   /*display: none; */ /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.table-responsive::-webkit-scrollbar-thumb {
    background: #A9B400;
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #ccc;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
.table-responsive::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.table-responsive::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
/* Cambiamos el fondo cuando esté en active o hover */
.table-responsive::-webkit-scrollbar-track:hover,
.table-responsive::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}



/* 


-------------------inicio del index.php------------------------------------------------
*/

 
    .div-center{
      width: 95%;  
      margin-left: auto; 
      margin-right: auto;
      height: auto;
    }
    .titulo-OPS{
      size: 3em;
      text-align: left;
      color:black;
    }
    .bg-prin{
        width: 95%;  
        margin-left: auto; 
        margin-right: auto;
        background-image: url('../images/teg_panoramica.jpg');
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 40%;
        widows: 100%;

    }
    .layer {

      background-color: rgba(7, 51, 74, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .logo-relat{
    position: relative;
     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  } 
  .div-cump{
    
    border-radius: 5%; /* Borde del boton */
    height: 60%;
    width: 50%;
    background-color: rgba(7, 51, 74, 1); /* Color de fondo */
    position: fixed;
    bottom: 95px;
    right: 90px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }



  .btn-flotante {
  font-size: 20px; /* Cambiar el tamaño de la tipografia */
  font-weight: bold; /* Fuente en negrita o bold */
  color: #ffffff; /* Color del texto */
  border-radius: 50%; /* Borde del boton */
  border: none;
  letter-spacing: 2px; /* Espacio entre letras */
  background-color: rgba(169,180,00); /* Color de fondo */
  padding: 18px 30px; /* Relleno del boton */
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.btn-flotante:hover {
  background-color: #D2E000; /* Color de fondo al pasar el cursor */
  color:#12293f;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
  border: none;
}
@media only screen and (max-width: 600px) {
  .btn-flotante {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
    border: none;
  }
} 


  /*---------------------FIN INICIO.php---------------------------------------------------*/
@font-face {
    font-family: Reey;
    src: url("../fonts/Reey-Regular.otf") format("opentype");
}



.oculto{
    display: none;
}
