/* Estilos para personalizacion de Mega Menu */
#iqitmegamenu-mobile .mobile-menu__row .mobile-menu__column:first-child,
#iqitmegamenu-mobile .mobile-menu__row .mobile-menu__column:last-child {
    display: none;
}

.mobile-menu__submenu a.mobile-menu__column-title {
    text-transform: none;
    font-weight: normal;
}

.mobile-menu__column-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hidden {
    display: none;
}

.mobile-menu__column {
    margin-bottom: 1rem;
}

@media (min-width: 992px) and (max-width: 1490px) {
    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element:last-child {
        margin-left: -10px !important;
    }

    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1919px) {
    .iqitmegamenu-submenu-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 1490px;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree li:nth-child(2n+1) {
        margin-right: 15px !important;
    }
}

@media (min-width: 992px) {  
    .iqitmegamenu .cbp-hrmenu-tab .nav-link.cbp-empty-mlink {
        padding: 0 !important;
        margin: 5px 20px 0 20px;
        line-height: 35px !important;
    }

    .iqitmegamenu .cbp-tab-title:hover {
        color: #00a6fb;
    }

    .iqitmegamenu .cbp-hrmenu-tab .nav-link:hover {
        border-bottom: 4px solid #00a6fb;
    }

    .iqitmegamenu .cbp-hrsub-inner {
        padding-bottom: 0;
    }

    .iqitmegamenu-submenu-container .menu_row {
        width: 100%;
        float: right;
        margin-bottom: 0 !important;
    }  

    .iqitmegamenu-submenu-container .categories,
    .iqitmegamenu-submenu-container .subcategories {
        display: block;
    }   

    .iqitmegamenu-submenu-container .categories .cbp-category-link-w {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        margin-left: 1em;
    }

    .iqitmegamenu-submenu-container .categories .cbp-category-link-w .cbp-category-title {
        margin-left: 0.75em;
    }

    .iqitmegamenu-submenu-container .categories,
    .iqitmegamenu-submenu-container .categories .cbp-categories-row,
    .iqitmegamenu-submenu-container .subcategories,
    .iqitmegamenu-submenu-container .subcategories .cbp-categories-row {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .iqitmegamenu-submenu-container .categories .cbp-categories-row:hover,
    .iqitmegamenu-submenu-container .categories .cbp-categories-row.active {
        cursor: pointer;
        background-color: #e1f4ff;
        border-left: 3px solid #00a6fb;
    }

    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element {
        padding-right: 0;
        padding-left: 0;
        margin-left: -15px;
        border-right: 1px solid #cccccc;
        height: 450px;
        overflow: auto;
    }

    .iqitmegamenu-submenu-container .col-6.cbp-menu-column.cbp-menu-element {
        margin-left: 0;
        padding-left: 1em;
    }

    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element:last-child {
        margin-left: 0px;
        padding-left: 2em;
        border: none;
    }

    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element::-webkit-scrollbar {
        width: 7px;
    }
      
    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element::-webkit-scrollbar-track {
        background: #fff;
    }
       
    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element::-webkit-scrollbar-thumb {
        background: #cccccc;
        border-radius: 10px;
        border: 1px solid #fff;
    }
      
    .iqitmegamenu-submenu-container .cbp-menu-column.cbp-menu-element::-webkit-scrollbar-thumb:hover {
        background: #cccccc; 
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree {
        display: flex;
        flex-wrap: wrap;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree li {
        margin: 5px 0;
        padding: 15px 5px;
        position: relative;
        width: 48%;
        background: #f7f7f7;
        border-radius: 5px;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree li:nth-child(2n+1) {
        margin-right: 20px;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree li:last-child {
        margin-bottom: 5px;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree a {
        color: #333333;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree a::before {
        display: none;
    }

    .iqitmegamenu-submenu-container .subcategories .cbp-category-tree a::after {
        content: "\f105";
        display: inline;
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        padding-right: 10px
    }

    .hidden {
        display: none;
    }
}

/* Estilos para personalizacion de Blog en desktop */
.simpleblog__listing__post__wrapper.cardblog.post-item {
    height: 590px !important;
}

.simpleblog__listing__post__wrapper__content__headline a {
    color: #ffffff !important;
}

.simpleblog__listing__post__wrapper.cardblog.post-item img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.simpleblog__listing__post__wrapper__content__headline {
    border-bottom: none;
    font-size: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.simpleblog__listing__post__wrapper__content.card-block {
    position: absolute;
    bottom: 0;
    height: 25%;
    z-index: 999;
    padding: 1.25rem !important;
    transition: height 1s !important;
}

.simpleblog__listing__post__wrapper__content__headline a:hover {
    color: #00a6fb;
}

.simpleblog__listing__post__wrapper__footer {
    border-top: none;
    font-size: 1rem;
    color: #ffffff !important;
    margin-bottom: .5rem;
}

.simpleblog__listing__post__wrapper__footer a {
    font-size: 1rem;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .1);
    padding: .2rem;
    border-radius: 5px;
    text-transform: uppercase;
    opacity: 1;
}

.simpleblog__listing__post__wrapper.cardblog.post-item .description {
    display: none;
}

.simpleblog__listing__post__wrapper__footer__block.date {
    float: right !important;
    opacity: .8 !important;
}

.simpleblog__post.cardblog .featured-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.simpleblog__post__content.card-block .rte-content {
    /*width: 50%;
    margin: auto;
    text-align: justify;*/
    font-size: 1.2rem;
    /*line-height: normal;*/
}

#module-ph_simpleblog-single .page-title {
    width: 45%;
    margin: auto;
    text-align: center;
    font-size: 2.5rem;
    border-bottom: none;
    margin-bottom: 1rem;
}

#module-ph_simpleblog-list .page-title,
#module-ph_simpleblog-category .page-title {
    font-size: 3rem;
    width: 40%;
    border-bottom: none;
}

.simpleblog__postInfo {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.blue-title {
    color: #00a6fb;
}

.simpleblog__post.cardblog {
    margin-top: 3rem;
}

.simpleblog__postInfo.date {
    color: #0657a1;
}

.simpleblog__postInfo .category {
    padding: 5px 10px;
    border: 1px solid #d2d0d1;
    border-radius: 4px;
    color: #6f6f72;
    margin-right: 10px;
    margin-left: 10px;
}

.simpleblog__postInfo .category a {
    color: #6f6f72 !important;
}

.simpleblog__postInfo .category a:hover {
    color: #6f6f72 !important;
}


#module-ph_simpleblog-category .simpleblog__listing__post__wrapper__footer {
    margin-bottom: 1.5rem;
}

#module-ph_simpleblog-category .category-title {
    font-size: 1.5rem;
}

#module-ph_simpleblog-list .page-title, #module-ph_simpleblog-category .page-title {
    width: 40%;
}

.simpleblog__listing__post__wrapper.cardblog.post-item:hover .description {
    display: block;
    color: #ffffff;
    margin-top: 1rem;
}

.simpleblog__listing__post__wrapper__content__readmore span {
    text-decoration: none;
    font-weight: 500;
}

.simpleblog__listing__post__wrapper__content.card-block .simpleblog__listing__post__wrapper__content__readmore {
    margin: 0 !important;
    padding: .5rem 1.25rem !important;
    background: #e1f4ff !important;
    color: #0657a1 !important;
    font-weight: bold;
    text-decoration: none !important;
    width: auto !important;
    border-radius: 5px !important;
    height: auto !important;
    margin-top: 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5;
    display: inline-block !important;
    opacity: 1 !important;
}

#index .simpleblog__listing__post__wrapper__footer {
    justify-content: space-between !important;
}

#index .simpleblog__listing__post__wrapper__footer__block:has(time),
#index .simpleblog__listing__post__wrapper__content p {
    font-family: 'Satoshi' !important;
}

#index .simpleblog__listing__post__wrapper::before {
    display: none;
}

#index .simpleblog__listing__post__wrapper__footer {
    bottom: unset !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: .5rem;
    left: 0 !important;
    width: unset !important;
}

#index .simpleblog__listing__post:hover .simpleblog__listing__post__wrapper__content,
#index .simpleblog__listing__post:hover .simpleblog__listing__post__wrapper__footer {
    transform: unset !important;
}

#index .simpleblog__listing__post__wrapper__footer {
    position: relative !important;
}

#index .simpleblog-posts-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#index .simpleblog__listing__post__wrapper__content__headline a,
#index .simpleblog__listing__post__wrapper__content p {
    font-size: inherit !important;
}

@media (min-width: 992px) {
    .simpleblog__listing__post__wrapper.cardblog.post-item:hover .simpleblog__listing__post__wrapper__content.card-block {
        height: 100%;
        background: #0657a1 !important;
    }

    

    .simpleblog__listing__post__wrapper__content.card-block .simpleblog__listing__post__wrapper__content__readmore {
        position: absolute;
        bottom: 25px !important;
        right: 25px !important;
    }

    
}

@media (min-width: 992px) and (max-width: 1490px) {
    #module-ph_simpleblog-list .page-title, #module-ph_simpleblog-category .page-title {
        width: 50%;
    }

    .simpleblog__listing__post__wrapper__content.card-block {
        height: 25%;
    }
}

@media (min-width: 1491px) and (max-width: 1919px) {
    .simpleblog__listing__post__wrapper__content.card-block {
        height: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1919px) {
    .simpleblog__listing__post__wrapper__content__headline {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .simpleblog__listing__post__wrapper__content.card-block {
        height: 100% !important;
    }

    .simpleblog__listing__post__wrapper.cardblog.post-item .description {
        display: block;
        color: #ffffff;
    }

    .simpleblog__listing__post__wrapper__content__readmore span {
        text-decoration: none;
        font-weight: 500;
    }

    .simpleblog__listing__post__wrapper__content.card-block .simpleblog__listing__post__wrapper__content__readmore:hover {
        color: #ffffff !important;
        background: #0657a1 !important;
    }

    #index .simpleblog-posts-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {  
    #module-ph_simpleblog-list .page-title, #module-ph_simpleblog-category .page-title {
        width: 100%;
    }

    .simpleblog__listing__post__wrapper__content.card-block {
        height: 60%;
    }

    .simpleblog__listing__post__wrapper.cardblog.post-item img {
        height: 345px;
        object-fit: cover;
        filter: brightness(0.7);
    }

    .simpleblog__listing__post__wrapper.cardblog.post-item {
        height: 340px !important;
    }

    #index .simpleblog-posts-column {
        height: unset !important;
    }

    .simpleblog__post__content.card-block .rte-content,
    #module-ph_simpleblog-single .page-title,
    .simpleblog__postInfo {
        width: 100%;
    }
}



