@import url('https://fonts.cdnfonts.com/css/garant-pro');
@import url('https://fonts.cdnfonts.com/css/tt-rationalist-trl');

:root{

    --transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    --black: #000;
    --grey: #ECECEC;
    --white: #fff;
    --gold1: #FFE680;
    --gold2: #D7AE00;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
#swal2-html-container {
    margin-left: 0 !important; /* Establece el margen izquierdo a 0 */
}

body{
    font-family: 'Garant pro';
    background-size: cover;
    background-position: center;
    background-image: url(../Img/martillo-juzgado.jpg);
}
input{
    font-family: 'Garant pro';
}
/*BARRA DE NAVEGACIÓN*/

.nav_Header {
    width: 100%;
    height: 30px;
}
.nav_Container {
    display: grid;
    grid-template-columns: 1fr 6fr;
    width: 100%;
    background: linear-gradient(180deg, #0000007e 0%, var(--black) 100%),;
    text-align: right;
    align-items: center;
    padding-right: 50px;
    position: fixed;
    z-index: 20;
}
.logo {
    text-align: left;
    display: flex;
    margin-bottom: 15px;
}
.logo_img {
    margin-top: 20px;
    width: 130px;
    margin-left: 100px;

}

.redirection{
    opacity: 100%;
    margin-top: 10px;
}

.link {
    font-family: 'TT rationalist trl';
    text-decoration: none;
    color: var(--white);
    margin-right: 20px;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
}

/* CUADRO DE ALERTA */
/* Estilo para el contenedor de la alerta APROBADA*/
.mi-alerta {
    background-color: #f5f5f5;
    border: 2px solid #ccc;
}

.mi-titulo {
    color: #333;
    font-size: 20px;
}

.mi-contenido {
    color: #666;
}

.mi-boton {
    background-color: #007bff;
    color: #fff;
}
/* Estilo para el contenedor de la alerta RECHAZADA*/
.mi-alerta-error {
    background-color: #ffcccc;
    border: 2px solid #ff0000;
}

.mi-titulo-error {
    color: #ff0000;
    font-size: 20px;
}

.mi-contenido-error {
    color: #ff3333;
}

.mi-boton-error {
    background-color: #ff0000;
    color: #fff;
}

/* MAIN */
section{
    display:flex;
    flex-wrap: wrap;
    height: 100vh;
    align-items:end;
    margin-top: 50px;
    justify-content: top;
    flex-direction: column;
}

.container_Login, .container_Password, .container_newPassword{
    background-image: url(../Img/FondoLoginDifuso.png);
    background-size: cover;
    border-radius: 40px 0 0 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 2.5%;
    padding-bottom: 15px;
    width: 450px;
}
.container_Password, .container_newPassword{
    padding:50px;

    margin-top: 7.5%;
}

#newPasswordForm, #forgotPasswordForm{
    margin-top: 22px;
}

label{
    
    color: white;

}

.container_registro{
    background-image: url(../Img/FondoLoginDifuso.png);
    background-size: cover;
    border-radius: 40px 0 0 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.signupForm{
    display: flex;
    flex-direction: column;
}

.signupForm>div{
    display: flex;
    flex-direction: column;
}
input{
    height: 50px;
    width: 70%;
    border-radius: 9px;
    margin: 20px;
    border: 1px solid #ccc; /* Añade un borde para destacar el input */
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    outline-color: #ffffff;
    color: #ffffff;
    font-size: 15px;
}

label{
    color: var(--white);
}

.redirections{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
p>a{
    text-decoration: none;
    color: #c2bdbd;

}

#submit, #submit1{
    background-image: linear-gradient(90deg,white 40%,var(--black) 150%);
    border-radius: 20px;
    /*width: 40%;*/
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Garant Pro', sans-serif; 
}
.register{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px 0;
}
hr{
    width: 90px;
}

.buttons_Redirection{
    display: flex;
    flex-direction: column;
}
section h2{
    text-align:center;
    width: 100%;
    font-size: 2.5em;
    color: var(--white);
    font-weight: normal;
    font-family: 'TT Rationalist Trl';
    margin-top: 10px;
}
.h2_Register{
    margin-bottom: 20px;
}

section form input[type='submit']:active{
    transform: scale(0.97);
}

section p{
    color: var(--white);
}

.p_Count{
    margin-bottom: 30px;
}

/* Home */

section button{
    background-color: #ffffff;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-mono);
    transition: var(--transition);
    border: none;
    padding: 0.5em 1em;
    border-radius: 9px;
    margin-top: 1.5em;
    font-size: 1em;
    margin-bottom: 20px;
    height: 50px;
    cursor: pointer;
}
svg{
    width: 40px;
    margin-right: 10px;
}

@media  (min-width: 350px) and (max-width: 600px){

    .logo_img {
        width: 80px;
        margin-left: 10px;
        margin-right: -20px;
    }
    .link {
        padding: 5px;
        font-size: 15px;
    }

}