.elementor-5466 .elementor-element.elementor-element-579ad03{--display:flex;--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;--align-items:center;--margin-top:2rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;}.elementor-5466 .elementor-element.elementor-element-8fb8acb{--display:flex;}.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-5466 .elementor-element.elementor-element-3fcc993 .elementor-heading-title{font-family:"Rethink Sans", Sans-serif;font-size:4.6vw;font-weight:700;color:var( --e-global-color-2d607c6 );}.elementor-5466 .elementor-element.elementor-element-94b7353{--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;--justify-content:space-between;}.elementor-5466 .elementor-element.elementor-element-0802091{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;}.elementor-5466 .elementor-element.elementor-element-43caffb .elementor-heading-title{font-family:"Rethink Sans", Sans-serif;font-size:1vw;font-weight:700;color:var( --e-global-color-2d607c6 );}.elementor-5466 .elementor-element.elementor-element-bd6f6c0{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5466 .elementor-element.elementor-element-8e5414f{--display:flex;}.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-5466 .elementor-element.elementor-element-fb52bf5{--grid-columns:3;}.elementor-5466 .elementor-element.elementor-element-fb52bf5 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-5466 .elementor-element.elementor-element-fb52bf5 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-5466 .elementor-element.elementor-element-fb52bf5 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5466 .elementor-element.elementor-element-fb52bf5 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5466 .elementor-element.elementor-element-fb52bf5 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5466 .elementor-element.elementor-element-8fb8acb{--width:97%;}.elementor-5466 .elementor-element.elementor-element-94b7353{--width:97%;}.elementor-5466 .elementor-element.elementor-element-8e5414f{--width:97%;}}@media(max-width:1024px){.elementor-5466 .elementor-element.elementor-element-fb52bf5{--grid-columns:2;}}@media(max-width:767px){.elementor-5466 .elementor-element.elementor-element-fb52bf5{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-375fee1 */.ordenar-wrapper {
    position: relative;
    display: inline-block;
}


/* Botón */

#ordenarBtn {

    border: none;
    background: transparent;

    padding: 0;

    font-family: inherit;

    font-size: 16px;
    font-weight: 600;

    color: #111;

    cursor: pointer;

    display: flex;
    align-items: center;

    gap: 16px;

}



/* Flecha */

.flecha-orden {

    width: 7px;
    height: 7px;

    border-right: 1.8px solid #111;
    border-bottom: 1.8px solid #111;

    transform: rotate(-45deg);

    margin-top: 0;

    transition: .25s ease;

}



#ordenarBtn.abierto .flecha-orden {

    transform: rotate(45deg);

    margin-top: -4px;

}



/* Dropdown */

.ordenar-menu {

    position: absolute;

    top: 28px;

    left: 0;

    width: 160px;

    background: #fff;

    padding: 14px 0;

    display: none;

    z-index: 999;


    /* estilo Figma */

    box-shadow: none;

}



.ordenar-menu.mostrar {

    display:block;

}




.ordenar-opcion {

    padding: 8px 0;

    font-size: 15px;

    font-weight: 400;

    color: #222;

    cursor:pointer;

}



.ordenar-opcion:hover {

    color:#B5653A;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-983dd70 */.drop-search-wrapper {
    position: relative;
    width: 225px;
}


.drop-search-input {
    width: 100%;
    height: 34px;
    border: 1px solid #222 !important;
    border-radius: 20px !important;
    padding: 0 42px 0 15px !important;
    font-size: 12px;
    color: #222;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}


.drop-search-input::placeholder {
    color: #777;
}


/* círculo lupa */
.drop-search-wrapper::after {

    content: "⌕";

    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #B86538;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #222;
    font-size: 18px;
    font-weight: bold;

    line-height: 1;

    pointer-events: none;

}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-fb52bf5 *//* Paginación Loop Grid estilo botones */
.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.elementor-pagination .page-numbers {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    transition: all .3s ease;
}

/* Página activa */
.elementor-pagination .page-numbers.current {
    background: #B8673C; /* cambia al color que quieras */
    color: #fff;
}

/* Hover */
.elementor-pagination .page-numbers:hover {
    background: #B8673C;
    color: #fff;
}

/* Los puntos suspensivos */
.elementor-pagination .page-numbers.dots {
    background: transparent;
    color: #222;
    width: auto;
}

/* Anterior y siguiente */
.elementor-pagination .prev,
.elementor-pagination .next {
    display: none;
}/* End custom CSS */