/* Minification failed. Returning unminified contents.
(28,28): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(65,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(66,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(68,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(71,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(72,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(82,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(92,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(93,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(104,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(105,32): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(113,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(116,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(118,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(130,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(140,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(141,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(144,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(145,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(153,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(186,22): run-time error CSS1039: Token not allowed after unary operator: '-white-background'
(189,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(196,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(197,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(199,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(204,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(256,30): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
/*SLIDER*/
#blog #images {
    margin-bottom: 3rem;
}
#blog .swiper {
    margin-bottom: 1rem;
}
#blog .gallery-top {
    height: 500px;
}
#blog .gallery-thumbs {
    height: 100px;
}
#blog .gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#blog .gallery-thumbs .swiper-slide {
}
#blog .gallery-thumbs .swiper-slide .swiper-image {
    background-position: center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
}
#blog .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--black-title);
    padding: 2px;
}
#blog .gallery-thumbs .swiper-slide .video-overlay {
    background-color: RGBA(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#blog .gallery-thumbs .swiper-slide .video-overlay-image {
    background-image: url("/WSESoazilope/Assets/Info/overlay.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    transition: opacity 0.15s linear;
    top: 0;
    width: 100%;
}
#blog .gallery-thumbs .swiper-slide.video-slide:hover .video-overlay-image {
    opacity: 1;
}
/*END SLIDER*/
/*DETAILS*/
#blog {
    padding: 90px 0;
}
#blog .title-box {
    margin-bottom: 3rem;
}
#blog .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-semi-bold);
}
#blog .date {
    color: var(--primary-normal);
    font-family: var(--font-title);
    font-size: 0.875rem;
    margin-bottom: 1.375rem;
}
#blog .details-box {
    margin-bottom: 100px;
}
#blog .details-box,
#blog .details-box p,
#blog .details-box li {
    color: var(--gray-text);
    font-size: 1rem;
    font-weight: 400;
}
#blog .details-box h1,
#blog .details-box h2,
#blog .details-box h3,
#blog .details-box h4,
#blog .details-box h5,
#blog .details-box h6 {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.125rem;
    font-weight: 500;
}
#blog .details-box ul {
    list-style: circle;
}
/*END DETAILS*/
/*SHARE OPTIONS*/
#blog .share-box {
    align-items: center;
    border-bottom: 1px solid var(--gray-border-2);
    border-top: 1px solid var(--gray-border-2);
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 1rem 0;
}
#blog .share-box .share-title {
    color: var(--black-title);
    display: flex;
    flex-flow: row;
    font-family: var(--font-title);
    font-size: 0.875rem;
    font-weight: var(--font-semi-bold);
    margin: 0 1rem 0 0;
}
#blog  .share-box .social {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 8rem;
}
#blog  .share-box .social .link {
    background-color: #AEAEAE;
    border-radius: 50%;
    color: var(--white-text);
    text-align: center;
    height: 1.375rem;
    width: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem
}
#blog  .share-box .social .link:hover {
    background-color: var(--primary-normal);
    color: var(--white-text);
}
#blog  .share-box .social .link:hover i {
    background-color: var(--primary-normal);
    color: var(--white-text);
}
#blog .iterator-box {
    align-items: center;
    display: flex;
    justify-content: space-between
}
#blog .iterator-box .separator {
    background-color: var(--gray-border-2);
    display: flex;
    height: 25px;
    width: 1px;
}
/*END SHARE OPTIONS*/
/*LIST*/
#blog .blog-section .blog-item:first-child {
    padding-left: 0;
}
#blog .blog-section .blog-item:last-child {
    padding-right: 0;
}
#blog .blog-image-parent {
    height: 270px;
    overflow: hidden;
    position: relative;
}
#blog .blog-image-parent:hover .blog-image-child,
#blog .blog-image-parent:focus .blog-image-child {
    transform: scale(1.05);
}
#blog .blog-image-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
#blog .blog-section .blog-item {
    margin-bottom: 0;
}
#blog .blog-item-date {
    background: var(--white-background);
    bottom: 0;
    border-radius: 0 25px 25px 0;
    color: var(--primary-normal);
    font-size: 0.75rem;
    margin: 0;
    padding: 5px 16px 5px 8px;
    position: absolute;
}
#blog .blog-item-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: var(--font-semi-bold);
    margin: 2rem 0 1.125rem 0;
}
#blog .blog-item-text {
    margin-top: 1.25rem;
    color: var(--gray-text);
}
/*END LIST*/
/*RESPONSIVE*/
/*XS*/
@media (max-width: 575px) {
}
/*SM*/
@media (max-width: 767px) {

    #blog {
        padding: 2rem 0;
    }
    #blog .gallery-top {
        height: 200px;
    }
    #blog .gallery-thumbs {
        height: 85px;
    }
    #blog .post-box {
        width: calc(50% - 0.5px);
    }
    #blog .post-box .post-link {
        width: 60px;
    }
    #blog .post-box .post-details {
        align-items: center;
        display: flex;
    }
    #blog .post-box:first-child .post-details {
        margin-left: 1.25rem;
    }
    #blog .post-box:last-child .post-details {
        margin-right: 1.25rem;
    }
    #blog .post-box .post-img {
        display: none;
    }
    #blog .post-box .post-text {
        display: none;
    }
    #blog .related-box {
        margin-bottom: 50px;
    }
    #blog .blog-item:last-child {
        display: none;
    }
    #blog .blog-image-parent {
        height: 170px;
    }
    #blog .blog-section .blog-item:first-child,
    #blog .blog-section .blog-item:last-child {
        padding: 0 calc(var(--bs-gutter-x)/ 2);
    }
}
@media (max-width: 991px) {
    #blog .post-box {
        width: calc(50% - 0.5px);
    }
}
@media (min-width: 768px) {
    #blog .gallery-thumbs .swiper-wrapper {
        justify-content: center;
    }
}
/*END RESPONSIVE*/
