/*dm serif display para titulos
Montserrat para subtitulos
Poppins para textos*/
body
{
background-color: #FEF3E2;
}
/*TITULO PORTAFOLIO*/
#porta
{
	text-align:left;
	font-family:dm serif display ;
	font-size: 30px;
	color: black;
}
/*BOTONES NOSOTROS, LEO, JOSS*/
#menu
{
	width: 45%;
}
#menu td
{
	text-align: center;
	background-color: #A0153E;
}
#menu td:hover
{
	background-color: #FF204E;

}
#menu a
{
	font-family: Poppins;
	font-size: 30px;
	color: white;
	text-decoration: none;
}
/*FOTO NOS PRINCIPAL*/
.contenedor-nosotros {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px; /* Espacio entre imagen y texto */
  padding: 40px;
}

#Nosotros {
  width: 30%;
  border-radius: 20%;
  box-shadow: 5px 5px 15px #00224D;
  border: 2px solid #00224D;
}

.info-nosotros {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#LJ {
  text-align: left;
  font-family: 'Montserrat';
  font-size: 30px;
  color: black;
  margin: 0;
}

#txtNosotros {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: black;
  margin-top: 10px;
}
#descripcion
{
	text-align: justify;
	font-family: Poppins;
	font-size: 15px;
	color: black;
}
#SobreNosotros
{
	text-align: justify;
	font-family: DM Serif Display;
	font-size: 25px;
	color: white;
	background-color: #00224D;
}
#SobreJoceLeo
{
	text-align: justify;
	font-family: Poppins;
	font-size: 15px;
	color: black;
}