@charset "UTF-8";

@media screen and (max-width: 325px) {
	.font-etiquetas-agencia {
		font-size: 1.1rem !important;
	}
	.imagen-gobierno {
		max-width: 50% !important;
	}
	.font-etiquetas-atencion {
		font-size: 1.1rem !important;
	}
}

@media screen and (min-width: 330px) and (max-width: 500px) {
	.font-etiquetas-agencia {
		font-size: 1.1rem !important;
	}
	.imagen-gobierno {
		max-width: 50% !important;
	}
	.font-etiquetas-atencion {
		font-size: 1.1rem !important;
	}
}

@media screen and (max-width: 640px) {
	#container {
		padding-bottom: 1em !important;
	}
}

body, html {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100% !important;
}

#wrapper {
	min-height: 100% !important;
	position: relative !important;
}

#container {
	/* padding-bottom: 7em ; */
	min-height: calc(100vh - 268px);
}

.footer {
	height: auto !important;
	background: #1B5C4F !important;
	width: 100% !important;
	/*  position:relative !important;  */
	bottom: 0 !important;
	left: 0 !important;
	min-height: 3em !important;
	padding-top: 1.4em !important;
}

/* Estilos footer */
.cintillo-footer {
	background-image: url(/resources/img/cintillo2.svg);
	background-repeat: no-repeat;
	background-position-x: center;
	height: 30px;
}

.font-etiquetas-agencia {
	font-size: 1.2rem;
	color: white;
	font-weight: 500;
}

.imagen-gobierno {
	max-width: 80%;
	width: 100%;
}

.font-etiquetas-atencion {
	font-size: 1.1rem;
	text-align: left;
	font-weight: bold;
	color: white;
}

.titulo-texto-footer {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 15.1089px;
	line-height: 14px;
	letter-spacing: -0.342293px;
	color: #FFFFFF;
}

.icono-footer {
	display: inline-block;
	width: 24.65px;
	height: 24.65px;
	width: 24.65px;
}

.texto-footer {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 13.3314px;
	line-height: 20px;
	letter-spacing: -0.088876px;
	color: #FFFFFF;
}

.texto-footer-bold {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 13.3314px;
	line-height: 20px;
	letter-spacing: -0.088876px;
	color: #FFFFFF;
}

.imagen-portal-datos-footer {
	display: inline-block;
	width: 140.97px;
	height: 84.77px;
	width: 140.97px;
}

.bg-portal-datos-footer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.contenedor-portal-datos {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(/resources/img/portal-bg.png);
	background-size:cover;
	background-position:center;
	background-repeat:repeat;
	border-radius: 5.50303px;
}

/* Estilos para witget (barra de clima) */
.grecaFooterConsulta {
/* 	background-image: url(/resources/img/textura.png); */
	background-size: cover !important;
	background-position-y: 63%;
	border-radius: 5.4px;
	/* background-color: #691C32; */
	width: 1121px !important;
}

.grecaFooterMobile {
	background-image: url(/resources/img/textura.png);
	background-size: cover !important;
	background-position-y: 63%;
	border-radius: 5.4px;
	background-color: #691C32;
	width: 100% !important;
}