/** @format */

@import "properties.css";

.category-item img {
  max-width: 100%;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.t3-header {
  background-color: #ffffff;
  box-shadow: 0 4px 4px #0000004a;
  transition: height 0.3s ease-in;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.t3-mainnav {
  z-index: 9999;
  background: transparent;
}

.flex-row {
  display: flex;
  align-items: center;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fbfbfb;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  background-color: var(--secundario);
  color: var(--grisclaro);
}

.btn-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-social-icon .fa {
  position: static;
  font-size: 26px;
}

.social-menu-bar.btn-flat .btn:hover {
  background: #0000008c !important;
  color: #fff;
}

.btn-social-icon:hover .fa {
  text-shadow: none;
  color: #eee;
}

.navbar-default .navbar-nav>li>a {
  transition-property: background, color;
  z-index: 2;
  position: relative;
  transition-duration: 0.3s;
}

.navbar-default .navbar-nav>li>a::after {
  display: block;
  height: 5px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  z-index: -1;
}

.navbar-default .navbar-nav>li>a:hover::after {
  height: 100%;
  background: #9d2c25;
  color: #fff;
}

.vina-camera-slider-content .camera_caption>div {
  text-align: center;
}

.vina-camera-slider-content .camera_caption h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

button.btn.btn-primary.btn-contact {
  padding: 12px 24px;
  margin: 2em 0;
  border-radius: 3rem;
  font-size: 22px;
}

ul.nav .children .submenu {
  margin-left: 15px;
  font-weight: 400;
}

.nav li.children>a {
  font-weight: 700;
  background: #eee;
  text-transform: uppercase;
  padding-left: 5px;
  color: #dc2941;
}

.module .nav>li>a:before,
.module_menu .nav>li>a:before {
  color: #ccc;
}

.nav li.children li a {
  padding: 3px;
}

.nav li.children li {
  margin: 0;
  padding: 4px;
}

.t3-sidebar {
  margin-top: 22px;
  background: #fff;
  padding-top: 0;
}

.page-title,
.page-header h1 {
  text-transform: uppercase;
  color: var(--primario);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 0 2px 0 #cabebe;
}

.page-header {
  border-color: #ddd;
  margin-bottom: 40px;
}

.article-info {
  width: 100%;
  font-size: 11px;
}

.pack .article-intro p {
  font-size: 13px;
  margin-top: 15px;
}

.pack .article-title {
  font-size: 19px;
  font-weight: 500;
  margin: 16px 8px;
  min-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.pack {
  background: #fff;
  border: 1px solid #dbdbdb;
  position: relative;
  box-shadow: 0 7px 7px -9px rgba(0, 0, 0, 0.2);
}

.pack .precio {
  font-size: 18px;
  text-align: center;
  margin: 0;
  background: #f1f1f1;
  padding: 8px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: var(--secundario);
}

.pack .operacion,
.pack .localidad {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 10;
  letter-spacing: 2px;
}

.t3-wrapper {
  background: #fff url(sect.png);
  background-position: right bottom;
}

.containerall.main-wrapper {
  background-color: #eee;
}

@media (max-width: 767px) {
  .layout-t3_bs3_blanklista-catalogo .t3-mainbody .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .t3-sidebar {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-row {
    display: block;
  }

  .social-menu-bar.btn-align-right {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-menu-bar.btn-align-right a.btn {
    float: none;
    display: inline-flex;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 12px;
  }
}

.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.t3-off-canvas .t3-off-canvas-header {
  background: rgb(0 0 0 / 40%);
  color: #fff;
}

.t3-off-canvas .close {
  opacity: 1;
  background: transparent;
  color: #fff;
  text-shadow: none;
  font-size: 30px;
}

.t3-off-canvas .nav li.children li {
  border: none;
}

.t3-off-canvas .module-ct ul li {
  padding: 0;
  border: none;
}

.t3-off-canvas .nav li.children>a {
  color: #ff2424;
  background: transparent;
}

.t3-off-canvas .t3-off-canvas-body a {
  color: #eee;
}

.module-ct ul li li.active>a {
  color: #fff;
  background: none;
}

.copyright {
  margin-bottom: 0;
  text-align: center;
}

.nav li.children li.active a {
  color: #000;
}

.pack-box {
  flex-wrap: wrap;
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(247px, 1fr));
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 30px;
}

.jlmf-link.btn-clear {
  background: #9b9b9b;
  margin: 0 auto;
  color: #0f0f0f;
  font-size: 1em;
  width: auto;
  display: inline-block;
}

.jlcontentfieldsfilter input[type="checkbox"] {
  height: auto;
  width: auto;
  margin: 0;
  display: none;
}

[class*="jlmf-list"] .checkbox {
  margin: 3px 3px;
  display: inline-flex;
}

#filter-105[class*="jlmf-list"] {
  overflow-y: auto;
}

.moduleslide-105 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 4px;
  letter-spacing: 1px;
}

.moduleslide-105 {
  padding: 10px 16px;
  background: #dddddd;
  color: #000;
  margin: 0 -15px;
}

.view-article .t3-content {
  width: 100%;
  left: auto;
}

.view-article .t3-sidebar {
  display: none;
}

.post-values {
  margin: 25px -15px;
  display: none;
  align-items: center;
  flex-wrap: wrap;
}

.pack-box .bottom-icons svg {
  width: 14px;
  height: 14px;
  fill: #767676;
}

.pack-box .bottom-icons span {
  padding: 2px;
  border: none;
}

.pack-box .bottom-icons {
  padding: 2px;
  background: transparent;
}

@media (min-width: 768px) {
  .collapse-105 {
    display: block !important;
    height: auto !important;
  }

  .moduleslide-105 h3::after {
    display: none;
  }
}

.article-image-intro>a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: bottom center;
  background-size: contain;
  margin-bottom: 15px;
}

.article-image-intro {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.pack article {
  position: relative;
  padding-bottom: 53px;
}

.pack .article-title a {}

.intro-info {
  display: block;
  flex-wrap: wrap;
}

.intro-info span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px;
}

.cat .label {
  font-weight: 400;
  background: #eee;
  color: #666;
  padding: 0.2em 0.6em 0.3em;
  margin: 2px;
  display: inline;
  font-size: 12px;
}

.place {
  font-size: 12px;
  margin: 4px;
  text-align: center;
  display: block;
}

.place .fa {
  margin-right: 4px;
  color: #828282;
}

.article-image-intro>a img {
  opacity: 0;
}

.localidad {
  position: absolute;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  left: 0;
}

.operacion {
  background: var(--primario);
  right: 0;
}

.nav li[data-id="101"] .link-txt {
  display: none;
}

.nav li[data-id="101"] .fa {
  font-size: 20px;
  line-height: 0;
  color: var(--secundario);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background: var(--primario);
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  margin-left: 6px;
  border-width: 6px 6px 0;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav li[data-id="101"] a:hover .fa,
.nav li[data-id="101"] a:focus .fa {
  color: var(--primario);
}

.nav li[data-id="101"] a:hover,
.nav li[data-id="101"] a:focus {
  color: var(--gris);
}

.navbar-fixed-top .top-wrap {
  display: none;
}

.navbar-fixed-top .logo {}

.navbar-fixed-top {
  padding: 0;
}

.navbar-fixed-top .t3-mainnav {
  margin: 0;
}

.navbar-fixed-top .logo-image img {
  height: 45px;
  width: auto;
}

.logo-image img {
  transition: height 0.3s linear;
}

.social-top {
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.acm-hero .hero-heading {
  line-height: 1;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
}

.acm-hero .hero-intro {
  padding: 4px 8px;
  display: inline-block;
  font-weight: 700;
}

.acm-hero .hero-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
}

.acm-hero.full-screen {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.btn-rounded {
  border-radius: 1.5em;
}

.acm-hero .hero-btn-actions {
  margin-top: 15px;
}

.jlmf-link {
  margin-top: 25px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0 8px 0 0;
  border-radius: 4px 0 0 4px;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transition: all 0.3s linear;
}

.styled-checkbox:hover+label:before {
  background: #ed1c24;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #ed1c24;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  -webkit-transform: none;
  transform: none;
  transition: all 0.3s linear;
  color: #fff;
}

.styled-checkbox+label:after {
  content: "\f00d";
  position: absolute;
  left: 5px;
  top: 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s linear;
  font-family: "Fontawesome";
  color: #d0d0d0;
  font-size: 14px;
}

.styled-checkbox:hover+label:after {
  color: #fff;
}

.jlmf-section.filter-3 {
  float: left;
  width: 100%;
}

.jlmf-section.filter-4.jlmf-section.filter-6 {
  float: left;
  width: 33%;
}

input#banos-105 {
  margin-left: 5px;
}

label[for="banos-105"],
label[for="cochera-105"] {
  margin-left: 10px;
}

.filter-0,
.filter-6 {
  margin-top: 5px;
}

.filter-5,
.filter-4,
.filter-6 {
  /* float: left; */
  /* width: 47%; */
  /* display: flex; */
  /* flex-direction: column; */
}

#cochera-105 {
  margin-left: 10px;
}

.modal-window {
  margin-bottom: 25px;
}

.modal-window .btn-block {
  position: relative;
}

.modal-window .btn-block .fa {
  margin-left: 15px;
}

.modal-body {
  padding: 10px;
}

.modal-header {
  padding: 8px;
}

.modal-header h4 {
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 4px;
}

.modal-header .close {
  margin-top: 3px;
  margin-right: 5px;
  opacity: 1;
  background: #0000005c;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 20px;
  border-radius: 50%;
  text-shadow: none;
  font-size: 20px;
}

.modal-body .filter-0 {
  margin: 0;
  padding-bottom: 10px;
}

input[type="number"].jlmf-input {
  margin-right: 5px;
  padding: 5px !important;
  max-width: 85%;
}

.off-canvas-toggle {
  position: static;
  color: var(--ternary);
  background: transparent;
  font-size: 21px;
  margin-left: 0;
  grid-area: off-btn;
}

.navbar-header {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .t3-mainnav {
    display: none;
  }

  .flex-row {
    display: grid;
    height: 100%;
    grid-template-areas: "off-btn logo""social-nav social-nav";
    grid-template-columns: 60px 250px;
    margin: 0;
  }

  .flex-row::before,
  .flex-row::after {
    display: none;
  }
}

.logo {
  grid-area: logo;
  transition: all 0.3s linear;
}

.social-nav {
  grid-area: social-nav;
  transition: all 0.3s;
}

.detalle label {
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

.item-detail .article-header {
  background: #fff;
  margin: 15px 0;
  padding: 8px;
  border: 1px solid #ddd;
}

.item-detail .article-header h1 {
  margin: 0;
  color: #555;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
}

.form-group {
  text-align: left;
}

.bottom-icons span strong {
  display: inline-block;
  margin: 0 4px;
  color: #444;
  font-weight: 400;
}

.galeria-box .bottom-icons span {
  font-weight: 700;
}

.servicios .items-row article {
  position: relative;
  margin: 0 10px 30px;
}

.servicios .items-row article header {
  top: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  background: #0b0b0bab;
  z-index: 2;
  transition: all 0.3s linear;
}

.servicios .items-row article .item-image {
  float: none !important;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.servicios .items-row article header a {
  color: #fff;
  text-decoration: none;
}

.servicios .items-row article header h2 {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 6px 0;
}

.navbar-default .active a:hover::after {}

.servicios .items-row article header:hover {
  background: rgba(255, 0, 0, 0.62);
}

.servicios .items-row article header:hover a {}

.servicios .items-row article .item-image:hover img {
  filter: grayscale(1);
}

@media (min-width: 768px) {
  .view-article .pull-left.item-image {
    margin: 0 15px 15px 0;
  }

  .view-article article ul {
    overflow: hidden;
  }
}

.view-article .pull-left.item-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.article-title,
.article-header h1 {
  font-size: 32px;
  color: #303030;
}

.nav li[data-id="101"] a {
  background: transparent;
}

.nav li[data-id="101"] a,
.navbar-default .navbar-nav>.active[data-id="101"]>a {
  color: var(--primario) !important;
  background: transparent;
}

@media (max-width: 991px) and (min-width: 768px) {
  .pack-box {
    grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 20px;
  }

  .container {
    width: auto;
  }
}

.header-info {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .social-top {
    flex-direction: column;
    text-align: center;
  }

  .header-info {
    margin: 0;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .flex-row {
    grid-template-columns: 60px 1fr;
  }
}

.top-wrap {
  display: block;
  transition: all 0.3s linear;
  margin-bottom: 20px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {}

.header-info a {
  text-decoration: none;
  background: #eee;
  padding: 3px 6px;
  margin: 4px 2px;
  display: inline-block;
  border-radius: 1em;
  color: #666;
  transition: all 0.3s linear;
}

.header-info a:first-child {
  margin-left: 0;
}

.header-info a .fa {
  color: #ed1c24;
  margin-right: 8px;
  transition: color 0.3s;
}

.header-info a:hover {
  background: red;
  color: #fff;
}

.header-info a:hover .fa {
  color: #fff;
}

.acm-hero .hero-btn-actions .btn {
  transition: all 0.3s linear;
}

.acm-hero .hero-btn-actions .btn:hover {
  color: red;
  background: #fff;
  border-color: #ffffff00;
}

.btns-actions {
  display: grid;
  margin: 10px 0 0 0;
  padding: 0;
  width: auto;
  position: static;
  float: left;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.btns-actions button {
  padding: 6px 8px;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s linear;
  text-decoration: none;
}

.btns-actions button:hover {
  background: #333;
  color: #fff;
}

.form-group {
  margin-bottom: 5px;
}

.bottom-info .fa {
  color: #777;
  margin-right: 5px;
}

.t3-footer {
  background: var(--secundario);
  color: var(--grisclaro);
  background: linear-gradient(0deg, var(--secundario), var(--ternary));
}

.t3-footer a {
  color: #fff;
}

.t3-copyright {
  border-top-color: hsla(0, 0%, 100%, 0.1);
}

#back-to-top .btn {
  color: #fff;
  border-color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.t3-footnav {
  padding: 0;
}

.t3-footnav .t3-module .module-title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mceBranding {
  display: none !important;
}

.edit.item-page {
  background: #fff;
  font-family: sans-serif;
}

.view-form.layout-edit .main-wrapper {
  background: #fff;
  font-family: sans-serif;
}

.edit.item-page .btn-toolbar {
  margin: 30px 0;
  text-align: right;
  width: calc(100% - 30px);
  padding: 15px;
  border-radius: 3em;
}

.edit.item-page .btn-toolbar .btn-group {
  float: revert;
}

.edit.item-page .btn-toolbar .btn-group .btn {
  border-radius: 1.5em;
  font-size: 1.1em;
  background: #a4c4f7;
  box-shadow: 0 3px 8px -4px #535353;
  color: #0d47a1;
  letter-spacing: 1px;
  transition: all 0.3s linear;
}

.edit.item-page .btn-toolbar .btn-group .btn-primary {
  background: #43a047;
  border-color: #43a047;
  color: #fff;
}

.edit.item-page .nav-tabs>li>a {
  margin-right: 6px;
  border-radius: 1em 1em 0 0;
  transition: all 0.3s;
  background: #ddd;
  color: #0d47a1;
}

.edit.item-page .nav-tabs>li.active>a {
  color: #fff;
  background: #0d47a1;
}

.edit.item-page .nav>li>a:hover {
  background: #43a047;
  color: #fff;
}

.edit.item-page .nav-tabs>li {
  margin-bottom: 0;
}

.edit.item-page .nav-tabs {
  border-color: #0d47a1;
}

.edit.item-page .control-group {
  margin: 15px 0;
}

.view-form.layout-edit .t3-mainbody {}

.view-form.layout-edit .t3-content {
  margin: 0 auto;
}

.edit-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.edit-group .control-group {
  background: #eee;
  padding: 15px 7.5px;
}

.edit-group .control-group label {
  color: #0d47a1;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
}

.edit-group .control-group input[type="text"] {
  border-color: #0d47a1;
  width: auto !important;
}

.icon-remove::before {
  color: #b30000;
  content: "";
  font-family: "Fontaweseome";
  content: "\f057";
  font-family: "FontAwesome";
}

.enlarge-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #000000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0.5;
  transition: all 0.3s linear;
  text-decoration: none;
}

.enlarge-btn:focus,
.enlarge-btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #000;
}

.item-detail .article-content,
.map-location {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.gal-content {
  background: #fff;
}

.galeria-box {
  background: #fff;
  padding: 8px;
  border: 1px solid #ddd;
}

.social-share-icon ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  max-width: 280px;
  justify-content: center;
  text-align: center;
  margin: 15px auto;
}

.social-share-icon ul li {
  list-style-type: none;
  display: block;
  width: 25%;
}

.social-share-icon ul li a {
  display: flex;
  background: #ccc;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear;
}

.social-share-icon ul li a.facebook {
  background-color: #3b5998;
}

.social-share-icon ul li a.twitter {
  background-color: #00aced;
}

.social-share-icon ul li a.gplus {
  background-color: #db4437;
}

.social-share-icon ul li a.whatsapp {
  background-color: #25d366;
}

.social-share-icon ul li a:hover {
  background: #333;
  box-shadow: inset 0 0 10px #000;
}

@media (max-width: 768px) {
  .article-social-share.top {
    display: none;
  }

  .article-social-share.bottom {
    width: 100%;
    position: fixed;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .social-share-icon ul {
    align-items: stretch;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }

  .social-share-icon ul li {
    width: 25%;
  }
}

.detalle .mod_as_contact_form {
  background: #f1f1f1;
  margin: 15px 0;
  padding: 10px;
}

.estado.estado-Vendido {
  border-color: #ff9800;
  color: #e65100;
}

.edit.item-page .btn-toolbar .btn-group .btn-danger {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
}

.edit.item-page .btn-toolbar .btn-group .btn:hover,
.edit.item-page .btn-toolbar .btn-group .btn:focus {
  background: #333;
  border-color: #333;
  color: #fff;
  outline: none;
  outline-offset: unset;
}

a.modal.btn {
  display: block;
  overflow: visible;
  position: static;
}

.media-preview.add-on {
  display: inline-block;
}

.wf-media-input-upload {
  display: inline-block;
}

.nav>li>.separator {
  content: "|";
  color: red;
}

h4.label-primary {
  color: #fff;
  font-weight: 400;
  display: block;
  width: 80%;
  margin: 15px auto;
}

h4.label-primary a {
  color: #fff;
  font-weight: 700;
  width: 80%;
}

.t3-migas {
  background: var(--secundario);
}

.breadcrumb>li a {
  color: #fff;
}

.pack-item .cat {
  width: 100%;
  display: block;
}

.navbar-default .navbar-nav>li>a.mi-perfil {
  background: #c1272d;
  color: #fff;
}

.category-list {
  background: #fff;
}

.layout-t3_bs3_blankedit-list .t3-mainbody,
.layout-t3_bs3_blankedit-list .t3-content,
.layout-t3_bs3_blankedit-list .t3-sidebar {
  padding-top: 0;
  margin-top: 30px;
  background: #fff;
}

.content-category {}

.content-category h1 {
  margin: 0;
  border-bottom: 1px solid #ddd;
  color: #c1272d;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.layout-t3_bs3_blankedit-list .t3-content .cat-children {
  display: none;
}

table.category thead th {
  background: #c1272d;
  color: #fff;
  fontwebweight: 400;
  border: 1px solid #c1272d;
}

table.category thead th a {
  color: #fff;
}

table.category {
  border-color: #c1272d;
}

span.hasTooltip.icon-edit.tip {}

.btn-edit::after {
  content: "\f040";
  display: inline-block;
  color: #949494;
  font-family: FontAwesome;
  margin-left: 8px;
}

.add-item-box {
  margin: 15px 0;
  text-align: right;
}

.btn-add {
  padding: 8px 16px;
  border-radius: 2em;
  background: #8f2e28;
  border-color: #8f2e28;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-add::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 50%;
  color: #333;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  line-height: 1;
}

.t3-footer .social-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.t3-footer .address a {
  color: var(--grisclaro);
}

.t3-footer address .fa {
  font-size: 23px;
  opacity: 0.8;
  color: rgb(255 255 255 / 30%);
}

.chzn-container .chzn-results li[data-option-array-index="1"],
.chzn-container .chzn-results li[data-option-array-index="10"] {
  background: red;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .container.migas {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 10px;
  }

  .container.migas::before,
  .container.migas::after {
    display: none;
  }
}

.finderbusca {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}

.btn.finderbusca {
  background: var(--resalta);
  border-color: var(--resalta);
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .finderbusca {
    width: 300px;
    margin: 5px auto;
  }
}

.search-query {
  border: none;
}

@media (min-width: 768px) {
  .breadcrumb {
    display: flex;
    align-items: center;
  }
}

label.element-invisible.finderbusca {
  display: block;
  background: transparent;
  width: auto;
}

.btn:focus {
  border: none;
  outline: none;
  opacity: 0.8;
  box-shadow: none;
}

.item-detail .article-header p {
  margin: 8px 0;
}

.finderbusca .fa {
  margin-right: 8px;
}

.finderbusca input[type="text"] {
  border-radius: 0;
  height: 36px;
}

.control-group.btn-group {
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.control-group.btn-group .controls {
  text-align: center;
}

blockquote span::before,
blockquote span::after {
  font-family: serif;
  font-size: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  margin-top: -20px;
  color: #ccc;
  top: 10px;
}

blockquote span::before {
  content: "â€œ";
  left: 0;
}

blockquote span::after {
  content: "â€";
  right: 0;
}

.dummy {
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-size: 28px;
}

.swiper-slide .btn {
  background: #ffffff;
  color: var(--secundario);
  border-color: #ffffff;
  border-radius: 999rem;
  text-transform: uppercase;
}

.small-nav img {}

.small-nav {}

.list-code {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 3px 6px;
  background: #232933cf;
  color: #fff;
}

.pack .article-title a {
  color: var(--gris);
}

.gallery-thumbs .swiper-wrapper {}

.gallery-thumbs .swiper-slide {
  opacity: 1;
}

.swiper-slide {
  cursor: grab;
  background-position: center;
}

.footer-ct .module-title h3 {
  font-size: 32px;
}

.footer-ct .module-title h3 span::after {
  content: "";
  display: block;
  max-width: 120px;
  height: 5px;
  background: #a1aee838;
  margin: 15px auto;
}

.footer-ct .module-title span {
  font-weight: 400;
  text-transform: uppercase;
}

.footer-ct .contact-item {
  background: rgb(0 0 0 / 30%);
  display: block;
  padding: 1rem;

  margin-bottom: 30px;
}

.footer-ct .contact-item h4 {
  font-size: 28px;
  color: white;
}

.embed-responsive iframe {
  width: 100%;
  min-height: 250px;
}

.send-button {
  letter-spacing: 2px;
}

#cf_1 {
  margin: 0 auto;
}

.cf-title .page-header h1 {
  text-align: center;
}

.footer-ct .contact-item h4::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  margin-bottom: 1ch;
}


.jlcontentfieldsfilter {
  float: left;
}