/* 
========================================================================================================================== 
        GENERAL
========================================================================================================================== 
*/
.btn-primary,
.sppb-btn-primary {
        border-color: #171695;
        background-color: #171695;
}

#sp-title .sp-page-title {
        background: #171695;
}

#edocman-document-page .document-card .btn-primary,
#edocman-document-page-blog .btn-primary {
        background-color: #171695;
        color: #fff !important;
}

.icono-area h2 {
        color: #2a2aa0;
        padding-top: 20px;
        margin-left: -5px;
}

.icono-area img {
        max-width: 150px;
        margin: -60px 0 20px;
}

#sp-left .menu-lateral-ux li>ul {
        display: none;
}

#sp-left .menu-lateral-ux>li>a {
        font-weight: bold;
}

#sp-left .menu-lateral-ux li.active>ul {
        display: block;
}

#sp-left .sp-module {
        background-color: #f9f9f9;
        padding: 24px;
        margin-left: -10px;
}

/* 
========================================================================================================================== 
        menu
========================================================================================================================== 
*/
/* poner en mayus  */
#sp-menu .sp-menu-item a {
        text-transform: uppercase;
}

.btn-trabaja {
        border: 1px solid #171795;
        color: #171795 !important;
        border-radius: 10px;
        padding: 0px 25px !important;
        line-height: 3 !important;
        letter-spacing: 1px;
        position: relative;
        left: 0px;
        height: auto !important;
}

#sp-menu .sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
        display: inline-block;
        padding: 0px 16px;
        line-height: 90px;
        font-size: 15px;
        margin: 0;
}

/* menu interno  */
#sp-left .nav-item.deeper.parent,
#sp-left .nav-item {
        width: 100%;
}

#sp-left .mod-menu .mod-menu__sub li {
        padding-left: 25px;
}

/* 
.mod-menu .nav-item.current a {
        color: #171695;
} */

/* 
========================================================================================================================== 
        PAGINA DE INICIO
========================================================================================================================== 
*/
/* cabeza */
#column-id-Gdro9UjwIXB35twbHe4OZ .botones-inicio .sppb-btn {
        padding: 10px 30px;
        font-size: 14px;
}

/* 
========================================================================================================================== 
        LOGIN
        .login 
========================================================================================================================== 
*/
.login label,
.login .form-label {
        transition: transform 0.3s ease;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        line-height: 26px;
        color: #454548;
        letter-spacing: 0.3px;
}

.login .sppb-form-group .sppb-form-control,
.login .form-control,
.login input[type="text"]:not(.form-control),
.login input[type="email"]:not(.form-control),
.login input[type="url"]:not(.form-control),
.login input[type="date"]:not(.form-control),
.login input[type="password"]:not(.form-control),
.login input[type="search"]:not(.form-control),
.login input[type="tel"]:not(.form-control),
.login input[type="number"]:not(.form-control),
.login select:not(.form-control) {
        display: block;
        width: 100%;
        color: #454548;
        border: none;
        border-bottom: 2px solid #a2a2a3;
        border-radius: 0px;
        font-weight: 500;
        /* font-size: 20px; */
        line-height: 30px;
        letter-spacing: -0.3px;
        padding: 8px 12px;
        background: transparent;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
}

/* esconder esto del passkey */

.btn.plg_system_webauthn_login_button {
        display: none;
}

/* imagen fondo para comprar */
body.view-registration,
body.view-login,
body.view-reset,
body.view-remind {
        background-image: url('../images/banner-login.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
}

.login .col-lg-4,
.reset .col-lg-4,
.remind .col-lg-4,
.com-users-registration .col-lg-9,
.com-users-registration .col-xl-6 {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding: 40px;
        backdrop-filter: blur(6px);
}

/* segar el campo */
.com-users-registration fieldset:nth-of-type(2) legend {
        display: none !important;
}

.com-users-registration fieldset:nth-of-type(2) {
        display: none !important;
}


/* oculta llave icono */
.login .input-group-text {
        display: none !important;
}

/* boton largo */
button.com-users-registration__register.btn.btn-primary.validate {
        width: 100%;
}

/* 
========================================================================================================================== 
        edocman
========================================================================================================================== 
*/
#edocman-categories .edocman-box-heading,
#edocman-documents .edocman-box-heading,
#edocman-document-page .edocman-box-heading {
        border-radius: 0px 0px 0 0;
}

#edocman-categories .edocman-description,
#edocman-documents .edocman-description,
#edocman-document-page .edocman-description {
        border-radius: 0 0 0px 0px;
}

.com_edocman #sp-main-body {
        padding: 60px 0;
}

/* prueba */
/* ===== Estilos personalizados para la página de documentos ===== */
#edocman-category-page-default {
        background: #f8fafc;
        padding: 40px 20px;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        font-family: 'Inter', 'Roboto', sans-serif;
}

/* Título principal */
#edocman-category-page-default .edocman-page-heading {
        font-size: 2rem !important;
        font-weight: 600;
        color: #1e293b;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
}

/* Botón subir */
#edocman-category-page-default .edocman_upload_link {
        background: #2563eb;
        border: none;
        border-radius: 10px;
        padding: 10px 18px;
        font-size: 0.95rem;
        transition: 0.3s;
}

#edocman-category-page-default .edocman_upload_link:hover {
        background: #1d4ed8;
        transform: translateY(-2px);
}

/* Contenedor de cada documento */
#edocman-category-page-default .edocman-document {
        background: #ffffff;
        border-radius: 14px;
        padding: 20px;
        margin-bottom: 24px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
}

#edocman-category-page-default .edocman-document:hover {
        transform: translateY(-4px);
}

/* Títulos de documentos */
#edocman-category-page-default .edocman-document-title a {
        font-size: 1.25rem !important;
        font-weight: 500;
        color: #0f172a;
        text-decoration: none;
}

#edocman-category-page-default .edocman-document-title a:hover {
        color: #2563eb;
}

/* Información adicional */
#edocman-category-page-default .sizeinformation,
#edocman-category-page-default .dateinformation {
        font-size: 0.9rem;
        color: #64748b;
        margin-top: 4px;
}

/* Barra de tareas (botones de acción) */
#edocman-category-page-default .edocman-taskbar ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 0;
        list-style: none;
}

#edocman-category-page-default .edocman-taskbar .btn {
        border-radius: 8px;
        font-weight: 500;
        padding: 8px 14px;
        transition: 0.25s;
}

#edocman-category-page-default .btn-primary {
        background: #2563eb;
        border: none;
}

#edocman-category-page-default .btn-primary:hover {
        background: #1e40af;
}

#edocman-category-page-default .btn-secondary {
        background: #e2e8f0;
        color: #0f172a;
        border: none;
}

#edocman-category-page-default .btn-secondary:hover {
        background: #cbd5e1;
}

/* Selector de ordenación */
#edocman-category-page-default select.form-select {
        border-radius: 8px;
        padding: 8px 12px;
        border: 1px solid #cbd5e1;
}

/* Espaciado entre bloques */
#edocman-category-page-default .row {
        margin-top: 10px;
}

/* 
========================================================================================================================== 
        botellas y equipos a presion
========================================================================================================================== 
*/
#botellasapresion .sppb-column .sppb-media {
        display: flex;
        text-align: center;
        align-items: center;
}

/* 
========================================================================================================================== 
        submarinismo
========================================================================================================================== 
*/
#submarinismo .sppb-addon-content a {
        text-align: left;
        font-weight: bold;
        color: black;
        border-bottom: 1px solid #ddd;
        font-size: 28px;
        line-height: 50px;
}

#submarinismo .sppb-addon-content a:last-child {
        border-bottom: none;
}

#submarinismo .sppb-addon-content {
        padding: 48px 70px 0px 20px;
}

/* 
========================================================================================================================== 
        bomberos
========================================================================================================================== 
*/
#sp-left .sp-module.icono-area {
        border: none;
}

/* 
========================================================================================================================== 
        footer
========================================================================================================================== 
*/
#sp-bottom2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
}

#sp-bottom2 .sp-module,
#sp-bottom2 .sppb-addon-content {
        /* text-align: center !important; */
        margin: 0 auto;
}

#sp-bottom2 img {
        display: inline-block;
        margin: 0 auto;
}

#sp-footer .row {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
}

#sp-footer1,
#sp-footer2 {
        flex: 0 1 auto;
        text-align: center;
}

.legal-footer {
        display: flex;
        justify-content: center;
        align-items: center;
}

.legal-footer ul {
        display: flex;
        gap: 15px;
        padding: 0;
        margin: 0;
        list-style: none;
}

#sp-footer .container-inner {
        padding: 30px 0;
        border-top: 1px solid rgb(16 16 16 / 10%) !important;
}

/* kit digital */

#sp-section-4 {
        background-color: #f9f9f9;
}

/* 
========================================================================================================================== 
        RESPONSIVE
========================================================================================================================== 
*/
@media (max-width: 2560px) {}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1614px) {}

@media (max-width: 1459px) {}

@media (max-width: 1440px) {

        /* cabeza */
        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -13%;
                margin-bottom: 0px;
                margin-left: 0%;
        }
}

@media (width: 1399px) {

        /* menu */
        #sp-header .container-inner .row {
                flex-wrap: nowrap;
                align-items: center;
        }

        #sp-menu {
                width: 90% !important;
        }

        #sp-menu .sp-column {
                flex-wrap: nowrap !important;
                justify-content: flex-end !important;
        }

        #sp-menu ul.sp-megamenu-parent>li>a {
                padding: 0 15px !important;
        }

}

@media (max-width: 1399px) {

        /* cabeza */
        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -28%;
                margin-bottom: 0px;
                margin-left: 0%;
        }
}
@media (width: 1200px) {

        /* menu */
        #sp-header .container {
                max-width: 1075px;
        }

        #sp-menu ul.sp-megamenu-parent>li>a {
                padding: 0 10px !important;
        }

}
@media (width: 1199px) {

        /* menu */
        #sp-header .container {
                max-width: 1036px;
        }

        #sp-menu ul.sp-megamenu-parent>li>a {
                padding: 0 10px !important;
        }

        /* #sp-header .container-inner .row {
                flex-wrap: nowrap;
                align-items: center;
        }

        #sp-menu {
                width: 90% !important;
        }

        #sp-menu .sp-column {
                flex-wrap: nowrap !important;
                justify-content: flex-end !important;
        }

        #sp-menu ul.sp-megamenu-parent>li>a {
                padding: 0 6px !important;
        } */

}

@media (max-width: 1199px) {

        /* menu */
        #sp-menu .sp-megamenu-parent>li>a,
        .sp-megamenu-parent>li>span {
                display: inline-block;
                padding: 0px 15px;
                line-height: 90px;
                font-size: 14px;
                margin: 0;
        }

        /* cabeza */
        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -31%;
                margin-bottom: 30px;
                margin-left: 0%;
        }
}

@media (width: 1144px) {

        /* menu */
        #sp-header .container {
                max-width: 1036px;
        }

        #sp-menu ul.sp-megamenu-parent>li>a {
                padding: 0 10px !important;
        }

}

@media (max-width: 1144px) {}

@media (max-width: 1024px) {

        /* cabeza */
        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -11%;
                margin-bottom: 25px;
                margin-left: 0%;
        }

        #sp-header {
                padding: 8px 0;
                background: #fff;
        }

        #sp-header .row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
        }

        /* Contenedor del logo */
        #sp-logo {
                flex: 0 0 auto;
        }

        #sp-logo img.logo-image {
                height: 55px;
                max-width: 130px;
        }

        /* Menú principal */
        #sp-menu {
                flex: 0 0 auto;
                margin-left: auto;
        }

        /* Asegura que hamburguesa esté visible */
        #sp-menu .offcanvas-toggler-right {
                display: flex !important;
                align-items: center;
                justify-content: center;
                padding: 10px;
        }

        /* Oculta el menú completo */
        #sp-menu .sp-megamenu-parent {
                display: none !important;
        }

        /* Alineación general */
        #sp-header .container,
        #sp-header .container-inner {
                width: 100%;
                max-width: 100%;
                padding: 0 15px;
        }

        /* Icono hamburguesa */
        .burger-icon span {
                background: #002b3a;
                /* azul oscuro, puedes cambiar */
                display: block;
                height: 2px;
                width: 22px;
                margin: 4px 0;
        }

}

@media (max-width: 991px) {
        #sp-header {
                height: 90px;
        }

        #sp-header .logo {
                height: 90px;
                display: inline-flex;
                margin: 0;
                align-items: center;
        }

        /* menu offcanvas */
        .btn-trabaja {
                left: 0px;
                padding: 15px 30px 15px 10px !important;
                line-height: 18px !important;
                border: 0;
        }

        /* cabeza */
        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -51%;
                margin-bottom: 35px;
                margin-left: 0%;
        }
}

@media (max-width: 899px) {}

@media (max-width: 768px) {

        /* cabeza */
        #cabecera div#column-wrap-id-Gdro9UjwIXB35twbHe4OZ {
                margin-bottom: 20px;
        }

        #cabecera #sppb-addon-8WYjsnsLq5mJAO55ybOeW .sppb-addon-title {
                font-size: 50px;
                line-height: 50px;
        }

        #cabecera #sppb-addon-8WYjsnsLq5mJAO55ybOeW .sppb-addon-title {
                margin-bottom: 0;
        }

        #cabecera h1.sppb-addon-title {
                padding-top: 7px;
        }

        #cabecera #sppb-addon-AL3AB8MdS8DAYcqwdZsf9 .sppb-addon-content .sppb-btn {
                margin: 15px 3px 0px 15px;
        }
}

@media (max-width: 767px) {

        /* cabeza */
        #cabecera div#column-wrap-id-Gdro9UjwIXB35twbHe4OZ {
                margin-bottom: 33px;
        }

        #cabecera #sppb-addon-AL3AB8MdS8DAYcqwdZsf9 .sppb-addon-content .sppb-btn {
                margin: 15px;
        }

        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -26%;
                margin-bottom: 35px;
                margin-left: 0%;
        }
}

@media (max-width: 738px) {}

@media (max-width: 698px) {}

@media (max-width: 600px) {

        /* cabeza */
        #cabecera #sppb-addon-wrapper-SR8nnDEnJQNGEHfDxu4fw {
                margin-top: 0px;
                margin-right: -10%;
                margin-bottom: 35px;
                margin-left: 0%;
        }
}

@media (max-width: 575px) {}

@media (max-width: 550px) {}

@media (max-width: 500px) {}

@media (max-width: 425px) {
        #sp-logo img.logo-image {
                height: 70px;
                max-width: 130px;
        }

        .legal-footer ul {
                text-align: center;
        }

        #sp-footer ul.menu li {
                display: inline-block;
                margin: 10px 10px;
        }

        .sppb-section .sppb-column .sppb-addon-wrapper .sppb-addon-single-image-container .sppb-img-responsive {
                height: auto;
        }
}

@media (max-width: 375px) {

        /* cabeza */
        #cabecera #sppb-addon-AL3AB8MdS8DAYcqwdZsf9 .sppb-addon-content .sppb-btn {
                margin: 15px 3px 0px 15px;
        }
}

@media (max-width: 320px) {}