/* Antes en el head */
body {
	padding: 0;
	margin: 0;
}

.lorem {
	font-style: italic;
	color: #AAA;
}

.hidden-xs,
.hidden-sm {
	margin-bottom: 6em;
}

@media only screen and (min-width: 1170px) {
	.cd-logo {
		top: 5px;
		left: 4em;
	}

	.cd-logo img {
		height: 77px;
		margin-right: 10px;
	}
}

/******************************cuadro temperatura y presion****************************************/
.row-no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutter [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}


#card {
	background: #fff;
	position: relative;

	/* -webkit-box-shadow: 0px 1px 10px 0px rgba(207, 207, 207, 1);
	-moz-box-shadow: 0px 1px 10px 0px rgba(207, 207, 207, 1);
	box-shadow: 0px 1px 10px 0px rgba(207, 207, 207, 1); */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.city-selected {
	position: relative;
	overflow: hidden;
	min-height: 200px;
	/* background: #3D6AA2; */
}

article {
	position: relative;
	z-index: 2;
	color: #0c3f73;
	padding: 20px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.info .city,
.night {
	font-size: 2em;
	font-weight: 200;
	position: relative;


	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.night2 {
	font-size: 1.5em;
	font-weight: 200;
	position: relative;


	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.info .city:after {
	width: 15px;
	height: 2px;
	background: #fff;
	position: relative;
	display: none;
	vertical-align: middle;
	margin-left: 10px;
}

.city span {
	color: #999;
	font-size: 13px;
	font-weight: bold;

	text-transform: uppercase;
	text-align: left;
}

.night {
	font-size: 18px;
	text-transform: uppercase;
}

.icon {
	width: 40px;
	height: 40px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;

	overflow: visible;

}


.temp {
	font-size: 5em;
	display: block;
	position: relative;
	font-weight: bold;
}

svg {
	color: #fff;
	fill: currentColor;
}


.wind svg {
	width: 18px;
	height: 18px;
	margin-top: 20px;
	margin-right: 10px;
	vertical-align: bottom;
}

.wind span {
	font-size: 13px;
	text-transform: uppercase;
}

.city-selected:hover figure {
	opacity: 0.4;
}


figure {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.1;
	z-index: 1;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.days .row [class*="col-"]:nth-child(2) .day {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.days .row [class*="col-"] {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.days .row [class*="col-"]:hover {
	background: #eaeaea;
}

.day {
	padding: 10px 0px;
	text-align: center;

}

.day h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

.day svg {
	color: #000;
	width: 32px;
	height: 32px;
}

/******************************cuadro temperatura y presion****************************************/


#g-temp,
#g-pre,
#g-X {
	margin-top: 2em;
	padding: 2em;
}


#g-vientos {
	margin-top: 0;
	padding: 2em;
	background: #eee;
}

/******************************BOTONES****************************************/

.mx-8px {
	margin: 0 6px;
}

.mb-3em {
	margin-bottom: 3em;
	margin-top: 3em;
}

hr {
	margin: 4px;
}

.btn {
	line-height: 1.2;
}

.min-h6em {
	min-height: 6em;
	min-width: 13.5em;
	margin: 1em;
}

.active-btn {
	background-color: #0c3f73;
	color: #fff;
	box-shadow: inset 1px 1px 6px 0 #1C1C1C;
}

.active-btn>hr {
	/*! color: #30eaea; */
	/*! background: beige; */
	border-color: #fff;
}

.active-btn:focus,
.active-btn:hover {
	color: #fff !important;
}

.content-todo {
	display: block;
	position: relative;
	margin-top: 7em;
	min-height: 700px;
	padding: 0 15px;
}

.sombra {
	box-shadow: 1px 1px 4px 0 #CACACA;
}

.btn {
	outline: none !important;
}

footer {
	width: 100%;
	padding: 1.5em 0;
	/**min-height: 105px;*/
	background-color: #0d335f;
	/*border-top: 5px solid #2773c4;
    padding-left: 1.125rem;*/
}

footer .content {
	padding: 1.5em 1em;
}

footer nav {
	margin: 10px 0;
	width: 70%;
}

footer nav ul {
	padding: 0;
	margin: 0;
}

footer nav ul li {
	display: inline-block;
	margin-right: 1.5rem;
}

footer nav ul li a {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

footer nav ul li a:hover {
	color: #4badf1
}

footer p {
	font-size: 10px;
	margin: 5px 0;
	font-weight: initial;
	line-height: 1.5rem;
	font-weight: 300;
	color: #fff;
}

footer .logo-footer {
	width: 80px;
	height: 80px;
	display: inline-block;
	/* float: right; */
	/*margin-right: 180px;*/
	margin-top: -20px
}

footer .logo-footer img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 80px;
}

footer .dat-direccionales {
	width: 70%;
	display: inline-block;
}

footer .dat-direccionales p:first-child {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30)
}