body {
    margin: 0;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    background-color: transparent;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.span4 {
    width: 100%
}

p {
    margin: 0 0 9px
}     

.well {
        min-height: 20px;
    background-color: transparent;
    border-radius: 20px;
}

.label-success,
.badge-success {
        font-size: 14px;
    color: #001B42;
    font-family: "Arial";
    border-radius: 5px;
    height: 20px;
    width: 90;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    background-color: #FFF;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider-handle {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
    background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    overflow: visible;
    *margin-left: .3em;
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em
}

.sliders .slidertrack{
    width: 100%;
    margin: 0px;
    border: none;
    background: #FFF;
    border-radius: 5px;
}

.sliders .prices {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
}

.slidertrack {
    float: left;
    margin-right: 1em;
    top: .5em;
    width: 50%;
    border-color: #999
}

.slidertrack .ui-slider-handle {
    border: none;
    width: 10px;
    height: 20px;
    border-radius: 5px;
    background: #004de7;
}

.titulo-calculadora{
    font-size: 18px;
    font-family: "Arial";
    font-weight: bold;
    color: #001B42;
    text-align: center;
}

.largo-calculadora{
         width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 30px;
}

.zona1{
    width: 25%;
    margin: 0px;
    text-align: center;
    font-family: "Arial";
    color: #001B42;
    font-weight: lighter;
    font-size: 14px;
    display: flex;
    margin-left: 12px;
    align-items: center;
}

.zona2{
    width: 45%;
    margin: 0px auto;
    float: none;
}

.zona3{
    width: 25%;
    width: 25%;
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
    margin-top: -9px;
}

 .texto1{
    width: 60px;
    display: inline-block;
    color: #444;
    padding: 10px;

}

.contenedor-desplegable{
    position: absolute;
}

.contenedor-desplegable select{
    background: #fff;
    color: #001B42;
    padding: 5px;
    width: 150px;
    margin: 0;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
}

.input-valor{
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    color: #444;
    border-radius: 5px;
}

.no{
    display: none;
}

.icono{
    width: 10px;
    height: 10px;
    margin-right: 20px;
    right: 20px;
    position: relative;

}

/* ORIGEN WEB */

.ow-boxpp{
    padding: 6px 0;
}
.ow-boxvalor{
    background-color: #004de7;
    padding: 20px 0;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

/* ORIGEN WEB */

@media (max-width: 770px){
    .largo-calculadora{
        width: 96%;
        padding: 0;
    }
    .sliders h2 {
        width: 60%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }
    .margen-responsive{
        padding-bottom: 20px;
        border: 1px solid #ffffff;
        width: 100%;
        margin: 20px auto;
        border-radius: 10px;
    }
    .contenedor-desplegable:before{
        right: 135;
    }
    .zona1{
        width: 100%;
        margin: 0 auto;
        left: 0;
        justify-content: center;

    }
    .zona2{
        width: 80%;
        margin-top: 30px;
    }
    .zona3{
        width: 90%;
        padding: 0;
        margin: 40px auto 0 auto;
    }
    .no{
        display: block;
        text-align: center;
        font-size: 16px;
        font-family: "Arial";
        margin: 0;
        color: #001B42;
    }
    .ow-spsel{
        margin-top: 40px;
    }
}
