font-face{
	font-family: cursive;
}

.container {
	width: 100%;
	height: 700px;
	border:1px solid black;
	background: white ;
	display: flex;
	flex-direction: row;
}

.colum-izquierda {
	width: 25%;
	height:100%;
	border: 1px solid black;
}
.colum-derecha {
	width: 75%;
	height: 90%;
	border: 1px solid black;
}

.box-1 {
	width: 100%;
	border: 1px solid black;
	height: 20%;
}


.box-2 {
	font-family: cursive;
	font-size: 2.2em;
	width: 100%;
	border: 1px solid black;
	height: 25%;
	background: pink;
}


.box-3 {
	font-family: cursive;
	font-size: 1.4em;
	width: 100%;
	border: 1px solid black;
	height:30%;
	background: pink;
}

.box-4 {
	font-family: cursive;
	font-size: 1.3em;
width: 100%;
border: 1px solid black;
height: 28%;
background: pink;
} 

.box-5 {
	font-family: cursive;
	font-size: 1.4em;
	width: 100%;
	border: 1px solid black;
	height: 30%;
	background: pink;
}

.box-6 {
	font-family: cursive;
	font-size: 1.4em;
	width: 100%;
	border: 1px solid black;
	height: 30%;
	background: pink;
}

.box-7{
	font-family: cursive;
	font-size: 1.4em;
	width: 100%;
	border: 1px solid black;
	height: 50%;
	background: pink;
}
.foto-psicologa{
	width: 50%;
	height: 100%;
}