*{
	margin: 0;
	padding: 0;
	font-family: "Lato", "Helvetica Neue", Arial;
}
a{
	text-decoration: none;
	color: #000;
}
header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	border-bottom: 1px solid  #E6E6E6;
	background-color: #fff;
}
.fixed-menu{
	position: fixed;
	top:0;
	z-index: 1000;
}
nav{
	width: 90%;
	display: flex;
	flex-wrap: wrap;

}
nav .menu{
	width: 80%;
	display: flex;
	list-style: none;
	justify-content: flex-end;
	flex-wrap: wrap;
}
nav .menu li{
	display: inline-block;
	position: relative;
}
nav .menu li .fa-sort-down{
	position: relative;
	bottom: 3px;
	margin-left: 10px;
	margin-right: 0;
}

nav .menu li .submenu{
	display: none;
}
nav .menu li:hover .submenu{
	display: block;
}
nav .menu li .submenu{
	position: absolute;
	width: 150%;
	background-color: #fff;
	z-index: 1000;

}
nav .menu li  .submenu li{
	display: block;
	overflow: hidden;
}
nav .menu li a{
	padding: 15px;
	text-transform: uppercase;
	transition: all 0.3s;
	font-size: 13px;
	display: block;
}

nav .menu li a:hover{
	background-color: #D87301;
	color: #fff;
}

nav .logo{
	width: 20%;
	display: flex;
	align-items: center;
}
nav .logo img{
	width: 100%;
}

.active a{
	color: #fff;
	background-color: #D87301;
	font-weight: bold;
}
.btn-mobile{
	display: none;
	cursor: pointer;
}
.btn-mobile .fa-bars{
	color: #D87301;
	font-size: 30px;
}
.btn-mobile .fa-times{
	color: #D87301;
	font-size: 30px;
}
.container-fluid{
	width: 100%;
}
.bg-image-main {
    background-size: cover;
    background-position: top center;
    width: 100%;
    /*height: 600px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_main{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.info_main h1{
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 55px;
	text-align: center;
	width: 100%;
	letter-spacing: 3px;
}
.counter{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
.counter section{
	padding: 30px;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 10px;
	border-radius: 50%;
	border: 1px solid #D87301;
	color: #fff;
	text-align: center;
}
.counter section p{
	font-size: 10px;
}
.counter section span{
	font-size: 40px;
}
.info_main h2{
	color: #fbb900;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: 3px;
	padding: 20px 0;
}
.info_main h3{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: 3px;
	padding: 20px 0;
}
.info_main h4{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	width: 100%;
	letter-spacing: 3px;
}
.btn-seller{
	color: #fff;
	border: 2px solid #D87301;
	padding: 20px 40px;
	/*margin: 0 auto;*/
	margin: 10px;
	text-transform: uppercase;
	transition: all 0.3s;
	background-color: rgba(216, 115, 1,0.4);
}
.btn-seller:hover{
	background-color: #D87301;
}
hr{
	border: none;
	height: 1px;
	margin: 30px 0 30px 0;
	width: 50%;
}
.info_main .line_separator{
	background: #D87301 !important;

}
.container{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	flex-wrap: wrap;
}
.row{
	width: 90%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sponsors{
	width: 80%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.separador{
	background: #D87301;
	margin: 20px 0 20px 0;
	width: 50%;
}
.header_text{
	color: #D87301;
	width: 100%;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	margin: 10px 0;
}
.header_text h1{
	font-size: 20px;
}
.sponsors .box-items{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.sponsors .item{
	width: 20%;
	padding: 10px;
	margin: 10px 0;
}
.sponsors .item.premium{
	width: 30%;
}
.sponsors .item img{
	/*height: 100%;*/
	width: 100%;
}
.content_expositores{
	width: 100%;
	display: flex;
	padding: 5px;
	margin: 10px 0;
	justify-content: center;
	flex-wrap: wrap;
}
.item_expo{
	width: 18%;
	/*height: 200px;*/
	margin: 0 5px 20px 5px;
	border: 1px solid #D1D6D1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	
}
.item_expo:hover{
	background-color: #D1D6D1;
}
.item_expo a{
	display: flex;
	justify-content:center;
	width: 100%;
}
.item_expo .info_item{
	width: 90%;
	text-align: center;
	padding: 70px 0;
}
.item_expo .info_item p{
	font-size: 17px;
}
.item_expo .info_item span{
	font-size: 27px;
	color: #fbb900;
}
.item_expo .img_item{
	width: 80%;
	margin: 40px 0;
}
.item_expo .img_item img{
	width: 100%;
}
.item_expo .text_item{
	width: 100%;
	position: absolute;
	color: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	text-align: center;
}
.foot_item{
	bottom: 0;
	background-color: #D87301;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}
.foot_itemgray{
	background-color: #7A807A;
	bottom: 0;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}
.head_item{
	top: 0;
	background-color: #7A807A;
	border-radius: 5px 5px 0 0;

}
.head_item p span{
	margin: 0 5px;
}
.btn_view_more{
	margin: 10px;
	color: #7A807A;
	font-size: 17px;
}
.btn_view_more:hover{
	color: #D87301;
}
.activi_content{
	width: 100%;
	display: flex;
	justify-content: center;
	
}
.activi_item{
	border: 1px solid #D1D6D1;
	width: 32%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 10px;
}
.activi_item img{
	width: 100%;
	height: 100%;
}
.activi_titu{
	position: absolute;
	bottom: 0;
	background-color: #7A807A;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
}
.activi_titu > a{
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}
.activi_titu:hover{
	background-color: #D87301;
}
/*Init Style footer*/
footer{
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #0A0C0A;
	flex-wrap: wrap;
}
.info_footer{
	display: flex;
	width: 100%;
	padding: 40px 20px;
	justify-content: space-between;
}
.info_evento{
	display: flex;
	width: 30%;
	flex-wrap: wrap;
	align-content: flex-start;
}
.info_evento .titu{
	width: 100%;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 0;
}
.info_evento .titu span{
	color: #D87301;
}
.info_evento .separador{
	width: 50%;
	margin:10px 0;
	width: 100%;
}
.info_evento .text_info{
	width: 100%;
}
.info_evento .redes{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.info_evento .redes span a{
	color: #fff;
	font-size: 30px;
}
.text_info p{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.text_info a{
	color: #fff; 
}
.copy{
	color: #fff;
	padding: 10px 0;
}
/*end style footer*/
/*Init Style blog*/
.post_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.post{
	width: 32%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: all 0.5s;
	padding: 20px 0;
}
.post:hover{
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.post .img_post{
	width: 90%;
}
.post .img_post img{
	width: 100%;
}
.post .date_post span{
	font-size: 12px;
	color: #D87301;
}
.post .titu_post{
	width: 90%;
	text-align: center;
}
.post .titu_post a{
	font-size: 26px;
	color: #7A807A;

}
.post .titu_post a:hover{
	color: #D87301;
}
/*end style blog*/
/*Init style stand detalle*/
.content_solicitud{
	width: 100%;
	display: flex;
}
.stand_deta{
	width: 49%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}
.stand_deta .num_stand{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.stand_deta .num_stand p{
	font-size: 50px;
	text-align: center;
	width: 100%;
}
.stand_deta .num_stand span{
	font-size: 90px;
	color: #D87301;
}
.stand_deta .text_stand{
	width: 100%;
}
.stand_deta .text_stand{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.text_stand span{
	text-align: center;
	margin:20px 0;
	font-size: 30px;
	width: 100%;
}
.text_stand p{
	line-height: 28px;
	font-size: 20px;
	width: 100%;
	margin-top: 10px;
}
.form_solicitud{
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.form_solicitud form{
	width: 100%;
}
.form-group{
	width: 100%;
}
.msg-success{
	background-color: rgba(0, 152, 0, 1);
	margin: 10px 0;
	padding: 10px;
	color: #fff;
	width: 100%;
	border-radius: 2px;
}

.form-control{
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border-radius: 4px;
	border: 1px solid #D87301;
	color: #D87301;
}
.form-control:focus{
	outline: #D87301;
}
.btn-default{
	padding: 15px;
	border-style: none;
	background-color: #D87301;
	color: #fff;
	cursor: pointer;
}
.btn-default:hover{
	background-color: #7A807A;
}

.content_deta{
	display: flex;
	width: 100%;
	align-items: flex-start;
}
.content_deta .info_bio{
	width: 69%;
}
.content_deta .info_bio p{
	line-height: 25px;
}
.content_deta .logo_deta{
	width: 30%;
	/*height: 300px;*/
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d2d2d2;

}
.content_deta .img_actividad{
	width: 29%;
	border: 1px solid #d2d2d2;
}
.img_actividad img{
	width: 100%;
}
.content_deta  .texto_actividad{
	width: 60%;
	margin-left: 20px;
}
.logo_deta img{
	width: 90%;
}
.stands_expo{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
}
.stands_expo .item_expo{
	width: 30%;
}
.stands_expo span{
	width: 100%;
	font-size: 30px;
}
.info_expositor{
	width: 30%;
}
.info_expositor span{
	font-size: 30px;
	color: #fbb900;
}
.info_expositor p{
	padding: 10px 0;
}
/*end style detalle*/
.header_post{
	width: 100%;
	margin-top: 20px;
}
.header_post h1{
	color: #D87301;
	font-size: 20px;
}
.header_post span{
	font-size: 12px;
	color: #7A807A;
}
.body_post{
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.body_post .post_deta{
	width: 69%;
}
.post_picture{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.post_picture img{
	width: 95%;
}

.post_deta .text_post {
	width: 100%;
	margin-top: 20px;
	line-height: 30px;
}
.post_deta .text_pot p{
	padding: 20px;

}

.body_post .recents{
	width: 30%;
	background-color: rgba(68, 68, 68, 0.1);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}
.recents .titu_recent{
	width: 100%;
	margin: 30px 20px 0;
	text-align: center;

}
.recents .titu_recent p{
	text-transform: uppercase;
	color: #D87301;
}
.recents_cont{
	width: 80%;
	text-align: center;

}
.recents_cont .recent{
	width: 100%;
	margin: 30px 0;
}
.recents_cont .recent a{
	color: #7A807A;
}
.content-frmcontact{
	width: 100%;
	display: flex;
	justify-content: center;
}
.frm-contacto{
	width: 50%;
}
.head-frmcontact{
	margin: 20px 0;
}
.recents_cont .recent a:hover{
	color: #D87301;
}
.msg-error{
	margin-left: 10px;
	color: #ff0000;
}
/*Estilo del paginador*/
.Mi_Pagination {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}


.Mi_Pagination ul { 
    
    list-style-type: none; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Mi_Pagination li { 
    
}

.Mi_Pagination a { 
    padding: 5px; 
    border: 1px solid #AAA;
    color: #D87301;
    text-align: center;
    text-decoration: none; 
    margin: 0 2px; 
    display: block; 
    float: left; 
    
}

.Mi_Pagination a:hover { 
    background-color: #DEDEDE; 
    color: #222; 
}

.Mi_Pagination a.navigation { 
    border: 1px solid transparent; 
    overflow: hidden; 
    background-repeat: no-repeat; 
}

.Mi_Pagination a.previous { 
    padding-left: 25px; 
}

.Mi_Pagination a.next { 
    padding-right: 25px; 
}

.Mi_Pagination a.disabled { 
    filter: alpha(opacity=50); 
    -khtml-opacity: 0.5; 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}

.Mi_Pagination a.disabled:hover { 
    background-color: inherit; 
    color: inherit 
}

*html .Mi_Pagination a.navigation { 
    border-color: #000001; 
    filter: chroma(color=#000001);
}

.Mi_Pagination a.current, .Mi_Pagination a.current:hover { 
    background:#D87301; 
    border-color: #D87301; 
    color: #FFF;
}

.Mi_Pagination span { 
    color: #666; 
    margin-right: 2px; 
    display: block; 
    float: left; 
    padding: 8px 4px;
}
.content_comite{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content_comite .comite{
	width: 30%;
	
}
.comite a{
	display: flex;
	display: flex;
	justify-content: space-between;
	margin: 10px 5px;
}
.comite .box_img{
	width: 40%;
}
.comite .box_img img{
	width: 100%;
}
.comite .info_comite{
	width: 58%;
}
.info_comite .cargo{
	color: #fbb900;
}
.item_info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
.item_info .icon{
	width: 10%;
}
.item_info .icon span{
	width: 100%;
	font-size: 40px;
}
.item_info .textoo{
	width: 89%;
}
.item_info .textoo p{
	margin: 5px 0;
}
.item_info .textoo a{
	color: #fbb900;
}
.search_form{
	width: 100%;
	position: relative;
}
.search_form .form-group{
	display: flex;
	justify-content: center;
}
.search_form .form-group .search{
	width: 30%;
}
.result_search{
	position: absolute;
	background-color: #fff;
	z-index: 999;
	width: 100%;
	display: none;
	border: 1px solid #D1D6D1;
	height: 100vh;

}
.result_search .item_expo{
	margin: 20px 10px;
}
.box-content{
	width: 100%;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	margin: 10px 0;
}
.box-content img{
	width: 100%;
}
.descripconf{
	padding: 10px;
}
.tembenefconf{
	padding: 10px;
	display: flex;
	justify-content: space-between;	
}
.tembenefconf .list{
	width: 49%;
}
.ventaentrada{
	width: 100%;
}
.ventaentrada .content_expositores{
	padding: 0;
}
.ventaentrada .titu{
	position: relative;
	background-color: #fbb900;
	color: #fff;
	padding: 10px;
}
.entregaconf{
	padding: 10px;
}
.recursos{
	width: 90%;
	display: flex;
	justify-content: center;
}
.recursos .itemtwo{
	width: 48%;
	margin: 0 10px;
}
.recursos .itemtwo .img img{
	width: 100%;
}
.recursos .itemtwo .titu{
	text-align: center;
	color: #fbb900;
	margin-top: 10px;
}	
.recursos .itemone{
	width: 20%;
}
.recursos .itemone .img img{
	width: 100%;
}
.recursos .itemone .titu{
	text-align: center;
	color: #fbb900;
	margin-top: 10px;
}
/*Estilo para galeria*/
.seccion{
	width: 100%;
	display: flex;
	justify-content: center;
}
.seccion-name{
	color: #D87301;
	text-transform: uppercase;
	margin: 30px 0;

}
.post_content .imagen-a{
	width: 48%;
	overflow: hidden;
	margin: 10px;
	height: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.imagen-a img:hover{
	transform: scale(1.1);
	cursor: pointer;
	transition: transform 1s ease-in-out;
}
.post_content .imagen-b{
	width: 23%;
	overflow: hidden;
	margin: 10px;
	height: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.imagen-b img:hover{
	transform: scale(1.1);
	cursor: pointer;
	transition: transform 1s ease-in-out;
}

/* ESTILOS PARTE WEB ESTÁTICA */
.flexer{
	display: flex;
}
.spacearound{
	align-content: space-around;
}
.textoconferencia{
	width: 60%;
	padding-right: 1%;
}
.imagenconferencia{
	width: 39%;
	padding-left: 1%;
}

.section60{
	width: 56%;
	padding: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section40{
	width: 39%;
	padding: 0.5%;
}
.section60 h3{
	font-size: 30px;
	text-align: center;
	width: 80%;
	line-height: 50px;
}
.section40 iframe{
	width: 100%;
	height: 260px;
}
.section100{
	width: 99%;
	padding: 0.5%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.indexpicture{
	width: 31.33%;
	padding: 0.5%;
}

.indexpicture img{
	width: 100%;
	height: auto;
}

/* ESTILOS PARTE WEB ESTÁTICA */



@media (max-width: 900px){
	nav .menu{
		width: 100%;
		justify-content: center;
	}
	
	nav .logo{
		width: 100%;
		justify-content: center;
	
	}
	nav .logo a{
		width: 40%;
	}
	
	.info_main h1{
		font-size: 50px;
	}
	.btn-seller{
		padding: 10px 30px;

	}
	.sponsors .item{
		width: 40%;
	}
	.sponsors > hr{
		width: 80%;
	}
	.counter section{
		padding: 20px;
		width: 40px;
		height: 40px;
	}
	.counter section span{
		font-size: 20px;
	}
	.item_expo{
		width: 30%;
		margin: 10px 5px 0 5px;
	}
	.activi_content{
		flex-wrap: wrap;
		justify-content: center;
	}
	.activi_item{
		width: 40%;
		margin: 20px;
	}
	.info_footer{
		flex-wrap: wrap;
	}
	.info_evento{
		width: 100%;
	}
	.info_evento .separador{
		width: 100%;
	}
	.copy{
		font-size: 12px;
	}
	.post{
		width: 49%;
	}
	.body_post{
		flex-wrap: wrap;
	}
	.body_post .post_deta{
		width: 100%;
	}
	.post_picture img{
		width: 100%;
	}
	.body_post .recents{
		width: 100%;
		margin-top: 20px;
	}
	.frm-contacto{
		width: 80%;
	}
	.content_deta{
		flex-wrap: wrap;
	}

	.content_deta .logo_deta{
		width: 100%;
	}
	.content_deta .stands_expo{
		width: 100%;
		margin: 20px 0;
	}
	.content_deta .info_expositor{
		width: 100%;
	}
	.content_comite .comite{
		width: 50%;
	}
	.item_info .icon{
		width: 20%;
	}
	.item_info .textoo{
		width: 79%;
	}
	.search_form .form-group .search{
		width: 80%;
	}
	.content_deta .img_actividad{
		width: 100%;
	}
	.content_deta  .texto_actividad{
		width: 100%;
		margin-top: 10px;
	}
	.content_deta .info_bio{
		width: 100%;
	}
	.post_content .imagen-a{
		width: 47%;
	}
	.post_content .imagen-b{
		width: 47%;
	}
}

.section60{
	width: 99%;
}
.section60 h3{
	font-size: 24px;
	line-height: 40px;
}
.section40{
	width: 99%;
	height: 300px;
}


@media (max-width: 500px){
	header{
		position: fixed;
		background-color: #fff;
		z-index: 1000;
		height: 60px;
		padding-top: 0;
		top: 0;
	}
	nav{
		width: 100%;
	}
	.menu{
		height: calc(100% - 60px);
		position: fixed;
		align-content: flex-start;
		overflow: scroll;
		z-index: 800;
		transition: all 0.1s;
		right: 100%;
		margin-top: 60px;
		background-color: #fff;
	}
	nav .menu li{
		width: 100%;
		text-align: center;
	}
	nav .menu li>a{
		display: block;
	}
	
	nav .logo a{
		width: 70%;
	
	}
	nav .logo{
		width: 100%;
		justify-content: space-around;
		align-content: flex-start;
	}
	nav .logo img{
		width: 70%;
	}
	.btn-mobile{
		display: block;
	}
	.info_main h1{
		font-size: 30px;
	}
	.btn-download{
		padding: 20px 30px;

	}
	.container-fluid{
		margin-top: 60px;
	}
	.container{
		margin: 60px 0;
	}
	.sponsors .item{
		width: 80%;
	}
	.sponsors > hr{
		width: 100%;
	}
	.counter section{
		padding: 15px;
		width: 35px;
		height: 35px;
		margin: 0 5px 0 5px;
	}
	.counter section span{
		font-size: 15px;
	}
	.item_expo{
		width: 100%;
		margin-top: 20px;
	}
	.activi_item{
		width: 100%;
	}
	.separador{
		width: 100%;
	}
	.post{
		width: 100%;
	}
	.content_solicitud{
		flex-wrap: wrap;
	}
	.stand_deta{
		width: 100%;
	}
	.form_solicitud{
		width: 90%;
		margin-top: 20px;
	}
	.frm-contacto{
		width: 90%;
	}
	.content_comite .comite{
		width: 100%;
	}
	.search_form .form-group .search{
		width: 100%;
	}
	.tembenefconf{
		flex-wrap: wrap;
	}
	.tembenefconf .list{
		width: 100%;
	}
	.info_main h2{
		letter-spacing: 1px;
	}
	.active{
		width: 100%;
	}
	nav .menu li:hover .submenu{
		display: none;
	}
	nav .menu li .submenu{
		position: relative;
		width: 100%;

	}
	.post_content .imagen-a{
		width: 100%;
		margin: 10px 0;
		
	}
	.post_content .imagen-b{
		width: 100%;
		margin: 10px 0;
		
	}
	/*nav .menu li .fa-sort-down{
		float: right;
	}*/
}