@import url('https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    height: 100%;
    margin-top: 0 !important;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    overflow-x: hidden;
    color: #444444;
    height: 100%;
    padding-top: 126px; /* Adjust this value */
}

body.page-template-page-mapa-de-la-ruta,
body.page-template-page-checkout,
body.page-template-page-cart
 {
    padding-top: 0;
}

header#main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#main-header-navbar-top {
    transition: max-height .5s;
    max-height: 33px;
    overflow: hidden;
}

#main-header-navbar-top.hide {
    max-height: 0px;
}

#main-header .barra_menu {
    min-height: 95px;
}

#main-header .navbar-brand img {
    /*border: 15px solid #81143d;*/
    border-radius: 50%;
    /* box-sizing: content-box;*/
}

#main-header .cart a {
    position: relative;
    height: 52px;
}

#main-header .cart i {
    font-size: 1.2em;
}

#main-header .cart .badge {
    position: absolute;
    top: 0;
    right: 0;
}

.gtranslate_wrapper a.glink img {
    margin-left: 1rem;
}

h1,h2,h3,h4,h5 {
    font-family: "Poltawski Nowy", serif;
    color: #6f5078;
    font-weight: 700;
}

.container {
    max-width: 100%;
    width: 1400px;
}

.container-fluid {
    max-width: 100%;
    width: 1600px;
}
.overlay-dark {
    background-color: rgb(0 0 0 / 50%);
}
.line-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}
.object-fit-cover {
    object-fit: cover;
    object-position: center;
}
p,.p {
    line-height: 1.75 !important;
    font-weight: 300;
}

.bg-liquid-gray, .bg-liquid-white, .bg-liquid-red, .bg-liquid-purple {
    z-index: 2;
}

.bg-liquid-gray:before,
.bg-liquid-gray:after,
.bg-liquid-white:before,
.bg-liquid-white:after,
.bg-liquid-red:before,
.bg-liquid-red:after,
.bg-liquid-purple:before,
.bg-liquid-purple:after,
.bg-liquid-warning:before,
.bg-liquid-warning:after,
.bg-liquid-success:before,
.bg-liquid-success:after,
.bg-liquid-info:before,
.bg-liquid-info:after {
    height: 15px;
    content:"";
    width: 100%;
    display: block;
    position: absolute;
    background-repeat: repeat-x;
    left: 0;
}

.bg-liquid-gray:before,
.bg-liquid-white:before,
.bg-liquid-red:before,
.bg-liquid-purple:before,
.bg-liquid-warning:before,
.bg-liquid-success:before,
.bg-liquid-info:before {
    bottom: calc(100% - 1px);
}
.bg-liquid-gray:after,
.bg-liquid-white:after,
.bg-liquid-red:after,
.bg-liquid-purple:after,
.bg-liquid-warning:after,
.bg-liquid-success:after,
.bg-liquid-info:after {
    top: calc(100% - 1px);
}

.bg-liquid-gray:before {
    background-image: url('../images/bg_w_border_top.png');
}

.bg-liquid-gray:after {
    background-image: url('../images/bg_w_border_bottom.png');
}

.bg-liquid-white:before {
    background-image: url('../images/bg_white_border_top.png');
}

.bg-liquid-white:after {
    background-image: url('../images/bg_white_border_bottom.png');
}

.bg-liquid-red:before {
    background-image: url('../images/bg_red_border_top.png');
}

.bg-liquid-red:after {
    background-image: url('../images/bg_red_border_bottom.png');
}

.bg-liquid-purple:before {
    background-image: url('../images/bg_purple_border_top.png');
}

.bg-liquid-purple:after {
    background-image: url('../images/bg_purple_border_bottom.png');
}

.bg-liquid-warning:before {
    background-image: url('../images/bg_warning_border_top.png');
}

.bg-liquid-warning:after {
    background-image: url('../images/bg_warning_border_bottom.png');
}

.bg-liquid-success:before {
    background-image: url('../images/bg_success_border_top.png');
}

.bg-liquid-success:after {
    background-image: url('../images/bg_success_border_bottom.png');
}

.bg-liquid-info:before {
    background-image: url('../images/bg_info_border_top.png');
}

.bg-liquid-info:after {
    background-image: url('../images/bg_info_border_bottom.png');
}

#menu-item-5875 {

}

#menu-item-5875 a {
    background-color: #569b150f;
    border-radius: 4px;
    border: 1px solid #569b15;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #569b15 !important;
    /* border-bottom: 3px solid #569b15 !important; */
}

#map #side_menu:not(.active) .flickity-button {
    display: none;
}

#slider-video {
    min-height: 350px;
}

#slider-video iframe.bg-video {
    aspect-ratio: 560/315;
    margin-top: -85px;
    z-index: 0 !important;
}

#slider_destacados {
    height: 218px;
}

#slider_destacados .card-destacado {
    height: 218px;
    cursor: pointer;
    align-content: center;
    border-bottom: 6px solid #bba66b !important;
}

.card-destacado {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.img-destacado {
    width: 100%;
    height: 120px;
}

#single_detail_destacados .single_detail_body {
    padding-top: 70px;
}

.separador i {
    margin-top: -6px;
    display: block;
}

#st-1 .st-btn {
    background-color: transparent !important;
    border: none !important;
    filter: grayscale(100%);
}
main .container-fluid,
section .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
html {
  scroll-behavior: smooth;
}
  .youtube-flickity p,
  .youtube-flickity iframe {
    height: 100%;
}
  iframe {
    width: 100%;
  }
main img,
section img {
    max-width: 100%;
    height: auto;
}

.mh-300 {
    min-height: 300px;
}

.contenedor-about {
    min-height: 350px;
}

#search-button {
    width: 52px;
    height: 52px;
    align-content: center;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

#search-bar {
    left: 0;
    top: 0;
}

#search-bar.d-xl-none {
    right: 0;
    top: 55px;
    width: 280px !important;
    left: unset;
}

#search-bar form#searchform {
    position: absolute;
    left: 0;
    top: 0px;
    height: 0;
    transition: all .5s ease;
    opacity: 0;
    z-index: 999;
    width: 100%;
    overflow: hidden;
}

.menu-search #search-button .fa-times {
    display: none;
}
.menu-search.active #search-button .fa-times {
    display: block;
}
.menu-search.active #search-button .fa-search {
    display: none;
}

.menu-search.active #search-bar form#searchform {
    height: 57px !important;
    opacity: 1;
}

form#searchform input[type="text"], 
form#searchform button[type="submit"] {
    height: 52px;
    box-shadow: none !important;
    border-color: #ced4da !important;
    margin-top: 1px;
}
form#searchform button[type="submit"]{
    width: 52px;
}


#map_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#map .row.content {
    padding-top: 80px;
    top: 0;
}

#map #side_menu {
    width: 100px;
    transition: width .5s ease;
    box-shadow: 3px 0 8px rgba(0,0,0,.25);
    z-index: 1;
    max-height: 100vh;
    overflow: auto;
    scrollbar-width: thin;
    overflow: hidden;
}

#map #side_menu.active {
    width: 350px;
}

#map #side_menu .fa-chevron-left, #map #side_menu.active .fa-chevron-right  {
    display: none;
}

#map #side_menu.active .fa-chevron-left, #map #side_menu .fa-chevron-right {
    display: block;
}

#map #side_list {
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#map #side_list .item {
   transition: all .25s ease;
   flex-direction: column;
   cursor: pointer;
}

#map #side_list .item.focused, #map #side_list .item:hover  {
    background-color: #f5f5f5;
}

#map #side_list.active .item {
    padding: 1em .5em;
    flex-direction: row;
    display: flex;
    border-bottom: 1px solid #ddd;
}

#map #side_list img.logo {
    width: 64px !important;
    height: 64px !important;
}

#map .single_detail {
    position: relative;
    width: 350px;
    transition: all .5s ease;
    overflow-x: scroll;
    scrollbar-width: thin;
    height: 100%;
    z-index: 1;
    max-width: 0;
    top: 0;
    left: 0;
    /*display: none !important;*/
}

#map .single_detail.active {
    max-width: 350px;
    display: block !important;
}
#map .single_detail img.featured {
    height: 200px;
}

#map .single_detail .single_detail_close, #map .single_detail .single_detail_close_destacado {
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    background-color: #fff;
    border-radius: 50%;
    color: #666;
    top: 15px;
    right: 25px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map .single_detail .single_detail_close:hover {
    background-color: #f5f5f5;
}

#map #tab-map {
    
}

#map .tab-content {
    height: -moz-calc(100% - 61px);
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px)
}

#map #tab-list {
    overflow-y: scroll;
    overflow-x: hidden;
}

#map .toggle-item {
    cursor: pointer;
}

.show_active {
    display: none;
}

.active .show_active {
    display: unset;
}
.active .hide_active {
    display: none;
}

.search_container input {
    border-radius: 20px;
    padding: 17.35px 1.5rem;
}

.hover-zoom {
    transition: all .3s ease;
}
.hover-zoom:hover {
    transform: scale(1.05);
}


ul#menu-superior {
    width: 290px;
}
.smallest {
    font-size: 70%;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.bottom-0 {
    bottom: 0;
}
.bg-cover {
    background-size: cover;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-center {
    background-position: center center;
}
.bg-multiply {
    background-blend-mode: multiply;
}
.bg-darken {
    background-blend-mode: darken;
}
.bg-soft-light {
    background-blend-mode: soft-light;
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay-primary {
    background-color: rgba(54, 147, 209, 0.7);
}
.bg-overlay-warning {
    background-color: rgba(248, 173, 10, 0.85);
}

.bg-lighter {
    background-color: #f5f5f5 !important;
}

.bg-fixed {
    background-attachment: fixed;
}

body.service #tp-menu_forcefullwidth {
    background-color: #f2f2f2;
    position: relative !important;
    height: auto !important;
}
.text-white-all * {
    color: #fff !important;
}
.text-dark-all * {
    color: #1d1d1b!important;
}
.rounded-2 {
    border-radius: .9rem!important;
}
.ul-unstyled{
    list-style: none;
    margin-left:0em !important;
}

.modal-open #tp-menu_forcefullwidth {
    z-index: 1;
}

.c-pointer {
    cursor: pointer;
}
.z-index-99 {
    z-index: 99;
}
.z-index-100 {
    z-index: 100;
}

@media(max-width: 992px) {

    main .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }

    .justify-mobile-center {
        justify-content: center;
    }
    .border-0-md {
        border: 0 !important
    }
}

.p-m0 p {
    margin: 0;
}



iframe {
    max-width: 100%;
}

header#cover iframe {
    height: 280px;
    background-color: #0971ad;
}

.card-img, .card-img-top {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.6rem;
}
.card-caso .card-title {
    -webkit-line-clamp: 1;
    height: 1.2rem;
}
/*
.card-curso .card-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.card-title.h5 {
    height: 4.5rem;
}
.card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.5rem !important;
    font-weight: 300;
    line-height: 1.75 !important;
}
.card-curso .card-excerpt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-excerpt p {
    min-width: 100%;
}
.card-badge {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
}


.card-caso .card-excerpt {
    -webkit-line-clamp: 6;
    height: 7.5rem;
    line-height: 1.25rem;
}


.mw-50 {
    max-width: 50% !important;
}
.mw-100 {
    max-width: 100% !important;
}


.social-icon {
    width: 42px;
    height: 42px;
    line-height: 27px;
    text-align: center;
}

.shadow-light {
    box-shadow: .1rem .1rem .3rem rgba(0,0,0,.15) !important;
}

.navbar-brand {
    margin-right: 0;
}

.navbar {
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-nav.ma a {
    padding-left: 1em;
    padding-right: 1em;
}

#main-header #main-nav .navbar-nav li:last-child .nav-link {
    border: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.card-location .location-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.5em;
}

.card.kpi .line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.5em;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5em;
}

.line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 10.5em;
}

.card.lista-items {

}

.card.lista-items strong {
    font-weight: 600;    
}

.card.lista-items img {
    object-fit: cover;
    max-height: 300px;    
}

.btn_cat {
    border: 1px solid transparent;
    align-items: center;
    display: flex;
}
#map .btn_cat input.checked,
#map .btn_cat input.unchecked {
    pointer-events: none;
}

#map .btn_cat.selected input.checked {
    display: inline-block;
}
#map .btn_cat input.checked {
    display: none;
}
#map .btn_cat.selected input.unchecked {
    display: none;
}
#map .btn_cat input.unchecked {
    display: inline-block;
}

@media(min-width: 800px) {
    .btn_cat i {
        font-size: 13px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0 !important;
        background-color: #ae1b15;
        color: #fff !important;
        border-radius: 100%;
    }
    .btn_cat {
        border: 1px solid transparent;
        padding: 3px .8rem 3px 3px !important;
    }
    #map_header {
        height: 80px;
    }
    #map .single_detail .single_detail_body {
        position: absolute;
        width: 350px;
        left: -350px;
        top: 0;
        height: 100%;
        transition: all .5s ease;
        overflow-x: scroll;
        scrollbar-width: thin;
        opacity: 0;
    }

    #map .single_detail.active .single_detail_body {
        left: 0;
        opacity: 1;
    }
}
@media(max-width: 800px) {

    .lead {
        font-size: 1.1rem;
    }

    #map .single_detail {
        position: relative;
        width: 100%;
        max-width: none !important;
        background-color: #fff;
        height: auto;
        margin-left: -100%;
        transition: all .5s ease;
        margin-top: 0px;
        display: none !important;
    }

    #map .single_detail.active {
        z-index: 99;
        top: 0;
        bottom: 0;
        padding-bottom: 2em;
        margin-left: 0;
        display: block !important;
        margin-top: -140px;
    }
    
}
.btn_cat.selected {
    border-color: #ae1b15;
}

.btn_cat.selected {
    background: #ae1b15;
    color: #fff !important;
}

.border-dashed-bottom {
    border-bottom: 1px dashed #e9e9e9;
}
.border-dashed-top {
    border-top: 1px dashed #e9e9e9;
}

.click-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* WooCommerce */

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {max-width: unset;width: 100%;}

.woocommerce span.onsale {
    top: .5rem;
    left: .5rem;
}

img.woocommerce-placeholder.wp-post-image {}

.woocommerce-LoopProduct-link img {
    width: 100%;
}
article.product.bg-secondary {
    background-color: #a9a8aa !important;
}

article.product.bg-secondary:hover {
    background-color: #666569!important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set,
div#order_review {
    width: 50%;
    display: block;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:968px) {
    .woocommerce .col2-set, .woocommerce-page .col2-set,
    div#order_review {
        width: 100%;
    }
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce form .form-row textarea {
    height: auto;
}
.woocommerce form .form-row select {
    padding: .5rem;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: revert;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    padding: 0 15px !important;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #81143d;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #735077;
}

.woocommerce .quantity .qty {
    height: 50px;
    width: 60px;
    background-color: transparent;
    border: 1px solid #a9a8aa;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 160px;
    height: 50px;
    line-height: 50px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a9a8aa;
}

table.variations tr td {
    display: block;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}

table.variations {
    margin-bottom: 1rem;
}

table.variations select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem .75rem;
    font-size: 1rem
;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: .25rem; */
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    /* text-transform: uppercase; */
}

.woocommerce-variation-price {
    margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    width: 280px;
    min-width: 40%;
    max-width: 100%;
    display: inline-block;
}
.woocommerce .woocommerce-ordering select option:nth-child(2), .woocommerce .woocommerce-ordering select option:nth-child(3) {
    display: none;
}

/* WooCommerce end */




.square {
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}



.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

.pasado {
    filter: grayscale(60%) brightness(.95);
}

.pasado .label_pasado {
    display: block !important;
    opacity: .9;
}

.card-producto .badge {
    top: 1rem;
    left: -.5rem;
}

article.card-product .title {
    overflow: hidden;
    height: 5.5rem;
    box-sizing: content-box;
}
article.card-product .title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
article.card-product .price,
article.card-product .excerpt {
    overflow: hidden;
    height: 4rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
article.card-product .excerpt p {
    display: inline-block;
}

article.card-product .price {
    height: 1.5rem;
}

section#shortcuts div.hover-zoom {
    height: 250px;
}

section#shortcuts div.hover-zoom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 0;
    transition: opacity .5s ease;
}

section#shortcuts div.hover-zoom:hover:after {
    opacity: .1;
}

section#comunidad {
    z-index: 3 !important;
}

section#upsell-products img,
section.product img {
    width: 100%;
}

header.woocommerce-products-header h1 {
    border-width: 1rem !important;
}

section#category .border-white {
    border-width: 2px !important;
}


input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    color: #ffffff;
    min-height: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ae1b15;
}

.filter-invert {
    filter: invert(1);
}

.card {
    border-radius: .75rem;
    /* overflow: hidden; */
}

.card.kpi, .card-producto {
    border-width: 0px 0px 6px 0;
}

.card-producto .price {
    min-height: 25px;
}

.btn-danger{
    color:white !important;
}
.btn{
    /*padding: .7rem 1.4rem;*/
}
.line-after:after{
    content: " ";
    border-bottom: 2px solid #e3b33f;
    display: block;
    width: 5%;
    margin: .75em auto;
}
.line-after-2:after{
    content: " ";
    border-bottom: 2px solid #e3b33f;
    display: block;
    width: 5%;
    margin: 0.1em 0;
}
.line-after-left:after{
    content: " ";
    border-bottom: 2px solid #e3b33f;
    display: block;
    width: 5%;
    margin: 0.1em 0;
}
.line-after-right:after{
    content: " ";
    border-bottom: 2px solid #e3b33f;
    display: block;
    width: 5%;
    margin: 0.1em 0 0.1em auto;
}
#main-header ul li{
    display: inline-block;
    display: block;
}
#main-header ul li a{
    color:#ffffff;
    text-align: left;
    width: 100%;
    display: block;
}

.dropdown-item {
    color: #333 !important;
}

.tx-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.tx-shadow2 {
    text-shadow: 0 0 8px rgba(0,0,0,1),0 0 8px rgba(0,0,0,1);
}

main#frontpage section#mapa {
    margin-top: -70px !important;
}

main#frontpage section#mapa .container.content {
    margin-top: 7%;
}

main#frontpage section#mapa:hover .click-overlay {
    opacity: 1;
}

main#frontpage section#mapa .click-overlay {
    background-color: rgba(0,0,0,.5);
    transition: all .4s ease;
    opacity: 0;
}

.navbar{
    display:flex !important;
}
.nav-content-right li{
    margin-left: auto;
    margin-right: auto;
}
.nav-content-left li{
    margin-left: auto;
    margin-right: auto;
}
.nav-link {
    display: block;
    padding: .5rem .5rem;
    text-align: center;
    letter-spacing: 0em;
}
.card-vinas{
    border-radius: .25rem;

}
.card-vinas:hover > .card-overlay ,.card-viaje:hover > .card-overlay  {
    opacity: 1;
    background-color: #00000030;
}

.card-vinas:hover > h4 {
    opacity: 0;
}
.card-overlay{
    top: 0;
    left: 0;
    background-color: #00000014;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .75s ease-in;
    border-radius: inherit;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 0.5em;
    transform: translateY(-50%);
    opacity: .75;
}

.flickity-button {
    position: absolute;
    background-color: transparent;
    border: none;
    color: #bea86f;
}
.flickity-button:hover {
    opacity: 1;
}
.flickity-button:disabled {
    opacity: .1;
}

/*
.flickity-prev-next-button.next {
    right: -50px;
}

.flickity-prev-next-button.previous {
    left: -50px;
}
*/

@media(max-width: 992px) {

    #shortcuts {
        z-index: 999;
    }
    .line-after-2:after{
        content: " ";
        border-bottom: 5px solid #e3b33f;
        display: block;
        width: 5%;
        margin: 0.1em auto;
    }
    .dropdown-menu.dropdown-menu-right {
        width: 100%;
        transform: none !important;
        margin-top: 62px;
    }
    #main-header ul li a {
        color: #891a3f;
        border-bottom: 1px solid #eee;
    }
    #main-header ul li a,
    #menu-principal .dropdown-menu a {
        padding: 1rem .5rem !important;
        font-size: 1.1rem !important;
    }

    #search-button {
        font-size: 1.5em;
    }
    
}
.overlay{
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}
.border-radius-0{
    border-radius: 0px !important;
}
.px-6{
    padding-left: 4em;
    padding-right: 4em;
}
.btn-warning-faded {
    color: #e3b33f !important;
    padding: 0.5rem 2rem;
    background-color: #62711c00 !important;
    /* border-color: #5a6719 !important; */
    border-radius: .25rem !important;
    /* font-weight: bolder; */
    border: 1px solid #e3b33f !important;
}
.active.btn-warning-faded {
    color: #fff !important;
    padding: 0.5rem 2rem;
    background-color: #e3b33f !important;
    /* border-color: #5a6719 !important; */
    border-radius: .25rem !important;
    /* color: #869A26 !important; */
    /* font-weight: bolder; */
}
.tab2.nav-tabs li:first-child a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.tab2.nav-tabs li:last-child a {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.card-vinas .cart-excerpt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: 7em !important;
}
.side-btn{
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 10000;
    position: fixed !important;
    width: 130px;
}
.side-btn .btn {
    transform: rotate(-90deg);
    width: 200px;
    margin-top: -100px;
    border-radius: 3px 3px 0 0 !important;
}
#vina .nav-tabs li:first-child a {
    border-top-right-radius: .25em !important;
    border-bottom-right-radius: .25em !important;
}


#vina .nav-tabs li:last-child a {
    border-top-left-radius: .25em !important;
    border-bottom-left-radius: .25em !important;
}
#vina-carousel .carousel-main {
  margin-bottom: 8px;
}


#vina-carousel .carousel-cell {
  width: 100%;
  /* height: 400px; */
  margin-right: 8px;
  border-radius: 5px;
}

.youtube-flickity {
    height: 100%;
}

.single-product .actions a, .single-product .actions button {
    margin-right: .25rem;
    padding: .4rem .8rem;
}

#vina-carousel .carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
}



/* Atelierbram edit */

#vina-carousel .carousel-main img {
  display: block;
  margin: 0 auto; 
}
.wpcf7, .wpcf7 label, .wpcf7 span,  .wpcf7 input,  .wpcf7 select,  .wpcf7 textarea {
    width:100%;
}

.wpcf7 select,  .wpcf7 input, .wpcf7 textarea {
    padding: 7px 3px;
    border-color: #7676767a;
    color: #767676;
    border-radius: 0.3em;
}
.wpcf7 select {
    padding: 7px 0px;
}
.wpcf7 input{
    border: 1px solid #7676767a;
}
 .woocommerce a.button{
        width: 100%;
    text-align: center;
 }
 .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #711612;
    text-decoration: none;
    background-image: none;
    color: #e8f1ff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #ffffff;
    background-color: #ae1b15;
}

.card.card-product a.button { 
    background-color: #569b15;
}

.ranking-stars {
    min-height: 20px;
}

.woocommerce {
    .star-rating {
        float: left;
        &:before {
            /*font-size: 20px;*/
            }
        span {
            &:before {
              /*font-size: 20px;*/
              color: #ffa500;
            }
        }
    }
    .comment-form-rating .stars a {
        color: #ffa500;
    }
}



#mapa{
        line-height: 0;
 }
.btn-circle.btn-sm {
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        font-size: 8px;
        text-align: center;
    }
    .btn-circle.btn-md {
        width: 50px;
        height: 50px;
        padding: 7px 10px;
        border-radius: 25px;
        font-size: 10px;
        text-align: center;
    }
    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 12px;
        text-align: center;
}
#que .nav-tabs, #que .nav-item {
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
}

#que .nav-tabs li:last-child a {
    border-top-left-radius: 35px  !important;
    border-bottom-left-radius: 35px  !important;
}

.btn-destacados {
    /* background-color: white; */
    border-color: unset !important;
    color: #171e71;
    border-radius: 3px !important;
    border: none !important;
    padding: 0.5em 2em;
}
.dropdown:hover ul {
    display: block;
}
.dropdown-menu {
    top: 80%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f6f6f4;
}
.card-product{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border-radius: .25rem;*/
}
.woocommerce a.added_to_cart {
    display: none;
}

section#te-puede-interesar, section.top-bg-light {
    background-image: url(../images/bg_w.png);
    background-position: top -20px center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
}

.bg-red-figure {
    background-color: transparent !important;
    background-image: url(../images/Enmascarar-grupo-7.png);
    background-position: bottom 0px center !important;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: initial !important;
    padding-bottom: 5.5rem !important;
}

.bg-purple-figure {
    background-color: transparent !important;
    background-image: url(../images/Enmascarar-grupo-8.png);
    background-position: bottom 0px center !important;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: initial !important;
    padding-bottom: 5.5rem !important;
}

footer#main-footer .logos-1 img {
    height: 23px !important;
}

footer#main-footer .logos-2 img {
    height: 50px !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-left: 4px;
}

footer#main-footer:after {
    content: none;
}

.img-row {
    min-height: 50px;
    line-height: 50px;
}


ol.flex-control-nav {
    list-style: none;
    margin: 1rem -.25rem;
    padding: 0;
}

ol.flex-control-nav li {
    width: 20%;
    float: left;
    padding: .25rem;
    cursor: pointer;
}

.woocommerce-product-gallery img {
    border-radius: 8px;
}

.gallery-columns-4 {
    display: flex;
    flex-wrap: wrap;
}

.gallery-columns-4 .gallery-item {
    padding: .5em;
}

.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-columns-4 .gallery-item .gallery-icon {
    width: 100%;
    height: 100%;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    margin: .5rem;
}

.card-blog h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5rem;
}

#menu-principal .dropdown-menu {
    display: block !important;
    border: 0;
    padding: 0;
    margin: 0;
}

#menu-principal .dropdown-menu a {
    font-size: 80%;
    padding: .5rem 0;
}

#menu-principal .dropdown-menu a:before {content: "- ";}

@media(max-width:600px) {
    .btn-circle i {
        font-size: 16px;
    }

    .btn-circle.btn-xl {
        width: 46px;
        height: 46px;
    }
}

@media(max-width: 576px) {
    body {
        padding-top: 52px !important;
    }
    #frontpage .col-sm-4.d-flex {
        height: 200px !important;
    }

}
#te-puede-interesar .card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: 14rem !important;
}

ol.flex-control-nav li {
    float: none;
    display: inline-block;
}

ol.flex-control-nav {
    text-align: center;
}

.z-index-2 {
    z-index: 2;
}

.font-105 {
    font-size: 1.05rem;
}
.img70x70 {
    width: 70px;
    height: 70px;
}

.h-100px {
    height: 100px;
}
.h-150px {
    height: 150px;
}

img.whine-img {
    height: 300px;
    object-fit: contain;
}

form#commentform label {
    display: block;
    margin: 0;
}

form#commentform input[type="text"], form#commentform input[type="email"], form#commentform input[type="url"] {
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 5px;
    width: 100%;
}

form#commentform textarea {
    border: 1px solid #dedede;
    width: 100%;
    height: 120px;
}

form#commentform input[type="checkbox"] {
    float: left;
    margin: 5px;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4rem !important;
}

.card-whine .line-clamp-2, .card-vinas .line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem !important;
}

.card-whine .line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.5rem !important;
}

.card-vinas .line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4rem !important;
}

.card-producto h5.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem !important;
}

.joinchat {
    right: 0 !important;
}

.joinchat__button {
    bottom: 90px !important;
    right: 10px !important;
    --s: 64px !important;
}



@media (min-width: 1200px){
    #main-header #main-nav .navbar-nav .nav-link {
        border-right: 1px solid #fff;
        padding: 0 2rem;
        line-height: 1;
    }
    #main-header .navbar-brand img {
        height: 140px;
        /*transform: translate(0px, 11px);*/
    }
    #main-footer .navbar-brand img {
        height: 120px;
    }
}

@media (max-width: 1200px){

    body {
        padding-top: 95px;
    }

    #main-header #main-nav .navbar-nav .nav-link {
        border-bottom: 1px solid rgb(255 255 255 / 0.25);
        padding: 1rem;
    }

    #main-header .barra_menu {
        min-height: 63px;
    }
    
    #main-header .navbar-brand img {
        height: 86px;
    }
    #main-footer .navbar-brand img {
        height: 100px;
    }

    #slider-video iframe.bg-video {
        min-width: 1200px;
        min-height: 700px;
        margin-left: calc((100vw - 1200px) / 2);
    }

    main#frontpage section#mapa {
        margin-top: 0px !important;
    }
}

@media(max-width: 600px) {

    #slider-video iframe.bg-video {
        margin-top: 0;
        min-width: 1800px;
        min-height: 1050px;
        margin-left: calc((100vw - 1800px) / 2);
    }

    .contenedor-about {
        min-height: 500px;
    }

    section#shortcuts div.hover-zoom {
        height: 260px;
    }

    #map .single_detail {
        /* display: none !important; */
    }
    
    header.woocommerce-products-header h1 {
        font-size: 1rem;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        font-size: 1rem;
    }
    .letter-spacing-1rem {
        letter-spacing: 1rem;
    }
    .letter-spacing-2rem {
        letter-spacing: 2rem;
    }
    .letter-spacing-2 {
        letter-spacing: 2px;
    }
    .letter-spacing-3 {
        letter-spacing: 3px;
    }
    button.gm-ui-hover-effect {
        display: none !important;
    }
}