﻿.btn-primary.disabled, .btn-primary:disabled {
    color: black;
    font-weight: bold;
    background-color: rgb(186 186 186);
    border-color: transparent;
}

em.fa-user-hearth {
    left: 7px;
    position: absolute;
    top: 7px;
}

.circle:last-child .circle-text {
    display: flex;
}

.circle-text {
    margin-left: -2.7rem;
}

.cardShadow {
    box-shadow: 0 0.46875rem 2.1875rem rgb(0 0 0 / 3%), 0 0.9375rem 1.40625rem rgb(0 0 0 / 3%), 0 0.25rem 0.53125rem rgb(0 0 0 / 5%), 0 0.125rem 0.1875rem rgb(0 0 0 / 3%);
    border-width: 0;
    transition: all .2s;
}

.actionButtonStepper {
    margin: 0 auto;
    width: 240px;
}

.controlWidth {
    display: none !important;
}

.card {
    background-color: rgba(255,255,255,0.6) !important;
}

.stepperTitle {
    color: #DA291C;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.stepperSubTitle {
    width: 100%;
    font-size: small;
    text-align: center;
}

.stepperSubTitle3 {
    color: #DA291C;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.pFormStepper {
    margin: 0;
    color: #526570;
}

.pQuestionProperty {
    font-size: small;
}

.dividerLine {
    border: 1px solid #DA291C;
    width: 100%;
}

.dividerLineMedium {
    border-bottom: 1px solid #DA291C;
    left: -23px;
}

.inputFormStepper {
    width: 90%;
    padding: 4px 5px;
    border: 1px solid #d9d6d6;
    color: #4c4a4a;
}

.formSpaceStepper {
    position: relative;
    display: inline-block;
    width: 95%;
    left: 2rem;
}

.requiredQuestion {
    color: #DA291C;
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
}

.selectedBtn {
    background-color: #DA291C;
    color: white;
    border-color: #DA291C;
    font-weight: bold;
    height: inherit;
}

    .selectedBtn:hover {
        background-color: #DA291C;
        color: white;
        border-color: #DA291C;
        font-weight: bold;
        height: inherit;
    }


.grayedBtn {
    background-color: white;
    color: grey;
    border-color: grey;
}

.grayedBtnBasic {
    background-color: white;
    color: grey;
    height: 100%;
    font-weight: 800;
}

.noSelectedBtn {
    background-color: rgb(232 235 237);
    color: black;
    border: transparent;
    height: inherit;
}

#art1141View {
    text-decoration: underline;
    cursor: pointer;
    color: #da291c;
}


/*********** Baseline, reset styles ***********/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
}

    /* Removes default focus */
    input[type="range"]:focus {
        outline: none;
    }

    /******** Chrome, Safari, Opera and Edge Chromium styles ********/
    /* slider track */
    input[type="range"]::-webkit-slider-runnable-track {
        background-color: #e7ebed;
        border-radius: 0.5rem;
        height: 1rem;
    }

    /* slider thumb */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        margin-top: 0px; /* Centers thumb on the track */
        background-color: #d81e05;
        border-radius: 0.5rem;
        height: 1rem;
        width: 1rem;
    }

    input[type="range"]:focus::-webkit-slider-thumb {
        outline: 3px solid #d81e05;
        outline-offset: 0.125rem;
    }

    /*********** Firefox styles ***********/
    /* slider track */
    input[type="range"]::-moz-range-track {
        background-color: #e7ebed;
        border-radius: 0.5rem;
        height: 1rem;
    }

    /* slider thumb */
    input[type="range"]::-moz-range-thumb {
        background-color: #d81e05;
        border: none; /*Removes extra border that FF applies*/
        border-radius: 0.5rem;
        height: 1rem;
        width: 1rem;
    }

    input[type="range"]:focus::-moz-range-thumb {
        outline: 3px solid #d81e05;
        outline-offset: 0.125rem;
    }

datalist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 12px;
}

option {
    padding: 0;
}


.pTitlePanel {
    color: grey;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.pPrecioPanel {
    font-size: 1.7rem;
    font-weight: bolder;
}

.pPrecioCobertura {
    font-weight: bolder;
}

.backRowCoberturas {
    background: rgb(245 246 247);
}

.bottomBorder {
    border-bottom: 1px solid #f5f6f7;
}

.minimoRange, .maximoRange {
    border-radius: 4px 4px;
    padding: 2px;
    max-width: 115px;
    font-size: 10pt;
    color: #495057;
}


div#rowCoberturasOpcionales {
    overflow-y: scroll;
    height: 330px;
    max-height: 330px;
}

.modal-header, .modal-footer {
    background: #ffffff;
    border: none;
}


button#closeModalButton {
    position: absolute;
    right: -10px;
    top: -5px;
}


.panelIconStepper {
    width: 100%;
    position: relative;
}

.pPrecioPanelModal {
    color: black !important;
    font-size: 1.3rem;
    font-weight: bolder;
}


p#valPrimaSelected {
    font-weight: bold;
    font-size: 1.2rem;
}


.izqColumnPlanSelected {
    background-color: rgb(233 236 238);
    border: none;
    text-align: left;
    font-weight: bold;
    border-radius: 4px;
    line-height: 30px;
}

.drcColumnPlanSelected {
    border: none;
    background: rgb(248 249 249);
    text-align: left;
}


.panelIconStepperMargin {
    border: 1px solid #da291c;
    height: 31px;
    width: 44px;
}

.panelIconsPosition {
    position: absolute;
    top: 15px;
    left: 7px;
}

a#linkSolicitud {
    max-width: 300px;
    right: -2rem;
}

a#mailCotizacion {
    color: #da291c;
    cursor: pointer;
}

    a#mailCotizacion:hover {
        color: #961c13;
        cursor: pointer;
    }


a#sendByEmailP#hover {
    color: #961c13;
    cursor: pointer;
}

.controlIconPosition {
    width: 51px;
    max-width: 51px;
}

select#formaPagoResumen {
    height: 28px;
    font-size: smaller;
}

.backArrowDiv {
    cursor: pointer;
    text-align: center;
    font-size: xxx-large;
}

button#backarrow {
    border: none;
    background: transparent;
    color: #bababa;
    cursor: pointer;
}

.rangeTextVals {
    font-size: small;
    color: #bababa;
}

.row.rowRangeTextVals {
    margin-top: -5px;
    font-weight: 600;
}

#rangeCuotas {
    --color-fondo: rgb(233 236 238); /* Color de fondo de la barra */
    --color-relleno: #DA291C; /* Color de relleno de la barra */
    /* Estilos para la barra del input range */
    background-color: var(--color-fondo);
    border-radius: 5px;
    height: 21px;
    appearance: none;
    width: 100%;
    outline: none;
    transition: opacity 0.2s;
}

    #rangeCuotas::-webkit-slider-thumb {
        /* Estilos para el "apuntador" del input range */
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--color-relleno);
        cursor: pointer;
        top: 0;
    }

datalist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 12px;
}

option {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 11px;
}



.btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
}

    .btn-color-mode-switch > label.btn-color-mode-switch-inner {
        margin: 0px;
        width: 230px;
        height: 30px;
        background: #E0E0E0;
        border-radius: 26px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
        display: block;
    }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
            content: attr(data-on);
            position: absolute;
            font-size: 12px;
            font-weight: 500;
            top: 7px;
            right: 20px;
            color: #282828;
        }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
            content: attr(data-off);
            width: 115px;
            height: 27px;
            background: #d81e05;
            color: white;
            border-radius: 26px;
            position: absolute;
            left: 2px;
            top: 1px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 6px -2px #111;
            padding: 5px 0px;
        }

    .btn-color-mode-switch > .alert {
        display: none;
        background: #FF9800;
        border: none;
        color: #fff;
    }

    .btn-color-mode-switch input[type="checkbox"] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;
    }

        .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
            background: #efefef;
            color: #fbfbfbe3;
        }

            .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
                content: attr(data-on);
                left: 110px;
                background: #da291c;
            }

            .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
                content: attr(data-off);
                right: auto;
                left: 25px;
                color: #282828;
            }


        .btn-color-mode-switch input[type="checkbox"]:checked ~ .alert {
            display: block;
        }






@media only screen and (max-width: 767px) {

    #erroridMoneda,
    #erroridSucursal,
    #errorIdTipDocum,
    #errornumeroIdentidad,
    #errorcorreoElectronico,
    #errornumeroTelefonoCelular,
    #errorInfTipoConstruccion,
    #erroridDepartamento,
    #erroridMunicipio,
    #errorvalorEdificio,
    #errorvalorMenaje,
    #errorvalorEquipoElectronico,
    #errorubicacionBien,
    #errorrangeCuotas,
    #errorbtnFormaPago,
    #errorbtnEndoso,
    #erroridBanco,
    #errornombreCompleto,
    #errorArt1141 {
        color: #db3327;
        position: relative;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {

    #erroridMoneda,
    #erroridSucursal,
    #errorIdTipDocum,
    #errornumeroIdentidad,
    #errorcorreoElectronico,
    #errornumeroTelefonoCelular,
    #errorInfTipoConstruccion,
    #erroridDepartamento,
    #erroridMunicipio,
    #errorvalorEdificio,
    #errorvalorMenaje,
    #errorvalorEquipoElectronico,
    #errorubicacionBien,
    #errorrangeCuotas,
    #errorbtnFormaPago,
    #errorbtnEndoso,
    #erroridBanco,
    #errornombreCompleto,
    #errorArt1141 {
        color: #db3327;
        position: absolute;
        bottom: -20px;
        margin: 0;
    }

    #errorInfTipoConstruccion{
        bottom: -25px;
    }
}

.inputFormError {
    background: rgb(250,240,242) !important;
    border: 1px solid #db3327;
}

p#errorArt1141 {
    text-align: center;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    text-align: start;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d6d6 !important;
    color: #4c4a4a !important;
}