@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap");

.candidato {
  border: 4px dashed transparent;
  margin-bottom: 10px;
  display: flex;
  border-radius: 1000000px;
  border-bottom-right-radius: 70px !important;
  overflow: hidden;
  padding: 5px;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 20px -10px black;
  position: relative;
  cursor: pointer;
}
.candidato img {
  width: 60px;
  border: 2px solid #01a7a7;
  border-radius: 1000000px;
  background: white;
  height: 60px;
  position: relative;
  z-index: 2;
}
.candidato .name {
  width: 100%;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
}
.candidato .value img {
  border: navajowhite;
  width: 40px;
  height: 40px;
  opacity: 0.1;
}
.activeCandidatoRoot .imgCandidato {
  opacity: 1 !important;
}
.activeCandidatoRoot {
  border: 4px solid #01a7a7;
}
.candidato .value {
  background: white;
  color: black;
  float: right;
  height: 64px;
  display: flex;
  align-items: center;
  width: 130px;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.5px;
}

.w100 {
  width: 100%;
  display: block;
}
.color1 {
  color: #3b3b3b;
}
body {
  background: #dedede;
}
h1 {
  color: #3b3b3b;
  line-height: 32px;
}
header {
  position: fixed;
  z-index: 1000;
  background: #861b32;
  width: 100%;
  height: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 0px 15px -5px #7c001b;
  padding: 0 10px;
}
header img {
  width: 200px;
  margin: auto;
  position: relative;
  top: 4px;
}
footer {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #861b32;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0px 0px 15px -5px #7c001b;
}
footer div ion-icon,
footer a ion-icon {
  font-size: 22px;
  margin-bottom: 5px;
}
footer div,
footer a {
  width: 30%;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  text-decoration: none;
}
.card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -10px black;
  margin-bottom: 30px;
  border: 4px solid white;
}
.card .img {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.card .img img {
  width: 100%;
  margin: auto;
}
.card .subTitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  color: #6e6e6e;
}
.card .title {
  font-size: 24px;
  font-weight: bold;
  color: #3b3b3b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card .description {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 18px;
}
.ionContent {
  width: 100%;
  height: 80px;
}
footer .active {
  position: absolute;
  width: 33.33333333%;
  height: 70px;
  background: #500011;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px -3px #000000;
  transition: transform 0.3s ease;
}

* {
  font-family: "Poppins";
}
.imgNews {
  max-height: 200px;
  overflow: hidden;
}
.fbShare img {
  width: 25px;
}
.fbShare {
  background: #1a77f3;
  color: white;
  border-radius: 5px;
}
.waShare img {
  width: 25px;
}
.imgProfile {
  display: flex;
  margin: 20px 0px;
}
.imgProfile img {
  width: 100px;
  margin: auto;
}
.iconNotification {
  font-size: 32px;
  position: relative;
  top: 17px;
  color: white;
  background: #861b32;
  border-radius: 100000px;
  padding: 5px;
  left: -3px;
}
.waShare {
  background: #40c351;
  color: white;
  border-radius: 5px;
}
.imgNews img {
}
*[role="tablist"] {
  background: #861b32 !important;
}
.bgCustom img {
  width: 200px;
}
.tab-has-label:hover * {
  color: white !important;
}
.tab-selected:hover * {
  color: #861b32 !important;
}

iframe {
  border: none;
  width: 100%;
  height: 98vh;
}

.header-md,
.header-md * {
  background-color: #861b32 !important;
}
.tab-has-label {
  background-color: #861b32;
  color: white;
  border: 3px solid transparent;
}
.tab-selected {
  background-color: white;
  color: #861b32;
  box-shadow: 0px 0px 20px -5px black;
  z-index: 10;
  border: 3px solid #861b32;
}
.bgCustom div {
  background-color: #861b32;
  height: 90px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardContent {
  padding: 10px;
}
.actionButtons {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}
.actionButtons div {
  margin: auto;
  width: calc(100% - 25px);
  padding: 10px 0px;
  padding-bottom: 0;
}
.actionButtons div button.wa {
  background: #33b544;
}
.actionButtons div button {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 10px 0px;
  background: #1a77f3;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 2px 7px -2px rgb(0 0 0 / 37%);
}
.txt-center {
  text-align: center;
}
ion-spinner.sc-ion-loading-md {
  color: #861b32 !important;
}
.iconRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  background: rgb(120 24 46);
  border-radius: 10000px;
  border: 1px solid rgb(0 0 0 / 20%);
  z-index: 2;
  text-decoration: none;
}

.iconRight ion-icon {
  font-size: 22px;
}
.bgGray {
  background: #dedede;
}
.boxed {
  max-width: 800px;
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
}
.notification {
  margin-bottom: 10px;
}
.notification .subTitle {
  letter-spacing: 0.5px;
  font-weight: 600;
}
.card.info {
  padding: 10px;
  text-align: justify;
  color: #2b2b2b;
}
.card.info h2 {
  font-size: 24px;
  line-height: 26px;
  color: #2b2b2b;
  margin-top: 35px;
}
.card.info p {
  margin: 0;
}
.marcelo {
  width: 200px;
  margin: auto;
  display: block;
  border-radius: 10000px;
  border: 3px solid #6f161f;
  margin-bottom: 20px;
  margin-top: 10px;
  box-shadow: 0px 10px 25px -10px #6f161f;
}
.encuesta {
  border: 0px;
  padding: 0px 10px;
  padding-top: 10px;
}
.spotValue {
  width: calc(100% - 41px);
  height: 17px;
  position: absolute;
  background: #e2e2e2;
  top: 52px;
  left: 30px;
  overflow: hidden;
  border-radius: 1000000px;
}
.spotValue .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  transition: width 1s ease;
  background: #ff0037;
  height: 100%;
}

.qvotar {
  position: absolute;
  width: 200px;
  background: #861b32;
  top: -75px;
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #7c001b;
  font-size: 18px;
}

.value ion-icon {
  font-size: 42px;
  opacity: 0.1;
}

.bg1 {
  background: #861b32 !important;
}

.activeCandidato {
  opacity: 1 !important;
  color: #04b400;
  filter: grayscale(0) !important;
}
.label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin: 15px 0px;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.label input {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  outline: none;
}
.label select {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  outline: none;
}
.rowForm {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.doodle {
  width: 60px;
  height: 60px;
  display: flex;
  background: #01a7a7;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
}
.doodle img {
  filter: invert(1);
  width: 30px;
}
.swal2-confirm {
  background: #00a7a7 !important;
}
.loader {
}

.loader img {
  width: 50px;
}
.hide {
  display: none;
}
.logovc {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 60px;
}
.headerVC {
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0px 0px 15px -5px #6e6e6e;
  padding: 0px;
}
.logovcheader {
  top: 0;
}
.bg2 {
  background: #00a7a7 !important;
}

textarea {
  font-weight: 600;
  font-size: 20px;
}
