@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i&display=swap');


footer {
 /*background-color: #333333;*/
 background-color: #0d5284;
 padding: 45px;
}

.fot {
 max-width: 960px;
 display: block;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}

/*.logo-portal img {
 width: 100px;
}*/

.logo-portal p {
 font-size: 50px;
 color: #fff;
 border: 1px solid #fff;
 padding: 5px;
 border-radius: 5px;
}

.logo-portal a {
 text-decoration: none;
}

.portal-fot a {
	color: white;
	text-decoration: none;
}

.portal-fot h3 {
	font-family: Arial;
}

.portal-dir p {
	font-family: 'Open sans', sans-serif;
	color: white;
	text-align: center;
}

.portal-dir .raya {
	text-decoration: underline;
}

.volver a {
  text-decoration: none;
  margin-left: 20px;
  color: white;
}

.volver {
  font-size: 14px;
}

.legal a {
  color: white;
}

.V-C {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

hr.style-que {
	border: 2px solid #fff;
	border-radius: 300px/10px; 
	height: 0px; 
	text-align: center;
}

.carabos {
	max-width: 960px;
	display: block;
	margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-family: 'Open sans', sans-serif;
}
.carabos img {
	height: 110px;
}

.pie {
	color: black;
	font-family: 'Open sans', sans-serif;
	text-align: center;
	background-color: #f2f2f2;
	padding: 15px;
}

.pie span {
	color: #0585c3;
}

@media screen and (max-width: 768px) {
 .carabos img {
  margin-bottom: 15px;
 }	
}

@media screen and (max-width: 600px) {
 .fot {
  justify-content: space-around;
 }
 .portal-dir {
  margin-top: 20px;
 }
 .carabos img {
	margin-bottom: 15px;
}
 .carabos h5 {
	text-align: center;
 }
}