@import "variables.css";
.item-sub-menu-top {
    border-top: solid 2px #184269;
}

.item-sub-menu-botton {
    border-bottom: solid 2px #184269;
}

.item-click-bottom {
    color: #184269;
    font-size: 1.3em;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.item-click-bottom:hover {
    font-weight: 700;
    border-bottom: solid 1px #184269;
}


.item-mn-span {
    /*border: solid 1px red;*/
    margin-left: 10%;
    margin-right: 10%;
}

.item-mn-span:hover {
    /*margin-left: 10%;*/
    /*margin-right: 10%;*/
    background: #184269;
    color: #ffffff;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
}

.borde-rojo {
    border: 2px red solid;
}

.body-text {
    text-align: justify;
}


/* -- Submenu gris --*/

.item-sub-menu-top2 {
    border-top: solid 2px blueviolet;
}

.item-sub-menu-botton2 {
    border-bottom: solid 2px red;
}

.item-mn-span2 {
    /*border: solid 1px red;*/
    margin-left: 10%;
    margin-right: 10%;
}

.item-mn-span2:hover {
    /*margin-left: 10%;*/
    /*margin-right: 10%;*/
    background: yellowgreen;
    color: #ffffff;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
}


.scrolling-div {
    margin-top: 30vh;
    position: -webkit-sticky;
    position: sticky;
    /*top: 70%;*/
    top: 0; /* No se necesita top si se utiliza offset */
    offset-top: 90vh;
    /*transform: translate(0%, -50%);*/
    /*background-color: #f0f0f0;*/
    /*padding: 20px;*/
    /*border: 1px solid #ccc;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.a-link2 {
    font-family: "HK Grotesk", sans-serif !important;
    font-weight: bold;
}

.a-link2:hover {
    font-family: "HK Grotesk", sans-serif !important;
    font-weight: bold;
}

.a-link3 {
    font-family: "HK Grotesk", sans-serif !important;
}

.a-link3:hover {
    font-family: "HK Grotesk", sans-serif !important;
    color: var(--color-secundario-footer);
}

.menu-b-left {

}

.btn-cliked {
    border-bottom: solid 2px var(--color-secundario-footer) !important;
    color: var(--color-secundario-footer);
    cursor: pointer;
}




.indicator-item {
    padding: 5px 0;
    /*text-align: center;*/
    border-bottom: solid 2px var(--color-secundario-footer) !important;
}

.indicator-item > span {
    padding: 5px;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.indicator-item:hover > span {
    background-color: var(--color-secundario-30);
    /*font-weight: 900 !important;*/
    color: var(--color-primario);
    cursor: pointer;
}

.indicator-item.clicked {
    color: var(--color-secundario-footer);
    cursor: pointer;
}

.indicator-item.clicked > span  {
    background-color: var(--color-secundario-footer);
    color: white;
    font-weight: 900 !important;
}

.indicator-item.clicked > span.indicadores-lista {
    border-bottom: 1px solid rgba(255, 255, 255, .3); !important;
}

.line-bottom-2:hover {
    cursor: pointer;
    color: var(--color-secundario-footer);
}

.title-menu-1 {
    font-weight: bold;
}

@media screen and (max-width: 993px) {
    .scrolling-div {
        margin-top: 0;
    }
}
