.module-special_philosophy-detail .inner-wrapper.container {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.sh-header {
    color: white;
    text-align: center;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-special-philosophy-detail .sh-header {
    min-height: 60vh;
}

.sh-header .sh-h1 {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.sh-header h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
}

.sh-header .sh-p {
    width: 55%;
}

.sh-header p {
    margin: 0;
    font-size: 1.1rem;
    color: #FFFFFF;
    text-align: justify;
}

.sh-detail-header {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.sh-detail-header h2 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.sh-detail-header h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0.8em;
}


.sh-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 10px;
    margin-top: 1em;
}

.sh-list-element-link {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 1fr);
}

.sh-list-element-image {
    grid-column: 1;
    grid-row: 1 / span 1;
    overflow: hidden;
    -webkit-filter: opacity(.4);
    filter: opacity(0.4);
    width: 100%;
}

.sh-list-element-image:hover {
    -webkit-filter: opacity(1);
    filter: opacity(1);
}

.sh-list-element-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    z-index: 1;
    -webkit-filter: opacity(.9);
    filter: opacity(0.9);
    width: 60%;
}

.sh-header-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 90%);
}

.sh-detail-description {
    margin-top: 4em;
    justify-content: center;
    display: flex;
}

.sh-detail-description p {
    text-align: justify;
    width: 85%;
    color: black;
}

.sh-detail-space {
    width: 350px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 3em 0;
}

.sh-detail-space hr {
    background-color: black;
}


/* philosophy */
.header_blog_category {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 3rem;
}

.title_header {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 1.5rem;
}

.sub_title_header {
    color: white;
    font-size: 18px;
    padding: 0 8%;
    line-height: 30px;
}

h2.sub_title_header {
    font-weight: normal;
    font-size: 22px;
}

h3.sub_header {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
}

#philosophy_archive .kr_blog_post_area {
    margin-bottom: 0px !important;
}

#philosophy_archive .post_title {
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
    font-size: 23px;
    color: black;
}

#philosophy_archive h3.post_title a {
    display: block;
    font-size: 23px;
    color: black;
}

#philosophy_archive .post_subtitle {
    text-align: center;
    margin-bottom: 1.5rem;
}

#philosophy_archive .post_description {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 3rem;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.col-content-philosophy, .col-img-post img {
    height: 600px;
}

.col-img-post {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.col-img-post img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.separador {
    width: 40%;
    margin: 0 auto;
    height: 1px;
    background: black;
    margin-bottom: 2.5rem;
}

#philosophy_archive a.more {
    text-align: center;
    display: block;
    text-transform: initial !important;
    font-size: 16px !important;
    font-weight: bold;
    color: #878787;
}

#philosophy_archive .thumb-post {
    height: 120px;
}

.col-content-philosophy {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.m-0 {
    margin: 0 !important;
}

.philosophy_gallery_img {
    padding: 15px 15px 15px 15px;
}

.philosophy_gallery_img img {
    height: 600px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

#philosophy_archive .post_gallery {
    margin-bottom: 4rem !important;
}

article.philosophy-text {
    padding: 0px 8%;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

article.philosophy-text p {
    margin-bottom: 1.8rem;
    font-weight: bold;
    font-size: 18px;
}

.separador-single {
    width: 20%;
    margin: 0 auto;
    height: 1px;
    background: black;
    margin-bottom: 4rem;
}

.post_navigation {
    padding: 0px 8%;
    margin: 3rem 0rem;
}

.post_navigation a {
    /* border-left: 2px solid #081464; */
    /* padding: 4px 0px 4px 10px; */
    color: #081464;
    display: block;
    text-transform: uppercase;
}

img.ico_pagination {
    max-height: 50px;
    padding: 0 5px;
}

.sh-control {
    margin-top: 5rem;
}

.sh-control .sh-control-text {
    color: #474747;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    font-weight: 500;
    vertical-align: middle;
}

img.sh-control-image {
    max-width: 60px;
    vertical-align: middle;
}

img.sh-control-image-arrow {
    max-width: 12px;
    vertical-align: middle;
    margin: 0.8em;
}
.module-main-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    object-fit: cover;
    justify-content: center;
}
.module-main-container-img{
    min-width: 173px;
    min-height: 500px;
    max-width: 350px;
    max-height: 550px;
    margin-right: 2rem;
    object-fit: cover;
}
.module-main-container-txt{
    color: white;
    margin-left: 2rem;
    font-size: 80px;
}
#wrapper .breadcrumb-bar{
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}
.collection-main.reverse{
    flex-direction: row-reverse;
}
.eb_home_block.horizontal .container>div{
    max-width: 45%;
}
/* FIN philosophy */
@media (max-width: 767px){
    .module-main-container h1{
        width: 100%;
        display: block;
        margin-left: -60%;
        justify-content: center;
    }
    .module-main-container-img {
        max-width: 350px;
        width: 180px;
        height: 240px;
        object-fit: fill;
        margin-left: 3rem;
        margin-right: 0;
        min-height: unset;
        min-width: unset;
    }
    .eb_home_block.horizontal .container>div {
        max-width: 100%;
    }
}
