@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Baloo&display=swap');
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
body{
background-image: url(../img/fondogrande.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
@font-face{
    src:url("../fon/KaushanScript-Regular.ttf");
    font-family:acom;
}



#contenedorpri{
/*background-image: url(../img/f5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: red;
width: 80%;
height: 100%;
margin:0px auto;*/

}

/*#login{
    margin: auto;
	display: block;
	width: 300px;
	height: auto;
	background-color:rgba(255,255,255,0.6);
	text-align: center;
	margin-top:80px;
	border-radius:10px;
	
}*/

h1{
	font-family:Showcard gothic;
	font-size: 24px;
	color:rgba(2, 194, 57  ,1);
	text-shadow: 1px 1px 1px rgba(113, 224, 253,1);
	text-align: center;;
	padding-top:0px;
   	height:30px;
    justify-content:center;
    align-items: center;
}
/*#log{
    
   background-image: url(../img/loginofivial.png);
   
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	width:100px;
    height:100px;
    justify-content:center;
    align-items: center; 
    margin-top:40px;
    
      }*/
  
  #titlog{
      margin:auto;
      width:100%;
      height:60px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: left;
      margin-top:5px;
  
      align-items: center;
 

     
      
      
  }
  
  
  
  #login {
    margin: auto;
    display: block;
    width: 90%; /* Hacer el contenedor responsivo */
    max-width: 400px; /* Limitar el ancho máximo */
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px; /* Añadir espacio interior */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Añadir sombra */
}
   
  #login:hover {
  transform: translateY(-10px); /* Elevar al pasar el cursor */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#contin {
    display: flex;
    flex-direction: column; /* Alinear los elementos uno debajo del otro */
    align-items: center;
    gap: 15px; /* Espaciado entre los elementos */
}

#contin img {
    width: 100%; /* Ajusta el tamaño de la imagen */
    height: auto;
    margin-bottom: 15px;
}

/*.intxt {
    width: 95%; 
    height: 35px;
    margin-bottom: 10px; 
    border-radius: 5px;
    border: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 10px;
    font-size: 14px;
}*/

.intxtb {
    background-color:#308cc7;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    border: 0px;
    height: 35px;
    transition: all 0.3s ease;
}

.intxtb:hover {
    background-color: #002266;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

#nomcol {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'Baloo', cursive;
}
#nomcol2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Baloo', cursive;
}



/*#contin{

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
	width: 100%;
	height:350px;
	background:0;

	
}*/

img{
	width: 150px;
	height: 150px;
	margin:auto;
	
}


input[type="submit"]{
 background-color: rgba(153, 153, 153, 0.4); /* Gris con 40% de opacidad negra */
  width: 80%;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.5s ease, transform 0.3s ease; /* Transición suave */
}

input[type="submit"]:hover {
  background-color: rgb(102, 153, 255); /* Azul */
  transform: scale(1.05); /* Pequeño efecto de aumento */
}

input[type="text"]{
    background:transparent;
	background-color:rgb(102,153,255);
	margin:auto;
	color: #000;
	font-family:calibri;
	width: 80%;
    height:35px;
	font-size: 14px;
	border-radius:5px;
    border:0px;
}
input[type="password"]{
    background:transparent;
    background-color:rgb(102,153,255);
	margin:auto;
	color: #000;
	font-family:calibri;
	width: 80%;
    height:35px;
	font-size: 14px;
	border-radius:5px;
    border:0px;
}
/*#nomcol{
   
    font-size: 18px;
    margin:auto;
    width:90%;
    color: rgba(1, 4, 62 );
    font-weight: bold;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;  
   	font-family:col;
	text-align: center;
    background:0;
    text-align: center;
    margin-top:10px;

}*/

#acom{
    font-family:acom;
    font-size: 32px;
	color:rgb(188, 244, 248);
	text-shadow: 1px 1px 1px rgb(1, 9, 77);
	text-align: center;;
	padding-top:0px;
   	height:40px;
    justify-content:center;
    align-items: center; 
    
}


#inputolvido{
 margin:auto; 
 margin-top:2px;
    
}


@media  (max-width:520px) {

body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#ffffff;
  overflow: hidden;
}

.background-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 51, 153, 0.7); /* Fondo con opacidad */
  filter: blur(15px); /* Nivel de desenfoque */
  z-index: -1;
}




    


h1{
	font-family:Showcard gothic;
	font-size: 24px;
	color:rgba(2, 194, 57  ,1);
	text-shadow: 1px 1px 1px rgba(113, 224, 253,1);
	text-align: center;;
	padding-top:0px;
   	height:30px;
    justify-content:center;
    align-items: center;
}
  
  #login {
    margin: auto;
    display: block;
    width: 99%; /* Hacer el contenedor responsivo */
    max-width: 400px; /* Limitar el ancho máximo */
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 20px;
    border-radius: 10px;
    padding: 20px; /* Añadir espacio interior */
    background-color: #fff; /* Color de fondo */
   border-radius: 8px; /* Bordes redondeados */
   padding: 20px; /* Espaciado interno */
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
    transition: background-color 0.8s ease, box-shadow 0.8s ease;

   }
   
  #login:hover {
  background-color: #f0f8ff; /* Color al interactuar (tono suave) */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2); /* Incremento de sombra */
}
      
    #log{
    
    background-image: url(../img/logobigt.png);
	background-repeat: no-repeat;
	 background-position: calc(100% - 50px);
	background-size:contain;
    text-align:center;
	width:65%;
    height:45px;
    margin:auto;
   
    }
    

    
}