@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
body {
  font-family: 'Roboto Condensed', sans-serif;
}

.navbar-brand {
  margin: 0 auto;
  display: table;
}

.text-decoration-none:hover, .text-decoration-none:visited, .text-decoration-none:link, .text-decoration-none:active {
  text-decoration: none !important;
  color: #333333;
}

.image-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}

.image-max {
  min-height: 75px;
  max-height: 75px;
}

.logo-max {
  max-width: 110px;
  width: 100%;
  margin-bottom: 10px;
}

.social {
  min-width: 150px;
}

.social i {
  text-decoration: none;
  color: #1d9e24;
}

.social a:not(.number) {
  text-decoration: none;
  color: #333333;
  font-size: 24px;
  line-height: 24px;
}

.social .number {
  text-decoration: none;
  color: #333333;
  margin-top: 5px;
  font-size: 18px;
}

/* SLIDER */
.carousel-inner img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.carousel-caption {
  top: 35% !important;
}

/* NAVEGADOR */
.navbar-brand {
  margin-top: 10px !important;
}

/* BOTONES */
.nav-link {
  margin-right: 15px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  /*border: 3px solid #C59D05;
	font-weight: bold;
	margin: 0 -3px;
	margin-top: -3px;
	text-align: center;*/
}

.btn {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) !important;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) !important;
}

.btn-primary {
  background-color: #96663d !important;
  color: white !important;
  border-color: #7e522c;
}

.btn-primary:hover {
  border-color: #6b4421 !important;
}

.btn-outline-primary {
  border-color: #6b4421 !important;
  color: #6b4421 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited, .btn-outline-primary:focus {
  color: white !important;
  background-color: #96663d !important;
  border-color: #6b4421 !important;
}

/* COLORES */
.text-brown {
  color: #7e522c;
}

/* PUBLICACION */
.image-publication {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 230px !important;
}

.title-publication {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 5px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  top: -70px;
}

.title-publication div {
  color: white;
  text-shadow: 0 1px 2px #000, 0 1px 25px rgba(0, 0, 0, 0) !important;
}

.desc-publication {
  font-size: 13px;
}

.clear-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.width-image-publication {
  width: 22% !important;
  float: left !important;
  margin: 1.5% !important;
  clear: left !important;
}

.icon-size-publication {
  font-size: 20px;
  margin-right: 5px;
}

.b-none {
  border: none;
}

/*
.h-category {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.h-category:before,
.h-category:after {
	background: #cf9d05;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	top: 50%;
	width: 80%;
	transition: 1s;
}
.h-category:before {
	right: 100%;
}
.h-category:after {
	left: 100%;
}*/
.h-category {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7E522C;
  font-weight: bold;
}

.h-category:before,
.h-category:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  content: '\a0';
  background-color: rgba(109, 59, 9, 0.26);
  position: relative;
  top: 0.5em;
  -webkit-transition: 1s;
  transition: 1s;
}

.h-category:before {
  margin-right: 10px;
}

.h-category:after {
  margin-left: 10px;
}

.h-category:hover:before {
  margin-left: 50px;
}

.h-category:hover:after {
  margin-right: 50px;
}

.font-w-light {
  font-weight: 300 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

/* GROUP LIST HORIZONTAL */
.list-group-horizontal {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.list-group-horizontal > .list-group-item {
  border: 1px solid #eeeeee;
  display: table-cell;
  float: none;
  text-align: center;
  width: 1%;
  border-radius: 0;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 3px;
  border-right: none;
}

.list-group-horizontal > .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-left: none;
}

/* PRE FOOTER */
.pre-footer {
  width: 100%;
  color: white;
  padding: 40px 0;
  margin-top: 40px;
  background-size: cover;
}

.pre-footer-text-title {
  font-size: 28px;
  font-weight: bold;
}

.pre-footer-text-18 {
  font-size: 18px;
  font-weight: 300;
}

.pre-footer-text-height {
  line-height: 28px;
}

.pre-footer-text-title, .pre-footer-text-18, .pre-footer-btn {
  text-shadow: 0 1px 2px #000, 0 1px 25px rgba(0, 0, 0, 0) !important;
}

footer {
  background-color: #3c3c3b;
  color: white;
}

footer [alt=logo] {
  max-width: 130px;
}

.icons-footer .icon {
  font-size: 50px;
}

.icons-footer .text-icon {
  padding-top: 10px;
  margin-left: 15px;
}

.icons-footer .text-icon .text-icon-bottom {
  font-weight: 300;
  font-size: 14px;
}

/* Facebook Footer */
.text-facebook-footer {
  font-size: 14px;
  line-height: 15px;
  margin-top: 5px;
}

.icon-facebook-footer i {
  font-size: 30px;
  color: #fff;
}

.sell-publication {
  background: #dc3545;
  padding: 5px;
  opacity: 0.8;
  border-radius: 4px;
  left: 50%;
  position: absolute;
  top: 55%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px;
}

.text-shadow {
  text-shadow: 0 1px 2px #000, 0 1px 25px rgba(0, 0, 0, 0) !important;
}

.border-brown {
  border-top: 4px solid #7e522c;
  border-bottom: 4px solid #7e522c;
  border-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

#carrucel {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.04) !important;
}

.anuncio {
  background-color: #7e522c;
  color: white !important;
  padding-top: 7px;
  padding-bottom: 7px;
  background-repeat: repeat;
  font-weight: 300;
  text-shadow: 0 1px 2px #000, 0 1px 25px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.img-thumbnail {
  padding: 0 !important;
  border: 10px !important;
}

.font-home-h {
  font-weight: 900;
  color: #7e522c;
}

.bg-container-home {
  background: white;
  border-radius: 10px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
/*# sourceMappingURL=app.css.map */