body {
  overflow-x: hidden !important;
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.collection-image-kids {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #aaa;
  opacity: 0.4;
}

#tabBambino, #tabBambina {
  padding-left: 0 !important;
}

.btn-primary-c {
  background-color: white;
  border-color: white;
  color: #1C355E;
  font-weight: bold;
}

.btn-custom {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  width: 200px;
  height: 40px;
  line-height: 1.5;
  text-decoration: none !important;
}

.container-tabs {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 75px;
}

.tab-content.active {
  display: block;
}

.tab-content {
  display: none;
  line-height: 1.5;
}

.tabs .tab.active {
  color: #1C355E;
  border-bottom-color: #1C355E;
  background-color: transparent !important;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 30px;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

.tabs .tab {
  padding-bottom: 10px;
  border-bottom: 3px solid #ccc;
  cursor: pointer;
}

.kids-tab-link {
  font-size: 2rem;
}

/* KIDS SLOT */
#tabBambino .card-text,
#tabBambino .card-title,
#tabBambina .card-text,
#tabBambina .card-title {
  color: white;
}

#tabBambino .card-text,
#tabBambina .card-text {
  margin-bottom: 34px;
}

#tabBambino .card-title,
#tabBambina .card-title {
  margin-left: -4px;
}

@media only screen and (max-width: 992px) {
  .container-tabs {
    padding: 0 15px;
  }
  .collection-image-kids-female {
    background-position: top 50% left 60%;
  }
  .collection-image-kids-male {
    background-position: top 50% left 70%;
  }
  #tabBambino,
  #tabBambina {
    padding: 30px !important;
  }
  /* .center-content {
    justify-content: flex-start;
  } */
}