.container-custom {
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}

.tabla-valoracion {
    border: 2px solid #DBDBDB;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.tabla-valoracion>.row {
    margin: 0px;
    margin-right: calc(-.58 * var(--bs-gutter-x))
}

.col-header {
    background: #2b3d50;
    color: #fff;
}

.row-header {
    background: #fff;
    color: #2b3d50;
    font-weight: bold;
    border-bottom: 2px solid #DBDBDB;
}

.row-header>div {
    /* border-right: 1px solid #2b3d50; */
    padding: 5px 0px;
}

.item-valoracion>div {
    border-bottom: 2px solid #DBDBDB;
    padding: 5px;
    border-right: 2px solid #DBDBDB;
}

.item-valoracion:last-child>div {
    border-bottom: none;
}

.item-valoracion .col-header {
    border-bottom: 1px solid #2b3d50;
    font-size: 12px;
    padding-left: 40px;
}

.radio-color {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0px 20px;
    direction: rtl;
}

@media(max-width: 300px) {
    .radio-color {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px !important;
        direction: rtl;
    }
}

.radio-color .item-radio-color {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.radio-color .item-radio-color.green {
    border: 2px solid #6cbc43;
}

.radio-color .item-radio-color.yellow {
    border: 2px solid #fbe405;
}

.radio-color .item-radio-color.orange {
    border: 2px solid #f9a830;
}

.radio-color .item-radio-color.red {
    border: 2px solid #db2127;
}

.radio-color .item-radio-color.green.selected {
    background-color: #6cbc43;
}

.radio-color .item-radio-color.yellow.selected {
    background-color: #fbe405;
}

.radio-color .item-radio-color.orange.selected {
    background-color: #f9a830;
}

.radio-color .item-radio-color.red.selected {
    background-color: #db2127;
}

.grafica-valoracion {
    width: 100%;
    position: relative;
    height: 300px;
}

.area-grafica-valoracion {
    width: 100%;
    position: relative;
    height: 100%;
}

.gv-barra-color {
    position: absolute;
    left: 0px;
    top: 80%;
    width: 100%;
    height: 20px;
    background: rgb(108, 188, 67);
    background: linear-gradient(90deg, rgba(108, 188, 67, 1) 0%, rgba(251, 228, 5, 1) 33%, rgba(249, 168, 48, 1) 66%, rgba(219, 33, 39, 1) 100%);
}

.regla {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: url(/assets/img/regla.png);
}

.gv-graf-point {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 2.5px;
    z-index: 2;
}

.gv-graf-line {
    position: absolute;
    width: 5px;
    background: #ccc;
    margin-right: -2px;
}

.mensaje {
    color: #db2127;
}

.tabla-leyenda {
    color: #2b3d50;
    font-size: 12px;
    line-height: 14px;
}

.tabla-leyenda .lbl-blue {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.ico-valoracion {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.gv-label-point {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: #2b3d50;
    position: relative;
    z-index: 1;
    text-shadow: #fff 4px 4px 11px;
}

.logo-CapaUno {
    position: absolute;
    width: 125px;
    height: 65px;
    left: 80px;
    top: 56px;
    background: url(/assets/img/logo.png);
}

.buttonCONTACTAR:hover {
    background-color: grey;
    color: white;
}

.rectangle {
    background-color: lightblue;
    border-radius: 5px;
    padding: 20px;
}

.rectangle-header {
    font-weight: bold;
}

.rectangle-text {
    margin: 10px 0;
}

.rectangle-footer {
    display: flex;
    justify-content: space-between;
}

.rectangle-footer div {
    display: flex;
    align-items: center;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.circle.red {
    background-color: red;
}

.circle.orange {
    background-color: orange;
}

.circle.yellow {
    background-color: yellow;
}

.circle.green {
    background-color: green;
}

.container {
    max-width: 800px;
}

.circulo-rojo {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: red;
    margin-right: .5rem;
}

.circulo-naranja {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: orange;
    margin-right: .5rem;
}

.circulo-amarillo {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: yellow;
    margin-right: .5rem;
}

.circulo-verde {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: green;
    margin-right: .5rem;
}

.historial-seleccion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.ico-ok {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background: url('../img/ico-ok.svg') no-repeat center;
    background-size: contain;
}