/*         COLORES            */

:root {
    --fondo-titulo: #232323;
    --color-fondo-boton: #383838;
    --color-fondo-boton-active: #4889c9;
    --color-letras-boton: white;
    --color1: #232323;
    --color2: #f2b442;
    --color3: #a8276a;
    --color4: #4889c9;
    --newcolor_nav: #07417B;
    --color5: #57938d;
    --color6: #bd4727;
    --color7: #785888;
    --color8: #428042;
    --color9: #2d6367;
    --color10: #3a3a3a;
    --color11: #666666;
    --color12: #898989;
    --color13: #666666;
    --color14: #fafafa;
}


/*---------------------NAV-----------------------------*/

.navnew{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.custom-menu{
    align-content: center;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#nav {
    padding: 0px;
    border-radius: 1px;
    height: 134px;
    background: rgba(1, 1, 1, 0.24);
    /* background: #07417B; */
    transition: width 0.5s;
    width: 100%;
    /* position: relative; */
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: 0.5s;
}

#nav .btn {
    color: white;
    font-family: "Open Sans";
    transition: all 0.5s;
    margin-left: 5px;
    border-radius: 1px;
}

#nav .btn:hover {
    /* color: rgb(254, 177, 22) !important; */
    color: white !important;
    background-color: #ffffff2e;
}

#div_bar_color_header {
    display: flex;
    text-align: center;
    transform: rotate(180deg);
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

#line_color_header {
    height: 9px;
    width: 100%;
}

#logo_ufro {
    width: 100%;
    height: auto;
    /* position: absolute; */
    z-index: 3;
    top: 0;
    /* margin: 30px 0px 24px 24px; */
}

#icon_menu {
    width: 25px;
    margin: 0px 0px 0px 10px;
}


/*------------------------------------------------------------------------------------------*/


/****************** MENU LATERAL INDEX ***********************************/

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #e2e2e2;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
    animation-name: reducetime;
    float: right;
}

#sideNavigation {
    width: 0px;
}

.sidenav a {
    display: block;
    padding: 0px;
    /* margin-left: 30px; */
    color: black;
}

#main {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
}

#content_btn_micuenta {
    margin: 0px;
    background-color: black;
    padding: 0px;
    height: 80px;
}

#content_btn_micuenta a {
    color: #feb116;
    text-align: left;
    font-size: 18px;
    padding-top: 26px;
    margin-top: 0px;
    margin-right: 30px;
}

#content_links_menu {
    margin-top: 50px;
}


/************************************************/


/*responsive*/


/* Para 1080px */

@media only screen and (max-width: 1199px) and (min-width: 981px) {
    /*---------------------NAV-----------------------------*/
    #logo_ufro {
        height: auto;
        z-index: 0;
        top: 0;
    }

    #sso_header_btn{
        display: block;
    }
    /*------------------------------------------------------------------------------------------*/
    /****************** MENU LATERAL INDEX ***********************************/
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e2e2e2;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
        animation-name: reducetime;
        float: right;
    }
    #sideNavigation {
        width: 0px;
    }
    .sidenav a {
        display: block;
        padding: 0px;
        margin-left: 30px;
        color: black;
    }
    #main {
        transition: 0.5s;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }
    #content_btn_micuenta {
        margin: 0px;
        background-color: black;
        padding: 0px;
        height: 89px;
    }
    #content_btn_micuenta a {
        text-align: left;
        font-size: 14px;
        padding-top: 26px;
        margin-top: 0px;
    }
    #content_links_menu {
        margin-top: 50px;
    }
    /************************************************/
    #icon_menu {
        width: 25px;
    }
}


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    /*---------------------NAV-----------------------------*/
    #logo_ufro {
        height: auto;
        z-index: 0;
        top: 0;
    }

    #sso_header_btn{
        display: block;
    }
    /*------------------------------------------------------------------------------------------*/
    /****************** MENU LATERAL INDEX ***********************************/
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e2e2e2;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
        animation-name: reducetime;
        float: right;
    }
    #sideNavigation {
        width: 0px;
    }
    .sidenav a {
        display: block;
        padding: 0px;
        margin-left: 14px;
        color: black;
        font-size: 15px;
    }
    #main {
        transition: 0.5s;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }
    #content_btn_micuenta {
        margin: 0px;
        background-color: black;
        padding: 0px;
        height: 84px;
    }
    #content_btn_micuenta a {
        text-align: left;
        font-size: 13px;
        padding-top: 26px;
        margin-top: 0px;
    }
    #content_links_menu {
        margin-top: 50px;
    }
    /************************************************/
    #icon_menu {
        width: 25px;
    }
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    /*---------------------NAV-----------------------------*/
    #logo_ufro {
        height: auto;
        z-index: 0;
        top: 0;
    }

    #sso_header_btn{
        display: block;
    }
    /*------------------------------------------------------------------------------------------*/
    /****************** MENU LATERAL INDEX ***********************************/
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e2e2e2;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
        animation-name: reducetime;
        float: right;
    }
    #sideNavigation {
        width: 0px;
    }
    .sidenav a {
        display: block;
        padding: 0px;
        margin-left: 14px;
        color: black;
        font-size: 10px;
    }
    #main {
        transition: 0.5s;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }
    #content_btn_micuenta {
        margin: 0px;
        background-color: black;
        padding: 0px;
        height: 74px;
    }
    #content_btn_micuenta a {
        text-align: left;
        font-size: 11px;
        padding-top: 26px;
        margin-top: 0px;
        margin-left: 11px;
    }
    #content_links_menu {
        margin-top: 50px;
    }
    /************************************************/
    #icon_menu {
        width: 25px;
    }
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    /*---------------------NAV-----------------------------*/
    #logo_ufro {
        height: auto;
        z-index: 0;
        top: 0;
    }

    #sso_header_btn{
        display: block;
    }
    /*------------------------------------------------------------------------------------------*/
    /****************** MENU LATERAL INDEX ***********************************/
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e2e2e2;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
        animation-name: reducetime;
        float: right;
    }
    #sideNavigation {
        width: 0px;
    }
    .btn_collapsed_menu {
        display: block;
        padding: 0px;
        margin-left: 16px;
        color: black;
        font-size: 10px;
    }
    #main {
        transition: 0.5s;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }
    #content_btn_micuenta {
        margin: 0px;
        background-color: black;
        padding: 0px;
        height: 62px;
    }
    #content_btn_micuenta a {
        text-align: left;
        font-size: 9px;
        padding-top: 22px;
        margin-top: 0px;
        margin-left: 10px;
    }
    #content_links_menu {
        margin-top: 50px;
    }
    /************************************************/
    #icon_menu {
        width: 12px;
    }
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    /*---------------------NAV-----------------------------*/
    #logo_ufro {
        height: auto;
        z-index: 0;
        top: 0;
    }

    #sso_header_btn{
        display: none;
    }
    /*------------------------------------------------------------------------------------------*/
    /****************** MENU LATERAL INDEX ***********************************/
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e2e2e2;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
        animation-name: reducetime;
        float: right;
    }
    #sideNavigation {
        width: 0px;
    }
    .sidenav a {
        display: block;
        padding: 0px;
        margin-left: 10px;
        color: black;
        font-size: 8px;
    }
    #main {
        transition: 0.5s;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }
    #content_btn_micuenta {
        margin: 0px;
        background-color: black;
        padding: 0px;
        height: 53px;
    }
    #content_btn_micuenta a {
        text-align: left;
        font-size: 7px;
        padding-top: 21px;
        margin-top: 0px;
        margin-left: 5px;
    }
    #content_links_menu {
        margin-top: 24px;
    }
    /************************************************/
    #icon_menu {
        width: 11px;
    }
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    /*---------------------NAV-----------------------------*/
    #logo_ufro {
        height: auto;
        z-index: 0;
        top: 0;
    }

    #sso_header_btn{
        display: none;
    }
    /*------------------------------------------------------------------------------------------*/
    /****************** MENU LATERAL INDEX ***********************************/
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e2e2e2;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
        animation-name: reducetime;
        float: right;
    }
    #sideNavigation {
        width: 0px;
    }
    .sidenav a {
        display: block;
        padding: 0px;
        margin-left: 8px;
        color: black;
        font-size: 6px;
    }
    #main {
        transition: 0.5s;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }
    #content_btn_micuenta {
        margin: 0px;
        background-color: black;
        padding: 0px;
        height: 32px;
    }
    #content_btn_micuenta a {
        text-align: left;
        font-size: 8px;
        padding-top: 4px;
        margin-top: 0px;
        margin-left: 5px;
    }
    #content_links_menu {
        margin-top: 18px;
    }
    /************************************************/
    #icon_menu {
        width: 9px;
    }
}


/************************************************************************/

#sso_header_btn{
    background-color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000 !important;
    /* position: absolute; */
    top: 3.2rem;
    right: 8rem;
}

.title_collapsed_menu{
    text-align-last: justify;
    width: 100%;
    color: white;
    pointer-events: none;
}

.title_collapsed_menu:hover{
    color: white !important;
    text-decoration: none !important;
}

.title_collapsed_menu:focus{
    color: white !important;
    text-decoration: none !important;
}

.element_collapsed_menu{
    text-align-last: left;
    width: 100%;
    color: white !important;
    background-color: #000000 !important;
    padding: 1.2rem 2rem !important;
}

.element_collapsed_menu:hover{
    text-decoration: none;
}

.collapsed_menu_body{
    padding: 0rem 0rem 0rem 0rem !important;
}

.btn_collapsed_menu{
    padding: 1rem 1rem 1rem 1rem !important;
    margin-left: 0px !important;
    background-color: #515151;
    color: white !important;
}

.btn_collapsed_menu:hover{
    text-decoration: none !important;
    background-color: #303030 !important;
}

.header_collapsed_menu{
    background-color: #000000;
}

.sidenav{
    background-color: #000000;
}

.card-no-border{
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}

#abrircerrarnav{
    color: white !important;
}