@font-face {
	font-family: "blair";
	src: url("../fonts/blair.woff");
}
@font-face {
	font-family: "michroma";
	src: url("../fonts/michroma.woff");
}
@font-face {
	font-family: "geogrotesque";
	src: url("../fonts/geogrotesque.woff");
}
@font-face {
	font-family: "helvetica";
	src: url("../fonts/helvetica.woff");
}
body {
	background:#000;
	font-family: "michroma";
	font-size:11px;
	color:#fff;
	padding-top: 80px;
}
h1, h2, h3{
	padding:.5em 0;
}
h1, h2, h3, h4, h5, h6, h7{
	font-style: oblique;
}
a:hover{
	color:#538DD5;
}
.logo{
	color:#E6AA46;
}
/* Ocultar nav*/
.navbar-toggler{
	display:none
}
/* Ocultar nav*/
.navbar-brand {
    max-width: 75%;
}
.navbar-brand img {
    width: 100%;
}
.nav-item {
	font-style: oblique;
}
@media all and (max-width: 991px) {
	.nav-item {
		font-style: oblique;
		text-align: right;
		padding: 0 10px;
		background: rgb(50,50,50);
	}
}
.nav-item a:hover{
	color:#538DD5 !important;
	text-decoration:underline;
}
.nav-link{
	color:#fff !important;
	font-size:16px;
}
.item-anunciate{
	background: rgb(50,50,50);
	margin: 0;
}
.link-anunciate{
	background: rgb(177,0,0);
    color: #fff !important;
    font-style: oblique;
	font-size:16px;
    padding: 12px 16px;
    float: right;
    height: 50px;
    vertical-align: middle;
}
.link-anunciate:hover{
	background: #538DD5;
	text-decoration:none;
}
.breadcrumb{
	font-size: 10px;
    margin: 0;
    padding: 1em;
    line-height: 25px;
    height: 50px;
    vertical-align: middle;
}
@media all and (max-width: 600px) {
	.breadcrumb{
		line-height: normal;
	}
}
.container-page{
	 margin-top: 25px;
}
.text-big{
	font-size:18px;
	margin:1em 0;
}
.cursiva{
	font-style:oblique !important;
}
.text-read{
	font-family:"geogrotesque";
	font-size:16px;
}
.text-gold{
	color:#cc9933 !important;
}
.text-gray{
	color: rgb(191,191,191);
}
.text-blue{
	color:#538DD5 !important;
}
.text-green{
	color:#00CC33 !important;
}
.text-red{
	color:#FF1515 !important;
}
.cursiva{
	font-style:oblique !important;
}
.modal{
	background:#000;
}
.modal-body{
	font-size:20px;
}
.modal-dialog {
    max-width: 90%;
    margin: 0 auto;
}
.modal-content {
	background: #000;
    font-family:"michroma";
    font-size: 14px;
}
.modal-header{
	border-bottom: 1px solid #cc9933;
}
.modal-title {
    background: rgb(50,50,50);
    line-height: 2.5;
    text-align: center;
}
.modal-footer{
    border-top: 1px solid #cc9933;
}
.gray-box{
	background: rgb(50,50,50);
	padding: 1em;
}
.row{
	margin:0;
}
.list-gray-box{
	margin: 0;
    padding: 0px;
}
.list-gray-box  ul{
	margin: 0;
    padding: 0px;
}
.list-gray-box  li{
    justify-content: left;
    list-style: none;
}
.list-gray-box  li:before{
	content: "- "
}
.btn{
    font-style: oblique;
    font-weight: bold;
}
.btn:hover{
	background:#538DD5;
}
@media all and (max-width: 600px) {
	.btn{
		font-size: 1vh;
	}
}
.btn-primary{
	background:#cc9933;
	color:#000000;
	padding:12px 24px;
	text-align:center;
}
.btn-red{
	background:#FF1515;
	color:#FFFFFF;
	padding:12px 24px;
	text-align:center;
}
@media all and (max-width: 600px) {
	.text-boton{
		font-size: 1vh;
	}
}
.image-wrap {
	display: inline-block;
	position: relative;
	overflow:hidden;
}
.image-wrap .overlay {
	background:rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	color: white;
	opacity: 1;
	transition: 1s;
	text-align: center;
	padding:8px;
}
.image-wrap:hover .overlay {
	-webkit-transform: translate(0, 150%);
	-ms-transform: translate(0, 150%);
	transform: translate(0, 150%);
}
.image-wrap .overlay h3 {
    color: #E6AA46;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}
.image-wrap .overlay h4 {
	font-size: 11px;
	color:#FFFFFF;
}
.search-box{
	background:#262626;
	color:#A6A6A6;
	padding:15px;
}
.search-box li{
	list-style-image:url(../images/li-seach.png);
	font-size: 13px;
    line-height: 18px;
    padding: 2px;
}
.search-box a:hover{
	color:#538DD5;
}
.arrow-list  li{
	list-style-image:url(../images/li-seach.png);
	font-size: 14px;
    line-height: 18px;
    padding: 2px;
}
.perfil-nuevo{
    left: 0;
    top: 0;
	position: absolute;
    z-index: 1;
    background: url(../images/nueva.png) no-repeat;
    width: 52px;
    height: 52px;
}
.perfil-verificado{
	left: 0;
    top: 0;
	position: absolute;
    z-index: 1;
    background: url(../images/verificada.png) no-repeat;
    width: 82px;
    height: 82px;
}
.perfil-activo{
	right: 3px;
    top: 3px;
	position: absolute;
    z-index: 1;
    background:#0C0;
    width: 12px;
    height: 12px;
}
.perfil-inactivo{
	right: 3px;
    top: 3px;
	position: absolute;
    z-index: 1;
    background: #f00;
    width: 12px;
    height: 12px;
}
@media screen and (max-width:1200px) {
	.grid {
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		grid-auto-rows: minmax(100px, auto);
		grid-gap: 1em;
	}
	.module {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 7px;
	}
}
@media screen and (min-width:1200px) and (max-width:10000px) and (orientation:landscape) {
	.grid {
		display: flex;
		flex-wrap: wrap;
	}
	.module {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 7px;
		width: 210px;
	}
}
.module img{
	width:100%;
}
footer{
	display: block;
	background: #000;
	padding: 30px 0;
	font-size: 12px;
    line-height: 18px;
	color: rgba(255,255,255,0.7);
}
footer h3{
	margin-bottom: 20px;
    font-size: 14px;
    text-decoration: underline;
}
footer li{
	list-style-image:url(../images/li-seach.png);
}

#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#cf3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}
@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}