body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}
header {
	background-color: #0065bd;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
p {
	font-family: "Rajdhani", sans-serif;
}

dfn {
	font-family: "Rajdhani", sans-serif;
	padding-bottom: 10px;
	display: block;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
}
h2 {
	font-family: "Baskervville SC", serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
h3 {
	font-family: "Advent Pro", sans-serif;
	color: #c1d9ed;
	font-size: 1em;
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.negrita {
	font-weight: bold;
	color: #363333;
}
.blue_bar {
	background-color: #0065bd;
	width: 90%;
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.logo-image{
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 85%;
  padding: 30px 0;
}

.header-image{
  display: table-cell;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  height: auto;
}

.header-title{
  display: block;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 125px;
}

.title{
  display: inline;
  margin: 0 auto;
  opacity: 0.7;
  font-size: 10px;
  font-family: Verdana;
  color: #c7cfd7;
}
main {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}
section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	min-width: 97%;
}


img {
	float: left;
	width: 200px;
	height: auto;
	margin: 20px;	
}
.text {
  max-width: 100%; /* ajusta el ancho del contenedor del texto */
  margin-left: 16%;
  padding: 4%; /* agrega un padding para darle un toque de espacio */
  background-color: #f0f0f0; /* agrega un fondo para darle un toque de estilo */
  border: 1px solid #ccc; /* agrega un borde para darle un toque de estilo */
}
nav {
	background-color: #0065bd;
	color: #fff;
	padding: 10px;
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline-block;
	margin-right: 20px;
}
a {
	color: #0065bd;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ef4850;
}




.footer{
  margin-top: 14px;
  height: 50px;
  text-align: center;
  background-color: #202020;
  display: flex;
  flex-wrap: nowrap;
}
.column{
min-width: 33.33%;
margin: 0 auto;
display: block;
vertical-align: middle;
}
.column:hover{
  background-color: #2881bb;
}




@media screen and (max-width: 767px) {
  .text {
    
	}
  img {
	width: 87%;
	}
}

/* FUENTES DE GOOGLE */

.baskervville-sc-regular {
  font-family: "Baskervville SC", serif;
  font-weight: 400;
  font-style: normal;
}

.advent-pro-advent-pro {
  font-family: "Advent Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}