/*
Template Name: portal-login-form
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
Licence URI: http://www.themevault.net/license/
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
body {
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
    background-color: white;
     height: 100%;
        /*   background: linear-gradient(90deg, #322D71 50%, #FFFFFF 50%);*/
}
body ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
}
body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'Lato', sans-serif;
    color: #555555;
    opacity: 1;
    font-weight: 300;
}
body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Lato', sans-serif;
    color: #555555;
    opacity: 1;
    font-weight: 300;
}
body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
}
.wrapper {
    position: relative;
    z-index: 2;
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
      /*  min-height: 750px;
  padding-top:50px;*/
    background: rgb(106, 106, 106);
    height: 100vh;
}
.container {
    -webkit-box-shadow: 10px 0px 30px 5px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 0px 30px 5px rgba(0,0,0,0.27);
    box-shadow: 10px 0px 30px 5px rgba(0,0,0,0.27);
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    padding: 0px;
    width: 90%;
    height: auto;
}
.login-left {
    width: 50%;
    z-index: 1;
    position: relative;
  /*  height: 625px;*/
}
.login-left h2 {
    font-weight: 700;
    font-size:34px;
}
.login-left h3 {
    font-size: 1.2em;
    margin: 1em 0;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}
.login-left p {
    font-size: 14px;
    margin: 1em 0;
    line-height: 28px;
    font-weight: 400;
}
.login-left a {
    color: #555555;
    text-decoration: none;
    padding-right: 5px;
}
.login-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}
.form-title {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: block;

}
.forgot-link {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.login-form a {
    color: #555555;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}
.form-group {
    width: 100%;
    display: block;
    height:auto;
    text-align: center;
}
.form-check {
    display: block;
    width:100%
}
.form-check label {
    width: auto;
    padding-left: 5px;
}
.input-group {
    padding: 0px 10px;
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
}
.input-group span.fa {
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 6%;
    padding: 15px 0px;
    color: #007bff;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-block {
    display: block;
    width: 100%;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block {
    width: 100%;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 10px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 700;
  /*  width: 100%;*/
}
input[type="email"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    padding: 14px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
input[type="Password"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    /*padding: 14px 10px;*/
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
.copyright {
    font-size: 15px;
    text-align: center;
    /*line-height: 24px;*/

}
.carousel {
    height: 100%;
}
.copyright a{
    color: #322D71;
    font-size: 16px;
    text-decoration: none;
}
.copyright a:hover{
    color: #000;
}
.copyright strong {
    font-weight: 700;
}

/*-----Responsive------ */
@media (max-width: 1280px) {
    .login-form {
        padding-left: 50px;
        padding-right: 50px;
    }
    .login-left {
        height: auto;
    }
    .container {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .login-form {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .login-left {
        display: none;
    }
}
@media (max-width: 767px){
    .login-form {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .login-left {
        display: none;
    }
    #background {
        width: 0%;
    }
    .wrapper {
        padding:10px;
    }
    .copyright {
        /*padding-bottom: 30px;*/
    }
}
@media (max-width: 360px) {
    .login-form {
        padding-left: 20px;
        padding-right: 20px;
    }

}
/**----format table --------*/
.t_login{
      display: inline;
}
.t_login tbody tr td table tbody tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 0;
    flex-wrap: wrap;
}
.t_login tbody tr td table tbody tr td{
		width: 100%;
    padding: 0 10px;
}
.t_login tbody tr td table tbody tr:first-child{
	    padding-bottom: 20px;
}
.t_login tbody tr td table tbody tr td input{
	line-height: 35px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 10px;
	/* height: 50px; */
	border-radius: 0.25rem;
	width: 100%;
	border: 1px solid #ccc;
	margin-right: 30px;
}
.t_login tbody tr td table tbody tr:nth-child(2) td:first-child,.t_login tbody tr td table tbody tr:nth-child(3) td:first-child{
	text-align: left;
}
[type="checkbox"]{
	width: 10% !important;
	margin-right: 0 !important;
  margin-left: -6px;
}
[type=submit]{
	color: #fff !important;
  background-color: #322D71 !important;
	border: 1px solid #322D71 !important;
}
.t_login tbody tr td table tbody tr td span{
 float: right;
}
.p-fac{
      margin-right: 91px;
          padding-top: 5px;
}
/*-----fondo-----*/
.hero-overly {
    position: relative;
    z-index: 1;
}
.hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
    background-image: -moz-linear-gradient(0deg, rgba(2, 8, 52, 0.74902) 0%, rgba(2, 8, 52, 0.14902) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(2, 8, 52, 0.74902) 0%, rgba(2, 8, 52, 0.14902) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(2, 8, 52, 0.74902) 0%, rgba(2, 8, 52, 0.14902) 100%);
}
.cont-login{
  z-index: 99;
  width: 900px;
}
/*----------footer*/
.detail-footer{
  border-top: 1px solid #D8D8D8;
   /* margin-top: 10px; */
   padding-top: 4px;
   text-align: center;
   width: 100%;
   font-size: 12px;
}
.detail-footer a{
  font-size: 12px;
}
.carousel-caption{
      bottom: 5% !important;
      color: #fff;
}


/**------menu-top------*/
#header{
  height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all .2s;
}

#nav_header{
  background: #5c6bc2;
  position: relative;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-property: position, left, right, top, z-index;
  transition-property: position, left, right, top, z-index;
  box-shadow: 0 19px 34px -15px #d2d2f2;
  -webkit-box-shadow: 0 19px 34px -15px #d2d2f2;
  -moz-box-shadow: 0 19px 34px -15px #d2d2f2;
  z-index: 9;
}
#nav_header a{
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #ffffff;
  /*border-right: 1px solid #fff;*/
  text-transform: uppercase;
  padding: 8px 14px 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
#nav_header a span{
  border-bottom: none;
  font-weight: 600;
  color: #f1f4f6;
}
#nav_header a:hover span{
  border-bottom: none;
  color: #ffff;
}
#nav_header li:hover{
    background-color:#6e80e6;
    color:#000;
    transition: all .2s;
    }
.s-date{
  float: left;
  margin: 0;
  padding: 0 0.3125rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.s-date span{
  font-size: 14px
}
#nav_header ul{
      padding: 0 30px;
}
.div-body{
  background: none !important;
    padding: 0 !important;
}
.contenido-body{
  background: none !important;
border: none!important;
}
.imagen-item{
  object-fit: cover;
  height: 520px;
  opacity: .6;
}
.spad2 {
padding-top: 100px;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.carousel-inner{
  background-image: linear-gradient(to right,#434343 0%,black 100%) !important;
}
