/*Generadores*/
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.bg-info {
  background: #92E9CE;
  padding: 4px 10px;
  border-radius: 2px;
}
hr {
  border-color: #BFBFBF;
}
.btn-secundary {
  background: #D6D1DC;
  border: 1px solid #CAC7D4;
  font-weight: 700;
}
.progress {
  display: none;
  height: 10px;
}
.animar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.input-lg {
  border-radius: 3px;
  font-size: 16px;
}
.form-control {
  border: 1px solid #ccc;
}
.btn {
  border-radius: 3px;
}
.btn-primary {
  background: #da2128;
  border: 1px solid #da2128;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 10px 12px;
}
.btn-primary:hover {
  background: #EA252F;
  border: 1px solid #da2128;
}
.btn-primary:active,
.btn-primary:focus {
  background: #EA252F;
  border: 1px solid #da2128;
}
.btn-primary.disabled:hover {
  background: #EA252F;
}
.btn-primary.btn-lg {
  padding: 13px 12px;
}
.btn-terciary {
  background: none;
  border: 1px solid #0098CC;
  color: #0098CC;
  font-weight: 300;
}
.btn-terciary:hover {
  color: #00A6DF;
}
.help-block {
  font-size: 13px;
}
/* ==========================================================================
   infinito! http://estudioinfinito.com
   ========================================================================== */
body {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 14px;
  color: #333;
  background: #EAEAEA;
  -webkit-font-smoothing: antialiased;
}
section.homelanding {
  background: #d0d7dd url(../images/bg-hero.jpg) center repeat-x;
  min-height: 400px;
  margin-bottom: 30px;
  border-bottom: 10px #d0d0d0 solid;
  position: relative;
}
section.homelanding:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.homelanding h1 {
  border-bottom: none;
}
section.homelanding .container {
  position: relative;
  z-index: 2;
}
section.homelanding .leadtext {
  margin-top: 100px;
}
section.homelanding #searchwrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
section.homelanding #searchwrap input {
  color: #000;
  background: rgba(250, 250, 250, 0.8);
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 18px;
}
header {
  padding-top: 80px;
}
.home header {
  padding-top: 50px;
}
.navbar-inverse {
  background: #333;
  border: none;
  box-shadow: none;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 100;
}
.navbar-brand {
  position: relative;
  top: -5px;
  line-height: 34px;
}
.navbar-brand:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-nav {
  float: right;
}
.navbar-nav li {
  line-height: 15px;
}
.navbar-nav li ul.children {
  list-style: none;
  background: #333;
  padding-left: 0;
}
.navbar-nav li ul.children li a {
  padding-left: 40px;
  display: block;
  background: #333;
}
.navbar-nav li ul.children li a:hover {
  background: #555 !important;
}
.navbar-nav li a {
  background: #333;
  color: #fff !important;
  font-family: 'TeX Gyre Heros';
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.7px;
}
.navbar-nav li a:hover {
  background: #555 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .publicar-btn a {
  background: #da2128;
  color: #fff !important;
}
.navbar-nav .publicar-btn a:hover {
  background: #da2128 !important;
  color: #fff;
}
.navbar-nav li.active > a {
  background: #CD2029 !important;
}
.navbar-nav .navbar-form input {
  border: 1px solid transparent;
  color: #fff;
  background: none;
}
.navbar-nav .navbar-form input:focus {
  box-shadow: none;
}
.navbar-nav .navbar-form ::-webkit-input-placeholder {
  color: #fff;
}
.navbar-nav .navbar-form .btn {
  background: transparent;
  color: #fff;
}
h1.leadtext {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  color: #fff;
  letter-spacing: -1.5px;
  font-family: 'TeX Gyre Heros', serif;
}
body.logged-in .navbar-fixed-top {
  top: 32px;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu li a {
  padding: 6px 20px;
}
.navbar-inverse .navbar-toggle {
  border: 1px solid transparent;
}
#maincontent {
  min-height: 400px;
}
.social {
  margin-top: 25px;
  padding: 10px 15px 0;
  border-top: 1px solid #dcdcdc;
}
.social ul {
  padding: 0;
  margin: 0;
}
.social ul li {
  display: block;
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
.social ul li a {
  display: block;
  background: url(../images/social.png);
  width: 32px;
  height: 32px;
}
.social ul a.tw {
  background-position: -44px 0;
}
.social ul a.wa {
  background-position: -89px 0;
}
.post {
  margin-bottom: 20px;
  position: relative;
  background: #FFF;
  box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 10px;
  word-break: break-word;
}
.post #posthead {
  position: relative;
}
.post #posthead .imgwrap {
  position: relative;
}
.post #posthead .imgwrap .precio {
  position: absolute;
}
.post #posthead .imgaviso {
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.post h2 {
  margin: 0 0 5px;
  font-size: 14px;
}
.post h2 a {
  font-weight: 700;
  color: #000;
}
.post .contenido p {
  font-size: 12px;
}
.post small {
  color: #969696;
}
.post small a {
  color: #848484;
}
.post small.city {
  position: relative;
  top: 3px;
}
.post .cat {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  background: #20008C;
  color: #fff;
  position: relative;
  bottom: 0;
  right: 0;
  padding: 2px 8px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 700;
}
.post .cat a {
  color: #FFF;
}
.post .cat a:hover {
  text-decoration: none;
}
#searchwrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
#searchwrap form {
  width: 100%;
  position: relative;
}
#searchwrap input {
  height: 50px;
}
#searchwrap .input-group-btn button {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
article.post-single #infopost {
  padding: 15px 0;
}
article.post-single #infopost .sinimagen {
  padding: 0 15px;
}
article.post-single .swipebox img {
  max-width: 100%;
}
article.post-single .body-post {
  background: #FFF;
}
article.post-single .body-post img {
  border-radius: 4px;
}
article.post-single .body-post small {
  display: block;
  background: #7a7b8a;
  color: #fff;
  padding: 13px;
}
article.post-single .body-post small a {
  color: #e5e5e5;
}
article.post-single .body-post .content h4 {
  color: #000;
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 300;
}
article.post-single .body-post .content p {
  color: #666;
}
article.post-single .body-post .content ul {
  margin-left: 0;
  padding-left: 20px;
}
article.post-single .body-post .content ul li strong {
  color: #000;
}
h1 {
  margin-top: 0;
  font-weight: 400;
  font-size: 32px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  letter-spacing: -1px;
}
.nohome .head-single {
  position: relative;
}
.nohome .head-single .precio {
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #36a9bd;
  top: 5px;
  right: 0;
  font-size: 22px;
}
.head-single h4 {
  margin: 4px 0;
  color: #888;
  font-size: 15px;
  margin-bottom: 15px;
}
h1.publish-h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.titlecat {
  margin-top: 0;
  line-height: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
  color: #111;
  font-size: 19px !important;
}
.titlecat a {
  color: #111;
  font-size: 19px !important;
  text-transform: uppercase;
}
.ads {
  padding: 9px 0;
  border-top: 1px dotted #c6c6c6;
  border-bottom: 1px dotted #c6c6c6;
  margin-top: 20px;
}
.ads i {
  color: #25bac6;
}
.ads a {
  color: #d0a500;
}
.file-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.file-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  filter: alpha(opacity=1);
  opacity: 0.01;
  -moz-opacity: 0.01;
  cursor: pointer;
}
.file-wrapper .btnupload {
  color: #fff;
  background: #428bca;
  border-radius: 4px;
  font-size: 11px;
  padding: 6px 15px 0;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  height: 30px;
}
.file-wrapper .btnupload span {
  margin-right: 8px;
}
.file-holder {
  color: #000;
  margin-top: 5px;
  font-size: 11px;
}
.redactor_toolbar {
  background: #f2f2f2;
}
#publish-classified {
  position: relative;
}
#publish-classified .form-group {
  position: relative;
}
#publish-classified .form-group .wordsleft {
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: #888;
  font-size: 12px;
}
#publish-classified label {
  color: #636363;
  font-size: 12px;
}
#publish-classified select .level-0 {
  font-weight: 700;
}
#publish-classified select optgroup {
  color: #000;
  font-weight: 700;
}
aside .element {
  margin-top: 20px;
}
aside .element h3 {
  color: #A8A4AF;
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
ul.list_cat {
  list-style: none;
  padding: 10px;
}
ul.list_cat > li > a {
  color: #111 !important;
  font-weight: bold;
}
ul.list_cat li {
  font-size: 13px;
  display: block;
}
ul.list_cat li a {
  background: #E4E1E7;
  color: #fff;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #D7D4DB;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.list_cat li a:hover {
  text-decoration: none;
  background: #D7D4DB;
}
ul.list_cat ul {
  list-style: none;
  margin: 10px 0;
  padding-left: 0;
}
ul.list_cat ul li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.optgroup-header {
  font-weight: 700;
  color: #758d99 !important;
}
.panel {
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  border-style: none;
}
.message {
  display: none;
  position: fixed;
  padding: 10px 20px;
  color: #fff;
  right: 15px;
  top: 65px;
  z-index: 1000;
  border-radius: 4px;
  background: #57a88a;
}
.message.error {
  background: #d02538 !important;
}
footer {
  margin-top: 40px;
  background: #fff;
  padding: 30px 0;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  display: inline-block;
  margin-right: 20px;
}
footer ul li ul {
  display: block;
}
footer ul li ul li {
  display: block;
  width: 100%;
}
footer ul li a {
  color: #666;
  font-size: 13px;
}
footer .down {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DFDFDF;
}
.preview {
  background: url(../images/previewa.png);
  padding: 20px;
  overflow: hidden;
}
.preview .inside {
  padding: 10px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.preview .titulo {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  -webkit-text-shadow: rgba(255, 255, 255, 0.2) 0 0 1px;
  text-shadow: rgba(255, 255, 255, 0.2) 0 0 1px;
}
.preview .contenido {
  font-size: 15px;
  font-family: 'Noto Serif', serif;
}
.over {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.over.on {
  pointer-events: none;
  opacity: 0.2;
}
#panel-success .panel-header {
  background: #189F74;
  color: #FFF;
  padding: 60px;
  font-size: 25px;
  text-align: center;
}
#panel-success .panel-header i {
  font-size: 70px;
}
#panel-success #pay-ad {
  padding: 40px;
}
#panel-success #pay-ad .media {
  margin-bottom: 30px;
}
#panel-success #pay-ad .media i {
  font-size: 50px;
}
#export-panel .panel-header {
  background: #2F3032;
  color: #FFF;
  padding: 60px;
  font-size: 25px;
  text-align: center;
}
#export-panel .panel-header i {
  font-size: 70px;
}
.aviso-dia {
  background: #92E9CE;
  display: none;
  padding: 4px 10px;
  border-radius: 2px;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-300px, 0) scale(4);
          transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 10px;
  margin-top: 10px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
.modal .modal-header {
  padding: 18px;
}
.modal .modal-body {
  padding: 18px;
}
.modal .modal-footer {
  padding: 18px;
}
.modal h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}
.modal h4 strong {
  font-weight: 400;
  color: #da2128;
}
.modal .text-footer {
  font-size: 20px;
}
.modal .text-footer a {
  color: #da2128;
}
.text-format {
  line-height: 25px;
}
.text-format p {
  margin-bottom: 30px;
}
.infinito {
  float: right;
}
#floatplus {
  position: relative;
  float: right;
  color: #FFF;
  background: #da2128;
  display: inline-block;
  font-size: 25px;
}
#cats {
  margin: 0 0 10px;
}
#cats a {
  display: block;
  letter-spacing: -0.8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 10px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 13px;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cats a:hover {
  text-decoration: none;
  background: #e6e6e6;
}
@media (min-width: 500px) {
  #cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #cats a {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
@media (min-width: 500px) and (max-width: 990px) {
  #cats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cats a {
    width: 50%;
  }
}
h2.text-center {
  font-size: 20px;
  font-weight: 700;
}
#btnfloat {
  position: fixed;
  width: 200px;
  display: none;
  left: 50%;
  margin-left: -100px;
  background: #da2128;
  border-radius: 20px;
  color: #fff;
  z-index: 1000;
  padding: 10px 20px;
  bottom: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
#btnfloat:hover {
  text-decoration: none;
  background: #A50017;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-sizer {
  padding-left: 5px;
  padding-right: 5px;
}
/*==========================================================================
  Media queries
  ========================================================================== */
@media (max-width: 768px) {
  .navbar-brand > img {
    width: 185px;
    position: relative;
    top: 6px;
  }
  #btnfloat {
    display: block;
  }
  a.ads-featured {
    width: 100%;
  }
  .navbar-form {
    width: 100%;
    border: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .navbar-nav {
    margin-bottom: 0;
    float: none;
  }
  .navbar-nav li a {
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.children li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav li.active a {
    background: none;
  }
  .post #posthead .imgaviso {
    height: auto;
    max-height: normal;
  }
  .navbar-brand {
    padding: 15px 0 15px 15px;
  }
  section.homelanding #searchwrap {
    width: 100%;
  }
  section.homelanding .leadtext {
    margin-top: 50px;
  }
  section.homelanding {
    min-height: 330px;
  }
  .grid .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  #cats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #cats ul li {
    width: 50%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #cats ul li a {
    height: 50px;
    box-sizing: content-box;
    margin: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand > img {
    width: 178px;
    position: relative;
    top: 6px;
  }
  .nav > li > a {
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 900px;
  }
  #cats ul a {
    display: block;
    padding: 10px 25px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 30px;
    background: #656565;
    color: #fff;
  }
}
/* end @media 755px <> 989px */
