/* CORREÇÃO ESPECÍFICA PARA IMAGENS DO mvp-feat3-wrap */
/* Este arquivo corrige problemas de exibição das imagens na seção Featured 3 */

/* ============================================
   CONTAINERS DAS IMAGENS
   ============================================ */
.mvp-feat3-main-img,
.mvp-feat3-sub-img {
    background: #000 !important;
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
}

.mvp-feat3-main-img {
    height: 600px !important;
    min-height: 600px !important;
    width: 100% !important;
}

.mvp-feat3-sub-img {
    height: 290px !important;
    min-height: 290px !important;
    width: 100% !important;
}

/* ============================================
   IMAGENS DENTRO DOS CONTAINERS
   ============================================ */
.mvp-feat3-main-img img,
.mvp-feat3-sub-img img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
}

/* ============================================
   STORIES (CONTAINERS PAI)
   ============================================ */
.mvp-feat3-main-story,
.mvp-feat3-sub-story {
    width: 100% !important;
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
    background: #000 !important;
}

.mvp-feat3-main-story {
    height: 600px !important;
    min-height: 600px !important;
}

.mvp-feat3-sub-story {
    height: 290px !important;
    min-height: 290px !important;
    margin-top: 20px !important;
}

/* Remove margin-top do primeiro item */
.mvp-feat3-sub-wrap a:first-child .mvp-feat3-sub-story {
    margin-top: 0 !important;
}

/* ============================================
   WRAPPERS E CONTAINERS
   ============================================ */
#mvp-feat3-wrap {
    margin-bottom: 60px !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
}

.mvp-feat3-cont {
    width: 100% !important;
    display: block !important;
}

.mvp-feat3-main-wrap {
    margin-right: 1.6666666666% !important;
    width: 65% !important;
    display: inline-block !important;
    vertical-align: top !important;
    float: left !important;
}

.mvp-feat3-sub-wrap {
    width: 32.5% !important;
    display: inline-block !important;
    vertical-align: top !important;
    float: left !important;
}

/* ============================================
   HOVER EFFECTS
   ============================================ */
.mvp-feat3-main-story:hover .mvp-feat3-main-img img,
.mvp-feat3-sub-story:hover .mvp-feat3-sub-img img {
    opacity: .8 !important;
    transform: translate(-50%, -50%) scale(1.05) !important;
}

/* ============================================
   TEXT OVERLAYS WITH GRADIENT
   ============================================ */
.mvp-feat1-feat-text,
.mvp-feat1-sub-text,
.mvp-feat3-main-text,
.mvp-feat3-sub-text,
.mvp-feat2-top-text-wrap,
.mvp-feat5-text {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgba(0, 0, 0, 74.6) 58%, rgba(0, 0, 0, .9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92.5% !important;
    z-index: 10 !important;
}

.mvp-feat3-main-text,
.mvp-feat3-sub-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 100px 3.571428571% 20px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%) !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
}

.mvp-feat3-sub-text {
    padding: 100px 3.225806452% 20px !important;
}

.mvp-feat3-main-text h2,
.mvp-feat3-sub-text h2 {
    color: #fff !important;
    font-size: 3.1rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
}

.mvp-feat3-sub-text h2 {
    font-size: 1.8rem !important;
}

.mvp-feat3-main-text p,
.mvp-feat3-sub-text p {
    color: #eee !important;
    font-size: 1rem !important;
    margin-top: 10px !important;
}

/* ============================================
   CATEGORY TAGS
   ============================================ */
.mvp-feat3-main-story span.mvp-cd-cat,
.mvp-feat3-sub-text span.mvp-cd-cat {
    background: #ff0000 !important;
    color: #fff !important;
    padding: 3px 8px !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
    border-radius: 3px !important;
}

.mvp-feat3-main-story span.mvp-cd-date,
.mvp-feat3-sub-story span.mvp-cd-date {
    color: #eee !important;
    font-size: 0.8rem !important;
    margin-left: 10px !important;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media screen and (max-width: 768px) {
    .mvp-feat3-main-wrap {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .mvp-feat3-sub-wrap {
        width: 100% !important;
    }
    
    .mvp-feat3-main-story,
    .mvp-feat3-main-img {
        height: 400px !important;
        min-height: 400px !important;
    }
    
    .mvp-feat3-sub-story,
    .mvp-feat3-sub-img {
        height: 200px !important;
        min-height: 200px !important;
    }
    
    .mvp-feat3-main-text h2 {
        font-size: 2rem !important;
    }
    
    .mvp-feat3-sub-text h2 {
        font-size: 1.4rem !important;
    }
}

/* ============================================
   FEAT1 LIST TEXT STYLES
   ============================================ */
.mvp-feat1-list-text h2 {
    color: #222;
    float: left;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
}

.mvp-feat1-list-cont:hover .mvp-feat1-list-text h2 {
    opacity: .6;
}

/* ============================================
   FEAT1 FEATURED TEXT STYLES
   ============================================ */
.mvp-feat1-feat-text h2 {
    color: #fff;
    float: left;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: .95;
    margin-right: 20%;
    width: 80%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.mvp-feat1-feat-text h2.mvp-stand-title {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.1;
    margin-right: 0;
    text-transform: none;
    width: 100%;
}

.mvp-feat1-feat-text p {
    color: #fff;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 8px;
    width: 100%;
}

/* ============================================
   FEAT1 SUB TEXT STYLES
   ============================================ */
.mvp-feat1-sub-text h2 {
    color: #fff;
    float: left;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-right: 30%;
    width: 70%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* ============================================
   FEAT1 TEXT RESPONSIVE - TABLET
   ============================================ */
@media screen and (max-width: 768px) {
    .mvp-feat1-feat-text h2 {
        font-size: 2.4rem !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .mvp-feat1-feat-text h2.mvp-stand-title {
        font-size: 2rem !important;
    }
    
    .mvp-feat1-sub-text h2 {
        font-size: 1.4rem !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .mvp-feat1-feat-text p {
        font-size: 0.9rem !important;
    }
}

/* ============================================
   FEAT1 TEXT RESPONSIVE - MOBILE
   ============================================ */
@media screen and (max-width: 480px) {
    .mvp-feat1-feat-text h2 {
        font-size: 1.8rem !important;
        line-height: 1.1 !important;
    }
    
    .mvp-feat1-feat-text h2.mvp-stand-title {
        font-size: 1.6rem !important;
    }
    
    .mvp-feat1-sub-text h2 {
        font-size: 1.2rem !important;
    }
    
    .mvp-feat1-feat-text p {
        font-size: 0.85rem !important;
        margin-top: 5px !important;
    }
}

/* ============================================
   WIDGET FEAT2 RIGHT IMAGE STYLES
   ============================================ */
.mvp-widget-feat2-right-img {
    position: relative;
    width: 100%;
    padding-bottom: 53%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.mvp-widget-feat2-right-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s;
}

.mvp-widget-feat2-right-cont:hover .mvp-widget-feat2-right-img img {
    opacity: .8;
}

/* ============================================
   WIDGET FEAT2 RIGHT TEXT STYLES
   ============================================ */
.mvp-widget-feat2-right-text h2 {
    color: #222;
    float: left;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    opacity: 1;
    width: 100%;
}

.mvp-widget-feat2-right-cont:hover .mvp-widget-feat2-right-text h2 {
    opacity: .6;
}

/* ============================================
   UNIFIED FEATURED TEXT H2 SIZES
   ============================================ */
.mvp-feat1-feat-text h2,
.mvp-feat2-top-text h2,
.mvp-feat3-main-text h2,
.mvp-feat4-main-text h2,
#mvp-feat6-text h2 {
    font-size: 33px !important;
}

/* ============================================
   FEAT3 SUB TEXT H2 STYLES
   ============================================ */
.mvp-feat3-sub-text h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-right: 30%;
    width: 90%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* ============================================
   UNIFIED RESPONSIVE - TABLET
   ============================================ */
@media screen and (max-width: 768px) {
    .mvp-feat1-feat-text h2,
    .mvp-feat2-top-text h2,
    .mvp-feat3-main-text h2,
    .mvp-feat4-main-text h2,
    #mvp-feat6-text h2 {
        font-size: 26px !important;
    }
    
    .mvp-feat3-sub-text h2 {
        font-size: 22px !important;
    }
    
    .mvp-widget-feat2-right-text h2 {
        font-size: 1.1rem !important;
    }
}

/* ============================================
   UNIFIED RESPONSIVE - MOBILE
   ============================================ */
@media screen and (max-width: 480px) {
    .mvp-feat1-feat-text h2,
    .mvp-feat2-top-text h2,
    .mvp-feat3-main-text h2,
    .mvp-feat4-main-text h2,
    #mvp-feat6-text h2 {
        font-size: 20px !important;
    }
    
    .mvp-feat3-sub-text h2 {
        font-size: 18px !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .mvp-widget-feat2-right-text h2 {
        font-size: 1rem !important;
    }
}

/* ============================================
   NAVIGATION MENU STYLES
   ============================================ */
.mvp-nav-menu ul li a {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 12px;
    position: relative;
    text-transform: uppercase;
}

.mvp-nav-menu ul li:hover a {
    padding: 18px 12px 13px;
}

/* ============================================
   WIDGET DARK FEAT IMAGE STYLES
   ============================================ */
.mvp-widget-dark-feat-img {
    background: #000;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 482px;
}

.mvp-widget-dark-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mvp-widget-dark-feat:hover .mvp-widget-dark-feat-img img {
    opacity: .8;
}

.mvp-widget-dark-left {
    width: 61.66666666666%;
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media screen and (max-width: 480px) {
    .mvp-feat3-main-story,
    .mvp-feat3-main-img {
        height: 300px !important;
        min-height: 300px !important;
    }
    
    .mvp-feat3-sub-story,
    .mvp-feat3-sub-img {
        height: 180px !important;
        min-height: 180px !important;
    }
    
    .mvp-feat3-main-text,
    .mvp-feat3-sub-text {
        padding: 60px 5% 15px !important;
    }
    
    .mvp-feat3-main-text h2 {
        font-size: 1.6rem !important;
    }
    
    .mvp-feat3-sub-text h2 {
        font-size: 1.2rem !important;
    }
    
    #mvp-feat3-wrap {
        margin-bottom: 30px !important;
    }
}

/* ============================================
   BLOG STORY IMAGES - 480px to 599px
   ============================================ */
@media screen and (max-width: 599px) and (min-width: 480px) {
    .mvp-blog-story-img, 
    .mvp-blog-story-col .mvp-blog-story-img, 
    #mvp-home-widget-wrap .mvp-flex-row .mvp-flex-story-img, 
    #mvp-home-widget-wrap .mvp-flex-col .mvp-flex-story-img {
        margin: 0 20px 0 0;
        width: 150px;
        height: 100px;
    }
    
    .mvp-feat1-list-head-wrap {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .mvp-feat1-feat-text {
        padding: 100px 4% 20px;
        width: 91%;
    }
}

/* ============================================
   FEATURED IMAGES - MOBILE (max 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .mvp-feat1-left-img, .mvp-feat2-top-img, .mvp-feat3-main-img, .mvp-feat4-main-img, .mvp-feat5-main-img, .mvp-feat6-img, .mvp-widget-feat1-top-img, .mvp-widget-feat2-left-img, .mvp-widget-dark-feat-img, .mvp-vid-img, .mvp-archive-img {
        padding-bottom: 0%;
    }
    
    .mvp-feat1-grid-img, .mvp-feat2-bot-img, .mvp-feat3-sub-img, .mvp-feat5-small-img, .mvp-widget-feat1-bot-img, .mvp-widget-feat2-right-img, .mvp-widget-dark-sub-img, .mvp-blog-story-img, .mvp-flex-img, .mvp-related-img {
        padding-bottom: 15.67%;
    }
}

/* ============================================
   WIDGET DARK FEATURED IMAGE - VERY SMALL MOBILE (max 479px)
   ============================================ */
@media screen and (max-width: 479px) {
    .mvp-widget-dark-feat-img {
        height: 270px;
    }
}

/* ============================================
   DEBUG - VERIFICAÇÃO DE PROBLEMAS
   ============================================ */
/*
.mvp-feat3-main-img,
.mvp-feat3-sub-img {
    border: 3px solid #ff0000 !important;
}

.mvp-feat3-main-img img,
.mvp-feat3-sub-img img {
    border: 2px solid #00ff00 !important;
}
*/
