html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
@font-face{
	font-family: 'Ballega';
	src: url('Ballega.otf');
}
/* Clase para la animación de entrada */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);

  }
}
.elemento-animado {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 200;
}

.elemento-animado.visible {
  animation: fadeInUp 0.6s forwards;
}
#hmenu{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #dce4ef;
	z-index: 300;
}
#hmenu>div>div:hover{
 background-color: #c6deb3;
 padding: 3px;
}
#cell_h_menu{
	display: none;
	
}
#menu_left_c{
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 85%;
	height: 100%;
	background-color: white;
	z-index: 500;
	animation-name: fromRightCenter;
  animation-duration: 1s;
}
#le_subMneu{
	width:90%;
	height:99%;
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	margin-top: 50px;
}
#le_subMneu>div{
	border-bottom: 2px solid #2f75d5;
	margin-bottom:25px;
}
.Row{
	display: flex;
	flex-direction: row;
}
.cAll{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#hleft_menu{
	position: absolute;
	width: auto;
	max-width: 48%;
	height: 100%;
	left: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	justify-items: center;
	text-align: center;
	border: 0px solid black;
}
#hleft_menu >div{
	margin-right: 10px;
	cursor: pointer;
}
#hright_menu{
	position: absolute;
	width: auto;
	max-width: 48%;
	height: 100%;
	right: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	justify-items: center;
	text-align: center;
	border: 0px solid black;
}
#hright_menu >div{
	margin-right: 10px;
	cursor: pointer;
}
.btng{
	font-family: 'Ballega';
	font-size: 12px;
	width: 99%;
	height: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	background-color: #59a730;
	color: #ffffff;
	cursor: pointer;
	border-radius: 7px;
}
#main_slide{
	width: 100%;
	height: 400px;
	background-color: #d2ae98;
	display: flex;
	flex-direction: row;

}
#lide_lefM{
width: 48%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
#lide_rightM{
  width: 48%;
height: 100%;	
}
.img_slide{
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 0px 100px;
}
#list_img_soport{
	width: 99%;
	height: auto;
	display: flex;
	flex-direction: column;
	border: 0px solid black;
}
#img_sport{
 width: 99%;
 display: flex;
 flex-direction: row;
}
#img_sport>div{
 width: 150px;
	height: 90px;
	border: 0px solid #e5e5e6;
	margin-right: 10px;
}
#listaImages{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	border-top: 1px solid #d1d0d1;
	padding: 10px;
	justify-content: center;
	text-align: center;
	align-items: center;
}
#listaImages>div{
	display: flex;
	flex-direction: column;
	width: 350px;
	height: 400px;
	margin-right: 10px;
	border: 1px solid #d1d0d1;
	border-radius: 5px;
	margin-top: 15px;
	padding: 5px;
}
#listaImages>div > img{
 border-radius: 2px;
}
.img_sop_{
	width:99%;
	height:70px;
	border:1px solid #e5e5e6;
}
.text_imgl{
	width: 99%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0px;
	height: 30px;
	border:1px solid #e5e5e6;
	margin-bottom: 5px;
}
#set_planes{ 
	width: 99%;
	height: 380px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #eaedf6;
	margin-top: 10px;
}
#set_planes > div{
	width: 200px;
	height: 350px;
	border-radius: 10%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	margin-right: 30px;
 align-items: center;
 z-index: 200;
}
.btn_buy_1{
	 background: linear-gradient(to right, #8a9ccc, #3e408d);
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 font-family:'Ballega';
	 font-size: 14px;
	 width: 150px;
	 height: 35px;
	 color: white;
	 border-radius: 4px;
	 cursor: pointer;
}
.btn_buy_2{
	background-color: #da04aa;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 font-family:'Ballega';
	 font-size: 14px;
	 width: 150px;
	 height: 30px;
	 color: white;
	 border-radius: 50px;
	 cursor: pointer;
}
.bolitas_{
	background-color: #d2ae98;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
#who_for{
	margin-top: 20px;
	width: 99%;
	text-align: justify;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	align-items: center;
}
#who_for >div{
 max-width: 450px;
}
#fi_tures{
	width: 99%;
	height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
}
#fi_tures>div{
	display: flex;
	flex-direction: row;
	padding: 10px;
	width: 99%;
	max-width: 500px;
	border-bottom: 1px solid #dfe0e2;
}
#pn_descarga{
		width: 99%;
	height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
}
#pn_descarga >div{
	display: flex;
	flex-direction: column;
	padding: 10px;
	width: 99%;
	max-width: 500px;
	border-bottom: 1px solid #dfe0e2;
}
#contacto_st{
	width: 99%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
}
#contacto_st >div{
	max-width: 500px;
	margin-top: 10px;
	
}
#importComents{
	width: 100%;
	border: 0px solid black;
	display: flex;
	align-items: center;
	justify-items: center;
	display: flex;
	flex-direction: column;
}
.msjdat{
	padding: 5px;
	background-color:#faf6ea;
	border: 1px solid #c8bda4;
	display: flex;
	flex-direction: column;
	width: 97%;
	margin-top: 5px;
}
f1{
font-family:'Ballega';
font-width:bold;
font-size: 14px;
border:0px solid;
color: #3c3c3c;
}
f2{
font-family:'Ballega';
font-width:bold;
font-size: 14px;
border:0px solid;
color: #ffffff;
}
f3{
font-family:'Ballega';
font-width:bold;
font-size: 26px;
border:0px solid;
color: #031b3d;
}
f4{
font-family:'Ballega';
font-width:bold;
font-size: 12px;
border:0px solid;
color: #3c3c3c;
}
f5{
font-family:'Ballega';
font-width:bold;
font-size: 12px;
border:0px solid;
color: #ffffff;
}
a:link{
text-decoration: none;
}
a:visited{
 text-decoration: none;
}