/* HEADER STYLE */
div#header_primary,
div#top_bar {
    background: #9f8f76 !important;
}
.st_mega_menu_container.animated.fast {
    background: #9f8f76 !important;
}
#st_mega_menu_wrap .ml_level_0.current .ma_level_0 {
    background: #9f8f76 !important;
}
/* END HEADER STYLE */

/* MENÚ */
.stmenu_sub {
    background: #fff;
}
.stmenu_sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.stmenu_sub .mu_level_1 {
    margin-bottom: 10px;
}
.stmenu_sub .ma_level_1 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
.stmenu_sub .ma_level_1:hover {
    color: #000;
    text-decoration: underline;
}
.stmenu_sub .mu_level_2 {
    margin-top: 8px;
}
.stmenu_sub .ml_level_2 {
    margin-bottom: 6px;
}
.stmenu_sub .ma_level_2 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    padding-left: 14px;
    position: relative;
    line-height: 1.6;
    transition: color 0.2s ease;
}
.stmenu_sub .ma_level_2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: calc(100% - 8px);
    background-color: #ddd;
    transition: background-color 0.2s ease;
}
.stmenu_sub .ma_level_2:hover {
    color: #000;
}
.stmenu_sub .ma_level_2:hover::before {
    background-color: #000;
}
.stmenu_sub .list_arrow,
.stmenu_sub i.fto-angle-right {
    display: none !important;
}
.stmenu_sub .col-md-4 {
    padding-right: 30px;
}
.stmenu_sub a {
    text-decoration: none;
}
.stmenu_sub a:focus {
    outline: 2px dotted #000;
    outline-offset: 2px;
}
/* END MENÚ */

/* LISTADO PRODUCTOS */
a.view_button {
    width: 5em !important;
    background-color: #efa242 !important;
}
a.quick-view {
    width: 5em !important;
    background-color: #efa242 !important;
}
a.ajax_add_to_cart_button {
    width: 20em !important;
    background-color: #e77818 !important;
}
.hover_fly .hover_fly_btn .hover_fly_btn_inner i {
    margin-right: 0 !important;
}
.hover_fly_0 .hover_fly_btn, .hover_fly_1 .hover_fly_btn {
    flex: auto !important;
}
.products_sldier_swiper .pro_outer_box:hover .pro_second_box, .product_list.grid .pro_outer_box:hover .pro_second_box {
    background-color: transparent !important;
}
/* END LISTADO DE PRODUCTOS */

/* HOME STYLE */
/* Banner Principal */
.hero-content {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px;
}
@media (min-width: 991px) {
div#st_swiper_block_1 {
    height:40em !important;
}
}
.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 1px;
}
.hero-content h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 35px;
    font-style: italic;
}
.hero-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #ffffff;
    color: #e77818 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hero-btn:hover {
    background: #e77818;
    color: #fff !important;
}
/* End Banner principal */
/* Títulos listado productos */
.products_slider a.title_block_inner {
    font-weight: bold !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}
/* End Títulos listado productos */
/* Pedir info bajo banner */
.services-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
}
.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 300px;
}
.service-full {
    width: 60px;
}
.service-text h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.service-text p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
@media (max-width: 768px) {
    .services-box {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 15px;
    }
    .service-item {
        max-width: 100%;
        align-items: center;
        gap: 15px;
    }
    .service-full {
        width: 45px;
    }
    .service-text {
        text-align: left;
    }
    .service-text h3 {
        font-size: 16px;
    }
    .service-text p {
        font-size: 13px;
    }
}
/* End Pedir info bajo banner */
/* Categorías */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 20px;
}
.category-card {
    position: relative;
    height: 360px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* Overlay para mejorar legibilidad del texto */
.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.category-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #fff;
}
.category-content h3 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 600;
}
.category-content p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.4;
    max-width: 260px;
}
.btn-catalogo {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.25s;
}
.btn-catalogo:hover {
    background: #fff;
    color: #e77818;
}
@media (max-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 18px;
    }
    .category-card {
        height: 300px;
    }
    .category-content h3 {
        font-size: 22px;
    }
    .category-content p {
        font-size: 14px;
        max-width: 260px;
    }
}
@media (max-width: 600px) {
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 15px;
    }
    .category-card {
        height: 240px;
    }
    .category-content {
        padding: 16px;
    }
    .category-content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .category-content p {
        font-size: 13px;
        line-height: 1.35;
        margin-bottom: 14px;
        max-width: 320px;
    }
    .btn-catalogo {
        padding: 10px 18px;
        font-size: 14px;
        min-width: 140px;
    }
}
/* End Categorías */
/* Banner Marcas Home */
.brands-banner {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 60px 20px;
    z-index: 2;
}
.brands-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}
.brands-row img {
    height: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.banner-content h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 30px;
}
.banner-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #ffffff;
    color: #e77818;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}
.banner-btn:hover {
    background: #e77818;
    color: #fff;
}
/* End Banner Marcas Home */
/* Compra Segura Home Antes Footer */
.benefits-bar {
    background: #fdf6ea;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}
.benefit-item img {
    height: 55px;
    margin-bottom: 15px;
}
.benefit-item p {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
@media (max-width: 768px) {
  .benefits-bar{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 24px 14px;
  }
  .benefit-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
  }
  .benefit-item img{
    height: 42px;
    margin-bottom: 10px;
  }
  .benefit-item p{
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .benefits-bar{
    grid-template-columns: 1fr;
  }
}
/* End Compra Segura Home Antes Footer */
/* Opiniones */
.reviews-section {
    padding: 40px 40px 80px;
}
.reviews-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}
.reviews-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    align-items: start;
}
.reviews-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.google-block {
    width: 180px;
    height: auto;
}
.google-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #e77818;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.google-btn:hover {
    background: #a84200;
    color: #fff;
}
.reviews-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}
.review-card .stars {
    width: 110px;
    margin-bottom: 15px;
}
.review-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 15px;
}
.review-author {
    font-size: 14px;
    font-style: italic;
    color: #333;
}
@media (max-width: 768px) {
  .reviews-section{
    padding: 28px 15px 45px;
  }
  .reviews-title{
    font-size: 22px;
    margin-bottom: 22px;
  }
  .reviews-container{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .reviews-left{
    gap: 14px;
    padding: 18px 12px;
    border-radius: 12px;
    background: #fff;
  }
  .google-block{
    width: 160px;
  }
  .google-btn{
    width: 100%;
    max-width: 260px;
    text-align: center;
    padding: 11px 18px;
  }
  .reviews-right{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .review-card{
    padding: 18px;
    border-radius: 12px;
  }
  .review-card .stars{
    width: 95px;
    margin-bottom: 10px;
  }
  .review-card p{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
  }
  .review-author{
    font-size: 13px;
  }
}
@media (min-width: 769px) and (max-width: 1024px){
  .reviews-right{
    grid-template-columns: repeat(2, 1fr);
  }
}
/* End Opiniones */
/* END HOME STYLE */

/* FOOTER */
.footer-brand-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.footer-main-logo img {
    width: 95px;
    height: auto;
}
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-social-icons img {
    width: 40px;
    height: auto;
    transition: opacity 0.2s ease;
}
.footer-social-icons img:hover {
    opacity: 0.7;
}
.footer-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.footer-payments img {
    height: 45px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-payments img:hover {
    opacity: 1;
    transform: translateY(-2px);
}
/* END FOOTER */

/* CATEGORY PAGE */
/* Portada categorías */
.category-cover {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 15em;
}
.category-cover picture {
    display: block;
    width: 100%;
}
.category-cover img {
    width: 100%;
    height: auto;
    display: block;
}
.category-cover .category_page_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 3rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .category-cover .category_page_heading {
        top: 35%;
        font-size: 2rem;
        text-align: center;
        width: 90%;
    }
}
#category-description {
    margin: 0 auto 40px;
    color: #000000;
    padding: 0 60px;
}
#category-description p {
    line-height: 1.6;
}

/* Subcategories */
ul.subcate_grid_view {
  padding-left: 0;
  margin-left: 0;
}
ul.subcate_grid_view > li.subcategory-item{
  list-style: none !important;
  margin-bottom: 14px;
}
ul.subcate_grid_view .subcategory-image-wrapper{
  display: none !important;
}
ul.subcate_grid_view a.subcategory-link{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  max-width: 100% !important;
  padding: 14px 18px;
  min-height: 56px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-left: 4px solid #e77818; /* “acento” naranja, estilo marca */
  border-radius: 6px;            /* menos “píldora”, más botón web */
  text-decoration: none !important;
  box-sizing: border-box;
  white-space: normal !important;
  transition: background-color .15s ease, border-color .15s ease, transform .12s ease, box-shadow .15s ease;
}
ul.subcate_grid_view h3.subcategory-name{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  color: #222;
}
ul.subcate_grid_view a.subcategory-link::after{
  content: "›";
  font-size: 20px;
  line-height: 1;
  opacity: .9;
  flex: 0 0 auto;
  color: #e77818;
}
ul.subcate_grid_view a.subcategory-link:hover{
  background: #e77818;
  border-color: #e77818;
  border-left-color: #e77818;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  transform: translateY(-1px);
}
ul.subcate_grid_view a.subcategory-link:hover h3.subcategory-name{
  color: #fff;
}
ul.subcate_grid_view a.subcategory-link:hover::after{
  color: #fff;
}
ul.subcate_grid_view a.subcategory-link:focus,
ul.subcate_grid_view a.subcategory-link:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(231,120,24,.25);
  border-color: rgba(231,120,24,.65);
}
h3.s_title_block.subcategory-name.nohidden {
  text-align: left;
}
a.subcategory-link:hover {
  color: inherit;
}
/* End subcategories */

#products {
    padding: 0 60px;
}
#category-additional-description {
    color: #000000;
    padding: 0 60px;
}
.s_title_block {
    margin: 0;
}
@media (max-width: 768px) {
    .category-cover .category_page_heading {
        font-size: 2rem;
    }
    
    #category-description {
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .category-cover .category_page_heading {
        font-size: 1.5rem;
    }
}
/* End Portada categorías */
/* Descripción adicional */
.ced-category-extra {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ced-left,
.ced-right {
    flex: 1;
    min-width: 300px;
}
.ced-title-main {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.ced-title-main-secondary {
    margin-top: 40px;
}
.ced-paragraph {
    margin: 0 0 20px 0;
    line-height: 1.6;
}
.ced-accordion-item {
    margin-bottom: 20px;
}
.ced-accordion-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    margin: 0;
}
.ced-accordion-title-text {
    display: inline-block;
}
.ced-accordion-arrow {
    transition: transform 0.25s ease;
    display: inline-block;
}
.ced-accordion-content {
    display: none;
    margin-top: 10px;
}
/* End Descripción adicional */
/* END CATEGORY PAGE */

/* BOTONES */
aside#easycontent_12 a,
aside#easycontent_13 a {
    text-transform: capitalize;
    text-align: center;
}
aside#easycontent_13 a {
    line-height: 1;
    font-weight: 600;
}
#st_swiper_block_1 a, 
#easycontent_16 a {
    line-height: 1;
}
/* END BOTONES */

/* SOBRE NOSOTROS */
.about-hero{
  position: relative;
  width: 100%;
  height: 520px;
  background-image: url("/img/cms/Sobre_Nosotros/Recurso 41.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
}
.about-hero-content{
  position: relative;
  text-align: center;
  max-width: 980px;
  padding: 0 20px;
  color: #fff;
}
.about-hero-content h1{
  margin: 0 0 14px 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.15;
}
.about-hero-content p{
  margin: 0 auto 22px auto;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.6;
}
.about-hero .btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: 2px;
  background: #ffffff;
  color: #e26b2a;
  border: 1px solid rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .25s ease;
}
.about-hero .btn-primary:hover{
  background: #e26b2a;
  color: #ffffff;
  border-color: #e26b2a;
}
.about-intro.container{
  margin: 60px auto 80px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border-radius: 16px;
  overflow: hidden;
}
.about-intro .about-text{
  background: #fff6eb;
  padding: 48px;
}
.about-intro .about-text h2{
  margin: 0 0 20px 0;
  font-size: 34px;
  font-weight: 500;
  color: #e26b2a;
}
.about-intro .about-text p{
  margin: 0 0 16px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}
.about-intro .about-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-services.container{
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
}
.about-services .services-list{
  background: #fff6eb;
  border-radius: 16px;
  padding: 40px;
}
.about-services ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-services li{
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.about-services li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 1;
  color: #e26b2a;
}
.about-services .services-text p{
  margin: 0 0 16px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}
.about-services .services-text strong{
  font-weight: 600;
}
.about-bottom.container{
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
}
.about-bottom-text{
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}
.about-bottom-box{
  background: #fff6eb;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 26px;
}
.about-bottom-box p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.about-bottom-buttons{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.about-bottom-buttons a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  transition: all .25s ease;
}
.about-bottom .btn-primary{
  background: #e26b2a;
  color: #fff;
  border: 1px solid #e26b2a;
}
.about-bottom .btn-primary:hover{
  background: #c9571f;
  border-color: #c9571f;
}
.about-bottom .btn-secondary{
  background: transparent;
  color: #e26b2a;
  border: 1px solid #e26b2a;
}
.about-bottom .btn-secondary:hover{
  background: #e26b2a;
  color: #fff;
}
.about-stats-box{
  background: #fff6eb;
  border-radius: 16px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 26px;
}
.stat-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.stat-item img{
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}
.stat-number{
  font-size: 22px;
  font-weight: 700;
  color: #e26b2a;
  line-height: 1;
}
.stat-text{
  font-size: 13.5px;
  line-height: 1.3;
  color: #333;
}
.about-images{
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
}
.about-images img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 991px){
  .about-hero{ height: 420px; }
  .about-hero-content h1{ font-size: 36px; }
  .about-intro.container,
  .about-services.container,
  .about-bottom.container{
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-stats-box{
    grid-template-columns: 1fr;
  }
  .about-images{
    grid-template-columns: 1fr;
  }
  .about-images img{
    height: 240px;
  }
}
@media (max-width: 575px){
  .about-hero{ height: 360px; }
  .about-hero-content h1{ font-size: 30px; }
  .about-hero-content p{ font-size: 14.5px; }
  .about-intro .about-text{
    padding: 28px 20px;
  }
  .about-bottom-buttons a{
    width: 100%;
  }
}
/* END SOBRE NOSOTROS */

/* TOUR VIRTUAL */
.virtual-hero{
  position: relative;
  width: 100%;
  height: 420px;
  background-image: url("/img/cms/Sobre_Nosotros/Recurso 41.png"); /* puedes cambiarla si quieres */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}
.virtual-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
}
.virtual-hero-content{
  position: relative;
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  color: #ffffff;
}
.virtual-hero-content h1{
  margin: 0 0 12px 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
}
.virtual-hero-content p{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: .95;
}
.virtual-content.container{
  margin: 60px auto 90px;
}
.virtual-iframe-wrapper{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.virtual-iframe-wrapper iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991px){
  .virtual-hero{
    height: 360px;
  }
  .virtual-hero-content h1{
    font-size: 34px;
  }
  .virtual-content.container{
    margin: 40px auto 70px;
  }
}
@media (max-width: 575px){
  .virtual-hero{
    height: 320px;
  }
  .virtual-hero-content h1{
    font-size: 28px;
  }
  .virtual-hero-content p{
    font-size: 14.5px;
  }
}
/* END TOUR VIRTUAL */

/* PRODUCT PAGE */
#product section#main {
    padding: 0 60px;
}
.custom-product-layout {
  display: flex;
  flex-direction: column;
}
.custom-price-reviews-wrapper {
  margin-bottom: 20px;
}
.custom-price-reviews-wrapper .pro_price_block {
  align-items: center;
  gap: 20px;
}
.custom-price-reviews-wrapper .product-price {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.custom-price-reviews-wrapper .pro_price_right {
  display: flex;
  align-items: center;
}
.custom-variants-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.product-description-short {
  margin-bottom: 25px;
  line-height: 1.6;
  color: #333;
}
.custom-characteristics-section {
  margin-bottom: 25px;
}
.custom-section-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
}
.custom-characteristics-section .pro_extra_info {
  padding: 8px 0;
  border: none;
}
.custom-characteristics-section .pro_extra_info_label {
  font-weight: 400;
  margin-right: 5px;
}
.custom-tabs-section {
  margin-bottom: 25px;
}
.custom-tabs-section .accordion_more_info .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.custom-tabs-section .accordion_more_info .title:after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.custom-tabs-section .accordion_more_info .title.active:after {
  content: '−';
}
.custom-add-to-cart-section {
  margin-top: 30px;
}
.custom-add-to-cart-section .product-add-to-cart {
  display: flex;
  gap: 15px;
  align-items: center;
}
.custom-add-to-cart-section .add-to-cart {
  flex: 1;
}
.custom-add-to-cart-section .add-to-cart button {
  width: 100%;
  padding: 15px 30px;
  background-color: #ff6b00;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-add-to-cart-section .add-to-cart button:hover {
  background-color: #e55b00;
}
.custom-add-to-cart-section .product-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.custom-add-to-cart-section .qty {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.custom-add-to-cart-section .qty input {
  width: 60px;
  text-align: center;
  border: none;
  padding: 8px;
}
.custom-add-to-cart-section .qty .btn {
  background-color: #f5f5f5;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-add-to-cart-section .qty .btn:hover {
  background-color: #e0e0e0;
}
@media (max-width: 768px) {
  .custom-price-reviews-wrapper .pro_price_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .custom-price-reviews-wrapper .product-price {
    font-size: 28px;
  }
}
button.btn.btn-default.btn-large.add-to-cart.btn-full-width.btn-spin,
button.btn.btn-default.btn-large.add-to-cart.btn-full-width.btn-spin:hover {
    background-color: #e77818;
    border: none;
    color: #ffffff;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up,
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    background-color: #cccccc;
}
input#quantity_wanted {
    border: none;
}
span.tax_label {
    display: none;
}
.price {
    color: #e77818;
    font-weight: bold;
}
h1.product_name {
    font-weight: bold !important;
}
/* END PRODUCT PAGE */

/* LISTADO PRODUCTOS */
.pro_outer_box {
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    height: 410px !important;
}
.pro_outer_box:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-3px) !important;
}
.pro_first_box {
    height: 20em !important;
}
/* END LISTADO PRODUCTOS */



/* MOBILE */
@media (max-width: 992px) {
img.logo {
    max-width: 150px;
    padding: 1em;
}
.act_box_cart.add_show_on_mobile {
    display: none !important;
}
.products_sldier_swiper .ajax_block_product .pro_outer_box.home_default, .product_list.grid .ajax_block_product .pro_outer_box.home_default {
    height: 31em !important;
}
}
.mobile_bar_tri.menu_mobile_bar_tri.mobile_bar_item {
    color: #ffffff;
}
div#sidebar_box {
    display: none;
}
/* Banner */
@media (max-width: 768px) {
  .hero-content-indexeo h1{
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0.6px;
  }
  .hero-content-indexeo h2{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.25;
    opacity: 0.95;
  }
  .hero-content-indexeo .hero-btn{
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media (max-width: 360px){
  .hero-content-indexeo h1{
    font-size: 18px;
  }
  .hero-content-indexeo h2{
    font-size: 13px;
  }
}
/* End Banner */
/* END MOBILE */





/* CONTACT PAGE */
.impex-contact-page{
  padding: 10px 0 30px;
}
.impex-contact-title{
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
  color: #4a4a4a;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin: 8px 0 18px;
}
.impex-contact-formwrap .contact-form{
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 18px;
  margin: 0;
}
.impex-contact-formwrap .form-group{ margin-bottom: 14px; }
.impex-contact-formwrap .form-control-label{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #3d3d3d;
}
.impex-contact-formwrap .form-control,
.impex-contact-formwrap select.form-control{
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
.impex-contact-formwrap textarea.form-control{
  min-height: 160px;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.impex-contact-formwrap .form-control:focus,
.impex-contact-formwrap textarea.form-control:focus{
  outline: none;
  border-color: rgba(243,122,0,.65);
  box-shadow: 0 0 0 3px rgba(243,122,0,.12);
}
.impex-contact-formwrap .btn.btn-primary{
  background: #f37a00;
  border-color: #f37a00;
  border-radius: 4px;
  padding: 9px 18px;
  font-weight: 600;
}
.impex-contact-formwrap .btn.btn-primary:hover{
  background: #e56f00;
  border-color: #e56f00;
}
.impex-contact-formwrap .bootstrap-filestyle,
.impex-contact-formwrap .bootstrap-filestyle.input-group{
  width: 100% !important;
}
.impex-contact-formwrap .bootstrap-filestyle .form-control{
  height: 40px !important;
  border-radius: 4px 0 0 4px !important;
}
.impex-contact-formwrap .bootstrap-filestyle .btn{
  height: 40px !important;
  border-radius: 0 4px 4px 0 !important;
}
.impex-locations{
  margin-top: 26px;
}
.impex-section-title{
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
  color: #4a4a4a;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin: 0 0 16px;
}
.impex-locations-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1199px){
  .impex-locations-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px){
  .impex-locations-grid{ grid-template-columns: 1fr; }
}
.impex-location{
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.impex-location:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.impex-location__img{
  display: block;
  background: #f7f7f7;
}
.impex-location__img img{
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.impex-location__body{
  padding: 14px 14px 16px;
  text-align: center;
}
.impex-location__text{
  margin: 0 0 10px;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1.5;
}
.impex-location__text a{
  color: #4a4a4a;
  text-decoration: none;
}
.impex-location__text a:hover{
  text-decoration: underline;
}
.impex-location__schedule{
  margin: 0;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1.55;
}
.impex-location__label{
  display: inline-block;
  color: #f37a00;
  font-weight: 700;
  letter-spacing: .06em;
}
.impex-location__cta{
  display: inline-block;
  margin-top: 10px;
  color: #f37a00;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
}
.impex-location__cta:hover{
  text-decoration: underline;
}
/* END CONTACT PAGE */




/* TRABAJA CON NOSOTROS */
.impex-cv { width: 100%; }
.impex-cv__lead{
  margin: 0 0 12px;
  color: #5a5a5a;
  font-size: 14px;
}
.impex-cv__form{
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 18px;
}
.impex-cv .wpcf7 h3{ display:none !important; }
.impex-cv .wpcf7 br{ display:none; }
.impex-cv .wpcf7 label{
  display:block;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  color:#3d3d3d;
}
.impex-cv .wpcf7 .form-control,
.impex-cv .wpcf7 input[type="text"],
.impex-cv .wpcf7 input[type="email"],
.impex-cv .wpcf7 input[type="tel"],
.impex-cv .wpcf7 input[type="file"],
.impex-cv .wpcf7 textarea{
  width:100%;
  border:1px solid #d9d9d9;
  border-radius:4px;
  padding:0 12px;
  height:40px;
  margin-top:6px;
  box-shadow:none;
  background:#fff;
}
.impex-cv .wpcf7 textarea{
  height:auto;
  min-height:160px;
  padding:10px 12px;
}
.impex-cv .wpcf7 input.wpcf7-submit{
  height:40px;
  padding:0 18px;
  border-radius:4px;
  border:1px solid #f37a00;
  background:#f37a00;
  color:#fff;
  font-weight:600;
  cursor:pointer;
  margin-top:8px;
}
.impex-cv .wpcf7 input.wpcf7-submit:hover{
  background:#e56f00;
  border-color:#e56f00;
}
.impex-cv .wpcf7 .custom_choosefile{
  display:block !important;
}
.impex-cv .wpcf7 .button_choosefile{
  display:none !important;
}
.impex-cv .wpcf7 .file_type_des{
  display:block;
  margin-top:6px;
  font-size:12px;
  color:#777;
}
.impex-cv__legal{
  margin:10px 0 0;
  font-size:12.5px;
  color:#6a6a6a;
}
.impex-cv__legal a{ color:#f37a00; text-decoration:none; }
.impex-cv__legal a:hover{ text-decoration:underline; }
/* END TRABAJA CON NOSOTROS */



/* FAQS */
#content.page-content .impexfaq{
  --impex-accent:#e67814;
  --impex-taupe:#b3a790;      /* similar al header/beige */
  --impex-soft:#f4eee4;       /* banda beige clara como en la home */
  --impex-text:#222;
  --impex-muted:#6b6b6b;
  --impex-border:#e6e6e6;
  --impex-radius:4px;
  color:var(--impex-text);
}
#content.page-content .impexfaq .impexfaq__container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}
#content.page-content .impexfaq .impexfaq__hero{
  background:var(--impex-soft);
  padding:26px 0;
  border:1px solid var(--impex-border);
  border-left:0;
  border-right:0;
  border-radius:0;
}
#content.page-content .impexfaq .impexfaq__heroCard{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
}
#content.page-content .impexfaq h1{
  margin:0 0 6px !important;
  color:var(--impex-text) !important;
  font-weight:700 !important;
  font-size:28px !important;
  line-height:1.15 !important;
}
#content.page-content .impexfaq h2{
  margin:0 0 14px !important;
  color:var(--impex-muted) !important;
  font-weight:400 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  max-width:980px;
}
#content.page-content .impexfaq .impexfaq__heroActions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:8px;
  padding-top:14px;
  border-top:2px solid rgba(230,120,20,.20);
}
#content.page-content .impexfaq .impexfaq__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:2px; /* aún más cuadrado */
  font-weight:600;
  text-decoration:none !important;
  border:1px solid transparent;
  font-size:13px;
  line-height:1;
  text-transform:none;
}
#content.page-content .impexfaq .impexfaq__btn--primary{
  background:var(--impex-accent);
  color:#fff !important;
  border-color:var(--impex-accent);
}
#content.page-content .impexfaq .impexfaq__btn--ghost{
  background:#fff;
  color:var(--impex-text) !important;
  border-color:var(--impex-border);
}
#content.page-content .impexfaq .impexfaq__btn--full{ width:100%; }
#content.page-content .impexfaq .impexfaq__grid{
  display:grid;
  grid-template-columns: 1.6fr .8fr;
  gap:24px;
  padding:22px 0 36px;
}
@media (max-width: 992px){
  #content.page-content .impexfaq .impexfaq__grid{ grid-template-columns:1fr; }
}
#content.page-content .impexfaq .impexfaq__card{
  background:#fff;
  border:1px solid var(--impex-border);
  border-radius:var(--impex-radius);
  padding:16px;
  margin-bottom:18px;
}
#content.page-content .impexfaq .impexfaq__cardHeader{
  padding:0 0 10px;
  border-bottom:1px solid var(--impex-border);
  margin-bottom:12px;
}
#content.page-content .impexfaq .impexfaq__kicker{
  margin:0;
  color:var(--impex-text);
  font-weight:700;
  font-size:14px;
  letter-spacing:0;
  text-transform:none;
}
#content.page-content .impexfaq .impexfaq__acc{
  display:grid;
  gap:10px;
}
#content.page-content .impexfaq .impexfaq__q{
  margin:0 !important;
  padding:12px 12px;
  border:1px solid var(--impex-border);
  border-radius:var(--impex-radius);
  background:#fafafa;
  font-size:14px !important;
  font-weight:700 !important;
  color:var(--impex-text) !important;
}
#content.page-content .impexfaq .impexfaq__a{
  margin:-8px 0 8px 0;
  padding:12px 12px 12px;
  border:1px solid var(--impex-border);
  border-top:0;
  border-radius:0 0 var(--impex-radius) var(--impex-radius);
  background:#fff;
  color:var(--impex-muted);
  line-height:1.65;
  font-size:14px;
}
#content.page-content .impexfaq .impexfaq__a span{
  display:block;
  margin:0 0 8px;
}
#content.page-content .impexfaq .impexfaq__link{
  display:inline-block;
  color:var(--impex-accent) !important;
  font-weight:600;
  text-decoration:none !important;
}
#content.page-content .impexfaq .impexfaq__link:hover{
  text-decoration:underline !important;
}
#content.page-content .impexfaq .impexfaq__asideCard{
  position:sticky;
  top:16px;
  background:#fff;
  border:1px solid var(--impex-border);
  border-radius:var(--impex-radius);
  padding:16px;
  margin-bottom:16px;
}
@media (max-width: 992px){
  #content.page-content .impexfaq .impexfaq__asideCard{ position:static; }
}
#content.page-content .impexfaq .impexfaq__asideTitle{
  margin:0 0 8px;
  font-size:15px;
  font-weight:700;
  color:var(--impex-text);
}
#content.page-content .impexfaq .impexfaq__muted{
  margin:0;
  color:var(--impex-muted);
  font-size:14px;
  line-height:1.5;
}
#content.page-content .impexfaq .impexfaq__asideActions{
  display:grid;
  gap:10px;
  margin-top:12px;
}
#content.page-content .impexfaq .impexfaq__bullets{
  margin:14px 0 0;
  padding:0 0 0 18px;
  color:var(--impex-muted);
  font-size:13px;
}
#content.page-content .impexfaq .impexfaq__bullets li{ margin:6px 0; }
#content.page-content .impexfaq .impexfaq__trust{
  background:var(--impex-soft);
  border:1px solid var(--impex-border);
  border-radius:var(--impex-radius);
  padding:14px;
  display:grid;
  gap:10px;
}
#content.page-content .impexfaq .impexfaq__trustItem{
  display:grid;
  grid-template-columns: 28px 1fr;
  gap:10px;
  align-items:start;
}
#content.page-content .impexfaq .impexfaq__trustItem strong{
  display:block;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  color:var(--impex-text);
}
#content.page-content .impexfaq .impexfaq__trustItem span{
  display:block;
  font-size:13px;
  color:var(--impex-muted);
  margin-top:2px;
}
#content.page-content .impexfaq .impexfaq__badge{
  width:28px; height:28px;
  border-radius:2px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(230,120,20,.35);
  color:var(--impex-accent);
  font-weight:700;
}
/* END FAQS */



/* CONTACT PAGE */
@media (min-width: 992px) {
section.contact-form.mb-3 {
  display: flex;
  justify-content: center;
}
section.contact-form.mb-3 form {
  width: 60%;
}
}
/* END CONTACT PAGE */



/* FACETED SEARCH */
#search_filters_wrapper {
  background: transparent;
}
#search_filters_wrapper .title_block {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
#search_filters_wrapper .title_block_inner {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
  color: #2b2b2b;
}
#search_filters {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 14px 14px 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
}
#search_filters .sticky_facet_title {
  display: none;
}
#search_filters .facet {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
#search_filters .facet:last-child {
  border-bottom: 0;
}
#search_filters .facet-title.hidden-md-down {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #2b2b2b;
  margin-bottom: 8px;
}
#search_filters .facet_filter_box {
  margin: 0;
  padding: 0;
}
#search_filters .facet_filter_box li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search_filters .facet_filter_box.facet_attribute_group,
#search_filters .facet_filter_box.facet_category,
#search_filters .facet_filter_box.facet_availability {
  max-height: 240px;
  overflow: auto;
  padding-right: 6px;
}
#search_filters .facet_filter_box::-webkit-scrollbar {
  width: 6px;
}
#search_filters .facet_filter_box::-webkit-scrollbar-thumb {
  background: #d0d0d0;
}
#search_filters .facet_filter_box::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}
#search_filters label.facet-label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 3px;
  transition: background .15s ease;
}
#search_filters label.facet-label:hover {
  background: #f3f3f3;
}
#search_filters a.search-link {
  flex: 1;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}
#search_filters a.search-link:hover {
  color: #f28c00;
}
#search_filters .magnitude {
  color: #777;
  font-size: 12px;
  margin-left: 6px;
}
#search_filters input.custom-input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#search_filters .custom-input-item.custom-input-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .15s ease;
}
#search_filters .custom-input-item .checkbox-checked {
  font-size: 12px;
  color: #ffffff;
  opacity: 0;
  transform: scale(.85);
  transition: all .12s ease;
}
#search_filters input.custom-input[type="checkbox"]:checked 
+ .custom-input-item.custom-input-checkbox {
  background: #f28c00;
  border-color: #f28c00;
}
#search_filters input.custom-input[type="checkbox"]:checked 
+ .custom-input-item .checkbox-checked {
  opacity: 1;
  transform: scale(1);
}
#search_filters .faceted-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
#search_filters .faceted-slider p[id^="facet_label_"] {
  margin: 6px 0 8px;
  color: #666;
  font-size: 12px;
}
#search_filters .ui-slider.ui-widget-content {
  border: 0;
  height: 4px;
  background: #dddddd;
  border-radius: 0;
}
#search_filters .ui-slider .ui-slider-range {
  background: #f28c00;
  border-radius: 0;
}
#search_filters .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 2px solid #f28c00;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#search_filters .ui-slider .ui-slider-handle:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(242,140,0,.25);
}
@media (max-width: 991px) {
  #search_filters {
    border-radius: 4px;
    padding: 10px 12px 6px;
    box-shadow: none;
  }
  #search_filters .facet {
    padding: 6px 0;
  }
  #search_filters .facet_filter_box.facet_attribute_group,
  #search_filters .facet_filter_box.facet_category,
  #search_filters .facet_filter_box.facet_availability {
    max-height: 200px;
  }
}
/* END FACETED SEARCH */