.borderradius0{
    border-radius: 0
}
.img_description_carrusel{
    background-color: #00000060; 
    max-width: 500px; 
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5)
}
.wc150{
   width: 150px; 
}

.wc50{
  width: 50px
}

@media (min-width: 768px) {
    .img_carrusel {
        max-width: 100%; 
        height: 800px; 
        border-radius: 0
    }
    }
    @media (max-width: 768px) {
    .img_carrusel {
        max-width: 100%; 
        height: 500px; 
        border-radius: 0
    }
}
.minh{
    min-height: 300px;
}

.back_color_basico{
  background-color: #006233
}

.color_green_cupet{
  color: #006233
}

.color_red_cupet{
    color: #E62F27
}

.back_color_red{
    background-color: #E62F27
}


.back_color_button_pros{
    background-color: #BADBBA;
}

.back_color_transparent{
    background-color: transparent
}

.text_align_center{
    text-align: center
}

.overflow_visible{
    overflow: visible
}
.proceso_row{
    border-radius: 15px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn_select_galeria{
    max-width: 200px;
    background-image: url('/static/icons/Recurso 24-8.png'); 
    background-color: transparent; 
    border: none;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}

@media (min-width: 768px) {
    .title_chart {
      margin-top: 10px;
      font-size: 20px
    }
    .subtitle_chart{
      margin-bottom: 8px; 
      font-size: 15px;
      color: #333333cd;
    }
}
@media (max-width: 768px) {
    .title_chart {
      margin-top: 10px;
      font-size: 15px
    }
    .subtitle_chart{
      margin-bottom: 8px; 
      font-size: 12px;
      color: #333333cd;
    }
}


.capa_cifras{
    margin: 10px auto; 
    border-radius: 12px; 
    background-color: #ffffff79; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.46); 
    font-family: 'Segoe UI', sans-serif;
}

.proceso_car_group{
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    transition: transform 0.3s ease;  
    z-index: 1
}

.pos_relative{
    position: relative
}
.description_proceso{
    font-size: 12px; 
    max-width: 250px;
}

.pos_top{
    position: top
}

.link_proceso{
    position: absolute; 
    bottom: 0; 
    right: 0; 
    left: 0
}

.fondo_cifras{
    flex: 1; 
    text-align: center; 
    background-image: url('/static/img/grafica_cifras_2.png'); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: contain;
}

.fondo_atc{
    background-image: url('/static/img/Recurso 18-100.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
}

.capa_atc{
    background-color: #ffffff79; 
    border-radius: 30px
}

.letra_atc{
    color: #333
}

.description_atc{
    font-size: 16px; 
    line-height: 1.6; 
    text-align: justify;
}

.medida_btn_queja{
    width: 200px; height: 70px
}
.medida_btn_negocio{
    width: 150px; height: 70px
}

.back_color_galeria{
    background-color: #eaefecff
}

.galeria_carrusel_fondo{
  background-color: transparent; transition: transform 0.3s ease; position: relative; width: 271px; height: 271px; transform: none;
}
.galeria_carrusel_fondo:hover {
    transform: translateY(-5px);
}

.galeria_carrusel_img{
  width: 271px; height: 271px;
}

.galeria_carrusel_btn{
  position: absolute; z-index: 1; right: 0; bottom: 0
}

.galeria_carrusel_btn_img{
  width: 40px;
}

.contenedorgaleria{
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 10px;
    place-items: center;
}

.hoverable {
  transition: transform 0.3s ease, background-color 0.3s ease;
  background-color: #006233; /* color inicial */
}

.hoverable:hover {
  transform: scale(1.1);
  background-color: #F91E18;
}


.hoverable_minimo {
  transition: transform 0.3s ease, background-color 0.3s ease;
  background-color: #006233;
  zIndex: '1';
}

.hoverable_minimo:hover {
  transform: scale(1.05);
  background-color: #F91E18;
  zIndex: '10';
}


.video-wrapper{
  width: 271px;
  height: 271px;
  position:relative
}

.ytplayer{
  display: none;
}

.video-link:hover .play-icon {
    opacity: 1;
}


.ytplay{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:64px;
  height:64px;
  cursor:pointer;
}

.carousel-control-next-cifras,
.carousel-control-prev-cifras {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: black;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next-cifras,
  .carousel-control-prev-cifras {
    transition: none
  }
}

.carousel-control-next-cifras:focus,
.carousel-control-next-cifras:hover,
.carousel-control-prev-cifras:focus,
.carousel-control-prev-cifras:hover {
  color: #006233;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev-cifras {
  left: 0
}

.carousel-control-next-cifras {
  right: 0
}


@media (min-width: 700px) {
      .card_proceso {
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        transition: opacity 0.15s ease;
      }
      #proceso_row {
        display: flex;
      }
      #proceso_carrusel {
        display: none;
      }
      #procesos {
        background-color: transparent;
        margin-top: 0;
        margin-left: 31px;
        margin-right: 31px;
        margin-bottom: 31px;
      }
      .img_proceso{
        height: 60px;
      }
      .item_proceso{
        max-height: 300px;
        max-width: 100%;
      }
      .carousel-control-next-cifras,
      .carousel-control-prev-cifras {
        display: flex;
      }
    }
@media (max-width: 700px) {
    .card_proceso {
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      color: #fff;
      text-align: center;
      background: 0 0;
      border: 0;
      transition: opacity 0.15s ease;
      max-height: 300px;
    }
    #proceso_row {
      display: none;
    }
    #proceso_carrusel {
      display: block;
    }
    #procesos {
      background-color: #006233;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 25px;
    }
    .img_proceso{
      height: 45px;
    }
    .item_proceso{
      max-height: 300px;
      max-width: 200px;
    }
    .carousel-control-next-cifras,
      .carousel-control-prev-cifras {
        display: none;
      }
  }