:root {
	--blanco: #fff;
	--ahover: red;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* DESKTOP FIRST */

body {
	background-color: rgb(253, 253, 253);
}

.contenedor {
	width: 1200px;
}

@media screen and (max-width: 1200px) {
	body {
		background-color: rgb(223, 221, 221);
	}
}

@media screen and (max-width: 768px) {
	body {
		background-color: rgb(202, 202, 202);
	}
}

header,
footer {
	background-color: lightgray;
}

footer {
	height: 50px;
	background-color: lightgray;
}

nav {
	width: 100%;
	text-align: center;
	padding: 10px;
	justify-content: space-around;
}
h1 img {
	width: 300px;
	height: auto;
	display: inline-block;
	text-align: right;
	margin-left: 360px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}
section {
	margin: 0 auto;
}
article {
	margin: 40px auto;
}
/* ///////////////////////////// */
/* ///   CLASES FIJAS ANCHOS /// */
/* ///////////////////////////// */

.flex {
	display: flex;
}

.columna {
	flex-direction: column;
}
.ancho {
	max-width: 1280px;
	width: 80%;
	min-width: 600px;
}

/* ============================= */
/* === Header and Nav Usuario ===*/

#mainTitle {
	background-color: lightgray;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

#navLogin {
	width: 50%;
	justify-content: flex-end;
	gap: 20px;
}

#imgTitle {
	height: 100px;
}

/* ============================= */
/* ========  Navegacion ======== */

#navMenu {
	margin: 0 auto;
	justify-content: flex-start;
	border-top: 1px solid lightgray;
	padding: 20px 0;
	font-size: 20px;
}

#navMenu a {
	padding: 0 20px;
	text-decoration: none;
	border-top: 2px solid transparent;
}

#navMenu a:hover {
	border-top: 2px solid var(--ahover);
	transition: 3s;
}
/* ///////////////////////////// */
/* ///  NOSOTROS             /// */
/* ///////////////////////////// */

.nosotros {
	display: block;
	margin: 0 auto;
}

.box {
	margin: 0 auto;
	padding: 20px;
	justify-content: space-between;
}

.tablaEstadoPaseador {
	margin: 0 auto;
	margin-bottom: 20px;
	border: none;
	border-collapse: collapse;
	box-shadow: none;
}

.tablaEstadoPaseador th,
.tablaEstadoPaseador td {
	border: none;
	background: none;
	text-align: center;
}

.tablaEstadolistaPerros {
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	box-shadow: none;
}
.tablaEstadolistaPerros caption {
	margin-bottom: 10px;
	font-size: 20px;
}

.tablaEstadolistaPerros th,
.tablaEstadolistaPerros td {
	width: 50%;
	border: 2px solid black;
	background: none;
	text-align: center;
}

.cupoPrincipal {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: rgb(165, 40, 40);
	font-size: 35px;
	text-align: center;
	line-height: 100px;
	color: white;
}

.cupoPorcentaje {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: rgb(165, 40, 40);
	font-size: 35px;
	text-align: center;
	line-height: 100px;
	color: white;
}

.tablaContratacionesPendientes {
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	box-shadow: none;
}

.tablaContratacionesPendientes td {
	text-align: center;
	/* border: none; */
	border-collapse: collapse;
	box-shadow: none;
}

.tablaContratacionesPendientes td:nth-child(4) {
	width: 40%;
	text-align: center;
	/* border: none; */
	border-collapse: collapse;
	box-shadow: none;
}

.tablaContratacionesPendientes caption {
	font-size: 20px;
	font-weight: 700;
}

/*  */
/*  */
/*  */

.tablaPaseador {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-collapse: collapse;
	box-shadow: none;
}

.tablaPaseador td:nth-child(1) {
	width: 30%;
}
.tablaPaseador td:nth-child(2) {
	width: 30%;
}

.tablaPaseador th,
.tablaPaseador td {
	border: 1px solid red;
	background: none;
	text-align: center;
	padding: 20px;
	font-size: 20px;
}

.tablaPaseador input[type="button"] {
	font-size: 16px;
	padding: 12px 20px;
	color: #fff;
	background-color: #20c997;
	border-radius: 10px;
	border: none;
	transition: background-color 0.3s ease;
}

.tablaPaseador input[type="button"]:hover {
	background-color: #199d7c;
}

#mostrarMensajeContratacion {
	margin: 50px auto;

	text-align: center;
}

.mostrarSelectPaseadores {
	border-top: 2px solid gray;
	margin: 50px auto;
	text-align: center;
}

/* SECCION  PASEADORES CON CONTRATACIONES ACTIVAS */

#mostraTablaPaseadoresActivos {
	border-top: 2px solid gray;
	margin: 50px auto;
	text-align: center;
}

#mostraTablaPaseadoresActivos h2 {
	padding: 20px;
	font-size: 25px;
}

.tablaPaseadoresActivos {
	width: 100%;
	margin: 20px 10px;
}

.tablaPaseadoresActivos td {
	text-align: center;
	padding: 10px;
}

#mostrarTablaContratacionesPendientes {
	margin: 25px 0;
	background-color: rgb(211, 211, 211);
}

#mostrarEstadoPaseador {
	background-color: rgb(211, 211, 211);
}

.botonesMenu {
	margin: 10px 10px;
	padding: 10px;
	background-color: #20c997;
	color: white;
	border-radius: 20px;
	border: none;
}

.botonesMenu:hover {
	background-color: #199d7c;
}
