body {
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2 */
    }
    pwa-update::part(updateToast) {
        display: none !important;
      }
    
      pwa-update::part(offlineToast) {
        display: none !important;
      }
    
p{
    font-family: 'Cantarell', sans-serif;
}

h3{
    font-family: 'Rubik', sans-serif;

}

h2{
    font-family: 'Comfortaa', cursive;

}

hr{
     width: 80%;
     margin: 10px auto 10px auto !important;
     text-align: center !important;
     border-radius: 50%;
     border: transparent;
     height: 0.1px;
     padding: 0 !important;

}

.fondo-perf {
    background: #313131;
}

.header {
    background: #242323;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

.head1 {
    width: 25%;
    margin: 0;
    text-align: left;
}

.head2 {
    margin-top: 2.3%;
    width: 50%;
}

.head3 {
    text-align: end;
    width: 25%;
}

.back {
    margin-left: 5%;
    padding-right: 80%;
}

.back-img{
    width: 35px !important;
    margin-top: 10px !important;
}

.title {
    text-align: center;
    color: white;
}



.logout{
    color: red;
    font-weight: bold;
    background-color: rgb(46, 46, 46);
    outline: none !important;
}


/* Set a style for all buttons */

button {
    background-color: rgb(46, 246, 253);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}


/* Extra styles for the cancel button */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}
.closebtn:hover {
    color: black;
}

.dest{
    font-weight: bold;
}

#sesLista td{
    margin: auto;
}

p{ 
    margin: 0!important;
}

.btnEd{
    display: flex;
    background-color: transparent;
    outline: none !important;
    font-weight: bold;
    padding: 5px 0 10px 2px;
}

.btnUp{
    display: block;
    background-color: transparent;
    outline: none !important;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.edit{
    width: 6%;
    margin-right: 15px;
    margin-left: 10px;
}


.modal-content{
    text-align: center !important;
}

.modal-content span{
    float: right !important;
}

.modal-content .cr-overlay{
    left: 0 !important;
    margin: auto !important;
}

#upload-demo{
    margin: auto !important;
}


.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
  }

.modal-footer{
    margin-top: 20px !important;
}

.modal-footer .btn-default{
    background-color: rgba(220, 20, 60, 0.541) !important;
    color: white !important;
}




/**CHECK**/

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 50;
    height: 25px;
    width: 25px;
    background-color: #eee;
    text-align: center;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.bootbox-prompt-message p{
    margin-bottom: 10px !important;
}

.modal-header .close {
    margin: -1rem -10rem -1rem 0 !important;
    padding: 8px  !important;
    
}

.modal-title{
    text-align: center;
    margin: 0 !important;
}


.btn-primary {
    color: #fff;
    background-color: cyan;
    background: -moz-linear-gradient(left, rgb(30,248,255) 0%, rgb(3, 130, 214) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgb(11, 207, 214)), color-stop(100%, rgb(0, 115, 192)));
background: -webkit-linear-gradient(left, rgb(30,248,255) 0%, rgb(0, 109, 182) 100%);
background: -o-linear-gradient(left, rgb(30,248,255) 0%, rgb(3, 119, 197) 100%);
background: -ms-linear-gradient(left, rgb(30,248,255) 0%, rgb(0, 114, 190) 100%);
background: linear-gradient(to right, rgb(30,248,255) 0%, rgb(0, 113, 189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ef8ff', endColorstr='#20a6ff', GradientType=1 );
border-color: white !important;
}

.btn-secondary{
    background-color: tomato !important;
    border-color: white !important;

}




header{
    display: none;
}


.no-comp {
    background: rgb(12, 47, 47);
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    margin: auto;
    padding-top: 10%;

}

.no-comp a{
    color: aqua;
}

.no-comp p {
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}


#notIph{
    text-align: center;
    margin: 5px 10px 30px 10px !important;
}

a:link, a:visited, a:active {
    text-decoration:none !important;
    color: #fff !important;
}

@media only screen and (max-width:500px) {
    
    
    
    .contenido{
        display: block;
    }

    .no-comp {
        display: none;
    }
    
    header{
        display: block;
    }
    
}


/*AJUSTES*/

main{
    margin: 2%;
}


/*//////////////////////////////////////////////////////////*/
label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	width: 250px;
	height: 250px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
/*////////////////////////////////////////////////////////////*/
  



  
#infoTitle {
    padding-top: 2%;
    margin-bottom: 5%;
    background: -webkit-linear-gradient(left top, rgb(30, 248, 255), #20a6ff);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

#info01 {
    text-align: center;
}

.cont1-1 {
    padding: 3% 1% 2% 1%;
    background: rgb(27, 27, 27);
    color: white;
}




/*/////////////////////////////////*/



.form-input {
width:100%;
display: flex;
}
.form-input input {
display:none;
}
.form-input label {
font-weight: bold;
width:100%;
height:45px;
color:#fff;
margin-top: 4px;
margin-bottom: -0.5rem;
font-family: 'Cantarell', sans-serif;
}





.no-comp {
    background: rgb(12, 47, 47);
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    margin: auto;
    padding-top: 10%;

}

.no-comp a{
    color: aqua;
}

.no-comp p {
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}


@media print {
    .no-comp {
        display: none;
    }
    
    .contenido{
        display: block;
    }
   }


@media only screen and (max-width:500px) {
    
   
    .contenido{
        display: block;
    }

    .no-comp {
        display: none;
    }
    
    
}


footer{
    display: none !important;
}
/* VERSION PC*/
@media only screen and (min-width:500px) {
     a:hover{
         color: rgb(30, 248, 255) !important;
     }

     i:hover{
        color: rgb(30, 248, 255) !important;
    }

    .tabla{
        position: relative !important;
        width: 90%;
        margin: auto;
    }

    .tablas{
        position: relative;
        width: 80%;
        margin: auto;
    }

    .iconoNV .igIco{
        position: relative;
        right: 0px !important;
        background-color: transparent;
        border: transparent;
        color: transparent;
        margin: 0;
        width: 30px;
        background-image: linear-gradient(rgb(57, 77, 255), rgb(39, 255, 255)), radial-gradient(circle at top left, rgb(30, 248, 255), #3020ff);
        background-origin: border-box;
        background-clip: content-box, border-box;
        border-radius: 20%;
    }
    

    .head-barBJ{
    display: block; /*DEJAR EN NONE MIENTRAS NO ESTÉ TERMINADO LA VERSION PC*/
    position: fixed;
    z-index: 100;
    background-color: transparent;
    }
    
    .no-comp{
        display: none !important; /*DEJAR EN block MIENTRAS NO ESTÉ TERMINADO LA VERSION PC*/
    }
  

    .swiper-container{
        display: block !important; /*DEJAR EN NONE MIENTRAS NO ESTÉ TERMINADO LA VERSION PC*/
       /* height: 1000px !important; */
    }

    body::-webkit-scrollbar {
        width: 0.6em !important;
        
    }
    
    
    .swiper-pagination{
        display: none !important;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
        background-color: transparent !important;
    
    }
     
    body::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to right, rgb(30, 248, 255), #20a6ff) !important;
      outline: 1px solid rgba(0, 255, 242, 0) !important;
      border-radius: 30px !important;
    }
    

    .contenido{
        width: 50%;
        margin: 100px auto 20px auto;
    }

    
.iconoNV{
    text-align: center;
    display: flex;
    color: white;
    font-size: smaller;
     background-color: transparent;
    width: 80% ;
    padding: 18px 0;
    outline: none !important;
    margin: auto;
    justify-content: space-between;
}
 


.ctTP{
    font-family: 'Rubik', sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: double 3px transparent;
    background-image:  radial-gradient(circle at top left,  #3020ff , rgb(30, 248, 255));
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 125px;
    height: 30px;
    right: 15px;
    text-align: center;
    margin: auto;
}


.iconoNV .igIco{
    background-color: transparent;
    border: transparent;
    color: transparent;
    margin: 0;
    background-image: linear-gradient(rgb(57, 77, 255), rgb(39, 255, 255)), radial-gradient(circle at top left, rgb(30, 248, 255), #3020ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 20%;
}
 
    .results{
        background-color: rgb(47, 47, 47);
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        color: white;
        font-family: 'Rubik', sans-serif;
        display: none;
        transition: 0.2s !important;
        padding: 1%;
        position: fixed;
        top: 40px;
        padding-top: 4%;
        z-index: 100;
        width: 290px;
        margin-left: 30px;
    }

    .head2 {
        margin:0px;
        width: 50%;
    }


   .head1 img{
       width: 50px !important;
   }


   .back {
    width: 120%;
    margin-top: 0px !important;
    margin-left: 5%;
    padding-right: 80%;
}

.title {
    text-align: center;
    color: white;
    margin-top: 35px !important;
}
.back-img{
    width: 30%; 
    padding-top: 5%; 
    padding-left: 6%; 
}



    #noList{
        position: relative; 
        z-index: 1; 
        margin: auto; 
        margin-top: 210px !important; 
        width: 50% !important; 
    }
    
    #noNotis{
        position: relative; 
        z-index: 1; 
        margin: auto; 
        margin-top: 210px !important; 
        width: 50% !important; 
    }
    
    #noEnts{
        position: relative; 
        z-index: 1; 
        margin: auto; 
        margin-top: 210px !important;  
        width: 50% !important; 
    }

    

    ::-webkit-scrollbar{
        height: 10px;
        width: 4px;
        background: transparent;
    }
    ::-webkit-scrollbar-thumb:horizontal{
        background: rgb(114, 114, 114);
        border-radius: 10px;
    }

  
    footer{
        display: block !important;
        width: 100% !important;
    }



}


/**FOOTER**/

footer{
    color: white !important;
    background-color: #1b1b1b91;
    padding: 30px 0px 2px 0px !important;
    font-family: 'Rubik', sans-serif !important;
}	       

.cool p{
    font-family: 'Rubik', sans-serif !important;
    color: rgb(30, 248, 255) !important;
}

footer ul li{
   padding:5px 0px;
}

.cool span , .social span{
  color: #FFF !important; 
  font-weight: 800; 
  padding-bottom: 10px; 
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Rubik', sans-serif !important;

}

.cool li p ,  .social li a{
   color:#FFF !important;
   letter-spacing: 2px;
   text-decoration:none;
   font-size:15px;
   font-family: 'Rubik', sans-serif !important;

}

.social li{
   float:left;
}

.cool , .social {
   list-style: none;
}

footer .social .fa{
   color:#9c9c9c;
   margin-right: 30px !important;
   font-size:34px;
}



.contai{
    max-width: 80% !important; 
    margin: auto !important;
}

.botones{
    font-family: 'Rubik', sans-serif !important;
    font-weight: lighter !important;
    border-radius: 20px;
}

.botones button{
    border-radius: 20px;
}

.delete{
    opacity: 80% !important;
    border: 2px solid rgb(255, 0, 0);
    margin-top: 20px;
    margin-bottom: 50px;
}

.deleteConfirm{
    background-color: rgb(255, 0, 0) !important;
    border: 2px solid rgb(255, 0, 0) !important;
    color: #fff !important;
}