body.account-pages {
    margin: 0px;
    padding: 0px;
    height: 100vh;
}

.nav-link {
    font-family: 'Montserrat';
    font-size: 13px;
}

.btn {
    font-family: 'Montserrat'
}

.font-weight-bold {
    font-weight: bold !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}


.bg-primary {
    background-color: #167073 !important;
}

.btn-primary {
    background-color: #167073;
    outline: #167073;
    border-color: #167073;
}

.thead-primary{
    background-color: #167073 !important;
    color: rgba(255, 255, 255, 1);

}
.no-arrow:not(.collapsed)::after {
    background: none;
    display: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #167073e8;
    border-color: #167073;
}

.text-primary {
    color: #167073 !important;
}

.btn-mega-small{
    padding: 4px 12px;
    font-size: 12px;
}
.btn-cleargrey:hover{
    color: #fff;
}

.btn-cleargrey{
    background-color: #f2f2f2;
    outline: #f2f2f2;
    border-color: #f2f2f2;
    color: #fff;
}
.btn-outline-primary:hover {
    background-color: #167073;
    color: #FFF;
    outline: #167073;
    border-color: #167073;
}

.btn-outline-primary {
    color: #167073;
    border-color: #167073;
    border: 2px solid;
}

.btn-outline-light:hover {
    background-color: #f2f2f2;
    color: #167073;
    outline: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #125c5d;
    outline: #125c5d;
    border-color: #125c5d;
}

#btnHomeMain {
    font-size: 12px;
    font-weight: bold;
    color: #167073;
}

#btnHomeMain:hover {
    color: #FFF;
    background-color: #167073;
}

.form-check-input:checked {
    background-color: #167073;
    border-color: #167073;
    box-shadow: none;
}

.form-switch .form-check-input:focus {
    box-shadow: none;
}

#btnHomeMain2 {
    font-weight: bold;
    font-size: 12px;
}

.title-buscador {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}

label {
    font-size: 13px;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #167073;
    --first-color-light: #F7F6FB;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

a {
    text-decoration: none
}

/* media */

#body-free {
    padding-left: 0em;
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100%;
    background-color: var(--first-color);
    padding: 1rem 10px 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem;
    margin-left: 0px;
    padding-left: 8px;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}



.multiselect-container li.active{
    background-color: #167073;
    color: #FFF;
}


.toggle-off.active::before{
    height: 40px;
    top: 0px;
}

.height-100 {
    height: 100vh
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.left_landing_info{
    text-align: right;
}
.right_landing_info{
    text-align: left;
}

@media screen and (max-width: 991px) {
    .account-pages .col-lg-8 {
        display: none;
    }

    .account-pages .col-lg-4 {
        padding: 0px 3em;
    }
}

@media screen and (max-width: 768px) {
    #balls_pointers{
        display: none;
    }
    .left_landing_info{
        text-align: center;
    }
    .right_landing_info{
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width))
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width))
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 10px 0 0
    }

    .l-navbar.show {
        width: calc(var(--nav-width) + 170px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 170px)
    }

    .body-pd #logo_mini {
        display: none;
    }

    .body-pd #logo_max {
        display: block;
    }
}

.card {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;

}

.card-header {
    font-weight: normal;
    font-size: 24px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;

}

.pricing-list {
    font-family: 'Montserrat';
    list-style: none;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.pricing-list li i {
    font-size: 30px;
    color: #167073;
    line-height: 40px;
}

.pricing-list li small {
    font-size: 10px;
}

.pricing-list li {
    font-weight: bold;
    border-bottom: 1px solid #F2F2F2;
    height: 40px;
    line-height: 40px;
}

.pricing-list-text {
    font-family: 'Montserrat';
    list-style: none;
    text-align: center;
    padding: 0px 0px 10px 0px;
    margin-top: 150px;
}

.pricing-list-text li small {
    font-size: 10px;
    display: block;
}

.pricing-list-text li.oneline {
    height: 55px;
}

.pricing-list-text li.filters {
    height: 75px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pricing-list-text li.agroups {
    height: 70px;
}

.pricing-list li.oneline {
    height: 55px;
    line-height: 55px;
}

.pricing-list li.filters {
    height: 75px;
    line-height: 75px;
}

.pricing-list li.agroups {
    height: 75px;
    line-height: 75px;
}

.pricing-list-text li.default {
    height: 40px;
    line-height: 40px;
}

.pricing-list-text small {
    font-weight: normal !important;
}
.pricing-list-text li {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: 30px;
}

.credits_bar_cont {
    display: block;
    padding-right: 10px;
    padding-left: 60px;
    margin-top: 0px;
    padding-top: 0px;
}

.credits_bar_cont .credits_bar {
    border: 1px solid #FFF;
    border-radius: 8px;
    width: 100%;
    height: 8px;
    display: inline-block;
    position: relative;
}

.credits_bar_cont .credits_bar_fill {
    background-color: white;
    height: 6px;
    display: block;
    width: 0%;

}

.credits_bar_cont .credits_quant {
    display: block;
    font-size: 10px;
    font-family: 'Montserrat';
}

.credits_bar_cont_big {
    display: block;
    padding-left: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

.credits_bar_cont_big .credits_bar {
    border: 2px solid #167073;
    width: 100%;
    height: 12px;
    display: inline-block;
    position: relative;
}

.credits_bar_cont_big .credits_bar_fill {
    background-color: #167073;
    height: 8px;
    display: block;
    width: 0%;

}

.credits_bar_cont_big .credits_quant {
    display: block;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #000;
}

p.title_section {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 17px;
}

p.subttitle_section {
    margin-bottom: 0px;
    font-size: 15px;
    color: #4D4D4D;

}

p.subttitle_section_2 {
    margin-top: 20px;
    font-size: 15px;
    color: #4D4D4D;

}

.credits_separator {
    background: #167073;
    height: 5px;
    border-radius: 10px;
}

#register_credits_label {
    color: #167073;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.options_favorites a {
    text-decoration: none;
    color: #4D4D4D;
    font-size: 14px;
}

.options_favorites span {
    color: #4D4D4D;
    font-size: 1rem;
    line-height: 40px;
}

.options_favorites_index span, .options_favorites_index a {
    color: #4D4D4D;
    font-size: 1rem;
    line-height: 40px;
}

.menu_tab {
    font-weight: bold;
    cursor: pointer;
}

.menu_tab.active {
    border-bottom: 2px solid #167073;
    margin-bottom: -2px;
    padding-bottom: 5px;
    color: #000 !important;
    font-weight: bold;
}


/* FICHA */

.title-ficha {
    font-size: 17px;
    font-family: 'Montserrat';
    display: inline-block;
    vertical-align: top;
    margin-top: 55px;
    margin-left: 20px;
}

.img-ficha {
    background: #167073;
    width: 109px;
    height: 109px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 109px;
    color: #FFF;
    font-size: 30px;
}

.nif-ficha {
    font-size: 14px;
    font-family: 'Montserrat';
    display: block;

}


.ficha-box {
    border-radius: 20px;
    box-shadow: 3px 3px 4px #d4d4d4;
    border-top: 1px solid #d4d4d429;
}

.left-ficha {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #4D4D4D;
}

.title-ficha-section {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 15px;
    color: #4D4D4D;
}


.historia_ficha {
    padding: 0px;
    list-style: none;
    position: relative;
}

.historia_ficha:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 40px;
    bottom: 30px;
    left: 16px;
    border-left: 2px solid #4d4d4d;
    transform: translate(-50%);
}

.historia_ficha .ball_historia {
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    border: 1px solid #4d4d4d;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 10px;
    z-index: 1;
    background: white;
}

.historia_ficha .content_historia {
    font-size: 14px;
    line-height: 24px;
}

.modal-header-hey {
    margin: 30px;
    border-bottom: 3px solid #167073;
    margin-top: 20px;
}

.modal-body-hey {
    margin: 30px;
    margin-top: 0px;
    font-family: 'Montserrat';
}

.modal-footer-hey {
    margin: 30px;
    margin-top: 0px;

}

.modal-header-hey .modal-title {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #000;
}

.modal-header-hey .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: white;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 100%;
    font-size: 14px;
    opacity: 1;
    padding: 6px;
}

.modal-header-hey .modal-subtitle {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 10px;
    display: block;
}


.modal-content.p-4.rounded-4 {
    border-radius: 20px;
    box-shadow: 3px 3px 5px 0px #585151;
    border: 0;
}

.top-add-text {
    display: block;
    font-family: 'Montserrat';
    font-size: 15px;
}

.top-add-form span {
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 15px;
}

.top-add-form input {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 2px 0px px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Montserrat';
}

.top-add-form {
    display: block;
    font-family: 'Montserrat';
    font-size: 15px;
}

.modal-footer-hey small {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.modal-body-hey .add_list_form {
    font-family: 'Montserrat';
    font-size: 15px;
}


.disabled>* {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#actividad_cnae_search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
}

#actividad_cnae_search::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
}

#actividad_cnae_search:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
}

#actividad_cnae_search:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
}

#actividad_sic_search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
}

#actividad_sic_search::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
}

#actividad_sic_search:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
}

#actividad_sic_search:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
}


@media screen and (max-width: 1210px) {
    #tarifas_default {
        display: none;
    }
}

@media screen and (min-width: 1210px) {
    #tarifas_mobile {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    #gold_tab_tarifas {
        margin-top: 20px !important;
    }
}

/*DATA TABLE JQUERY CSS*/
.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
    float: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #167073 !important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #167073 !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #11595c !important;

}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #FFF !important;
}

/*DATA TABLE JQUERY CSS*/

#headingOne {
    position: relative;
}

.accordion-button:not(.collapsed) {
    color: #4d4d4d;
    background-color: #F2F2F2;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    color: #4d4d4d;
    background-color: #F2F2F2;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item {
    border: 0px;
}

table a.text-primary{
    font-size: 12px;
    font-weight: 600;
}


.multiselect-container{
    overflow-y: scroll;
    max-height: 300px;
}

.header-title{
    border-bottom: 2px solid #167073;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}
.table-overflow{
    overflow-y: auto;
    overflow-x: auto;
    padding: 10px;
}


.header-bg{
    background-image: url('../images/bg_home.jpg');
    background-position: 0px 50%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: -21px;
    width: 100%;
    height: 450px;    
    z-index: -1;
}

.card-container {
    width: 100%;
    text-align: center;
}

.point_ball_container::after{
    content: '';
    position: absolute;
    background: #606060;
    width: 1px;
    height: 100%;
    display: block;
    left: 13px;
    top: 0px;
    z-index: -1;
}

.point_ball_container{
    width: 27px;
    display: block;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
}
.point_ball{
    border: 1px solid #606060;
    border-radius: 50px;
    margin-top: 150px;
    margin-bottom: 350px;
}

.point_ball:last-child{
    margin-bottom: 120px;
}
.point_ball_span{
display: block;
    width: 25px;
    height: 25px;
    background: #167073;
    border-radius: 20px;
    border: 4px solid #fff;
    z-index: 2;
}

footer{
    background-color: #606060;
    color: #FFF;
    font-family: 'Montserrat';
}

*[data-href] {
    cursor: pointer;
}

#form_busqueda_empresas input,#form_busqueda_empresas select{
    font-size: 12px;
}

.alert {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

.cookiealert small{
    font-size: 11px;
}

.l-navbar #legal_menu_left li{
    margin-left: -409px !important;
    font-size: 10px;
}
.l-navbar.show #legal_menu_left li{
    margin-left: 0px !important;
    font-size: 8px;
}