.btb-logo {
  width: 100%;
  height: 60px;
  background-size: contain !important;
  margin-bottom: 20px;
  background: #00b7ea;
  background-size: auto;
  padding: 10px;
  text-align: center;
}

.btb-logo img {
  width: 100%;
  max-width: 240px;
}

.bookshelf-box {
  font-family: 'Armata', sans-serif;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  float: left;
}

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.nav-title {
  padding-left: 30px;
  -webkit-box-shadow: -1px 14px 32px -12px rgba(196, 196, 196, 1);
  -moz-box-shadow: -1px 14px 32px -12px rgba(196, 196, 196, 1);
  box-shadow: -1px 14px 32px -12px rgba(196, 196, 196, 1);
  height: 60px;
  top: -10px;
}

.nav-title h3 {
  padding: 20px 0;
  color: #000;
  font-family: 'Armata',
    sans-serif;
  font-size: 12px;
}

.title-course-name {
  float: left;
}

@media (max-width: 1200px) {
  .nav-title {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .name-initials {
    color: #fff;
  }

  .circle {
    color: #00b7ea;
    background-color: #fff;
    margin-top: -5px;
  }

  .title-course-name {
    display: none;
  }
}

#statusprogress1 {
  display: none;
}

@media (max-width: 1300px) {
  #statusprogress {
    display: none;
  }

  .statusprogress {
    display: none;
  }

  #statusprogress1 {
    display: block;
  }

}

@media (max-width: 767px) {
  .nav-title {
    box-shadow: unset;
    top: -5px;
    z-index: 1950;
    width: 50px;
    position: absolute;
    right: 10px;
  }

  .name-initials {
    display: none;
  }

  .circle {
    color: #00b7ea;
    background-color: #fff;
    margin: unset;
  }

  .title-course-name {
    display: none;
  }
}

@media (max-width: 575px) {
  .btb-logo {
    margin-bottom: 0px !important;
    z-index: 999;
    height: 60px !important;
  }

  .title-course-name {
    display: none;
  }
}

/* Side Cart Style */
.overlay-content {
  background-color: #000;
  display: none;
  height: 100vh;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.floatingDrawer {
  display: none;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  height: 100vh;
  overflow-y: scroll;
  padding: 20px 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  z-index: 9999;
}

.cart-container {
  position: relative;
}

.cart-title {
  display: flex;
  justify-content: space-between;
}

.cart-title h2 {
  font-family: 'Armata', sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 40px;
}

.cart-title span {
  color: black;
  cursor: pointer;
  font-size: 30px;
  line-height: 25px;
}

.cart-icon {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: #000;
}

.cart-badge {
  font-size: 0.8em;
  padding: 3px 5px !important;
  position: absolute;
  right: -8px;
  top: -4px;
}

.custom-card {
  background-color: rgba(40, 106, 168, 0.08) !important;
  border-radius: 5px;
  border-width: 0 !important;
  margin-bottom: 20px;
  position: relative;
}

.cart-close-btn {
  align-self: flex-start;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.card-body {
  padding: 13px !important;
}

.card-body-line-1 {
  display: flex;
  align-items: center;
}

.product-image {
  width: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.custom-card .input-group {
  max-width: 100%;
}

.card-text {
  font-size: 16px;
  font-family: 'Armata', sans-serif;
  color: black;
}

.cart-price {
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  color: #1E2235;
  text-align: center;
}

.cart-total-price {
  color: #1E2235;
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 38px;
  text-align: right;
}

.cart-btn-process {
  font-family: 'Armata', sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
}

.cart-section {
  margin-left:20px; 
  width: 20px
}



/* Estilo para  no mostrar el dropdown en mobile*/
@media screen and (max-width: 1200px) {
 .dropdown {
  display: none;
 }
}


@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #side {
    top: 30px;
  }
}
/* Estilo para  evitar que el dropdown en estos tamaños de pantalla no se muestre completo*/
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #side {
    top: 20px;
  }
}

/* Estilo para  evitar que el carrito se quedesin espacio*/
@media screen and (min-width: 200px) and (max-width: 700px) {
  #side {
    top: 60px;
  }
  .cart-icon > svg {
    margin-left: 40px;
  }
  .cart-price {
    margin-left: 40px;
  }
  .cart-title {
    margin-left: 155px;
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  .container{
    margin-left: 26px;
  }
  .cart-close-btn {
    margin-left: 141px;
  }
  .product-image {
    width: 50px;
    margin-left: -16px;
  }
  .card-text {
    font-size: 10px;
  }
  .custom-card .input-group {
    width: 110px;
  }
  .cart-btn-process {
    width: 317px;
    margin-left: 123px;
  }
  .cart-btn-empty{
    width: 316px;
    margin-left: 107px;
  }
}

@media screen and (min-width:375px) and (max-width:424px) {
  .container{
    margin-left: 24px;
  }
  .cart-price {
    margin-left: 40px;
  }
  .cart-title {
    margin-left: 77px;
  }
  .cart-close-btn {
    margin-left: 87px;
  }
  .product-image {
    width: 50px;
    margin-left: -16px;
  }
  .card-text {
    font-size: 10px;
  }
  .custom-card .input-group {
    width: 110px;
  }
  .cart-btn-process {
    width: 368px;
    margin-left: 71px;
  }
  .cart-btn-empty{
    width: 373px;
    margin-left: 55px;
  }
}


@media screen and (min-width:425px) and (max-width:767px) {
  .container{
    margin-left: 24px;
  }
  .cart-price {
    margin-left: 40px;
  }
  .cart-title {
    margin-left: 77px;
  }
  .cart-close-btn {
    margin-left: 18px;
  }
  .product-image {
    width: 57px;
    margin-left: -16px;
  }
  .card-text {
    font-size: 10px;
  }
  .custom-card .input-group {
    width: 110px;
  }
  .cart-btn-process {
    width: 368px;
    margin-left: 53px;
  }
  .cart-btn-empty{
    width: 373px;
    margin-left: 36px;
  }
}