@import 'indumentaria.css';
@import 'properties.css';


.category-item img {
    max-width: 100%;
}

.t3-header {
    /* border-bottom: 1px solid #ccc; */
    /* background-image: url(header-bg.png); */
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    /* position: relative; */
    /* z-index: 9999; */
    transition: height 0.3s ease-in;
    /* -webkit-transform: translateZ(0); */
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    /* transform: translateZ(0); */
}

.t3-mainnav {
    z-index: 9999;
    background: transparent;
    /* margin-top: 20px; */
}

.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 {
    background: #ed1c24;
    color: #fbfbfb;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #fff;
}

.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: #555 !important;
}

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

.navbar-default .navbar-nav>li>a {
    transition: all 0.3s linear;
    z-index: 2;
    position: relative;
}

.navbar-default .navbar-nav>li>a::after {
    content: '';
    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: #ed1c24;
}

.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 {
    margin: 2em 0;
}

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;
    /* border-right: 1px solid #ccc; */
    /* box-shadow: 6px 0 12px -7px rgba(0, 0, 0, 0.4); */
    background: #fff;
    padding-top: 0;
}

.page-title,
.page-header h1 {
    color: #666;
    text-transform: uppercase;
    color: #4b4b4b;
    /* font-weight: 300; */
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
}

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

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

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

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

.pack {
    /* margin-bottom: 15px; */
    /* padding-bottom: 5px; */
    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;
}

.pack .operacion, .pack .localidad {
    /* background: #ff0000; */
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    /* margin-bottom: 5px; */
    /* margin-top: -10px; */
    position: absolute;
    top: 0;
    /* right: 0; */
    /* border-radius: 0 0 0 5px; */
    z-index: 10;
}

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

.containerall.main-wrapper {
    /* background-image: url(sect.png); */
    /* background-position: bottom right; */
    /* background-repeat: no-repeat; */
    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;
        /* position: relative; */
        /* grid-template-columns: 50px 1fr 100%; */
    }

    .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;
    }
}

.t3-off-canvas {
    /* width: 100%; */
}

.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: #333;
    color: #fff;
}

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

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

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

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

.t3-off-canvas .t3-off-canvas-body {
    background: #0f0f0f;
}

.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 {
    /* text-align: left; */
    margin: 3px 3px;
    /* padding: 0; */
    display: inline-flex;

}

#filter-105[class*="jlmf-list"] {
    overflow-y: auto;
    /* max-height: 140px; */
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.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;
    padding-top: 0;
}

.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;
    /* position: relative; */
    overflow: hidden;
    background-position: bottom center;
    background-size: contain;
}

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

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

.pack .article-title a {
    /* color: #666; */
}

.intro-info {
    display: block;
    /* grid-template-columns: 1fr 1fr; */
    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: .2em .6em .3em;
    margin: 0 2px;
    display: inline;
}

.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: rgba(255, 0, 0, 0.6);
    right: 0;
}

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

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

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

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-color: #fff transparent transparent transparent;
    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: #fafafa;
}

.nav li[data-id="101"] a:hover, .nav li[data-id="101"] a:focus {
    background: #000 !important;
}

.navbar-fixed-top .top-wrap {
    /* opacity: 0; */
    display: none;
}

.navbar-fixed-top .logo {
    height: 50px;
    width: auto;
    margin: 0;
}

.navbar-fixed-top {
    padding: 0;
    /* position: relative; */
}

.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 {
    /* color: #333; */
    /* background: rgba(0, 0, 0, 0.7); */
    /* display: inline-block; */
    /* padding: 4px 8px; */
    /* margin-bottom: 0; */
    line-height: 1;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
}

.acm-hero .hero-intro {
    padding: 4px 8px;
    /* color: red; */
    /* color: #fff; */
    display: inline-block;
    font-weight: 700;
}

.acm-hero .hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    /* backdrop-filter: blur(2px); */
}

.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;
    /* word-spacing: 5px; */
}
.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;
    /* vertical-align: text-top; */
    width: 20px;
    height: 20px;
    background: #ffffff;
    transition: all 0.3s linear;
    /* line-height: 20px; */
    /* position: absolute; */
    /* left: 0; */
    /* box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2); */
    /* font-family: 'Fontawesome'; */
  }
  .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;
    /* top: 9px; */
    /* background: white; */
    /* width: 2px; */
    /* height: 2px; */
    /* box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; */
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s linear;
    color: #fff;
  }
  

.styled-checkbox + label:after {
    content: '\f00d';
    position: absolute;
    left: 5px;
    top: 0px;
    /* background: #00BCD4; */
    /* width: 2px; */
    /* height: 2px; */
    /* box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; */
    -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: 33%;
}

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

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

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

.filter-0 {
    margin-top: 15px;
}

.filter-5 {
    width: 30%;
    float: left;
}

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

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

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

.modal-window .btn-block .fa {
    /* position: absolute; */
    /* top: 5px; */
    margin-left: 15px;
}

.modal-body {
    padding: 10px;
}

.modal-header {
    padding: 8px;
    /* display: flex; */
}

.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;
    /* top: 76%; */
    color: #6d6e71;
    background: #e3e3e3;
    font-size: 21px;
    margin-left: 10px;
    grid-area: off-btn;
}

.navbar-header {
    position: relative;
    display: block;
}
@media(max-width:767px){
.t3-mainnav {display: none;}

.flex-row{
    /* display: grid; */
    /* grid-template-columns: 50px 290px 1fr; */
    display: grid;
    /* width: 100%; */
    height: 100%;
    grid-template-areas:
        "off-btn logo"
        "social-nav social-nav";
    grid-template-columns: 60px 250px;
    /* grid-template-rows: 1fr 80px; */
    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 {
    /* color: red; */
    font-weight: 700;
}

.servicios .items-row article {
    position: relative;
    margin: 0 10px 30px;
    /* max-height: 250px; */
    /* overflow: hidden; */
}

.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 {
    /* background: transparent !important; */
}

.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 {
    background: transparent !important;
}
@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;
}
   
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
}




.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: #970000;
    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);
}