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;
}

.cabecera {
	background-color: white;
	display: flex;
	height: 95px;
	margin-top: -19px;
}
.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: #f8cf59;
}
.header-img {
	width: 200px;
    padding-left: 16px;
    margin-top: -9px;
}
.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: 2em;	
	line-height: 50px;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-top: 53px;
	font-family: "Open Sans", 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;
    padding-bottom: 98px;
    border-radius: 3px;
    flex: 1;
    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 */
}
.pie {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #c4c4c4;
	font-size: 14px;
	height: 120px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
	font-family: "Lato", sans-serif;
}
.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: 14px;
	font-weight: normal;
}
.footer-img {
	width: 100px;
}
.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: 100px;
	color: white;
	background-color: #488876;
	width: 162.75px;
	height: 35px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
}

@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%;
}

}

@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%;
}

}

@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: 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: 325px;
        height: 45px;
        padding-left: 40px;
	}
}
@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: 280px;
        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: 240px;
        height: 35px;
        padding-left: 15px;
    }
	.idiomas {
		font-size: 10px;
        padding-right: 15px;
	}
	.secciones h1 {
		font-size: 1.3rem;
		padding-top: 35px;
	}
	.pie {
		padding-top: 0px;
		margin-top: 95px;
		height: 115px;
	}
	.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: 180px;
        height: 31px;
	}
}
.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    gap: 7px;
}
.footer-item {
    display: inline;
}
.footer-logo {
    display: flex;
    align-items: center;
	margin-right: 27px;
}
.img-inferior {
    max-height: 100px;
    width: auto;
}
.footer-link {
    color: white;
    font-weight: bold;
    display: inline;
    word-spacing: normal;
    letter-spacing: normal;
}
.footer-link:hover {
    color: black;
}