/*MOBILE TABLET PC*/

* {
	font-family: 'Roboto Condensed', sans-serif;
}

.margen {
    width: 95%;
    z-index: 1;
}

a {
	text-decoration: none;
}

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

#scrolled_px {
	display: none;
}

#header {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

#header nav {
	background-color: transparent;
	margin-right: 0px;
}

#header nav a {
	color: #9c9c9c;
	text-transform: uppercase;
}

#header nav a:hover {
	color: #5d69ba;
}

#header #gto {
  top: 31px;
  position: absolute;
  right: -19px;
  height: 120px;
  width: 87px;
}

#boton_menu {
	color: #bbb;
	z-index: 1;
}

#logo {
	width: auto;
	width: 140px;
	height: 100%;
	top: 0px;
}

#footer {
	background-color: #eee;
	color: #444;
}

#footer .flex {
	align-content: center;
	justify-content: left;
	height: 38%;
  padding: 15px 0px;
}

#footer .flex:nth-of-type(2) {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

#footer .flex:nth-of-type(3) {
	height: 24%;
}

#footer h3 {
  width: 100%;
	color: #72ad47;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 8px;
}

#footer a {
	color: #555;
}

#footer li {
	list-style-type: none;
	color: #555;
	cursor: pointer;
	margin-bottom: 3px;
}

#footer p {
	text-align: justify;
	font-size: .8em;
	margin-bottom: 10px;
	color: #555;
}

#footer #para_iconos {
	width: 100%;
	margin-top: 11px;
}

#footer #para_iconos i {
		margin-right: 5px;
}

#footer i {
	color: #5D69BA;
	font-size: 1.8em;	
	position: relative;
}

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

	#footer {
		height: 250px;
	}
	
	#footer .margen {
		justify-content: space-between;
	}
		
	#footer .flex {
		align-content: flex-start;
		min-height: 70%;
		padding: initial;
	}
	
	#footer .flex:nth-of-type(2) {
	  padding-top: initial;
	  border: initial;
  }

	#footer .flex:nth-of-type(3) {
    align-content: space-between;
  }
	
	#footer p {
		font-size: 1em;
	}
	
}

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

  #header nav {
		width: 50%
	}
	
	#header #gto {
		top: 27px;
		right: -64px;
 }

	#logo {
		left: -2px;
	}

}



