.wrapper {
  position: fixed;
  bottom: 80px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.bs-icon-lg {
  --bs-icon-size: 1.5rem;
}

.text-button {
  font-size: 20px;
  font-family: helvetica;
  font-weight: bold;
  color: #71d90b;
  text-transform: uppercase;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@keyframes parpadeo {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

#whatsapp {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

#whatsapp svg {
  width: 50px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}

circle {
  fill: #25d366;
}

#whatsapp path {
  fill: #55cd6c;
}

.img-ponentes {
  height: 400px;
}

.partners {
  background-color: #f7f7f7 !important;
}

.ss_ponentes {
  font-weight: 500;
  color: #8c8c8c !important;
  margin-top: -10px;
  font-size: 15px;
}

.h2 {
  font-size: 14px;
  font-weight: 600 !important;
}

.title_last_h2 {
  font-size: calc(1.3rem + 0.6vw);
}

.text-justify {
  text-align: justify;
}

#timer {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 20px #48C8FF;
  font-family: "Helvetica Neue", "Open Sans", helvetica, arial, sans-serif;
  display: inline-flex;
  margin-top: 5px;
}

.wrapper.show {
  right: 20px;
}

.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

header i {
  color: #4070f4;
  font-size: 32px;
}

header h2 {
  color: #4070f4;
  font-weight: 500;
}

.wrapper .data {
  margin-top: 16px;
}

.wrapper .data p {
  color: #333;
  font-size: 16px;
}

.data p a {
  color: #4070f4;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
  background-color: #034bf1;
}

#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}

#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

#timer div {
  margin-right: 5px;
}

.carousel-item {
  background-color: rgba(0,0,0,0.6);
}

.space {
  margin-top: 17px;
}

.space {
  margin-top: 50px;
}

.titulo-ponente {
  color: #000000 !important;
}

.ss_ponentes {
  font-size: 14px;
  margin-top: 10px;
}

.spaces_p {
  line-height: 1.2rem;
}

