@font-face {
  font-family: 'Gotham';
  src: url('/hubfs/Gotham-Bold.otf') format('opentype');
  font-weight: bold;
  font-display: swap; /* Aquí es donde va */
}

@font-face {
  font-family: 'Gotham';
  src: url('/hubfs/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap; /* Y aquí también */
}

.slider_card_container-father {
   padding: 0 30px;
   box-sizing: border-box;
  z-index: -1;
}
.slider_card_container {
  position: relative;
  width: 100%;
  max-width: 1550px;
  min-height: 520px;
  height: 100%;
  border-radius: 15px;
  justify-content:center;
  margin:auto;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:40px;
  padding: 30px 40px;
  box-sizing: border-box;
  
}
.text_subtitle_card {
 text-align:center;
  max-width: 365px;
  width: 100%;
  font-size:14px;
  color: #5B564D;
  margin:auto;
  letter-spacing: 0px;
}
.text_title_card {
text-align:center;
  max-width: 606px;
  width: 100%;
  font-size:32px;
  color: #EC1D25;
   margin:auto;
  letter-spacing: 0px;
}

.container_text_card {
  padding-top:20px;
  justify-content:center;
}

.btn_image_text_card { 
  background: #ffff;
  color:#ec1d25 !important;
}
.btn_image_text_card h2 { 
  background: #ffff; !important;
  color:#ec1d25 !important;
}
.btn_image_text_card:hover { 
  background: #ec1d25 !important;
  color:#fff !important;
}
.btn_image_text_card:hover h2 { 
  background: #ec1d25 !important;
  color:#fff !important;
}
.image_card_boton_vp {
    width: 100%;
    max-width: 329px;
   border-radius: 10px;
  display:block;
}
.btn_image_text_card h2 {
font-size: 16px;
font-weight:medium;
}
.image_card_boton_vp img {
    border-radius: 10px;
     max-width: 329px;
    height:100%;
    width: 100%;
    object-fit: cover;
}
.btn_image_text_card {
  position:relative;
    max-width: 290px;
    margin: auto;
    top: -120px;
    position: relative;
    text-align: center;
    padding: 5px;
    align-items:center;
    justify-content:center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    min-height:60px;
    display:flex;
  width: 100%;  max-width: 90%;
}
.image_card_container {
width:100%;
  height:100%;
}
.mySwiperProductos {
  max-width:1444px;
  width:100%;
  z-index: 0;
  height:400px;
/*   height:100%; */
/* esto de arriba causaba un bug   */
}
.oculto {
    display: none;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
  display:block;
  border-radius: 10px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-bottom:40px;
      border-radius: 10px;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
.swiper-pagination {
position: absolute;
}
.swiper-pagination .swiper-pagination-bullet {
    
    background-color: #EC1D25 ; /* Cambia #00ff00 por el color que desees */
}
.pg {
bottom: 0;
  @media (max-width: 850px) {
  bottom: 0;
  }
  @media (max-width: 595px) {
  bottom: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  
    color: red; /* Cambia #ff0000 por el color que desees */
   font-size: 8px;
    font: normal normal normal 16px/19px Gotham;
}
.atras {
    position: absolute;
    
  }

}

.siguiente {
    position: absolute;
 
}
@media (max-width: 807px) {
  .swiper {
    margin-left: 30px;
    margin-right: 30px;
}
}
@media (max-width: 425px) {
  .swiper {
    margin-left: 30px;
    margin-right: 30px;
  }
  .swiper-slide {
  height: 90%;
  } 
}
@media (max-width: 325px) {
  .swiper-slide {
  height: 100%;
  } 
  .slider_card_container {
  min-height: 300px;
  height: 100%;
 
}
  .mySwiperProductos {
  height:300px;
}
  .pg {
 margin-top:40px;
}
/* @media (max-width: 1800px) {
.swiper-button-next,
.swiper-button-prev {
    display:none;
}
}

 */