/** Colorimetria **/

:root{
    --color-primario: #ED3237;
    --color-secundario: #D9D9D9;
    --color-hover: #BA0006;
}

/** Menú **/
.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 70px;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
    background: var(--color-primario);
    color: white !important;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button:hover {
    background: var(--color-hover);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #ED3237 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a:hover {
    color: #ED3237 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover {
    color: #ED3237 !important;
}

/** Slide **/
.rs-slider.slider-style5 .slider .slider-item {
    background-image: none !important;
   
}
.rs-slider.slider-style5 .slider .slider-item .slider-inner .content-part .sl-title {
    color: white;
}
.rs-slider.slider-style5 .slider .slider-item .slider-inner .content-part .sl-desc {
    color: white;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 30px 20px;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.mobile-menu.open {
    display: block;
}

.menu-close {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    margin-bottom: 20px;
}

body.mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .mobile-navbar-menu .nav-menu li a,
    .mobile-btn-quote .quote-button {
        text-transform: uppercase;
    }
}
@media (max-width: 767px) {
  .header-logo {
    margin-top: 10px;
  }
}


/** Sobre Nosotroa **/
.black-bg {
    background: var(--color-secundario) !important;
}
.sec-title .title.title3 {
    color: black !important;
}
.features-content.red-feature ul.rs-features-list li .feature-text {
    color: black !important;
}
.sec-title .desc.desc4 {
    color: black !important;
}

/** Nuestros Servicios **/
.btn-primary {
    color: #fff;
    background-color: var(--color-primario);
    border-color: var(--color-primario);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-hover);
    border-color: var(--color-hover);
}
.sec-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: var(--color-primario);
    margin: 0;
}
.rs-services {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: black;
}

.rs-services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.sec-title .title.title4:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: var(--color-primario);
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: -28px;
}
.rs-process.process-style3 .process-bg .process-item .number-text .number-area .number-prefix
{
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    background: var(--color-secundario);
}
.rs-process.process-style3 .process-bg .process-item .number-image
{
    background: #F5F5F5;
    padding: 50px;
    border-radius: 0%;
    width: 140px;
    margin: 0 auto;
    display: block;
}
/**Banner **/
.color-title{
    color: var(--color-primario);
}
.rs-breadcrumbs {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7) !important; /* Cambia el 0.5 según el nivel de opacidad deseado */
    z-index: 1;
}

.rs-breadcrumbs .container,
.rs-breadcrumbs .breadcrumbs-inner {
    position: relative;
    z-index: 2;
}
.readon.more {
    background: var(--color-primario);
    color: white;
}
.readon.more:hover {
    background: var(--color-hover);
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important; /* alto fijo */
    overflow: hidden;
    z-index: 1;
    scale: 1.2;
}

.video-background iframe {
    width: 100vw;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

/* Capa con opacidad encima del video */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* negro con 50% de opacidad */
  z-index: 2;
}

.video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-inner,
.slider-item {
  position: relative;
  z-index: 3; /* por encima de la capa de opacidad */
}
.rs-slider.slider-style5 .slider .slider-item .slider-inner
 {
    padding: 270px 0 15px !important;
}

/** Marcas **/ 
.partner-background-overlay {
    display: none;
}
.rs-partner.partner-main-home.partner-modify4 .partner-background-overlay {
    background: none !important;
    background-color: transparent !important;
    opacity: 0 !important;
}
.rs-partner.partner-main-home.partner-modify4 {
    position: relative;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.marcas-section {
    padding: 60px 0;
}
.marca-logo {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    transition: transform 0.2s;
}
.marca-logo:hover {
    transform: scale(1.05);
}
.marca-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marca-modal-container {
    background: #fff;
    padding: 30px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

/** Productos **/
.product-card {
    position: relative;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
}
.product-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.categoria-section {
    background: none;
}
.footer-bg-lightgray {
    background-color: #D9D9D9;
    color: #333; /* texto oscuro para buen contraste */
}

/** Footer **/
/* Remueve fondo por defecto y aplica color */
.sin-fondo-color {
    background-color: #D9D9D9 !important;
    background-image: none !important;
    background-size: unset !important;
    background-repeat: unset !important;
    background-position: unset !important;
}

/* Opcional: ajusta el padding para eliminar altura innecesaria si existía por imagen */
.sin-fondo-color .footer-top,
.sin-fondo-color .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Asegura que el texto se vea bien en fondo claro */
.sin-fondo-color,
.sin-fondo-color a,
.sin-fondo-color .desc,
.sin-fondo-color .copyright {
    color: #333;
}

.sin-fondo-color a:hover {
    color: #000;
}

/** Contacto **/ 
/* General */
.contacto-seccion h2 {
  color: #ed3237;
  font-weight: bold;
  text-transform: uppercase;
}

/* Tabs */
.contacto-seccion .nav-tabs {
  border-bottom: none;
}
.contacto-seccion .nav-tabs .nav-link {
  color: #333;
  border: none;
  background: none;
  font-weight: bold;
  text-transform: uppercase;
}
.contacto-seccion .nav-tabs .nav-link.active {
  color: #ed3237;
  border-bottom: 3px solid #ed3237;
}

/* Tarjetas de contacto */
.contacto-seccion .info-box {
  background-color: #eeeeee;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.contacto-seccion .info-box img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

/* Formulario */
.contacto-seccion form input,
.contacto-seccion form textarea {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  padding: 15px;
  font-size: 14px;
}
.contacto-seccion form input:focus,
.contacto-seccion form textarea:focus {
  outline: none;
  box-shadow: none;
  background: #eaeaea;
}
.contacto-seccion form button[type="submit"] {
  background-color: #ed3237 !important;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  float: right;
}

/** Catálogo **/
.seccion-catalogos {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.titulo-catalogos {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.grid-catalogos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.catalogo-item {
  background: #f3f3f3;
  padding: 20px;
  border: 1px solid red;
}

.catalogo-item img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  object-fit: cover;
}

.catalogo-item h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.btn-descargar {
  display: inline-block;
  background: #e53935;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: var(--color-hover);
}
.blog-button.inner-btn a:hover {
    color: var(--color-hover);
}
.rs-carousel .owl-dots .owl-dot:hover, .rs-carousel .owl-dots .owl-dot.active {
    width: 40px;
    opacity: 1;
    background: var(--color-primario);
}
.rs-carousel .owl-dots .owl-dot {
    background: var(--color-primario);
}
.sec-title .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: white; 
    margin: 0;
}

/* Contenedor flex para filas */
.rs-services .row {
  display: flex;
  flex-wrap: wrap;
}

/* Cada columna será flex-item con altura igual */
.rs-services .row > [class*="col-"] {
  display: flex;
}

/* La tarjeta ocupa todo el alto del contenedor flex */
.rs-services .services-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch; /* para que el contenido ocupe toda la altura */
}

/* Opcional: para que el texto y la imagen dentro de la tarjeta se ordenen verticalmente */
.rs-services .services-text {
  flex-grow: 1;
}
.rs-carousel .blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.rs-carousel .blog-item .image-wrap {
  flex-shrink: 0;
}

.rs-carousel .blog-item .blog-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 20px;
}

.rs-carousel .blog-item .blog-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: auto;
}

.rs-carousel .blog-item .blog-button {
  margin-top: auto;
  text-align: right;
}

/** Colores Textos Títulos **/
.texto-rojo{
    color: var(--color-primario);
    font-style: normal !important; /* esto quita la cursiva si se aplicaba */
    font-family: inherit; /* opcional, para heredar la fuente */
    font-weight: inherit; /* opcional, para heredar el peso */
}


.rs-services .rs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* negro con 50% de opacidad */
  z-index: 1;
}
.rs-services .container {
  position: relative;
  z-index: 2;
}
.mobile-access-button .quote-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color-primario); /* Cambiá al color de tu tema */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}
/* HEADER EN HOME CON FONDO TRANSPARENTE */
body.home .menu-area.menu-sticky {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

/* COLOR BLANCO EN TEXTO E ÍCONOS EN HOME ANTES DEL SCROLL */
body.home .menu-area.menu-sticky * {
    color: #fff !important;
}

/* AL HACER SCROLL: STICKY MENU CON FONDO BLANCO */
body.home .rs-header .menu-area.menu-sticky.sticky {
    background: #fff !important;
}

/* COLOR NEGRO PARA TODOS LOS TEXTOS/ICONOS EN STICKY */
body.home .rs-header .menu-area.menu-sticky.sticky * {
    color: #000 !important;
}

/* OPCIONAL: AJUSTES ADICIONALES DE LOGO Y ALTURA DE MENÚ */
.sticky .logo-area img {
    height: 50px;
}

.sticky .nav-menu li a {
    height: 50px !important;
    line-height: 50px !important;
}

/* APLICAR FONDO TRANSPARENTE SOLO EN HOME */
body.home #rs-header,
body.home .menu-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}

@media (max-width: 767.98px) {
  .slider-slide-1 {
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .slider-slide-1::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* cambia el nivel de opacidad aquí */
    z-index: 1;
  }

  .slider-slide-1 .slider-inner {
    position: relative;
    z-index: 2;
  }
}

/* Fondo base de las tarjetas */
.rs-services .services-item {
  background-color: rgba(128, 127, 126, 0.7) !important; 
  transition: background-color 0.3s ease;
  padding: 20px; /* para que se vea mejor el fondo */
}

.rs-services.services-style5 .services-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 127, 126, 0.3); ; 
  transform: scaleY(0);
  transition: all .3s ease 0s;
  z-index: -1;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: var(--color-primario) !important;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot9

 {
    background: var(--color-primario) !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7e7e7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.btn-warning{
  color: #fff;
  background-color: var(--color-primario);
  border-color: var(--color-primario);
}

.icono-repetidor {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: inline-block;
}
.rs-inner-blog .widget-area .widget-title .title:after{
  background: var(--color-primario) !important;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
color: var(--color-primario) !important;
}

.icono-contacto {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center center;
  margin-right: 15px;
}

/* Migración desde page-productos.php */
.categoria-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    height: 100%;
}
.swiper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.swiper-slide img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin: 0 auto;
}
.icono-categoria {
    max-height: 50px;
    margin-bottom: 15px;
}
.btn-contacto-categoria {
    background-color: #d72638;
    color: #fff;
}

/* Migración desde template-parts/servicios/camino.php */
.col-custom {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (max-width: 991px) {
    .col-custom {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .col-custom {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Migración desde single-marca.php */
.bg-light-fullheight {
    height: 100%;
}

/* Migración desde page-marcas.php */
.filtro-categoria {
    max-width: 300px;
    margin: 0 auto;
}

/* Migración desde page-contacto.php */
.contacto-seccion-pt {
    padding-top: 120px !important;
}
.titulo-contacto-color {
    color: #ed3237;
}
.contacto-info-box {
    background: #eee;
    border-radius: 6px;
}
.mapa-min-height {
    min-height: 300px;
}
.iframe-border-none {
    border: 0;
}

/* Migración desde page-acceso-clientes.php */
.container-mt-120 {
    margin-top: 120px;
}
.form-max-width {
    max-width: 600px;
}
.btn-acceso-clientes {
    background-color: #ED3237;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-cerrar-sesion {
    background-color: #ED3237;
    text-transform: uppercase;
}
.link-archivo {
    color: #003BA1;
    text-decoration: none;
}

/* Migración desde header.php */
.mobile-btn-quote {
    padding: 15px;
    text-align: center;
}
.rs-menu-area {
    display: flex;
    align-items: center;
    margin-right: 25px !important;
}
.titulo-marca{
	color: #ED3237 !important;
	text-transform: uppercase;
}
.nav-link{
	color: #000;
}
.titulo-blog{
	color: #ED3237;
	text-transform: uppercase;
}
.rs-services.services-style13 .services-item {
	background-color: #fff !important;
}
.object-contain{
	object-fit: contain !important;
	height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.miniatura-img {
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.miniatura-img:hover {
    border: 2px solid #ED3237;
}

.object-fit-contain {
    object-fit: contain;
}

.imagen-principal {
    max-width: 100%;
    width: 400px;
    height: 400px;   
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.miniatura-img{
    max-width: 100%;
    width: 75px !important;
    height: 75px !important;   
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.partner-content-widget .logo-img a .mains-logos {
    filter: none !important;
}
.rs-slider{
	height: 100vh;
}
.rs-inner-blog .blog-item .blog-content .blog-title{
	font-size: 20px !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a{
	margin-right: 5px !important;
}


/* Estilos para el carrusel de marcas */
.rs-carousel.owl-carousel {
    position: relative;
}

.rs-carousel .item {
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-carousel .item img {
    max-width: 100%;
    max-height: 100%;
    width: 350px;
    height: 350px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Estilos para navegación y puntos del carrusel */
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.owl-prev, .owl-next {
    position: absolute;
    background: rgba(0,0,0,0.5) !important;
    color: white !important;
    padding: 10px 15px !important;
    border-radius: 50% !important;
    pointer-events: auto;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dot.active {
    background: #007bff;
}

.lightbox{
    margin-top: 150px;
}


/* Estilo por defecto (desktop/tablet) */
.custom-logo-item {
    width: 350px;
    margin: auto;
}


/* En mobile: ancho específico para el carrusel */
@media (max-width: 767px) {
    .custom-logo-item {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
    }

    /* Galería de marcas en mobile */
    .single-marca-section .rs-carousel.owl-carousel {
        margin: 0 -15px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-item {
        padding: 0 15px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .item {
        width: 100%;
        text-align: center;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .item img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
        border-radius: 8px;
    }
    
    /* Navegación del carrusel en mobile */
    .single-marca-section .rs-carousel.owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-nav button {
        background: rgba(0,0,0,0.5) !important;
        color: white !important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 18px;
        pointer-events: all;
        z-index: 10;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-nav .owl-prev {
        margin-left: 10px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-nav .owl-next {
        margin-right: 10px;
    }
    
    /* Dots del carrusel en mobile */
    .single-marca-section .rs-carousel.owl-carousel .owl-dots {
        text-align: center;
        margin-top: 15px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: #ddd;
        border-radius: 50%;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-dots .owl-dot.active {
        background: #ffc107;
    }
    
    /* Estilos específicos para las imágenes de la galería de marcas */
    .single-marca-section .galeria-marca-img {
        max-height: 350px;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    
    /* Mejorar el contenedor de la galería en mobile */
    .single-marca-section .col-md-8 {
        padding: 0 15px;
    }
    
    /* Ajustar el acordeón para mobile */
    .single-marca-section .accordion {
        margin-top: 20px;
    }
    
    .single-marca-section .accordion-button {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .single-marca-section .accordion-body {
        font-size: 14px;
        padding: 15px;
    }
}

/* Estilos para tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .single-marca-section .rs-carousel.owl-carousel .item img {
        max-height: 400px;
    }
    
    .single-marca-section .galeria-marca-img {
        max-height: 400px;
    }
}

/* Estilos para pantallas pequeñas (móviles pequeños) */
@media (max-width: 480px) {
    .single-marca-section .rs-carousel.owl-carousel .item img {
        max-height: 250px;
    }
    
    .single-marca-section .galeria-marca-img {
        max-height: 250px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-nav .owl-prev {
        margin-left: 5px;
    }
    
    .single-marca-section .rs-carousel.owl-carousel .owl-nav .owl-next {
        margin-right: 5px;
    }
}
    
    /* Sobrescribir estilos del tema que ocultan los logos */
    .rs-partner.partner-main-home.partner-modify4 .partner-content-widget .logo-img {
        padding: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        text-align: center;
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img {
        padding: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        text-align: center;
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img img {
        max-width: 100%;
        height: auto;
        max-height: 80px;
        object-fit: contain;
    }
    
@media (max-width: 767px) {
    .rs-slider{
        height: 0px !important;
    }
}

.valor-dolar-header{
	font-size: 13px;
}

