* {
	font-family: "Nunito", sans-serif;
}
		
body {
    background-color: #f4f4f4;
	padding: 0;
	margin: 0;
}

/* --- LOGIN --- */

.boxLogin {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 92.2vh;
    margin: 0;
	background-image: url("../imagen/fondoDaFre.webp");
	background-position: center bottom;
	background-size: cover;
}

.boxLogin img{
	width: 18vw;
	margin-bottom: 3vw;
}

.boxLogin .containerLogin {
	background: #ebeeef;
	padding: 1.6vw;
	border-radius: 0.8vw;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	width: 29.5%;
	box-shadow: 0px 0px 1vw 0.1vw rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 1vw 0.1vw rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1vw 0.1vw rgba(0,0,0,0.75);
}

.conteinerTittle {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.boxLogin .containerLogin .conteinerTittle h1 {
	color: #333333;
	font-size: 1.8vw;
    text-align: center;
    text-transform: uppercase;
}

.boxLogin .containerLogin .conteinerTittle h2 {
	color: #333333;
	font-size: 1.64vw;
}

.boxLogin .containerLogin form {
	display: flex;
	flex-direction: column;
}

.boxLogin .containerLogin input {
	margin-bottom: 0.8vw;
	padding: 0.7vw;
	font-size: 1.2vw;
}

.boxLogin .containerLogin button {
	padding: 0.7vw;
	font-size: 1.2vw;
	background: #007BFF;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.boxLogin .containerLogin button:hover {
	background: #0056b3;
}

@media (max-width:768px) {
	.boxLogin {
		background-image: url("../imagen/fondoCelularDaFre.webp");
		background-position: center bottom;
		background-size: cover;
		justify-content: flex-start;
		height: 93.7vh;
	}
	
	.boxLogin img {
		width: 58vw;
		margin-bottom: 10vw;
		margin-top: 15vw;
	}
	
	.boxLogin .containerLogin {
		width: 80%;
		border-radius: 2vw;
		padding: 2.8vw;
		box-shadow: 0px 0px 3vw 0.8vw rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 0px 3vw 0.8vw rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3vw 0.8vw rgba(0,0,0,0.75);
	}
	
	.boxLogin .containerLogin h1 {
		font-size: 5vw;
	}
	
	.boxLogin .containerLogin input {
		font-size: 3vw;
		padding: 2.8vw;
		margin-bottom: 1.52vw;
	}
	
	.boxLogin .containerLogin button {
		font-size: 3vw;
		padding: 2.8vw;
		border-radius: 100vw;
	}
	
}

/* --- MENU --- */

header {
    background: #4A65B1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
}

header img {
	width: 12vw;
}

header .logout-btn {
    display: inline-block;
    padding: 0.7vw 1.45vw;
    background-color: #fff;
    color: #4A65B1;
    text-decoration: none;
    border-radius: 0.3vw;
    font-size: 1.1vw;
    font-weight: bold;
    cursor: pointer;
    border: 0.1vw solid #ffffff;
	margin: 0;
}

header .logout-btn:hover {
	background: #4A65B1;
	color: #ffffff;
}

.menu {
    display: flex;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li {
    margin-right: 1.5vw;
    list-style: none;
}

.menu ul li a {
    color: #ffffff;
    font-size: 1vw;
    text-decoration: underline #ffffff00;
}

.menu ul li a:hover {
    text-decoration: underline #fff;
}

/* --- PAGINACION --- */


.pagination {
    margin-top: 2vw !important;
	margin-bottom: 3vw;
    text-align: center;
    font-size: 1vw;
}

.pagination strong {
	color: #4a65b1;
    margin: 0vw 0.5vw;
}

.pagination a {
	text-decoration: none;
	color: #333333;
    margin: 0vw 0.5vw;
}

/* --- CUENTA --- */

.alerta-rechazados {
    background: #db3535;
    padding: 1vw;
    border-radius: 0.8vw;
    color: #fff;
    font-size: 0.9vw;
}

.selectDocumentos {
    margin-bottom: 1vw;
    width: 20%;
    font-size: 1vw;
}

.conteinerCuenta {
    padding: 2vw;
	min-height: 70vh;
}

.conteinerCuenta h1 {
    font-size: 2.34vw;
}

.conteinerCuenta h1 span {
	color: #4A65B1;
}

.conteinerCuenta h2 {
	font-size: 1.7vw;
}

.conteinerCuenta form {
    display: flex;
    flex-direction: column;
	margin-bottom: 2vw;
}

.conteinerCuenta form input[type="file"] {
    font-size: 1vw;
}

.conteinerCuenta form button {
    background: #4A65B1;
    color: #ffffff;
    font-size: 1vw;
	padding: 0.5vw;
    border: 0.1vw solid #4A65B1;
    border-radius: 0.3vw;
    width: 12%;
	margin-top: 1vw;
}

.conteinerCuenta form button:hover {
	background: transparent;
	color: #4A65B1;
	cursor: pointer;
}

.conteinerCuenta .tablaCuenta {
    padding: 1vw;
    box-shadow: 0px 0px 1vw 0.5vw rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 1vw 0.5vw rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 0px 1vw 0.5vw rgba(0,0,0,0.75);
    border-radius: 0.8vw;
}

.conteinerCuenta .tablaCuenta table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.conteinerCuenta .tablaCuenta table, th, td {
	border: 1px solid #ccc;
}

.conteinerCuenta .tablaCuenta th, td {
	padding: 0.75vw;
	text-align: left;
}

.conteinerCuenta .tablaCuenta th {
	background-color: #f4f4f4;
	font-size: 1.15vw;
}

.conteinerCuenta .tablaCuenta td {
	font-size: 1vw;
}

.conteinerCuenta .tablaCuenta form button {
	background: #4A65B1;
    color: #ffffff;
    font-size: 1vw;
    padding: 0.5vw;
    border: 0.1vw solid #4A65B1;
    border-radius: 0.3vw;
    width: 5vw;
	margin: 0 !important;
}

.conteinerCuenta .tablaCuenta form button.reject {
	background-color: #FF0000 !important;
	border: 0.1vw solid #FF0000 !important;
}

.conteinerCuenta .tablaCuenta form button:hover {
    color: #4a65b1;
    background: transparent;
}

.conteinerCuenta .tablaCuenta form button.reject:hover {
	color: #FF0000 !important;
	background: transparent !important;

}

/* --- BUSCADOR ---*/

.buscadorBox {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.buscadorBox form.buscadorForm {
    display: block;
    margin: 0;
}

.buscadorBox form.buscadorForm input {
    font-size: 1vw;
    padding: 0.5vw;
    border-radius: 0.3vw;
	margin-right: 1vw;
}

.buscadorBox form.buscadorForm select {
    font-size: 1vw;
    padding: 0.5vw;
    border-radius: 0.3vw;
	margin-right: 1vw;
}

.buscador h3 {
    font-size: 1.5vw !important;
    margin: 1.5vw 0vw;
}

.buscador h4 {
    font-size: 1vw;
    margin: 1vw 0vw;
}

.buscador h5 {
    font-size: 1vw;
    font-weight: 300;
    margin: 1.5vw 0vw;
}

.buscador p {
    font-size: 0.83vw;
    margin: 0.8vw 0vw;
}

.tablaBuscador {	
	margin-bottom: 1vw;
}

.tablaBuscador thead {
    font-size: 0.9vw;
}

.tablaBuscador td {
    font-size: 0.8vw;
    padding: 1vw 0.4vw !important;
}

.tablaBuscador .reject {
    font-size: 0.8vw;
    background-color: #FF0000;
    border: 0.1vw solid #FF0000;
    padding: 0.3vw 0.5vw;
    border-radius: 0.3vw;
    text-decoration: none;
    color: #ffffff;
}

.tablaBuscador .reject:hover {
	background: transparent;
	color: #FF0000;
}

.tablaBuscador .aprobar {
    font-size: 0.8vw;
    background-color: #4a65b1;
    border: 0.1vw solid #4a65b1;
    padding: 0.3vw 0.5vw;
    border-radius: 0.3vw;
    text-decoration: none;
    color: #ffffff;
}

.tablaBuscador .aprobar:hover {
	background: transparent;
	color: #4a65b1;
}

/* --- REGISTRO --- */

.registro h1 {
	text-align: center;
	font-size: 2.34vw;
}

.registro form {
	width: 26vw;
	padding: 1.7vw;
	margin: auto;
	margin-bottom: 5vw;
	border-radius: 1vw;
}

.registro form label {
    font-size: 0.9vw;
    margin: 0.5vw 0vw;
}

.registro form input {
    font-size: 0.9vw;
    padding: 0.2vw;
}

.registro form select {
    font-size: 0.9vw;
    padding: 0.2vw;
}

.registro form button {
    padding: 0.5vw 1vw;
    background-color: #007BFF;
    border: 0.1vw solid #007BFF;
    color: white;
    border-radius: 0.4vw;
    cursor: pointer;
    font-size: 0.9vw;
}

.registro form button:hover {
	background: transparent;
	color: #007BFF;
}

.registro form p {
    font-size: 0.9vw;
}

/* --- LISTADO DE PROVEEDORES --- */

.listadoProveedores .conteinerCuenta form {
    display: flex;
    margin-bottom: 2vw;
}

.listadoProveedores h3 {
    font-size: 1.37vw;
	margin-top: 0;
}

.listadoProveedores p {
    font-size: 1.17vw;
    margin: 0.5vw 0;
}

.listadoProveedores .card {
	border: 0.1vw solid #ccc;
	padding: 1vw;
	border-radius: 0.8vw;
	background: #fafafa;
}

.listadoProveedores .grid {
    margin-top: 2vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4vw;
}

.listadoProveedores .btn {
    display: inline-block;
    margin-top: 0.5vw;
    background: #4a65b1;
    color: white;
    padding: 0.4vw 0.9vw;
    text-decoration: none;
    border-radius: 0.35vw;
    font-size: 1vw;
	margin-right: 0.2vw;
}

.listadoProveedores .paginacion {
    text-align: center;
    margin-top: 2vw;
}

.listadoProveedores .paginacion a {
    margin: 0 0.4vw;
    text-decoration: none;
    color: #4a65b1;
}

.listadoProveedores .paginacion .actual {
	font-weight: bold;
	color: black;
}

/* --- EDITAR PROVEEDOR ---*/

.editProveedor form {
    margin: auto;
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 0.8VW;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.registro .editProveedor {
    width: 26vw;
    padding: 1.7vw;
    margin: auto;
    border-radius: 1vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.editProveedor button {
    font-size: 1vw !important;
    width: max-content !important;
    background: #4A65B1 !important;
    border: 0.1vw solid #4A65B1 !important;
}

.editProveedor button:hover {
    background: transparent !important;
    color: #4A65B1 !important;
}

button.danger {
    width: max-content !important;
    background: #c13d3d !important;
    border: 0.1vw solid #c13d3d !important;
}

button.danger:hover {
	background: transparent !important;
	color: #c13d3d !important; 
}

a.btnBack:hover {
    background: transparent;
    color: #2bcb4f;
}
a.btnBack {
    font-size: 1vw;
    background: #2bcb4f;
    padding: 0.4vw 0.6vw;
    border: 0.1vw solid #2bcb4f;
    border-radius: 0.4vw;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.estadoProveedor {
    display: flex;
    margin-bottom: 1vw;
    flex-direction: column;
    align-items: center;
}

.estadoProveedor .badge{
    display: inline-block;
    padding: 0.3vw 0.5vw;
    border-radius: 0.4vw;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    font-size: 0.85vw;
}

small {
    font-size: 0.85vw;
}

#btnHabilitar {
    width: 33% !important;
}

/* --- RESULTADOS BUSQUEDA --- */

.mesProveedor {
	margin-bottom: 2vw;
}

/* --- FOOTER --- */

footer {
    background: #333;
    text-align: center;
    padding: 0.9vw;
}

footer p {
	color: #ffffff;
	margin: 0;
	font-size: 1.15vw;
}

footer p a {
	color: #ffc629;
	text-decoration: none;
}

@media (max-width:768px){
	footer {
		padding: 2vw;
	}
	
	footer p {
		font-size: 3vw;
	}
}