.container-blog-item-masonry {
    width: 344px;
    margin-bottom: 20px;
    /* background: red; */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    background: #fff;
}
#blog-design-masonry{
    /* background: #F5F5F5; */
    background: #fff;
    padding: 40px 0;
}
.blog-item-masonry-subcontent {
    height: 215px;
    width: inherit;
    position: relative;
    overflow: hidden;
}
.blog-item-masonry-subcontent a {
    width: inherit;
    display: block;
    height: inherit;
}
.blog-item-masonry-subcontent img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    transition: all 0.5s ease;
}
.title-masonry-content {
    position: relative;
}
.title-masonry-content h2 {
    font-size: 1.08rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
    margin: 0;
    padding-left: 13px;
    padding-right: 13px;
}
.button-masonry-action a {
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f74780;
    font-weight: 600;
}
.container-blog-item-masonry:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.container-blog-item-masonry:hover img {
    transform: scale(1.1);
}
.ads-masonry-subcontent {
    position: absolute;
    top: 5%;
    left: 2%;
    background: #FC6998;
    padding: 2px 5px;
    z-index: 1;
}
.ads-masonry-subcontent span {
    color: #ffff;
}
.category-masonry-subcontent {
    position: absolute;
    /* bottom: -4%; */
    left: 50%;
    transform: translateX(-50%);
    background: #f74780;
    color: #fff;
    padding: 4px 10px;
    z-index: 2;
    font-size: 0.78rem;
    top: -23%;
    width: max-content;
}
.container-information-masonry h2 {
    height: 80px;
}
.container-information-masonry {
    position: relative;
    z-index: 0;
}
.author-masonry-content {
    text-align: center;
    padding: 0px 4px;
    height: 80px;
    overflow: hidden;
    font-size: 0.82rem;
}

.author-masonry-content p {
    line-height: 1.35;
    color: #62676f;
}
.author-masonry-content span {
    margin-bottom: 14px;
    display: block;
    color: #8A7650;
    font-weight: 300;
}
.masonry-list-items {
    width: 1078px;
    margin: auto;
    transition: all 0.5s ease;
}

@media (max-width: 1640px) {
    .masonry-list-items {
        width: 1092px;
    }
}

@media (max-width: 1536px) {
    .masonry-list-items {
        width: 1076px;
    }
}

@media (max-width: 1280px) {
    .masonry-list-items {
        width: 713px;
    }
}

@media (max-width: 1024px) {
    .masonry-list-items {
        width: 713px;
    }
}


@media (max-width: 768px) {
    .masonry-list-items {
        width: 345px;
    }
}

@media (max-width: 640px) {
    .masonry-list-items {
        width: 335px;
    }
    .container-blog-item-masonry {
        width: 330px;
    }
}
.dts-over.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f74780;
}

.dts-over.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 5px;
    border-radius: 0;
}
.dts-over.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
}
.dts-over.owl-theme .owl-nav .owl-prev, .dts-over.owl-theme .owl-nav .owl-next {
    position: absolute;
    color: #ffff;
    /* background: hsla(0, 0%, 5%, .6); */
    background: hsl(340.57deg 91.67% 62.35% / 48%);
    height: 42px;
    width: 42px;
    transform: translateY(-50%);
    border: 1px solid #e4e4e6;
    transition: all 0.5s ease;
}

.dts-over.owl-theme .owl-nav .owl-prev {
    top: 50%;
    left: -2%;
}
.dts-over.owl-theme .owl-nav .owl-next {
    top: 50%;
    right: -2%;
}
.dts-over.owl-theme .owl-nav .owl-prev:hover, .dts-over.owl-theme .owl-nav .owl-next:hover {
    background-color: #f74780;
}

.tours-civi-slider.dts-over.owl-theme .owl-dots .owl-dot.active span {
    background: #1e1e1e;
}
.tours-civi-slider.dts-over.owl-theme .owl-nav .owl-prev:hover, .tours-civi-slider.dts-over.owl-theme .owl-nav .owl-next:hover {
    background-color: #1e1e1e;
}
.tours-civi-slider.dts-over.owl-theme .owl-nav .owl-prev, .tours-civi-slider.dts-over.owl-theme .owl-nav .owl-next {
    background: hsl(0deg 0% 2.51% / 48%);
}
/* Titulos de secciones */
.container-title-main-of-the-section {
    text-align: center;
    margin-bottom: 30px;
}
.container-title-main-of-the-section h2 {
    font-family: 'MetropolisBold', sans-serif;
    font-size: 1.85rem;
}

/* metropolis-latin-400-normal */
@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/metropolis@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/metropolis@latest/latin-400-normal.woff) format('woff');
}