/* ============================================
   TIPOGRAFÍA POPPINS
   ============================================ */

/* Base - Poppins Light para párrafos y menús */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background-color: #ffffff !important;
}

.page-wrapper,
.main,
.page-content {
    background-color: #ffffff !important;
}

/* Títulos - Poppins Medium */
h1, h2, h3, h4, h5, h6,
.ubicaciones-title,
.blog-title,
.cotizacion-title,
.contacto-title,
.form-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Botones, Direcciones, Subtítulos, Secciones - Poppins Regular */
button,
.btn,
input[type="submit"],
.oficina-header h3,
.oficina-datos,
.presencia-info,
.filter-link,
.header-top-nav a,
.slogan-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/* Párrafos, acotaciones, Menús - Poppins Light */
p,
.form-intro,
.blog-description,
.cotizacion-description,
nav a,
.menu a,
input,
textarea,
select {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

/* ============================================
   SECCIONES COMENTADAS (ESTILOS VIEJOS)
   ============================================ */

/*
i {
    margin-right: 10px;
}

.megamenu a {
    text-transform: uppercase;
}

#categories h2 {
    position: relative;
}

#categories h2::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60px; /* Ajusta el ancho del borde aquí */
    padding-top: 10px; /* Espacio entre el texto y el borde */
    border-bottom: 5px solid #004A80; /* Ajusta el grosor y color del borde aquí */
}

#categories .btn {
    color: #fff;
    border-color: #A6CE39;
    background-color: #A6CE39;
    padding: 13px 20px 13px 20px;
    width: 230px;
    margin-top: 30px;
    border-radius: 10px;
}

#categories .btn:hover {
    color: #fff;
    border-color: #A6CE39;
    background-color: #A6CE39;
}

#cotiza .btn {
    color: #000;
    border-color: #000;
    background-color: #FAFF00;
    padding: 15px 22px 15px 22px;
    width: 280px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 16px;
}

#cotiza .btn:hover {
    color: #fff;
    border-color: #FAFF00;
    background-color: #000;
}


#web_marcas h2 {
    position: relative;
}

.header-search.hs-simple input.form-control {
    padding: 0 5rem 0 1.55rem;
    border-radius: 20px;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #A6CE39;
    font-family: inherit;
    background-color: #fff;
    color: #999;
    z-index: 30;
    position: absolute;
    top: -20px;
    left: 0px;
}

#search {
    box-shadow: 1px 10px 14px 5px rgba(0, 0, 0, 0.29);
    overflow: scroll;
    width: 0px;
    height: 0px;
    background: #fff;
    position: absolute;
    z-index: 29;
}

#web_marcas h2::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60px; /* Ajusta el ancho del borde aquí */
    padding-top: 10px; /* Espacio entre el texto y el borde */
    border-bottom: 5px solid #078447; /* Ajusta el grosor y color del borde aquí */
}

header .btn-session {
    color: #00AEEF;
    border-color: #00AEEF;
    background-color: transparent;
    padding: 13px 20px 13px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

header .btn-session:hover {
    color: #00AEEF;
    border-color: #00AEEF;
    background-color: transparent;
}

header .btn-contacto {
    color: #fff;
    border-color: #64b558;
    background-color: #64b558;
    padding: 13px 20px 13px 20px;
}

.btn-categorias {
    color: #64b558 !important;
    border: 1px solid #64b558 !important;
    background-color: #transparent;
    padding: 8px 20px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px !important;
}

.btn-categorias-home {
    color: white !important;
    border: 1px solid #64b558 !important;
    background-color: #64b558 !important;
    padding: 8px 20px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px !important;
}

header .btn-contacto:hover {
    color: #fff;
    border-color: #A6CE39;
    background-color: #A6CE39;
}

header .btn-rounded {
    border-radius: 9px !important;
}

header .menu-bar {
    color: #fff !important;
    font-size: 17px;
}

.header {
    background: #383838 !important;
}

.header-middle {
    background: #383838 !important;;
}

.header p {
    color: #fff !important;
}

.header .help {
    color: #fff !important;
}

.header .contact {
    color: #fff !important;
}

.intro-slide1 .banner-title {
    margin-left: -2px;
    font-size: 50px !important;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.text-shadow {
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.font-light {
    font-weight: 300 !important;
}

.intro-slider .banner img, .intro-slider .banner video {
    height: 580px;
    object-fit: cover;
}

.intro-slider .banner figure {
    height: 580px;
    overflow: hidden;
}

#web_marcas {
    background-color: #F2F2F2;
}

.product-brand img {
    width: 80px !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

.breadcrumb li, .product-nav li {
    font-weight: 600;
    font-size: 16px !important;
    color: #000000 !important;
}

.font-light {
    font-weight: 400;
}

.brand-carousel {
    padding: 2rem 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra los elementos horizontalmente */
}

.owl-carousel .item figure {
    margin: 10px 0; /* Espacio entre las imágenes */
    text-align: center;
}


.owl-nav {
    display: block !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.owl-nav .owl-prev {
    left: -25px; /* Ajusta según sea necesario */
}

.owl-nav .owl-next {
    right: -25px; /* Ajusta según sea necesario */
}

#categories .banner {
    cursor: pointer;
}

#categories .banner-categories {
    top: 0%;
    height: 100%;
    width: 50%;
    left: 0px;
    position: absolute;
}

#categories .banner-categories .banner-subtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-primary {
    color: #fff;
    border-color: #00AEEF;
    background-color: #00AEEF;
}

.product-details .btn {
    color: #fff;
    border-color: #A5CE3A;
    background-color: #A5CE3A;
    width: 220px;
    font-size: 15px !important;
    border-radius: 5px;
    text-transform: none;
    padding: 7px 15px !important;
    margin-top: 5px;
    margin-bottom: 20px;
}

.product-details .btn.cotizar {
    background-color: #24FA66 !important;
    color: #044E7F !important;
    width: 233px !important;
    height: 39px !important;
    line-height: 39px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: block !important;
    text-align: center !important;
    margin: 0 0 0 -16px;
    font-size: 17px !important;
}

.product-details .btn-cotizacion {
    color: #fff;
    border-color: #088ad0;
    background-color: #088ad0;
    width: 300px;
    font-size: 14px !important;
    border-radius: 5px;
    text-transform: none;
    font-weight: 600;
    padding: 10px 40px !important;
    margin-top: 0px;
}

.product-details p {
    color: #000;
    font-size: 14px !important;
    margin: 0px;
    margin-bottom: 10px;
}

.input-group .form-control {
    flex: 1;
    padding: 0;
    height: inherit;
    font-size: 1.4rem;
    border: solid #ccc;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    color: #000;
    text-align: center;
    background-color: #fff;
}

.input-group button {
    padding: 0;
    width: 3.1rem;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    color: #222;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #fff;
}

.conocenos {
    padding: 20px;
    width: 178px;
    height: 150px;
    background-color: #64b558;
    border-radius: 20px;
}

.title-headers {
    margin-bottom: 70px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.title-headers::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60px; /* Ajusta el ancho del borde aquí */
    padding-top: 10px; /* Espacio entre el texto y el borde */
    border-bottom: 5px solid #00AEEF; /* Ajusta el grosor y color del borde aquí */
}

.title-headers.title-green::after {
    border-bottom-color: #64B558;
}

.section-clientes {
    background-color: #fff;
}

#conocenos .historia {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding: 10px;
}

.conocenos h6 {
    color: #383838;
    font-weight: 600 !important;
    margin-top: 65px;
    font-size: 16px;
    width: 140px;
}

.conocenos img {
    position: absolute;
    right: 0px;
    top: -40px;
}

.page-title {
    margin-left: 20px;
    color: #4a4a4a !important;
}

.page-subtitle {
    margin-left: 20px;
    font-size: 22px;
    color: #64b558 !important;
}

.breadcrum p {
    font-size: 14px;
}

.breadcrum span {
    font-weight: 600;
    color: #64B558;
}

/* Paginador */
.pagination .page-item.active .page-link {
    background: transparent;
    border: none;
    color: #64B558;
    font-weight: 600;
}

.pagination .page-link {
    border: none;
    background: transparent;
    min-width: 35px;
    padding: 8px 12px;
    display: inline-block;
    text-align: center;
}

.pagination .page-link:hover {
    color: #64B558;
}

#producto {
    background-color: #ebebeb;
}

#producto .owl-stage-outer {
    border-radius: 30px;
    background-color: #fff;
}

.product-wrap .btn {
    color: #A6CE39;
    border: 1px solid #A6CE39;
    background-color: transparent;
    padding: 13px 20px 13px 20px;
    border-radius: 10px;
    width: 100%;
}

.product-wrap .btn:hover {
    color: #FFF;
    border: 1px solid #A6CE39;
    background-color: #A6CE39;
}

.product-wrap .product-image-gap {
    border-radius: 15px;
    border-color: #DBDBDB;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.politicas {
    border-top: 1px solid #383838;
    padding-top: 80px;
}

.politicas h6 {
    margin: 0px;
    margin-bottom: 5px;
}

.politicas p {
    margin: 0px;
    line-height: 16px;
}

.title-related {
    color: #64B558;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.product-wrap a {
    text-align: left;
    color: #000;
    font-size: 17px;
    margin: 0px;
}

.product-wrap h4 {
    text-align: left;
    color: #000;
    font-size: 24px;

}

.login-popup {
    max-width: 550px;
    padding-top: 100px;
    padding-left: 80px;
    border-radius: 0.3rem;
    height: 1000px;
    max-height: 1000px;
}

.login-popup .btn-login {
    background-color: #64B558;
    border-radius: 10px;
    color: #FFF;
    padding: 10px 40px;
    width: 100%;
    border-color: #64B558;
}

.login-popup .form-group .form-control {
    border-color: #64B558;
    border-radius: 10px;
}

#contacto {
    background-color: #F7F7F7;
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}

#contacto h3 {
    background-color: #F7F7F7;
    border-radius: 30px;
}

#contacto .btn-contacto {
    background-color: #64b558;
    border-radius: 10px;
    color: #FFF;
    padding: 10px 40px;
    width: 350px;
    border-color: #64b558;
}

#contacto input, #contacto select, #contacto textarea {
    border-color: #A6CE39;
    border-radius: 10px;
}

#contacto .form-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    display: block;
}

#perfil {
    background-color: #F7F7F7;
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}

#perfil h3 {
    background-color: #F7F7F7;
    border-radius: 30px;
}

#perfil .btn-perfil {
    background: #00AEEF;
    border-radius: 10px;
    color: #FFF;
    padding: 10px 25px;
    width: 120px;
}

#perfil input, #perfil select, #perfil textarea {
    border-color: #A6CE39;
    border-radius: 10px;
}

#perfil .icon {
    width: 30px;
    float: left;
}

#perfil .border {
    border-left: 1px solid #EAEAEA;
    height: 500px;
    width: 1px;
    margin-left: 20px;
    margin-top: 30px;
}

#perfil .welcome {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

#client_menu {
    background: #DBDBDB;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

#client_menu a {
    position: relative;
    top: 3px;
    left: 5px;
}

#client_menu p {
    padding: 10px;
    padding-top: 5px;
    margin: 0px;
    font-weight: 500;
}

#client_menu p:hover {
    background-color: #00AEEF;
    padding: 10px;
    padding-top: 5px;
    border-radius: 10px;
    color: #fff !important;
}

#client_menu a:hover {
    color: #fff !important;
}

#cotizacion {
    background-color: #F7F7F7;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
}

#orders label {
    font-weight: 600;
}


.footer {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    background: #fff !important;
    color: #999;
}

.footer-middle .widget-title {
    color: #fff !important;
}

.footer .container {
    background: #383838 !important;
    border-radius: 35px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}

.footer .footer-bottom {
    border-top: 1px solid #fff;
}

.footer .menu-footer {
    padding-left: 60px;
}

.footer .menu-footer li {
    list-style-type: none;
}

.footer .menu-footer ul {
    padding: 0px;
}

.custom-checkbox + label:before {
    border: 1px solid #333 !important;
}

.widget-body li a {
    color: white;
}

.menu-footer ul li a {
    color: white;
}

.underline {
    text-decoration: underline;
}

.social-link {
    color: white !important;
    border: 2px solid white !important;
}

.header-icon {
    color: #94BC46;
}

.font-light {
    font-weight: 300 !important;
}

.banner-title {
    line-height: 66px !important;
}

.logo img {
    max-width: 300px !important;
}

.owl-next.disabled
{
    opacity: 0.0 !important;
    cursor: default !important;
}

.owl-prev.disabled
{
    opacity: 0.0 !important;
    cursor: default !important;
}

#web_marcas .btn
{
    color: #fff;
    border-color: #A6CE39;
    background-color: #A6CE39;
    padding: 13px 20px 13px 20px;
    width: 180px;
    margin-top: 45px;
    border-radius: 10px;
}

.mobile-menu-toggle
{
    color: white !important;
}

/* Header en una sola linea */
.header-middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-middle .header-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.header-middle .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

/* Ocultar flechitas del menu */
.main-nav .menu > li > a::after {
    display: none !important;
}
*/

/* ============================================
   NUEVO HEADER - Estilos (Alta especificidad)
   ============================================ */

/* Reset completo del header */
header.header.header-new {
    background: none !important;
    background-color: transparent !important;
    display: block !important;
}

header.header.header-new * {
    box-sizing: border-box;
}

/* ===== BARRA NEGRA DECORATIVA ===== */
header.header.header-new::before {
    content: '' !important;
    display: block !important;
    background-color: #1a1a1a !important;
    height: 8px !important;
    width: 100% !important;
}

/* ===== BARRA SUPERIOR (Menú navegación) ===== */
header.header.header-new .header-top-new {
    background-color: #ffffff !important;
    padding: 10px 0 !important;
    width: 100% !important;
    display: block !important;
    border-bottom: none !important;
}

header.header.header-new .header-top-new .container {
    padding-bottom: 10px !important;
    position: relative !important;
}

header.header.header-new .header-top-new .container::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 15px !important;
    right: 15px !important;
    height: 1px !important;
    background-color: #044E7F !important;
}

header.header.header-new .header-top-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 98% !important;
}

header.header.header-new .header-top-left {
    width: 230px !important;
    flex-shrink: 0 !important;
}

header.header.header-new .header-top-nav {
    display: flex !important;
    justify-content: center !important;
    flex: 1 !important;
}

header.header.header-new .header-top-nav ul {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 45px !important;
}

header.header.header-new .header-top-nav ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.header.header-new .header-top-nav ul li::before {
    display: none !important;
    content: none !important;
}

header.header.header-new .header-top-nav ul li a {
    color: #044E7F !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
    padding: 0 !important;
    margin: 0 !important;
}

header.header.header-new .header-top-nav ul li a:hover {
    color: #078AD0 !important;
}

header.header.header-new .header-top-icons {
    display: flex !important;
    align-items: center !important;
    gap: 45px !important;
    margin-right: 0 !important;
    margin-left: 10px !important;
    flex-shrink: 0 !important;
}

header.header.header-new .header-top-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
}

header.header.header-new .header-top-icons a img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    transition: transform 0.3s !important;
}

header.header.header-new .header-top-icons a:hover img {
    transform: scale(1.1) !important;
}

/* ===== BARRA PRINCIPAL BLANCA ===== */
header.header.header-new .header-middle-new {
    background: #ffffff !important;
    background-color: #ffffff !important;
    padding: 15px 0 !important;
    width: 100% !important;
    display: block !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

header.header.header-new .header-middle-new .container {
    background: transparent !important;
    border-radius: 0 !important;
    padding-left: 15px !important;
    padding-right: 0 !important;
}

header.header.header-new .header-middle-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    width: 100% !important;
}

/* Logo */
header.header.header-new .logo-new {
    flex-shrink: 0 !important;
    display: block !important;
}

header.header.header-new .logo-new img {
    max-width: 280px !important;
    height: auto !important;
    display: block !important;
}

/* ===== BARRA DE BÚSQUEDA ===== */
header.header.header-new .header-search-new {
    flex: 1 !important;
    max-width: 500px !important;
    position: relative !important;
}

header.header.header-new .search-form-new {
    display: flex !important;
    align-items: center !important;
    border: 2px solid #044E7F !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    height: 46px !important;
    width: 100% !important;
}

header.header.header-new .search-form-new .form-control {
    border: none !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    flex: 1 !important;
    outline: none !important;
    color: #000000 !important;
    background: transparent !important;
    height: 100% !important;
    box-shadow: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

header.header.header-new .search-form-new .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

header.header.header-new .search-form-new .form-control::placeholder {
    color: #666666 !important;
    font-size: 12px !important;
}

header.header.header-new .btn-search-new {
    background-color: #044E7F !important;
    border: none !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 46px !important;
    min-width: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

header.header.header-new .btn-search-new:hover {
    background-color: #033a5e !important;
}

header.header.header-new .btn-search-new i {
    margin: 0 !important;
    font-size: 18px !important;
    color: #ffffff !important;
}

/* ===== ACCIONES DEL HEADER ===== */
header.header.header-new .header-actions-new {
    display: flex !important;
    align-items: center !important;
    gap: 35px !important;
    flex-shrink: 0 !important;
    margin-right: 5px !important;
}

/* Botón Cotización Express */
header.header.header-new .btn-cotizacion {
    background-color: #24FA66 !important;
    color: #044E7F !important;
    padding: 0 25px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    white-space: nowrap !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 46px !important;
    line-height: 46px !important;
}

header.header.header-new .btn-cotizacion:hover {
    background-color: #1ed956 !important;
    color: #044E7F !important;
}

/* Botón Login */
header.header.header-new .btn-login-new {
    background-color: #078AD0 !important;
    color: #ffffff !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
    padding: 0 !important;
}

header.header.header-new .btn-login-new:hover {
    background-color: #044E7F !important;
    color: #ffffff !important;
}

header.header.header-new .btn-login-new i {
    margin: 0 !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

/* Botón Menú - Solo visible en móvil */
header.header.header-new .btn-menu-new {
    background-color: #078AD0 !important;
    color: #ffffff !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 10px !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
    padding: 0 !important;
}

header.header.header-new .btn-menu-new:hover {
    background-color: #044E7F !important;
    color: #ffffff !important;
}

header.header.header-new .btn-menu-new i {
    margin: 0 !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

/* Dropdown búsqueda */
header.header.header-new .header-search-new #search {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    margin-top: 5px !important;
    border-radius: 10px !important;
    background: #ffffff !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    header.header.header-new .header-top-nav {
        display: none !important;
    }

    header.header.header-new .header-top-inner {
        justify-content: flex-end !important;
    }

    header.header.header-new .header-top-icons {
        position: relative !important;
        transform: none !important;
        top: auto !important;
    }

    header.header.header-new .header-middle-inner {
        flex-wrap: wrap !important;
    }

    header.header.header-new .header-search-new {
        order: 3 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 15px !important;
    }

    header.header.header-new .btn-cotizacion {
        display: none !important;
    }

    header.header.header-new .btn-menu-new {
        display: flex !important;
    }

    header.header.header-new .logo-new img {
        max-width: 160px !important;
    }
}

@media (max-width: 576px) {
    header.header.header-new .logo-new img {
        max-width: 130px !important;
    }

    header.header.header-new .header-top-icons {
        gap: 10px !important;
    }

    header.header.header-new .header-top-icons a img {
        width: 20px !important;
        height: 20px !important;
    }

    header.header.header-new .btn-login-new,
    header.header.header-new .btn-menu-new {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }
}

/* ============================================
   NUEVO SLIDER - Estilos
   ============================================ */

.intro-slider .banner-content.slide-content-new {
    text-align: left !important;
    width: auto !important;
    max-width: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: 150px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.slide-content-new .banner-title {
    font-size: 38px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) !important;
    line-height: 1.3 !important;
}

.slide-content-new .banner-subtitle {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 25px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
    line-height: 1.5 !important;
}

.btn-slider-green {
    background-color: #24FA66 !important;
    color: #000000 !important;
    padding: 15px 50px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-transform: none !important;
}

.btn-slider-green:hover {
    background-color: #1ed956 !important;
    color: #000000 !important;
}

/* Responsive slider */
@media (max-width: 991px) {
    .intro-slider .banner-content.slide-content-new {
        left: 40px !important;
        max-width: 500px !important;
    }

    .slide-content-new .banner-title {
        font-size: 30px !important;
    }

    .slide-content-new .banner-subtitle {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .intro-slider .banner-content.slide-content-new {
        left: 20px !important;
        right: 20px !important;
        max-width: none !important;
    }

    .slide-content-new .banner-title {
        font-size: 22px !important;
    }

    .slide-content-new .banner-subtitle {
        font-size: 12px !important;
    }

    .btn-slider-green {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
}

/* Dots del slider */
.intro-slider .owl-dots {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.intro-slider .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5) !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin: 0 8px !important;
}

.intro-slider .owl-dot.active span {
    background-color: #24FA66 !important;
}

/* ============================================
   NUEVO FOOTER - Estilos
   ============================================ */

footer.footer.footer-new {
    background-color: #F8F8F8 !important;
    padding: 50px 0 0 0 !important;
}

footer.footer.footer-new .container {
    background: transparent !important;
    border-radius: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 1200px !important;
}

/* Logo 30 Years */
footer.footer.footer-new .footer-logo-section {
    text-align: center;
    padding: 20px 0;
}

footer.footer.footer-new .footer-logo-30 {
    max-width: 180px;
    height: auto;
}

/* Oficinas */
footer.footer.footer-new .footer-office {
    padding: 10px 0;
}

footer.footer.footer-new .footer-office-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

footer.footer.footer-new .footer-flag {
    width: 24px;
    height: 16px;
    margin-right: 10px;
    object-fit: cover;
}

footer.footer.footer-new .footer-office-title h4 {
    color: #044E7F !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

footer.footer.footer-new .footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer.footer.footer-new .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #8E8E93 !important;
    font-size: 13px !important;
    line-height: 1.5;
}

footer.footer.footer-new .footer-contact-list li i {
    color: #044E7F !important;
    width: 18px;
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
}

footer.footer.footer-new .footer-contact-list li span,
footer.footer.footer-new .footer-contact-list li a {
    color: #8E8E93 !important;
    text-decoration: none;
    font-size: 13px !important;
}

footer.footer.footer-new .footer-contact-list li a:hover {
    color: #044E7F !important;
}

/* Menú */
footer.footer.footer-new .footer-menu h4 {
    color: #044E7F !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase;
}

footer.footer.footer-new .footer-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer.footer.footer-new .footer-menu ul li {
    margin-bottom: 8px;
}

footer.footer.footer-new .footer-menu ul li a {
    color: #8E8E93 !important;
    font-size: 13px !important;
    text-decoration: none;
    transition: color 0.3s;
}

footer.footer.footer-new .footer-menu ul li a:hover {
    color: #044E7F !important;
}

/* Slogan */
footer.footer.footer-new .footer-slogan {
    text-align: center;
    padding: 25px 0;
    margin-top: 20px;
    border-top: 1px solid #044E7F;
}

footer.footer.footer-new .footer-slogan p {
    color: #044E7F !important;
    font-size: 14px !important;
    font-style: italic;
    margin: 0 auto !important;
}

/* Redes Sociales */
footer.footer.footer-new .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

footer.footer.footer-new .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

footer.footer.footer-new .footer-social a:hover {
    transform: scale(1.1);
}

footer.footer.footer-new .footer-social a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Footer Bottom */
footer.footer.footer-new .footer-bottom {
    text-align: center;
    padding: 20px 0 30px 0;
    border-top: none !important;
}

footer.footer.footer-new .footer-copyright {
    color: #8E8E93 !important;
    font-size: 13px !important;
    margin: 0 0 10px 0 !important;
}

footer.footer.footer-new .footer-disclaimer {
    color: #8E8E93 !important;
    font-size: 11px !important;
    max-width: 900px;
    margin: 0 auto !important;
    line-height: 1.5;
}

/* Responsive Footer */
@media (max-width: 991px) {
    footer.footer.footer-new .footer-logo-section {
        margin-bottom: 20px;
    }

    footer.footer.footer-new .footer-office,
    footer.footer.footer-new .footer-menu {
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    footer.footer.footer-new .footer-social a img {
        width: 35px;
        height: 35px;
    }

    footer.footer.footer-new .footer-slogan p {
        font-size: 12px !important;
    }
}

/* ============================================
   FOOTER - Ajustes adicionales
   ============================================ */

/* Slogan - color azul y sin línea arriba */
footer.footer.footer-new .footer-slogan {
    border-top: none !important;
    padding-top: 30px !important;
}

footer.footer.footer-new .footer-slogan p {
    color: #078AD0 !important;
    font-style: normal !important;
}

/* Línea verde debajo del slogan */
footer.footer.footer-new .footer-slogan-line {
    width: 100%;
    height: 1px;
    background-color: #24FA66;
    margin-top: 25px;
}

/* Icono teléfono con imagen */
footer.footer.footer-new .footer-contact-list li.phone-item i {
    display: none;
}

footer.footer.footer-new .footer-contact-list li.phone-item .phone-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* ============================================
   FOOTER - Forzar sin línea azul
   ============================================ */

footer.footer.footer-new .footer-slogan,
footer.footer.footer-new .footer-middle,
footer.footer.footer-new .footer-bottom,
footer.footer.footer-new .footer-social {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

/* Footer Bottom - copyright arriba, disclaimer abajo */
footer.footer.footer-new .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 30px 0 !important;
}

footer.footer.footer-new .footer-copyright {
    order: 1;
    margin-bottom: 15px !important;
}

footer.footer.footer-new .footer-disclaimer {
    order: 2;
}

/* ============================================
   FOOTER NEW - Override estilos viejos
   ============================================ */

.footer.footer-new .footer-bottom {
    border-top: none !important;
    border: none !important;
}

.footer.footer-new .container {
    background: transparent !important;
    background-color: transparent !important;
}

.footer.footer-new .footer-middle {
    border: none !important;
}

/* Iconos de contacto (teléfono, whatsapp, email) */
footer.footer.footer-new .footer-contact-list li .contact-icon,
footer.footer.footer-new .footer-contact-list li .phone-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
    object-fit: contain;
}

/* ============================================
   TERCERA SECCION - TABS (Propuesta, Proyectos, Sectores)
   ============================================ */

.tabs-section {
    background-color: #f5f5f5;
    padding: 60px 0;
    margin-top: 0;
}

/* Tab Navigation */
.tabs-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 2px solid #078AD0;
    padding-bottom: 20px;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
}

.tab-btn span {
    font-family: 'Roboto', sans-serif;
}

.tab-btn .tab-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tab-btn .active-icon {
    display: none;
}

.tab-btn .inactive-icon {
    display: block;
}

.tab-btn.active .active-icon {
    display: block;
}

.tab-btn.active .inactive-icon {
    display: none;
}

.tab-btn.active {
    color: #078AD0;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #24FA66;
}

.tab-btn:hover {
    color: #078AD0;
}

.tab-btn:not(.active):hover {
    color: #078AD0;
}

/* Tab Content */
.tabs-content {
    background-color: transparent;
    padding: 40px 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-title {
    color: #044E7F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tab-description {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    text-align: justify;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Propuesta de Valor Layout */
.propuesta-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.propuesta-text {
    padding-right: 20px;
}

.propuesta-text .tab-title {
    margin-bottom: 20px;
}

.propuesta-text .tab-description {
    margin-bottom: 0;
}

.propuesta-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* Sectores Grid */
.sectores-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.sector-item {
    text-align: center;
}

.sector-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #e0e0e0;
}

.sector-item span {
    display: block;
    color: #078AD0;
    font-size: 13px;
    font-weight: 500;
}

/* Proyectos Layout */
.proyectos-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.proyectos-text {
    padding-right: 20px;
}

.proyectos-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.proyectos-lista li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.proyectos-lista li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #078AD0;
    font-weight: bold;
}

.btn-contactanos {
    display: inline-block;
    background-color: #24FA66;
    color: #044E7F;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contactanos:hover {
    background-color: #1de058;
    color: #044E7F;
    text-decoration: none;
}

/* Proyectos Galeria */
.proyectos-galeria {
    display: flex;
    align-items: flex-start;
}

.proyectos-galeria img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}

/* Responsive Tabs */
@media (max-width: 992px) {
    .tabs-nav {
        gap: 40px;
    }

    .sectores-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .proyectos-layout {
        grid-template-columns: 1fr;
    }

    .propuesta-layout {
        grid-template-columns: 1fr;
    }

    .propuesta-text {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .tabs-nav {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab-btn {
        font-size: 14px;
    }

    .sectores-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tabs-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .sectores-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sector-item img {
        height: 100px;
    }
}

/* Tab Content Image */
.tab-content-img {
    text-align: center;
}

.tab-content-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ============================================
   SECCION CLIENTES
   ============================================ */

.clientes-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.clientes-title {
    color: #044E7F;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.clientes-description {
    color: #333;
    font-size: 15px;
    text-align: center;
    margin: 0 auto 40px auto;
    line-height: 2.0;
}

.clientes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 40px;
    align-items: center;
    justify-items: center;
}

.clientes-grid figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.clientes-grid figure img {
    max-width: 188px;
    max-height: 75px;
    object-fit: contain;
    filter: grayscale(0);
    transition: all 0.3s ease;
}

.clientes-grid figure img:hover {
    transform: scale(1.05);
}

/* Dots del carrusel de clientes */
.clientes-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}

.clientes-carousel .owl-dot span {
    background-color: #ccc !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
}

.clientes-carousel .owl-dot.active span {
    background-color: #24FA66 !important;
}

.clientes-footer-text {
    text-align: center;
    color: #044E7F;
    font-size: 14px;
    margin-top: 30px;
}

/* Responsive Clientes */
@media (max-width: 992px) {
    .clientes-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 30px;
    }
}

@media (max-width: 768px) {
    .clientes-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .clientes-grid figure img {
        max-width: 120px;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .clientes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .clientes-title {
        font-size: 22px;
    }

    .clientes-description {
        font-size: 13px;
    }
}

/* ============================================
   CUARTA SECCION - CONOCENOS (Tabs Verticales)
   ============================================ */

.conocenos-section {
    background-color: #fff;
    padding: 60px 0;
}

.conocenos-layout {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
}

/* Tabs Verticales */
.conocenos-tabs {
    display: flex;
    flex-direction: column;
    gap: 65px;
    border-right: 2px solid #078AD0;
    padding-top: 15px;
}

.conocenos-tab {
    background: none;
    border: none;
    padding: 12px 19px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.conocenos-tab:hover {
    color: #078AD0;
}

.conocenos-tab.active {
    color: #078AD0;
}

.conocenos-tab.active::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #24FA66;
}

/* Contenido */
.conocenos-content {
    min-height: 400px;
}

.conocenos-pane {
    display: none;
}

.conocenos-pane.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.conocenos-text {
    padding-right: 20px;
}

.conocenos-title {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #078AD0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #078AD0;
    padding-bottom: 10px;
}

.conocenos-title img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.conocenos-text p {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.conocenos-img {
    max-width: 100%;
    overflow: hidden;
}

.conocenos-img img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}

/* Lista de Valores */
.valores-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.valores-lista li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.valores-lista li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #078AD0;
    font-weight: bold;
}

/* Botón Envíanos tu CV */
.btn-enviar-cv {
    display: inline-block;
    background-color: #24FA66;
    color: #000;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.btn-enviar-cv:hover {
    background-color: #1de058;
    color: #000;
    text-decoration: none;
}

/* Responsive Conocenos */
@media (max-width: 992px) {
    .conocenos-layout {
        grid-template-columns: 150px 1fr;
        gap: 30px;
    }

    .conocenos-pane.active {
        grid-template-columns: 1fr;
    }

    .conocenos-img {
        order: -1;
    }
}

@media (max-width: 768px) {
    .conocenos-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .conocenos-tabs {
        flex-direction: row;
        border-right: none;
        border-bottom: 2px solid #078AD0;
        overflow-x: auto;
    }

    .conocenos-tab {
        padding: 10px 15px;
        font-size: 14px;
        white-space: nowrap;
    }

    .conocenos-tab.active::after {
        right: auto;
        bottom: -2px;
        top: auto;
        left: 0;
        width: 100%;
        height: 3px;
    }
}

/* ============================================
   QUINTA SECCION - CATEGORIAS
   ============================================ */

.categorias-section {
    background-color: #ffffff;
    padding: 60px 0 40px 0;
}

.categorias-title {
    color: #044E7F;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.categorias-description {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.categorias-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    align-items: start;
}

.categoria-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.categoria-item:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.categoria-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 12px;
}

.categoria-item span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* Dots del carrusel de categorias */
.categorias-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.categorias-carousel .owl-dot span {
    background-color: #ccc !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
}

.categorias-carousel .owl-dot.active span {
    background-color: #24FA66 !important;
}

/* Footer de categorias */
.categorias-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
}

.categorias-slogan {
    color: #078AD0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.categorias-tags {
    color: #666;
    font-size: 12px;
}

/* Responsive Categorias */
@media (max-width: 992px) {
    .categorias-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 768px) {
    .categorias-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .categoria-item img {
        width: 50px;
        height: 50px;
    }

    .categoria-item span {
        font-size: 12px;
    }

    .categorias-slogan {
        font-size: 14px;
    }

    .categorias-tags {
        font-size: 11px;
    }
}

/* Grid para página de categorías (/web/categorias) */
.categorias-grid-page {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 30px;
    align-items: start;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .categorias-grid-page {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 992px) {
    .categorias-grid-page {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 768px) {
    .categorias-grid-page {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
    }
}

@media (max-width: 480px) {
    .categorias-grid-page {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }
}

/* ============================================
   COTIZACIÓN EXPRESS - Estilos
   ============================================ */

.cotizacion-express-page {
    background-color: #ffffff;
}

/* Header Section */
.cotizacion-header {
    padding: 40px 0;
    background-color: #ffffff;
}

.cotizacion-title {
    color: #044E7F;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cotizacion-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto;
}

/* Form Section */
.cotizacion-form-section {
    background-color: #E8E8E8;
    padding: 50px 0;
}

.cotizacion-form-wrapper {
    background-color: #3D4F5F;
    border-radius: 15px;
    padding: 40px 50px;
    max-width: 900px;
    margin: 0 auto;
}

.form-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Form Rows */
.cotizacion-form-wrapper .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.cotizacion-form-wrapper .form-row-3 {
    display: flex;
    gap: 15px;
}

.cotizacion-form-wrapper .form-group {
    flex: 1;
}

.cotizacion-form-wrapper .form-group-small {
    flex: 0.5;
    max-width: 120px;
}

.cotizacion-form-wrapper .form-group-full {
    flex: 1;
    width: 100%;
}

/* Inputs */
.cotizacion-form-wrapper input[type="text"],
.cotizacion-form-wrapper input[type="email"],
.cotizacion-form-wrapper input[type="tel"],
.cotizacion-form-wrapper input[type="number"],
.cotizacion-form-wrapper textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 13px;
    color: #333333;
    background-color: #ffffff;
    box-sizing: border-box;
}

.cotizacion-form-wrapper input::placeholder,
.cotizacion-form-wrapper textarea::placeholder {
    color: #999999;
}

.cotizacion-form-wrapper input:focus,
.cotizacion-form-wrapper textarea:focus {
    outline: none;
    border-color: #078AD0;
}

/* Product Section Header */
.product-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.product-label {
    color: #078AD0;
    font-size: 14px;
    font-weight: 600;
}

.required-label {
    color: #cccccc;
    font-size: 12px;
}

/* Producto Item */
.producto-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.producto-item:last-child {
    border-bottom: none;
}

/* Add More Link */
.add-more-link {
    color: #078AD0;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.add-more-link:hover {
    text-decoration: underline;
    color: #24FA66;
}

.remove-producto {
    color: #ff6b6b;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.remove-producto:hover {
    text-decoration: underline;
}

/* Textarea */
.cotizacion-form-wrapper textarea {
    resize: vertical;
    min-height: 100px;
}

/* File Upload */
.file-upload-section {
    margin: 20px 0;
}

.file-upload-label {
    color: #078AD0;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.file-upload-label:hover {
    text-decoration: underline;
}

.file-upload-label i {
    font-size: 16px;
}

.file-names {
    color: #cccccc;
    font-size: 12px;
    margin-left: 15px;
}

/* Privacy Checkbox */
.privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.privacy-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.privacy-checkbox label {
    color: #ffffff;
    font-size: 13px;
}

.privacy-checkbox label a {
    color: #078AD0;
    text-decoration: underline;
}

/* Submit Button */
.form-submit {
    text-align: center;
    margin-top: 25px;
}

.btn-enviar {
    background-color: #24FA66;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 80px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-enviar:hover {
    background-color: #1ed956;
}

/* Responsive */
@media (max-width: 768px) {
    .cotizacion-form-wrapper {
        padding: 30px 20px;
    }

    .cotizacion-form-wrapper .form-row,
    .cotizacion-form-wrapper .form-row-3 {
        flex-direction: column;
        gap: 10px;
    }

    .cotizacion-form-wrapper .form-group-small {
        max-width: 100%;
    }

    .product-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .btn-enviar {
        width: 100%;
        padding: 15px 30px;
    }
}

/* Botón Enviar - Color azul */
.btn-enviar {
    background-color: #044E7F !important;
    color: #ffffff !important;
}

.btn-enviar:hover {
    background-color: #033a5e !important;
}

/* ============================================
   COTIZACIÓN EXPRESS - Corrección de colores
   ============================================ */

/* Fondo del formulario - BLANCO sin sombra */
.cotizacion-form-wrapper {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Título del formulario - AZUL */
.form-title {
    color: #044E7F !important;
}

/* Campos - borde gris claro */
.cotizacion-form-wrapper input[type="text"],
.cotizacion-form-wrapper input[type="email"],
.cotizacion-form-wrapper input[type="tel"],
.cotizacion-form-wrapper input[type="number"],
.cotizacion-form-wrapper textarea {
    border: 1px solid #dddddd !important;
    background-color: #ffffff !important;
}

/* Labels y textos */
.product-label {
    color: #044E7F !important;
    text-decoration: underline;
}

.required-label {
    color: #888888 !important;
}

.add-more-link {
    color: #044E7F !important;
    text-decoration: underline;
}

.file-upload-label {
    color: #044E7F !important;
    text-decoration: underline;
}

/* Checkbox label - texto oscuro para cotización */
.cotizacion-form-wrapper .privacy-checkbox label {
    color: #333333 !important;
}

.cotizacion-form-wrapper .privacy-checkbox label a {
    color: #044E7F !important;
}

/* Botón Enviar - Azul oscuro */
.btn-enviar {
    background-color: #044E7F !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 12px 60px !important;
}

.btn-enviar:hover {
    background-color: #033a5e !important;
}

/* Fila inferior del formulario cotización */
.cotizacion-form-wrapper .form-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
}

.cotizacion-form-wrapper .form-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cotizacion-form-wrapper .form-bottom-right {
    display: flex;
    align-items: flex-end;
}

.cotizacion-form-wrapper .file-upload-section {
    margin: 0;
}

.cotizacion-form-wrapper .privacy-checkbox {
    margin: 0;
    gap: 8px;
}

.cotizacion-form-wrapper .privacy-checkbox input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    opacity: 1 !important;
    position: relative !important;
}

.cotizacion-form-wrapper .privacy-checkbox label {
    font-size: 12px;
}

/* Responsive cotización bottom row */
@media (max-width: 768px) {
    .cotizacion-form-wrapper .form-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cotizacion-form-wrapper .form-bottom-right {
        width: 100%;
    }

    .cotizacion-form-wrapper .btn-enviar {
        width: 100% !important;
    }
}

/* Fondo del formulario - GRIS CLARO #DBDBDB */
.cotizacion-form-wrapper {
    background-color: #DBDBDB !important;
}

/* Toda la sección del formulario - GRIS #DBDBDB */
.cotizacion-form-section {
    background-color: #DBDBDB !important;
}

/* ============================================
   QUINTA SECCION - CATEGORIAS (Owl Carousel Fix)
   ============================================ */

.owl-carousel .categorias-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    align-items: start;
}

.owl-carousel .categoria-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.owl-carousel .categoria-item img {
    width: 118px !important;
    height: 118px !important;
    object-fit: contain !important;
    margin-bottom: 12px;
}

.owl-carousel .categoria-item span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.owl-carousel .categoria-item:hover {
    text-decoration: none;
}

.owl-carousel .categoria-item:hover img {
    transform: scale(1.1);
}

/* ============================================
   PÁGINA DE CONTACTO / PROVEEDORES - Estilos
   ============================================ */

.contacto-page {
    background-color: #1a1a1a;
}

.contacto-hero {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.contacto-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 40, 80, 0.9) 0%, rgba(0, 40, 80, 0.7) 50%, rgba(0, 40, 80, 0.4) 100%);
}

.contacto-hero .container {
    position: relative;
    z-index: 2;
    background: transparent !important;
    max-width: 1200px !important;
}

.contacto-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 60px 0;
}

/* Lado izquierdo - Información (50%) */
.contacto-info {
    flex: 0 0 48%;
    color: #ffffff;
}

.contacto-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: uppercase;
}

.contacto-intro {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.contacto-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacto-features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.contacto-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #24FA66;
    border-radius: 50%;
}

.contacto-features li strong {
    color: #ffffff;
}

/* Lado derecho - Formulario (50%) */
.contacto-form-container {
    flex: 0 0 48%;
}

.contacto-form {
    background-color: #DBDBDB;
    padding: 30px;
    border-radius: 10px;
}

.contacto-form .form-row {
    margin-bottom: 15px;
}

.contacto-form input,
.contacto-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    color: #333333;
    background-color: #ffffff;
    box-sizing: border-box;
}

.contacto-form input::placeholder,
.contacto-form textarea::placeholder {
    color: #999999;
}

.contacto-form input:focus,
.contacto-form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #044E7F;
}

.contacto-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contacto-form .g-recaptcha {
    margin: 15px 0;
    transform: scale(0.9);
    transform-origin: 0 0;
}

.contacto-form .form-submit {
    text-align: right;
}

.btn-enviar-contacto {
    background-color: #044E7F !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-enviar-contacto:hover {
    background-color: #033a5e !important;
}

/* Mensajes de éxito/error */
.contacto-form-container .success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}

.contacto-form-container .error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
    .contacto-content {
        flex-direction: column;
    }

    .contacto-form-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacto-overlay {
        background: rgba(0, 40, 80, 0.85);
    }
}

@media (max-width: 576px) {
    .contacto-title {
        font-size: 24px;
    }

    .contacto-form {
        padding: 20px;
    }
}

/* ============================================
   PÁGINA DE CONTACTO - Estilos actualizados
   ============================================ */

/* Sin overlay - la imagen ya lo tiene */
.contacto-overlay {
    display: none !important;
}

.contacto-hero {
    background-size: cover !important;
    background-position: center !important;
}

/* Textos del lado izquierdo */
.contacto-info p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

/* Formulario con fondo semi-transparente */
.contacto-form {
    background-color: rgba(56, 56, 56, 0.75) !important;
    padding: 40px !important;
    border-radius: 0 !important;
}

/* Filas de 2 columnas */
.contacto-form .form-row-2 {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.contacto-form .form-row-2 input {
    flex: 1;
}

/* Filas completas */
.contacto-form .form-row-full {
    margin-bottom: 15px;
}

.contacto-form .form-row-full input,
.contacto-form .form-row-full textarea {
    width: 100%;
}

/* Inputs del formulario de contacto */
.contacto-form input,
.contacto-form textarea {
    padding: 12px 15px !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    color: #333333 !important;
    background-color: #ffffff !important;
}

.contacto-form input::placeholder,
.contacto-form textarea::placeholder {
    color: #888888 !important;
}

/* Nota campos obligatorios */
.contacto-form .required-note {
    color: #ffffff;
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
}

/* Fila inferior del formulario */
.contacto-form .form-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.contacto-form .form-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacto-form .form-bottom-right {
    display: flex;
    align-items: flex-end;
}

/* Fila de archivo */
.contacto-form .file-upload-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacto-form .file-upload-btn {
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacto-form .file-upload-btn i {
    font-size: 18px;
}

.contacto-form .file-name {
    color: #cccccc;
    font-size: 12px;
}

/* Fila de privacidad */
.contacto-form .privacy-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacto-form .privacy-row input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.contacto-form .privacy-row label {
    color: #ffffff;
    font-size: 12px;
}

.contacto-form .privacy-row label a {
    color: #078AD0;
}

/* Botón enviar */
.btn-enviar-contacto {
    background-color: #044E7F !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 50px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
}

/* Responsive contacto */
@media (max-width: 768px) {
    .contacto-form .form-row-2 {
        flex-direction: column;
        gap: 10px;
    }

    .contacto-form {
        padding: 25px !important;
    }

    .contacto-form .form-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .contacto-form .form-bottom-right {
        width: 100%;
    }

    .btn-enviar-contacto {
        width: 100% !important;
    }
}

/* Fondo formulario contacto - semi-transparente */
.contacto-form {
    background-color: rgba(56, 56, 56, 0.75) !important;
}

/* ============================================
   PÁGINA DE BLOG - Estilos
   ============================================ */

.blog-page {
    background-color: #ffffff;
}

/* Header del Blog */
.blog-header {
    padding: 40px 0 30px 0;
    text-align: center;
}

.blog-title {
    color: #044E7F;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.blog-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

/* Filtros */
.blog-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-link {
    color: #044E7F;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.3s;
}

.filter-link:hover,
.filter-link.active {
    color: #078AD0;
    font-weight: 600;
}

.filter-separator {
    color: #cccccc;
    font-size: 14px;
}

/* Grid del Blog */
.blog-grid-section {
    padding: 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
}

.blog-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.blog-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.blog-item.wide {
    grid-column: span 2;
}

.blog-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.blog-item:hover img {
    transform: scale(1.05);
}

/* Overlay en items */
.blog-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #ffffff;
}

.blog-date {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    opacity: 0.9;
}

.blog-item-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-item.large,
    .blog-item.wide {
        grid-column: span 2;
        grid-row: span 1;
    }

    .blog-filters {
        gap: 5px;
    }

    .filter-link {
        font-size: 12px;
    }
}

/* Blog - Todas las imágenes 260x260 */
.blog-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 260px) !important;
    gap: 3px !important;
    justify-content: center !important;
}

.blog-item {
    width: 260px !important;
    height: 260px !important;
    aspect-ratio: auto !important;
}

.blog-item.large,
.blog-item.wide {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    width: 260px !important;
    height: 260px !important;
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .blog-item,
    .blog-item.large,
    .blog-item.wide {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 !important;
    }
}

/* ============================================
   SECCION MARCAS Y FABRICANTES
   ============================================ */

.marcas-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.marcas-title {
    color: #044E7F;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.marcas-description {
    color: #333;
    font-size: 14px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.marcas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 40px;
    align-items: center;
    justify-items: center;
    margin-bottom: 40px;
}

.marca-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: transform 0.3s ease;
}

.marca-item:hover {
    transform: scale(1.1);
}

.marca-item img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
}

.marcas-divider {
    width: 100px;
    height: 3px;
    background-color: #078AD0;
    margin: 30px auto;
}

.marcas-footer {
    color: #666;
    font-size: 13px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive Marcas */
@media (max-width: 992px) {
    .marcas-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 30px;
    }
}

@media (max-width: 768px) {
    .marcas-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .marca-item img {
        max-width: 120px;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .marcas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .marcas-title {
        font-size: 22px;
    }

    .marcas-description {
        font-size: 13px;
    }
}

/* ============================================
   PAGINA MARCAS - Estilos adicionales
   ============================================ */

.marcas-page-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.marca-item .marca-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #044E7F;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.marca-item:hover .marca-name {
    background-color: #044E7F;
    color: #ffffff;
    border-color: #044E7F;
}

/* Marca solo texto (sin imagen) */
.marca-text-only {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.marca-text-only:hover {
    color: #078AD0;
    text-decoration: none;
}

/* ============================================
   PÁGINA DE SOLUCIONES - Estilos
   ============================================ */

.soluciones-page {
    background-color: #ffffff;
}

/* Sección Ubicaciones */
.ubicaciones-section {
    padding: 40px 0;
}

.ubicaciones-title {
    color: #044E7F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ubicaciones-content {
    display: flex;
    gap: 40px;
}

/* Oficinas */
.oficinas-info {
    flex: 1;
}

.oficina-item {
    margin-bottom: 25px;
}

.oficina-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.oficina-header .flag-icon {
    width: 24px;
    height: 16px;
}

.oficina-header h3 {
    color: #044E7F;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.oficina-datos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oficina-datos li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #666666;
}

.oficina-datos li i {
    color: #044E7F;
    width: 15px;
    margin-top: 2px;
}

.oficina-datos li .dato-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-top: 2px;
    flex-shrink: 0;
}

.oficina-datos li a {
    color: #666666;
    text-decoration: none;
}

.oficina-datos li a:hover {
    color: #044E7F;
}

/* Presencia */
.presencia-info {
    margin-top: 20px;
}

.presencia-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #044E7F;
    margin-bottom: 8px;
}

.presencia-info p i {
    color: #24FA66;
}

.presencia-info .presencia-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Aniversario Row */
.aniversario-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.aniversario-row .logo-30 {
    width: 80px;
    flex-shrink: 0;
}

.aniversario-row .logo-30 img {
    width: 100%;
    height: auto;
}

.aniversario-row .slogan-text p {
    color: #666666;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

/* Social Row */
.social-row {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}

.social-row .social-icons {
    display: flex;
    gap: 12px;
}

.social-row .social-icons a img {
    width: 38px;
    height: 38px;
}

/* Mapa */
.mapa-section {
    flex: 1.5;
    display: flex;
    gap: 20px;
}

.mapa-container {
    flex: 1;
}

.mapa-img {
    width: 100%;
    height: auto;
}

.ciudades-lista ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    font-size: 11px;
    color: #666666;
}

.ciudades-lista ul li {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

.ciudades-lista ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #044E7F;
}

/* Aniversario */
.aniversario-section {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.logo-30 img {
    max-width: 120px;
}

.slogan-text {
    flex: 1;
}

.slogan-text p {
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a img {
    width: 35px;
    height: 35px;
}

/* Sección Formulario Soluciones */
.soluciones-form-section {
    background-color: #DBDBDB;
    padding: 40px 0 50px 0;
}

.form-intro {
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.form-intro .highlight {
    color: #044E7F;
    font-weight: 500;
}

.soluciones-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.soluciones-form-wrapper .form-row-2 {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.soluciones-form-wrapper .form-row-2 input {
    flex: 1;
}

.soluciones-form-wrapper .form-row-full {
    margin-bottom: 12px;
}

.soluciones-form-wrapper input,
.soluciones-form-wrapper textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    color: #333333;
    background-color: #ffffff;
    box-sizing: border-box;
}

.soluciones-form-wrapper .required-note {
    text-align: right;
    color: #666666;
    font-size: 11px;
    margin-bottom: 15px;
}

.soluciones-form-wrapper .file-upload-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.soluciones-form-wrapper .file-upload-btn {
    color: #044E7F;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.soluciones-form-wrapper .file-name {
    color: #666666;
    font-size: 12px;
}

.soluciones-form-wrapper .privacy-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.soluciones-form-wrapper .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.soluciones-form-wrapper .privacy-row label {
    color: #333333;
    font-size: 13px;
}

.soluciones-form-wrapper .privacy-row label a {
    color: #044E7F;
}

.soluciones-form-wrapper .form-submit {
    text-align: center;
}

.btn-enviar-soluciones {
    background-color: #044E7F !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 60px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Responsive Soluciones */
@media (max-width: 991px) {
    .ubicaciones-content {
        flex-direction: column;
    }

    .mapa-section {
        flex-direction: column;
    }

    .aniversario-section {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .soluciones-form-wrapper .form-row-2 {
        flex-direction: column;
        gap: 10px;
    }
}

/* ============================================
   SOLUCIONES - Layout corregido
   ============================================ */

/* Row principal */
.ubicaciones-row {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.oficinas-col {
    width: 400px;
    flex-shrink: 0;
}

.oficinas-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.oficinas-grid .oficina-item {
    flex: 1;
}

.mapa-col {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mapa-wrapper {
    width: 100%;
    max-width: 500px;
}

.mapa-wrapper .mapa-img {
    width: 100%;
    height: auto;
}

.ciudades-lista {
    width: 120px;
    flex-shrink: 0;
}

.ciudades-lista ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11px;
    color: #666666;
}

.ciudades-lista ul li {
    margin-bottom: 4px;
    padding-left: 8px;
    position: relative;
}

.ciudades-lista ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #044E7F;
}

/* Footer row */
.footer-row {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}

.footer-row .logo-30 {
    width: 100px;
    flex-shrink: 0;
}

.footer-row .logo-30 img {
    width: 100%;
    height: auto;
}

.footer-row .slogan-text {
    flex: 1;
}

.footer-row .slogan-text p {
    color: #666666;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.footer-row .social-icons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.footer-row .social-icons a img {
    width: 32px;
    height: 32px;
}

/* Responsive */
@media (max-width: 991px) {
    .ubicaciones-row {
        flex-direction: column;
    }

    .oficinas-col {
        width: 100%;
    }

    .oficinas-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .mapa-col {
        flex-direction: column;
    }

    .ciudades-lista {
        width: 100%;
    }

    .ciudades-lista ul {
        columns: 3;
    }

    .footer-row {
        flex-direction: column;
        text-align: center;
    }

    .aniversario-row {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .oficinas-grid {
        flex-direction: column;
    }
}

/* ============================================
   SECCIONES INDIVIDUALES (Propuesta, Proyectos, Sectores)
   ============================================ */

.seccion-individual {
    padding: 50px 0;
}

.seccion-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.seccion-text {
    flex: 1;
}

.seccion-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.seccion-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.seccion-title {
    color: #044E7F;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.seccion-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.seccion-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.seccion-lista li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

.seccion-lista li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #24FA66;
    font-weight: bold;
}

.btn-contactanos {
    display: inline-block;
    background-color: #24FA66;
    color: #000000;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-contactanos:hover {
    background-color: #1ed956;
    color: #000000;
}

.seccion-imagen {
    flex: 1;
    max-width: 450px;
}

.seccion-imagen img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Sectores - Centrado */
.seccion-header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.seccion-description-center {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.seccion-imagen-full {
    text-align: center;
}

.seccion-imagen-full img {
    max-width: 100%;
    height: auto;
}

/* Responsive Secciones Individuales */
@media (max-width: 991px) {
    .seccion-layout {
        flex-direction: column;
    }

    .seccion-imagen {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .seccion-individual {
        padding: 30px 0;
    }

    .seccion-header {
        flex-direction: column;
        text-align: center;
    }

    .seccion-title {
        font-size: 20px;
    }

    .seccion-header-center {
        flex-direction: column;
    }
}
