        body {
            border-radius: 8px;
            border: none;/*2px solid #fff;*/
            background: #084176;
            color: #fff;
            padding-top: 50px;
        }
        .space-blue {
            padding-bottom: 0px;
            background: #21c2f8;
        }
        /*section.cotizador-container {
            display: block;
            height: auto;
            min-height: 600px;
            padding: 20px 0;
            background-image: url(http://www.ubicarte.com.mx/wp-content/themes/twentyseventeen/assets/images/header.jpg);
            background-size: cover;
            background-position: center;
            box-shadow: none;/*0 5px 30px rgba(0, 0, 0, .8);
        }*/
        section.cotizador-container > .container > h2 {
            color: #fff;
            display: block;
            text-align: center;
            margin-bottom: 1.5em;
            margin-top: 115px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
        }
        .inner-container {
            display: block;
            border-radius: 5px;
            padding: 15px;
            background: rgba(255, 255, 255, .95);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, .35);
            color: #fff;
            /*border: 2px solid #fff;*/
        }
        /*.cotizador {

        }
        .cotizador > .cot-ans {

        }*/
        .cotizador > .cot-ans > .row {
            padding: .3em 0;
            margin-top: .5em;
        }
        .cotizador > .cot-ans .col-xs-4 {
            color: #fff;
            text-align: right;
            font-weight: bold;
        }
        .cotizador .cot-resume, .coti-contact {
            text-align: center;
            padding: .8em;
            font-size: 1.3em;
        }
        .cotizador .cot-resume > span, .coti-contact > span {
            color: #fff;
            /*font-weight: bold;*/
            font-size: 1.35em;
        }
        .coti-contact, .coti-contact > span {
            padding:0;
            padding-top:5px;
            font-size:1.2em;
        }
        .cotizador-btn {
            color: #fff;
            border: 1px solid #f95759;
            background: #f95759;
            transition: ease-in-out all .3s;
        }
        .cotizador-btn:hover {
            color: #fff;
            border: 1px solid #f95759;
            background: #f95759;
        }
        .ui-slider {
            border:none !important;
            background: #f95759;
        }
        .ui-slider > .ui-slider-range {
            background: #f95759;
        }
        .ui-slider > .ui-slider-handle {
            cursor:pointer;
            width: 1.2em;
            height: 1.2em;
            border-radius:.6em;
            outline:none;
            transition: ease-in-out background .3s, ease-in-out border .3s;
            -ms-touch-action: auto;
            touch-action: auto;
        }
        .ui-slider > .ui-slider-handle:active {
            background:#f95759;
            border-color: 1px solid #f95759;
            outline:none;
        }

        @media only screen and (max-width: 780px) {
            section.cotizador-container > .container > h2 {
                margin-top: 20px;
            }
        }
