/*
Theme Name: Monitores IOCUM
Theme URI: https://monitores.iocum.com
Author: Maribel
Description: Tema personalizado para Monitores IOCUM.
Version: 1.0
*/
     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background-color: #f8f9fa;
            border-bottom: 1px solid #ddd;
        }
        .title {
            font-size: 24px;
            font-weight: bold;
            color: #0B186A;
        }
        .logo {
			 display: flex;
            justify-content: center;
            align-items: center; 
            /* position: absolute;
            left: 50%;
            transform: translateX(-50%); */
        }
        .logo img {
            max-height: 60px;
            width: auto;
        }
        main {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            min-height: 80vh;
            padding: 20px;
            text-align: center;
        }
        .buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
            width: 100%;
            max-width: 300px;
            margin-bottom: 2rem;
        }
        .button-link {
            display: inline-block;
            padding: 15px 25px;
            font-size: 16px;
            font-weight: bold;
            background-color: #007BFF;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .button-link:hover {
            background-color: #0B186A;
        }
		/* Estilo para inputs tipo button (igual que .button-link) */
/* Estilo para botones (enlaces y inputs) */
.button-link,
/* input[type="button"],
input[type="submit"], */
.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    line-height: 1;
}

/* Efecto hover para botones */
.button-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
    background-color: #0B186A;
}

/* Estilo para los enlaces de registro y recuperación de contraseña */
.wpum-action-links {
    margin-top: 20px;
    text-align: center;
}

.wpum-action-links li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.wpum-action-links a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 50px;
}

.wpum-action-links a:hover {
    color: #0B186A;
    font-size: 105%;
}
		/* Estilo para el título del post (h2) */
article h2 {
    font-size: 28px !important;
    color: #0B186A !important;
    margin-bottom: 1.5rem !important;
    text-align: left !important;
}

/* Quitar el estilo de enlace del título */
article h2 a {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default !important;
}

/* Estilo para el contenido del post */
article p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #333;
}
        @media (min-width: 768px) {
            .buttons {
                flex-direction: row;
                justify-content: center;
            }
        }
        /* Estilos para el contenido dinámico */
        .content-area {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            text-align: left;
        }
        article {
            margin-bottom: 2rem;
            padding: 1rem;
            background: #fff;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        input, select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
		text-align: left;
}

input#usuario {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
		text-align: left;
}
fieldset {
	border: none;
}
 label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
/* input, select, button, label{
	height: 28px;
} */
/* input[type=submit]
{
	color:#ffffff;
	font-size:110%;
	font-weight: bold;
	background-color:#003366;
	padding:5px;
	height: 32px;
	float: right;
	margin-right: 5px;
} */
input[type=submit] {
    background-color: #000099;
    color: white;
		font-size:125%;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

button[id ^='al'] {
	width: 100%;
    background-color: #000099;
    color: white;
		font-size:100%;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
button.asiste {
	width: 100%;
    background-color: #000099;
    color: white;
		font-size:100%;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
button.justificada {
	width: 100%;
    background-color: #000099;
    color: white;
		font-size:100%;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
input[type=checkbox] {
    color: white;
		font-size:125%;
    padding: 12px 20px;
    border: solid 1px #000099;
    border-radius: 4px;
    cursor: pointer;
    float: right;
		width: 40%;
}
input[type=submit]:hover {
    background-color: #6699cc;
}

.containerform {
    border-radius: 5px;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 500px) {
	.containerform {
			width: 100%;
	}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}