/*
Dark blue: #00315c
Light blue: #00789c
light blue opaco: #327699

TEXT
light blue : #9BCBF6;
bright blue: #7AC0FF
light greenblue: #97E0F5
*/

/*MOBILE TABLET PC*/

* {
  font-family: 'Source Sans Pro', sans-serif;
}

#wrap, .flex, .section, .sub, .margen {
  border: none; /*none*/
}

#header {
  transition: all .3s ease;
	border-bottom: 1px solid #ccc;
}

#header .margen {
	align-content: center;
	justify-content: 
}

#header .nav {
  height: 100%;
}

#header .ul-nav  {
	height: 100%;
}

#header .ul-nav > li > a {
	text-transform: ;
	font-size: 1.2em;
	color: #000
}

#header .ul-nav > li:hover {
	background-color: initial;
}

#header .ul-nav > li:hover > a {
  color: #00789c;
}

#logo {
	align-self: center;
	height: auto;
	width: 220px;
	top: 3px;
	position: relative;
}

#boton_menu {
	position: relative;
	top: 13px;
	color: #00315c;
}

#menu_movil a {
	text-transform: uppercase;
}

#scrolled_px {
	display: none; /*none*/
}

.margen {
  width: 93%;
  max-width: 1200px;
}

.strong_consper {
	color: #327699;
}

#footer {
	background-color: #00315C;
}

#footer .margen {
	padding: 50px 0px
}

#footer .margen > .flex {
	padding: 15px 0px;
}

#footer h3 {
  width: 100%; 
	color: #97E0F5;
	font-size: 1.1em;
	margin-bottom: 12px;
}

#footer ul {
	width: 100%;
}

#footer li {
	list-style-type: none;
	color: #eee;
	margin-bottom: 7px;
}

#footer ul i {
	color: #fff;
	font-size: 1.2em; 
	margin-left: 32px;
  position: relative;
	top: -2px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 1.15em;
}

#footer .p_rights {
	font-size: .8em;
	color: #ddd;
}

#footer .div_icons {
	margin-top: 8px;
	width: 100%;
}

#footer .div_icons i {
	color: #fff;
	font-size: 1.6em;	
	margin-right: 15px;
}

#footer .div_img {
	width: 140px;
	margin-bottom: 10px;
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 



}


/*PC ONLY*/
@media only screen and (min-width: 970px) { 

	#header .nav {
		width: 50%;
	}
  
}