.tamIconoBoton {
  height: 40px !important;
  width: 40px;
  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: #2DB9D1 !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: #2DB9D1;
}

.iconoDelgadoBotonDelete:hover {
  color: transparent;
  -webkit-text-fill-color: #ff4e71 !important;
}

.tipoLetra700Azul {
  /*  color: #002438; */
  color: #1E2245;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 17px;
  text-align: left;
}
.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: 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;
}

.btn-download-cloud-timbre .v-btn {
  height: 35px !important;
  width: 35px !important;
}
.icono-download-cloud-timbre {
  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;
}