.titulo_grupo_servicios_quotation{
    line-height: 28px;
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    color: #6E587A;  
}

/* TODO: ver con gustavo que quizo hacer aca */
/* {  
    width: 100%;
    padding: 0;
    max-width: 1500px;
    align-content: center;
    align-self: center;
    padding-left: 15%;
} */
.lineTitle.switch{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0!important;
    padding: 8px 15px ;
    border: unset!important;
}
.switch-container {
    display: flex;
    justify-content: space-between; /* Distribuye los switch uniformemente */
    align-items: center; /* Centra los switch verticalmente */
    width: 100%; /* Asegúrate de que ocupe el 100% del ancho disponible */
    padding: 0px; /* Ajusta el padding según sea necesario */
    box-sizing: border-box; /* Incluye el padding en el tamaño total del contenedor */
}

/* Estilo para los switch */
.switch-medium {
    width: 32%; /* Ajusta el ancho para que cada input ocupe un tercio del espacio */
    padding: 0px; /* Ajusta el padding según sea necesario */
    box-sizing: border-box; /* Incluye el padding y el borde en el tamaño total del input */
}
.lineTitle.switch .coreSwitchInput{
    width: auto;
    margin: 0;
    height: 20px;
}
.divider{
    border-bottom: 1px solid #dcdcdc;
    height: 1px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 8px;
}