.icon-circle-ss {
  width: 100%;
  height: 100%;
  border-radius: 400%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-ss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.points-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.points-section-ss h2 {
  font-size: 2rem;
  color: #FF4500;
}

.points-section-ss button {
  border: none;
  background-color: #cce5e5;
  color: #FF4500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.content-home-ss {
  position: relative;
  height: 50vh;
  background-image: url('../../assets/img/header_06.png');
  background-size: cover;
  background-position: center;
}

.sidebar-text-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-align: start;
  margin: 0 auto;
  height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  height: 100%;
  /*display: flex;*/
  padding: 10px;
}

.icon-circle-ss:hover {
  background-color: #FF4500;
  border-color: #ffffff;
}

.icon-circle-ss:hover img {
  filter: invert(1) brightness(100);
}

.main-content-ss {
  flex: 1;
  padding: 0;
  margin: 0;
}

.sidebar-ss {
  background-color: #FF4500;
  color: #ffffff;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 1.25rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  border-right: 0;
}

.promo-title-home-ss {
  font-size: 2rem;
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
  color: #FF4500;
  margin-bottom: 0.5rem;
}

.promo-subtitle-home-ss {
  font-size: 1.25rem;
  font-family: 'Gotham', sans-serif;
  color: #FF4500;
  margin-top: 0;
}

promo-section-home-ss {
  margin-top: 2rem;
}

.text-icono-funciones-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FF4500;
  margin-top: 10px;
}

.text-puntos-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #FF4500;
  text-align: right;
}

.text-saludo-persona-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #FF4500;
}

.text-saludo-empresa-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #545456;
}

.text-puntos-pe-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  color: #FF4500;
}

.solopuntos-ss {
  font-family: 'Gotham', sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.flag-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.btn-viajes-icon {
  width: 80px;
  height: auto;
  cursor: pointer;
}

.iconos-funciones-ss {
  padding-left: 50px;
}

.text-puntos-funciones_ss {
  color: #545456;
}

