@font-face {
	font-family: "Pathway Gothic One";
	src: url('../fonts/PathwayGothicOne-Regular.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "Noto Sans";
	src: url('../fonts/NotoSans_Condensed-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: "Noto Sans";
	src: url('../fonts/NotoSans_Condensed-SemiBold.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: "Noto Sans";
	src: url('../fonts/NotoSans_ExtraCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "Noto Sans Italic";
	src: url('../fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
	font-style: italic;
}

body {
	color: #000000;
	font-weight: 400;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
a {
	text-decoration: none;
	outline: none;
}

figure {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-switch a {
	color: black;
}

.lang-switch a:hover {
	text-decoration: underline;
	color: rgb(0, 86, 179);
}

.cabecera {
	background-color: white;
	display: flex;
	height: 70px;
	margin-top: -18px;
	justify-content: space-between;
    align-items: center;
}
.cabecera ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 70px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navbar {
	width: 100%;
	height: 39px;
	background-color: #232f3e;
}
.bizan{
	color: rgb(0, 77, 219);
	font-size: 36px;
	font-weight: bold;
	display: inline
}
.bizan:hover {
	text-decoration: underline;
	text-decoration-skip-ink: auto;
}
.header-img {
    width: 100px;
    height: 55px;
    padding-left: 20px;
}
.bizan-img {
	width: 40px;
	font-size: 24px; 
	font-weight: bold; 
	color: rgb(0, 77, 219);
	transform: translate3d(-5px, 3px, 0px);
}
.lang-switch {
	padding-right: 20px;
}
.botones {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 200px;
}
.desplazada {
    position: relative;
    left: 38%;
}
.secciones {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.secciones h1 {
	font-size: 46px;
	line-height: 50px;
	color: black;
	text-align: center;
	margin: 0px;
	padding-top: 72px;
	font-family: "Pathway Gothic One", sans-serif;
	padding-bottom: 5px;
}
.button-citas {
	border-radius: 10px;
	background-color: #04488c;
	height: 110px;
	width: 150px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding-top: 0;
	cursor: pointer;
	text-align: center;
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}
.border {
    background-color: white;
    border-radius: 3px;
    box-shadow:
        inset 100px 0 0 0 #e3e6e6,   /* left */
        inset -100px 0 0 0 #e3e6e6,  /* right */
        inset 0 30px 0 0 #e3e6e6,    /* top */
        inset 0 -30px 0 0 #e3e6e6;   /* bottom */
	flex: 1 0 auto;
}
.pie {
	width: 100%;
	height: 164px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #2b282b;
	display: flex;
	text-align: center;
	justify-content: space-between;;
    align-items: center;
}
.footer-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Noto Sans", "sans-serif";
	padding-right: 58px;
}
.footer-info a {
	color: white;
	text-decoration: none;
}
.footer-info a:visited {
	color: white;
}
.footer-info a:hover {
	color: white;
	text-decoration: underline;
}
.footer-space {
	height: 39px;
	width: 100%;
	background-color: #232F3E;
	display: flex;
	text-align: center;
	justify-content: center;
    align-items: center;
}
section {
	padding: 1em;
	text-align: center;
}
.footer-text {
	color: white;
	font-size: 16px;
	font-weight: normal;
}
.footer-img {
	width: 90px;
	padding-right: 24px;
}
.centrolabel {
	display: block;
	font-weight: 500;
}
.form {
	max-width: 400px;
	margin: 40px auto 0;
}
.centrofield {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.passwordlabel {
	display: block;
	font-weight: 500;
}
.passwordfield {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}
.aceptarbtn {
	border-radius: 4px;
	color: black;
	background-color: #41ad33;
	width: 110px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8%;
}
.secciones h1 {
	font-size: 36px;
}
}

@media screen and (max-width: 800px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}
.secciones h1 {
	font-size: 28px;
}
}

@media screen and (max-width: 700px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}


.desplazada {
  position: relative;
  left: 25%;
}

}
@media screen and (max-width: 700px) {
	.secciones h1 {
	font-size: 24px;
}
}
@media screen and (max-width: 320px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.cabecera li img {
	max-width: 38%;
	max-height: 75%;
}

.desplazada {
  position: relative;
  left: 1%;
}

}
@media screen and (max-width: 710px) {
	.header-img {
		width: 90px;
        height: 45px;
        padding-left: 42px;
	}
}
@media screen and (max-width: 651px) {
	.botones {
		gap: 150px;
	}
}
@media screen and (max-width: 571px) {
	.botones {
		gap: 120px;
	}
	.secciones h1 {
		font-size: 1.7rem;
	}
	.button-citas {
		height: 95px;
        width: 130px;
        font-size: 20px;
	}
	.footer-text {
		font-size: 13px;
	}
}
@media screen and (max-width: 461px) {
	.header-img {
		width: 80px;
        height: 40px;
        padding-left: 25px;
	}
	.secciones h1 {
		font-size: 1.5rem;
	}
	.button-citas {
		height: 85px;
        width: 120px;
        font-size: 18px;
	}
	.botones {
		gap: 90px;
	}
	.form {
		max-width: 325px;
	}
}
@media screen and (max-width: 386px) {
	.cabecera {
		height: 80px;
	}
    .header-img {
        width: 70px;
        height: 35px;
        padding-left: 15px;
    }
	.idiomas {
		font-size: 10px;
        padding-right: 15px;
	}
	.secciones h1 {
		font-size: 1.3rem;
		padding-top: 35px;
	}
	.footer-img {
		width: 75px;
        height: 50px;
	}
	.footer-text {
		font-size: 12px;
	}
	.button-citas {
		height: 75px;
        width: 110px;
        font-size: 16px;
		margin-top: 45px !important;
	}
	.botones {
		gap: 60px;
	}
	.form {
		max-width: 300px;
	}
}
@media screen and (max-width: 320px) {
	.header-img {
		width: 60px;
        height: 31px;
	}
}