/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('/fonts/SourceSansPro-Ext-ExtraLight.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('/fonts/SourceSansPro-ExtraLight.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url() format('/fonts/SourceSansPro-Ext-Light.woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('/fonts/SourceSansPro-Light.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
  /*box-sizing: border-box;*/
  margin: 0;
  /*padding: 0;*/
  /*font-weight: 300;*/
}
.TblBlk td, .TblBlk th {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: medium !important;
}
.nuevo-password{
  width: 120px;
  background-color: #BDDEFF;
  border: solid black;
  border-color: black;
  padding: 6px;
  margin-left: 80px;
  font-family: monospace;
  font-weight: bold;
  font-size: 13pt;  
}
input {
  border: 1px solid silver;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.text-left {
  margin-right: auto;
  padding-left: 0;
}
.text-center {
  margin-left: auto;
  margin-right: auto;
}
.text-right {
  margin-left: auto;
  padding-right: 0;
}
/*html {
  background: url(/img/background-squares-10.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.wrapper {

  border-bottom: ridge 3px #FFCD05; /* navegadores viejos */
  border-top: ridge 3px #FFCD05; /* navegadores viejos */
  border-image: linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.333);

  background: #3063ac;
  background: -webkit-radial-gradient(bottom right, #0d274b 50%, #ff9f00 100%);
  background: -o-radial-gradient(bottom right, #0d274b 50%, #ff9f00 100%);
  background: -webkit-radial-gradient(top right, #0d274b 50%, #ff9f00 100%);
  background: radial-gradient(top right, #0d274b 50%, #ff9f00 100%);
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;

  margin-top: -200px;
  overflow: hidden;
}
/*  height: 400px;
 top: 50%;*/
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
 /* display: flex;*/
  flex-flow: row; 
  flex-wrap: wrap;    
  align-items: center;
  /*height: 400px;*/
  text-align: center;
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}
.divForma{
  z-index: 2;
  margin: 0 auto;
}
form {
  padding: 20px 0;
  position: relative;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
#captcha {
  display: inline;
  position: relative;
  top: -11px;
  width: 120px;
}
#captcha:focus {
  width: 150px;
}
.captcha{
  padding: 10px 10px 0 0;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: Black;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  padding: 10px 15px;
  /*color: #3063ac;*/
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}
.bg-bubbles {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
    .bg-bubbles li {
        position: absolute;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        background-color: rgba(247, 228, 85, 0.15);
        /* background-color: rgba(255, 255, 255, 0.15); */
        bottom: -5px;
        /* bottom: -160px;*/
        -webkit-animation: square 25s infinite;
        animation: square 25s infinite;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

.home{
  position: absolute;
  top: 18px;
  left: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 21px;
  line-height: 33px;
  cursor: default;
  z-index:3;
}

/*-------------------------
  Inline help tip
--------------------------*/

.help-tip{
  position: absolute;
  top: 18px;
  right: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 21px;
  line-height: 33px;
  cursor: default;
  z-index:3;
}

.help-tip:before{
  content:'?';
  font-weight: bold;
  color:#2e5286;
  right: 14px;
}

.help-tip:hover p{
  display:block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
  top:42px;
}

.help-tip p{
  display: none;
  text-align: left;
  background-color: #2e5286;
  padding: 33px;
  width: 33.0rem;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .help-tip p {
    padding: 20px;
    width: 19.0rem;
    font-size: 0.8rem;
  }
}

.help-tip p:before{
  position: absolute;
  content: '';
  width:0;
  height: 0;
  border:6px solid transparent;
  border-bottom-color:#2e5286;
  right:13px;
  top:-12px;
}

.help-tip p:after{
  width:100%;
  height:40px;
  content:'';
  position: absolute;
  top:-40px;
  left:0;
}

@-webkit-keyframes fadeIn {
  0% { 
    opacity:0; 
    transform: scale(0.6);
  }

  100% {
    opacity:100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}

a {
  text-decoration: none;
}
a:hover, a:active {
  color: white;
}
a:link, a:visited {
  color: gold;
}

.home a{
  color: #000;
} 

div.shader {

  position: relative;

  background: #061a37; /* Old browsers */
  background: -webkit-radial-gradient(circle, #0d274b, #061a37);
  background: -moz-radial-gradient(circle, #0d274b, #061a37);
  background: -ms-radial-gradient(circle, #0d274b, #061a37);

  height: 120px;
  width: 100%;
  overflow: hidden;
  display: block;
  -moz-user-select: none;

  /* cintillo */

  border-bottom: ridge 25px #0d274b; /* navegadores viejos */
  border-image: linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;
  /*-webkit-border-image: -webkit-linear-gradient(90deg, #000000 0%, #fec908 3%, #f8b500 8%, #bc9321 40%, #fec908 92%, #f9bf2c 97%, #000000 100%) 1 0 100%;*/
  -o-border-image: -o-linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;

  border-bottom-width: 25px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.333);

}
div#output {
    margin: 0;
    padding: 0;
}
#logos {
  min-width: 768px;
  position: absolute;
  width: 100%;
  margin: 0 0 0 0 !important;
  display: block;
}
.cd-logo{
  text-align: center;
}

.cd-responsive{
  max-width: 100%;
  height: auto;
  /*position: relative;*/
}
.cd-encabezado {
  display: flex;
  flex-flow: row; 
  flex-wrap: wrap;    
  align-items: center;
  height: 95px;
  text-align: center;
}
.encabezado{
  width: 100%;
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.0rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
@media (max-width: 920px) {
    .encabezado{
      font-size: 1.6rem;
      line-height: 1.6rem;
    }
}


#menu{
  position: absolute;
  top: 97px;
  left: 20px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#menu .icons{
  display: inline;
  letter-spacing: 10px;
}
#menu a {
  text-decoration: none;
}
#menu a:hover, #menu a:active {
  color: white;
}
#menu a:link, #menu a:visited {
  color: white;
}
#heart{

  transition:all 0.3s ease;

  -webkit-animation: beat 0.5s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    beat 0.5s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      beat 0.5s infinite alternate backwards; /* Opera 12+ */
  animation:         beat 0.5s infinite alternate backwards; /* IE 10+, Fx 29+ */

}
#heart.off {

  -moz-animation-name: none;
  -webkit-animation-name: none;
  -ms-animation-name: none;
  animation-name: none; 
  color: white;

}

@-webkit-keyframes beat {
  from {
    -webkit-transform: scale( 1 );
    color: blue;
  }
  to {
    -webkit-transform: scale( 1.1 );
    color: red;
  }
}

@-moz-keyframes beat {
  from {
    -moz-transform: scale( 1 );
    color: blue;
  }
  to {
    -moz-transform: scale( 1.1 );
    color: red;
  }
}

@keyframes beat {
  from {
    transform: scale( 1 );
    color: blue;
  }
  to {
    transform: scale( 1.1 );
    color: red;
  }
}
/*ea9314 cd7a00*/


@import url('~/Code/css/New/css.css');

body {
    background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

.login-box {
    background: url('../../code/img/FondoU.png');
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    margin: 2% auto;
    min-height: 90vh;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}


@media (max-width: 1200px) {
    .login-box {
        background: url('../../code/img/Fondouni4.png');
        background-size: cover;
        background-position: center;
        /*padding: 50px;*/
        margin: 2% auto;
        min-height: 90vh;
        -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    }
}



@media (max-width: 770px) {
    .login-box {
        background: url('../../code/img/Fondouni3.png');
        background-size: cover;
        background-position: center;
        /*padding: 50px;*/
        margin: 2% auto;
        min-height: 90vh;
        -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    }
}

.logo {
    /*font-family: "Script MT";*/
    font-size: 54px;
    text-align: center;
    color: #888888;
    margin-bottom: 50px;
}

    .logo .logo-font {
        color: #3BC3FF;
    }

@media only screen and (max-width: 767px) {
    .logo {
        font-size: 34px;
    }
}

.header-title {
    text-align: center;
    margin-bottom: 50px;
}

.login-form {
    max-width: 300px;
    margin: 0 auto;
}

    .login-form .form-control {
        border-radius: 0;
        margin-bottom: 30px;
    }

    .login-form .form-group {
        position: relative;
    }

        .login-form .form-group .forgot-password {
            position: absolute;
            top: 6px;
            right: 15px;
        }

    .login-form .btn {
        border-radius: 0;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .login-form .btn.btn-primary {
            /* background: #3BC3FF;
                border-color: #31c0ff;*/
            background: #878c94;
            border-color: #f7e455;
            border-width: revert-layer;
            text-align: center;
            border-radius: 10px;
            /*border-color: #696b6f;*/
            border: 1px solid #696b6f;
            color: #fff;
        }

.slider-feature-card {
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}

    .slider-feature-card img {
        height: 80px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider-feature-card h3,
    .slider-feature-card p {
        margin-bottom: 30px;
    }

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        cursor: pointer;
    }




.login input:focus {
    outline: none;
    color: #444;
    border-color: #2196F3;
    border-left-width: 35px;
}

.login input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-left-width: 1px;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #ccc;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.login input:focus + i.fa {
    opacity: 1;
    left: 30px;
    transition: all 0.25s ease-out;
}

.login input + i.fa {
    color: #fff;
    font-size: 1em;
    position: absolute;
    margin-top: -47px;
    opacity: 0;
    left: 0;
    transition: all 0.1s ease-in;
}



.page-footer.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer.page-footer {
    padding-top: 1px;
}

.footer-dark {
    background: #878c94;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    /*background-color: #3f51b5;*/
}

footer {
    padding-top: 0 !important;
}

@media only screen and (min-width: 993px) {
    footer {
        padding-left: 71px;
    }

    footer {
        padding: 0 10px;
        padding-top: 0px;
        padding-left: 10px;
    }

    article, aside, footer, header, nav, section {
        display: block;
    }

    *, ::before, ::after {
        box-sizing: inherit;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 0px) {
    html {
        font-size: 14px;
    }
}


.footer-dark .footer-copyright {
    color: #fffc;
}

.page-footer .footer-copyright {
    background-color: transparent;
}

.page-footer .footer-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 50px;
    /*padding: 10px 0;*/
    color: #fffc;
    /*background-color: #33333314;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

