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

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

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

.points-section h2 {
  font-size: 2rem;
  color: #5D9CAE;
}

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

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

.sidebar-text-tc {
  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:hover {
  background-color: #5D9CAE;
  border-color: #ffffff;
}

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

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

.sidebar-tc {
  background-color: #5D9CAE;
  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;
}


.bottombar-tc {
  background-color: #5D9CAE;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  border-right: 0;
  font-family: 'Gotham';
  font-size: 18px;
  font-weight: normal;
  position: relative;
  bottom: 15px;
}


.topbar-tc {
  background-color: #5D9CAE;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  border-right: 0;
  font-family: 'Gotham';
  font-size: 18px;
  font-weight: normal;
  position: relative;
}



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

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

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

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

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

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

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

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

.solopuntos-tc {
  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 {
  /*padding-left: 50px;*/
}

