/**
 * ----------------------------------------
 * default
 * ----------------------------------------
 */
.main-content {
  overflow-y: hidden;
}

.custom-bg-primary {
  background: #23136b;
}

.bg-purple-soft{
  background-color: #776ef51e;
}
.bg-red-soft{
  background-color: #fe223c1e;
}

.custom-highlighted {
  position: relative;
  color: black;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
}

.custom-highlighted::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #776ef5b0;
  z-index: -1;
  border-radius: 15px;
}

.page-content {
  overflow: hidden;
}

.custom-shadow {
  box-shadow: 5px -5px 22px 7px rgba(0, 0, 0, 0.1);
}

.rounded-md {
  border-radius: 20px !important;
}

.img-callcenter {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
  transform: rotate(-15deg);
}

.custom-text {
  font-size: 16px;
  font-weight: 400;
}

img.custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * ----------------------------------------
 * promociona tu anuncio page
 * ----------------------------------------
 */


.first-section-pages {
  margin-top: 100px;
}

.custom-title {
  font-size: 50px !important;
}

img.img-cards-turbo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-top: -230px;
}

hr.custom-hr {
  margin-top: 80px;
}

.custom-border {
  border: 2px solid;
  border-color: #cfdae6 !important;
}

.purple-border {
  border: 2px solid;
  border-color: #776ef5 !important;
}

/* slider cards */

.swiper {
  width: 300px;
  height: 450px;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  background-color: #fff;
}

.badge-custom {
  background-color: #ba5f8a;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  width: 250px;
  height: 250px;
  clip-path: polygon(100% 0, 78% 0, 100% 18%);
}

span.badge-text-custom {
  position: absolute;
  right: 8px;
  top: 6px;
  transform: rotate(35deg);
}

.cards-swiper {
  height: 100%;
  padding: 0 20px;
}

.header-card-swiper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}

.content-card-swiper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

img.img-cards-swiper {
  height: 150px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.container-call-center {
  width: 60%;
}

/**
 * ----------------------------------------
 * about page
 * ----------------------------------------
 */


.about-us-container {
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
  background-image: url("./../images/custom/about-us-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-process-moderation {
  background-image: url("./../images/custom/bg-moderation.svg");
}

.cards-contact {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  align-items: center;
}

/**
 * ----------------------------------------
 * index
 * ----------------------------------------
 */


.img-turbo-pro {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.img-turbo {
  width: 250px;
  height: 300px;
  object-fit: cover;
}

.img-default {
  width: 200px;
  height: 300px;
  object-fit: cover;
}

.badge-turbo-pro {
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #776ef5ce;
  border-radius: 0px 0px 5px 0px;
}

/* resposive */

@media (max-width: 992px) {
  .img-callcenter {
    width: 210px;
    height: 200px;
    margin-top: 50px;
  }

  div#container-img-callcenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .d-flex.gap-4.mt-5.nuestros-socios-cards {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 476px) {
  .container-call-center {
    width: 90%;
  }

  .cards-contact {
    flex-direction: column;
}

}
