/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/style.css ***!
  \*******************************************************************************************************************************************************************/
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/style.css ***!
  \*******************************************************************************************************************************************************************/
/** * Products block preview mode. */
:root {
    --cluster-call-bg-color: #111827;
    --cluster-call-middle-color: #1e293b;
    --cluster-call-text-color: #fff;
    --cluster-call-secondary-color: #374151;
    --cluster-call-primary-color: #34d399;
    --cluster-call-link-color: #38bdf8;
}
.cluster-call-block-preview {
    overflow: hidden;
}
.cluster-call-block-preview .editor-url-input input {
    max-width: 100%;
    font-size: 10px;
}
.cluster-call-block-preview .cluster-title h3 {
    font-size: 18px;
    line-height: 1.4;
}
.cluster-call-block-preview .cluster-preview {
    float: left;
    text-align: center;
    margin-right: 3.8%;
    margin-bottom: 2.5rem;
}
.cluster-call-popover .components-popover__content {
    padding: 0.5rem;
}
.cluster-call-popover .editor-url-input {
    margin-bottom: 1rem;
}
.cluster-call-block-preview .cluster-call-url-editor, .cluster-call-block-preview .components-icon-button {
    display: inline-flex;
}
.cluster-call-block-preview.cols-1 .cluster-preview {
    float: none;
    margin-right: 0;
}
.cluster-call-block-preview.cols-2 .cluster-preview {
    width: 48%;
}
.cluster-call-block-preview.cols-2 .cluster-preview:nth-of-type(2n) {
    margin-right: 0;
}
.cluster-call-block-preview.cols-2 .cluster-preview:nth-of-type(2n+1) {
    clear: both;
}
.cluster-call-block-preview.cols-3 .cluster-preview {
    width: 30.75%;
}
.cluster-call-block-preview.cols-3 .cluster-preview:nth-of-type(3n) {
    margin-right: 0;
}
.cluster-call-block-preview.cols-3 .cluster-preview:nth-of-type(3n+1) {
    clear: both;
}
.cluster-call-block-preview.cols-4 .cluster-preview {
    width: 22.05%;
}
.cluster-call-block-preview.cols-4 .cluster-preview:nth-of-type(4n) {
    margin-right: 0;
}
.cluster-call-block-preview.cols-4 .cluster-preview:nth-of-type(4n+1) {
    clear: both;
}
.cluster-call-block-preview.cols-5 .cluster-preview {
    width: 16.9%;
}
.cluster-call-block-preview.cols-5 .cluster-preview:nth-of-type(5n) {
    margin-right: 0;
}
.cluster-call-block-preview.cols-5 .cluster-preview:nth-of-type(5n+1) {
    clear: both;
}
.cluster-call-block-preview.cols-5 .cluster-preview .cluster-add-to-cart {
    font-size: 0.75em;
}
.cluster-call-block-preview.cols-6 .cluster-preview {
    width: 13.5%;
}
.cluster-call-block-preview.cols-6 .cluster-preview:nth-of-type(6n) {
    margin-right: 0;
}
.cluster-call-block-preview.cols-6 .cluster-preview:nth-of-type(6n+1) {
    clear: both;
}
.cluster-call-block-preview.cols-6 .cluster-preview .cluster-add-to-cart {
    font-size: 0.75em;
}

.cluster-preview.al-lado .cluster-item a{
    display: flex;
    gap: 10px;
}

.cluster-preview.al-lado .cluster-edit-image{
    width: 40%;
}

.cluster-preview.al-lado .cluster-title{
    width: 60%;
}

.cluster-preview.al-lado .cluster-item a .entry-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.components-base-control{
    padding-left: 10px;
    padding-right: 10px;
}

.cluster-call-block-preview .cluster-add-to-cart {
    display: inline-block;
    background: #ababab;
    border-radius: 1.5em;
    color: #fff;
    cursor: pointer;
    padding: 0.75em 1.25em;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
/** * General styling */
.cluster-call-settings {
    background-color: var(--cluster-call-bg-color);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    position: relative;
    color: var(--cluster-call-text-color);
}
/* Block title */
.cluster-call-settings__title {
    margin: 0;
    padding: 1.5rem 0;
    text-align: center;
    border-bottom: 1px solid var(--cluster-call-secondary-color);
    color: var(--cluster-call-text-color) !important;

}
.cluster-call-settings__title .dashicon {
    vertical-align: center;
    margin-right: 0.25em;
    color: var(--cluster-call-primary-color);
}
/* Block footer */
.cluster-call-settings__footer {
    margin: 2em 0 0;
    padding: 1.5em 0;
    border-top: 1px solid var(--cluster-call-secondary-color);
    text-align: center;
}
.cluster-call-settings .cluster-call-settings__footer .button {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: white !important;
    border: 0 !important;
    background: var(--cluster-call-primary-color) !important;
    box-shadow: none !important;
    cursor: pointer;
    transform: none !important;
    width: 100%;
    max-width: 400px;
    font-weight: 500;
}
.cluster-call-settings-heading + .cluster-call-settings__footer, .cluster-call-display-options--popover + .cluster-call-settings__footer {
    margin-top: -2em;
    border-top: none;
}
/** * Menu */
/* Select an option description */
p.cluster-call-block-description {
    margin: 2em 0 1.5em 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    text-align: center;
}
/* Select option */
.cluster-call-display-options {
    margin: 0 0 2.5em;
}
.cluster-call-display-options__option {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.25em 1.5em;
    max-width: 80%;
    background: var(--cluster-call-middle-color);
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: var(--cluster-call-secondary-color);
    cursor: pointer;
}
.cluster-call-display-options__option:last-of-type {
    border-bottom-width: 1px;
}
.cluster-call-display-options__option--featured, .cluster-call-display-options__option--best_selling, .cluster-call-display-options__option--top_rated, .cluster-call-display-options__option--on_sale, .cluster-call-display-options__option--attribute {
    display: none;
    background-color: var(--cluster-call-middle-color);
    padding-top: 1em;
    padding-bottom: 1em;
}
.cluster-call-display-options__option--featured .cluster-call-display-options__option-title, .cluster-call-display-options__option--best_selling .cluster-call-display-options__option-title, .cluster-call-display-options__option--top_rated .cluster-call-display-options__option-title, .cluster-call-display-options__option--on_sale .cluster-call-display-options__option-title, .cluster-call-display-options__option--attribute .cluster-call-display-options__option-title {
    font-size: 1.15em;
}
.cluster-call-display-options__option--featured .cluster-call-display-options__icon .dashicon, .cluster-call-display-options__option--best_selling .cluster-call-display-options__icon .dashicon, .cluster-call-display-options__option--top_rated .cluster-call-display-options__icon .dashicon, .cluster-call-display-options__option--on_sale .cluster-call-display-options__icon .dashicon, .cluster-call-display-options__option--attribute .cluster-call-display-options__icon .dashicon {
    height: 20px;
    width: 20px;
}
.cluster-call-display-options__option--current {
    cursor: default;
}
.cluster-call-display-options__option--current .cluster-call-display-options__option-title {
    color: #86909b !important;
}
.cluster-call-display-options__option-content {
    width: 85%;
    align-self: center;
}
.cluster-call-display-options__option-title {
    display: block;
    font-size: 1.25em;
    color: var(--cluster-call-text-color);
}
p.cluster-call-display-options__option-description {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    color: #86909b;
}
.cluster-call-display-options__icon {
    align-self: center;
    margin-left: auto;
    color: #b9bcc2;
}
.cluster-call-display-options__icon .dashicon {
    height: 25px;
    width: 25px;
}
/* Select options popover */
.cluster-call-display-options--popover {
    position: absolute;
    right: -2em;
    max-width: 60%;
    margin: 0;
    z-index: 999;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: -2.15em;
}
.cluster-call-display-options--popover .cluster-call-display-options__option {
    margin: 0;
    max-width: none;
}
.cluster-call-display-options--popover__arrow {
    width: 2em;
    height: 1.25em;
    position: absolute;
    top: -1.15em;
    right: 30%;
    overflow: hidden;
}
.cluster-call-display-options--popover__arrow:after {
    content: '';
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: var(--cluster-call-bg-color);
    transform: rotate(45deg);
    top: 0.625em;
    left: 0.3125em;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid var(--cluster-call-secondary-color);
}
/* Select options extended */
.cluster-call-display-options--extended .cluster-call-display-options__option--featured, .cluster-call-display-options--extended .cluster-call-display-options__option--best_selling, .cluster-call-display-options--extended .cluster-call-display-options__option--top_rated, .cluster-call-display-options--extended .cluster-call-display-options__option--on_sale, .cluster-call-display-options--extended .cluster-call-display-options__option--attribute {
    display: flex;
}
.cluster-call-display-options--extended:not(.cluster-call-display-options--popover) .cluster-call-display-options__option--category {
    border-bottom-width: 1px;
}
.cluster-call-display-options--extended:not(.cluster-call-display-options--popover) .cluster-call-display-options__option--filter {
    margin-top: 0.5em;
}
.cluster-call-display-options--extended:not(.cluster-call-display-options--popover) .cluster-call-display-options__option--attribute {
    margin-bottom: 0.5em;
    border-bottom-width: 1px;
}
/** * Settings heading */
.cluster-call-settings-heading {
    margin: 0 0 2em 0;
    padding: 1em 2em;
    text-align: center;
    border-bottom: 1px solid var(--cluster-call-secondary-color);
}
/** * List Card */
.cluster-call-list-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    overflow: hidden;
    box-sizing: border-box;
}
.cluster-call-list-card .cluster-call-list-card__input-wrapper {
    position: relative;
    background: var(--cluster-call-secondary-color);
    margin: 0 0 1em;
}
.cluster-call-list-card .cluster-call-list-card__input-wrapper .dashicon {
    position: absolute;
    top: calc(1em - 1px);
    left: 1em;
    z-index: 1;
    color: var(--cluster-call-text-color);
}
.cluster-call-list-card input[type="search"] {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1em 1.25em 1em 3em;
    border-radius: 0;
    background: transparent;
    border-color: var(--cluster-call-secondary-color);
    box-shadow: none;
    z-index: 2;
    color: var(--cluster-call-text-color);
}
.cluster-call-list-card input[type="search"]:focus {
    border-color: var(--cluster-call-primary-color);
}
.cluster-call-list-card .cluster-call-list-card__results {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.cluster-call-list-card .cluster-call-list-card__results ul {
    list-style: none;
    padding: 0;
}
.cluster-call-list-card .cluster-call-list-card__results ul li {
    margin: 0;
    border: 1px solid var(--cluster-call-secondary-color);
    border-bottom-width: 0;
}
.cluster-call-list-card .cluster-call-list-card__results ul li:last-child {
    border-bottom-width: 1px;
}
.cluster-call-list-card .cluster-call-list-card__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0.75em 1.25em;
    background: var(--cluster-call-middle-color);
    border-bottom: 1px solid var(--cluster-call-secondary-color);
}
.cluster-call-list-card:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(rgba(17, 24, 39, 0.1), var(--cluster-call-bg-color) 100%);
}
/** * Categories / Attributes */
.cluster-call-list-card--taxonomy .cluster-call-list-card__taxonomy-count {
    text-align: center;
    width: 30px;
    font-size: 0.8em;
    border: 1px solid #e9e9e9;
    border-radius: 1em;
    color: var(--cluster-call-text-color);
    margin-left: auto;
    font-weight: 500;
}
.cluster-call-list-card--taxonomy input[type="checkbox"] {
    position: relative;
    margin-top: 0;
    margin-right: 0.75em;
    border-radius: 1px;
}
/** * Categories */
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li {
    margin-top: -1px;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li:first-child {
    margin-top: 0;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li:last-child {
    border-bottom-width: 0;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li ul {
    display: none;
    padding: 1em 1.25em 1em 3.25em;
    background: var(--cluster-call-middle-color);
    border-bottom: 1px solid var(--cluster-call-secondary-color);
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li ul li {
    margin-bottom: 0.25em;
    border: none;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li ul li:last-child {
    margin-bottom: 0;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li.cluster-call-list-card__accordion-open {
    margin: 0.5em 0;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li.cluster-call-list-card__accordion-open:first-child {
    margin-top: 0;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li.cluster-call-list-card__accordion-open:last-child {
    margin-bottom: 0;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li.cluster-call-list-card__accordion-open ul {
    display: block;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li.cluster-call-list-card__accordion-open ul li label {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__results ul li.cluster-call-list-card__accordion-open ul li .cluster-call-list-card__taxonomy-count {
    margin-left: auto;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__accordion-button {
    cursor: pointer;
    color: #666;
    margin: 0 1em 0 auto;
    padding: 0 0 0 0.75em;
    border: none;
    border-radius: 0;
    background: none;
    outline: none;
    text-decoration: none;
}
.cluster-call-list-card--taxonomy-category .cluster-call-list-card__accordion-button .dashicon {
    align-self: center;
    display: flex;
}
.cluster-call-list-card--taxonomy-category input[type="checkbox"]:indeterminate:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    margin: 42% 20%;
    width: 60%;
    background: var(--cluster-call-link-color);
}
/** * Attributes */
.cluster-call-list-card--taxonomy-atributes .cluster-call-list-card__results ul {
    padding: 1em 1.25em 1em 3.25em;
    background: var(--cluster-call-middle-color);
    border-bottom: 1px solid var(--cluster-call-secondary-color);
}
.cluster-call-list-card--taxonomy-atributes .cluster-call-list-card__results ul li {
    margin-bottom: 0.25em;
    border: none;
}
.cluster-call-list-card--taxonomy-atributes .cluster-call-list-card__results ul li .cluster-call-list-card__content {
    padding: 0;
    background: transparent;
    border: none;
}
.cluster-call-list-card--taxonomy-atributes__atribute {
    margin: -1px 0 0;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: var(--cluster-call-secondary-color);
}
.cluster-call-list-card--taxonomy-atributes__atribute:first-child {
    margin-top: 0;
}
.cluster-call-list-card--taxonomy-atributes__atribute.cluster-call-list-card__accordion-open {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.cluster-call-list-card--taxonomy-atributes__atribute.cluster-call-list-card__accordion-open:first-child {
    margin-top: 0;
}
.cluster-call-list-card--taxonomy-atributes__atribute.cluster-call-list-card__accordion-open:last-child {
    margin-bottom: 0;
}
.cluster-call-list-card--taxonomy-atributes .cluster-call-list-card__taxonomy-count {
    margin-left: auto;
}
.cluster-call-list-card--taxonomy-atributes input[type="radio"] {
    position: relative;
    margin-top: 0;
    margin-right: 0.75em;
    border-radius: 100%;
}
/** * Specific */
.cluster-call-list-card--specific {
    overflow: visible;
}
.cluster-call-list-card--specific:after {
    content: none;
}
.cluster-call-list-card--specific .cluster-call-list-card__item {
    position: relative;
    border: none;
}
.cluster-call-list-card--specific .cluster-call-list-card__item img {
    margin: 0;
    outline: 4px solid var(--cluster-call-link-color);
    outline-offset: -4px;
}
.cluster-call-list-card--specific .cluster-call-list-card__item button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--cluster-call-link-color);
    padding: 0;
    margin: 0;
    border: none;
    margin-left: auto;
    line-height: 10px;
    cursor: pointer;
}
.cluster-call-list-card--specific .cluster-call-list-card__item .dashicon {
    color: var(--cluster-call-primary-color);
}
.cluster-call-list-card--specific .cluster-call-list-card__input-wrapper {
    margin: 0;
}
.cluster-call-list-card--specific .cluster-call-list-card__results-wrapper--cols-1 .cluster-call-list-card__item {
    width: 100%;
}
.cluster-call-list-card--specific .cluster-call-list-card__results-wrapper--cols-2 .cluster-call-list-card__item {
    width: 50%;
}
.cluster-call-list-card--specific .cluster-call-list-card__results-wrapper--cols-3 .cluster-call-list-card__item {
    width: 33.3333333333%;
}
.cluster-call-list-card--specific .cluster-call-list-card__results-wrapper--cols-4 .cluster-call-list-card__item {
    width: 25%;
}
.cluster-call-list-card--specific .cluster-call-list-card__results-wrapper--cols-5 .cluster-call-list-card__item {
    width: 20%;
}
.cluster-call-list-card--specific .cluster-call-list-card__results-wrapper--cols-6 .cluster-call-list-card__item {
    width: 16.6666666667%;
}
.cluster-call-list-card--specific .cluster-call-list-card__results {
    max-height: none;
    overflow: visible;
}
.cluster-call-list-card--specific .cluster-call-list-card__results h3 {
    margin: 0 0 1em;
    font-size: 1em;
}
.cluster-call-list-card--specific .cluster-call-list-card__results ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em -1em;
}
.cluster-call-list-card--specific .cluster-call-list-card__results ul li {
    border: none;
    padding: 0 0.5em;
    margin: 0 0 1em;
}
.cluster-call-list-card--specific .cluster-call-list-card__results .cluster-call-list-card__content {
    position: relative;
    display: block;
    padding: 0;
    background: transparent;
    border: none;
}
.cluster-call-list-card__search-wrapper {
    position: relative;
    margin: 0 0 1.5em;
}
.cluster-call-list-card__search-results {
    width: 100%;
    list-style: none;
    background: #fff;
    margin: -1px 0 0;
    border: 1px solid var(--cluster-call-secondary-color);
    box-shadow: 0 1px 3px var(--cluster-call-secondary-color);
}
.cluster-call-list-card__search-results > div {
    max-height: 300px;
    overflow-y: auto;
}
.cluster-call-list-card__search-results .cluster-call-list-card__content {
    position: relative;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--cluster-call-secondary-color);
    transition: opacity 0.7s;
    cursor: pointer;
    color: var(--cluster-call-text-color);
}
.cluster-call-list-card__search-results .cluster-call-list-card__content--added {
    background-color: var(--cluster-call-bg-color);
}
.cluster-call-list-card__search-results .cluster-call-list-card__content:hover {
    background-color: var(--cluster-call-bg-color);
}
.cluster-call-list-card__search-results .cluster-call-list-card__content--transition-exit-active {
    opacity: 0;
}
.cluster-call-list-card__search-results .cluster-call-list-card__content:first-child {
    border-top-width: 0;
}
.cluster-call-list-card__search-results .cluster-call-list-card__content img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 2.5em;
    height: 2.5em;
    margin: 0 1em 0 0;
}
.cluster-call-list-card__search-results .cluster-call-list-card__content .dashicon {
    color: var(--cluster-call-link-color);
    margin-left: auto;
}
.cluster-call-list-card__search-wrapper--with-results + .cluster-call-list-card__results-wrapper .cluster-call-list-card__item img {
    outline: none;
}
.cluster-call-list-card__search-wrapper--with-results + .cluster-call-list-card__results-wrapper .cluster-call-list-card__item button {
    display: none;
}
.cluster-call-list-card__search-no-results {
    display: block;
    margin: 1em 0 0;
}
.cluster-call-list-card__search-no-selected {
    display: block;
    margin: -0.75em 0 0;
}
.cluster-call-list-card__results-wrapper {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 700px) {
    .cluster-call-settings-heading {
        display: flex;
        justify-content: space-between;
   }
    .cluster-call-list-card {
        max-width: 480px;
   }
}
/** * Sidebar area */
.edit-post-sidebar .cluster-call-scope-descriptions {
    margin-bottom: 1.5em;
    position: relative;
    padding-left: 46px;
    padding-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid var(--cluster-call-secondary-color);
    display: flex;
    justify-content: space-between;
}
.edit-post-sidebar h3 {
    font-weight: 500;
    margin-bottom: 5px;
    color: #555d66;
}
.edit-post-sidebar .scope-description {
    font-size: 12px;
}
.edit-post-sidebar .cluster-call-scope-description--edit-quicklink {
    margin-left: 1em;
    min-width: 24px;
}
.edit-post-sidebar .cluster-call-scope-description--edit-quicklink a {
    cursor: pointer;
}
/** * Responsive Styles */
/** * Required Variables */
.cluster-item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    overflow: hidden;
}
.cluster-item .entry-title {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    color: black;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.cluster-item .entry-title a {
    text-decoration: none;
    display: block;
}
.cluster-item p {
    margin-bottom: 0;
    font-size: 1rem;
}
.cluster-item img {
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
}
.cluster-item a {
    text-decoration: none;
}
.cluster-item .entry-header {
    margin: 0;
    clear: both;
}
.cluster-item .entry-date {
    float: left;
}
.cluster-item .entry-date p {
    font-size: 14px;
    color: #808080;
}
.cluster-item .entry-category {
    float: right;
}
.cluster-item .entry-category a {
    color: black;
    text-decoration: none;
}
.cluster-item .entry-author p {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.cluster-item .entry-read-more {
    display: block;
    margin-top: 10px;
}

.shadow .cluster-item{
    box-shadow: 0 1px 7px 2px #c1c1c1;
}

.al-lado .cluster-item a{
    display: flex;
    gap: 10px;
}

.al-lado .cluster-item a img{
    width: 40%;
}

.al-lado .cluster-item a .entry-title{
    width: 60%;
}

.al-lado .cluster-item a .entry-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hover .cluster-item:hover img{
    transform: scale(1.1);
}
@media (min-width: 400px) {
    .cluster-item {
        max-width: 100%;
   }
    .column-list {
        flex-basis: 100%;
        max-width: 100%;
   }
}
@media (min-width: 482px) {
    .column-half {
        flex-basis: 50%;
        max-width: 50%;
   }
    .column-quarter {
        flex-basis: 25%;
        max-width: 25%;
   }
    .column-third {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
   }
    .columns-1 {
        grid-template-columns:repeat(1, 1fr);
   }
    .columns-2 {
        grid-template-columns:repeat(2, 1fr);
   }
    .columns-3{
        grid-template-columns:repeat(3, 1fr);
   }
    .columns-4{
        grid-template-columns:repeat(4, 1fr);
   }
    .columns-5{
        grid-template-columns:repeat(5, 1fr);
   }
    .columns-6{
        grid-template-columns:repeat(6, 1fr);
   }
    .columns-7 {
        grid-template-columns:repeat(7, 1fr);
   }
}
.entry-related .entry-title {
    margin-top: 0.5rem;
    color: black;
    font-weight: 400;
    line-height: 1.1;
}
.entry-wrapper {
    padding: 1rem;
    border: 1px solid #eee;
}
.custom-link .btn {
    border-color: #9c7e31 #90742d #786025 !important;
    border-radius: 3px;
    background: #f0c14b;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111;
    margin-top: 1rem;
    border: 1px solid black;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.5rem;
}
.custom-link .btn:hover {
    background: #eeb933;
    background: linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111 !important;
}
html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    word-wrap: break-word;
    overflow-x: hidden;
    background-color: white;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
hr {
    margin: 2em 0;
    height: 1px;
    border: 0;
}
figure img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
figure figcaption {
    font-size: 0.9rem;
    color: #818a91;
}
.flex {
    box-sizing: content-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex .right {
    margin-left: auto;
}
.flex .left {
    margin-right: auto;
}
.flex-fluid {
    margin-right: -1rem;
    margin-left: -1rem;
}
.grid {
    display: grid;
    gap: 1rem;
}


/** * Responsive Styles */


/*# sourceMappingURL=style-index.css.map*/


/*# sourceMappingURL=style-index.css.map*/