.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.text_lan{
	font-size: 108%;
}
.margin-top{
	margin-top:3em; 
}
 @media (min-width:1201px){
}
.flexbox1 {
  margin: 8em 0 0 10em;
}
.flexbox2 {
  margin: 0 0 0 10em;
}
}
 @media (max-width:1200px) and (min-width:768px){
.flexbox1 {
   margin:6em auto 4em auto;
}
.flexbox2 {
  margin:  0 auto;
}
}
 @media (max-width:767px){
.flexbox1 {
  margin: auto;
}
.flexbox2 {
  margin: auto;
}
}
 @media (max-width:767px){
.text-mobile{
 	font-size:200%!important;
 }
.flex-container {
  display: block;
}
.flexbox1 {
  margin: 0;
}
.flexbox2 {
  margin: 0;
}
.margin-top{
	margin-top:0; 
}
}
.btn{
	border-radius: 30px; 
}
.btn.btn-yellow{
	color: #000;
	background-color: #ffef05;
}
.btn.btn-yellow:hover{
	font-size: 1.2em;
}
.btn.btn-yellow:visited{
	color: #000;
	background-color: #ffef05;
}
.btn.btn-outline2:hover{
	font-size: 1.2em;
}
.btn.btn-outline2:visited{
	color: #000;
	background-color: #ffef05;
}
.text-hover-primary:hover{
	color: #fff!important;
	opacity: 1!important;
}
.menu-item .menu-link:hover{
	color: #fff!important;
	opacity: 0.8!important;
}
.btn.btn-blue{
	color: #fff;
	background-color: #4db0f3;
}
.btn.btn-primary2{
	background: #8c49d6;
	color: #fff;
}
.btn.btn-primary2:hover{
	background: #9e5ce7;
	color: #fff;
}
.btn.btn-color-primary2,.btn-active-light-primary{
	color: #8c49d6!important; 
}
.btn.btn-outline2{
	background: #ffef05;
	color:#000;
}
.landing-header .menu .menu-link.active{
	color: #8c49d6!important;
}
.landing-header .menu .menu-link:hover{
	color: #fff!important;
	background: #8c49d6!important;
	border-radius: 30px!important; 
}
.menu-title-black-600 .menu-item .menu-link{
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
.text-primary2{
	color: #8c49d6;
}
.text-white-600{
	color: #fff;
}
.text-yellow-600{
	color: #ffef05;
}
.landing-purple-color{
	color: #7549b8;
	margin-bottom:-1px; 
}
.landing-purple-bg{
	background: #7549b8;
}
.margin-3{
	margin-top:1em; 
}
.text-white-500,.text-white-500 a{
	color: #fff;
}
.bg-primary2{
	background-color: #8c49d6; 
}
.menu-state-title-primary .menu-item .menu-link.active{
	color: #8c49d6; 
}
.menu-state-title-primary .menu-item .menu-link:visted{
	color: #8c49d6; 
}