.default{
	display: flex;
	justify-content: center;
}
.languaje{
	display: flex;
	justify-content: center;
}
.containerFlag{
	display: flex;
	justify-content: end;
	width: 100%;
    max-width: 1121px;
}
.flag{
	width: 16px;
    height: 16px;
    margin-left: 4px;
}
.containerElement{
	max-width: 1121px;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.containerElementLeft{
	max-width: 1121px;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.containerImage{
	width: 30%;
}
.containerText{
	font-size: small;
	width: 70%;
	text-align: justify;
	padding-left: 25px;	
	color: #676767
	}
.containerTextLeft{
	width: 70%;
	text-align: justify;
	padding-right: 25px;	
}
.elementImage{
	width: 100%;
	height: 100%;
}
h2{
	margin-top: 0;
	color:#737D3F;
	
}
body{
	font-family: Verdana, Geneva, Tahoma, sans-serif
}
#main{
	margin-top: 25px;
	display: grid;
	justify-content: center;
}