@import url("../zerif-lite/style.css");

#site-navigation .widget_search .search-submit { top: -6px; right: -8px; }
#site-navigation .widget_search input { padding: 6px 15% 6px 2%; }
*::-moz-selection { background: #999; color: #FFF; }
.woocommerce ul.products li.product .button { display: none !important; }
.woocommerce-page .page-title:before, .widget .widget-title:before { background: #7DAD49 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid #428BCA !important; }
.woocommerce-page .product .product_meta a { color: #3570A3; }
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current { background: #428BCA; }
.page-numbers a:hover, a:focus, a:active { color: #FFF !important; }
.summary .cart { display: none; }
.feedback-box .client-info .client-name { font-family: "Lato", sans-serif !important; color: #404040; }
.footer-li-icon { font-size: 32px; color: #0077b5; }
.home section { position: relative; overflow: hidden; background-image: url("./images/backgrounds/section-light-bg.png"); background-position: center bottom !important; background-repeat: repeat-x; }
.testimonial { background-image: url("./images/backgrounds/testimonials-bg.jpg") !important; background-repeat: repeat !important; }
.background-overlay { background-color: #8ABA56 !important; opacity: 0.90 !important; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; }

.about-us .zerif_about_us_center {
    text-align: center;
}

.about-us .zerif_about_us_center h3 {
    font-size: 45px;
    text-transform: uppercase;
    color: #404040;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.about-us .zerif_about_us_center h3:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 12.5%;
}

.home-header-wrap {
    position: relative;
    overflow: hidden;
}

.fadein-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fadein-slider .slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fadein-slider .slide-item.active {
    opacity: 1;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.header-content-wrap {
    position: relative;
    z-index: 2;
}

.noticias {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFFFFF;
}

.noticias-row {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.noticia-card {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.noticia-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.noticia-body {
    padding: 25px;
}

.noticia-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
}

.noticia-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .noticias-row {
        flex-direction: column;
    }
}

.font-white {
    color: #FFFFFF !important;
}

.centro-logistico {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFFFFF;
}

.centro-logistico .row {
    margin-top: 20px;
}

.centro-logistico-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.footer-row {
    display: flex;
}

.footer-col {
    flex: 1;
    text-align: center;
    padding: 40px 10px 30px;
    color: #939393;
    box-sizing: border-box;
}

.footer-col a {
    color: #939393;
    text-decoration: none;
}

.footer-col a:hover {
    color: #e96656;
}

.footer-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 14px;
}

@media (max-width: 991px) {
    .footer-row {
        flex-wrap: wrap;
    }
    .footer-col {
        flex: 1 1 50%;
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    .footer-row {
        flex-wrap: wrap;
    }
    .footer-col {
        flex: 1 1 100%;
        padding: 15px 10px;
    }
}
