.elementor-257 .elementor-element.elementor-element-2d982234{--display:flex;}.elementor-257 .elementor-element.elementor-element-2d982234:not(.elementor-motion-effects-element-type-background), .elementor-257 .elementor-element.elementor-element-2d982234 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-257 .elementor-element.elementor-element-1480c72e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:72px;--padding-bottom:72px;--padding-left:24px;--padding-right:24px;}.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-257 .elementor-element.elementor-element-5be4fe74{text-align:start;}.elementor-257 .elementor-element.elementor-element-5be4fe74 .elementor-heading-title{color:var( --e-global-color-efa5d09 );}.elementor-257 .elementor-element.elementor-element-a1f1a7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-257 .elementor-element.elementor-element-a1f1a7d:not(.elementor-motion-effects-element-type-background), .elementor-257 .elementor-element.elementor-element-a1f1a7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-257 .elementor-element.elementor-element-07fbec0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{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 );}.elementor-257 .elementor-element.elementor-element-2040fa8{text-align:end;}.elementor-257 .elementor-element.elementor-element-2040fa8 img{width:21%;}.elementor-257 .elementor-element.elementor-element-2b0543e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:16px;--padding-bottom:32px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-257 .elementor-element.elementor-element-9a6ad32{text-align:end;color:var( --e-global-color-efa5d09 );}.elementor-257 .elementor-element.elementor-element-dbbcf59{text-align:end;color:var( --e-global-color-efa5d09 );}/* Start custom CSS for shortcode, class: .elementor-element-anadas7001 *//* =====================================================
   VINOTELLERS - GRID DE AÑADAS DISPONIBLES
   Shortcode: [vinotellers_anadas]
   ===================================================== */

.vinotellers-anadas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    width: 100%;
    max-width: 720px;

    margin: 40px auto 0;

    border-top: 1px solid rgba(7, 36, 26, 0.55);
    border-left: 1px solid rgba(7, 36, 26, 0.55);
}

.vinotellers-anadas-grid .vinotellers-anada,
.vinotellers-anadas-grid .vinotellers-anada:link,
.vinotellers-anadas-grid .vinotellers-anada:visited,
.vinotellers-anadas-grid .vinotellers-anada:focus,
.vinotellers-anadas-grid .vinotellers-anada:active {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 60px;

    font-family: "Courier Prime", "Courier New", monospace !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;

    color: #EBA4A7 !important;
    text-decoration: none !important;
    opacity: 1 !important;

    border-right: 1px solid rgba(7, 36, 26, 0.55);
    border-bottom: 1px solid rgba(7, 36, 26, 0.55);

    transition: all .2s ease;
}

.vinotellers-anadas-grid .vinotellers-anada:hover {
    color: #FFFDEC !important;
    text-decoration: none !important;
    background: #102B1F !important;
}

/* ==========================
   TABLET
   ========================== */

@media (max-width: 1024px) {
    .vinotellers-anadas-grid {
        max-width: 640px;
        margin-top: 35px;
    }

    .vinotellers-anadas-grid .vinotellers-anada {
        min-height: 52px;
        font-size: 20px;
    }
}

/* ==========================
   MÓVIL
   ========================== */

@media (max-width: 767px) {
    .vinotellers-anadas-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
        margin-top: 25px;
    }

    .vinotellers-anadas-grid .vinotellers-anada {
        min-height: 42px;
        font-size: 16px;
    }
}/* End custom CSS */