.elementor-10918 .elementor-element.elementor-element-6e97465f{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.5;}.elementor-10918 .elementor-element.elementor-element-6e97465f:not(.elementor-motion-effects-element-type-background), .elementor-10918 .elementor-element.elementor-element-6e97465f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-10918 .elementor-element.elementor-element-6e97465f::before, .elementor-10918 .elementor-element.elementor-element-6e97465f > .elementor-background-video-container::before, .elementor-10918 .elementor-element.elementor-element-6e97465f > .e-con-inner > .elementor-background-video-container::before, .elementor-10918 .elementor-element.elementor-element-6e97465f > .elementor-background-slideshow::before, .elementor-10918 .elementor-element.elementor-element-6e97465f > .e-con-inner > .elementor-background-slideshow::before, .elementor-10918 .elementor-element.elementor-element-6e97465f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10918 .elementor-element.elementor-element-6feecc03{text-align:center;}.elementor-10918 .elementor-element.elementor-element-6feecc03 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:55px;font-weight:600;color:#FFFFFF;}.elementor-10918 .elementor-element.elementor-element-1dda5302{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-10918 .elementor-element.elementor-element-1dda5302:not(.elementor-motion-effects-element-type-background), .elementor-10918 .elementor-element.elementor-element-1dda5302 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F1ED;}.elementor-10918 .elementor-element.elementor-element-b80b35c{--display:flex;--position:absolute;--min-height:40px;bottom:0px;}.elementor-10918 .elementor-element.elementor-element-b80b35c:not(.elementor-motion-effects-element-type-background), .elementor-10918 .elementor-element.elementor-element-b80b35c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-10918 .elementor-element.elementor-element-b80b35c{left:0px;}body.rtl .elementor-10918 .elementor-element.elementor-element-b80b35c{right:0px;}.elementor-10918 .elementor-element.elementor-element-1bc4261f{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-10918 .elementor-element.elementor-element-52dd0051{--grid-columns:8;}.elementor-10918 .elementor-element.elementor-element-7110cc36{--display:flex;--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:20px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-10918 .elementor-element.elementor-element-b80b35c{--width:55px;}}@media(max-width:1024px){.elementor-10918 .elementor-element.elementor-element-52dd0051{--grid-columns:2;}}@media(max-width:767px){.elementor-10918 .elementor-element.elementor-element-52dd0051{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-b80b35c */.elementor-10918 .elementor-element.elementor-element-b80b35c{
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1dda5302 */.elementor-10918 .elementor-element.elementor-element-1dda5302.cont-general-mercados{
    
    position:relative; 
}
/* Estilos para cada mercado */
.mercado-item-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px; /* Ancho máximo para mantener consistencia */
    cursor:pointer;
   transform: scale(1);
    border-radius: 8px;
    transition: 0.3s ease;
    font-family: "Roboto";
}
.mercado-icono .color{
    fill:transparent; 
    transition:.4s ease;
}
.icono .type-mercado:hover .mercado-item-single .mercado-icono .color {
     fill: #86AD3F;
}

.item-mercado-activo .mercado-icono .color{
      fill: #86AD3F;
}
/* Estilo para los íconos */
.mercado-icono {
    width: 60px;
    height: 60px;
   
}

.mercado-icono svg {
    width: 100%;
    height: 100%;
}

/* Estilo para los títulos */
.mercado-titulo {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    line-height: 1.4;
}

/* Responsividad */
@media (max-width: 768px) {
    #contenedor_mercados {
        gap: 15px;
    }

    .mercado-item {
        width: 120px;
    }

    .mercado-titulo {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #contenedor_mercados {
        gap: 10px;
    }

    .mercado-item {
        width: 100px;
    }

    .mercado-titulo {
        font-size: 12px;
    }
}


#contenedor_mercados_ajax {
    position: relative;
    background:#222222;
}

#imagen_mercados_contenedor {
   background-color: #000; /* Fondo negro por defecto */
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: background-color 0.3s ease; 
}
#datos_mercado {
    opacity: 1; /* Opacidad por defecto */
    transition: opacity 0.3s ease; /* Transición suave para la opacidad */
    font-family: "Roboto";
}
#datos_mercado {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    width: 100%;
}

#datos_mercado h2 {
    font-size: 28px;
    margin: 0 0 10px;
    color:#A0B913;
    font-family: "Roboto";
}

#datos_mercado p {
    font-size: 16px;
    margin: 0 0 15px;
    color:#fff;
    font-family: "Roboto";
}

.boton_mercado {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #A0B913;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.boton_mercado:hover {
    background: #9CAA17;
    color:#fff;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-18253dba */.elementor-10918 .elementor-element.elementor-element-18253dba .contenidotabla ul{
    padding:0;
}
.elementor-10918 .elementor-element.elementor-element-18253dba .contenidotabla li{
    list-style-type: none; 
}
.elementor-10918 .elementor-element.elementor-element-18253dba .titulotabla{
    font-size:2em;
    text-align:center; 
}
.elementor-10918 .elementor-element.elementor-element-18253dba .contenidotabla {
    background:#F4F1ED;
    padding:30px; 
    border-radius:5px; 
}/* End custom CSS */