
@import url( https://fonts.googleapis.com/css?family=Orbitron:700 );

@font-face {
  font-family: "Sniglet";
  src: url("../font/Sniglet.ttf");
}

* {
  font-family: "Sniglet" !important;
}

body {
  background-color: #485b6e;
  margin: 0;
  padding: 0;
  color: #000;
}

section {
  background-color: silver;
  padding: 10px 0;
  border-radius: 10px;
  border: 3px solid #013220;
}




.contenedor {
  width: fit-content;
  margin: 1% auto;
  border-radius: 10px;
}

.container {
  width: fit-content;
  margin: 1% auto;
  /* border-radius: 10px; */
  /* border: 2px solid white; */
} 
p {
  text-align: center;
}

.cierra {
  margin-top: 0;
  margin-bottom: -2rem !important;
}

h1 {
text-transform: uppercase;
        /* text-transform: capitalize; */
          font-size: 2em;
          color: white;
                        text-align: center;
                        text-shadow: 0 1px 0 #ccc,
                                   0 2px 0 #c9c9c9,
                                   0 3px 0 #bbb,
                                   0 4px 0 #b9b9b9,
                                   0 5px 0 #aaa,
                                   0 6px 1px rgba(0,0,0,.1),
                                   0 0 5px rgba(0,0,0,.1),
                                   0 1px 3px rgba(0,0,0,.3),
                                   0 3px 5px rgba(0,0,0,.2),
                                   0 5px 10px rgba(0,0,0,.25),
                                   0 10px 10px rgba(0,0,0,.2),
                                   0 20px 20px rgba(0,0,0,.15);
        }


/* h1 { */
  /* font-size: 2em; */
  /* color: white; */
  /* text-align: center; */
/*  */
  /* text-shadow: 0 1px 0 #013220, 0 2px 0 #013220, 0 3px 0 #013220, */
    /* 0 4px 0 #013220, 0 5px 0 #013220, 0 6px 1px rgba(0, 0, 0, 0.1), */
    /* 0 0 5px rgba(0, 0, 0, 0), 0 1px 3px rgba(0, 0, 0, 0.3), */
    /* 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0), */
    /* 0 10px 10px rgba(0, 0, 0, 0), 0 20px 20px rgba(0, 0, 0, 0); */
/* } */
/*estilos para la tabla*/
table {
  border-collapse: separate !important;

  margin: 0 auto;
}

table th {
  font-size: 0.9em;
  border-radius: 5px;
  padding: 5px;
  background-color: #013220 !important;
  color: white;
}

td {
  border: 2px solid #013220 !important;
  border-radius: 9px !important;
  font-size: 0.9em;
  text-align: center;
}

th {
  text-align: center !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 12px !important;
}

div.dataTables_wrapper div.dataTables_info {
  margin-left: 7px !important;
}

.dataTables_length {
  margin-left: 7px !important;
}

td.foto img {
  width: 40px;
  height: 35px;

  border-radius: 8px;
}
/*estilos para la botones*/
.btn {
  border: none;
  bottom: 20px;
  text-align: center;
  color: silver !important;
  cursor: pointer !important;
}

.btn-warning {
  color: #212529 !important;
}

.btn-danger {
  color: white !important;
}

.btn :hover {
  background: transparent !important;
  border: none;
  bottom: 20px;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  cursor: pointer !important;
}

td.botones {
  
border-style: outset !important;

  background-color: silver;
  cursor: pointer !important;
 display: inline-block;
  margin: 0px auto;
}

.btn,
.delete-btn {
  /* width: 90%; */
  border-radius: 5px;
  padding: 5px 30px;
  color: var(--white);

  text-align: center;
  cursor: pointer;
  font-size: 10px;
  margin-top: 10px;
}

.delete-btn {
  background-color: var(--red);
}

.delete-btn:hover {
  background-color: var(--red);
  color: var(--white);
  text-decoration: none;
}

/*estilos para la modales*/
.alert-actualiza {
  width: 99%;
  color: #fffefe !important;
  background-color: #013221 !important;
}

.modal-footer > :not(:first-child) {
  float: right;

  border: 2px solid white;
  border-radius: 5px;
  color: #fff !important;
  background: #013220 !important;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.modal-footer > :not(:first-child):hover {
  cursor: pointer;
  background: #fff !important;
  color: #013220 !important;
  border: 2px solid #013220;
}

.modal-footer > :not(:last-child) {
  float: right;
  margin-right: 11.25rem;
  border: 2px solid white;
  border-radius: 5px;
  color: #fff !important;
  background: #013220 !important;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.modal-content {
  width: 108%;
}

.modal-footer > :not(:last-child):hover {
  cursor: pointer;
  background: #fff !important;
  color: #013220 !important;
  border: 2px solid #013220;
}

.fa,
.fas {
  font-weight: 900;
  color: #013220;
}

j {
  float: right;
  padding: 3px 3px;
 margin: 2px 48px 4px 20px;
}


.btn-black {display: none !important;}
.mueve {
background:silver;
border: none !important;
}

.mueve :hover {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  cursor: pointer !important;
}

.alert-danger {
  color: #fbfbfb;
  background-color: #e11111c7;
  border-color: #003220;
}

.nomueve {
  float: left;
 /* margin: 2px 4px 2px 160px; */
  cursor: pointer !important;
  transform: none !important;
}
/*estilos para las imágenes*/
img {
  transition: transform 0.2s ease;
  cursor: pointer !important;
}

img:hover {
  transform: scale(1.1);
}



.alert-dismissible .btn-close {
  position: absolute;
  border: none !important;
  right: 0;
  z-index: 2;
  background: transparent;
  cursor: pointer !important;
  bottom: 5px !important;
  font-size: 23px !important;
  color: white !important;
}

.alert-success {
  color: white;
  background-color: #003220;
  border-color: #003220;
  text-align: center;
}

button#closealert:before {
  content: "X";
}

#seissegundos {
  background: linear-gradient(#bbb, #f5f5f5);
  color: red;
  font-weight: 900 !important;
  font-size: 17px;
  font-family: "Orbitron", fantasy !important;
}

.container .content {
  text-align: center;
}

.container .content h2 {
  font-size: 20px;
  color: #333;
  font-weight: 900 !important;
}

.container .content h2 span {
  background: crimson;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: 900 !important;
}

.container .content h1 {
  font-size: 50px;
  color: #333;
}

.container .content h1 span {
  color: crimson;
}

.container .content p {
  font-size: 25px;
  margin-bottom: 20px;
}

.container .content .btn {
  padding: 10px 30px;
  font-size: 20px;

  color: #fff;
  margin: 0 5px;
  text-transform: none;
}

.container .content .btn:hover {
  background: crimson;
}

.form-container {
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;

}

.form-container form {
  padding: 20px;
border-style: solid !important;
  border-color: #ffffff !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  background-color: #a3ad9c;
  border-radius: 10px;
  text-align: center;
  /* width: 500px; */

}

.form-container form h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333;
}

.form-container form input,
.form-container form select {
  padding: 10px 15px;
  font-size: 16px;
  margin: 4px 0;
 
  border-radius: 5px;
  /* cursor: pointer !important; */
  border: 2px solid;
}

.form-container form select option {
  background: #fff;
}

.form-container form .form-btn {
  background: #013220;
  color: white;
border: 2px solid;
border-radius: 5px;
  text-transform: capitalize;
  font-size: 20px;
  cursor: pointer;
}

.form-container form .form-btn:hover {
  background-color: #fff;
  color: #013220;
  border: 2px solid #013220;
}

.form-container form p {
  
  font-size: 17px;

  text-decoration: none;
  /* font-weight: 900 !important; */
}

.form-container form p a {
  color: white;
  text-decoration: none;
text-transform: capitalize;
  text-shadow: 0 1px 0 #013220, 0 2px 0 #013220, 0 3px 0 #013220,
    0 4px 0 #013220, 0 5px 0 #013220, 0 6px 1px rgba(0, 0, 0, 0.1),
    0 0 5px rgba(0, 0, 0, 0), 0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0),
    0 10px 10px rgba(0, 0, 0, 0), 0 20px 20px rgba(0, 0, 0, 0);

}



.form-container form .error-msg {
  margin: 10px 0;
  display: block;
  background: crimson;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px;
}

.radioin {
  width: 4% !important;
}

.btn,
.delete-btn {
  text-decoration: none;

  border-radius: 5px;
  padding: 10px 30px;
  color: var(--white);
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  margin-top: 6px;
}

.btn {
 
  color: white;
}

.btn:hover {
  background-color: #fff;
  color: #013220;
  border: 2px solid #013220;
}

.delete-btn {
  background-color: #013220;
  color: white;
}

.delete-btn:hover {
  background-color: #fff;
  color: #013220;

  border: 2px solid #013220;
}

.message {
  margin: 10px 0;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background-color: var(--red);
  color: var(--white);
  font-size: 20px;
}

.form-container form h3 {
  margin-bottom: 10px;
  font-size: 30px;
  color: var(--black);
  text-transform: uppercase;
}











.container .content h3 {
  font-size: 20px;
  color: #333;
}

.container .content h3 span {
  background: crimson;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
}

.container .content h1 {
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 3px #013220;
}

.container .content h1 span {
  color: crimson;
}

.container .content p {
  font-size: 25px;
  margin-bottom: 20px;
}

.container .profile {
margin-top: 38px;
  padding: 6px;
  background-color: #a3ad9c;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  text-align: center;
  width: 348px;
}

.container .profile img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
}

.container .profile h3 {
  margin: 5px 0;
  font-size: 20px;
  color: white;

  text-shadow: 1px 1px 3px #013220;
  text-align: center;
}

a{
text-decoration: none;
}

.p2 {

    color: red !important;

}





            #fecha2 {
    display: inline-block !important;
   margin-top: -15px ;
  font-family: Orbitron !important;
 
    }
	 #reloj2 {
    display: inline-block !important;
   margin-top: -15px ;
    font-family: Orbitron !important;
    /* font-weight: 700 !important; */
    color: red !important;
    }

/* div { */
  /* text-align: center !important; */
/* } */

 
         @media only screen and (min-width:368px) and (max-device-width : 768px) {
             input[type="submit"] {
                 margin: 10px 0px 0px 10px !important;
                 cursor: pointer !important;
                 background: #013220 !important;
                 width: auto;
                 height: auto;
                 border: 2px solid white;
                 border-radius: 5px;
                 color: #ffffff !important;
                 font-size: 1.3em;
                 font-weight: bold;

                 background-image: none;
             }

             input[type="submit"]:hover {
                 background-color: #fff !important;
                 color: #013220 !important;
                 cursor: pointer !important;
                 border: 2px solid #013220;
                 background-image: none;

             
             }

 
 
 
 
 
  /* div { */
  /* text-align: center !important; */
/* } */
 


            #fecha2 {
    display: inline-block !important;
   margin-top: -15px !important;
  font-family: Orbitron !important;
 
    }
	 #reloj2 {
    display: inline-block !important;
   margin-top: -15px !important;
    font-family: Orbitron !important;
    /* font-weight: 700 !important; */
    color: red !important;
    }


}
/*  */
    /* Smartphones (Horizontal y vertical) ----------- */
@media only screen and (min-width:368px) 
and (max-device-width : 768px)
  {
      
      .form-container form p a {
        margin-left: 28px;
        }
  
  
}
/*  */
/*  */
 @media only screen 
 and (min-device-width : 768px) 
 and (max-device-width : 1024px) { 
 .form-container { 
   min-height: 84vh; 
   display: flex; 
   align-items: center; 
   justify-content: center; 
   padding: 15px; 

 } 

 .form-container form { 
   padding: 20px !important; 
 border-style: solid !important; 
   border-color: #ffffff !important; 
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); 

   background-color: #a3ad9c; 
  border-radius: 10px; 
   text-align: center; 
   width: 500px !important; 

 } 

 } 

   #togglePassword {
   
   cursor: pointer !important;
   }
      @media (max-width:320px) {
          /* Teléfonos, iPhone y Android en vertical */
          #togglePassword {
              display: block !important;

      padding-left: 261px;
    margin-top: -35px;

          }



      }
  
  
  @media (max-width: 480px) {
  #togglePassword {
    display: block !important;
    padding-left: 229px;
    margin-top: -36px;
  }
}
  
  
  
  
  
  
      @media only screen and (max-width : 420px) {

          #togglePassword {
              display: block;
          }
 }
    
 


 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #togglePassword {
    display: flex;
    padding-left: 498px !important;
    margin-top: -30px;
  }
}
 
 
 
 
 
 




 
 
 
 
























































































































