/* ---------------------------------------
 *
 * HOJA DE ESTILOS DE DATAWORK FIRMA WEBSITE
 * Versión: 4.0.2
 * Fecha de creación: 12/06/2025
 * Fecha de edición: 21/08/2025
 *
--------------------------------------- */

/* IMPORTAR ------------------------------------------------------------------------------ */
@import url(reset.css);
@import url(font_face.css);
@import url(spinner.css);


/* GENERALES ----------------------------------------------------------------------------- */
:root {
    /* BRAND COLORS */
    --main_firma: 88,26,160;
    --alt_firma: 202,157,255;

    /* SHADOWS */
    --shadow_black: 0,0,0;
    --shadow_deep: 50,56,66;
    --shadow_dark: 67,76,91;
    --shadow_white: 255,255,255;

    /* SYSTEM STATUS SCHEME */
    --success: 111,174,113;
    --info: 106,146,211;
    --warning: 220,172,94;
    --danger: 216,102,91;

    /* FUENTE */
    --main_font: 'Poppins', sans-serif;
}

body {
    font-family: var(--main_font);
    font-size: 0.9rem;
    line-height: calc(1.2rem * 1.2);
    color: rgb(var(--shadow_deep));
}

/* Headings */
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.6rem; }

.h_bold { font-weight: bold; }

.sh1 {
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: bold;
}
h1 {
    font-size: 1.7rem;
    line-height: 2rem;
}
h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}
h3 {
    font-size: 1.125rem;
    line-height: 1.4rem;
 }
h4 {
    font-size: 1rem;
    line-height: 1.1rem;
}
h5 {
    font-size: 0.9rem;
    line-height: 1.1rem;
}
h6 {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

/* Textos */
p { margin-bottom: 10px; }

small {
    font-size: 0.75rem;
    line-height: 0.875rem;
    opacity: 0.5;
}

b, strong { font-weight: 600; }

.fs_3 {
    font-size: 1.125rem !important;
    line-height: 1.4rem;
}

/* Imágenes */
img { width: 100%; }

/* Listas */
.wrap_content ul {
    display: flex;
    flex-direction: column;
}
.wrap_content ul li {
    position: relative;
    padding-left: 2em;
}
.wrap_content li a {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}
.wrap_content li a, .wrap_content li a i { color: rgb(var(--shadow_deep)); }
.wrap_content ul li .la-check { margin-right: 0.5em; }

ul i {
    font-size: 1.25rem;
    color: rgb(var(--main_firma));
}

.comp_list li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.wrap_content .list_ul_std {
    list-style-type: disc;
    list-style-position: outside;
    unicode-bidi: isolate;
    margin-left: 2rem;
    margin-bottom: 1rem;
}
.wrap_content .list_ol_std {
    list-style-type: upper-alpha;
    list-style-position: outside;
    unicode-bidi: isolate;
    margin-left: 2rem;
    margin-bottom: 1rem;
}
.wrap_content .list_ul_std li,
.wrap_content .list_ol_std li {
    display: list-item;
    padding: 0;
}

/* Enlaces y botones */
a {
    text-decoration: none;
    transition: ease-in-out 0.5s;
    color: rgb(var(--main_firma));
}
a:hover { color: rgb(var(--alt_firma)); }
a.active { text-transform: uppercase; }

/* COMPONENTES --------------------------------------------------------------------------- */
/* Contenedores */
.wrap_master {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap_master.site_header {
    width: 100%;
    height: 60px;
    transition: ease-in-out 0.5s;
    position: fixed;
    z-index: 1025;
    top: 0;
}
.wrap_master.site_header.sticky {
    background-color: rgb(var(--shadow_white));
    border-bottom: 1px solid rgba(var(--shadow_dark), 0.2);
    height: 70px;
}

.wrap_content {
    width: calc(100vw - 30px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.wrap_content .column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.wrap_content .column_sm,
.wrap_content .column_md {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.wrap_relative { position: relative; }

.comp_header {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.site_header .wrap_content {
    flex-direction: row;
    justify-content: space-between;
}

.site_footer .wrap_content {
    color: rgb(var(--shadow_white));
    gap: 40px;
}

.comp_cookies {
    position: fixed;
    z-index: 1025;
    right: 6vw;
    left: 6vw;
    bottom: 3vh;
    background-color: rgb(var(--shadow_white));
    border: 1px solid rgba(var(--main_firma), 0.5);
    border-radius: 0.5rem;
    box-shadow: 0 16px 32px -16px rgb(var(--main_firma), 1);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 auto;
}
.comp_cookies.hide { display: none; }
.comp_cookies .comp_group_button > * { width: 100%; }

.comp_user {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: unset;
    color: rgb(var(--shadow_white));
}
.comp_user_data {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.comp_user_data small { opacity: 1; }

.sticky .comp_user { color: rgb(var(--shadow_deep)); }

/* Imágenes */
.site_brand { width: 140px; }
.site_brand.responsive { width: 40px; }
.site_brand.sticky { display: none; }

.site_footer .site_brand {
    width: 220px;
    margin-bottom: 0.5rem;
}
.site_footer .brand_dw { width: 127px; }

.comp_nav i { color: inherit; }
.comp_nav.social img { width: 40px; }

.dwf_icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 1rem;
}

.brand_responsive {
    max-width: 300px;
    margin-bottom: 12px;
}
.brand_product { height: 60px; }

.comp_user_avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2rem;
    border: 1px solid rgb(var(--shadow_dark));
}

/* Navegación */
.comp_nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.comp_nav a {
    position: relative;
    padding: 0.75rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
.comp_nav a:hover { opacity: 0.7; }
.comp_nav a.active {
    font-weight: 600;
    letter-spacing: 0.125rem;
}
.comp_nav a.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 6px;
    height: 100%;
    background-color: rgb(var(--success));
}

.comp_nav.menu { gap: 0; }

.comp_nav.mobile {
    position: fixed;
    z-index: 1025;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(var(--shadow_white));
    padding: 1.25rem;
    transition: ease-in-out 0.5s;
}
.comp_nav.mobile.hide { transform: translateX(100%);}
.comp_nav.mobile ul li a { color: rgb(var(--shadow_deep)); }

.site_footer .comp_nav ul li { padding: 0; }
.site_footer .comp_nav ul li a {
    color: rgb(var(--shadow_white));
    padding-left: 0;
    padding-right: 0;
    line-height: initial;
}
.site_footer .comp_nav ul li i { color: rgb(var(--alt_firma)); }

.comp_nav.desktop { display: none; }

.comp_nav.social {
    flex-direction: row;
    gap: 0.5rem;
}
.comp_nav.social a {
    padding: 0;
    width: auto;
}
.comp_nav.social a:hover { opacity: 0.5; }

.site_header.sticky .comp_nav ul li a { color: rgb(var(--main_firma)); }

.comp_dw_badge {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 16%;
    right: 4%;
    width: 167px;
    border-radius: 8px;
    background-color: rgb(var(--shadow_white));
    padding: 20px;
    box-shadow: 0 24px 24px -12px rgba(var(--main_firma), 0.25);
}
.comp_dw_badge a { color: rgb(var(--shadow_deep)); }

/* Botones */
button, .button {
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    padding: 12px 16px;
    border: 1px solid rgb(var(--main_firma));
    border-radius: 0.25rem;
    font-family: var(--main_font);
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1rem;
    transition: ease-in-out 0.5s;
    color: rgb(var(--main_firma));
    cursor: pointer;
}
button:hover:not(.disabled),
.button:hover:not(.disabled) {
    background-color: rgb(var(--alt_firma));
    border-color: rgb(var(--alt_firma));
    color: rgb(var(--main_firma));
}
button.disabled,
.button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button.toggler {
    border-width: 0;
    font-size: 1.25rem;
    color: rgb(var(--shadow_white));
}

.button_close {
    border-width: 0;
    color: rgb(var(--shadow_deep));
    font-size: 1.25rem;
}

.button_prim {
    background-color: rgb(var(--main_firma));
    border-radius: 0.25rem;
    color: rgb(var(--shadow_white));
    text-transform: uppercase;
    font-weight: 600;
    padding: 1.125rem 1.25rem;
}

.comp_group_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
}
.comp_group_button a {
    text-align: center;
    font-weight: 600;
    border-radius: 0.25rem;
    border: 1px solid rgb(var(--main_firma));
    color: rgb(var(--main_firma));
    justify-content: center;
}

.comp_group_button.access { display: none; }

.comp_group_button a.button_prim {
    text-transform: uppercase;
    background-color: rgb(var(--main_firma));
    color: rgb(var(--shadow_white));
}

.site_header.sticky .toggler { color: rgb(var(--shadow_deep)); }
.site_header.sticky a.button_prim {
    background-color: rgb(var(--main_firma));
    color: rgb(var(--main_firma))
}
.site_header.sticky a.button_sec {
    border-color: rgb(var(--main_firma));
    color: rgb(var(--main_firma));
}

.hero .button_prim {
    background-color: rgb(var(--shadow_white));
    color: rgb(var(--main_firma));
}
.hero .button_prim:hover {
    background-color: rgb(var(--alt_firma));
    color: rgb(var(--main_firma));
}

/* Grid */
.wrap_grid {
    display: grid;
    grid-template-columns: auto;
    gap: 1.5rem;
}
.wrap_grid div {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.wrap_grid.grid_sector {
    display: grid;
    grid-template-columns: auto;
    gap: unset;
    margin-left: -15px;
    margin-right: -15px;
}
.wrap_grid.grid_sector div {
    padding: 20px 140px 20px 20px;
    text-align: left;
    height: 280px;
    justify-content: end;
}
.wrap_grid.grid_sector div:first-child { background-image: url('../imgs/inicio/grid_auto.png'); }
.wrap_grid.grid_sector div:nth-child(2) { background-image: url('../imgs/inicio/grid_rrhh.png'); }
.wrap_grid.grid_sector div:nth-child(3) { background-image: url('../imgs/inicio/grid_ong.png'); }
.wrap_grid.grid_sector div:nth-child(4) { background-image: url('../imgs/inicio/grid_casa.png'); }
.wrap_grid.grid_sector div:nth-child(5) { background-image: url('../imgs/inicio/grid_finanzas.png'); }
.wrap_grid.grid_sector div:last-child { background-image: url('../imgs/inicio/grid_legal.png'); }

.wrap_grid .pin {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(var(--shadow_white));
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    font-size: 1.25rem;
    color: rgb(var(--main_firma));
}

.wrap_grid.grid_cards div { min-height: 260px; }

.wrap_grid.grid_6 {
    grid-template-columns: auto auto;
    gap: 0;
}
.wrap_grid.grid_6 div { padding: 20px; }
.wrap_grid.grid_6 img {
    width: 100px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    filter: grayscale(100);
    opacity: 0.5;
    transition: ease-in-out 0.5s;
}
.wrap_grid.grid_6 img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.wrap_grid.grid_brand { grid-template-columns: auto; }
.wrap_grid.grid_brand div { gap: 20px; }

.wrap_grid_pair { grid-template-columns: auto auto; }
.wrap_grid_pair .card { border: 1px solid rgba(var(--shadow_dark), 0.2); }
.wrap_grid_pair .card.row {
    position: relative;
    padding-top: 3.125em;
}
.wrap_grid_pair .card.row .bullet {
    top: 1.25em;
    left: 1.25em;
}

/* Cards */
a .card { color: rgb(var(--shadow_deep)); }

.wrap_grid .card {
    background-color: rgb(var(--shadow_white));
    text-align: left;
    gap: 10px;
    padding: 20px;
}

.card i { font-size: 60px; }

/* Video */
.comp_video_container {
    position: relative;
    padding-top: 56.25%;
}
.comp_video_container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Modal */
.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1025;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: auto;
    background-color: rgba(var(--shadow_black), 0.7);
    opacity: 1;
}
.modal.hide {
    opacity: 0;
    display: none;
}

.modal_content {
    width: calc(100vw - 40%);
    background-color: rgb(var(--shadow_white));
    border-radius: 4px;
}

.modal_header, .modal_footer {
    padding: 10px 20px;
    text-align: end;
}

.modal_body { padding: 10px 20px; }

/* Hero */
.hero {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
    text-align: center;
    color: rgb(var(--shadow_white));
}

.hero_view {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(var(--main_firma));
    height: calc(400px - 60px);
    color: rgb(var(--shadow_white));
}

.hero_view .wrap_heading {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.hero_view .subtitle {
    font-weight: bold;
    color: rgb(var(--alt_firma));
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
}
.hero_view .subtitle::before {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: rgb(var(--alt_firma));
}

.hero_view .title {
    margin-bottom: 0;
    font-weight: bold;
}

/* Call to action */
.comp_cta, .comp_cta_content {
    display: flex;
    flex-direction: column;
}

.comp_cta {
    background-color: rgb(var(--main_firma));
    border-radius: 0.25rem;
    padding: 2.5rem 1.25rem;
    color: rgb(var(--shadow_white));
    text-align: center;
}

.comp_cta_content { gap: 1.25rem; }

.comp_cta .comp_group_button.access {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.comp_cta .comp_group_button .button_sec {
    border: 1px solid rgb(var(--shadow_white));
    padding: 1.125rem 1.25rem;
    color: rgb(var(--shadow_white));
}
.comp_cta .comp_group_button .button_prim {
    background-color: rgb(var(--shadow_white));
    padding: 1.125rem 1.25rem;
    color: rgb(var(--main_firma));
}

/* Badge */
.badge {
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
}

.badge_success {
    background-color: rgb(var(--success));
    color: rgb(var(--shadow_white));
}

.badge_pin {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    background-color: rgb(var(--shadow_dark), 0.25);
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Tabla de precios */
.comp_prices {
    display: grid;
    grid-template-columns: auto;
    border: 1px solid rgb(var(--shadow_dark), 0.25);
    box-shadow: 0 24px 24px -12px rgb(var(--main_firma), 0.25);
}
.comp_price_card {
    padding: 2.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.comp_price_card.star {
    background-color: rgb(var(--main_firma));
    color: rgb(var(--shadow_white));
}

/* Tabla */
table { width: 100%; }

table th, td {
    padding: 0.5rem;
}
table th { font-weight: 600; }

/* Formulario */
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

form div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

form input:not([type="radio"], [type="checkbox"]), form textarea {
    display: block;
    border: 0;
    border-bottom: 1px solid rgb(var(--shadow_dark), 0.25);
    padding: 0.75rem 1rem;
    font-family: inherit;
}
form input:not([type="radio"], [type="checkbox"]):focus-visible, form textarea:focus-visible {
    outline: 2px solid rgb(var(--main_firma), 1);
}
form textarea { height: 4rem; }


form > *::placeholder {
    color: rgb(var(--shadow_dark), 0.5);
}

form label { font-weight: 600; }

form small { opacity: 1; }

/* Spinner */
#spinner.hide { display: none; }

.comp_loader {
    position: fixed;
    z-index: 3025;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.comp_loader .sk-fading-circle .sk-circle:before { background-color: rgb(var(--shadow_white)); }

/* Alertas */
.alert {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.alert_danger {
    background-color: rgb(var(--danger));
    color: rgb(var(--shadow_white));
}

.alert_success {
    background-color: rgb(var(--success));
    color: rgb(var(--shadow_white));
}



/* UTILIDADES --------------------------------------------------------------------------- */
/* Color de texto */
.text_mid_gray { color: rgba(var(--shadow_dark), 0.5); }

.fc_main_underlined {
    color: rgb(var(--main_firma));
    box-shadow: inset 0 -4px 0 rgb(var(--main_firma));
}

.fc_main { color: rgb(var(--main_firma)); }
.fc_alt { color: rgb(var(--alt_firma)); }

.fc_danger { color: rgb(var(--danger)); }

.fs_1 { font-size: 1.7rem !important; }

/* Fondos */
.bg_deep_gray { background-color: rgb(var(--shadow_deep)); }
.bg_mid_gray { background-color: rgb(var(--shadow_dark)); }

.bg_main { background-color: rgb(var(--main_firma)); }

.bg_mint { background-color: #C6E4DF; }
.bg_blue { background-color: #C5D2E8; }
.bg_bedge { background-color: #EBE3D9; }
.bg_melon { background-color: #E7D2C7; }
.bg_green { background-color: #BACDB7; }
.bg_violet { background-color: #E4CFDA; }

/* Márgenes y acolchados */
.px_15px {
    padding-left: 15px;
    padding-right: 15px;
}

.py_40px {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt_12px { padding-top: 12px; }
.pb_8px { padding-bottom: 8px; }

.py_responsive {
    padding-top: calc(70px / 2);
    padding-bottom: calc(70px / 2);
}

.mb_1 { margin-bottom: 12px; }
.mb_3 { margin-bottom: 24px; }
.mt_auto { margin-top: auto; }

/* Divisores */
.divider_short {
    width: 25px;
    border: 1px solid rgb(var(--alt_firma));
    margin: 0;
}

/* Alineación */
.text_center { text-align: center; }

/* Viñetas */
.bullet {
    background-color: rgb(var(--main_firma));
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: rgb(var(--shadow_white));
    text-align: center;
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.bullet::before {
    content: '\f00c';
    display: block;
    line-height: 2;
    font-size: 0.75em;
}

/* Tamaños */
.w_100 { width: 100%; }



/* BREAKPOINTS --------------------------------------------------------------------------- */
@media (min-width: 600px) {
    /* Contenedores */
    .site_footer .wrap_content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .site_footer .wrap_content .column:first-child { width: 100%; }
    .site_footer .wrap_content .column:not(:first-child) { width: 265px }

    /* Navegación */
    .comp_nav.row_responsive ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.25rem;
    }

    /* Grid */
    .wrap_grid, .wrap_grid.grid_sector { grid-template-columns: auto auto; }
    .wrap_grid.grid_cards { grid-template-columns: auto; }
    .wrap_grid.grid_6 { grid-template-columns: auto auto auto;}

    .wrap_grid_pair .card.row {
        position: relative;
        padding-top: 20px;
        padding-left: 3.125em;
    }
    .wrap_grid_pair .card.row .bullet {
        top: 1.25em;
        left: 1.25em;
    }

    /* Componentes */
    .comp_dw_badge { display: block; }

    /* Hero */
    .hero_view .wrap_heading { width: 50%; }
    .hero_view.hero_modulos { background-image: url('../imgs/hero/hero_modulos.png'); }
    .hero_view.hero_precios { background-image: url('../imgs/hero/hero_precios.png'); }
    .hero_view.hero_legalidad { background-image: url('../imgs/hero/hero_legalidad.png'); }
    .hero_view.hero_contacto { background-image: url('../imgs/hero/hero_contacto.png'); }

    /* Call to action */
    .comp_cta .comp_group_button.access { flex-direction: row; }

    /* Formulario */
    form {
        flex-direction: row;
        flex-flow: wrap;
    }

    form div:last-child {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    form div.column_50 { width: calc(50% - 10px); }
}

@media (min-width: 1024px) {
    /* Contenedores */
    .wrap_content { width: calc(100vw - 40px); }

    .wrap_content.row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .wrap_content.row.order_left { flex-direction: row-reverse; }
    .wrap_content.row .column {
        width: 100%;
        max-width: 550px;
        align-items: start;
    }
    .wrap_content.row .column.img { max-width: 660px; }

    .wrap_content .column_sm { width: 25%; }
    .wrap_content .column_md { width: 75%; }

    .wrap_content.row.align_top { align-items: start;}

    .wrap_master.site_header { height: 90px; }

    .site_footer .wrap_content { flex-wrap: nowrap; }
    .site_footer .wrap_content .column:first-child { width: 483px; }

    .comp_user { display: flex; }

    /* Botones */
    .toggler { display: none; }

    /* Navegación */
    .comp_nav.desktop { display: block; }
    .comp_nav.desktop ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .comp_nav.desktop ul li a {
        color: rgb(var(--shadow_white));
        justify-content: center;
    }
    .comp_nav.desktop ul li a.active::before {
        top: 100%;
        left: 0;
        width: 100%;
        height: 6px;
    }

    .comp_nav.row_responsive ul { gap: 0 1.25rem; }

    .comp_group_button.access {
        display: flex;
        align-items: center;
    }
    .comp_group_button.access a {
        border: 1px solid rgb(var(--shadow_white));
        padding: 0.75rem;
        color: rgb(var(--shadow_white));
    }    
    .comp_group_button.access a.button_prim {
        background-color: rgb(var(--shadow_white));
        color: rgb(var(--main_firma));
    }
    .comp_group_button.access a:hover,
    .comp_group_button.access a.button_prim:hover {
        background-color: rgb(var(--alt_firma));
        border-color: rgb(var(--alt_firma));
        color: rgb(var(--main_firma));
    }

    .sticky .comp_group_button.access a.button_prim {
        background-color: rgb(var(--main_firma));
        color: rgb(var(--shadow_white));
    }
    .sticky .comp_group_button.access a.button_prim:hover {
        background-color: rgb(var(--alt_firma));
        color: rgb(var(--main_firma));
    }

    /* Imágenes */
    .site_brand.responsive, footer .site_brand { width: 220px; }

    /* Grid */
    .wrap_grid, .wrap_grid.grid_sector {
        grid-template-columns: auto auto auto;
        margin-left: unset;
        margin-right: unset;
    }

    .wrap_grid.grid_cards { grid-template-columns: auto auto auto; }

    .wrap_grid.grid_brand { grid-template-columns: auto auto auto; }
    .wrap_grid.grid_brand div { align-items: center; }

    .wrap_grid_pair { grid-template-columns: auto auto; }

    /* Hero */
    .hero {
        padding-top: 7rem;
        text-align: start;
    }

    .hero_view { height: calc(400px + 90px); }

    /* Call to action */
    .comp_cta {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding: 2.5rem;
        height: 270px;
    }

    .comp_cta .comp_group_button { justify-content: start; }

    .comp_cta img {
        position: relative;
        top: -40%;
        max-width: 550px;
    }

    .comp_cta .comp_cta_content { max-width: 672px; }

    /* Utilitarios */
    .py_responsive {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /* Tabla de precios */
    .comp_prices {
        grid-template-columns: auto auto auto;
    }

    /* Aviso de Cookies */
    .comp_cookies {
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        max-width: calc(992px - 2.5rem);
    }
    .comp_cookies .comp_body { max-width: 80%; }
    .comp_cookies .comp_group_button { flex-direction: column; }
    .comp_cookies .comp_group_button > * { width: auto; }
}

@media (min-width: 1200px) {
    /* Contenedores */
    .wrap_content { width: 1170px; }

    /* Grid */
    .wrap_grid.grid_6 { grid-template-columns: auto auto auto auto auto auto;}
    .wrap_grid_pair { grid-template-columns: auto auto auto auto; }
}

@media (min-width: 1440px) {
    /* Contenedores */
    .wrap_content { width: 1370px; }

    /* Hero */
    .hero_view .wrap_heading { width: 40%; }
}