.main-banner-section-img-video {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-slider-content {
  position: absolute;
  margin: 0 auto;
  left: 5px;
  width: 50%;
}

.home-slide {
  position: relative;
  display: flex;
  align-items: center;
}

.home-slider-image {
  width: 100%;
}

.home-slider-content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #46005A;
  margin-bottom: 10px;
}

.home-slider-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #040404;
  margin-bottom: 10px;
}

.home-slider-content .btn-try {
  display: inline-block;
  padding: 8px 20px 8px;
  background: #2D6AF0;
  border-radius: 18px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.home-slider-content .btn-try:hover {
  background: #26377A;
}

/* our-products start */

.our-products h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1428BF;
  margin-bottom: 20px;
}

.our-products .btn-see-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 20px 7px;
  width: 133px;
  height: 36px;
  margin: .625rem auto 0;
  background: #2D6AF0;
  border-radius: 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18.59px;
  color: #FFFFFF;
}

.our-products .btn-see-all:hover {
  background: #26377A;
}

.our-products-left {
  flex: 1;
}

.our-products-left .btn-see-all {
  display: none;
}

.our-products-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1rem;
}

.our-products-one {
  margin-top: 40px;
  width: 387px;
  max-width: 47%;
  order: 1;
}

.our-products-two {
  width: 387px;
  max-width: 47%;
  order: 0;
}

.our-products-three {
  width: 100%;
  max-width: none;
  display: flex;
  gap: 1rem;
  margin-top: 0;
  order: 3;
}

.product-box {
  width: 100%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: transparent;
  transition: all 0.3s;
}

.our-products-one .product-box:hover:nth-child(1)::after {
  background-color: #4F8CB8;
}

.our-products-one .product-box:hover:nth-child(2)::after {
  background-color: #609D02;
}

.our-products-two .product-box:hover:nth-child(1)::after {
  background-color: #AC1F62;
}

.our-products-two .product-box:hover:nth-child(2)::after {
  background-color: #D68530;
}

.our-products-three .product-box:hover:nth-child(1)::after {
  background-color: #f5a374;
}

.our-products-three .product-box:hover:nth-child(2)::after {
  background-color: #006bbd;
}

.product-box-img {
  overflow: hidden;
}

.product-box-img img {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}

.product-box:hover .product-box-img img {
  transform: scale(1.1);
}

.image-content {
  position: relative;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 0px 0px 13px 13px;
  box-shadow: 0px 2px 5px rgba(5, 32, 58, 0.08);
}

.image-content h3 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #26377A;
  margin-bottom: 5px;
}

.image-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 10px;
}

.image-content .view-product-btn {
  padding: 3px 7px;
  border: 1.5px solid #26377A;
  border-radius: 12px;
  font-size: 12.4223px;
  font-weight: 700;
  line-height: 14px;
  color: #26377A;
}

.image-content .view-product-btn:hover {
  background: #213171;
  color: #FFFFFF;
}

.image-content .category {
  display: inline-flex;
  background: #213171;
  padding: 4px 5px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #FFFFFF;
}

@media(min-width: 320px) {
  .image-content .view-product-btn {
    padding: 3px 14px;
  }

  .image-content .category {
    padding: 4px 8px;
  }
}

/* our-products start */

.section-banners {
  margin: 40px 0;
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  overflow: hidden;
}

.section-chocobreak-megaball {
  display: flex;
  align-items: center;
  position: relative;
}

.section-chocobreak-megaball img {
  object-fit: cover;
}

.banner__img {
  width: 100%;
  height: 36vw;
}

.chocobreak-megaball {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -49px;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

.slick-dots {
  bottom: -4px !important;
}

.main-banner-section-img-video .item .imag-part img {
  height: auto;
  width: 100%;
  max-height: 600px;
}

.btn-box {
  position: relative;
}

.btn-banner {
  position: absolute;
  top: 80% !important;
  left: calc(8% - 1.5rem) !important;
  margin: 0 !important;
}

.btn--conoce-mas {
  height: auto !important;
  width: auto !important;
  font-size: clamp(11px, 3.5vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 3px 14px !important;
  border: 1.5px solid #26377A;
  border-radius: 24px;
  font-weight: 700;
  line-height: 14px;
  color: #26377A;
  position: absolute;
}

.btn--conoce-mas:hover {
  background: #213171;
  color: #FFFFFF;
}


.chocobreak-megaball-info {
  width: 34ch;
}

.chocobreak-megaball h2 {
  width: 12ch;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}

.chocobreak-megaball p {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.chocobreak-megaball .view-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 20px 7px;
  width: 95px;
  height: 29px;
  margin-top: 1rem;
  border: 1.5px solid #FFFFFF;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.bannerOurProduct {
  height: 26vw;
  max-height: 200px;
  object-fit: cover;
}

/* our brands start */
.section-our-brands {
  padding: 20px 0;
}

.section-our-brands h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #1428BF;
  margin-bottom: 20px;
}

.logo-slider .slick-slider {
  margin-bottom: 10px;
}

.logo-slider .slick-slide {
  margin: 5px;
}

.logo-slider .slick-slide {
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 5px rgba(5, 32, 58, 0.08);
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
  transition: all 0.3s;
}

.logo-slider .slick-slide:nth-child(4n + 1):hover {
  border: 3px solid #AC1F62;
  box-shadow: 0px 0px 8px 4px rgba(172, 31, 98, 0.25);
}

.logo-slider .slick-slide:nth-child(4n + 2):hover {
  border: 3px solid #DD4765;
  box-shadow: 0px 0px 8px 5px rgba(221, 71, 101, 0.25);
}

.logo-slider .slick-slide:nth-child(4n + 3):hover {
  border: 3px solid #83B545;
  box-shadow: 0px 0px 8px 4px rgba(131, 181, 69, 0.25);
}

.logo-slider .slick-slide:nth-child(4n + 4):hover {
  border: 3px solid #D68530;
  box-shadow: 0px 0px 8px 4px rgba(214, 133, 48, 0.25);
}

/* our brands end */

/* Brands Start */

.brand {
  aspect-ratio: 1;
}

/* Brands End */

/* News section start */
.news {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #1428BF;
  margin-bottom: 30px;
}

.new-single-block {
  position: relative;
  margin-bottom: 40px;
  border-radius: 13px;
  height: 266px;
  overflow: hidden;
}

.new-single-block-banner {
  background: url(https://colombina.com//uploads/Home/New%20Home/Banner%20Refresh2.jpg) no-repeat center;
  transition: all 0.3s;
  width: 100%;
  height: 266px;
  position: absolute;
  top: 0;
}

.new-single-block:hover .new-single-block-banner {
  transform: scale(1.1);
}

.new-single-block-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  gap: 10px;
}

.new-single-block-content .category {
  padding: 5px;
  background: #213171;
  border: 1px solid #26377A;
  border-radius: 4px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

.new-single-block-content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}

.new-single-block-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.new-single-block-content .btn-view-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 20px 7px;
  min-width: 100px;
  width: auto;
  max-width: 120px;
  height: 29px;
  margin-top: .625rem;
  background: #2D6AF0;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.new-single-block-content .btn-view-more:hover {
  background: #26377A;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list .news-block {
  position: relative;
  display: flex;
  width: 100%;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(5, 32, 58, 0.1);
  border-radius: 13px;
  margin: 10px 0;
  overflow: hidden;
}

.news-list .news-block::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s;
}

.news-list .news-block:hover:nth-child(1)::after {
  background-color: #609D02;
}

.news-list .news-block:hover:nth-child(2)::after {
  background-color: #4F8CB8;
}

.news-list .news-block:hover:nth-child(3)::after {
  background-color: #AC1F62;
}

.news-list .news-block:hover:nth-child(4)::after {
  background-color: #D68530;
}

.news-block .news-image {
  width: 106px;
  border-radius: 13px 0 0 13px;
  overflow: hidden;
  transition: all 0.3s;
}

.news-block .news-image img {
  transition: all 0.3s;
}

.news-list .news-block:hover .news-image img {
  transform: scale(1.1);
}

.news-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 15px;
}

.news-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.news-content .category {
  font-family: Helvetica, sans-serif;
  padding: 5px;
  background: #213171;
  border: 1px solid #26377A;
  border-radius: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

.news-content .date {
  margin-top: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #213171;
}

.news-content .news-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 10px 0;
}

.banner {
  position: relative;
}

/* Banenr 4 */
.SliderH_history {
  font-size: 21px !important;
}

.top-img-historias {
  width: 500px !important;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.texto-historias {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 15vw;
  width: 100%;
  margin: 0 auto;
}

.know-more {
  font-size: 12px;
  width: 30%;
  max-width: 100px;
  padding: 4px 8px !important;
  top: 85% !important;
  left: 0 !important;
  right: 0;
  margin: auto !important;
}

.banner-colombina {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.historia--image {
  width: max(200px, 35vw) !important;
  max-width: 28vw;
}

.text-banner {
  font-size: clamp(16px, 1.5vw, 21px);
}

.news-content .news-description {
  display: none;
}

.news-content .btn-view-more {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #2D6AF0;
}

.btn--view {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

/* News section end */

.markets {
  margin-bottom: 3rem;
}

.markets h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #1428BF;
  margin: 10px 0 4.8rem;
}

.markets img {
  max-width: 100%;
}

.banner-pink {
  max-width: 100%;
}

@media(max-width:575px) {
  .SliderH_history {
    font-size: 13px !important;
  }

  .top-img-historias {
    width: 180px !important;
  }

  .texto-historias {
    width: 100%;
    bottom: 11vw !important;
  }

  .texto-historias h5,
  .texto-historias p {
    display: none;
  }

}

@media(min-width:600px) {
  .btn--conoce-mas {
    aspect-ratio: 150 / 35;
  }
}

@media(min-width:768px) {
  .news-block .news-image {
    width: 182px;
    border-radius: 23px 0 0 23px;
    overflow: hidden;
    transition: all 0.3s;
  }

  .news-content .news-title {
    color: #26377A;
  }

  .know-more {
    font-size: 13px;
    max-width: 160px;
    padding: 6px 12px !important;
    top: 101% !important;
  }

  .our-products-right {
    flex-wrap: nowrap;
  }

  .our-products-two {
    order: 2;
  }

  .our-products-three {
    flex-direction: column;
    max-width: 47%;
    width: 387px;
    margin-top: 40px;
    gap: 0;
  }

  .bannerOurProduct {
    height: 15vw;
    max-height: none;
  }
}

@media(min-width:992px) {
  .main-banner-section-img-video {
    margin-bottom: 50px;
  }

  .home-slider-content h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 64px;
    line-height: 87.04px;
    margin-bottom: 20px;
  }

  .home-slider-content p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
  }

  .home-slider-content .btn-try {
    padding: 8px 30px 9px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 19px;
  }

  .our-products h2 {
    font-size: 45px;
  }

  .our-products .btn-see-all {
    margin-top: 0;
  }

  .our-products-one {
    width: 33%;
  }

  .our-products-two {
    width: 33%;
  }

  .image-content {
    padding: 15px 15px 25px;
  }

  .image-content .category {
    position: absolute;
    top: 20px;
    right: 22px;
  }

  .image-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .chocobreak-megaball {
    margin-top: -101.5px;
  }

  .chocobreak-megaball h2 {
    width: 12ch;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
  }

  .chocobreak-megaball p {
    display: block;
  }

  .section-our-brands h2 {
    font-size: 45px;
    margin-bottom: 50px;
  }

  .logo-slider .slick-slide {
    margin: 10px;
  }

  .logo-slider .slick-slide {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 2px 5px rgba(5, 32, 58, 0.08);
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    transition: all 0.3s;
  }

  .section-our-brands {
    padding: 50px 0;
  }

  .news {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .news h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .new-single-block {
    position: relative;
    margin-bottom: 40px;
    border-radius: 23px;
    height: 330px;
    overflow: hidden;
  }

  .new-single-block-content {
    padding: 35px 60px;
  }

  .new-single-block-banner {
    height: 330px;
  }

  .new-single-block-content h3 {
    font-size: 24px;
  }

  .news-list .news-block {
    width: 535px;
    height: 191px;
    margin: 10px;
  }

  .news-list .news-block {
    width: 100%;
    height: 191px;
    border-radius: 23px;
  }

  .news-content {
    position: relative;
    flex: 1;
    padding: 20px 50px 20px 30px;
  }

  .news-content .news-description {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .news-content .date {
    position: absolute;
    right: 60px;
    top: 25px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #213171;
  }

  .markets h3 {
    font-size: 45px;
    margin: 30px 0;
  }

  .texto-historias {
    bottom: 5vw !important;
  }
}

@media(min-width:1024px) {
  .btn-banner {
    left: calc(11% - 1.5rem) !important;
  }
}

@media(min-width:1200px) {
  .container-custom {
    max-width: 1300px
  }

  .home-slider-content {
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
  }

  .chocobreak-megaball {
    margin-top: -53.5px;
  }

  .chocobreak-megaball {
    flex-direction: row;
  }

  .news-list .news-block {
    width: 535px;
    height: 191px;
    margin: 10px;
  }
}

@media(min-width:1440px) {
  .btn-banner {
    left: calc(12% - 1.5rem) !important;
  }
}

@media(min-width:1600px) {
  .container-custom {
    max-width: 1500px;
  }

  .home-slider-content {
    left: 45%;
  }

  .section-our-brands h2 {
    text-align: center;
  }
}

@media(min-width:1700px) {
  .container-custom {
    max-width: 1650px;
  }
}

@media(min-width:1900px) {
  .container-custom {
    max-width: 1800px;
  }
}

@media(min-width:2000px) {
  .home-slider-content {
    left: 40%;
  }
}