@font-face {
    font-family: VAGRoundedBT;
    src: url("../fonts/VAGRoundedBT.ttf");
  }
  
  @font-face {
    font-family: VAGRoundedStd-Bold;
    src: url("../fonts/VAGRoundedStd-Bold.otf");
  }
  
  @font-face {
    font-family: VAGRoundedStd-Light;
    src: url("../fonts/VAGRoundedStd-Light.otf");
  }
  
:root {
    --header-height: 5rem;
    --nav-width: 68px;
    --first-color: #6572eb;  /* violeta */
    --first-color-light: #AFA5D9;
    --second-color: #00e3de;
    --gray-color: #afafaf;
   /* --white-color: #F7F6FB;*/
    --backg-color:white;
    --body-font: "VAGRoundedStd-Light", Arial, sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --icon-size: 1.3rem;
    --turno-presencial: #9f65eb;
    --turno-virtual-sinc: #5998f7;
    --turno-virtual-asinc: #59f7d5;
}

.login-page-doc{
    background-image: url(../images/fondodoc.png);
    /*background-size: 100%;
    height: auto;*/
    background-position: center;/* center;*/
    background-repeat: no-repeat;
    background-size: cover;
   /* background-attachment: fixed; */
}

.login-page-pac{
    background-image: url(../images/fondopac.png);
    /*background-size: 100%;
    height: auto;*/
    background-position: center;/* center;*/
    background-repeat: no-repeat;
    background-size: cover;
   /* background-attachment: fixed; */
}

.login-page-ent{
    background-image: url(../images/ambulatorio.jpg);
    /*background-size: 100%;
    height: auto;*/
    background-position: center;/* center;*/
    background-repeat: no-repeat;
    background-size: cover;
   /* background-attachment: fixed; */
}
/*@media (min-width: 992px)*/
.barra {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    display: flex;
    width: 85%;
    margin: 0 auto;
    padding: 15px 0 10px 0;
}

.logo {
    width: 10%;
    float: left;
}

.title_bienv{
    color: var(--second-color) !important;
    font-family: VAGRoundedStd-Bold;
    position: relative;
    left: 351px !important;
    top: -23px;
    text-align: center;
    font-size: 2rem;
}

.title_bienv_pac{
    color: var(--first-color) !important;/* #6977FF !important;*/
    font-family: VAGRoundedStd-Bold;
    position: relative;
    left: 351px !important;
    top: -23px;
    text-align: center;
    font-size: 2rem;
}

.card, .login-card-body{
    background-color: #00E0DB !important;
    margin: 1% 0 1% 4%;
    border-radius: 1rem !important;
    padding: 4% 2%;
    left: 350px !important;
}

.card-pac, .login-card-body-pac{
    background-color: #6977FF !important;
    margin: 1% 0 1% 4%;
    border-radius: 1rem !important;
    padding: 4% 2%;
    left: 350px !important;
}

.row_icono{
    text-align: center;
    color:white;
    font-family: VAGRoundedStd-Bold;
}

.icono{
    width: 35%;
}

.is-invalid{
   border-color: #6977FF !important;
   }
   

.invalid-feedback {
   color: white !important;
   font-style: italic;
}
/*
.bi-exclamation-circle{
    color: #6977FF !important;
}
*/
input.input-group{
    background-color: white !important;
    color:  #6977FF !important;
}
.btn-Ubicua{
    background-color:  #6977FF !important;
    color: white !important;
    border-radius: 15px !important;
   float: right;
}

.btn-Ubicua-Pac{
    background-color:  #00E0DB !important;
    color: white !important;
    border-radius: 15px !important;
   float: right;
}
