  .tamIconoBoton{
    height: 40px !important;
    width: 40px;
    align-self: center !important;
  }
  .tamIconoBotonFa{
    font-size: 24px!important;
    width: 40px !important;
    align-self: center !important;
  }
  .botonHover:hover{
    -webkit-box-shadow: 0px 0px 29px -13px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 0px 29px -13px rgba(0,0,0,1) !important;
    box-shadow: 0px 0px 29px -13px rgba(0,0,0,1) !important;
  }
  .invertirColorBotones, .invertirColorBotonesDelete{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: #BAC1D8 !important; */
    -webkit-text-stroke-color: #96999A !important;
  }
  .invertirColorBotones:hover{
    color: transparent;
    -webkit-text-stroke-color: #00C7FF !important;
  }
  
  .invertirColorBotonesDelete:hover{
    color: transparent;
    -webkit-text-stroke-color: #FF4E71 !important;
  }
  .iconoDelgadoBoton, .iconoDelgadoBotonDelete{
    color: transparent;
    -webkit-text-stroke-width: 0.1px;
    /* -webkit-text-fill-color: #BAC1D8; */
    -webkit-text-fill-color: #96999A;
  }
  .iconoDelgadoBoton:hover{
    color: transparent;
    -webkit-text-fill-color: #00C7FF;
  }
  .iconoDelgadoBotonDelete:hover {
    color: transparent;
    -webkit-text-fill-color: #ff4e71 !important;
  }
  .tipoLetra700Azul{
   /*  color: #002438; */
    color: #204154;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.34px;
    line-height: 17px;
    text-align: left;
  }
  .tipoLetra400Gris{
    /* color: #878EB0; */
    color:#96999A;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.34px;
    line-height: 17px;
  }
  .tipoLetra700Gris{
    /* color: rgba(121, 141, 152, 0.6); */
    color:#96999A;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.34px;
    line-height: 17px;
  }
  .tipoLetraFecha{
    color: rgba(121, 141, 152, 0.6);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 22px;
    text-align: left;
  }
  .tituloPrincipal {
    color: #05283b;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 26px;
    text-align: left;
    display: block;
  }
  .iconTitulo{
    color:#004BAF !important;
    font-weight: 700 !important;
    margin-right: -1% !important;
  }
  .icono-pastel {
    background-image: url("/static/svg/pastel.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px!important;
    width: 35px !important;
  }
  .icono-telefono {
    background-image: url("/static/svg/telefono.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px!important;
    width: 35px !important;
  }
  .icono-calendario {
    background-image: url("/static/svg/calendario.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px!important;
    width: 35px !important;
  }
  .icono-estadoCivil {
    background-image: url("/static/svg/estadoCivil.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px!important;
    width: 35px !important;
  }
  .icono-pipe {
    background-image: url("/static/svg/pipe.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 30px !important;
    width: 5px !important;
  }
  .icono-correo {
    background-image: url("/static/svg/correo.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px !important;
    width: 35px !important;
  }
  .icono-left {
    background-image: url("/static/svg/left.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px !important;
    width: 35px !important;
  }
  .icono-prestaciones {
    background-image: url("/static/svg/prestaciones.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 80px !important;
  }
  .icono-cerrar {
    background-image: url("/static/svg/x.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px !important;
    width: 35px !important;
    text-align: center!important;
    justify-content: center !important;
  }
  .icono-download-cloud {
    background-image: url("/static/icon/download_cloud.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 25px !important;
    width: 25px !important;
    text-align: center!important;
    justify-content: center !important;
  }
  .btn-download-cloud .v-btn {
    height: 56px !important;
    width: 56px !important;
  }
  .btn-download-cloud2 .v-btn {
    height: 42px !important;
    width: 42px !important;
  }
  .icono-flecha-doc {
    background-image: url("/static/svg/flechaDoc.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 35px !important;
    width: 35px !important;
  }
  .icono-alert {
    background-image: url("/static/svg/alert.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 15px!important;
    width: 15px !important;
  }