﻿* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


.text_information {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    display: block;
}

/*BARRA DE NAVEGACIÓN*/
nav.navbar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*background: linear-gradient(to bottom, #4f97e352, white);*/
    box-shadow: 0px 3px 10px #00000029;
    padding: 0px;
    opacity: 1;
}
.gradate_nav {
    width: 100%;
    background: linear-gradient(to bottom, #4f97e352, white);
}
.navbar-brand {
    margin: 0 0 0 50px;
    width: 120px;
    height: auto;
}

.navbar-nav {
    margin: 20px 30px;
}

    .navbar-nav ul li {
        float: left !important;
        margin: auto 10px;
    }

.logo-nav {
    width: 100%;
}

.material-icons#menu {
    color: #707070;
}

a.flexlink {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.flexlink {
    display: flex;
    align-items: center;
    color: #535965;
    text-decoration: none;
}

.item_link {
    margin: auto 15px;
    color: #707070;
    font-size: 18px !important;
    font-weight: 400 !important;
    /*text-decoration: underline !important;*/
}

    .item_link:hover {
        /*color: #3B536D !important;*/
        text-decoration: underline !important;
    }

.flexlink:focus i, .flexlink:hover i {
    text-decoration: none;
}

/*.flexlink:hover {
        color: #203348;
    }*/

.nav-link {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #203348;
    opacity: 1;
    margin-top: 5px;
}

    .nav-link:hover {
        color: #203348;
    }

    .nav-link:active, .nav-link.active-page {
        color: #007BFF;
    }

    .nav-link:focus {
        color: #007BFF;
    }

.btn-inicio {
    background-color: #FFFFFF;
    border: 1px solid #4F97E3;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #4F97E3;
    opacity: 1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 5px;
}

    .btn-inicio:hover {
        background-color: #4F97E3;
        color: #FFFFFF;
    }

/*ELEMENTOS BARRA NAV*/
.menu {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    color: #535965;
    position: relative;
}

.dateLastLogin {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    color: #535965;
    position: relative;
}

.bubble {
    width: 150px;
    height: 40px;
    line-height: 30px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 10px #D0D0D0;
    position: absolute;
    top: 30px;
    margin-left: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #203348;
    z-index: 1;
    display: none;
}

#notifications {
    width: 200px;
    height: auto;
    line-height: 20px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 10px #D0D0D0;
    position: absolute;
    top: 30px;
    margin-left: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #203348;
    display: none;
    border-left: 10px solid #203348;
}

    #notifications p a {
        color: #203348;
        /* font-size: 13px; */
    }

#closeSesion {
    margin-left: 380px;
    text-align: left;
}

#closeSesion {
    height: auto;
}

.bubble_link {
    margin-left: 12px;
    /*text-align: center;*/
    font-size: 15px;
    font-weight: 500;
    color: #203348;
    text-decoration: none;
}

    .bubble_link:hover {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: #203348;
        text-decoration: none;
        outline: none;
    }

.show, .show#notifications {
    display: block;
}

.material-icons {
    margin-left: 5px;
    margin-right: 5px;
}

.imagen_logo {
    width: 100% !important;
}
/*-----FOOTER-----*/
.page-footer {
    border-top: solid 3px #F2F5F4;
    margin: 30px auto 15px;
}

.title-links {
    /*font: Bold 16px/19px Roboto;*/
    font-weight: bold;
    font-size: 18px;
    color: #203348;
}

ul.list-unstyled li a {
    font-size: 18px;
    color: #707070;
    cursor: pointer;
    text-decoration: underline;
}


.logo-footer {
    width: 50%;
    margin-left: 25%;
}

.logo-footer-up {
    width: 30%;
    margin-left: 30%;
}

.footer-copyright {
    border-top: solid 3px #F2F5F4;
}

.texto1-footer {
    /*font: Regular 16px/19px Roboto;*/
    font-size: 18px;
    margin-left: 9%;
    color: #707070;
}

.texto2-footer {
    /*font: Regular 16px/19px Roboto;*/
    font-size: 18px;
    margin-left: 2%;
    color: #707070;
}

.texto3-footer {
    /*font: Regular 16px/19px Roboto;*/
    font-size: 18px;
    margin-left: 2%;
    color: #707070 !important;
}

    .texto3-footer:hover {
        color: #203348 !important;
    }

.texto4-footer {
    /*font: Regular 16px/19px Roboto;*/
    font-size: 18px;
    margin-left: 43.5%;
    color: #707070;
}

.link-footer:hover {
    color: #203348;
}

.link-footer:active {
    color: #5F9FE5;
    text-decoration: none;
}

.link-footer:focus {
    text-decoration: underline;
    color: #007BFF;
}

/*ERROR*/
.section_error {
    margin: 5% 0%;
    padding: 0% 5%;
    overflow: visible;
}

.container_text_error {
    margin: 85px 0 0 0;
}

.h1_text {
    font-size: 40px;
    color: #203348;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.8px;
    opacity: 1;
}

.h3_text {
    font-size: 25px;
    color: #203348;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.8px;
    opacity: 1;
}

.error_img {
    text-align: center;
}

.imagen_error {
    margin: 5px;
}

/*TEXTO AVISO*/
.container_ventanaE {
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    margin: 0 0 2.5% 0;
}

.text_ventanaE {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #203348;
    font-weight: lighter;
}

span.icon_importate {
    color: #203348;
    font-size: 24px;
    vertical-align: sub;
}

/*RECOMENDACIONES*/
/*Arriba*/
.ir_arriba {
    /*display: inline-block;*/
    padding: 18px;
    /*background-color: rgba(79, 151, 227, 0.9);*/
    background-color: rgb(51,100,140);
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 500;
    display: none;
}

.go_up {
    padding: 12px;
    background-color: #6d6969c2;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 500;
    display: inline-block;
    position: absolute;
    top: 2250px;
    right: 25px;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}
/*SPINNER*/
#coverSpinner {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}

.spinnerScreen {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 110;
    display: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #203348;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/*  || ANIMATIONS  */

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*CHECKBOX*/
.area_chekbox {
    text-align: left;
    margin-top: 50px !important;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    outline: 2px solid #FF4B4B;
}

.text_chekbox {
    text-align: left;
    color: #203348;
    font-weight: lighter;
    font-size: 18px;
    margin-left: 5px;
}

/*TEXTO SPINNER*/
/*h3#caption {
    display: none;
    position: fixed;
    top: calc(101% - 250px);
    left: calc(40% - 150px);
    color: #FFFFFF;
    z-index: 100;
}*/
.gif_error {
    width: 98%;
    margin: auto;
}

.section_error_gif {
    margin: 0% 0%;
    padding: 0% 5%;
    overflow: visible;
}

#MenuNav ul {
    margin: 5px auto 0 !important;
}

.link_menuText {
    color: #707070;
    font-family: Roboto;
    font-size: 18px;
    text-decoration: none;
    padding-left: 0.15em;
    padding-right: 0.15em;
    margin: 2px 15px;
}


.ir_arriba {
    padding: 18px;
    /*background-color: rgba(79, 151, 227, 0.9);*/
    background-color: rgb(51,100,140);
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 500;
    display: none;
}
/*------------------MEDIA QUERIES--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*body {
        background-color: pink;
    }*/
    .dateLastLogin {
        margin-left: 0px !important;
    }
    /* Footer Start */
    .page-footer {
        text-align: right;
        border-bottom: transparent;
    }

    .title-links {
        text-align: left;
    }

    ul.list-unstyled li {
        text-align: left;
    }

    .texto1-footer, .texto2-footer {
        display: none;
    }

    .footer-copyright {
        text-align: left;
    }

    .texto4-footer {
        position: absolute;
        left: 40%;
    }
    /*Footer End*/

    /*Error*/
    .container_text_error {
        margin: 10px 0 0 0;
    }

    .h1_text {
        font-size: 35px;
    }

    .h3_text {
        font-size: 20px;
    }

    .imagen_error {
        width: 85%;
        margin: 30px auto;
    }
    /*TEXTO AVISO*/
    .container_ventanaE {
        text-align: center;
        padding-left: 0%;
        padding-right: 0%;
        width: 85%;
        margin: 50px auto;
    }
    /**/
    .menu {
        display: block;
        margin-left: 0px;
    }

    .navbar-nav {
        margin: 6px 12px 0px;
    }

    a.flexlink {
        margin-top: 6px;
    }

    #closeSesion {
        margin-left: 10px;
        margin-top: 100px;
    }

    .navbar-nav ul li {
        float: unset !important;
        margin: auto 0px;
    }

    a#Btn_IniciarSesion.btn-inicio {
        margin-left: 15px;
    }

    .navbar-brand {
        margin: 0 0 0 5px;
    }

    .link_menuText {
        display: flex;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/
    .dateLastLogin {
        margin-left: 0px !important;
    }
    /* Footer Start */
    .page-footer {
        text-align: right;
        border-bottom: transparent;
    }

    .title-links {
        text-align: left;
    }

    ul.list-unstyled li {
        text-align: left;
    }

    .texto1-footer, .texto2-footer {
        display: none;
    }

    .footer-copyright {
        text-align: left;
    }
    /*.texto4-footer{
        margin-left: 80%;
    }*/
    .texto4-footer {
        position: absolute;
        left: 40%;
    }
    /* Footer End */
    hr.clearfix {
        display: none;
    }

    .logo-footer {
        display: none;
    }

    .logo-footer-up {
        width: 30%;
        margin-left: 70%;
    }

    /*Error*/
    .container_text_error {
        margin: 10px 0 0 0;
    }

    .h1_text {
        font-size: 40px;
    }

    .h3_text {
        font-size: 25px;
    }

    .imagen_error {
        width: 85%;
        margin: 30px auto;
    }

    /*TEXTO AVISO*/
    .container_ventanaE {
        text-align: center;
        padding-left: 0%;
        padding-right: 0%;
        width: 80%;
        margin: 50px auto;
    }
    /**/
    .menu {
        display: block;
        margin-left: 0px;
    }

    .navbar-nav {
        margin: 6px 12px 0px;
    }

    a.flexlink {
        margin-top: 6px;
    }

    #closeSesion {
        margin-left: 10px;
        margin-top: 100px;
    }

    .navbar-nav ul li {
        float: unset !important;
        margin: auto 0px;
    }

    a#Btn_IniciarSesion.btn-inicio {
        margin-left: 15px;
    }

    .navbar-brand {
        margin: 0 0 0 5px;
    }


    .link_menuText {
        display: flex;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/
    .dateLastLogin {
        margin-left: 0px !important;
    }
    /* Footer Start */
    .texto1-footer {
        display: inline;
    }

    .texto2-footer {
        display: inline;
    }
    /* Footer End */
    .cont-logo-up {
        display: none;
    }

    .logo-footer-up {
        display: none;
    }

    .logo-footer {
        display: inline;
    }

    /*Error*/
    .container_text_error {
        margin: 10px 0 0 0;
    }

    .h1_text {
        font-size: 40px;
    }

    .h3_text {
        font-size: 25px;
    }

    .imagen_error {
        width: 80%;
        margin: 30px auto;
    }

    /*TEXTO AVISO*/
    .container_ventanaE {
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
        width: 95%;
        margin: 50px auto;
    }

    a#Btn_IniciarSesion.btn-inicio {
        margin-left: 15px;
    }

    .navbar-brand {
        margin: 0 0 0 10px;
    }
    /*    #closeSesion {
        margin-left: 390px;
        margin-top: 0px;
        text-align: left;
    }*/

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
    }*/
    nav.navbar {
        height: 70px;
        /*margin-bottom: 50px;*/
    }

    .cont-logo-up {
        display: none;
    }

    .logo-footer-up {
        display: none;
    }

    /*TEXTO AVISO*/
    .container_ventanaE {
        text-align: center;
        padding-left: 30%;
        padding-right: 30%;
        margin: 50px auto;
    }
    /**/


    .navbar-nav {
        margin: 20px 0px;
    }

    a.flexlink {
        margin-top: 0px;
    }

    #closeSesion {
        margin-left: 390px;
        margin-top: 0px;
        text-align: left;
    }

    a#Btn_IniciarSesion.btn-inicio {
        margin-left: 0px;
    }
    /**/
    .navbar-brand {
        margin: 0 0 0 0px;
    }

    #optn_profile {
        margin-right: 0px;
    }

    .dateLastLogin {
        display: none;
    }

    .item_link {
        margin: auto 3px;
    }

    .menu {
        display: flex;
        margin-left: 0px;
        margin-right: 5px;
        color: #535965;
        position: relative;
    }

    #LinkButton3 {
        margin: auto 6px;
    }

    a.flexlink {
        margin: 0 10px;
    }

    .navbar-nav ul li {
        float: left !important;
        margin: auto 10px;
    }

    .link_menuText {
        margin: auto 15px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*body {
        background-color: mediumaquamarine;
    }*/
    .dateLastLogin {
        position: absolute;
        margin-top: 50px;
        margin-left: 0px !important;
    }
    /*TEXTO AVISO*/
    .container_ventanaE {
        text-align: center;
        padding-left: 30%;
        padding-right: 30%;
        width: 90%;
        margin: 50px auto;
    }

    .iconHelpNav {
        font-size: 23px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .user_profile {
        margin-left: 0px !important;
    }

    /**/
    .navbar-brand {
        margin: 0 0 0 50px;
    }

    .dateLastLogin {
        display: flex;
        color: #535965;
    }

    #LinkButton3 {
        margin: auto 6px;
    }

    a.flexlink {
        margin: auto 15px;
    }

    .navbar-nav ul li {
        float: left !important;
        margin: auto 15px;
    }

    #optn_profile {
        margin-right: 0px;
    }

    #closeSesion {
        margin-left: 420px;
        margin-top: 0px;
        text-align: left;
    }

    .link_menuText {
        margin: auto 15px;
    }

    .cont_footer {
        max-width: 1300px !important;
    }
}

.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
