/*LOGIN*/
.profile-img-card{
    height: 100px;
    margin-top: 10px;
    margin-left: 170px;
    width: 100px;
}
figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px; /* Espacio entre el título y la imagen */
}

.imagen {
    margin-top: 10px;
    margin-bottom: 15px;
}
.title2{
    color:#3c4c8f;
    text-decoration: double;
    font-size: 26px;
    font-weight: bold;
 }

.title3{
    text-align: center;
    color:#3c4c8f;
    font-weight: bold;
    font-size: 40px;
    height: 80px;
    padding-top: 30px;
    text-decoration: underline; 
    text-decoration-thickness: 3px;
}
.main-title {
    color: #3c4c8f;
    text-align: center;
    margin-top: 10px;
    /*text-decoration: underline; /* Subrayado */
    text-decoration-thickness: 3px; /* Grosor del subrayado */
    font-size: 34px;
    font-weight: bold;
}
/*CUADRO*/
.form-section {
    padding: 60px;
    background-color: white;
    border: 5px solid green;
    border-radius: 20px;
    margin-inline-start: 20%;
    margin-inline-end: 20%;
    margin-top: 50px;
}
/*
width: 500px;
    height: 700px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    background-color: #fff;
    
    
*/
.form-section2 {
    padding: 60px;
    background-color: white;
    border: 5px solid green;
    border-radius: 20px;
    margin-inline-start: 20%;
    margin-inline-end: 20%;
    margin-top: 20px;
    margin-bottom: 50px;

}

.form-row {
    margin-bottom: 20px;
     
}

.form-row label {
    display: block;
    margin-bottom: 15px;
}
.form-row textarea {
    width: 100%; /* Mantiene el ancho completo */
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none; /* Evita que el usuario pueda redimensionarlo */
    height: 120px; /* Ajusta la altura predeterminada */
}
.form-row input,
.form-row select,
.form-row text {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.required {
    color: black;
}
/*----------boton-------------------*/
.form-buttom {
    text-align: center;  
}
.form-buttom .btn {
    display: block;
    width: 200px;
    height: 50px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    background: green;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
.form-buttom a {
    font-size: 18px;
    font-weight: bold;
}

.form-buttom input[type="submit"]:hover {
    background-color: #0e5a9c;
}

/*STYLE*/
.fondo {
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Permite que se adapten en pantallas pequeñas */
    gap: 20px;
    padding: 20px;
}
.marco {
    width: 500px;
    height: 700px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    background-color: #fff;
}
.form {
    width: 500px; 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    padding: 2rem;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.text{
font-size: 18px;
}
.text b{
    font-size: 18px;
}
/*-------------------------------*/
/*Consulta*/
.fondo2 {
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
}
.marco2 {
    width: 1200px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    background-color: #fff;
}
.login-container2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Permite que se adapten en pantallas pequeñas */
    gap: 20px;
    padding: 20px;
}
.text2{
    font-size: 18px;
    
}
.consulta-container {
    font-family: Arial, sans-serif;
    margin: 30px;
}

label {
    display: block;
    margin-top: 10px;
}

select, input {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 70%;
}

/*--------------------------------*/
/*Detalles*/
/*Consulta*/
.fondo3 {
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
}
.marco3 {
    width: 1200px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    background-color: #fff;
}
.login-container3 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Permite que se adapten en pantallas pequeñas */
    gap: 20px;
    padding: 20px;
}
.text3{
    font-size: 18px;
    
}
.consulta-container {
    font-family: Arial, sans-serif;
    margin: 30px;
}

label {
    display: block;
    margin-top: 10px;
}

select, input {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 70%;
}

/*-------------------------------*/
/*index*/
p{
    text-size-adjust: 20;
    max-width: 70%; /* Limita el ancho del texto */
    margin: 0 auto; /* Centra el bloque */
    font-size: 18px; /* Aumenta el tamaño de la letra (opcional) */
    line-height: 1.6; /* Mejora la legibilidad */
    text-size-adjust: 100px;
}
b{
    color: #3c4c8f;
}

h5 {
    font-size: 16px; /* Reduce el tamaño del texto */
    line-height: 1.4; /* Ajusta la altura de línea para mejor legibilidad */
    margin: 10px;
    max-width: 90%;
}

/* Responsividad para pantallas pequeñas */

@media screen and (max-width: 768px) {
    .login-container {
        width: 90%;  /* Ajusta el ancho en móviles */
        background-color: rgba(255, 255, 255, 0.9); /* Hace el fondo un poco traslúcido */
        flex-direction: column;
        align-items: center;
    }

    .marco {
        width: 95%;
        margin: auto;
        padding: 10px;
    }
    .form {
        width: 95%;
        margin: auto;
        padding: 10px;
    }

    .imagen {
        width: 80%; /* Reduce el tamaño de la imagen */
        max-width: 200px;
    }

    .form-footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}


/* Botón de ingreso */
/*/


/* RESPONSIVE: Cuando la pantalla es pequeña, se apilan */
@media (max-width: 768px) {
    .container2 {
        flex-direction: column;
        align-items: center;
    }

    .card, .login-form {
        width: 90%;
    }
}