body {
	color: #000000;
	font-weight: 400;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #F2F2F2;*/
	
}
a {
	text-decoration: none;
	outline: none;
}

.cabecera {
	height: 95px;
	background-color: white;
	border-bottom: 1px solid black;
	display: flex;
    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;
	/*margin-left: 11%;*/
}
.header-img {
	width: 535px;
    height: 77px;
	padding-left: 75px;
}
.idiomas {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	padding-right: 30px;
}
.idioma:hover {
    text-decoration: underline;
}
.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: 65px;
	font-family: "Open Sans", sans-serif;
}
.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;
}
.pie {
	width: 100%;
	height: 130px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
	background-color: white;
	margin-top: 131px;
	border-top: 1px solid #c9c9c4;
}

section {
	padding: 1em;
	text-align: center;
}

.footer-text {
	color: black;
	font-size: 14px;
	font-weight: normal;
}

@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;
	}
}
@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;
	}
}
@media screen and (max-width: 320px) {
	.header-img {
		width: 180px;
        height: 31px;
	}
}