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

.cabecera {
	height: fit-content;
	display: flex;
    justify-content: space-between;
	align-items: center;
	background-color: white;
	position: relative;
}
.cabecera ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 70px;
	padding-top: 0px;
	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;
}
.header-img {
	height: 60px;
    margin: 19px 0;
    margin-left: 23px;
}
.idiomas {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	padding-right: 30px;
}
.idioma:hover {
    text-decoration: underline;
}
.cabecera-line {
    width: 100%;
    height: 8px;
    background: linear-gradient(to top, #2d8ec2 0%, #48a1cd 50%, #55aad3 100%);
}
.header_div {
	display: inline-block;
}
.left-div-header {
	display: flex;
	justify-content: left;
	width: 60%;
}
.right-div-header {
	display: flex;
	justify-content: right;
	width: 25%;
}
.desplazada {
  position: relative;
  left: 38%;
}
.secciones {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: white;
}
.secciones h1 {
	font-size: 44px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 0px;
    padding-bottom: 18px;
    padding-top: 30px;
}
.sub-Section {
    font-size: 23px;
    color: black;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}
.button-citas {
  border-radius:10px;
  background-color: #006089;
  height:73px;
  width:117px;
  font-size:24px;
  display: block;
  color: white;
  padding-top:10px;
  cursor: pointer;
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}
.iniciar{
    border-radius: 10px;
    border: #007bc4;
    color:#007bc4; 
    border-style:solid;
    padding: 10px;
}
.pie {
    left: 0;
    bottom: 0;
    width: 100%;
	height: 120px;
	margin-top: 30px;
	text-align: center;
	background-color: #333333;
}
.txt {
	text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    color: #717171;
}
.inferior{
    background-color: #067FB6;
	padding: 15px 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
	height: 100px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.menu-inferior {
	text-align: center;
}

.menu-inferior li {
    list-style-type: none;
    color: white;
}

.menu-inferior a {
    color: white;
}

section {
	padding: 1em;
	text-align: center;
}
.footer-text {
	color: white;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}
.inferior{
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.footer-img {
	width: 75px;
    height: 50px;
	margin-right: 26px;
}
.footer-content {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.footer-content p {
    flex: 1;
    text-align: center;
    margin: 0;
}
.footer-Xunta {
	height:70px;
	margin-left: 26px;
}
@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;
}

}

@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: 750px) {

.secciones h1 {
font-size: 40px}
}

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

.menu-inferior {
    flex-wrap: wrap;
}

.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: 35px}

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

@media screen and (max-width: 600px) {
    .secciones h1 {
    font-size: 30px}
    }
}
@media screen and (max-width: 499px) {
	.menu-inferior li {
		margin-left: 0px !important;
	}

}
@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 (min-width: 700px) and (max-width: 800px) {
	.menu-inferior li {
		margin-left: 0px !important;
	}
}
@media (max-width: 500px) {
	.left-div-header {
		width: 60%;
	}
	.right-div-header {
		width: 40%;
	}
	.right-div-header img {
		margin-left: 50px;
	}
}
@media (max-width: 850px) {
  #botonfullscreen {
    display: none !important;
  }
}
@media (max-width: 1024px) {
	.menu-inferior{
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
}
@media screen and (max-width: 710px) {
	.header-img {
        height: 45px;
	}
}
@media screen and (max-width: 461px) {
	.header-img {
        height: 24px;
		margin-left: 6px !important;
	}
	.footer-text {
		font-size: 11px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
	}
	.footer-img {
		width: 45px;
        height: 35px;
	}
	.footer-Xunta {
		height: 35px;
	}
	.selector-idioma .lang-link {
		font-size: 10px !important;
	}
	.selector-idioma {
		margin-right: 8px !important;
	}
	.header-title {
		font-size: 22px !important;
	}
}
@media screen and (max-width: 386px) {
	.cabecera {
		height: 80px;
	}
    .header-img {
        height: 18px;
    }
	.idiomas {
		font-size: 10px;
        padding-right: 15px;
	}
	.footer-text {
		font-size: 10px;
		margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
	}
	.footer-img {
		width: 40px;
		height: 30px;
		margin-right: 4px;
	}
	.footer-Xunta {
		height: 30px;
		margin-left: 4px;
	}
}
@media screen and (max-width: 320px) {
	.header-img {
        height: 31px;
	}
	.footer-text{
		font-size: 11px;
	}
}
.selector-idioma {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    user-select: none;
    margin-right: 30px;
}

.idioma-actual {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flecha {
    font-size: 12px;
}

/* Desplegable oculto por defecto */
.lista-idiomas {
    position: fixed;
    background: #ffffff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 160px;
    display: none;
    z-index: 2147483647;
}

/* Mostrar cuando esté activo */
.lista-idiomas.activo {
    display: block;
}

.lista-idiomas li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.lista-idiomas li a:hover {
    background-color: #f2f2f2;
}

.header-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #007bc4;
	font-size: 48px;
	font-weight: 500;
	white-space: nowrap;
	pointer-events: none;
	z-index: 5;
}

@media screen and (max-width: 710px) {
	.header-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 386px) {
	.header-title {
		font-size: 22px;
	}
}
.selector-idioma {
	display: flex;
	gap: 12px;
	align-items: center;
}

.selector-idioma .lang-link {
	color: #0A75B2;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.selector-idioma .lang-link.active {
	color: #000000;
	font-weight: 700;
}

.selector-idioma .lang-link:hover {
	text-decoration: underline;
}

.disabled-call {
	opacity: 0.2;
	cursor: not-allowed;
}
