.ficha__empresa{
    display: grid;
}

.ficha__empresa-item{
    display: flex;
    gap: 15px;
}

.ficha__empresa-item p:first-child{
    font-weight: bold;
    color:navy;
}

.checkbox-fade{
    display: block;
}

.range-slider{
    width: 50%;
}

.slider__container{
    display: flex;
    gap:10px;
    align-items: center;
}

.slider-value{
    background-color: #4099ff;
    border-radius: 30%;
    padding: .5;
    width: 27px;
    height: 23px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}



.centrar > td{

    text-align: center;

}

/* .main_video{
    background: url('../video/planeta.mp4')!important;
    z-index: 900000!important;
} */

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }

  .center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .custom_dial{
    font-size: 30px!important;
  }

  .c3-axis-x .tick text ,.c3-axis-y .tick text {
    font-size: 12px; /* Ajusta el tamaño según tus necesidades */
}

/* FICHA EMPRESA */

.ficha__container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.ficha__container-box{
    display: flex;
    flex-direction: column;
}

.ficha_title{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}
