.blogCenteredContent {
    width: 75% !important;
    min-width: 0;
    margin-bottom: 140px
}

.arrowVolver {
    position: relative;
    height: 11px;
    width: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    margin-right: 10px
}

.navigationContainer {
    position: relative;
    width: 100%;
    margin: 30px auto 10px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #075946
}

.previousButton {
    display: flex;
    align-items: center;
    flex-direction: row
}

#content {
    top: 95px;
    margin-bottom: 160px;
    background-color: #fafafa
}

#tambienTitle {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    color: #075946;
    font-weight: 900;
    font-size: 24px;
    float: left
}

#novedadesContainer {
    width: 102%;
    margin: auto;
    margin-left: -12px;
    position: relative;
    float: left
}

.blogPostRegular:hover>.greenHover {
    background-color: #075946
}

.arrowBlog {
    float: right;
    width: 40px;
    margin-right: 40px;
    margin-top: 10px;
    POSITION: absolute;
    right: 0;
    bottom: 15px
}

.greenHover {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    height: 2%;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out
}

.blogPostRegular {
    width: 23%;
    position: relative;
    float: left;
    height: 420px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 10%)
}

.blogPostRegular .postPreviewFile {
    width: 100%;
    height: 200px
}

.blogPostTitle {
    color: #075946;
    font-size: 22px;
    font-weight: 800;
    margin: 18px 30px;
    letter-spacing: normal
}

.blogPostDescription {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 30px;
    letter-spacing: normal;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden
}

#blogTitle {
    font-weight: 900;
    color: #075946;
    letter-spacing: 0;
    font-size: 24px;
    border-bottom: none;
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: left;
    width: fit-content;
    float: left;
    margin-right: 10px
}

#blogSubtitle {
    margin-bottom: 30px;
    color: #075946;
    font-size: 24px;
    width: fit-content;
    float: left;
    margin-top: 20px
}

.blogPostDate {
    float: right;
    margin-top: 25px
}

#blogPostTitle {
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #57585b;
    margin-bottom: 30px;
    font-weight: 600
}

.blogSubtitle {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px
}

#blogPrevImg {
    width: 100%;
    height: auto;
    max-height: unset;
    margin-top: 10px;
    margin-bottom: 30px
}

.blogImage {
    position: relative;
    display: block;
    max-width: 800px;
    height: auto;
    width: 291px;
    margin: 0 auto;
    margin-bottom: 15px
}

.blogCaption {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    margin-bottom: 25px
}

.blogText {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    color: #57585b;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: lighter;
    float: left;
    margin: 10px
}

.blogGallery {
    position: relative;
    margin: auto;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 800px
}

.slick-dots {
    top: 20px;
    right: 20px;
    width: auto
}

.slick-dots li {
    width: 14px;
    margin: 0 3px
}

.slick-dots li button:before {
    border: 2px solid #075946;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    background-color: #075946;
    opacity: 1
}

.blogSlider {
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px
}

.blogSliderWrapper {
    width: 700px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.blogSliderSlide {
    margin-right: 10px;
    margin-left: 10px
}

.blogSliderLeftArrow {
    position: absolute;
    left: 12.5px;
    height: 50px;
    top: calc(50% - 21.5px)
}

.blogSliderRightArrow {
    position: absolute;
    height: 50px;
    right: 12.5px;
    top: calc(50% - 21.5px)
}

.slick-slide {
    height: auto
}

.textLink {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    #content {
        top: 0;
        margin-bottom: 25px
    }

    .navigationContainer {
        width: 84%
    }

    .arrowBlog {
        margin-bottom: 15px
    }

    .blogPostRegular {
        width: 96%
    }

    .blogPostTitle {
        font-size: 20px
    }

    .blogCenteredContent {
        width: 100% !important;
        margin-bottom: 40px;
        top: 0
    }

    .blogCaption {
        width: 75%
    }

    .blogSliderWrapper {
        width: 80%
    }

    .blogImage {
        width: 100%;
        height: auto;
        max-width: 100%
    }

    #blogTitle {
        width: 84%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
        height: auto;
        font-size: 19px;
        float: unset
    }

    #tambienTitle {
        font-size: 17px
    }

    #blogPostTitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 700
    }

    #blogSubtitle {
        width: 84%;
        margin: 0 auto;
        height: auto;
        font-size: 19px;
        float: unset
    }

    .blogPostDate {
        width: 84%;
        float: unset;
        font-weight: 900;
        margin: 10px auto 20px;
        font-size: 12px
    }

    .blogSubtitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        font-size: 15px
    }

    .blogText {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        line-height: 15px;
        font-size: 13px;
        margin-left: 5%
    }

    .blogSliderLeftArrow,
    .blogSliderRightArrow {
        height: 20px;
        top: calc(50% - 10px)
    }

    .slick-dots li button:before {
        width: 8px;
        height: 8px
    }

    .slick-dots {
        top: 10px;
        right: 10px
    }

    #blogPrevImg {
        margin-top: 0;
        width: 84%;
        float: unset;
        margin-left: 8%
    }
}