



.uca_aemet_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.uca_aemet_component {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 24px;
	position: relative;
	
	margin: 10px 5px;
	padding: 10px;

	background: #d1d1d1;
	background: linear-gradient(to bottom, #d1d1d1, #fff 45%);
	color: #333B;

	border: 1px solid #5559;
	border-radius: 10px;
	
	min-height: 100px;
	min-width: 100px;
	max-width: 230px;
}

.uca_aemet_data {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	text-align: center;
	margin: 5px 2px;
	padding: 10px 6px;
	overflow: hidden;
}
.uca_aemet_data + .uca_aemet_data {
	border-top: 1px solid #9999;
}

.uca_aemet_weather {
	min-height: 140px;
	display: flex;
	flex-direction: column;
}

.uca_aemet_weather_periods {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	border: 1px solid #0002;
	border-radius: 5px;
	background-color: #ccc3;
	padding: 4px 0px;
}
.uca_aemet_weather_period {
	padding: 3px;
}
.uca_aemet_weather_period + .uca_aemet_weather_period {
	border-left: 1px solid #9999;
}
.uca_aemet_data.uca_aemet_weather i.wi,
.uca_aemet_data .uca_aemet_weather_period i.wi {
	margin: 0;
}

.uca_aemet_weather_period_title {
	font-size: 10px;
}


.uca_aemet_data.uca_aemet_rain {
	flex-wrap: wrap;
}


.uca_aemet_rain_periods {
	display: flex;
	justify-content: center;
	border: 1px solid #0002;
	border-radius: 5px;
	background-color: #ccc3;
	padding: 2px 0px;
	margin-top: 7px;
	margin-left: 5px;
}
.uca_aemet_rain_period {
	font-size: 12px;
	padding: 3px;
	color:   #2980b9aa  ;
}
.uca_aemet_rain_period + .uca_aemet_rain_period {
	border-left: 1px solid #9999;
}
.uca_aemet_rain_period_title {
	font-size: 8px;
	color: #333B;
}



.uca_aemet_title {
	flex-direction: column;
}
.uca_aemet_title_last {
	margin-top: 10px;
	font-size: 10px;
}
.uca_aemet_obs_location {
	display: none;
}
.uca_aemet_capital {
	text-transform: capitalize;
}
.uca_aemet_temp_mm,
.uca_aemet_raing_prob {
	font-size: 11px;
	margin-left: 10px;
}
.uca_aemet_raing_prob .uca_aemet_unit, 
.uca_aemet_temp_mm .uca_aemet_unit {
	font-size: 9px;	
	margin-left: 2px;
	vertical-align: middle;
}
.uca_aemet_data i.wi {
	margin-right: 6px;
	line-height: 1.3em;
}
.uca_aemet_info {
	display: none;
	margin-left: 5px;
}
.uca_aemet_unit {
	font-size: 14px;
	vertical-align: top;
	margin-left: 5px;
}

.uca_aemet_loading {
	width: 100%;
	height: 100%;
	background: url('../images/ajax-loader.gif') no-repeat center center;

	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.uca_aemet_loadingover {
    background: #000;
    opacity: 0.5;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.uca_aemet_ico-size-1 {
	font-size: 0.9em;
	line-height: inherit;
}
.uca_aemet_ico-size-2 {
	font-size: 1.2em;
	line-height: 1em;
}
.uca_aemet_ico-size-3 {
	font-size: 4em;
	line-height: 1.5em;
}

.uca_aemet_error {
	display: flex;
	flex-direction: column;
	font-size: 16px;
}
.uca_aemet_error .uca_aemet_btn_refresh {
    font-size: 30px;
    padding: 10px;
    margin-bottom: 20px;
}


/* --------------------------------------------------------------------------------------------------- POPUP */















/* .................................................................................... RESPONSIVE .........................................................................................*/

/* Medida para SmartPhones Horizontal ............................................*/
@media screen and (max-width: 800px) {  
	.uca_aemet_component {
		font-size: 20px;
	}
	.uca_aemet_weather {
		min-height: 125px;
	}
}

/* Medida para SmartPhones Horizontal ............................................*/
@media screen and (max-width: 600px) {  
	.uca_aemet_component {
		font-size: 16px;
	}
	.uca_aemet_weather {
		min-height: 110px;
	}
}