
.certificados_row{
    margin-top: 20px;
}

.certificado_img{
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

.hero_bg{
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.hero_bg.loaded{
    opacity: 1;
}
/* =========================
REDUCIR ESPACIO ENTRE BLOQUES
========================= */

/* Quitar espacio extra del banner */
.banner{
    padding: 30px 0 !important;   /* antes 60 */
    margin-bottom: 0 !important;
}

/* Reducir separación del slider con el banner */
.hero_slider{
    margin-bottom: 0 !important;
}

/* Reducir espacio superior del catálogo */
.catalogos_section{
    padding-top: 35px !important;   /* antes 70 */
    padding-bottom: 35px !important;
}

/* Quitar margen extra que mete Bootstrap */
.catalogos_section .row{
    margin-bottom: 0;
}



/* Reducir espacio entre blogs y marcas */
.brands_section{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/* =====================================================
SERCONSLIMP - ESTILO CORPORATIVO 2026
Diseño limpio, profesional y uniforme
===================================================== */
.blogs{
    padding-top: 25px;
}

.blogs .section_title{
    margin-bottom: 15px;
}
/* -------------------------
   RESET GENERAL
------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

/* -------------------------
   SISTEMA DE ESPACIADO
------------------------- */


.container {
    max-width: 1200px;
}

/* -------------------------
   TÍTULOS GENERALES
------------------------- */
.section_title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0a2c5a;
    margin-bottom: 15px;
}

.catalogos_section{
    padding-top: 35px;
    padding-bottom: 0 !important; /* elimina franja */
}

.blogs{
    padding-top: 0 !important; /* pega blogs a catálogos */
    padding-bottom: 40px;
}

.section_title{
    margin-bottom: 25px !important; /* reduce aire */
}


/* =====================================================
   HERO SLIDER
===================================================== */

.hero_slider {
    padding: 0;
}

.hero_slide {
    height: 60vh;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero_content {
    color: #fff;
    max-width: 600px;
}

.hero_content h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero_content p {
    font-size: 18px;
    margin: 20px 0;
}

.hero_btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0a2c5a;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.hero_btn:hover {
    background: #144a8a;
}

/* =====================================================
   BANNER INFORMATIVO
===================================================== */

.banner {
    background: #ffffff;
    padding: 60px 0;
}

.banner_item {
    background: linear-gradient(135deg, #0a2c5a, #144a8a);
    color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}

.banner_item:hover {
    transform: translateY(-5px);
}

.banner_item h6 {
    font-size: 18px;
    font-weight: 600;
}

/* =====================================================
   CATÁLOGOS
===================================================== */

.catalogos_section {
    background: #f4f6f9;
}

.catalogo_card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

.catalogo_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.catalogo_card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.catalogo_card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0a2c5a;
    margin-bottom: 10px;
}

.catalogo_card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.catalogo_btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0a2c5a;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.catalogo_btn:hover {
    background: #144a8a;
}

/* =====================================================
   BENEFICIOS
===================================================== */

.benefit {
    background: #ffffff;
}

.benefit_item {
    text-align: center;
    padding: 25px;
}

.benefit_icon i {
    font-size: 40px;
    color: #0a2c5a;
    margin-bottom: 15px;
}

.benefit_content h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

/* =====================================================
   BLOGS
===================================================== */



.blog_item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.blog_item:hover {
    transform: translateY(-6px);
}

.blog_background {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.blog_content {
    padding: 20px;
}

.blog_title {
    font-size: 18px;
    font-weight: 600;
    color: #0a2c5a;
}

/* =====================================================
   MARCAS
===================================================== */

.brands_section {
    background: #ffffff;
    padding: 60px 0;
}

.brands_slider_container img {
    max-height: 80px;
    object-fit: contain;
    opacity: 0.7;
    transition: 0.3s;
}

.brands_slider_container img:hover {
    opacity: 1;
}

/* =====================================================
   FOOTER
===================================================== */

.footer {
    background: #0a2c5a;
    color: white;
    padding: 80px 0 40px 0;
}

.footer h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #fff;
}

.footer_social a {
    margin-right: 10px;
    font-size: 18px;
}

.footer_nav_container {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 992px) {

    .hero_content h1 {
        font-size: 36px;
    }

    section {
        padding: 60px 0;
    }

}

@media (max-width: 576px) {

    .hero_content h1 {
        font-size: 28px;
    }

    .section_title h2 {
        font-size: 24px;
    }

}

.catalogo_card img { width: 100%; border-radius: 10px; margin-bottom: 15px; }
.catalogo_card:hover { transform: translateY(-8px); }

.catalogo_btn:hover { background: #FFD600; color: #000; }
/* ========================= TOP BAR AZUL ========================= */
.top_bar_ser { background: #0D47A1; padding: 8px 0; font-size: 14px; } .top_bar_ser a { color: #fff; margin-left: 15px; font-size: 16px; transition: 0.3s; } .top_bar_ser a:hover { color: #FFD600; } .top_message { color: #fff; font-weight: 500; } /* ========================= BARRA PRINCIPAL BLANCA ========================= */ .main_bar_ser { background: #FFFFFF; padding: 15px 0; transition: all 0.3s ease; } .categories_btn_ser:hover { background: #08306b; transform: translateY(-2px); } /* ========================= BUSCADOR ========================= */ .search_input_ser { width: 100%; height: 50px; border-radius: 40px; border: 2px solid #e0e0e0; padding-left: 25px; padding-right: 60px; font-size: 14px; outline: none; transition: 0.3s; } .search_input_ser:focus { border-color: #0D47A1; } .search_btn_ser { position: absolute; right: 6px; top: 6px; height: 38px; width: 38px; border-radius: 50%; border: none; background: #FFD600; color: #000; cursor: pointer; transition: 0.3s; } .search_btn_ser:hover { background: #0D47A1; color: #fff; } /* ========================= MENÚ PRINCIPAL ========================= */ .main_menu_ser ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-end; align-items: center; gap: 35px; } .main_menu_ser ul li a { display: flex; flex-direction: column; align-items: center; text-decoration: none; font-size: 11px; font-weight: 700; color: #0D47A1; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; position: relative; } .main_menu_ser ul li a i { font-size: 20px; margin-bottom: 6px; color: #0D47A1; transition: 0.3s; } .main_menu_ser ul li a:hover { transform: translateY(-4px); } .main_menu_ser ul li a:hover i { color: #FFD600; } .main_menu_ser ul li a::after { content: ""; position: absolute; bottom: -8px; width: 0%; height: 3px; background: #FFD600; transition: 0.3s; } .main_menu_ser ul li a:hover::after { width: 100%; } /* Animación suave */ @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* ===================================================== FLECHAS HERO – VERSION PREMIUM CORPORATIVA ===================================================== */ .hero_slider .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 16px !important; background: rgba(255,255,255,0.15) !important; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.3) !important; color: #ffffff !important; font-size: 26px !important; display: flex; align-items: center; justify-content: center; transition: all 0.35s ease; } /* Posición */ .hero_slider .owl-prev { left: 40px; } .hero_slider .owl-next { right: 40px; } /* Hover elegante */ .hero_slider .owl-nav button:hover { background: #ffffff !important; color: #0D47A1 !important; transform: translateY(-50%) scale(1.1); box-shadow: 0 15px 35px rgba(0,0,0,0.25); } /* Efecto al hacer click */ .hero_slider .owl-nav button:active { transform: translateY(-50%) scale(0.95); } .owl-dot span { background: rgba(255,255,255,0.5) !important; } .owl-dot.active span { background: #FFD600 !important; } .owl-item.active .hero_slide { transform: scale(1.05); } @media (max-width: 768px) { .hero_slide { height: 70vh; min-height: 450px; } .hero_content h1 { font-size: 28px; } .hero_content p { font-size: 14px; } } /* ========================= FOOTER AZUL CORPORATIVO ========================= */ .footer { background: #0D47A1; color: #fff; padding: 70px 0 25px 0; } .footer_title { color: #FFD600; font-weight: 700; margin-bottom: 20px; font-size: 16px; } .footer_links li a { color: #fff; transition: 0.3s; } .footer_links li a:hover { color: #FFD600; padding-left: 6px; } .footer_social a { color: #fff; font-size: 18px; transition: 0.3s; } .footer_social a:hover { color: #FFD600; } /* Espacio para que no tape contenido */ body { padding-top: 140px; /* ajusta según altura real */ } .header_serconslimp.scrolled .main_bar_ser { padding: 8px 0; } .brands_section { padding: 60px 0; background: #f8f9fa; } .brand_item { position: relative; background: #fff; border-radius: 10px; padding: 20px; text-align: center; transition: 0.3s ease; } .brand_item img { max-width: 100%; height: 60px; object-fit: contain; filter: grayscale(100%); transition: 0.3s ease; } .brand_item:hover img { filter: grayscale(0%); } .brand_item a { position: absolute; inset: 0; } /* ===================================================== HERO SERCONSLIMP – VERSION COMPACTA Y ELEGANTE ===================================================== */ .hero_slide { position: relative; height: 55vh; /* MÁS BAJO */ min-height: 420px; /* Altura mínima controlada */ display: flex; align-items: center; overflow: hidden; } /* Imagen fondo */ .hero_bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transform: scale(1.02); transition: transform 6s ease; } /* Overlay suave solo para contraste */ .hero_slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.10) 100% ); z-index: 1; } /* Contenido */ .hero_content { position: relative; z-index: 2; max-width: 600px; color: #ffffff; /* TODO BLANCO */ } /* Subtítulo */ .hero_content h5 { font-size: 14px; letter-spacing: 3px; font-weight: 600; margin-bottom: 12px; color: #ffffff; opacity: 0.9; } /* Título */ .hero_content h1 { font-size: 38px; font-weight: 800; line-height: 1.2; margin-bottom: 18px; color: #ffffff; /* Sombra elegante para que resalte */ text-shadow: 0 4px 12px rgba(0,0,0,0.6); } /* Texto descriptivo */ .hero_content p { font-size: 16px; margin-bottom: 25px; color: #ffffff; opacity: 0.95; text-shadow: 0 2px 6px rgba(0,0,0,0.5); } /* Botón moderno */ .hero_btn { display: inline-block; padding: 12px 28px; border-radius: 30px; background: #ffffff; color: #0D47A1; font-weight: 700; text-decoration: none; transition: all 0.3s ease; } .hero_btn:hover { background: #FFD600; color: #000; transform: translateY(-3px); } /* Zoom muy suave */ .owl-item.active .hero_bg { transform: scale(1.06); } /* Flechas limpias */ .owl-nav button { background: rgba(0,0,0,0.4) !important; color: #fff !important; border-radius: 50% !important; width: 45px; height: 45px; transition: 0.3s; } .owl-nav button:hover { background: #ffffff !important; color: #000 !important; } /* Indicadores */ .owl-dots { position: absolute; bottom: 20px; width: 100%; text-align: center; } .owl-dot span { width: 30px !important; height: 3px !important; background: rgba(255,255,255,0.4) !important; border-radius: 2px; } .owl-dot.active span { background: #ffffff !important; } /* Responsive */ @media (max-width: 768px) { .hero_slide { height: 45vh; min-height: 350px; } .hero_content h1 { font-size: 26px; } .hero_content p { font-size: 14px; } } /* Reducir espacio entre Catálogos y Benefit */ .catalogos_section { padding-bottom: 30px; } .benefit { margin-top: 0; padding-top: 20px; }
/* Reducir espacio entre "Últimos Post" y los posts */
.blogs .section_title {
    margin-bottom: 10px !important;
}

/* Quitar margen del título de blogs */
.blogs .section_title {
    margin-bottom: 15px !important;
}
