*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	font-size: 16px;
	--primary: #0074BF;
	--p: #64748b;
}

ol,
ul {
	list-style: none;
}

a img {
	border: none;
}


body {
	background: url("../images/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	color: #475569;
}

h1 {
	text-align: center;
	margin: 3rem 0 1.5rem;
}

h1 {
	font-size: 2rem;
	color: var(--primary);
	line-height: 1.15em;
	margin-top: .5rem;
	font-weight: 700;
	background: -webkit-linear-gradient(#0074BF, #00A7E1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -2%;
	font-family: 'Overpass', sans-serif;
}

h1 img {
	max-width: 100%;
}

h2 {
	font-size: 2rem;
	color: var(--primary);
	line-height: 1.15em;
	margin-top: .5rem;
	font-weight: 700;
	background: -webkit-linear-gradient(#0074BF, #00A7E1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -2%;
	font-family: 'Overpass', sans-serif;
}

h2,
.text-center {
	text-align: center;
}

h3 {
	font-size: 1.25rem;
	font-weight: 400;
	font-family: 'Overpass', sans-serif;
	letter-spacing: -1px;
	color: var(--primary);
}

p {
	line-height: 1.5em;
}

main {
	margin-bottom: 2rem;
}

.container {
	max-width: 920px;
}

.navbar-brand {
	display: none;
}



/* Botones y formulario */

button {
	cursor: pointer;
}

.modal {
	background-color: #fff;
	border-radius: 0.5rem;
	border: none;
	padding: 2rem;
	max-width: 350px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #52525c;
	;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem
}

.modal-header button {
	background-color: transparent;
	border: none;
	color: #71717b;
	font-size: 1.5rem;
	line-height: 1em;
}

.modal-buttons .button {
	margin-bottom: 0.5rem;
}

.modal-remember {
	display: flex;
	gap: 0.25rem;
	align-items: center;
	font-size: 0.875rem;
	color: #52525c;
	margin-bottom: 1rem;
}

.frmLogin .no-continue {
	text-align: center;
	margin-bottom: 0;
	margin-top: 0.5rem
}

.frmLogin .no-continue a {
	font-size: 0.875rem;
	color: #0074bf;
}

.frmLogin input[type="text"],
.frmLogin input[type="password"] {
	margin-bottom: 0.75rem;
}

.frmLogin p {
	margin-bottom: 0.5rem;
}

input {
	font-family: 'Open Sans', sans-serif;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
	line-height: 100%;
	font-size: 1rem;
	display: block;
	width: 100%;
	border: 1px solid #d4d4d8;
}

.button {
	font-weight: 400;
	font-family: 'Overpass', sans-serif;
	font-size: 1rem;
	border-radius: 0.25rem;
	padding: 0.5rem 1.25rem;
	margin: 0 auto;
	border: 2px solid #0074bf;
}

.button-primary {
	background-color: #0074bf;
	color: #fff;
}

.button-secondary {
	background-color: transparent;
	color: #0074bf;
}

/* Centros */


.centros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
}

.centro {
	flex-grow: 1;
	height: 115px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: .75rem;
	overflow: hidden;
	transition: 200ms ease background-color;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.centro a {
	display: flex;
	align-items: center;
	justify-content: start;
	height: 100%;
	color: var(--primary);
	text-decoration: none;
}

.centro-logo {
	padding: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #fff;
	width: 115px;
	aspect-ratio: 1;
}

.centro-nombre {
	padding: 1.5rem;
}

.centro-nombre h3 {
	letter-spacing: -.5px;
	margin-top: 3px;
	line-height: 1.3em;
}

.centro-nombre p {
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 500;
	font-family: 'Overpass';
	color: #00A7E1;
	margin-left: 1px;
	opacity: .8;
}

.centro-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tabs-wrap {
	display: flex;
	justify-content: center;
}

.tabs-centros {
	display: flex;
	justify-content: center;
	margin: 2rem 0 1rem;
	flex-wrap: wrap;
	padding: 0.25rem ;
	background-color: #dbdbdb;
	border-radius: 0.5rem;
}

.tab-centro {
	border: none;
	border-right: none;
	color: #505050;
	background-color: transparent;
	padding: 0.5rem 1.5rem;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-family: 'Overpass', sans-serif;
	cursor: pointer;
	font-weight: 400;
}

.tab-centro:last-of-type {
	border-right: 1px solid #dbdbdb;
}

.tab-centro.active {
	background: #ffffff;
	color: #606060;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: flex;
}

.footer p {
	font-size: 0.875rem;
	color: #808080;
	text-align: center;
}

footer {
	display: none;
}

.footer-contacto {
	text-align: center;
	color: #808080;
	font-size: 0.875rem;
	
}
@media screen and (min-width: 700px) {
	.centro {
		flex-basis: 49%;
		max-width: calc(50% - .5rem);
	}

}