@font-face {
  font-family: "Indivisa Text Sans-Regular";
  src: url("../../font/Indivisa\ Text\ Sans-Regular.ttf");
}
@font-face {
  font-family: "Indivisa Display Sans-Heavy";
  src: url("../../font/Indivisa\ Display\ Sans-Heavy.ttf");
}




body {
	font-size: .875rem;
  background-image: url('../../img/bacground-login.png');
  width: 100%;
  height: 100vh;
  
     background-repeat : no-repeat;
     background-size : cover;
   }
    


 /*
 * 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;
    margin-top: 78px;
 
}
#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  z-index: 3;
  padding: 30px;
  width: 90%;
  max-width: 394px;
  position: relative;
  padding: 0px;
  text-align: center;
  background: rgba( 255, 255, 255, 0.25 );
  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-top: -175px;
     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;
    margin-top: -23px;
}
  
  
  /* TABS */
  
  h2.inactive {
    color: #20265B;
  }
  
  h2.active {
    color: #Ff00;
    border-bottom: 2px solid #5fbae9;
  }
  
  
  
  /* FORM TYPOGRAPHY*/
  
.button-log-in  {
   font-family: "Indivisa Text Sans-Regular" !important;
    background: #9D101C;
    border: none;
    color: rgb(255, 255, 255);
    padding: 11px 44px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    -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 20px 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;
}

.button-proveedor {
  font-family: "Indivisa Text Sans-Regular" !important;
    background: #042a8d;
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    text-align: center;
    /* text-decoration: none; */
    /* display: inline-block; */
    text-transform: uppercase;
    font-size: 12px;
    -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: -8px 20px 20px 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: -28px;
    /* margin-left: -39px !important*/
  }
/*   
  input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color:#9D101C;
  }
   */
  input[type=button]:active, input[type=submit]:active, input[type=reset]: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: "Indivisa Text Sans-Regular" !important;
    background-color: #f6f6f6;
    border: none;
    color: #030303;
    padding: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    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;
  }
  #formContent input[type=password] {
   font-family: "Indivisa Text Sans-Regular" !important;
    background-color: #f6f6f6;
    border: none;
    color: #030303;
    padding: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    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;
  }
  



  #formContent input[type=text]:focus {
   font-family: "Indivisa Text Sans-Regular" !important;
    background-color: #cdcdcd;
    border-bottom: 2px solid #cdcdcd;;
  }
  
  #formContent input[type=text]:placeholder {
    color: #20265B;
  }
  #formContent label{
   font-family: "Indivisa Text Sans-Regular" !important;
    color: #20265B;
    text-align: left;
    font-size: 23px;
    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;
    width: 50%;
    height: 2px;
    color: #20265B;
    font-size: 15px;
    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:#20265B;
    content: "";
    transition: width 0.2s;
    font-family: "Indivisa Text Sans-Regular" !important;
  }
  
  .underlineHover:hover {
    color: #16124f;
    font-family: "Indivisa Text Sans-Regular" !important;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  
  
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {
    width: 60%;
    margin-top: 27px;
}
  
 /* RESPONSIVE CSS
-------------------------------------------------- */
/*
 * Responsivo
 */




 @media (min-width: 630px) and (max-width:768px) {
  body {
    font-size: .875rem;
    background-image: url('../../img/bacground-login.png');
    
     }
      
 .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: 330px !important;
  position: relative;
  padding: 0px;
  text-align: center;
  background: rgba(255, 255, 255, 0.398);
  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-image: url('../../img/bacground-login.png');
    background-repeat: no-repeat;
    background-size: cover;
     }
    
  .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;
 
 
}

.button-proveedor {
  font-family: "Indivisa Text Sans-Regular" !important;
    background: #042a8d;
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    text-align: center;
    /* text-decoration: none; */
    /* display: inline-block; */
    text-transform: uppercase;
    font-size: 12px;
    -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: -8px 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: -28px;
    /* margin-left: -39px !important*/
  }
#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;
  background: rgba(255, 255, 255, 0.398);
  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: 212%;
  /* height: 90px !important; */
  /* height: 438px; */
}
.underlineHover {
  display: block;
  left: 0;
  bottom: -10px;
  width: 74%;
  height: 2px;
  color: #20265B;
  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 */
