body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  /*background-color:#ffffff;*/
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center {
  margin: auto;
  width: 50%;
}


button.pv-dark {
  background-color: #4f2674 !important;
}
button:hover.pv-dark {
  background-color: #82358c !important;
}
button:focus.pv-dark {
  background-color: #82358c !important;
}

svg.success-svg, svg.error-svg, svg.advertencia-svg {
  width: 15%;
  fill: #28a745;
}
a.menu-selected {
  font-weight: bold;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.menu-icon {
  width: 1.2rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

.dash-greeting {
  font-weight: 500;
  font-size: 1rem;
}
.dash-text {
  font-weight: 400;
  font-size: 1rem;
}
.dash-usuario {
  font-weight: 400;
  font-size: 0.8rem;
}
.total-pagar {
  font-weight: 600;
  font-size: 1.1rem;
}
.medico-texto-nombre {
  font-weight: 500;
  font-size: 1rem;
}

.with-pointer {
  cursor: pointer;
}

.labels {
  font-weight: 500;
}

@media screen and (min-width: 601px) {
  .medico-texto {
    font-size: 1rem;
  }
  .medico-texto-direccion {
    font-size: 0.9rem;
  }
  .dependiente-avatar, .acceso-rapido{
    max-width: 4vw;
    margin-right: 0.3vw;
    margin-left: 0.3vw;
  }
  .doc-electronicos {
    max-width: 5vw;
    margin-right: 0.3vw;
    margin-left: 0.3vw;
  }
  .dependiente-btn {
    font-size: 0.8rem;
  }
  h3.title-header {
    font-weight: 600;
    font-size: 2em;
  }
  .subtitle-header {
    font-weight: 600;
    font-size: 1.8em;
  }
  svg.logo-home {
    /* width: 24vw; */
    max-width: 15rem;
  }
  .logo-plan {
    max-width: 9vw;
    max-height: 2.5rem;
  }
  .nombre-plan {
    font-weight: 300;
    font-size: 2.1em;
    cursor: pointer;
  }
  .logo-container {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .loginCard, .loginCardRegister{
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(200, 200, 200);
    margin-left: auto;
    margin-right: auto;
    width: 22rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: white;
  }
  .info-text {
    font-weight: 400;
    font-size: 1rem;
  }
  .info-text-bold {
    font-weight: 500;
    font-size: 1.1rem;
  }
  .menu-item {
    font-weight: 300;
    font-size: 1rem;
  }
  .top-bar-container {
    padding: 0.8vw;
    padding-left: 1.7vw;
    background-color: white;
  }
  div:hover.with-pointer {
    background-color: rgba(0, 0, 0, 0.2)!important;
    z-index: 2; /* Stay on top */
    font-weight: 500;
  }
  .thumbnail-youtube {
    max-width: 100%;
  }
  .texto-youtube {
    font-weight: 400;
    font-size: 0.8rem;
  }
  .video-bienvenido {
    position: absolute;
  }
  
  .btn-ayuda{
    width: 40%!important;

  }

  .btn-ayuda{
    width: 40%!important;

  }

}
@media screen and (max-width: 600px) {
  .medico-texto {
    font-size: 0.9rem;
  }
  .medico-texto-direccion {
    font-size: 0.8rem;
  }
  .thumbnail-youtube {
    max-width: 100%;
  }
  .dependiente-avatar, .acceso-rapido, .doc-electronicos {
    max-width: 20vw;
    margin-right: 0.3vw;
    margin-left: 0.3vw;
  }
  .dependiente-btn {
    font-size: 0.8rem;
  }
  h3.title-header {
    font-weight: 600;
    font-size: 1.5em;
  }
  .subtitle-header {
    font-weight: 600;
    font-size: 1.3em;
  }
  svg.logo-home {
    width: 45vw;
  }
  .logo-plan {
    max-width: 40vw;
    max-height: 2.5rem;
    margin-bottom: 1.8rem;
  }
  .nombre-plan {
    font-weight: 300;
    font-size: 5.5vw;
    white-space: nowrap !important;
    cursor: pointer;
  }
  .logo-container {
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .loginCard, .loginCardRegister{
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(200, 200, 200);
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: white;
  }
  .info-text {
    font-weight: 400;
    font-size: 0.9rem;
  }
  .info-text-bold {
    font-weight: 500;
    font-size: 1rem;
  }
  .sidebar {
    height: 100%; /* 100% Full-height */
    min-height: 2500px;
    width: 60vw; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0;
    left: 40vw;
    padding: 1.5rem;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.7s;
  }
  .sidebar-bg {
    height: 100%; /* 100% Full-height */
    min-height: 2500px;
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    transition: 0.7s;
  }
  .menu-item {
    font-weight: 400;
    font-size: 1.2rem;
  }
  .top-bar-container {
    padding: 0.8vw;
    padding-left: 2.7vw;
    background-color: white;
  }
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
.modal-open,
body {
  overflow: inherit !important;
}

.login-text {
  font-weight: 300;
  font-size: 0.9rem;
}
.sub-text {
  font-weight: 300;
  font-size: 0.8rem;
}
.error-text {
  font-weight: 400;
  font-size: 0.9rem;
}
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -1px;
}
.badge-estado {
  font-weight: 500;
  font-size: 0.8rem;
}
.badge-fecha {
  font-weight: 500;
  font-size: 0.9rem;
}
.table-text {
  font-weight: 400;
  font-size: 0.85rem;
}
.bold-text {
  font-weight: 500;
}
.logo-left-arrow {
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
  background-color: #4f2674;
  cursor: pointer;
  align-items: center;
  justify-items: center;
  border-radius: 20%;
  display: flex;
  margin-left: auto;
  padding: 0.25rem;
}

/*Footer Login*/
footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: -1;
  height: auto;
  width: 100vw;
  padding-top: 40px;
  color: #fff;
}

.footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/*Footer Dasboard*/
.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: transparent;
  color: #fff;
  /*width: 100vw;*/
  width: auto;
  height: auto;
  overflow-x: hidden!important;

  
}


@media only screen and (min-width: 375px) and (max-width: 380px) {
  .centered{
    top: 45%;
  }
  .centered-changePassword{
    top: 45%!important;
  }
  .centered-registerUser{
    top: 40%!important;

  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-add, .btn-remove{
    width: 94px;
    margin-left: -34px!important;
  }
  
  .link-remove{
    width: 92px;
    margin-left: -25px!important;
    font-size:0.95rem ;
    
  }
  .input-add{
    width: 94%;

  }
  .btn-ayuda{
    width: 35%!important;

  }
  .actualizacionDatos input#correoPrincipal,.actualizacionDatos input#correoFacturacion{
    width: 99%;

  }
  
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .btn-add, .btn-remove, .link-remove{
    margin-left: -10px!important;
    
  }
  .input-add{
    width: 100%;

  }
  .btn-ayuda{
    width: 25%!important;

  }
  .actualizacionDatos input#correoPrincipal,.actualizacionDatos input#correoFacturacion{
    width: 101%;

  }
  
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .centered{
    top: 45%!important;
  }
  .centered-changePassword {
    top: 40%!important;
  }
  .loginCardRegister {
    padding-top: 0rem;
    padding-bottom: 0rem;
    
  }
  .table-text-verdetalle {
    margin-top:0.40rem;
  }
  .table-text-verdetalle:hover {
    cursor: pointer;
  }

}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .btn-add,.btn-remove{
    margin-left:-10px!important;
    
  }
  .link-remove{
    margin-left:0px!important;

  }
  .btn-ayuda{
    width: 25%!important;

  }
  .actualizacionDatos input#correoPrincipal,.actualizacionDatos input#correoFacturacion{
    width: 101%;

  }

}

@media only screen and (min-width: 1400px){
  .btn-ayuda{
    width: 25%!important;

  }
  .actualizacionDatos input#correoPrincipal,.actualizacionDatos input#correoFacturacion{
    width: 100%;

  }

}

.centered-changePassword {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-registerUser {
  position: fixed;
  top:45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-text-pv-dark {
  color: #4f2674;
}


#preguntas-validacion input[type="text"]{
  background-color:#e6e7e8;
  border-color: #e6e7e8;
}

@media screen and (min-width: 280px) and (max-width: 340px){
    #preguntas-validacion input::placeholder {
      font-size: 0.78rem;
  }
}  

.title-modal-center h5.modal-title{
  width: 100%;
  font-size: 1.25rem;
}

.social-bg svg, .whatsaap svg{  
  max-width: 2rem;  
}

.social-bg{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #e6e7e8;  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;  
}
.social-bg:hover, .whatsaap:hover {
  text-decoration: none;
  color: #212529;
}
.social-bg:visited, .whatsaap:visited {
  text-decoration: none;
  color: #212529;
}

.social-bg span, .whatsaap span{
  padding-left: 0.5rem;  
}


.whatsaap{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #e6e7e8;  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;  
}

.react-datetime-picker {
  width: 100%;
}
.react-datetime-picker input:focus{
  outline: none;
}
.react-datetime-picker__inputGroup__input:invalid {
  background:#e6e7e8 !important;
}
.react-datetime-picker__wrapper{
  border: 0px solid #e6e7e8!important;
  background:#e6e7e8;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.width-100{
  width: 100%;
}

button.pv-light-grey { 
  
  border-color: #4f2674;
  background-color:transparent ;
  width: 30%;
  color:#4f2674
}

.table-text-verdetalle {
  font-size: 0.75rem;
  color: #727272;
  font-weight: 400;
  font-size: 0.85rem;
  margin-top:0.50rem;
  
}
.table-text-verdetalle {
  cursor: pointer;
}


.border-top-grey{
  border-top: 1px solid #dee2e6;

}

.bottom-0{
  margin-bottom: 0rem;

}

.text-decoration{
  text-decoration: underline
}

.top-10{
  margin-top:10px;

}

.header-modal  button.btn-close{
  position: absolute; 
  top: 1.5rem;
  right: 1.5rem;
}

.border-bottom-none{
  border-bottom:none
}

.icon-info{
  float: right;
  cursor: pointer;
}

.tooltip-mensaje{
  background-color: #555555!important;
  color: #fff!important;
}

a:hover.menu-item {
  color: #4f2674!important;
  font-weight: bold;
}

.width-93{
  width: 93%;
}

.active-contrato{
  background-color:#007A5A!important;
}

.inactive-contrato{
  background-color:#cccccc!important;
}

.text-usuario {
  font-weight: 500;
  font-size: 0.90rem;
}

.mt-2-5{
  margin-top: 2.5rem;
}

.btn-add{
  background-color:#007A5A;
  border-color:#007A5A;
}

.btn-add:focus, .btn-add:active, .btn-add:visited {
  background-color:#007A5A;
  border-color:#007A5A ;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 93px;
}

.btn-remove{
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-remove:focus,.btn-remove:active, .btn-remove:visited {
  background-color:#cccccc;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.link-remove{
  width: 100%;
  color: #727272;
  font-weight: 400;
  font-size: 1rem;
}

.link-remove:hover, .link-remove:visited {
  color: #4f2674;
  font-weight: bold;
  text-decoration: underline;
  font-size:1rem;
}

svg.icon-password{
  width: 5%;
}

.icon-password{
  position: relative;
  float: right;
  top:2.85rem;
}

button.btn-gray {
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-gray:focus{
  background-color:#cccccc;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  
}

.menuPlanActivo:hover {
  cursor: pointer;
} 


.enCobertura {
  background-color: #007A5A !important;
}

.noCubierto {
  background-color: #dc3545 !important;
}

.renovacionPendiente {
  background-color: #007A5A !important;
  min-width: 7.6rem;
}
.enPeriodoRenovacion {
  background-color: #dc3545 !important;
  min-width: 7.6rem;
}

.warning-background {
  text-align: start;
  background-color:#FFFBEB;
  border-color: transparent;
  font-size: 0.75em;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}

.w-93{
  width: 93px;
}
.nuevaOpcion {
  background-color: #4f2674 !important;
}
.verdeReembolso {
  background-color: #007A5A !important;
}

.rojoReembolso {
  background-color: #dc3545 !important;
}

.tooltipReembolso {
  width: 28rem;
  text-align: start;
}

.logo-card-container {
  cursor: pointer;
}

.logo-card-icon {
  width: 80%;
  color: #0000;
}










.lds-roller-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #62529b;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

