/*=======================================
======Importando archivos css externos */
@import url('normalize.css');
@import url('bootstrap.css');
@import url('jquery.mCustomScrollbar.css');
@import url('font-awesome.min.css');
/*=======================================
=====================Estilos generales */

body, html{
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
.text-light{ font-weight: 300; }
.text-semi-bold{ font-weight: 600; }
.text-bold{ font-weight: 700; }
.full-width{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.divider{
	width: 95%;
	display: block;
	margin: 5px auto;
	height: 0;
	border-top: 1px solid #E1E1E1;
}
.section{
	padding: 60px 0;
}
/*====Tablas con CSS==*/
.div-table{
	display: table;
	height: auto;
}
.div-table-row,
.div-table-cell{
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.div-table-row{
	display: table-row;
}
.div-table-cell{
	display: table-cell;
	border: 1px solid #ffff00;
	box-sizing: border-box;
}
.div-table-cell-c{
	background-color: #fff;
	color: rgb(240, 7, 7);
}
.custom-input-file{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 150px;
    width: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 70px;
    color: #E1E1E1;
    border-radius: 100%;
    border: 2px dashed #E1E1E1;
    display: block;
    margin: 0 auto;
}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
.media-object{
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.res-msj{
	margin-top: 10px;
	display: none;
}
/*====Barra de navegacion==*/
.NavBar,
.NavBar-logo,
.NavBar-Nav,
.NavBar-Nav ul,
.NavBar-Nav ul div{
	height: 60px;
	line-height: 60px;
	position: relative;
}
.NavBar{
	border-bottom: 1px solid #ffff00;
}
.NavBar-logo,
.NavBar-Nav{
	position: absolute;
	top: 0;
}
.NavBar-logo{
	width: 25%;
	left: 0;
	
	font-size: 27px;
	text-align: center;
}
.NavBar-logo figure,
.NavBar-logo figure img,
.NavBar-logo img{
	margin: 0 auto;
	padding: 0;
	height: 50px;
	display: block;
}
.NavBar-logo img,
.NavBar-logo figure img{
	padding-top: 5px;
	padding-bottom: 5px;
}
.NavBar-Nav{
	width: 75%;
	right: 0;
	text-align: right;
	padding-right: 10px;
}
.NavBar-Nav ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}
.NavBar-Nav ul li a{
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	padding: 0 5px;
	color: rgb(242, 242, 12)
	
}
.NavBar-Nav ul li a:hover
{
	color: hsl(43, 93%, 52%);
}
.NavBar-Nav-icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	
	text-align: center;
	font-size: 23px;
	margin: 0;
	padding: 0;
	background: url(../assets/img/mundo2.png)	
}
img.NavBar-Nav-icon{
	top: 0;
	border-width: 1px;
}
/*====PopUpLogin==*/
.PopUpLogin{
	width: 400px;
	padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 65px;
    right: 10px;
    z-index: 200;
    display: none;
}
.PopUpLogin a,
.PopUpLogin button{
	display: block;
	text-align: center;
	margin: 9px auto;
}
.PopUpLogin:after,
.PopUpLogin:before {
	bottom: 100%;
	right: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.PopUpLogin:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-right: 0px;
}
.PopUpLogin:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ccc;
	border-width: 12px;
	margin-right: -2px;
}
.PopUpLogin-2{
	width: 200px;
	padding: 10px 0;
}
.PopUpLogin-2 a,
.PopUpLogin-2 button{
	margin: 0;
	text-align: left;
	padding: 7px 10px;
	color: #333333;
	font-weight: 300;
	font-size: 14px;
}
.PopUpLogin-2 a:hover,
.PopUpLogin-2 button:hover{
	background-color: #F5F5F5;
}
/*====Footer==*/
.footer{
	background-color: #000;
	color: #ffff00;
	padding: 50px 0;
	position: relative;
}
.footer ul li,
.social-post li{
	display: inline-block;
}
.footer ul li a{
	text-decoration: none;
	color: #fff;
}
.footer-social li a i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
}
.footer-social li a i:hover,
.footer-app-store li a:hover{
	transform: scale(1.2);
}
.footer-social li a i.fa-facebook:hover{color: #fff; background-color: #400bf0; }
.footer-social li a i.fa-whatsapp:hover{color: #fff; background-color: #0ba50b; }
.footer-social li a i.fa-google-plus:hover{color: #fff; background-color: #040480; }
.footer-social li a i.fa-twitter:hover{ color: #fff; background-color: #67CDEE; }
.footer-social li a i.fa-youtube:hover{color: #fff; background-color: #f71109; }
.footer-social li a i.fa-instagram:hover{color: #fff; background-color: #970808; }
.footer-app-store li a{
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	font-weight: 300;
	border: 1px solid #fff;
	padding: 0 4px;
	transition: all .3s ease-in-out;
	display: block;
	margin: 5px;
}
.footer-app-store li a:hover{ background-color: #a4e60a52; }
.footer-copyright li{
	font-size: 14px;
	font-weight: 300;
	margin: 5px;
}
/*============================
login.html & newaccount.html*/
.container-login{
	border: 1px solid #ECEEEF;
    background-color: #F9F9F9;
    padding: 15px;
}
.container-login button{
	display: block;
	width: 100%;
}
.container-login a{
	display: block;
	text-align: center;
	margin: 20px 0;
}
.container-login-icon{
	position: relative;
	display: block;
	margin: 25px auto;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 60px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #C62828;
	color: #B71C1C;
}
/*============================
==================index.html*/
.header-index{
	background: url(../assets/img/header-index.jpg) #fff no-repeat bottom left;
	background-size: cover;
	min-height: 500px;
	padding: 70px 0;
}
.container-category{
	text-align: center;
}
.container-category a{
	text-decoration: none;
	width: 150px;
	height: 150px;
	color: #ffff00;
	background-color: #000;
	border: 1px solid #ffff00;
	box-sizing: border-box;
	margin: 5px;
	display: inline-block;
	overflow: hidden;
	transition: all .3s ease-in-out;
	position: relative;
}
.container-category a:hover{ color: #ffff00; }
.container-category i,
.container-category span{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
}
.container-category i{
	height: 90px;
	line-height: 70px;
	top: 0;
	font-size: 40px;
}
.container-category span{
	height: 90px;
	bottom: 0;
}
#categori-1:hover{ background-color: #E65100; border-color: #3949AB; }
#categori-2:hover{ background-color: #B71C1C; border-color: #B71C1C; }
#categori-3:hover{ background-color: #1A237E; border-color: #1A237E; }
#categori-4:hover{ background-color: #03A9F4; border-color: #03A9F4; }
#categori-5:hover{ background-color: #ae0747; border-color: #B71C1C; }
#categori-6:hover{ background-color: #e410ef; border-color: #f70cf7; }
#categori-7:hover{ background-color: #00ACC1; border-color: #00ACC1; }
#categori-8:hover{ background-color: #1a0ff3; border-color: #AFB42B; }
#categori-9:hover{ background-color: #00695C; border-color: #00695C; }
#categori-10:hover{ background-color: #ff0000; border-color: #ff0000; }
#categori-11:hover{ background-color: #1976D2; border-color: #1976D2; }
#categori-12:hover{ background-color: #3949AB; border-color: #3949AB; }
#categori-13:hover{ background-color: #ff0000; border-color: #ff0000; }
#categori-14:hover{ background-color: #00ff3c; border-color: #00ff3c; }
#categori-15:hover{ background-color: #ff0000; border-color: #ff0000; }

.icon-index{
	font-size: 60px;
	width: 170px;
	height: 170px;
	line-height: 170px;
	margin: 20px auto;
	display: block;
	padding: 0;
	text-align: center;
	border-radius: 100%;
	background-color: #B71C1C;
	color: #fff;
}
/*============================
=========commercial.html*/
.container-post{
	padding: 20px 0;
}
.post{
	border: 1px solid #fff700;
	height: 270px;
	width: 235px;
	display: inline-block;
	margin: 5px;
	position: relative;
	
	color: #000;
}
.post:hover{
	color: #9197a1;
	background-color: #F5F5F5;
}
.post-img,
.post-info{
	position: relative;
	left: 0;
}
.post > figure,
.post > img,
.post-img{
	height: 186px;
	top: 0;
}
.post > figure > img,
.post-img > img{
	width: 100%;
	height: 100%;
}
.post-info{
	height: 82px;
	bottom: 0;
	padding: 5px;
}
.post-info-title
{ font-size: 14px; }
.post-info-price{
	background-color: #ffff00;
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.post-info-title :hover
{ background-color: #000;
	color: #ffff00;
	font-size: 12px;
	font-weight: 600;
	
}	
.post-info-zone,
.post-info-date,
.post-info-like{
	position: absolute;
}
.post-info-zone,
.post-info-date{
	bottom: 7px;
	font-size: 12px;
}
.post-info-zone{ left: 7px; }
.post-info-date{ right: 7px; }
.post-info-like{
	right: 7px;
	top: 7px;
	height: 25px;
	width: 25px;
	line-height: 27px;
	text-align: center;
	border-radius: 100%;
	background-color: #f09000;
	cursor: pointer;
}
.post-block{
	display: block;
	float: none;
	width: 100%;
	height: 186px;
}
.post-block .post-img,
.post-block .post-info{
	height: 186px;
	position: absolute;
	top: 0;
}
.post-block .post-img{
	width: 250px;
	left: 0;
	z-index: 2;
}
.post-block .post-info{
	right: 0;
	width: 100%;
	padding: 15px;
	padding-left: 265px;
	z-index: 1;
}
.post-block .post-info-zone{ left: 15px; }
.post-block .post-info-date{ right: 15px; }
/*============================
===================post.html*/
.post-user-info{
	margin: 7px 0;
	background-color: #4ea4ef;
	padding: 10px;
}
.post-user-info i.NavBar-Nav-icon,
.post-user-info img.NavBar-Nav-icon{
	cursor: inherit;
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 40px;
	margin: 7px auto;
	display: block;
}
.post-user-info p{
	height: 32px;
	line-height: 32px;
	margin: 5px 0;
	text-align: center;
}

.bar-info-user{
	margin-bottom: 20px;
}
.bar-info-user,
.bar-info-user i,
.bar-info-user div{
	height: 32px;
	line-height: 32px;
}
.bar-info-user i,
.bar-info-user div{
	display: inline-block;
}
.bar-info-user i{
	width: 32px;
	border-radius: 100%;
	background-color: #ffff00;
	text-align: center;
	color: #0000ff;
}

.perfil-password{ display: none; }
/*=========================
=========== Media Queries*/
@media (max-width: 991px) {
	.NavBar,
	.NavBar-logo,
	.btn-mobile-menu{
		height: 48px;
		width: 100%;
		line-height: 48px;
		position: relative;
		color: #ffff00;
	}
	.NavBar-logo{
		text-align: left;
		padding-left: 10px;
	}
	.NavBar-logo figure,
	.NavBar-logo figure img,
	.NavBar-logo img{
		margin: 0;
		height: 40px;
	}
	.NavBar-logo img,
	.NavBar-logo figure img{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.btn-mobile-menu{
		width: 28px;
		right: 0;
		cursor: pointer;
		font-size: 17px;
		text-align: center;
	}
	.btn-search-mobile{
		right: 48px;
	}
	.NavBar-Nav{
		position: fixed;
		width: 100%;
		height: 100%;
		padding-right: 0;
		z-index: 999;
		pointer-events: none;
		opacity: 0;
		transition: all .3s ease-in-out;
	}
	.NavBar-Nav-show{
		pointer-events: auto;
		opacity: 1;
	}
	.NavBar-Nav ul,
	.NavBar-Nav-bg,
	.btn-mobile-menu{
		position: absolute;
		top: 0;
	}
	.NavBar-Nav ul{
		z-index: 2;
		height: 100%;
		left: 200px;
		right: 200px;
		background-color: transparent;
	}
	.NavBar-Nav ul div{
		height: auto;
		z-index: 5;
	}
	.NavBar-Nav ul li,
	.NavBar-Nav ul li a{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.NavBar-Nav ul li a{
		text-align: left;
		padding-left: 0px;
		font-weight: 300;
	}
	.NavBar-Nav-bg{
		left: 0;
		height: 100%;
		z-index: 1;
		background-color: rgba(0,0,0,.5);
	}
	.PopUpLogin{
		display: none !important;
	}
	.header-menu-mobile{
		background-color: #000;
		border: 1px solid #000;
		padding: 25px 15px;
	}
	.header-menu-mobile-icon{
		position: relative;
		top: 0;
		display: block;
		margin: 0 auto;
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 25px;
		cursor: inherit;
	}
	.header-menu-mobile-btn{
		display: block;
		width: 80%;
		margin: 9px auto;
	}
	.header-menu-mobile-close-btn{
		position: absolute;
		top: 0;
		left: 2px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
		text-align: center;
		font-size: 19px;
	}
	.Search-mobile{
		position: absolute;
		top: 48px;
		left: 0;
		border-top: 1px solid #ffff00;
		border-bottom: 1px solid #E1E1E1;
		padding: 20px;
		z-index: 99;
		background-color: #fff;
		display: none;
	}
	.Search-mobile button{
		display: block;
		width: 100%;
	}
	.menu-commercial{
		display: none;
	}
}
@media (max-width: 767px) {
	.div-table-cell-xs{
		width: 100%;
		display: block;
	}
	.bar-info-user{
		margin: 20px 0;
	}
	.user-menu-xs{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.menu-commercial,
	.user-menu-xs{
		display: inherit !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.menu-commercial,
	.user-menu-xs{
		display: inherit !important;
	}
}
@media (min-width: 1200px) {
	.menu-commercial,
	.user-menu-xs{
		display: inherit !important;
	}
}