/* error esta en ----> #idLogin .icons div */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

nav {
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

nav .div-1 {
    width: 100%;
    height: 95px;
    display: flex;
    flex-direction: row;
}

nav .div-1 .img {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

nav .div-1 .img img {
    width: 160px;
}

nav .div-1 .title {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

nav .div-1 .title h4 {
    width: 50%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-1 .buttons {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
}

nav .div-1 .buttons #btnConfig {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: white;
    background-color: #0077C8;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

nav .div-1 .buttons #btnClose {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: white;
    background-color: #00263E;
    font-size: 22px;
    margin-left: 5px;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* nav .div-1 .menu-responsive {
    display: none;
} */

nav .div-2 {
    width: 100%;
    height: 35px;
    background-color: #0077C8;
}

nav .div-2 ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    z-index: 1;
    list-style: none;
}

nav .div-2 ul .li {
    width: 23%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: white;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

nav .div-2 ul .li i {
    margin-right: 5px;
}

nav .div-2 ul .li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-left: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

nav .div-2 ul .li:hover {
    background-color: #3697d7;
}

nav .div-2 ul .li #idContratos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .div-2 #menu-his-reg {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-his-reg>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-his-reg>li:hover {
    background-color: #41a3e4;
}

nav .div-2 #menu-sol-vac {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-sol-vac>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-sol-vac>li:hover {
    background-color: #41a3e4;
}

nav .div-2 #menu-mod-cam {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -160px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-mod-cam>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-mod-cam>li:hover {
    background-color: #41a3e4;
}


nav .div-2 #menu-mod-cam-contrat {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -200px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-mod-cam-contrat>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-mod-cam-contrat>li:hover {
    background-color: #41a3e4;
}

nav .div-2 #menu-ver-sol-vac {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-ver-sol-vac>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-ver-sol-vac>li:hover {
    background-color: #41a3e4;
}

nav .div-2 #menu-aprob-sol {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-aprob-sol>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-aprob-sol>li:hover {
    background-color: #41a3e4;
}


nav .div-2 #menu-mod-nom-camp {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-color: #0077C8;
    display: none;
    flex-direction: column;
}

nav .div-2 #menu-mod-nom-camp>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
}

nav .div-2 #menu-mod-nom-camp>li:hover {
    background-color: #41a3e4;
}

/* LOGIN style */
/* .container {
    background-color: #11254a;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

nav .widget {
    width: 50%;
    height: 100%;
    position: relative;
    color: black;
}

nav .reloj {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    padding: 20px;
    font-size: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: right;
}

.container .widget {
    width: 100%;
    height: 15%;
    position: relative;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget p {
    display: inline-block;
    line-height: 1em;
}

.fecha {
    font-family: arial;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 5px;
    padding: 20px;
    width: 100%;
}

.reloj {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    padding: 20px;
    font-size: 26px;
    text-align: center;
}

.reloj .cajaSegundos {
    display: inline-block;
}

.reloj .ampm,
.reloj .segundos {
    display: block;
    font-size: 12px;
}

#idLogin {
    width: 100%;
    height: 75%;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

#idLogin .box {
    width: 700px;
    /* width: 400px; */
    height: 450px;
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#idLogin .box form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#idLogin .box .title-box {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#idLogin .box .title-box img {
    width: 28%;
}

#idLogin .box .title-box h1 {
    color: #00263E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

#idLogin .box .input-box {
    width: 65%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#idLogin .box .input-box #infoError {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

#idLogin .box .input-box div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#idLogin .box .input-box div i {
    width: 10%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 15px;
    color: #11254A;
}

#idLogin .box .input-box div input {
    width: 88%;
    height: 50px;
    outline: none;
    border: none;
    margin-top: 15px;
    margin-left: 2%;
    border-radius: 5px;
    font-size: 19px;
    padding-left: 12px;
    background-color: #E8F0FE;
}

#idLogin .box .button-box {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#idLogin .box .button-box button {
    width: 65%;
    height: 50px;
    background-color: #00263E;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
    outline: none;
    border: none;
}

#idLogin .box .button-box button:hover {
    background-color: #043452;
}

.container .icons {
    width: 100%;
    height: 70px;
}

.container .icons div {
    /* width: 700px; */
    width: 100%;
    height: 100%;
    
}

.container .icons div section:nth-child(1) {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .container .icons div section:nth-child(2) {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 10px;
} */

.container .icons div section i {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}


.container .icons div section button {
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    cursor: pointer;
}

/* --------------------------------------------------------------------------------- */
/* INDEX REGISTRO */
#idIndexRegistro {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 70px;
}

#idIndexRegistro .part-1 {
    width: 96%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#idIndexRegistro .part-1 .bar-title {
    width: 100%;
    height: 45px;
    background-color: #00263E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2%;
    margin-right: 2%;
}

#idIndexRegistro .part-1 .text-content {
    width: 100%;
    min-height: 200px;
}

#idIndexRegistro .part-1 .text-content section:nth-child(1) {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
}

#idIndexRegistro .part-1 .text-content section:nth-child(2) {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep {
    width: 45%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep h5 {
    color: #fa6000;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

#idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep a {
    font-size: 20px;
    width: 220px;
    height: 50px;
    background-color: #fa6000;
    border-radius: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
}

#idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep a:hover {
    background-color: #f58139;
}

#idIndexRegistro .part-1 .text-content section:nth-child(3) {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
}

#idIndexRegistro .part-1 .text-content section:nth-child(3) .name-user {
    font-size: 33px;
    text-align: center;
}

#idIndexRegistro .part-1 .text-content section:nth-child(4) {
    width: 100%;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
}

#idIndexRegistro .part-1 .text-content section:nth-child(4) button {
    width: 220px;
    height: 45px;
    border: none;
    font-size: 18px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#idIndexRegistro .part-1 .text-content section:nth-child(4) .datos {
    text-align: center;
}

#idIndexRegistro .part-2 {
    width: 96%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#idIndexRegistro .part-2 .bar-title {
    width: 100%;
    height: 45px;
    background-color: #00263E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2%;
    margin-right: 2%;
}

#idIndexRegistro .part-2 .div-div {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
}

#idIndexRegistro .part-2 .div-div .text-aviso {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#idIndexRegistro .part-2 .div-div section {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

#idIndexRegistro .part-2 .div-div section img {
    width: 150px;
    height: 150px;
    margin-right: 130px;
}

#idIndexRegistro .part-2 .div-div div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

#idIndexRegistro .part-2 .div-div div h6 {
    margin-bottom: 8px;
    font-size: 24px;
}

#idIndexRegistro .part-3 {
    width: 96%;
    min-height: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 65px;
}

#idIndexRegistro .part-3 .title-added {
    width: 100%;
    height: 45px;
    background-color: #00263E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
}

#idIndexRegistro .part-3 .fecha-monitor {
    width: 100%;
    height: 160px;
}

#idIndexRegistro .part-3 .fecha-monitor p {
    text-align: center;
}

#idIndexRegistro .part-3 .elig-quinc {
    width: 100%;
    height: 160px;
}

#idIndexRegistro .part-3 div form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#idIndexRegistro .part-3 div form p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}

#idIndexRegistro .part-3 div form input {
    width: 350px;
    height: 40px;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 5px;
    padding-left: 5px;
    outline: none;
    border: 1px solid black;
}

#idIndexRegistro .part-3 div form select {
    width: 350px;
    height: 40px;
    font-size: 16px;
    padding-left: 3px;
    margin-top: 5px;
    border-radius: 5px;
}

#idIndexRegistro .part-3 div form button {
    width: 350px;
    height: 40px;
    margin-top: 10px;
    border: none;
    color: white;
    background-color: #0077C8;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

#idIndexRegistro .part-3 div form button:hover {
    background-color: #41a0df;
}

#idIndexRegistro .mensaje-registro {
    background-color: #088455fb;
    width: 90%;
    height: 50px;
    position: fixed;
    bottom: 0;
    margin: 50px;
    border-radius: 5px;
    display: none;
    text-align: center;
    padding-top: 12px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;

}

/* calendario id registro */

/* .calendar-format {
    background-color: #0078c818;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
} */
#hiddenCalendar {
    width: 100%;
    height: 100vh;
    background-color: #00263e6b;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.table {
    width: 690px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0D47A1;
    background-color: white;

}

.table .monthName {
    background-color: #0D47A1;
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.table .right-side {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.table .right-side .navMonths {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
}

.table .right-side .navMonths section {
    width: 33.3%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table .right-side .navMonths section button {
    background-color: transparent;
    font-size: 18px;
    color: rgb(58, 58, 58);
    border: none;
    cursor: pointer;
}

.table .right-side .button-bottom {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.table .right-side .button-bottom button {
    border: none;
    background-color: transparent;
    color: #0D47A1;
    font-size: 17px;
    margin-right: 15px;
    cursor: pointer;
}

.table .right-side .daysInBox {
    width: 100%;
    height: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.table .right-side .daysInBox .dayTitles {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-left: 1%;
}

.table .right-side .daysInBox .dayTitles .day-box {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    color: rgb(101, 101, 101);
}

.table .right-side .daysInBox .row {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-left: 1%;
}

.table .right-side .daysInBox .row .day-box {
    width: 14%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-align: center;
}

.table .right-side .daysInBox .row .day-box button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    color: rgb(18, 18, 18);
    background-color: white;
    cursor: pointer;
}

.table .right-side .daysInBox .row .day-box button:hover {
    background-color: #0D47A1;
    color: white;
}

.table .right-side .daysInBox .row .day-hidden {
    width: 14%;
    visibility: hidden;
}


/* menu responsive */
nav .div-1 .menu-responsive {
    width: 100px;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #00263E;
    font-size: 40px;
    cursor: pointer;
    z-index: 2;
}

nav .div-1 #ul-links {
    width: 350px;
    height: auto;
    background-color: #0077C8;
    color: white;
    position: absolute;
    top: 100px;
    right: 0;
    display: none;
    z-index: 2;
    list-style: none;
}

nav .div-1 #ul-links li .first-enter {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

nav .div-1 #ul-links li .first-enter:hover {
    background-color: #288fd4;
}

nav .div-1 #ul-links li .first-enter i {
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}

nav .div-1 #ul-links li .first-enter #dropDown {
    width: 45px;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
    right: 0;
}

nav .div-1 #ul-links .second-enter {
    width: 100%;
    height: auto;
}

nav .div-1 #ul-links .second-enter>li {
    width: 100%;
    height: 45px;
}

nav .div-1 #ul-links .second-enter>li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

nav .div-1 #ul-links .second-enter>li:hover {
    background-color: #288fd4;
}

nav .div-1 #ul-links li #ul-1,
#ul-2,
#ul-3,
#ul-4,
#ul-5,
#ul-6 {
    display: none;
}

nav .div-1 #ul-links li .hidden-options {
    width: 100%;
    height: auto;
}

nav .div-1 #ul-links li .hidden-options>li {
    height: 40px;
    width: 100%;
}

nav .div-1 #ul-links li .hidden-options>li:hover {
    background-color: #3697d7;
}

nav .div-1 #ul-links li .hidden-options>li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 30px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

nav .div-1 #ul-links li .hidden-options>li a i {
    margin-right: 5px;
}


@media screen and (min-width: 820px) and (max-width: 950px) {

    nav .div-1 .menu-responsive {
        display: none;
    }


    nav .div-2 ul .li {
        font-weight: 100;
        font-size: 15px;
    }
}

@media screen and (min-width: 720px) and (max-width: 820px) {

    nav .div-2 ul .li {
        font-weight: 100;
        font-size: 15px;
    }

    nav .div-2 ul i {
        display: none;
    }

    .table {
        width: 620px;
    }
}

@media screen and (min-width: 540px) and (max-width: 720px) {
    nav {
        width: 100%;
        height: 100px;
    }

    nav .div-1 .buttons {
        display: none;
    }

    nav .div-2 {
        display: none;
    }

    nav .div-1 .menu-responsive {
        display: flex;
    }

    nav .div-1 .title h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
    }

    nav .div-1 .img {
        width: 20%;
    }

    #idIndexRegistro .part-2 .div-div {
        width: 90%;
        height: 220px;
        display: flex;
        flex-direction: row;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso h6 {
        font-size: 20px;
    }

    #idIndexRegistro .part-2 .div-div section img {
        margin-right: 50px;
    }

    #idIndexRegistro {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #idIndexRegistro .part-1 {
        min-height: 300px;
    }

    #idIndexRegistro .part-2 {
        min-height: 200px;
    }

    #idIndexRegistro .part-3 {
        margin-top: 20px;
    }

    .table {
        width: 480px;
        height: 400px;
    }

    .table .monthName {
        display: none;
    }

    .table .right-side {
        width: 100%;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep h5 {
      font-size: 21px;  
    }

}

@media screen and (min-width: 366px) and (max-width: 540px) {
    nav {
        width: 100%;
        height: 100px;
    }

    nav .div-1 .buttons {
        display: none;
    }

    nav .div-2 {
        display: none;
    }

    nav .div-1 .menu-responsive {
        display: flex;
    }

    nav .div-1 .title h4 {
        display: none;
        /*         font-family: Arial, Helvetica, sans-serif;
        font-size: 22px; */
    }

    nav .div-1 .img {
        width: 25%;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso {
        font-size: 15px;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso h6 {
        font-size: 20px;
    }

    #idIndexRegistro .part-2 .div-div section img {
        margin-right: 40px;
    }

    #idIndexRegistro {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #idIndexRegistro .part-1 {
        min-height: 300px;
    }

    #idIndexRegistro .part-2 {
        min-height: 200px;
    }

    #idIndexRegistro .part-3 {
        min-height: 0px;
        margin-top: 20px;
    }

    .table {
        width: 360px;
        height: 400px;
    }

    .table .monthName {
        display: none;
    }

    .table .right-side {
        width: 100%;
    }

    nav .widget {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav .reloj {
        padding: 0px;
        justify-content: center;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep h5 {
        font-size: 21px;
    }
}

@media screen and (min-width: 280px) and (max-width: 365px) {
    nav {
        width: 100%;
        height: 100px;
    }

    nav .div-1 .buttons {
        display: none;
    }


    nav .div-1 #ul-links {
        width: 100%;
    }

    nav .div-1 #ul-links li {
        width: 100%;
        font-size: 14px;
    }

    nav .div-2 {
        display: none;
    }

    nav .div-1 .menu-responsive {
        display: flex;
    }

    nav .div-1 .title h4 {
        display: none;
        /*         font-family: Arial, Helvetica, sans-serif;
        font-size: 22px; */
    }

    nav .div-1 .img {
        width: 30%;
    }

    .bar-title {
        text-align: center;
        font-size: 17px;
    }

    #idIndexRegistro .part-2 .div-div {
        width: 100%;
        height: 220px;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso h6 {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0 10px 0 10px;
        font-size: 19px;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso b {
        margin-top: 10px;

    }

    #idIndexRegistro .part-2 .div-div section img {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(3) .name-user {
        font-size: 26px;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(4) .datos {
        text-align: center;
        font-size: 18px;
    }


    #idIndexRegistro {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #idIndexRegistro .part-1 {
        min-height: 200px;
    }

    #idIndexRegistro .part-2 {
        min-height: 320px;
    }

    #idIndexRegistro .part-3 {
        min-height: 0px;
        margin-top: 20px;
        display: flex;
    }

    #idIndexRegistro .part-3 .fecha-monitor {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #idIndexRegistro .part-3 .elig-quinc {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #idIndexRegistro .part-3 div form {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    #idIndexRegistro .part-3 div form input {
        width: 250px;
    }

    #idIndexRegistro .part-3 div form select {
        width: 250px;
    }

    #idIndexRegistro .part-3 div form button {
        width: 250px;
    }

    .table {
        width: 95%;
        height: 350px;
    }

    .table .monthName {
        display: none;
    }

    .table .right-side {
        width: 100%;
    }

    .table .right-side .daysInBox .row .day-box button {
        width: 40px;
        height: 40px
    }

    nav .widget {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav .reloj {
        padding: 0px;
        justify-content: center;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep h5 {
        font-size: 20px;
    }
}


@media screen and (min-width: 180px) and (max-width: 280px) {

    /*  nav .div-1 .title h4 {
        display: none;
    }

    .table {
        width: 95%;
        height: 300px;
    }

    .table .monthName {
        display: none;
    }

    .table .right-side {
        width: 100%;
    }

    .table .right-side .daysInBox .row .day-box button {
        width: 30px;
        height: 30px
    } */

    nav {
        width: 100%;
        height: 100px;
    }

    nav .div-1 .buttons {
        display: none;
    }


    nav .div-1 #ul-links {
        width: 100%;
    }

    nav .div-1 #ul-links li {
        width: 100%;
        font-size: 14px;
    }

    nav .div-2 {
        display: none;
    }

    nav .div-1 .menu-responsive {
        display: flex;
    }

    nav .div-1 .title h4 {
        display: none;
        /*         font-family: Arial, Helvetica, sans-serif;
        font-size: 22px; */
    }

    nav .div-1 .img {
        width: 65%;
        justify-content: left;
        padding-left: 15px;
    }

    .bar-title {
        text-align: center;
        font-size: 16px;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(3) .name-user {
        font-size: 24px;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(4) .datos {
        text-align: center;
        font-size: 15px;
    }


    #idIndexRegistro .part-2 .div-div {
        width: 100%;
        height: 250px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso {
        width: 100%;
        text-align: center;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso h6 {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    #idIndexRegistro .part-2 .div-div section {
        width: 100%;
        height: 100%;
        margin: 10px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #idIndexRegistro .part-2 .div-div .text-aviso b {
        margin-top: 10px;
    }

    #idIndexRegistro .part-2 .div-div section img {
        width: 110px;
        height: 110px;
        padding: 0;
        margin: 0;
    }

    #idIndexRegistro .part-3 {
        min-height: 0px;
        margin-top: 20px;
        display: flex;
    }

    #idIndexRegistro .part-3 .fecha-monitor {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #idIndexRegistro .part-3 .elig-quinc {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #idIndexRegistro .part-3 div form {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    #idIndexRegistro .part-3 div form input {
        width: 95%;
    }

    #idIndexRegistro .part-3 div form select {
        width: 95%;
    }

    #idIndexRegistro .part-3 div form button {
        width: 95%;
    }

    .table {
        width: 95%;
        height: 350px;
    }

    .table .monthName {
        display: none;
    }

    .table .right-side {
        width: 100%;
    }

    .table .right-side .daysInBox .row .day-box button {
        width: 35px;
        height: 35px
    }

    nav .widget {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav .reloj {
        padding: 0px;
        justify-content: center;
    }

    #idIndexRegistro .part-1 .text-content section:nth-child(2) .msj-envio-rep h5 {
        font-size: 19px;
    }
}

/* @media screen and (min-width: 180px) and (max-width: 280px) {

   
} */

/* foooooooteeeeeeeeer */

/* ---------------------------- */

.page-footer {
    background-color: #002043;
    width: 100%;
    height: 200px;
}



.page-footer .footer-copyright {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}



.page-footer .footer-copyright .sec-1 {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
}

.page-footer .footer-copyright .sec-1 .box1,
.box2,
.box3 {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(248, 248, 248);
}

.page-footer .footer-copyright .sec-1 .box1 section {
    background-color: white;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}


.page-footer .footer-copyright .sec-1 .box1 img {
    height: 50px;
    width: 100px;
}

.page-footer .footer-copyright .sec-1 .box1 h5 {
    display: none;
}



.page-footer .footer-copyright .sec-2 {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(228, 228, 228);
    font-size: 14px;
}

/* ************************************************************************************** */

/* PARA EL FOOTER */
/* escritorio grande */
@media (max-width: 1920px) {}

/* ordenador escritorio medio */
@media (max-width: 1440px) {}

/* ordenador portátil medio */
@media (max-width: 1366px) {}

/* ordenador portátil medio */
@media (max-width: 840px) {
    #idLogin .box {
        width: 600px;
        height: 450px;
    }
}

/* móvil grande */
@media (max-width: 720px) {
    #idLogin {
        width: 100%;
        height: 80%;
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #idLogin .box {
        width: 450px;
        height: 450px;
        background-color: #ffffff;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

/* móvil grande */
@media (max-width: 650px) {
    #idLogin .box {
        width: 380px;
    }
}

/* móvil grande */
@media (max-width: 550px) {
    .container .widget {
        width: 100%;
        height: 15vh;
    }

    #idLogin .box {
        width: 90%;
        height: 500px;
    }

    #idLogin .box .input-box {
        width: 80%;
    }

    #idLogin .box .button-box button {
        width: 80%;
    }

}

/* móvil medio */
@media (max-width: 420px) {
    .container .icons div {
        height: 100%;
    }

    .container .icons div section button {
        font-size: 13px;
    }

    #idLogin .box .title-box img {
        width: 38%;
    }
}

/* móvil pequeño */
@media (max-width: 360px) {
    #idLogin .box .title-box img {
        width: 45%;
    }

    .container .icons div section button {
        font-size: 12px;
    }
}

/* móvil pequeño */
@media (max-width: 280px) {
    body {
        overflow: auto;
    }
}

/* ************************************************************************************** */

/* PARA EL FOOTER */
/* escritorio grande */
@media (max-width: 1920px) {}

/* ordenador escritorio medio */
@media (max-width: 1440px) {}

/* ordenador portátil medio */
@media (max-width: 1366px) {}

/* ordenador portátil medio */
@media (max-width: 980px) {}

/* móvil grande */
@media (max-width: 720px) {
    .page-footer .footer-copyright .sec-1 .box1 section {
        width: 100px;
        height: 100px;
    }

    .page-footer .footer-copyright .sec-1 .box1 img {
        height: 40px;
        width: 80px;
    }
}

/* móvil grande */
@media (max-width: 650px) {

    .page-footer .footer-copyright .sec-1 .box2,
    .box3 {
        font-size: 12px;
    }

}

/* móvil grande */
@media (max-width: 550px) {

    .page-footer .footer-copyright {
        padding: 0;
        margin: 0;
    }

    .page-footer .footer-copyright .sec-1 {
        width: 100%;
        height: 75%;
        display: flex;
        flex-direction: column;
    }

    .page-footer .footer-copyright .sec-2 {
        width: 100%;
        height: 25%;
    }

    .page-footer .footer-copyright .sec-1 .box1,
    .box2,
    .box3 {
        width: 100%;
        height: 33%;
        font-size: 11px;
    }

    .page-footer .footer-copyright .sec-1 .box1 section {
        display: none;
    }

    .page-footer .footer-copyright .sec-1 .box1 h5 {
        display: inline-block;
        font-size: 14px;
    }

    .page-footer .footer-copyright .sec-1 .box2,
    .box3 {
        text-align: center;
    }

}


/* móvil medio */
@media (max-width: 420px) {
    /*     .div-title h4 {
        display: none;
    } */
}

/* móvil pequeño */
@media (max-width: 360px) {

    .page-footer .footer-copyright .sec-1 .box2,
    .box3 {
        font-size: 10px;
    }
}

/* móvil pequeño */
@media (max-width: 280px) {}


/* notification */


.notification {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 3;
    bottom: 45px;
    right: 45px;
    border-radius: 50%;
    background-color: #0077c8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.notification i {
    color: white;
    font-size: 35px;
}

.notification #red-alert {
    width: 20px;
    height: 20px;
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: bold;
    translate: 10px -12px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}


.notification {
    animation: shake 0.85s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* ------------------------------------------historial de registros STYLE */

.container .title-name {
    width: 100%;
    color: #00263e;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 35px;
}

.container .title-name blockquote {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.container .title-name #title-of-dates {
    font-size: 18px;
    margin-bottom: 5px;
}

.container .sub-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-right: 10px;
}

.container .sub-container .left-options {
    width: 25%;
    display: flex;
    justify-content: center;
}

.container .sub-container .left-options ul {
    width: 95%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container .sub-container .left-options ul li {
    width: 95%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00263e;
    color: white;
    font-size: 25px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 15px;
    cursor: grab;
}

.container .sub-container .left-options ul li:hover {
    background-color: #053654;
}

.container .sub-container .left-options ul li h5 {
    width: 100%;
}

.container .sub-container .left-options ul li h4 {
    font-size: 50px;
    width: 100%;
    padding-top: 10px;
}

.container .sub-container .right-table {
    width: 75%;
}

#tabla_datos {
    background-color: #ffffff;
    width: 99%;
    border-collapse: collapse;
    border-radius: 10px;
}

#tabla_datos thead {
    background-color: #002043;
    height: 60px;
    color: white;
    font-size: 18px;
    font-family: 'Poppins';
}

#tabla_datos thead tr th {
    text-align: center;
}

/* top-left border-radius */
table thead tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
table thead tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tbody tr:last-child th:last-child {
    border-bottom-right-radius: 6px;
}

#tabla_datos tbody {
    background-color: rgb(7, 56, 112);
    border-radius: 10px;
}

#tabla_datos tbody tr {
    height: 60px;
}

#tabla_datos tbody tr:hover {
    background-color: #3a86de;
}

#tabla_datos tbody tr td {
    font-size: 16px;
    font-family: 'Arvo';
    color: white;
    font-weight: 100;
    text-align: center;
}

/* ------------------------ PAGINATION ----------------- */
.pag-text {
    width: 99%;
    text-align: right;
    margin-right: 20px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pagination {
    display: inline-block;
    width: 99%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: 0;
}

.pagination a {
    color: black;
    font-weight: 600;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    border-radius: 5%;
    margin-left: 2px;
    cursor: pointer;
}

.pagination a.active {
    background-color: #00263e;
    color: white;
    border: 1px solid #3a86de;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* escritorio grande */
@media (max-width: 1920px) {}

/* ordenador escritorio medio */
@media (max-width: 1440px) {}

/* ordenador portátil medio */
@media (max-width: 1366px) {}

/* móvil grande */
@media (max-width: 720px) {

    .container .sub-container .left-options {
        display: none;
    }

    .container .sub-container .right-table {
        width: 100%;
        padding-left: 10px;
    }
}

/* móvil grande */
@media (max-width: 550px) {

    #tabla_datos thead {
        font-size: 16px;
        font-weight: normal;
    }

    #tabla_datos tbody tr td {
        font-size: 14px;
    }

    .container .title-name blockquote {
        font-size: 20px;
    }

    .container .title-name #title-of-dates {
        font-size: 16px;
    }
}

/* móvil medio */
@media (max-width: 390px) {
    #tabla_datos thead {
        font-size: 14px;
    }

    #tabla_datos tbody tr td {
        font-size: 12px;
    }

    .pagination a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ------- NOTIFICATION ------ */
    .notification {
        width: 55px;
        height: 55px;
        bottom: 30px;
        right: 30px;
    }
}

/* móvil pequeño */
@media (max-width: 360px) {

    .container .title-name blockquote {
        font-size: 16px;
    }

    .container .title-name #title-of-dates {
        font-size: 14px;
    }

    .pagination a {
        width: 30px;
        height: 30px;
    }

}

/* móvil pequeño */
@media (max-width: 280px) {

    .pagination a {
        width: 20px;
        height: 25px;
    }

}