@font-face {
    font-family: 'AppleGaramond-Light';
    src: url('fonts/AppleGaramond-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('fonts/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

 body {
        margin: 0;
        padding: 0;
        background-image: url('img/fondo.jpg');
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center; 
        font-family: 'ClashDisplay-Variable';
    }

.logo-container {
    margin-bottom: auto; 
}

.container {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 103px;
}

form {
    width: 100%;
}

input[type="password"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px auto; 
    border-radius: 40px;
    border: 1.6px solid white;
    background-color: transparent;
    color: white;
    width: 300px;
    text-align: center;
    font-family: 'AppleGaramond-Light';
}

.icon {
    margin-top: auto;
    width: auto; 
    height: auto; 
	
	margin-bottom:50px;
}

input[type="password"]::placeholder {
    color: white; 
    font-size: 20px;
}

.input-container {
    position: relative;
}

.footer {
    background-color: white;
    position: fixed;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin: -4px;
    padding: 0px; 
}




/* ESTILOS VERSION MOVIL */


@media (max-width: 768px) {
   
    
    .icon {
        margin-top: auto;
        width: 70px; 
        height: auto; 
    }
  
  .logo-container {
    margin-bottom: auto; 
}
    
    .container {
        width: 90%;
        margin: 10px 0;
        margin-top: 20px;
    }
    
    input[type="password"] {
        width: 100%;
        padding: 10px; 
        margin: 20px 0;
        border-radius: 40px;
        border: 1.6px solid white;
        background-color: transparent;
        color: white;
        text-align: center;
        font-family: 'AppleGaramond-Light';
    }
    
    .footer {
        background-color: white;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 10px 0;
    }
    
    .avisLegal, .idioma {
        margin: 0 10px;
        white-space: nowrap;
    }
    
   
}






/*ESTILOS MANUEL MAYO 2024*/


.form-group input:focus, .form-group input:active {border:1px solid #fff !important; }

body.internas {background-image: url("img/fondoDS.jpg"); 
               background-size:cover;
               background-repeat:no-repeat;
              
	          
	          
 }

.logo-container{text-align: center;}



.contenedor-grande{  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
  
    }





.container-jusca{ 
     max-width: 1280px;
     margin:0 auto;
     
      }

@media (max-width: 1280px) {
	
	
	 .container-jusca{ 
     max-width: 94%;
     margin:0 auto;
     
      }
	
	
}


