

*{
  font-family: "Arial", serif; 
  }


body {
    font-size: .875rem;
    background-color: #004893;
    background-image: url('../../img/background-login.jpg');
    width: 100%;
    height: 100vh;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-repeat: repeat-y;
}
  
 /*
 * Navbar
 */
.bg-nav-adm {
	height: 76px;
	z-index: 2;
	background-size: 100% 90px;
}

.navbar {
	padding: 0rem;
}

.nav-link {
	display: block;
	padding: 0.25rem 1rem;
}

.img-logo {
	height: 48px;
	margin: 1rem;
}

.title {
	  font-size: 23px;
	color: #ffffff;
	font-family: '';
}

.dropdown-toggle p::after {
  display: inline-block;
  margin-left: 1.3rem;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
		font-family: '';
}
#perfil .dropdown-toggle::after {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 20px;
	padding-right: 2.2rem;
	padding-left: 2.2rem;
}

.navbar-nav {
	align-items: center;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(255 255 255);
	display: inline-flex;
	align-items: center;
}

.navbar-nav .nav-link.dropdown-toggle::after {
	display: inline-block;
	margin-left: 1em;
}


.navbar .navbar-toggler {
	top: .25rem;
	right: 1rem;
}


/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    /* padding-top: 78px; */
 
}
#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    z-index: 3;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 1000px;
    position: relative;
    padding: 0px;
    text-align: center;
    background: #fff;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 5px solid #eaecee;
    /* margin-top: -175px; */

    right: -20vw;
    /* margin-left: 812px; */

}
  
  #formFooter {
    background: l#ffffff6c;
    z-index: 3;
    border-top: 1px solid #ffffff6c;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    opacity: .99;
  }
  .mb-3 {
    margin-bottom: 1rem!important;

}
  
  
  /* TABS */
  
  h2.inactive {
    color: #20265B;
  }
  
  h2.active {
    color: #Ff00;
    border-bottom: 2px solid #5fbae9;
  }
  
  
  
  /* FORM TYPOGRAPHY*/


/* input[type=button], input[type=submit], input[type=reset] { */
.btn-submit-primary {
    background: #004893;
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);*/
    /*box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);*/
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 30px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 9px;
}

/*   
  input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color:#9D101C;
  }
   */
  .button:active,.button:active, .button:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

#formContent input[type=text] {
    font-family: 'Arial' !important;
    background-color: #b8cfea;
    border: none;
    color: white;
    padding: 6px 4px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    width: 70%;
    height: 75%;
    border: 2px solid rgb(216 224 222);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#formContent input[type=password] {
    font-family: 'Arial' !important;
    background-color: #b8cfea;
    border: none;
    color: white;
    padding: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    width: 70%;
    height: 75%;
    border: 2px solid rgb(216 224 222);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
  



  /* #formContent input[type=text]:focus {
   font-family: Arial, Helvetica, sans-serif !important;
    background-color: #d9b7e2;
    border-bottom: 2px solid #cdcdcd;;
  } */
  
  #formContent input[type=text]:placeholder {
    color: #20265B;
  }
#formContent label {
    font-family: Arial !important;
    font-weight: 600;
    color: #6b60c6;
    text-align: left;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    letter-spacing: 2px
}
  
  
  /* ANIMATIONS */
  
  /* Simple CSS3 Fade-in-down Animation */
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /* Simple CSS3 Fade-in Animation */
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
  .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
  
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
  
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }
  
  .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  /* Simple CSS3 Fade-in Animation */
  .underlineHover {
    display: block;
    left: 0;
    bottom: -10px;
    text-align: center;
    width: 50%;
    height: 2px;
    color: rgb(20, 62, 53);
    font-size: 13px;
    content: "";
    transition: width 0.2s;
    margin-bottom: 20px;
    margin-top: 8px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}


  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color:rgb(20, 62, 53);
    content: "";
    transition: width 0.2s;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .underlineHover:hover {
    color:rgb(20, 62, 53);
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  
  
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {

    margin-top: 10px;
    margin-right: 10px;
    height:175px;
}
  
 /* RESPONSIVE CSS
-------------------------------------------------- */
/*
 * Responsivo
 */




 @media (min-width: 630px) and (max-width:768px) {
  body {
    font-size: .875rem;
    /* background-color: rgb(20, 62, 53);
    background-image: url('../../img/2.jpg'); */
    background-position-x: -300px; 
     }
      
 .navbar-brand img {
   width: 150px;
 }
	 .h2, h2 {
   font-size: 1.5rem;
 }
	 .dropdown-menu {
   left: -78px;
	 }
	 .icon-size
	 {
		 width: 20px;
	 }
   .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    height: 100vh;
    
}
#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    z-index: 3;
    width: 90%;
    max-width: 500px;
    max-height: 1000px;
    position: relative;
    padding: 0px;
    text-align: center;
    background: #fff;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    /* left: -55%; */
    right: 0vw;
    /* top:17%; */
    border: 5px solid #eaecee;
    /* margin-top: -175px;
    margin-left: 812px; */
    /* top:25%;
    left:50%; */
}
/* #formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  z-index: 3;
  padding: 30px;
  width: 90%;
  max-width: 330px !important;
  position: relative;
  padding: 0px;
  text-align: center;
  background: rgb(200, 200, 199);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  margin-right: 11%;

} */


	 #form-evaluacion label {
   color: #707070;
   font-weight: 600;
   font-size: 12px;
 }
	 .btn-action {
   height: 45px;
   width: 45px;
   padding: 5px;
   margin: 17px 3px;
   text-align: center;
 }
	 .bar-movil{
	   top: 109px !important;
   background: #ffffff;
   position: fixed !important;
   z-index: 1003 !important;
 }
	 
		 .container-movil{
	 top: 80px;
 }
 
 }

/* Diseño para movil  */ 


@media (min-width: 320px) and (max-width: 629px) {

  body {
    font-size: .875rem;
    /* background-color: rgb(20, 62, 53);
    background-image: url('../../img/background.jpg');
    background-repeat: no-repeat; */

     }
    
  .wrapper {
    margin: 0px !important;
    padding: 0px !important;
  }

  #formContent {
    margin: auto !important;
    width: 100%;
    max-width: 100% ;
    height: 500px;

  }
      
 .navbar-brand img {
   width: 150px;
 }
	 .h2, h2 {
   font-size: 1.5rem;
 }
	 .dropdown-menu {
   left: -78px;
	 }
	 .icon-size
	 {
		 width: 20px;
	 }
   .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    height: 100vh;
 
 
}


    #formContent {
        -webkit-border-radius: 10px 10px 10px 10px;
        z-index: 3;
        padding: 30px;
        width: 90%;
        /* max-width: 331px; */
        position: relative;
        padding: 0px;
        text-align: center;
        backdrop-filter: blur(10px);
        border-radius: 10px;
        border: 5px solid #eaecee;
        right: 0  ;
        /* margin-right: 212%; */
        /* height: 90px !important; */
        /* height: 438px; */
    }
.underlineHover {
  display: block;
  left: 0;
  bottom: -10px;
  width: 74%;
  height: 2px;
  color: rgb(20, 62, 53);
  font-size: 15px;
  content: "";
  transition: width 0.2s;
  margin-bottom: 20px;
  margin-top: 8px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
label {
  color: #20265B;
  text-align: left;
  font-size: 14px;
  font-family: 'Source Sans Pro';
  letter-spacing: 2px;
  margin-left: 20px;
  margin: 0px !important;
}

input[type=text] {
  background-color: #f6f6f6;
  border: none;
  color: #030303;
  padding: 6px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 0px;
  width: 100%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.button-log-i {
  background: #9D101C;
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 30px;
  margin: 5px 20px 15px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
	 #form-evaluacion label {
   color: #707070;
   font-weight: 600;
   font-size: 12px;
 }
	 .btn-action {
   height: 45px;
   width: 45px;
   padding: 5px;
   margin: 17px 3px;
   text-align: center;
 }
	 .bar-movil{
	   top: 109px !important;
   background: #ffffff;
   position: fixed !important;
   z-index: 1003 !important;
 }
	 
		 .container-movil{
	 top: 80px;
 }
 
 }


/**
    ESTILOS LOADER DE PROCESOS
*/
.fondoCargando {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1100 !important;
	display: none;
}

.textoCargando {
	position: fixed;
	top: 48%;
	left: 15px;
	right: 0px;
	text-align: center;
	z-index: 1200 !important;
	color: #f3f3f3;
}

.loader {
	position: absolute;
	top: 43%;
	z-index: 1200 !important;
	left: 0px;
	right: 0px;
	margin: auto !important;
}

/*FIN LOADER */
