body {
    background-color: #FFF;
    font-family: 'Inter', sans-serif;
    color: #3f3f3f;
    font-size: 1rem;
    font-weight: 500;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

* {
    transition: .2s ease;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #0b69b4;
}

.interior article {
    h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #0b69b4;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 1.3rem;
        color: #0b69b4;
        font-weight: 600;
        margin-bottom: 13px;
    }

    #ac-empresa div.pseudo-h2.accordion-header {
        margin-bottom: 0;
    }

    h3 {
        font-size: 1.15rem;
        font-weight: 600;
        color: #0b69b4;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    :not(.alert) > p {
        color: #39424e;
    }
}

#barrasDeNavegacionBarraPrincipal, #barrabarrasDeNavegacionBarraSecundaria,
#englishNavigationBarsMainBar, #englishNavigationBarsSecondaryBar

{
    font-size: 1rem;
    margin: 10px -10px;
    letter-spacing: -.5px;
}

#barrasDeNavegacionBarraPrincipal a.nav-link,
#englishNavigationBarsMainBar a.nav-link
{
    color: #fff;
}

.menuLateral {
    background: #00070e !important;
    position: fixed;
    height: 100vh;
    z-index: 10;
    overflow-y: auto;
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px 40px 10px;

    .logo {
        width: 145px;
        display: block;
        margin: 20px auto;
    }

    .logo-ee {
        margin: 0 -10px;
    }

    .logo-ee:hover {
        background-color: #044272;
    }

    .navbar-nav {
        width: 100%;
    }

    #barrasDeNavegacionBarraPrincipal .nav-link,
    #englishNavigationBarsMainBar .nav-link
    {
        display: block;
        padding: 9px 10px 9px 20px!important;
    }

    #barrasDeNavegacionBarraPrincipal .nav-link:hover,
    #englishNavigationBarsMainBar .nav-link:hover
    {
        background-color: rgb(4, 66, 114);
        color: #FFF;
    }

    .btn-cu:hover
    , #barrasDeNavegacionBarraPrincipal .nav-link.active
    , #englishNavigationBarsMainBar .nav-link.active
    {
        background-color: #0b69b4;
        color: #FFF;
    }


    #barrasDeNavegacionBarraPrincipal .nav-link:focus,
    #englishNavigationBarsMainBar .nav-link:focus
    {
        color: #FFF;
    }

    #barrabarrasDeNavegacionBarraSecundaria,
    #barraenglishNavigationBarsSecondaryBar
    {
        padding: 0;
        margin-top: auto;
        margin-bottom: 0;
    }

    #barrasDeNavegacionBarraSecundaria .nav-link,
    #englishNavigationBarsSecondaryBar .nav-link
    {
        padding: 2px 20px;
        font-size: 14px;
        color: #989ca0;
    }

    #barrasDeNavegacionBarraSecundaria .nav-link:hover,
    #englishNavigationBarsSecondaryBar .nav-link:hover
    {
        color: #FFF;
    }
}

.idioma {
    border-top: 1px solid #474646;
    border-bottom: 1px solid #474646;

    img {
        margin-right: 14px;
    }
}

.btn-cu {
    padding: 12px 20px;
    display: block;
    line-height: normal;
    display: none;
}

/* Iconos menu lateral */
#barrasDeNavegacionBarraPrincipal a::before, .btn-cu::before,
#englishNavigationBarsMainBar a::before, .btn-cu::before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 14px;
    font-size: 20px;
    vertical-align: middle;
}

/* Iniciar sesion */
.btn-cu::before {
    content: '\f007';
}

  .carousel-control-prev
, .carousel-control-next {
    display: none;
}

.carousel-indicators button[data-bs-target] {
    width: 450px;
    height: 150px;
    text-indent: unset;
    background-clip: unset;
    overflow: hidden;
    border: 0;
    top: 0px;
    position: relative;
    transition: .2s all;
    opacity: 1;
    border: 2px solid #309aff;
}

.carousel-indicators {
    justify-content: space-between;
    margin: 0 auto 60px;
    padding: 0 30px;
    max-width: 1680px;
    width: 100%;
    display: none;

    img {
        width: 120px !important;
        height: 100%;
    }

    .img-thumbnail {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 25px;
        margin: 0 10px;
    }

    h2 {
        margin: 20px 0 0 0;
        padding: 0;
        text-align: left;
        font-size: 1.15rem;
        letter-spacing: -.6px;
        font-weight: 600;
        color: #5f6775;
    }
    .img-thumbnail.active h2 {
        color: #2b79b4;
    }

    .img-thumbnail.active {
        top: -20px;
        position: relative;
        transition: .2s all;
        -webkit-box-shadow: 0px 14px 60px 14px rgba(8, 22, 36, 0.2);
        -moz-box-shadow: 0px 14px 60px 14px rgba(8, 22, 36, 0.2);
        box-shadow: 0px 14px 60px 14px rgba(8, 22, 36, 0.2);
    }
}

/* informacion agregada */
.carousel-caption.informacion-agregada {
    display: flex;
    max-width: 100vw;
    justify-content: space-between;

    .grafico-agregado {
        height: 400px;
        max-width: 100%;
        background-color: #FFF;
        border-radius: 8px;
        padding: 30px;
        object-fit: contain;
        width: 540px;
        top: -70px;
        position: relative;
        box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.2);
    }
}

.btn.btn-success {
    background-color: #27bc5a;
    border-color: #27bc5a;
    border-radius: 3px;
}

.btn.btn-success:hover  {
    background-color: #09983a;
    border-color: #09983a;
}

.menuLateralMobil {
    background-color: #00070e;
    z-index: 2;
    color: #FFF;
    border-bottom: 1px solid #000;
    text-align: right;
    width: 100%;
    height: 60px;
    display: none;
    justify-content: space-between;
    position: fixed;

    .logo {
        width: 140px;
        height: 100%;
        padding: 0 16px;
    }

    .logo-ee {
        margin: -1px -12px;
    }

    .logo-ee:hover {
        background-color: #044272;
    }

    span {
        height: 60px;
        align-items: center;
        display: flex;
    }
}

.menuLateralMobilAzul {
    background-color: #0b69b4;
    color: #FFF;
    border-bottom: 1px solid #0b69b4;
    text-align: right;
    width: 100%;
    height: 60px;
    justify-content: space-between;
    position: fixed;
    top: 60px;
    display: none;

    span {
        height: 60px;
        align-items: center;
        display: flex;
    }
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #FFF;
    margin: 6px 0;
    transition: .2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* Empresas */
.empresas {
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 30px 0 0 0;
    max-width: 1440px;
    position: relative;
    margin: 0 auto 50px;

    .logotiposEmpresas {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        grid-gap: 18px 18px;
    }

    .iso {
        flex: 0;
    }

    .isoLogo {
        height: 120px;
        width: 254px;
        font-size: 13px;
        line-height: normal;
        padding: 12px 10px;
        border-radius: 4px;
        flex-direction: column;
        display: flex;
        margin: auto;
        justify-content: space-around;
        border: 1px solid #dee5fc;
        cursor: pointer;
    }

    .isoLogo:hover {
        border: 1px solid #309aff;
    }

    .isoLogo:hover span {
        color: #0e5ca6;
    }

    img {
        object-fit: contain;
        padding: 0;
        width: calc(100% - 50%);
        margin: 0 auto;
        height: calc(100% - 50%);
    }

    span {
        line-height: 15px;
        margin: 0 -10px -15px;
        color: #5e7099;
        background-color: #FFF;
        height: 50px;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 0 4px 4px;
    }

    .isoLogo:hover {
        background-color: #FFF;
    }
}

@media (max-width: 991px) {
    .empresas .isoLogo {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .empresas .logotiposEmpresas {
        justify-content: center;
    }
}

@media (min-width: 2000px) {
    .empresas .isoLogo {
        width: 218px;
    }
}

/* Vista especial para portada interior Información por empresa */
.nodo_b0c9b6449cb46 .nodo, .nodo_2bd4681b4c866 .nodo {
    max-width: 1620px !important;
}

.nodo_b0c9b6449cb46 header, .nodo_2bd4681b4c866 header {
    max-width: 1440px;
    margin: auto;
}

/* Base páginas interiores */
  .container .nodo
, .container .nodo.nodo {
    position: absolute;
    left: 520px;
    right: 0;
    top: 40px;
    bottom: 0;
    padding: 0 60px 0;
    max-width: 1180px;
    margin: auto;
}

.container .col-12 article.nodo {
    left: 260px;
}

/* Informacion por Empresa */
.header-empresas {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: 0;
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 3px 13px 0px #c8d6e3;

    h1 {
        font-size: 1.4rem !important;
        color: #00070e;
        margin-bottom: 0 !important;
        margin-top: -20px;
    }

    img {
        width: fit-content !important;
        height: 95px;
        padding: 0 20px 20px 0;
        max-width: 230px !important;
        margin-right: 30px !important;
    }
}

.data-memoria {
    border-top: 1px solid #b3c4dd;
    padding: 11px 0;
    margin-top: 0px;
    background-color: #FFF;
    border-bottom: 1px solid #b3c4dd;
    margin-bottom: -1px;

    .col-3 {
        width: 20%;
    }

    .dropdown  a:hover {
        color: #198e41;
        background-color: #e3f4df;
    }

    .dropdown-menu.show {
        border: 1px solid #b8dcc5;
    }
}

.contenido {
    display: flex;
    min-height: 100%;
    margin-left: 260px;

    .col-lg-3.d-print-none {
        padding: 0;
    }

    .col-lg-9 {
        flex: 1 0 0%;
    }
}

.interior {
    min-height: 100vh;
    .nodo {
        width: 100%;
        margin: auto;
        max-width: 1100px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.interior div.aside-colapsado {
    font-size: .98rem;
    line-height: 1.24rem;
    color: #fff;
    width: 100%;
    background-color: #0b69b4;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    .menu-celular {
        nav { padding: 0; }
        h2 { margin-top: 0; }
    }
}

aside.i-881663ffd5256 .pseudo-h2,
aside.i-c3ab11845c866 .pseudo-h2 {
    margin-top: 50px;
}


.interior aside.agregada {
    font-size: .98rem;
    line-height: 1.24rem;
    color: #FFF;
    max-width: 260px;
    height: 100%;
    width: 100%;
    background-color: #0b69b4;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;

    .pseudo-h2 {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -.2px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        color: #FFF;
    }

    nav {
        padding: 0 10px 30px 10px;
        background-color: #0b69b4;
        top: 50px;
        position: sticky;
    }

    .btn-group {
        display: block;
    }

    button.btn {
        background-color: #e5edf5;
        color: #00070e;
        font-weight: 600;
        padding-right: 24px;
        border: transparent;

        span {
            border-top: 1px solid #00070e;
            display: block;
            font-weight: normal;
            white-space: normal;
        }

        &::after {
            position: absolute;
            right: 7px;
            top: calc(38% - .25rem);
            font-size: 36px;
            color: #0b69b4;
        }
    }

    button.btn:hover {
        background: #b4d9ff;
        color: #032540;
    }
}

.interior aside.default {
    font-size: .98rem;
    line-height: 1.24rem;
    color: #FFF;
    max-width: 260px;
    height: 100%;
    width: 100%;
    background-color: #0b69b4;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.interior aside.default .pseudo-h2 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    color: #FFF;
}

.interior aside.default nav {
    padding: 0 10px 30px 10px;
    background-color: #0b69b4;
    top: 50px;
    position: sticky;
}

.interior aside.default a {
    color: #FFF;
    display: block;
}

.interior aside.default a:hover {
    color: #00070e;
}

.interior aside.default ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.interior aside.default li {
    border-radius: 4px;
    padding: 0;
    margin-bottom: 3px;
}

.interior aside.default li a {
    border-radius: 4px;
}

.interior aside.default li:hover {
    background-color: #e5edf5;
    color: #00070e;
}

.interior aside.default .active {
    background-color: #e5edf5;
    color: #00070e;
    border-radius: 4px;
    font-weight: 600;
}

.interior aside.default .active a {
    color: #00070e;
}

.interior aside.default img {
    position: absolute;
    left: 22px;
    margin-top: 0px;
    height: 19px;
}

.interior aside.default li a:hover img,
.interior aside.default li .active img
{
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2549%) hue-rotate(215deg) brightness(105%) contrast(109%);
}

.interior aside.default * {
    transition: .1s all;
}

/* Presentacion */
.interior aside.default .foto {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -50px;
}

.interior aside.default .ministro {
    filter: grayscale(1);
    height: auto;
    position: unset;
}

.interior aside.default blockquote {
    font-family: georgia;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-top: 30px;
    margin-left: 30px;
}

.interior aside.default blockquote::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: -20px;
    color: #b3deff;
}

.interior aside.default .active a::before {
    color: #2679e3;
}

.interior aside.default li a {
    padding: 8px 8px 8px 40px;
}

.interior aside.i-ef03dcf39cb46 ul,
.interior aside.i-a0df9c435c866 ul {
    li a::before {
        content: '\f036';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-left: -20px;
        padding-right: 7px;
    }

    li a {
        padding: 8px 8px 8px 30px;
    }
}

.interior aside.i-ef03dcf39cb46 ul ul,
.interior aside.i-a0df9c435c866 ul ul {
    font-weight: normal;
    font-size: .8rem;
    line-height: normal;
    padding-left: 14px;
    border-radius: 4px;

    li {
        border-left: 1px solid #b2bcd7;
        border-radius: 0;
        margin: 0;
    }

    .active {
        border-radius: 0;
    }

    .active a {
        color: #0b69b4;
    }

    li a::before {
        content: '\f111';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-left: -18px;
        padding-right: 8px;
        font-size: 10px;
        color: #b2bcd7 !important;
    }

    li.active a::before {
        color: #0b69b4 !important;
    }

    li a {
        padding-left: 13px;
    }

    li a:hover {
        color: #2679e3;
    }
}

.breadcrumb {
    left: 520px;
    position: absolute;
    top: 0;
    width: auto;
    max-width: 1400px;
    margin: auto;
    right: 0;
    padding: 0 30px;
    display: none;
}

/* Responsivo */
@media only screen and (max-width: 1920px) {
    .carousel-indicators {
        max-width: 1199px;
    }
}

@media only screen and (max-width: 1600px) {
    .container .nodo, .container .nodo.nodo {
        padding: 0 60px 0;
        max-width: 920px;
        margin: unset;
    }
}

@media only screen and (min-width: 1200px) {
    .menuLateral {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .menuLateral {
        width: 0;
        padding: 0 0 20px 0;
        z-index: 100;
    }

    .nodo_b0c9b6449cb46 header, .nodo_2bd4681b4c866 header {
        text-align: center;
    }

    .interior {
        aside.default.mostrarMenu,
        aside.agregada.mostrarMenu
        {
            left: 0;
            width: 260px;
        }
    }

    .ministro-barra {
        display: none;
    }

    .menuLateralMobil, .menuLateralMobilAzul {
        display: flex;
        z-index: 1;
    }

    .menuLateralMobilAzul {
        justify-content: end;

        .btn {
            background-color: transparent;
            border: 0;
            padding: 14px 12px;
            margin: 0;
        }
    }

    .carousel {
        width: 100%;
    }



    .container .nodo, .container .nodo.nodo {
        left: 0 !important;
        right: 0;
        top: 100px;
        bottom: 0;
        max-width: 100%;
    }

    .contenido {
        margin-left: 0;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .menuLateral #barrasDeNavegacionBarraPrincipal .nav-link,
    .menuLateral #englishNavigationBarsMainBar .nav-link
    {
        padding: 9px 10px 9px 30px !important;
    }

    .menuLateral #barrasDeNavegacionBarraSecundaria .nav-link,
    .menuLateral #englishNavigationBarsSecondaryBar .nav-link
    {
        padding: 5px 30px;
    }

    .interior aside .pseudo-h2 {
        margin-top: 30px;
    }
}

/* Desactivar Nav Toggler */
  #barrasDeNavegacionBarraPrincipal.collapse:not(.show)
, #englishNavigationBarsMainBar.collapse:not(.show)
, #barrasDeNavegacionBarraSecundaria.collapse:not(.show)
, #englishNavigationBarsSecondaryBar.collapse:not(.show) {
    display: block !important;
}

  #barrabarrasDeNavegacionBarraPrincipal .navbar-toggler
, #barraenglishNavigationBarsMainBar .navbar-toggler
, #barrabarrasDeNavegacionBarraSecundaria .navbar-toggler
, #englishNavigationBarsSecondaryBar .navbar-toggler {
    display: none;
}

/* Invisible pastilla de mapa */
.th-mapa {
    display: none !important;
}

#carouselDocumentos.carousel {
    position: relative;
    right: auto;
    width: 100%;
    max-height: 1180px;
}

#carouselDocumentos .carousel-inner img {
    height: auto;
    width: auto;
    object-fit: cover;
}

#carouselDocumentos {

    .carousel-control-prev {
        display: unset;
    }

    .carousel-control-next {
        display: unset;
    }

    .carousel-indicators button[data-bs-target] {
        width: auto;
        height: auto;
        text-indent: 0%;
        overflow: visible;
        border: 0;
        top: 0px;
        position: relative;
        transition: .2s all;
        opacity: 1;
        border: 2px solid #309aff;
    }
}

#carouselDocumentos .carousel-indicators {
    position: absolute;
    margin-right: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 1rem;
    margin-top: auto;

    img {
        width: 120px !important;
        height: 100%;
    }

    .img-thumbnail {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 25px;
        margin: 0 10px;
    }

    h2 {
        margin: 20px 0 0 0;
        padding: 0;
        text-align: left;
        font-size: 1.15rem;
        letter-spacing: -.6px;
        font-weight: 600;
        color: #5f6775;
    }
    .img-thumbnail.active h2 {
        color: #2b79b4;
    }

    .img-thumbnail.active {
        top: -20px;
        position: relative;
        transition: .2s all;
        -webkit-box-shadow: 0px 14px 60px 14px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 14px 60px 14px rgba(0,0,0,0.2);
        box-shadow: 0px 14px 60px 14px rgba(0,0,0,0.2);
    }
}

.nodo_ef03dcf39cb46 header {
    display: none;
}

#ac-empresa {
    margin-top: 25px;

    .accordion-header button {
        font-size: 1rem;
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #FFF;
        box-shadow: none;
        border-radius: 6px !important;
    }

    #ac-empresa .accordion-item:first-of-type .accordion-button {
        border-radius: 0;
    }

    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #cbe1ec;
    }

    .accordion-item {
        border: 1px solid #cecece;
        margin-bottom: 12px;
        border-radius: 6px !important;
    }

    .accordion-item:hover {
        box-shadow: 0px 3px 10px 0px #93abc2;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
    }

    .pseudo-h2 {
        font-size: 1rem;
        font-weight: 600;
        color: #0b69b4;
    }

    .accordion-button::before {
        font-family: 'Font Awesome 5 Free';
        color: #046ab5;
        border: 1px solid #d8d8d8;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 18px;
        display: flex;
        height: 34px;
        width: 34px;
        justify-content: center;
        align-items: center;
    }

    .accordion-body {
        padding-top: 0;
        border-top: 1px solid #cbe1ec;
    }

    .accordion-body .pseudo-h2 {
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .accordion-item-composicion .accordion-body .pseudo-h2 {
        margin-top: 0;
    }

    .alert, .alert-info {
        border-radius: 0;
        border: none;
        color: #002b56;
        background-color: #d9e5f1;
        padding: 13px 16px;
        font-size: 13px;
        margin-top: 20px;
    }
}

.accordion-item-propiedad .accordion-button::before {
    content: '\f200';
}

.accordion-item-ministerios .accordion-button::before {
    content: '\f19c';
}

.accordion-item-estrategia .accordion-button::before {
    content: '\f15c';
}

.accordion-item-negocio .accordion-button::before {
    content: '\f0b1';
}

.accordion-item-concesiones .accordion-button::before {
    content: '\f05a';
}

.accordion-item-directorio .accordion-button::before {
    content: '\f2bd';
}

.accordion-item-composicion .accordion-button::before {
    content: '\f5fd';
}

.accordion-item-brecha .accordion-button::before {
    content: '\f042';
}

.accordion-item-filiales .accordion-button::before {
    content: '\f0e8';
}

.accordion-item-hitos .accordion-button::before {
    content: '\f058';
}

.accordion-item-indicadores .accordion-button::before {
    content: '\f012';
}

.accordion-item-transferencias .accordion-button::before {
    content: '\f362';
}

.accordion-item-estados .accordion-button::before {
    content: '\f571';
}

.accordion-item-estados_trimestrales .accordion-button::before {
    content: '\f571';
}

.accordion-item-otros .accordion-button::before {
    content: '\f002';
}

.accordion-item-ods .accordion-button::before {
    content: '\e2cd';
}

/* sitios de interés */
.hijos.galeria a {
    margin-bottom: 30px;
    display: flex;
    filter: grayscale(1);
    opacity: .8;
    justify-content: center;
    object-fit: contain;
    width: 111px;
    height: 101px;
}

.hijos.galeria a:hover {
    filter: grayscale(0);
    opacity: 1;
}

.perma {
    display: none;
}

.hijos.panelesColapsables {
    margin-top: 25px;

    .accordion-header button {
        font-size: 1rem;
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #FFF;
        box-shadow: none;
        border-radius: 6px !important;
    }

    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #cbe1ec;
    }

    .accordion-item {
        border: 1px solid #cbe1ec;
        margin-bottom: 12px;
        border-radius: 6px !important;
        box-shadow: 0px 3px 13px 0px rgb(200, 214, 227);
    }

    .accordion-button:not(.collapsed) {
        color: #000;
    }

    h2 {
        font-size: 1rem;
        font-weight: 600;
    }

    .accordion-button::before {
        font-family: 'Font Awesome 5 Free';
        color: #046ab5;
        border: 1px solid #d8d8d8;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 18px;
        display: flex;
        height: 34px;
        width: 34px;
        justify-content: center;
        align-items: center;
    }

    .accordion-body {
        border-top: 1px solid #cbe1ec;
    }

    .accordion-body h3 {
        margin-top: 20px;
    }

    .accordion-body div {
        max-width: 100%;
        width: 100%;
        display: flex;
        font-size: 14px;
        border: none !important;
        color: #002b56 !important;
        padding: 0 !important;
        background-color: transparent !important;
        justify-content: end;
    }

    .accordion-body div a {
        color: #002b56 !important;
        background-color: #d9e5f1 !important;
        padding: 6px 15px;
        border-radius: 4px;
    }

    .accordion-body div a::before {
        content: '\F02E';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-right: 8px;
        font-size: 14px;
        vertical-align: bottom;
    }

    .accordion-body div a:hover {
        color: #FFF !important;
        background-color: #125a92 !important;
    }
}

/* Publicacion */

.hijos.listado, .hijos.personalizado {
    ul {
        list-style: none;
        padding: 0;
    }

    .publicacion {
        margin-bottom: 20px;

        h2 {
            font-size: 1.1rem;
            font-weight: 600;
            border-bottom: 1px solid #b2bcd7;
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        h2 a {
            color: #000;
        }

        h2 a:hover {
            color: #0b69b4
        }

        p {
            font-size: .95rem;
        }

        .small {
            font-size: .85rem;
            color: #0b69b4;
            display: block;
            margin-bottom: 9px;
            width: fit-content;
            margin-top: -4px;
        }

        .small::before {
            content: '\f02e';
            font-family: 'Font Awesome 5 Free';
            font-weight: 600;
            color: #0b69b4;
            margin-right: 7px;
        }
    }
}

.publicacion, .articulo {
        background-color: #FFF;
        color: #39424e;

    h2 {
        font-size: 1.5rem !important;
        border-bottom: 1px solid #cbe1ec;
        padding-bottom: 20px;
        letter-spacing: -.1px;
        margin-bottom: 20px !important;
    }

    dl {
        border-bottom: 1px solid #cbe1ec;
    }

    dt {
        color: #0b69b4;
    }

    dd {
        color: #39424e;
        margin-bottom: 16px;
    }

    .btn.btn-primary {
        background: #d3e0ed;
        border: none;
        border-radius: 3px;
        padding: 4px 9px;
        color: #708199;
        font-weight: 600;
        font-size: 14px;
    }

    .btn.btn-primary:hover {
        background: #0b69b4;
        color: #FFF;
    }

    .btn.btn-primary::before {
        content: '\f08e';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-right: 7px;
    }
}

/*
h2 {
    padding-left: 25px;
}

h2::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #0b69b4;
    font-size: 20px;
    margin-left: -25px;
    margin-right: 10px;
    content: '\F036';
}
*/

.articulo {
    div {
        background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;

        a {
            width: fit-content;
            display: block;
            padding: 5px 14px;
            border-radius: 4px;
            border: 2px solid #0b69b4;
            color: #0b69b4;
        }

        a::before {
            content: '\F08E';
            font-family: 'Font Awesome 5 Free';
            font-weight: 600;
            margin-right: 6px;
        }

        a:hover {
            background-color: #0b69b4;
            color: #FFF;
        }
    }
}

.accordion-body, .accordion-body table, .accordion-body thead th {
    font-size: .8rem;
    line-height: 18px;
    color: #777;
}

thead th {
    font-size: 1rem;
    color: #212529;
}

.accordion-body p {
    font-size: 1rem;
    line-height: normal;
}

th.ra {
    text-decoration: underline;
}

td.ra {
    font-weight: bold;
}

/* Tamaño M */
.btn-cu.btn-m {
    width: 160px;
    min-width: 160px;
    max-height: 42px;
    padding: 8px 18px 8px 15px !important;
    font-size: 16px;
    line-height: 1.6em;
}
.btn-cu.btn-m .cl-claveunica {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

/* Tamaño S */
.btn-cu.btn-s {
    width: 130px;
    min-width: 130px;
    max-height: 36px;
    padding: 8px 10px !important;
    font-size: 14px;
}

.btn-cu.btn-s .cl-claveunica {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.btn-cu.btn-color-estandar:hover {
    background-color: #0C549C;
    color: #FFF;
}

.btn-cu.btn-color-estandar:active {
    background-color: #093F75;
    color: #FFF;
}

.btn-cu.btn-color-estandar:focus {
    background-color: #0C549C;
    color: #FFF;
    outline: 1px dashed #000;
}

div#reporte_negocio_negocioMercados,
div#reporte_negocio_negocioAmbitos,
div#grafico_empresa
{
    height: 198px;
    overflow: auto;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 5px 10px;
}

div#grafico_empresa {
    border: 1px solid #4f9ad6;
}

div#reporte_negocio_negocioAmbitos {
    height: auto;
}

table.composicion {
    table-layout: fixed;
    td {
        font-size: 80%;
        div {
            font-weight: bold;
            font-size: 180%;
            color: #3f3f3f;
        }
    }
}
tr.otras_ganancias_p_rdidas,
tr.ganancia_p_rdida_antes_de_impuestos,
tr.gastos_por_impuestos_a_las_ganancias,
tr.ganancias_p_rdidas,
tr.incremento_neto_disminuci_n_en_el_efectivo_y_equivalente,
tr.efectivo_y_equivalente_al_efectivo_al_inicio_del_per_odo,
tr.efectivo_y_equivalente_al_efectivo_al_final_del_per_odo {
    font-style: italic;
}

#masiva textarea {
    min-height: 300px;
}

@media print {
    a.btn {
        display: none;
    }
    article.nodo, .container {
        width: 100%;
        max-width: 100%;
    }
    p {
        text-align: justify;
    }

    .container .nodo.nodo {
        left: 0;
    }
}

table.table tr:last-child {
    td, th {
        border-bottom: 0;
    }
}

form[name=reporte_brecha] {
    table {
        table-layout: fixed;
    }
    .form-check {
        padding-left: 0;
    }
    input.form-check-input {
        float: none;
        margin-left: 0;
    }
    label.form-check-label {
        display: none;
    }
}

textarea.form-control {
    min-height: 200px;
}

form[name=reporte_aportes_del_fisco] {
    input.glosa {
        display: inline;
        width: calc(100% - 40px);
    }
    button.lower {
        display: inline;
        width: 40px;
    }
}

.intro-rol {
    text-align: center;
    margin-top: 0;

    .categorias {
        border-radius: 8px;
        padding-bottom: 0;
        border: 1px solid #b0d2f2;

        p {
            color: #4a515e;
        }
    }

    .e-publicas {
        width: 720px;
    }

    .e-sociedades {
        width: 527px;
    }

    p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: #4a515e;
    }

    .icono {
        display: block;
        font-size: 24px;
        color: #2c90df;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .botones-empresas {
        display: flex;
        justify-content: space-around;
    }

    .botones-empresas h2 {
        display: flex;
        font-size: 1.1rem;
        align-items: center;
        margin: 0;
    }

    button {
        box-shadow: 0px -15px 20px -15px rgb(154, 170, 189);
        background: linear-gradient(180deg, #fff 0%, #f8fbff 50%) !important;
        color: #5e748c !important;
        font-weight: 600;
        padding: 15px 20px;
        transition: .2s all;
        position: relative;
        top: 0;
        width: 490px;
        text-align: left;
        border-radius: 7px;
        border: 2px solid #ffffff;

        .ico {
            color: #9eb2c8;
            font-size: 20px;
            margin: 0 9px 0 0;
        }
    }

    button:hover {
        border-color: #ffffff;
        top: -15px;
    }

    .ico {
        display: block;
        font-size: 50px;
        margin-bottom: 14px;
    }

    ul {
        list-style: none;
        margin: 0;
        color: #334a7f;
        padding: 0;
    }

    .datos {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: #5f6775;
        margin-top: 15px;
        padding: 0;

        li {
            margin-bottom: 4px;
        }
    }

    .isologos {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 10px auto 50px;
        justify-content: center;

        .isologo {
            flex-direction: column;
            display: flex;
            width: 160px;
            height: auto;
            background-color: #c5d4e4;
            margin: 6px;
            border-radius: 5px;
            border: 1px solid #fff;
            opacity: .3;

        }

        .activo-social{
          opacity: 1;
        }

        .activo-publica {
            opacity: 1;
          }

        span {
            background: #FFF;
            font-size: 12px;
            color: #5e7099;
            padding: 3px 5px;
            align-items: center;
            display: flex;
            height: 45px;
            line-height: normal;
            justify-content: center;
        }

        img {
            height: 55px;
            object-fit: contain;
            padding: 10px 0;
            width: 100px;
            margin: auto;
        }
    }

    .datos li::before {
        content: '\f0da';
        font-family: 'Font Awesome 5 Free';
        margin-right: 7px;
        color: #a2b2ca;
        font-weight: bold;
    }
}

.intro-rol button.active {
    top: -15px;
    box-shadow: 0px 5px 20px 5px #ffffff;

    .ico, h2 {
        color: #2c90df;
    }
}

canvas.responsive {
    display: inline-block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

canvas#propiedad {
    margin-top: 1rem;
    width: auto !important;
    height: 195px !important;
}

.container .nodo.nodo h1.modal-title {
    margin-bottom: 0;
}

/* Modal mapa */
.modal-backdrop {
    z-index: 0;
}

.modal-region {
    .modal {
        margin-left: 130px;
        margin-top: 3%;
        border-radius: 6px;
    }

    .titulo {
        width: 100%;
    }

    small {
        color: #8fcfff;
    }

    .modal-content {
        box-shadow: 0px 3px 34px 0px #597186;
        border-radius: 9px;
    }

    .modal-header {
        align-items: normal;
        margin: auto;
        text-align: center;
        background-color: #046ab5;
        color: #FFF;
        width: 100%;
    }

    .modal-body {
        display: flex;
        justify-content: space-evenly;
        flex-flow: wrap;
        padding: 9px 6px;
    }

    img {
        object-fit: contain;
        height: 70px;
        width: 100px;
        border-radius: 6px;
        border: 1px solid #d5edff;
        padding: 15px;
        margin: 4px 2px 12px;
    }
}

@media (max-width: 1920px) {
    .modal-region .modal {
        margin-left: 80px;
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .modal-region .modal {
        margin-left: -35px;
    }
}

@media (max-width: 576px) {
    .modal-region .modal {
        margin-left: 0;
    }
}

/* Offcanvas */
.canvas-region {
    .offcanvas {
        z-index: 3;
        left: 260px;
        background-color: #0b69b4;
        color: #FFF;
        max-width: 260px;
        font-size: 14px;
    }

    .offcanvas-backdrop {
        z-index: 2 !important;
    }

    .offcanvas-backdrop.show {
        opacity: 0 !important;
    }

    .titulo {
        width: 100%;
    }

    small {
        color: #8fcfff;
        display: none;
    }

    .offcanvas-header {
        align-items: normal;
        border-bottom: 1px solid #1285e1;

        > div > div {
            font-size: 1.05rem;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 6px;
            margin-top: 32px;
        }
    }
}

.offcanvas-header {
    .btn-close {
        opacity: 100;
    }

    .btn-close::after {
        content: 'Cerrar';
        position: relative;
        left: -50px;
        top: -5px;
        font-weight: bold;
        color: #FFF;
    }
}

.canvas-region .offcanvas-body {
    color: #FFF;
    font-size: .98rem;
    line-height: 1.24rem;
    padding: 16px 10px;

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    li {
        border-radius: 4px;
        padding: 0;
        margin-bottom: 3px;
    }

    a {
        color: #FFF;
        display: block;
        padding: 8px 8px 8px 44px;
    }

    li:hover {
        background-color: #e5edf5;
    }

    li a:hover {
        color: #000;
    }

    li a:hover img {
        filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2549%) hue-rotate(215deg) brightness(105%) contrast(109%);
    }

    img {
        position: absolute;
        left: 8px;
        margin-top: 3px;
        height: 19px;
        width: 26px;
    }
}

@media (max-width: 1199px) {
    .canvas-region .offcanvas-body a {
        pointer-events: none;
    }

    .canvas-region .offcanvas-body li:hover {
        background-color: transparent;
    }
}

.reporte-completo {
    background-color: #FFF !important;
}

/*
.alert-info {
   color: #0b69b4;
    background: #fff;
    border-color: #fff;
}
*/

.rol-bg {
    max-width: 600px;
}

/* Portadilla para Rol Empresarial del Estado */
.nodo_ef03dcf39cb46 {
    .nodo {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    }

    .rol-bg {
        position: absolute;
        left: 419px;
        top: 14.6%;
        right: 0;
    }

    img {
        object-fit: cover;
        height: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: -1;
    }
}

/* Icono en aside para documentos */
.interior aside.i-881663ffd5256 ul li a::before,
.interior aside.i-c3ab11845c866 ul li a::before {
    content: '\F02E';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: -20px;
    padding-right: 7px;
}

.contenedor-reporte {
    max-width: 1100px;
    margin: auto;
    padding: 0 -90px;
    width: 100%;
    overflow: hidden;

    .rut::before, .web::before, .constitucion::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        color: #0b69b4;
        padding: 0 8px 0 0;
    }

    .rut::before {
        content: '\f2bb';
    }

    .web::before {
        content: '\f0ac';
    }

    .constitucion::before {
        content: '\f02e';
    }
}

@media (min-width: 992px) {
    .contenedor-reporte {
        width: calc(100vw - 360px);
    }
}
@media (min-width: 1200px) {
    .contenedor-reporte {
        width: calc(100vw - 590px);
    }
}

.nodo.articulo {
    background-color: #FFF;
}

/* estilo espacial para presentacion */
.nodo_a281c4539cb46 .articulo,
.nodo_4e054f31a0766 .articulo
{
    background-color: transparent;
    box-shadow: none;
    border: none;

    h1 {
        font-size: 1.5rem !important;
        font-weight: 600;
        margin-bottom: 2rem !important;
        border-bottom: unset;
        padding-bottom: unset;
        letter-spacing: unset;
        padding-left: unset;
    }

    h1::before {
        display: none;
    }

    p img {
        object-fit: cover;
        height: 650px !important;
        width: 500px !important;
        padding: 0 0 40px 40px;
    }
}

@media (max-width: 850px) {
    .nodo_a281c4539cb46 .articulo,
    .nodo_4e054f31a0766 .articulo
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nodo_a281c4539cb46 .articulo p img,
    .nodo_4e054f31a0766 .articulo p img
    {
        object-fit: contain;
        height: auto !important;
        width: 100% !important;
        padding: 0;
        margin-bottom: 32px;
    }
}
@media (max-width: 350px) {
    .nodo_a281c4539cb46 .articulo p img,
    .nodo_4e054f31a0766 .articulo p img
    {
        object-fit: cover;
    }
}

/* Info agregada portada */
.nodo_6ba558349cb46 {
    header {
        display: none;
    }

    .nodo {
        max-width: 1240px;
    }

    .info-agregada-portada {
        position: unset;

        span {
            position: absolute;
            left: 419px;
            top: 14.6%;
            right: 0;
        }
    }
}

.info-agregada-portada {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 16.3%;

    span {
        max-width: 430px;
        width: 100%;
        display: block;
        float: left;
    }

    .contenedor-agregada-portada {
        width: calc(100% - 480px);
        position: relative;
        right: 0;
        float: right;
        background-color: transparent;
        padding: 20px 23px;
        border-radius: 8px;
        max-width: 580px;
        display: none;

        h2 {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 17px;
            color: #274d73;
        }
    }
}

.interior .info-agregada-portada {
    h3 {
        font-size: 2.3rem;
        font-weight: 600;
        letter-spacing: -.6px;
        margin-bottom: 20px;
        margin-top: 0;
        color: #022140;
    }

    p {
        color: #274d73;
    }
}

.informacion-agregada {
    .info-agregada-portada {
        margin-top: 0;
    }
}

.nodo_55d8aaccb1356 .nodo {
    header {
        margin: 0;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
    }

    .accordion-item {
        border: 1px solid #cecece;
        margin-bottom: 12px;
        border-radius: 6px !important;
    }

    .accordion-item:hover {
        box-shadow: 0px 3px 10px 0px #93abc2;
    }

    .accordion-header button {
        font-size: 1rem;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #FFF;
        box-shadow: none;
        border-radius: 6px !important;
    }

    .accordion-header {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0;
    }

    .accordion-body {
        padding-top: 0;
        border-top: 1px solid #cbe1ec;
    }

    .alert-info {
        color: #0b69b4;
        background: #fff;
        border: none;
        border-bottom: 1px solid #cecece;
        border-radius: 0;
        padding-top: 0 ;
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 1.13rem;
        margin-bottom: 0.5rem;
    }

    .pseudo-h2 {
        color: #0b69b4;
        border: none;
        border-bottom: 1px solid #cecece;
        font-weight: 600;
        font-size: 1.13rem;
        align-items: center;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .btn.btn-success {
        float: none !important;
    }

    header .small {
        font-size: 15px;
        font-weight: 500;
    }

    th:first-child, td:first-child {
        position: sticky;
        left: 0;
        background-color: white;
    }
}

.nodo_b0c9b6449cb46, .nodo_2bd4681b4c866 {
    th:first-child, td:first-child {
        position: sticky;
        left: 0;
        background-color: white;
    }
}

.accordion-button::before {
    font-family: 'Font Awesome 5 Free';
    color: #046ab5;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 18px;
    display: flex;
    height: 34px;
    width: 34px;
    justify-content: center;
    align-items: center;
}

.accordion-body {
    padding-top: 0;
    border-top: 1px solid #cbe1ec;
}

.accordion-body h3 {
    margin-top: 20px;
}

.accordion-item-composicion .accordion-body h3 {
    margin-top: 0;
}

/*
.alert, .alert-info {
    border-radius: 0;
    border: none;
    color: #002b56;
    background-color: #d9e5f1;
    padding: 13px 16px;
    font-size: 13px;
    margin-top: 20px;
}
*/

aside {
    .dropdown-menu.show {
        transition: none !important;
    }

    .dropdown-item.active {
        background-color: #0b69b4;
    }

    .dropdown-item.active:hover {
        background-color: #015091;
    }

    .dropdown-item:hover {
        background-color: #d8e6f4;
    }

    #tab-info-agregada {
        border: none;

        li {
            border-radius: 4px 4px 0 0;
            padding: 0;
        }

        #graficos-tab.nav-link {
            background-color: #084d84;
            border-top: 1px solid #0f94fc;
            border-right: 1px solid #0f94fc;
            border-left: 1px solid #0f94fc;
            border-bottom: 1px solid #007fe3;
            color: #FFF;
            border-radius: 4px 4px 0 0;
        }

        #graficos-tab.nav-link.active {
            background-color: #007fe3;
            border-top: 1px solid #0f94fc;
            border-right: 1px solid #0f94fc;
            border-left: 1px solid #0f94fc;
            border-bottom: 1px solid #007fe3;
            color: #FFF;
            border-radius: 4px 4px 0 0;
        }

        .nav-item {
            margin-bottom: 0px;
        }
    }

    #ta-info-agregada-content {
        .badge.text-bg-secondary {
            background-color: #025da6 !important;
            border-radius: 4px;
            padding: 5px 7px;
        }
    }

    #graficos-tab-pane {
        padding-top: 15px;
    }

    #graficos-tab-pane.active {
        font-weight: 500 !important;
        background-color: #007fe3;
        color: #FFF;
        border: 1px solid #0f94fc;
        border-radius: 0 4px 4px 4px;
    }

    .foto img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}

.nodo_b0c9b6449cb46 .info-por-empresa-bg,
.nodo_2bd4681b4c866 .info-por-empresa-bg,
.nodo_6ba558349cb46 .info-agregada-portada span,
.nodo_ef03dcf39cb46 .rol-bg,
.nodo_881663ffd5256 .info-por-empresa-bg
{
    position: absolute;
    left: 405px;
    top: 108px;
    right: 0;
    max-width: 28.9%;

    h3 {
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: -.6px;
        margin-bottom: 20px;
        color: #022140;
        margin-top: 0;
    }

    p {
        margin-top: 0;
        margin-bottom: 13px;
        font-size: .95rem;
        letter-spacing: -.3px;
        color: #274d73;
        line-height: 19px;
        font-weight: 500;
        padding: 0;
    }
}

.por-empresa-img, .info-agregada-img {
    object-fit: cover;
    object-position: center right;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #a7c2d7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal-dialog .tab-pane {
    .nav-link {
        background-color: #d8e6f4;
        margin-bottom: 9px;
        border-radius: 5px;
        padding: 10px 13px;
        color: #0b69b4;
        display: flex;
        justify-content: space-between;
        transition: none;
    }

    .nav-link::after {
        content: '\f0da';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
    }

    .nav-link:hover {
        background-color: #0b69b4 !important;
        color: #FFF !important;
    }

    .nav-link.active {
        font-weight: 600;
        color: #FFF !important;
        background-color: #0b69b4 !important;
    }
}

.nav-tabs .nav-item .nav-link {
    color: #00070e;
}

.nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    color: #0b69b4;
}

.info-por-empresa-bg, .informacion-agregada span {
    max-width: 600px;
}

@media (max-width: 1620px) {
    .nodo_b0c9b6449cb46 .info-por-empresa-bg,
    .nodo_2bd4681b4c866 .info-por-empresa-bg,
    .nodo_6ba558349cb46 .info-agregada-portada span,
    .nodo_ef03dcf39cb46 .rol-bg,
    .nodo_881663ffd5256 .info-por-empresa-bg
    {
        left: 330px;
    }

    .por-empresa-img, .info-agregada-img {
        object-position: center center;
    }
}

@media (max-width: 1199px) {
    .nodo_b0c9b6449cb46 .info-por-empresa-bg,
    .nodo_2bd4681b4c866 .info-por-empresa-bg,
    .nodo_6ba558349cb46 .info-agregada-portada span,
    .nodo_ef03dcf39cb46 .rol-bg,
    .nodo_881663ffd5256 .info-por-empresa-bg
    {
        left: 50px;
        max-width: 55%;
    }

    .carousel-caption.portada {
        padding: 0 32px;
    }

    .logo-portada {
        max-width: 360px !important;
    }

    .canvas-region .offcanvas {
        left: 0px;
    }
}

@media (max-width: 560px) {
    .nodo_b0c9b6449cb46 .info-por-empresa-bg,
    .nodo_2bd4681b4c866 .info-por-empresa-bg,
    .nodo_6ba558349cb46 .info-agregada-portada span,
    .nodo_ef03dcf39cb46 .rol-bg,
    .nodo_881663ffd5256 .info-por-empresa-bg
    {
        padding: 32px;
        max-width: 100%;
        text-align: center;
        margin-top: -50px;
        width: 100%;
        right: 0;
        left: 0;
        background: linear-gradient(180deg, rgb(178, 200, 219) 0%, rgba(178, 200, 220, 0) 100%);
    }

    .por-empresa-img, .info-agregada-img {
        opacity: .5;
        object-position: -900px 320px;
        right: 0;
    }

    .nodo_b0c9b6449cb46 .info-por-empresa-bg h3,
    .nodo_2bd4681b4c866 .info-por-empresa-bg h3,
    .nodo_6ba558349cb46 .info-agregada-portada h3,
    .nodo_ef03dcf39cb46 .rol-bg h3,
    .nodo_881663ffd5256 .info-por-empresa-bg h3
    {
        font-size: 2rem;
    }
}

@media (max-width: 850px) {
    .header-empresas {
        flex-direction: column;
        padding-bottom: 20px;

        img {
            margin-right: 0 !important;
            width: auto !important;
            height: 100px;
            border-right: none;
            padding: 15px 40px;
            max-width: 280px !important;
            margin-bottom: 18px;
        }

        h1 {
            font-size: 1.1rem !important;
            text-align: center;
        }
    }

    .intro-rol .botones-empresas {
        flex-direction: column;
        align-items: center;
    }

    .intro-rol button {
        width: 100%;
    }

    #myCarousel .carousel-indicators button[data-bs-target] {
        height: auto;
        margin-bottom: 6px;
        padding: 16px 20px;
        width: 100%;

        h2 {
            margin: 0;
            width: 100%;
            height: auto;
            align-self: center;
        }
    }

    .carousel-inner {
        .portada {
            top: 11%;

            p {
                color: #274d73;
            }
        }
    }
}

.nodo_4c725cda7db46 p {
    margin-top: 1rem;
    margin-bottom: .9rem;
}

#grafico-modal button.nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
}
.interior aside.agregada button.btn.disabled {
    background-color: #2185d7;
    color: #9bd5ff;
    border-color: #2185d7;
    opacity: 1;
}

.interior aside.agregada button.btn.disabled span {
    border-top: 1px solid #3b9fec;
}

/* Acerca Glosario SitiosInteres Contacto PPrivacidad Documentos */
.nodo_deadec7a7db46, .nodo_4c725cda7db46, .nodo_b49b82fa7db46, .nodo_a908402b7db46, .nodo_b78b893b7db46 {
    .nodo {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (max-width: 767.98px) {
    .nodo_deadec7a7db46, .nodo_4c725cda7db46, .nodo_b49b82fa7db46, .nodo_a908402b7db46, .nodo_b78b893b7db46 {
        .nodo {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
}

@media (min-width: 1850px) {
    .nodo_deadec7a7db46, .nodo_4c725cda7db46, .nodo_b49b82fa7db46, .nodo_a908402b7db46, .nodo_b78b893b7db46 {
        .nodo {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
}

.nodo {
    padding: 0 90px;
}

.nodo.flush {
    padding-left: 10px;
    padding-right: 10px;
}


section.nodo_b0c9b6449cb46 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1850px) {
    .nodo {
        padding: 0;
    }
}

/* SitiosInteres */
@media (max-width: 850px) {
.hijos.galeria.galeria {
    flex-wrap: wrap;
    display: flex;
    flex-shrink: unset;
    flex-direction: column;
    margin: auto;
  }
}

/* Aprenda sobre nosotros */
.aprenda {
    margin-left: 25px;
}

.aprenda::before {
    content: '\F036';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #0b69b4;
    font-size: 20px;
    margin-left: -25px;
    margin-right: 10px;
}

.normas {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #cfdeea;
    padding-bottom: 30px;
    justify-content: space-between;

    .caja {
        background-color: #FFF;
        border-right: 1px solid #cfdeea;
        border-bottom: 1px solid #cfdeea;
        border-top: 1px solid #cfdeea;
        border-left: 1px solid #0b69b4;
        padding: 14px 17px;
        display: flex;
        align-items: center;
        border-left: 7px solid #0b69b4;
        line-height: normal;
        color: #0b69b4;
        border-radius: 3px;
        width: calc(100% - 68%);
        box-shadow: 0px 0px 6px 0px #d9e0e8;
    }

    .icono {
        padding-right: 18px;
        font-size: 31px;
        color: #0b69b4;
    }
}

aside.agregada .btn.btn-primary {
    background: #d3e0ed;
    border: none;
    border-radius: 3px;
    padding: 4px 9px;
    color: #708199;
    font-weight: 600;
    font-size: 14px;
}

.nodo_aab8e721acb46, .nodo_517c0e71acb46, .nodo_35b757f1acb46 {
    .btn.btn-primary::before {
        content: '\f08e';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-right: 7px;
    }

    .btn.btn-primary:hover {
        background: #0b69b4;
        color: #FFF;
    }
}

@media (max-width: 1500px) {
    .normas .caja {
        width: calc(100% - 51.9%);
    }
}

@media (max-width: 850px) {
    .normas .caja {
        width: calc(100%);
    }
}


.nodo_0d965ef313b56, .nodo_c3e214686c866 {
    .datos {
        display: flex;
        flex-wrap: wrap;
        background-color: #ebf0f4;
        border-radius: 5px;
        padding: 18px 10px 0;


        li {
            max-width: 150px;
            margin: 0 auto 22px;
            text-align: center;
            display: flex;
            flex-direction: column;
            font-size: 13px;
            line-height: normal;
        }

        i {
            color: #fff;
            font-size: 23px;
            margin: 0 auto 13px;
            background-color: #0b69b4;
            height: 42px;
            width: 42px;
            border-radius: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    .accordion-item {
        border: 1px solid #cbe1ec;
        margin-bottom: 12px;
        border-radius: 6px !important;
        box-shadow: 0px 3px 13px 0px #c8d6e3;
    }

    .accordion-body p {
        margin-bottom: 30px;
    }

    .accordion-button:not(.collapsed) {
        color: #0b69b4;
    }

    .accordion-header button {
        font-size: 1rem;
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #FFF;
        box-shadow: none;
        border-radius: 6px !important;
    }
}

.aprendaIsologos {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px 10px;
    justify-content: center;
    margin-bottom: 50px;

    .isologo {
        height: 120px;
        width: 233px;
        font-size: 12px;
        line-height: normal;
        padding: 12px 10px;
        border-radius: 4px;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
        border: 1px solid #cfdeea;
        text-align: center;
    }

    img {
        object-fit: contain;
        padding: 0;
        width: calc(100% - 50%);
        margin: 0 auto;
        height: calc(100% - 50%);
    }
}

@media (max-width: 1199px) {
    .interior aside.default.i-113740cbd4656 {
        max-width: none;
        height: auto;
        z-index: 0;
    }
}

/* Carrusel portada - Mapa */
#myCarousel {
    position: absolute;
    background: linear-gradient(180deg, rgb(76, 120, 163) 0%, rgb(255, 255, 255) 100%);
    height: 100%;
    width: calc(100% - 260px);
    right: 0;
    z-index: 0;
    top: 0;
}

@media (max-width: 1199px) {
    #myCarousel {
        width: 100%;
    }
}

.carousel-inner {
    padding: 90px;
    max-width: 1280px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .carousel-inner {
        padding: 90px 25px 0 25px;
        overflow: visible;
    }

    #myCarousel {
        height: auto;
        right: 0;
        top: 60px;
        left: 0;
    }
}

.carousel-caption.portada {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0;
    right: 0;
    align-items: center;

    p {
        color: #FFF;
    }

    .logo-portada {
        max-width: 510px;
        padding-bottom: 20px;
    }
}

.mapa-contenedor {
    position: relative;
    height: 200px;

    a {
        fill: #c9e5f7;
        stroke: #5b86a6;
        stroke-width: 2;
        transition: .2s all;
    }

    a:hover {
        fill: #309aff;
        stroke: #1972c6;
        stroke-width: 2;
    }

    .circulos a {
        fill: #0b69b4;
    }

    .circulos a:hover {
        fill: #309aff;
    }

    .arterisco {
        fill: #0b69b4;
        stroke: none;
    }

    .leyenda {
        fill: #9e9e9e;
        stroke: #00325a;
        stroke-width: 2;
    }

    .nota-mapa {
        position: relative;
        right: -244px;
        bottom: -160px;
        font-size: 11px;
        font-style: italic;
        color: #0b69b4;
    }
}

#mapa, .nubes, .mapa-sombra {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

#mapa {
    z-index: 1;
}

.mapa-sombra {
    top: 4px;
    filter: drop-shadow(0 25px 31px #7078a0);
}

/* Responsabidad del Menu Azul */
@media (max-width: 1199px) {
    .interior {
        aside.default.i-ef03dcf39cb46,
        aside.default.i-a0df9c435c866 {
            max-width: 100%;
            z-index: 0;
        }

        aside.default.i-881663ffd5256,
        aside.default.i-c3ab11845c866 {
            max-width: 100%;
            z-index: 0;
        }

        aside.agregada {
            max-width: 100%;
            z-index: 0;
        }

        aside.default {
            max-width: 100%;
            z-index: 0;
        }
    }
}

.oculto_1 {
    text-decoration: line-through;
    display: none;
}

@media (max-width: 1320px) {
    .justify-content-between.data-memoria {
        width: 100%;
        flex-direction: column;
        max-width: 100%;
    }

    .justify-content-between.data-memoria .dropdown .btn {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .justify-content-between.data-memoria .btn-success {
        text-align: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .justify-content-start {
        flex-direction: column;

        .dropdown.pe-1 {
            padding-right: 0 !important;
        }
    }
}

.menu-celular {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0;

    .btn {
        width: 100%;
        background-color: #fff;
        color: #0B69B4;
        padding: 9px;
        margin: auto;
        font-size: 17px;
    }

    .modal-content {
        background-color: #0b69b4;
        list-style: none;
    }
}

@media (min-width: 992px) {
    .menu-celular {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    .interior aside.menu-info-por-empresas {
        position: unset;
        z-index: 0;
        height: auto;

        nav {
            display: none;
        }
    }

    .nodo {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }
}

@media (max-width: 850px) {
    .nodo_b0c9b6449cb46, .nodo_2bd4681b4c866 {
        position: absolute;
        width: 100%;
        top: 100px;
        right: 0;
        left: 0;
    }

    .interior aside.menu-info-por-empresas {
        position: unset;
        z-index: 0;
        height: auto;

        nav {
            display: none;
        }
    }

    .nodo_b0c9b6449cb46 .nodo, .nodo_2bd4681b4c866 .nodo {
        padding: 0;
        width: 100%;

        .data-memoria {
            padding: 10px;
            border-radius: 0;
            border-bottom: none;
        }

        #ac-empresa {
            left: 0;
            padding-bottom: 22px;
        }

        #ac-empresa .accordion-item {
            margin-bottom: -1px;
            border-radius: 0 !important;
        }

        #ac-empresa .accordion-body {
            margin: 0;
            padding: 0 15px 15px 15px;
        }

        #ac-empresa .accordion-header button {
            padding: 12px;
            border-radius: 0;
        }

        #ac-empresa .accordion-body .accordion-item {
            margin: 0 -15px -1px;
            border-right: none;
            border-left: none;
        }

        #ac-empresa .accordion-item:hover {
            box-shadow: none;
        }


        .header-empresas {
            margin-top: 45px;
            box-shadow: none;

            h1 {
                margin-top: 0;
            }
        }
    }
}

.order-6 { order: 6 !important; }
.order-7 { order: 7 !important; }
.order-8 { order: 8 !important; }

@media (min-width: 576px) {
    .order-sm-4 { order: 4 !important; }
    .order-sm-5 { order: 5 !important; }
    .order-sm-6 { order: 6 !important; }
}

@media (min-width: 992px) {
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-6 { order: 6 !important; }
}

aside nav .pseudo-h2 .d-lg-none {
    display: none;
}

.interior div.aside-colapsado nav .pseudo-h2 {
    margin-top: 0;
}

.interior article .admin-page {
    font-family: Rubik, sans-serif;
    font-weight: 400;

    h1 {
        font-size: 2rem;
    }

    h2 {
        color: inherit;
    }

    .pseudo-h2 {
        font-size: 1.5rem;
        letter-spacing: -.2px;
        margin-top: 1rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }
}

.payload {
    h1, h2, h3, h4, h5, h6, b, .fw-bold {
        font-family: "Rubik", sans-serif;
    }
}

.accordion-item {
    max-width: 100%;
    margin: auto;
}

@media (min-width: 992px) {
    .accordion-item {
        max-width: 68vw;
    }
}

@media (min-width: 1200px) {
    .accordion-item {
        max-width: 51vw;
    }
}

@media (min-width: 1311px) {
    .accordion-item {
        max-width: 100%;
    }
}

.table-responsive {
    scroll-behavior: smooth;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.interior article h3.accordion-header {
    margin-top: 0;
    margin-bottom: 0;
}

button[type=submit] {
    margin-top: 1rem;
}

body > div > div.alert {
    border-radius: 0;
    margin-bottom: 0;
}

.pseudo-h2 {
    font-weight: bold;
    margin: 1rem 0;
}

.input-group label {
    margin-bottom: 0;
    align-self: center;
}

.input-group label:first-child {
    margin-right: 1rem;
}

fieldset h2 {
    margin-top: 1rem;
}

.accordion-item > .pseudo-h2
{
    margin-top: 0;
    margin-bottom: 0;
}
