.space-blue {
    padding-bottom: 35px;
    background: #21c2f8;
}
section.anubbe-slider {
    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: 0 5px 30px rgba(0, 0, 0, .8);
}
section.anubbe-slider > .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 {

}
.cotizador > .front, .cotizador > .back {
    display: block;
    border-radius: 5px;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .35);
    height: auto !important;
}
.cotizador > .back {

}
.cotizador-amount {

}
.cotizador-amount > .cot-ans {

}
.cotizador-amount > .cot-ans > .row {
    padding: .3em 0;
    margin-top: .5em;
}
.cotizador-amount > .cot-ans .col-xs-4 {
    color: #226cb6;
    text-align: right;
    font-weight: bold;
}
.cotizador-amount > .cot-resume, .coti-contact, .cot-final-resume {
    text-align: center;
    padding: .8em;
    font-size: 1.3em;
}
.cot-final-resume {
    padding: .1em;
}
.cotizador-amount > .cot-resume > span, .coti-contact > span, .coti-contact .cot-resume, .cot-final-resume > span {
    color: #226cb6;
    font-weight: bold;
    font-size: 1.35em;
}
.coti-contact, .coti-contact > span {
    padding:0;
    padding-top:5px;
    font-size:1.2em;
}
.coti-phone {
    background: #226cb6;
    padding: 15px;
    padding-bottom: 10px;
    margin: -15px;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}
.coti-phone > span {

}
.cotizador-btn {
    color: #226cb6;
    border: 1px solid #226bc6;
    background: transparent;
    transition: ease-in-out all .3s;
}
.cotizador-btn:hover {
    color: #fff;
    border: 1px solid #226bc6;
    background: #226cb6;
}
.ui-slider {
    border:none !important;
    background:#e3e3e3;
}
.ui-slider > .ui-slider-range {
    background:#226cb6;
}
.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: #226cb6;
    border-color: 1px solid #21366e;
    outline:none;
}

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