/*
    Theme Name: NiceAdmin
    Theme URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* Import fonts */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@import url(line-icons.css);



/*login page*/

.login-img3-body{

  background: url('../img/background/bg-1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
          background-size: cover;
}



.login-form {
    max-width: 500px;
    margin: 160px auto 0;
    background: #d5d7de;
}

.login-img3-body .login-form{
    border: 1px solid #B0B6BE;
    background: rgba(213,215,222,0.9);
}

.login-form .login-form-heading {

    margin: -5px 0 0 0;
    padding:1px 5px;
    text-align: center;
    background: #34aadc;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    text-transform: uppercase;
}

.login-form .login-form-heading h2 {
    font-size: 18px;
    font-family: sourcesans_bold;
 }

.login-form .login-form-heading h3 {
 font-size: 16px;
 font-style:italic;
 font-family: sourcesans_light;
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .form-control:focus {
    z-index: 2;
}

.login-form .login-img{
    font-size: 50px;
    font-weight: 300;
}

.login-form .input-group{
    padding-bottom: 15px;
}

.login-form .input-group-addon{
    padding: 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.login-form input[type="text"], .login-form input[type="password"] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 0;
}

.login-form .btn{
    border-radius: 0;
}


.login-form p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.login-img3-body .login-form p,.login-img2-body .login-form p {
    color: #34aadc;
}


.login-wrap {
    padding: 20px;
}

@media only screen and (min-width: 1360px) {
     .login-form {
    margin: 160px auto 0;
}
}
@media only screen and (max-width: 1360px) {
     .login-form {
    margin: 160px auto 0;
}
}
@media only screen and (max-width: 1024px) {
    .login-form {
    margin: 160px auto 0;
}
    .login-box {
        width:100%;
    }

    .lineas-fondo {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .login-form {
    margin: 90px auto 0;
}
    
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: sourcesans;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.l-redes{
	max-width: 1360px;
    margin: 0 auto;
    position: relative;
}

.l-redes img {
                    width: 32px;
                }

.redes_responsive{
	 float: right;
}

.redes_responsive{

}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .l-redes{
	display: none;
}
}

#header.header-fixed {
  background: #00395E;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

.bg-institucional {
    background-color: #4cb2e1 !important
}

.bg-pantone306C {
    background-color: #00b5e2 !important
}

.bg-pantone306C {
    background-color: #00b5e2 !important
}

.bg-pantone302C {
    background-color: #003b5c !important
}

.bg-pantone302C {
    background-color: #003b5c !important
}

.bg-black6C {
    background-color: #101820 !important
}

.bg-pantone165C {
    background-color: #FF6720 !important
}

.bg-magentaC {
    background-color: #ff0dff !important
}

.bg-pantone115C {
    background-color: #FDDA25 !important
}

.bg-pantone361C {
    background-color: #43B02A !important
}

.bg-pantone3558C {
    background-color: #919CD4 !important
}

.bg-coolgray4 {
    background-color: #b0c1be !important
}

.info-box {
    width:60%;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
}
    .info-box .info-box-number-registros {
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-family: sourcesans_bolder;
        font-size: 48px;
        font-weight:300;
    }

    .info-box .info-box-text-registros {
        text-align: left;
        letter-spacing: 0px;
        color: #002D4B;
        opacity: 1;
        font-family: sourcesans_bolder;
        font-size:28px;
    }

.margin-bottom {
    margin-bottom: .15rem;
    padding-bottom: .15rem;
}

.border-round {
    border-radius: 45px;
}

.lineas-fondo {
    position:absolute;
    margin-top:10px;
    margin-left:30px;
    background-image: url("../img/LineasFondo1.png");
    background-repeat: no-repeat;
    width:900px;
    height:235px;
}

.card-aviso {
    transition: all 150ms ease-out;
    
}

    .card-aviso:hover {
        transform: scale(1.01);
    }

        .card-aviso:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }

body {
    /*background: url('../img/fondo1.png') no-repeat fixed;*/
    background-color:white;
    background-size: cover;
}

.card-calendar {
    /*background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;*/
    transition: all 150ms ease-out;
}

    .card-calendar:hover {
        transform: scale(1.01);
    }

        .card-calendar:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }

.card-calendar-header {
    letter-spacing: 0px;
    color: #00A6DD;
    text-align: center;
    padding: .5rem .75rem
}

.card-calendar-header-title {
    margin-top: -3.875rem;
    font-family: sourcesans_bolder;
    font-size: 1.6rem;
}

.card-calendar-header-icon {
    border-radius: .25rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.87rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.card-calendar-body p {
    font-family: sourcesans_bold;
    font-size: 20px;
    color: #002D4B;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .login-page {
        display:block;
    }

    .logoPDI {
        margin-top:20px;
    }
    .card-calendar {
        /*margin-top: 20.875rem;*/
    }

    .card-calendar-header-title {
        font-family: sourcesans_bolder;
        font-size: 1.8rem;
    }


    .info-box {
        width: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .info-box .info-box-text-registros {
            font-size: 20px;
        }

    .login-box {
        width=100%;
    }
}

.card-outline {
    background: transparent linear-gradient(0deg, #00A3DB 0%, #002E48 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    
}

.card-header {
    margin-top:20px;
    border-bottom-color:white;
}

.card-header-subtitle {
    font-family: sourcesans_bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    font-family: sourcesans;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:hover {
        
    }

.btn-primary {
    font-family: sourcesans;
    color:white;
    background: #002D4B 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
}

    .btn-primary:hover {
        background: black 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        font-family: sourcesans_bold;
    }

    .btn-primary:focus {
        background: black 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        font-family: sourcesans_bold;
    }

.btn-outline-primary {
    font-family: sourcesans;
    color: #002D4B;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
}

    .btn-outline-primary:hover {
        font-family: sourcesans_bold;
        color: #FFFFFF;
        background: black 0% 0% no-repeat padding-box;
    }
    .btn-outline-primary:focus {
        font-family: sourcesans_bold;
        color: #FFFFFF;
        background: black 0% 0% no-repeat padding-box;
    }

.login-box-msg {
    font-family: sourcesans_bold;
    font-size:25px;
    color:white;
}

.login-box-msg-md {
    font-family: sourcesans;
    font-size: 18px;
    color: white;
    text-align: center;
}

.login-box-msg-sm {
    font-family: sourcesans_bold;
    font-size: 20px;
    color: white;
    text-align:center;
}

.login-page {
    background-color:white;
}
.logoPDI {
}

.text-white {
    font-family: sourcesans;
}

.docucontainer {
    position: fixed;
    left: 20px;
    top: 5px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.docubase {
    position: fixed;
    left: 20px;
    top: 5px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .docubase ul {
        list-style: none;
    }

        .docubase ul li {
            text-wrap: none;
        }

.docuheader /*ul li .docuheader*/ {
    /*display: inline-block;*/
    /*left: -10px;*/
    font-weight:bolder;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #003b5c;
    left: 50px;
    background: #4cb2e1;
    padding: 10px 15px;
}

.docubase ul li a {
    display: inline-block;
    color: #4cb2e1;
    background: #003b5c;
    padding: 4px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.docubase ul li i {
    background: #3b5998;
}

.docubase ul li a:hover {
    padding: 10px 30px;
    background: #000;
}

    .docubase ul li a:hover .docubase-desc {
        display: block;
    }

.docubase ul li a .docubase-desc {
    display: none;
    text-wrap: none;
    text-indent: 20px;
}

@media only screen and (max-width: 840px) {
    .docubase {
        display: none;
    }
    .docucontainer {
        display: none;
    }
}