#content {
    min-height: 0px !important;
}

#topHiddenBar {
    background: none;
}

#selectCat select {
    border: 1px solid #ccc;
    background: url("../../files/filterArrow.png") no-repeat;
    background-position-x: calc(100% - 24px);
    background-position-y: center;
    background-size: 10px;
}

#topHiddenBar.indexHeader {
    background: white;
}

.wishlist {
    content: url("../../files/blackHeart.png");
}

.headerOption,
.wishListQuantity,
#searchSite {
    color: black;
}

.rightIcons {
    stroke: black;
}

.wishlistSvg {
    fill: black
}

.headerImg {
    content: url('../../files/logo2.svg');
}

.searchBar {
    border-color: black;
    border-width: thin;
}

#searchSite::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3b3b3b;
    opacity: 0.8;
}

#blogProyectos {
    width: 100% !important;
    max-width: unset;
}

#blogProyectos .blogPostRegular.blogCategoryShowcase {
    width: 100%;
    margin-top: unset;
    margin-bottom: 15px;
}

#selectCat {
    width: 100%;
    text-align: center;
}

select {
    width: 35%;
    height: 60px;
    margin-top: 55px;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
}

#blogProyectos .blogPostRegular.blogCategoryShowcase:nth-child(1) {
    margin-top: 50px;
}

.blogTitleContainer {
    width: 100%;
    position: relative;
    height: auto;
}

#topBanner {
    width: 100%;
    height: 100%;
}

.verMas {
    color: #ba004c;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}


.blogTitle {
    color: black;
    text-transform: uppercase;
    font-size: 33px;
    position: absolute;
    font-weight: 600;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blogCategoryShowcase .imgContainer {
    width: 100%;
}

.blogsContainer {
    /* display: none; */
    width: 100%;
    text-align: center;
    top: -235px;
    position: relative;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.blogs_ParentCategories_Container,
.blogs_ChildCategories_Container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
}

.blogs_ParentCategories_Container {
    text-transform: uppercase;
    align-items: end;
    min-height: 40px;
    position: relative;
    top: -100px;
}

.blogs_ChildCategories_Container {
    text-transform: capitalize;
    align-items: center;
}

.blogPostDesc {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.blogCategoryTitle {
    margin: 0 15px;
    font-size: 18px;
}

.blogs_ParentCategories_Container .blogCategoryTitle {
    color: black;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.blogs_ChildCategories_Container .blogCategoryTitle {
    color: #373737;
    border: 3px solid transparent;
    padding-bottom: 7px;
    font-weight: 300;
}

.blogs_ParentCategories_Container .blogCategoryTitle:hover,
.blogCategoryTitle[selected="true"] {
    color: #c7a567;
}

.blogs_ChildCategories_Container .blogCategoryTitle:hover {
    color: #c7a567;
    border-bottom: 3px solid #c7a567;
}

.blogs_ChildCategories_Container .blogCategoryTitle[selected="true"] {
    color: #c7a567;
    border-bottom: 3px solid #c7a567;
}

#blogPostsFromCategoriesContainer {
    position: relative;
    width: 90% !important;
    height: auto;
    overflow: hidden;
    margin: 60px 5%;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    float: left;
}

#blogPostsFromCategoriesContainerInsp {
    position: relative;
    width: 90% !important;
    height: auto;
    overflow: hidden;
    margin: 60px 5%;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    float: left;
}

#blogPostsFromCategoriesContainerInsp .imgContainer div:not(.blogPostTitle),
#blogProyectos .imgContainer div:not(.blogPostTitle) {
    width: 100%;
    height: 30vw;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

#blogPostsFromCategoriesContainerInsp .imgContainer .blogPostTitle,
#blogProyectos .imgContainer .blogPostTitle {
    display: none;
    margin-top: unset;
    color: white;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

#blogPostsFromCategoriesContainerInsp .imgContainer:hover .blogPostTitle,
#blogProyectos .imgContainer:hover .blogPostTitle {
    display: flex;
}

#blogPostsFromCategoriesContainerInsp .imgContainer:hover .postPreviewFile,
#blogProyectos .imgContainer:hover .postPreviewFile {
    /*filter: brightness(0.5);*/
}

#blogPostsFromCategoriesContainerInsp .imgContainer .blogPostTitle p,
#blogProyectos .imgContainer .blogPostTitle p {
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    width: 80%;
    text-transform: uppercase;
    line-height: 3.2vw;
    text-align: center;
}

#blogProyectos .imgContainer .blogPostTitle p {
    text-transform: capitalize;
}

#blogPostsFromCategoriesContainerInsp .imgContainer .blogPostTitle span,
#blogProyectos .imgContainer .blogPostTitle span {
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    position: relative;
    bottom: 15px;
}

.centeredContent {
    width: 90% !important;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-around;
}

.titleSection {
    width: 100%;
    color: #303030;
    margin-top: 50px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}

.titleSection::after {
    width: 190px;
}

.blogPostLink {
    width: 48%;
    float: left;
}

.blogPostFirstRow {
    width: 70%;
    margin: auto;
    height: 330px;
    overflow: hidden;
    margin-bottom: 26px;
}

.blogPostSubtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #a8a8a8;
    text-align: left;
}

.blogPostRegular {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: white;
    top: 0px;
}

.constructionMessageDiv {
    width: 400px;
    margin: 40px auto;
}

.constructionBanner {
    width: 500px;
    height: auto;
    filter: brightness(0.9);
    display: block;
    margin: 35px auto;
}

.blogPostFirstRow .postPreviewFile {
    width: 100%;
    height: 239px;
}

.blogLine {
    border: 1px solid;
    width: 295px;
    margin-left: 140px;
    margin-top: 69px;
}

.dataContainer {
    position: relative;
    width: calc(50% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
}

.postPreviewFile {
    width: 100%;
}

.blogPostDate {
    display: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #142667;
    width: 100px;
    position: absolute;
    right: 26px;
    top: -14px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
    height: 27px;
    background: #f2c43e;
}

.blogPostTitle {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-align: left;
    width: 100%;
    line-height: 24px;
    margin: 5px 0;
}

.blogPostSubTitle {
    margin-top: 20px;
    font-size: 13px;
}

.blogPostDescription {
    font-size: 14px;
    color: #303030;
    text-align: left;
    line-height: 18px;
    width: 100%;
    padding-top: 10px;
    min-height: 110px;
    font-weight: 400;
}

.blogPostRead {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 17px;
    font-weight: 400;
    margin-top: 20px;
    text-align: right;
    margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
    #header {
        background: none;
        box-shadow: none;
    }

    #headerDummy {
        height: 0;
    }

    .indexHeader#header {
        background: white;
    }

    #blogPostsFromCategoriesContainer {
        grid-template-columns: repeat(1, 1fr);
    }

    .blogPostTitle {
        margin: 10px 0;
    }

    .centeredContent {
        width: 85% !important;
        flex-wrap: unset;
        flex-direction: column;
        justify-content: unset;
    }

    .titleSection {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .blogPostLink {
        width: 100%;
    }

    .constructionMessageDiv {
        width: 100%;
    }

    .constructionBanner {
        width: 80%;
        height: auto;
        margin-bottom: 30px;
        margin-top: 35px;
        margin-left: 10%;
    }

    .blogPostFirstRow {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogPostRegular .blogPostDescription {
        font-size: 10px;
        line-height: 14px;
    }

    .blogPostFirstRow .postPreviewFile {
        height: 210px;
    }

    .blogsContainer {
        top: -300px;
    }

    #headerLogo {
        content: url('../../files/logo2.svg');
    }

    #headerMobileMenuIcon span {
        background: black;
    }

    #blogCategoriesSelect {
        width: 90%;
        margin: 30px 5%;
    }

    #blogPostsFromCategoriesContainerInsp .blogPostRegularInsp {
        height: 350px;
        margin: auto;
        width: 100%;
    }

    .blogTitle {
        font-size: 25px;
    }

    .dataContainer {
        width: calc(65% - 25px);
        padding-left: 25px;
        padding-right: 0px;
    }

    .blogPostSubtitle {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 9px;
    }

    .blogPostRead {
        font-size: 10px;
        line-height: 14px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 23px;
    }

    .blogPostDate {
        font-size: 10px;
        width: 70px;
        right: 10px;
        top: -11px;
        line-height: 22px;
        height: 22px;
    }

    #blogPostsFromCategoriesContainerInsp {
        margin: 0 5% 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .blogs_ParentCategories_Container,
    .blogs_ChildCategories_Container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .blogs_ParentCategories_Container {
        min-height: unset;
        margin-top: 30px;
    }

    .blogs_ChildCategories_Container {
        margin-top: 25px;
    }

    .blogs_ParentCategories_Container .blogCategoryTitle {
        margin-bottom: 5px;
    }

    .blogCategoryTitle {
        font-size: 17px;
        line-height: 20px;
    }

    #blogPostsFromCategoriesContainerInsp .imgContainer .blogPostTitle,
    #blogProyectos .imgContainer .blogPostTitle {
        display: flex;
    }

    #blogPostsFromCategoriesContainerInsp .imgContainer div:not(.blogPostTitle),
    #blogProyectos .imgContainer div:not(.blogPostTitle) {
        height: 45vh;
    }

    #blogProyectos .blogPostRegular.blogCategoryShowcase:nth-child(1) {
        margin-top: 10px;
    }

    #blogPostsFromCategoriesContainerInsp .imgContainer .blogPostTitle p,
    #blogProyectos .imgContainer .blogPostTitle p {
        font-size: 24px;
        line-height: 28px;
    }

    .backgroundProfesionales {
        content: url('../../files/profesionalesMobile.jpg');
    }

    .backgroundInspirate {
        content: url('../../files/inspirateMobile.jpg');
    }
}