/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
body {
    color: #1B2D40;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
}
.bg-check {
background-color: #b0e1f6;
}
.cont-check {
padding: 1rem;
}
.check-pr-0 {
padding-right:0;
}
.style-check {
height: auto;
margin-top: .15rem;
}
.lb-check {
font-size: .75em;
font-weight: bold;
}
.lb-mg {
font-size: .7em;
font-style: italic;
}

/*Mobile*/
.check-pl-0 {
padding-left:0;
}
@media (max-width: 480px) {
.lb-check {
font-size: .9em;
}
}
body, html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}
.contenido .w-cont.w-cont-2 {
    height: auto;
}
body, .smooth-container {
    scroll-behavior: smooth;
}

p {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    margin-top: 0;
}

    p b {
        font-weight: bold;
    }

        p b.azul {
            color: #4F6881;
        }

    p a {
        color: #4F6881;
        text-decoration: underline;
        font-weight: bold;
    }

figure {
    margin: 0;
}

.clear {
    clear: both;
}

.wow {
    visibility: hidden;
}

.fadein {
    opacity: 0;
}

.hidden_a {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.wrapper {
    position: relative;
}

    .wrapper.wrapper-home {
        padding-top: 148px;
    }

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
}

@media only screen and (max-width: 1500px) {
    .wrap {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 640px) {
    .wrap {
        padding: 0 20px;
    }
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.row-small {
    margin-right: -.3em;
    margin-left: -.3em;
}

    .row.row-small > [class^="col-"],
    .row.row-small > [class*=" col-"] {
        padding-right: .3em;
        padding-left: .3em;
    }

.row.row-big {
    margin-right: -50px;
    margin-left: -50px;
}

    .row.row-big > [class^="col-"],
    .row.row-big > [class*=" col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }

.row.row-20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .row.row-20 > [class^="col-"],
    .row.row-20 > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

.flex-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-top2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

* {
    outline: none;
}

a, button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #088;
        text-decoration: none;
    }

.t-2 {
    font-size: 1.45em;
    color: #1B2D40;
    letter-spacing: .2em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.t-2--left {
    text-align: left;
}

.t-2:after {
    content: "";
    width: 2.2em;
    height: 2px;
    display: block;
    background: #1B2D40;
    margin-top: .4em;
}

.t-2--blanco {
    color: #fff;
}

.p-1 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.p-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.p-3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-1 {
    padding-top: 160px;
}

.pt-2 {
    padding-top: 110px;
}

.pt-3 {
    padding-top: 90px;
}

.pt-4 {
    padding-top: 60px;
}

.pb-1 {
    padding-bottom: 160px;
}

.pb-2 {
    padding-bottom: 110px;
}

.pb-3 {
    padding-bottom: 90px;
}

.pb-4 {
    padding-bottom: 60px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.form-group {
    position: relative;
}

    .form-group label {
        font-family: "Bogle";
        font-size: .833em;
        position: absolute;
        top: -.5em;
        left: 1em;
        display: inline-block;
        background: #fff;
        padding: 0 .2em;
        color: #58687B;
        z-index: 3;
    }

input, select {
    height: 2.41em;
    border: 1px solid #4F6881;
    border-radius: 5px;
    font-size: 1em;
    color: #1B2D40;
    padding: 0 .8em;
    font-family: "Bogle";
    width: 100%;
}

@media (max-width: 1500px) {
    body, p {
        font-size: 17px;
    }

    .p-1 {
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .p-2 {
        padding-top: 77px;
        padding-bottom: 77px;
    }

    .p-3 {
        padding-top: 63px;
        padding-bottom: 63px;
    }

    .p-3 {
        padding-top: 63px;
        padding-bottom: 63px;
    }

    .p-4 {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .pt-1 {
        padding-top: 112px;
    }

    .pt-2 {
        padding-top: 77px;
    }

    .pt-3 {
        padding-top: 63px;
    }

    .pt-4 {
        padding-top: 42px;
    }

    .pb-1 {
        padding-bottom: 112px;
    }

    .pb-2 {
        padding-bottom: 77px;
    }

    .pb-3 {
        padding-bottom: 63px;
    }

    .pb-4 {
        padding-bottom: 42px;
    }
}

@media (max-width: 991px) {
    .flex-between,
    .flex-between-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }

    .p-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .p-2 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .p-3 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .p-4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-1 {
        padding-top: 80px;
    }

    .pt-2 {
        padding-top: 55px;
    }

    .pt-3 {
        padding-top: 45px;
    }

    .pt-4 {
        padding-top: 30px;
    }

    .pb-1 {
        padding-bottom: 80px;
    }

    .pb-2 {
        padding-bottom: 55px;
    }

    .pb-3 {
        padding-bottom: 45px;
    }

    .pb-4 {
        padding-bottom: 30px;
    }
}

@font-face {
    font-family: 'Bogle';
    src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bogle';
    src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bogle';
    src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.btn {
    font-size: 1em;
    height: 2.9em;
    font-weight: 500;
    padding: .6em 1.1em .65em;
    text-align: center;
    color: #fff;
    white-space: normal;
    word-break: word-break;
    display: inline-block;
    border: none;
    border-radius: 6px;
    font-family: "Bogle";
    font-weight: 900;
}

    .btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn.btn-borde-gris {
        border: 2px solid #58687B;
        color: #58687B;
        background: transparent;
    }

        .btn.btn-borde-gris:hover {
            background: #58687B;
            color: #fff;
        }

    .btn.btn-naranjo {
        background: #FD8722;
    }

        .btn.btn-naranjo:hover {
            background: #f97402;
        }

    .btn.btn-gris {
        background: #58687B;
    }

        .btn.btn-gris:hover {
            background: #495666;
        }

    .btn.redondeado {
        border-radius: 40px;
        -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
    }

    .btn.btn-full {
        width: 100%;
    }

    .btn i {
        font-size: 1em;
        display: inline-block;
        vertical-align: middle;
    }

@media only screen and (max-width: 1500px) {
    .btn i {
        width: 16px;
        height: 16px;
        line-height: 14px;
    }
}

.btn img {
    width: 1em;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: .2em;
    margin-left: .2em;
}

header {
    padding: 1.667em 0;
}

    header .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header .wrap .logos {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            header .wrap .logos a {
                display: block;
                margin-right: 1em;
            }

                header .wrap .logos a.logo-gildemeister {
                    width: 12.375em;
                }

                header .wrap .logos a.logo-fortaleza {
                    width: 9.583em;
                }

                header .wrap .logos a img {
                    width: 100%;
                    vertical-align: bottom;
                }

@media only screen and (max-width: 550px) {
    header .wrap .logos a.logo-gildemeister {
        width: 120px;
    }

    header .wrap .logos a.logo-fortaleza {
        width: 100px;
    }
}

@media only screen and (max-width: 400px) {
    header .wrap .logos a.logo-gildemeister {
        width: 110px;
    }

    header .wrap .logos a.logo-fortaleza {
        width: 90px;
    }
}

header .wrap .panel-login {
    position: relative;
}

    header .wrap .panel-login .box-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-top: -.7em;
    }

        header .wrap .panel-login .box-login .form-group {
            position: relative;
        }

            header .wrap .panel-login .box-login .form-group label {
                font-family: "Bogle";
                font-size: .833em;
                position: absolute;
                top: -.5em;
                left: 1em;
                display: inline-block;
                background: #fff;
                padding: 0 .2em;
                color: #58687B;
            }

            header .wrap .panel-login .box-login .form-group input {
                width: 11.54em;
                height: 2.41em;
                margin-right: .4em;
            }

            header .wrap .panel-login .box-login .form-group button {
                height: 2.41em;
                padding-top: .6em;
            }

        header .wrap .panel-login .box-login .no-acceso {
            position: absolute;
            bottom: -1.5em;
            left: 0;
            color: #58687B;
            font-size: .833em;
            text-decoration: underline;
            padding-left: 16px;
        }

            header .wrap .panel-login .box-login .no-acceso i {
                font-size: .5em;
                width: 12px;
                height: 12px;
                border: 1px solid #58687B;
                border-radius: 50%;
                text-align: center;
                padding-top: .2em;
                display: inline-block;
                text-decoration: none;
                position: absolute;
                left: 0;
                top: .5em;
            }

            header .wrap .panel-login .box-login .no-acceso:hover {
                color: #1B2D40;
            }

@media only screen and (max-width: 991px) {
    header .wrap .panel-login .box-login {
        display: none;
    }
}

header .wrap .panel-login .box-logeado {
    background: #EFF0F0;
    height: 2.333em;
    border-radius: 4px;
    width: 18em;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    header .wrap .panel-login .box-logeado .icono {
        background: #009DE2;
        height: 100%;
        width: 2.4em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        border-radius: 4px;
    }

        header .wrap .panel-login .box-logeado .icono i {
            font-size: 1.2em;
        }

    header .wrap .panel-login .box-logeado p {
        color: #1B2D40;
        margin: 0;
        font-family: "Bogle";
        padding: 0 1em;
    }

    header .wrap .panel-login .box-logeado i.ic-logeado {
        color: #009DE2;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #009DE2;
        font-size: .6em;
        position: absolute;
        right: 1.5em;
    }

@media only screen and (max-width: 1500px) {
    header .wrap .panel-login .box-logeado i.ic-logeado {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 991px) {
    header .wrap .panel-login .box-logeado {
        width: auto;
        background: none;
    }

        header .wrap .panel-login .box-logeado .icono {
            width: 37px;
            height: 35px;
        }

        header .wrap .panel-login .box-logeado p {
            display: none;
        }

        header .wrap .panel-login .box-logeado i.ic-logeado {
            display: none;
        }
}

@media (min-width: 768px) {
    header .wrap .panel-login .box-logeado:hover .menu-user {
        display: block;
    }
}

header .wrap .panel-login .box-logeado .menu-user {
    font-family: "Bogle";
    position: absolute;
    top: 100%;
    width: calc(100% - 2.4em);
    right: 0;
    border-radius: 0 0 12px 12px;
    z-index: 999;
    background: #E9E9E9;
    display: none;
}

@media only screen and (max-width: 991px) {
    header .wrap .panel-login .box-logeado .menu-user {
        display: block;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        border-radius: 0;
    }

        header .wrap .panel-login .box-logeado .menu-user.visible {
            display: block;
            visibility: visible;
            opacity: 1;
            max-height: 1000px;
        }
}

header .wrap .panel-login .box-logeado .menu-user ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 .3em;
}

    header .wrap .panel-login .box-logeado .menu-user ul li {
        padding: 0 1em;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        header .wrap .panel-login .box-logeado .menu-user ul li:last-child a {
            border: none;
        }

        header .wrap .panel-login .box-logeado .menu-user ul li:hover {
            background: #009DE2;
        }

            header .wrap .panel-login .box-logeado .menu-user ul li:hover a {
                color: #fff;
                border-color: #009DE2;
            }

                header .wrap .panel-login .box-logeado .menu-user ul li:hover a i {
                    color: #fff;
                }

        header .wrap .panel-login .box-logeado .menu-user ul li a {
            font-size: 1em;
            color: #58687B;
            padding: .6em 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #CBCFD2;
        }

            header .wrap .panel-login .box-logeado .menu-user ul li a i {
                position: relative;
                border: none;
                color: #58687B;
                right: auto;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

header .wrap .panel-login .box-logeado .menu-user .cerrar-sesion {
    color: #fff;
    background: #58687B;
    border-radius: 12px 0 12px 0;
    padding: .7em 1em;
    display: inline-block;
    float: right;
}

    header .wrap .panel-login .box-logeado .menu-user .cerrar-sesion:hover {
        background: #434f5d;
    }

@media only screen and (max-width: 550px) {
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        padding: 0;
    }

        header .wrap {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.datos-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #58687B;
    font-size: 1em;
    font-family: "Bogle";
    border-left: 1px solid #E1E1E1;
    padding: 0em .8em .4em;
    position: relative;
}

    .datos-user .nombre {
        margin-right: 1em;
    }

    .datos-user .rut {
        margin-right: 1em;
    }

    .datos-user button {
        padding: .5em .6em;
        font-size: .917em;
    }

    .datos-user .modificar-datos {
        color: #009DE2;
        font-family: "Bogle";
        font-size: .833em;
        font-weight: normal;
        position: absolute;
        left: .9em;
        bottom: -.15em;
    }

        .datos-user .modificar-datos span {
            text-decoration: underline;
        }

        .datos-user .modificar-datos i {
            font-size: .6em;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: .5em;
        }

@media only screen and (max-width: 991px) {
    .datos-user {
        display: none;
    }
}

.menu-mobile {
    position: fixed;
    top: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #EFF0F0;
    max-height: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    opacity: 0;
    font-family: "Bogle";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: scroll;
}

    .menu-mobile.visible {
        max-height: 1000px;
        top: 0;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        opacity: 1;
    }

    .menu-mobile .cerrar-menu {
        color: #009DE2;
        padding: 20px;
        text-align: right;
        font-size: 30px;
    }

    .menu-mobile nav h4 {
        font-size: 26px;
        color: #1B2D40;
        margin: 0;
        padding: 0 20px 10px;
        font-weight: normal;
    }

    .menu-mobile nav ul {
        list-style: none;
        padding-left: 0;
        margin: 0 0 40px;
    }

        .menu-mobile nav ul li {
            padding: 0 1em;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .menu-mobile nav ul li:last-child a {
                border: none;
            }

            .menu-mobile nav ul li:hover {
                background: #009DE2;
            }

                .menu-mobile nav ul li:hover a {
                    color: #fff;
                    border-color: #009DE2;
                }

                    .menu-mobile nav ul li:hover a i {
                        color: #fff;
                    }

            .menu-mobile nav ul li a {
                font-size: 22px;
                color: #58687B;
                padding: .6em 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-bottom: 1px solid #CBCFD2;
                font-weight: bold;
            }

                .menu-mobile nav ul li a i {
                    position: relative;
                    border: none;
                    color: #58687B;
                    right: auto;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    font-size: 14px;
                    margin-right: 5px;
                }

    .menu-mobile .datos-user {
        padding: 0 20px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .menu-mobile .datos-user .nombre {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .menu-mobile .datos-user .rut {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .menu-mobile .datos-user .modificar-datos {
            position: relative;
            left: auto;
            bottom: auto;
            font-size: 18px;
            margin: 5px 0 12px;
        }

        .menu-mobile .datos-user .btn {
            font-size: 18px;
        }

.box-form {
    position: absolute;
    right: 72px;
    height: 100%;
    top: 0;
    width: 20.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .box-form .box-f {
        background: #fff;
        padding: 1.37em;
        border-radius: .4em;
        width: 100%;
    }

        .box-form .box-f.box-rut {
            margin-top: -1.2em;
        }

            .box-form .box-f.box-rut.b-login {
            }

@media only screen and (max-width: 991px) {
    .box-form .box-f.box-rut.b-login {
        display: block;
    }
}

.box-form .box-f.box-rut .no-acceso {
    color: #58687B;
    font-size: .833em;
    text-decoration: underline;
    padding-left: 0px;
    margin-top: 5px;
    display: block;
}

    .box-form .box-f.box-rut .no-acceso i {
        font-size: .5em;
        width: 12px;
        height: 12px;
        border: 1px solid #58687B;
        border-radius: 50%;
        text-align: center;
        padding-top: .2em;
        display: inline-block;
    }

    .box-form .box-f.box-rut .no-acceso:hover {
        color: #1B2D40;
    }

.box-form .box-f h3 {
    color: #4F6881;
    font-size: 1.45em;
    font-family: "Bogle";
    text-align: center;
    margin: 0 0 .8em;
    border-bottom: 1px solid #4F6881;
    padding: .1em 0 .6em;
}

.box-form .box-f .form-group {
    margin-bottom: 1em;
}

.box-form .box-f .rut-group input.rut-1 {
    width: 60%;
}

.box-form .box-f .rut-group input.rut-2 {
    width: 2.2em;
    text-align: center;
}

.box-form .box-f .rut-group span {
    /*width: .7em;
    height: 2px;*/
    margin: 0 .2em .2em;
    vertical-align: middle;
    /*background: #4F6881;*/
    display: inline-block;
}

.box-form .box-f.box-datos.desactivado {
    opacity: .3;
    position: absolute;
    top: 74%;
    margin-top: 0;
    width: 100%;
}

@media only screen and (max-width: 1500px) {
    .box-form {
        right: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .box-form {
        right: 0;
        left: 0;
        width: 600px;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 550px) {
    .box-form {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 100%;
        padding: 20px 20px 30px;
        margin: 0 auto;
    }
}

footer {
    background: #1E2022;
    padding: 2em 0 .2em;
}

    footer .w-top {
        padding-bottom: 2em;
    }

    footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        footer .wrap .f-izq {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            footer .wrap .f-izq .logo-footer {
                width: 4.3em;
                display: block;
                margin-right: 2em;
            }

                footer .wrap .f-izq .logo-footer img {
                    width: 100%;
                }

@media only screen and (max-width: 550px) {
    footer .wrap .f-izq .logo-footer {
        display: none;
    }
}

footer .wrap .f-izq nav a {
    font-size: 1em;
    color: #8A8A8A;
    font-family: "Bogle";
    display: inline-block;
    padding: 0 .6em .2em .45em;
    line-height: .8em;
    border-right: 1px solid #8a8a8a;
    font-weight: normal;
}

    footer .wrap .f-izq nav a:hover {
        color: #009DE2;
    }

@media only screen and (max-width: 550px) {
    footer .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

        footer .wrap .f-izq nav {
            margin-bottom: 5px;
        }

            footer .wrap .f-izq nav a {
                border: none;
                font-size: 16px;
                display: inline-block;
                width: 48%;
                margin-bottom: 16px;
                padding-left: 0;
            }
}

footer .wrap .redes-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .wrap .redes-footer a {
        color: #6A6A6A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #6A6A6A;
        margin-left: .6em;
    }

        footer .wrap .redes-footer a:hover {
            color: #fff;
        }

        footer .wrap .redes-footer a:first-child {
            padding-left: 0;
            margin-left: 0;
        }

@media only screen and (max-width: 1500px) {
    footer .wrap .redes-footer a {
        width: 30px;
        height: 30px;
    }
}

footer .wrap .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    border-top: 1px solid #707070;
    width: 100%;
}

    footer .wrap .footer-bottom a {
        font-size: .66em;
        color: #707070;
        font-weight: normal;
    }

        footer .wrap .footer-bottom a:hover {
            color: #fff;
        }

    footer .wrap .footer-bottom p {
        margin-bottom: 0;
        color: #707070;
        font-size: .66em;
        margin-left: 1em;
    }

@media only screen and (max-width: 550px) {
    footer .wrap .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }

        footer .wrap .footer-bottom a {
            width: 100%;
            margin-bottom: 10px;
            font-size: 14px;
        }

        footer .wrap .footer-bottom p {
            margin-left: 0;
            font-size: 14px;
        }
}

.contenido {
    background: no-repeat top center;
    background-size: cover;
    padding: 1.5em 1.8em;
    font-family: "Bogle";
}

@media only screen and (max-width: 480px) {
    .contenido {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.contenido h1 {
    font-size: 1.875em;
    color: #1B2D40;
    margin: 0 0 .6em;
}

    .contenido h1 img {
        width: 1.2em;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: .3em;
        margin-right: .2em;
    }

@media only screen and (max-width: 480px) {
    .contenido h1 {
        text-align: center;
        font-size: 24px;
    }
}

.contenido h2 {
    color: #1B2D40;
    font-size: 1.25em;
    margin: 0em 0 1em;
}

.contenido .volver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .917em;
    color: #fff;
    margin-bottom: .8em;
}

    .contenido .volver img {
        margin-right: .5em;
    }

.contenido .w-cont {
    background: #fff;
    padding: 1.4em 1.2em;
    height: 100%;
}

    .contenido .w-cont.si-cot {
        display: none;
    }

        .contenido .w-cont.si-cot.visible {
            display: block;
        }

    .contenido .w-cont.no-cot.oculto {
        display: none;
    }

    .contenido .w-cont.bg-gris {
        background: #EFF0F0;
    }

    .contenido .w-cont.s-t {
        margin-top: 3.37em;
        height: calc(100% - 3.37em);
    }

    .contenido .w-cont.p-r {
        padding-right: 1.8em;
    }

    .contenido .w-cont.s-bg {
        background: transparent;
        padding: 0;
    }

    .contenido .w-cont .form-group {
        margin-bottom: .7em;
    }

        .contenido .w-cont .form-group.mt-n {
            margin-top: -1.2em;
        }

        .contenido .w-cont .form-group.inactivo {
            opacity: .35;
        }

        .contenido .w-cont .form-group.group-range {
            padding: .3em 0;
        }

            .contenido .w-cont .form-group.group-range label {
                margin-bottom: 1em;
            }

            .contenido .w-cont .form-group.group-range output {
                position: absolute;
                top: 56px;
                background: #219de2;
                font-size: .83em;
                border-radius: 4px;
                right: 0;
                padding: 3px;
                color: #fff;
                font-weight: normal;
            }

            .contenido .w-cont .form-group.group-range .equivalente {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-top: .5em;
            }

                .contenido .w-cont .form-group.group-range .equivalente p {
                    font-size: .66em;
                    font-weight: normal;
                    color: #58687B;
                }

                .contenido .w-cont .form-group.group-range .equivalente span {
                    font-size: .66em;
                    font-weight: normal;
                    color: #58687B;
                }

        .contenido .w-cont .form-group .ic-help {
            position: absolute;
            right: .2em;
            font-size: .75em;
            bottom: .18em;
            padding: .3em .5em;
            border-radius: .5em;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 2.8em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: auto;
            background: #009DE2;
            cursor: pointer;
            color: #fff;
        }

            .contenido .w-cont .form-group .ic-help i {
                margin-right: .3em;
            }

        .contenido .w-cont .form-group label {
            position: relative;
            top: auto;
            left: auto;
            padding: 0;
            color: #58687B;
            font-size: .917em;
            display: block;
            width: 100%;
            margin: 0 0 .3em;
            font-weight: bold;
            background: transparent;
        }

        .contenido .w-cont .form-group select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-repeat: no-repeat;
            background-image: url("../images/bg-select.png");
            background-position: 96% center;
            background-size: 1em auto;
            background-color: transparent;
            height: 2.41em;
            border: 1px solid #4F6881;
            border-radius: 4px;
            font-size: 1em;
            color: #1B2D40;
            padding: 0 .8em;
            font-family: "Bogle";
            width: 100%;
        }

        .contenido .w-cont .form-group .btn-cot {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 2px solid #58687B;
            height: 2.9em;
            border-radius: 6px;
            padding: .2em .4em .2em 0;
            cursor: pointer;
        }

            .contenido .w-cont .form-group .btn-cot figure {
                width: 2.5em;
                text-align: center;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .contenido .w-cont .form-group .btn-cot figure img.ic-default {
                    display: block;
                }

                .contenido .w-cont .form-group .btn-cot figure img.ic-activo {
                    display: none;
                }

@media only screen and (max-width: 1500px) {
    .contenido .w-cont .form-group .btn-cot figure {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

.contenido .w-cont .form-group .btn-cot p {
    color: #58687B;
    font-size: .917em;
    margin: 0;
    font-weight: bold;
}

.contenido .w-cont .form-group:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(240, 240, 240, 0.8);
    content: "";
}

.contenido .w-cont .form-group.activo:after {
    display: none;
}

.contenido .w-cont .form-group.activo .btn-cot img.ic-default {
    display: block;
}

.contenido .w-cont .form-group.activo .btn-cot img.ic-activo {
    display: none;
}

.contenido .w-cont .form-group.seleccionado:after {
    display: none;
}

.contenido .w-cont .form-group.forma-pago {
    padding: 1em 0;
}

    .contenido .w-cont .form-group.forma-pago .check-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .contenido .w-cont .form-group.forma-pago .check-group .form-check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-weight: normal;
        }

            .contenido .w-cont .form-group.forma-pago .check-group .form-check input {
                width: .8em;
                height: .8em;
                margin-right: .6em;
                margin-top: .2em;
            }

            .contenido .w-cont .form-group.forma-pago .check-group .form-check label {
                font-weight: normal;
            }

.contenido .w-cont .form-group.caja-cuota {
    background: #DBDEE0;
    color: #6A6A6A;
    font-size: .7em;
    padding: 1em;
    display: none;
}

    .contenido .w-cont .form-group.caja-cuota.visible {
        display: block;
    }

.contenido .w-cont .cotizacion-finalizada {
    font-size: 1em;
    color: #58687B;
    font-weight: bold;
    position: absolute;
    right: 2.5em;
    bottom: 2em;
}

    .contenido .w-cont .cotizacion-finalizada i {
        font-size: .8em;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: .3em;
    }

    .contenido .w-cont .cotizacion-finalizada:hover {
        text-decoration: underline;
    }

.contenido .w-cont p {
    color: #1B2D40;
    font-size: 1em;
    margin: 0;
}

    .contenido .w-cont p.mensaje {
        color: #1B2D40;
        font-size: 1em;
        margin: 0;
        text-align: center;
        padding: .4em 0;
    }

.contenido .w-cont .item-cot {
    text-align: center;
    background: #fff;
    padding: .6em .5em;
    position: relative;
    border: 1px solid #58687B;
    margin-bottom: .7em;
}

    .contenido .w-cont .item-cot .cerrar-cot {
        position: absolute;
        color: #616161;
        top: .3em;
        right: .3em;
        cursor: pointer;
    }

        .contenido .w-cont .item-cot .cerrar-cot img {
            width: 1em;
            height: auto;
        }

    .contenido .w-cont .item-cot img {
        max-width: 100%;
    }

    .contenido .w-cont .item-cot h4 {
        font-size: .75em;
        font-weight: normal;
        color: #58687B;
        margin: 0 0 .2em;
    }

    .contenido .w-cont .item-cot h3 {
        font-size: 1.05em;
        color: #1B2D40;
        font-weight: 900;
        margin: 0;
    }

    .contenido .w-cont .item-cot p {
        font-size: .65em;
        color: #58687B;
        margin-bottom: 0;
    }

.contenido .w-cont a.ver-todas {
    color: #009DE2;
    font-size: .91em;
    display: inline-block;
    margin-top: 1em;
}

    .contenido .w-cont a.ver-todas i {
        font-size: .8em;
    }

.contenido .w-cont.w-comentarios {
    padding: 1.4em 2em;
}

    .contenido .w-cont.w-comentarios textarea {
        width: 100%;
        padding: 1em;
        height: 20em;
        margin-bottom: 1.2em;
    }

    .contenido .w-cont.w-comentarios .btn {
        height: 2.9em;
    }

@media only screen and (max-width: 550px) {
    .contenido .w-cont.w-comentarios {
        padding-left: 15px;
        padding-right: 15px;
    }

        .contenido .w-cont.w-comentarios .btn {
            width: 100%;
        }
}

.contenido .w-cont .item-historial {
    margin-bottom: 1em;
}

    .contenido .w-cont .item-historial a {
        font-size: 1em;
        color: #1B2D40;
        font-weight: normal;
        text-decoration: underline;
    }

        .contenido .w-cont .item-historial a i {
            font-size: 1.2em;
            color: #009DE2;
            display: inline-block;
            margin-right: .2em;
        }

.contenido .w-cont .item-accesorio p {
    font-size: .625em;
    color: #fff;
    background: #009DE2;
    padding: 1.5em 1.8em;
    font-weight: bold;
    text-align: center;
}

.contenido .w-datos {
    background: #EFF0F0;
    padding: 1.4em 2em;
    height: 100%;
}

    .contenido .w-datos .w-form {
        background: #fff;
        padding: 2em 1.5em;
    }

        .contenido .w-datos .w-form .form-group {
            margin-bottom: 1.7em;
        }

            .contenido .w-datos .w-form .form-group:after {
                display: none;
            }

            .contenido .w-datos .w-form .form-group label {
                font-weight: normal;
            }

            .contenido .w-datos .w-form .form-group .ic-input {
                position: absolute;
                right: .6em;
                top: .65em;
                color: #4F6881;
            }

            .contenido .w-datos .w-form .form-group select {
                height: 2.41em;
                border: 1px solid #4F6881;
                border-radius: 5px;
                font-size: 1em;
                color: #1B2D40;
                padding: 0 .8em;
                font-family: "Bogle";
                width: 100%;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-repeat: no-repeat;
                background-image: url("../images/bg-select.png");
                background-position: 96% center;
                background-size: 1em auto;
                background-color: transparent;
            }

    .contenido .w-datos .btn {
        width: 12em;
        margin-top: 1.2em;
        margin-bottom: 1em;
        height: 2.9em;
    }

@media only screen and (max-width: 550px) {
    .contenido .w-datos {
        padding-left: 15px;
        padding-right: 15px;
    }

        .contenido .w-datos .btn {
            width: 100%;
        }
}

.contenido .box-cot {
    background: #fff;
    text-align: center;
    padding: .5em .7em 1.5em;
    position: relative;
    height: calc(100% - 1em);
    margin-bottom: 0em;
}

    .contenido .box-cot .cerrar-cot {
        position: absolute;
        color: #616161;
        font-size: 1.1em;
        top: .6em;
        right: .8em;
        cursor: pointer;
    }

    .contenido .box-cot img {
        max-width: 100%;
        padding: 2em 0 0;
    }

    .contenido .box-cot h4 {
        font-size: 1.33em;
        font-weight: bold;
        color: #1B2D40;
        margin: 0 0 .2em;
    }

    .contenido .box-cot h3 {
        font-size: 2.5em;
        color: #1B2D40;
        font-weight: 900;
        margin: 0;
    }

    .contenido .box-cot p {
        font-size: .75em;
        color: #58687B;
        margin-bottom: 0;
    }

        .contenido .box-cot p.precio {
            font-size: .933em;
            margin-bottom: .5em;
            min-height: .3em;
        }

    .contenido .box-cot ul {
        list-style: none;
        padding-left: 0;
        text-align: left;
        margin: 0;
    }

        .contenido .box-cot ul li {
            font-size: .83em;
            font-family: "Roboto", sans-serif;
            color: #58687B;
            font-weight: normal;
            margin-bottom: 0em;
            padding: .6em .8em;
        }

            .contenido .box-cot ul li:nth-child(even) {
                background: #EFEFEF;
            }

    .contenido .box-cot .botones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: .6em;
        margin-top: 1em;
    }

        .contenido .box-cot .botones .btn {
            font-size: .83em;
            padding: .6em .4em .7em;
            height: auto;
            width: 32%;
        }

@media only screen and (max-width: 550px) {
    .contenido .box-cot {
        padding-bottom: 20px;
    }

        .contenido .box-cot .botones {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            position: relative;
        }

            .contenido .box-cot .botones .btn {
                width: 100%;
                margin-bottom: 10px;
            }
}

.grupo-marcas {
    padding: 0 1em;
}

    .grupo-marcas h3 {
        font-size: 1.125em;
        color: #505050;
        margin: .2em 0 .8em;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .grupo-marcas .items-marca {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 2em;
    }

        .grupo-marcas .items-marca .item-marca {
            cursor: pointer;
        }

            .grupo-marcas .items-marca .item-marca img {
                width: 6.3em;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

                .grupo-marcas .items-marca .item-marca img:hover {
                    opacity: .8;
                }

.autos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .8em .5em;
}

    .autos .item-auto {
        width: 25%;
        text-align: center;
        cursor: pointer;
    }

        .autos .item-auto img {
            max-width: 90%;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .autos .item-auto img:hover {
                opacity: .8;
            }

.detalle-compra {
    padding-left: 1em;
    padding-right: 1em;
}

    .detalle-compra .auto {
        text-align: center;
        font-family: "Bogle";
        margin-bottom: .8em;
        padding: 0 2em;
    }

        .detalle-compra .auto img {
            /*width: 100%;*/
        }

        .detalle-compra .auto h3 {
            color: #1B2D40;
            font-weight: bold;
            font-size: 1.333em;
            margin: 0 0 .1em;
        }

        .detalle-compra .auto .precio {
            font-size: .833em;
            color: #58687B;
            font-weight: normal;
        }

    .detalle-compra .valor {
        text-align: center;
        margin-bottom: .6em;
    }

        .detalle-compra .valor p {
            font-weight: normal;
            font-size: .75em;
            line-height: 1;
            color: #58687B;
        }

        .detalle-compra .valor h4 {
            font-size: 2.5em;
            font-weight: 900;
            color: #1B2D40;
            margin: 0;
        }

        .detalle-compra .valor .n-cuota {
            display: none;
            margin-top: .4em;
        }

            .detalle-compra .valor .n-cuota.visible {
                display: block;
            }

    .detalle-compra .seguro {
        margin-bottom: .5em;
        text-align: center;
        cursor: pointer;
    }

        .detalle-compra .seguro .form-check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .detalle-compra .seguro .form-check input {
                width: .6em;
                height: .6em;
                margin-right: .2em;
            }

            .detalle-compra .seguro .form-check label {
                font-size: .7em;
                font-weight: normal;
                color: #58687B;
                cursor: pointer;
            }

        .detalle-compra .seguro p {
            font-size: .68em;
            font-weight: normal;
            color: #58687B;
        }

    .detalle-compra .ficha a.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .detalle-compra .ficha a.btn i {
            line-height: 1;
            margin-left: .2em;
        }

    .detalle-compra .ficha .lista-caracteristicas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 .4em;
        margin-bottom: .8em;
    }

        .detalle-compra .ficha .lista-caracteristicas .item {
            width: 40%;
            font-size: .83em;
            color: #58687B;
            font-weight: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: .5em .5em .2em;
        }

            .detalle-compra .ficha .lista-caracteristicas .item span {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background: #58687B;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: .55em;
                color: #fff;
                margin-right: .8em;
                font-weight: bold;
            }

@media only screen and (max-width: 1500px) {
    .detalle-compra .ficha .lista-caracteristicas .item span {
        width: 22px;
        height: 22px;
    }
}

.detalle-compra .ficha .ver-accesorios {
    font-size: .8em;
    color: #58687B;
    font-weight: normal;
    margin-bottom: 1.2em;
    display: block;
}

    .detalle-compra .ficha .ver-accesorios i {
        font-size: .7em;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: .2em;
    }

    .detalle-compra .ficha .ver-accesorios span {
        text-decoration: underline;
    }

.modal-seleccion {
    width: 100%;
    height: auto;
    max-height: 0;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

    .modal-seleccion.visible {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        max-height: max-content; /*2000px, no se visualiza todos los productos en el scroll*/
        min-height: 100%;
        background: #fff;
    }

    .modal-seleccion.modal-light {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .modal-seleccion.modal-light .w-pop {
            width: 39em;
            border-radius: 5px;
            padding: 2.4em;
        }

            .modal-seleccion.modal-light .w-pop .form-group {
                width: 100%;
            }

                .modal-seleccion.modal-light .w-pop .form-group:after {
                    display: none;
                }

                .modal-seleccion.modal-light .w-pop .form-group select {
                    font-size: .75em;
                    height: 3.3em;
                    margin-bottom: 1em;
                }

                .modal-seleccion.modal-light .w-pop .form-group .btn {
                    width: 10em;
                    max-width: 100%;
                }

                .modal-seleccion.modal-light .w-pop .form-group .ic-cal {
                    position: absolute;
                    right: .6em;
                    bottom: .7em;
                }

    .modal-seleccion.modal-monto {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .modal-seleccion.modal-monto .w-pop {
            width: 39em;
            border-radius: 5px;
            padding: 2.4em;
        }

            .modal-seleccion.modal-monto .w-pop h2 {
                margin-bottom: 0;
            }

            .modal-seleccion.modal-monto .w-pop .row {
                width: 100%;
            }

            .modal-seleccion.modal-monto .w-pop .form-group {
                width: 100%;
            }

                .modal-seleccion.modal-monto .w-pop .form-group:after {
                    display: none;
                }

                .modal-seleccion.modal-monto .w-pop .form-group select {
                    font-size: .75em;
                    height: 3.3em;
                    margin-bottom: 1em;
                    width: 100%;
                }

            .modal-seleccion.modal-monto .w-pop .btn {
                width: 10em;
                max-width: 100%;
            }

    .modal-seleccion .w-pop {
        background: #fff;
        width: 100%;
        padding: .3em 1em;
        margin: 0 auto;
        position: relative;
    }

@media only screen and (max-width: 550px) {
    .modal-seleccion .w-pop {
        width: 100%;
    }
}

.modal-seleccion .w-pop .cerrar-modal {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    width: 1.4em;
}

    .modal-seleccion .w-pop .cerrar-modal img {
        width: 100%;
    }

.modal-seleccion .w-pop h2 {
    font-size: 1.75em;
    color: #1B2D40;
    font-weight: bold;
    margin: 0 0 .8em;
    text-align: center;
}

.modal-seleccion .w-pop .content-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .modal-seleccion .w-pop .content-modal.modal-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.4em 1em;
    }

        .modal-seleccion .w-pop .content-modal.modal-wrap.sin-p {
            padding: 1em 0;
        }

@media only screen and (max-width: 1260px) {
    .modal-seleccion .w-pop .content-modal.modal-wrap {
        padding: 1.4em 0;
    }
}

.modal-seleccion .w-pop .content-modal.content-marcas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .modal-seleccion .w-pop .content-modal.content-marcas .item-sel {
        width: 33.3%;
        padding: 0 .2em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .modal-seleccion .w-pop .content-modal.content-marcas .item-sel img {
            max-width: 70%;
            margin: 0 auto 0px;
        }

        .modal-seleccion .w-pop .content-modal.content-marcas .item-sel p {
            font-size: .66em;
        }

.modal-seleccion .w-pop .content-modal .item-sel {
    width: 8em;
    margin-bottom: .5em;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .modal-seleccion .w-pop .content-modal .item-sel:hover {
        opacity: .8;
    }

    .modal-seleccion .w-pop .content-modal .item-sel img {
        max-width: 100%;
    }

    .modal-seleccion .w-pop .content-modal .item-sel.c-bg {
        background: #009DE2;
        height: 4.2em;
        margin: 0 .5em .5em;
        text-align: center;
        min-width: 45%;
    }


        .modal-seleccion .w-pop .content-modal .item-sel.c-bg p {
            margin-bottom: 0;
            color: #fff;
            font-weight: bold;
            font-size: 1em;
        }

        .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-blanco {
            background: #fff;
            border: 1px solid #009DE2;
        }

            .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-blanco p {
                color: #6A6A6A;
            }

        .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-gris {
            background: #6A6A6A;
        }

            .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-gris p {
                color: #fff;
            }

        .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-rojo {
            background: #DA000F;
        }

            .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-rojo p {
                color: #fff;
            }

        .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-negro {
            background: #000;
        }

            .modal-seleccion .w-pop .content-modal .item-sel.c-bg.color-negro p {
                color: #fff;
            }

    .modal-seleccion .w-pop .content-modal .item-sel.item-version {
        width: 100%;
        text-align: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
    }

        .modal-seleccion .w-pop .content-modal .item-sel.item-version p {
            padding: 1em;
        }

        .modal-seleccion .w-pop .content-modal .item-sel.item-version .body-version {
            background: #ECECEC;
            width: 100%;
            max-height: 0;
            -webkit-transition: max-height 0.3s ease-out;
            transition: max-height 0.3s ease-out;
            overflow: hidden;
        }

            .modal-seleccion .w-pop .content-modal .item-sel.item-version .body-version ul {
                list-style: none;
                padding: .5em;
                margin: 0;
            }

                .modal-seleccion .w-pop .content-modal .item-sel.item-version .body-version ul li {
                    color: #58687B;
                    position: relative;
                    font-weight: normal;
                    padding-left: 1.2em;
                }

                    .modal-seleccion .w-pop .content-modal .item-sel.item-version .body-version ul li i {
                        color: #009DE2;
                        font-size: .8em;
                        position: absolute;
                        left: 0;
                        top: .3em;
                    }

        .modal-seleccion .w-pop .content-modal .item-sel.item-version:hover .body-version {
            max-height: 2000px;
            font-size:15px;
            -webkit-transition: max-height 0.25s ease-in;
            transition: max-height 0.25s ease-in;
        }

.modal-seleccion .w-pop .content-modal .bloque-marca {
    width: 100%;
}

    .modal-seleccion .w-pop .content-modal .bloque-marca.small {
        max-width: 15em;
    }

    .modal-seleccion .w-pop .content-modal .bloque-marca h4 {
        margin-bottom: .5em;
        margin-top: .5em;
        color: #58687B;
        font-size: 1.16em;
    }

    .modal-seleccion .w-pop .content-modal .bloque-marca .w-marcas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .modal-seleccion .w-pop .content-modal .bloque-marca .w-marcas .item-marca {
            width: 5.2em;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .modal-seleccion .w-pop .content-modal .bloque-marca .w-marcas .item-marca:hover {
                opacity: .8;
            }

            .modal-seleccion .w-pop .content-modal .bloque-marca .w-marcas .item-marca img {
                width: 100%;
            }

.d-cotizacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .d-cotizacion .cot-izq {
        width: 46%;
    }

    .d-cotizacion .cot-der {
        width: 54%;
        padding-left: .7em;
        height: 24.5em;
    }

        .d-cotizacion .cot-der.bg-load .panel-cot {
            background-image: url('../images/load.gif');
            background-position: center center;
            background-repeat: no-repeat;
        }

        .d-cotizacion .cot-der .panel-cot {
            background: #fff;
            height: 100%;
            width: 100%;
            overflow-x: hidden;
            overflow-y: scroll;
        }

            .d-cotizacion .cot-der .panel-cot.no-bg {
                background: none;
            }

        .d-cotizacion .cot-der.visible {
            height: auto;
            overflow: visible;
        }

    .d-cotizacion ::-webkit-scrollbar {
        width: 10px;
    }

    .d-cotizacion ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .d-cotizacion ::-webkit-scrollbar-thumb {
        background: #6A6A6A;
    }

        .d-cotizacion ::-webkit-scrollbar-thumb:hover {
            background: #D1CECE;
        }

.valores-cot {
    display: none;
    padding: 0 1em;
    -webkit-transition: none;
    transition: none;
}

    .valores-cot.visible {
        display: block;
    }

        .valores-cot.visible .form-group:after {
            display: none;
        }

.grid-cotizacion {
    background: #EFF0F0;
    padding: 2em;
}

    .grid-cotizacion.grid-cot-mobile {
        display: none;
    }

@media only screen and (max-width: 768px) {
    .grid-cotizacion.grid-cot-desktop {
        display: none;
    }

    .grid-cotizacion.grid-cot-mobile {
        display: block;
        background: #EFF0F0;
    }

        .grid-cotizacion.grid-cot-mobile h1 {
            text-align: center;
            font-size: 24px;
        }

        .grid-cotizacion.grid-cot-mobile .cerrar-cot {
            display: none;
        }
}

@media only screen and (max-width: 768px) and (max-width: 550px) {
    .grid-cotizacion.grid-cot-mobile {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cot-desktop {
    display: block;
}

@media only screen and (max-width: 768px) {
    .cot-desktop {
        display: none;
    }
}

.cot-mobile {
    display: none;
}

.w-modal .pasos-monto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 154px;
    margin: 0 auto 20px;
}

    .w-modal .pasos-monto span {
        color: #009DE2;
        font-size: 24px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #009DE2;
        margin: 0 10px;
        background: #fff;
        position: relative;
        z-index: 2;
    }

        .w-modal .pasos-monto span.activo {
            background: #009DE2;
            color: #fff;
        }

        .w-modal .pasos-monto span:first-child {
            margin-left: 0;
        }

        .w-modal .pasos-monto span:last-child {
            margin-right: 0;
        }

    .w-modal .pasos-monto:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #009DE2;
        position: absolute;
        left: 0;
        top: 50%;
    }

@media only screen and (max-width: 768px) {
    .cot-mobile {
        display: block;
        padding: 20px 0;
    }

        .cot-mobile h1 {
            text-align: center;
            font-size: 24px;
        }

        .cot-mobile .pasos-cot,
        .w-modal.pasos-monto {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            width: 154px;
            margin: 0 auto 20px;
        }

            .cot-mobile .pasos-cot span,
            .w-modal .pasos-monto span {
                color: #009DE2;
                font-size: 24px;
                font-weight: bold;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 38px;
                height: 38px;
                border-radius: 50%;
                border: 1px solid #009DE2;
                margin: 0 10px;
                background: #fff;
                position: relative;
                z-index: 2;
            }

                .cot-mobile .pasos-cot span.activo,
                .w-modal .pasos-monto span.activo {
                    background: #009DE2;
                    color: #fff;
                }

                .cot-mobile .pasos-cot span:first-child,
                .w-modal .pasos-monto span:first-child {
                    margin-left: 0;
                }

                .cot-mobile .pasos-cot span:last-child,
                .w-modal .pasos-monto span:last-child {
                    margin-right: 0;
                }

            .cot-mobile .pasos-cot:after,
            .w-modal .pasos-monto:after {
                content: "";
                width: 100%;
                height: 1px;
                background: #009DE2;
                position: absolute;
                left: 0;
                top: 50%;
            }

        .cot-mobile .cot-izq {
            width: 100%;
        }

            .cot-mobile .cot-izq.paso2 {
                display: none;
            }

            .cot-mobile .cot-izq.paso3 {
                display: none;
            }

            .cot-mobile .cot-izq .form-group .ic-help {
                width: 40px;
                height: 35px;
                text-align: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 16px;
            }

            .cot-mobile .cot-izq .form-group .btn-cot-mobile i {
                position: absolute;
                right: 14px;
                color: #707070;
            }

            .cot-mobile .cot-izq .form-group.activo .btn-cot-mobile {
                border-bottom: none;
                border-radius: 6px 6px 0 0;
            }

            .cot-mobile .cot-izq .form-group.activo .sel-mobile {
                display: block;
            }

            .cot-mobile .cot-izq .form-group .sel-mobile {
                border: 2px solid #58687B;
                border-radius: 0 0 6px 6px;
                border-top: none;
                padding: 5px 0 10px;
                display: none;
            }

                .cot-mobile .cot-izq .form-group .sel-mobile a {
                    font-size: 17px;
                    font-weight: bold;
                    color: #707070;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 8px 15px;
                }

                .cot-mobile .cot-izq .form-group .sel-mobile.sel-marcas a img {
                    margin-bottom: -10px;
                    margin-left: -14px;
                }

                .cot-mobile .cot-izq .form-group .sel-mobile.sel-modelo a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .cot-mobile .cot-izq .form-group .sel-mobile.sel-modelo a img {
                        width: 100px;
                    }

                    .cot-mobile .cot-izq .form-group .sel-mobile.sel-modelo a p {
                        padding-left: 10px;
                    }

            .cot-mobile .cot-izq .form-group.forma-pago label {
                font-size: 20px;
                font-weight: bold;
            }

            .cot-mobile .cot-izq .form-group.forma-pago .check-group {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                display: block;
            }

                .cot-mobile .cot-izq .form-group.forma-pago .check-group label {
                    font-size: 17px;
                }

            .cot-mobile .cot-izq .btn {
                width: 100%;
                padding-top: 13px;
            }

                .cot-mobile .cot-izq .btn.disabled {
                    opacity: 0.4;
                }

            .cot-mobile .cot-izq .valores-cot {
                display: block;
                padding: 0;
            }

                .cot-mobile .cot-izq .valores-cot .form-group:after {
                    display: none;
                }

        .cot-mobile .w-cont.si-cot {
            display: block;
            padding: 1.4em 0;
        }
}

.cot-mobile .modal-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

    .cot-mobile .modal-mobile.visible {
        display: block;
    }

    .cot-mobile .modal-mobile .w-modal {
        background: #fff;
        padding: 40px 35px;
    }

@media only screen and (max-width: 550px) {
    .cot-mobile .modal-mobile .w-modal {
        padding: 40px 20px;
    }
}

.cot-mobile .modal-mobile .w-modal h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 60px;
}

.cot-mobile .modal-mobile .w-modal select {
    height: 60px;
}

.cot-mobile .modal-mobile .w-modal .form-group label {
    font-size: 20px;
    font-weight: bold;
    color: #58687B;
}

.cot-mobile .modal-mobile .w-modal .form-group:after {
    display: none;
}

.cot-mobile .modal-mobile .w-modal .botones {
    margin-top: 20px;
}

    .cot-mobile .modal-mobile .w-modal .botones .btn {
        width: 100%;
        height: 55px;
        padding-top: 16px;
        margin-bottom: 10px;
    }

.cot-mobile .modal-mobile .carrusel {
    padding: 0 40px 40px;
    margin: 0 20px;
}

    .cot-mobile .modal-mobile .carrusel img {
        max-width: 100%;
    }

    .cot-mobile .modal-mobile .carrusel .tns-ovh {
        overflow: visible;
    }

.packs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 2em;
}

    .packs .pack {
        background: #009CDA;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 6.9em;
        width: 9em;
        margin: 0 1em;
        text-align: center;
        padding: 1em;
        cursor: pointer;
    }

        .packs .pack h4 {
            color: #fff;
            margin: 0 0 .4em;
            line-height: 1.3;
            font-size: 1em;
            font-weight: bold;
        }

        .packs .pack p {
            color: #fff;
            margin: 0;
            border-top: 1px solid #fff;
            font-size: .62em;
            font-weight: bold;
            padding-top: .5em;
        }

.slide-home {
    position: relative;
}

    .slide-home .c-home .item {
        position: relative;
        height: calc(100vh - 5.5em);
    }

    .slide-home.s-home .c-home .item {
        height: 100vh;
    }

    .slide-home .c-home .item figure {
        display: block;
        height: 100%;
    }

        .slide-home .c-home .item figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

@media only screen and (max-width: 991px) {
    .slide-home .c-home .item {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .slide-home .c-home .item {
        height: 600px;
    }
}

@media only screen and (max-width: 550px) {
    .slide-home .c-home .item {
        height: 530px;
    }
}

.slide-home .c-home .item .texto-slide {
    position: absolute;
    top: 0;
    left: 72px;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    max-width: 50%;
}

    .slide-home .c-home .item .texto-slide.small h1 {
        font-size: 3.5em;
    }

    .slide-home .c-home .item .texto-slide.small p {
        font-size: 1em;
    }

    .slide-home .c-home .item .texto-slide h1 {
        font-size: 3.8em;
        line-height: 1.1;
        color: #fff;
        margin: 0 0 .1em;
        font-weight: normal;
    }

        .slide-home .c-home .item .texto-slide h1 b {
            font-weight: bold;
        }

    .slide-home .c-home .item .texto-slide p {
        font-size: 1em;
        line-height: 1.5;
        color: #fff;
    }

@media only screen and (max-width: 1500px) {
    .slide-home .c-home .item .texto-slide {
        max-width: 50%;
        left: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .slide-home .c-home .item .texto-slide {
        max-width: 60%;
        left: 40px;
        padding-right: 60px;
        left: 20px;
    }

        .slide-home .c-home .item .texto-slide h1 {
            font-size: 50px;
        }

        .slide-home .c-home .item .texto-slide p {
            font-size: 20px;
        }
}

@media only screen and (max-width: 991px) {
    .slide-home .c-home .item .texto-slide {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .slide-home .c-home .item .texto-slide h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .slide-home .c-home .item .texto-slide h1 {
        font-size: 40px;
    }
}

.slide-home .scroll {
    font-size: .75em;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2em;
    text-transform: uppercase;
    z-index: 999;
    width: 4em;
}

    .slide-home .scroll:after {
        width: 1px;
        height: 8em;
        background: #fff;
        content: "";
        display: block;
        margin: 10px auto 0;
    }

.carrusel {
    position: relative;
}

    .carrusel.con-nav {
        padding: 0 40px;
    }

    .carrusel .tns-nav {
        text-align: center;
        margin-top: 20px;
    }

        .carrusel .tns-nav button {
            width: 12px;
            height: 12px;
            display: inline-block;
            border: 1px solid transparent;
            border-radius: 100%;
            margin: 0 6px;
            background: transparent;
            padding: 0;
        }

@media only screen and (max-width: 1500px) {
    .carrusel .tns-nav button {
        width: 10px;
        height: 10px;
    }
}

.carrusel.azul button {
    border-color: #4F6881;
}

    .carrusel.azul button.tns-nav-active {
        background: #4F6881;
    }

.carrusel.blanco button {
    border-color: #fff;
}

    .carrusel.blanco button.tns-nav-active {
        background: #fff;
    }

.carrusel.celeste button {
    border-color: #009DE2;
}

    .carrusel.celeste button.tns-nav-active {
        background: #009DE2;
    }

.carrusel .tns-controls button {
    background: transparent;
    border-radius: 0px;
    color: #4F6881;
    font-size: 0;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 1px solid #4F6881;
    text-align: center;
    position: absolute;
    padding: 3px 0 0;
    z-index: 10;
    top: 25%;
}

    .carrusel .tns-controls button:first-child {
        left: -20px;
        padding-right: 0px;
    }

    .carrusel .tns-controls button:last-child {
        right: -20px;
        padding-left: 0px;
    }

    .carrusel .tns-controls button:after {
        content: "";
        display: inline-block;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        font-size: 30px;
    }

    .carrusel .tns-controls button:first-child:after {
        content: "\f060";
    }

    .carrusel .tns-controls button:last-child:after {
        content: "\f061";
    }

    .carrusel .tns-controls button:hover {
        opacity: 0.85;
    }

@media only screen and (max-width: 640px) {
    .carrusel .tns-controls button {
        width: 40px;
        height: 40px;
        line-height: 32px;
    }

        .carrusel .tns-controls button:after {
            font-size: 24px;
        }

        .carrusel .tns-controls button:first-child {
            left: -10px;
        }

        .carrusel .tns-controls button:last-child {
            right: -10px;
        }
}

.carrusel .tns-controls {
    display: none;
}

.carrusel.con-nav .tns-controls {
    display: block;
}

.carrusel.flecha-2 .tns-controls button {
    color: #fff;
    background: #4F6881;
}

.slide-home .carrusel .tns-nav {
    position: absolute;
    left: 72px;
    bottom: 1em;
    z-index: 999;
}

@media only screen and (max-width: 1550px) {
    .slide-home .carrusel .tns-nav {
        left: 40px;
    }
}

.c-movil {
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    .c-movil {
        padding: 0 20px;
    }

        .c-movil .tns-ovh {
            overflow: visible;
        }
}

.js-accordion {
    margin: 0 auto;
    width: 100%;
}

    .js-accordion .item-ac {
        margin-bottom: .5em;
    }

.js-accordion-title {
    background: #009DE2;
    border-top: 0;
    cursor: pointer;
    display: block;
    padding: 1em 1.2em 1em;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

    .js-accordion-title span {
        font-size: 1.33em;
        line-height: 1;
        color: #fff;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        border-right: 1px solid #fff;
        padding: 0 1em;
    }

        .js-accordion-title span:first-child {
            border: none;
            padding-left: 0;
        }

        .js-accordion-title span:nth-child(3) {
            margin-right: 1em;
        }

        .js-accordion-title span b {
            font-weight: bold;
        }

    .js-accordion-title .btn {
        font-size: .7em;
        border: 1px solid #B7B7B7;
        display: inline-block;
        vertical-align: middle;
        padding: .7em 1em .8em;
        height: auto;
        position: relative;
        z-index: 99;
    }

.js-accordion-content {
    border-top: 0;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}


.ac-default .button:after {
    content: "\f138";
    color: #fff;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 22%;
    font-size: 2em;
}

.ac-default .item-ac .button:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ac-default .button.activo {
}

    .ac-default .button.activo:after {
        content: "\f13a";
    }

.ac-default .int-ac {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .ac-default .int-ac p {
        padding: 20px;
    }

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 640px) {
    .ac-default .button {
        padding: 20px 40px 20px 20px;
        font-size: 1em;
    }

        .ac-default .button:after {
            right: 10px;
        }

    .js-accordion-title span {
        margin: 0 0 10px;
        padding: 0;
        border: none;
        display: block;
        font-size: 16px;
    }
}

.paginador {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2em;
}

    .paginador a {
        font-size: 1em;
        font-weight: bold;
        color: #6A6A6A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

        .paginador a.activo {
            background: #E5F5FC;
        }

        .paginador a.pag-nav {
            width: 53px;
            height: 53px;
            color: #fff;
            font-size: 1.2em;
            margin: 0 1em;
            background: #009DE2;
            -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
        }

@media only screen and (max-width: 1500px) {
    .paginador a {
        width: 35px;
        height: 35px;
    }

        .paginador a.pag-nav {
            width: 35px;
            height: 35px;
        }

            .paginador a.pag-nav:first-child {
                padding-top: 2px;
                padding-right: 2px;
            }

            .paginador a.pag-nav:last-child {
                padding-top: 2px;
                padding-left: 2px;
            }
}


.ac-historia button {
    font-size: 1em;
    color: #333333;
    padding: 20px 10px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #707070;
    position: relative;
    background: transparent;
}

    .ac-historia button:after {
        content: "\f055";
        color: #333;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 32%;
    }

    .ac-historia button.activo {
        background: #D1E4F7;
        color: #4F6881;
    }

        .ac-historia button.activo:after {
            content: "\f056";
            color: #4F6881;
        }

.ac-historia .int-ac {
    background: #D1E4F7;
    margin-top: 0px;
    margin-bottom: 4px;
    text-align: left;
    padding: 0px;
}

    .ac-historia .int-ac p {
        padding: 10px 0px 0px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 1500px) {
    .ac-historia button {
        padding: 10px 10px;
    }

        .ac-historia button:after {
            content: "\f055";
            color: #333;
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            position: absolute;
            right: 10px;
            top: 26%;
        }
}

@media only screen and (max-width: 640px) {
    .ac-historia button {
        padding: 10px;
        font-size: 1em;
    }

        .ac-historia button:after {
            right: 10px;
        }
}

.ac-default.ac-faq .item-ac {
    margin-bottom: 10px;
}

    .ac-default.ac-faq .item-ac button {
        background: #BFDFFF;
    }

    .ac-default.ac-faq .item-ac .int-ac {
        background: #BFDFFF;
    }

.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .pop-up.visible {
        z-index: 999;
        visibility: visible;
        opacity: 1;
    }

    .pop-up .w-pop {
        background: #fff;
        position: relative;
        width: 40em;
        max-width: 100%;
        padding: 2em;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 14em;
        border-radius: 10px;
    }

        .pop-up .w-pop .cerrar-pop {
            position: absolute;
            top: .6em;
            right: .8em;
            color: #58687B;
            font-size: 1.4em;
            cursor: pointer;
        }

        .pop-up .w-pop h2 {
            font-size: 1.875em;
            color: #1B2D40;
            padding: 0 1em;
            margin: 1.5em 0 1.5em;
            font-family: "Bogle";
        }

        .pop-up .w-pop p {
            font-size: 1.2em;
            margin-bottom: 1.4em;
        }

        .pop-up .w-pop a.btn {
            width: 300px;
            max-width: 100%;
            height: 2.9em;
            padding-top: .8em;
            margin: 0 .5em;
        }

@media only screen and (max-width: 550px) {
    .pop-up {
        top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .pop-up .w-pop {
            border-radius: 0 0 10px 10px;
        }

            .pop-up .w-pop .flex-center {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .pop-up .w-pop .flex-center a {
                    width: 100%;
                    margin-bottom: 10px;
                }
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 0px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: .5em;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #009DE2;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    width: 1.4em;
    height: 1.5em;
    position: absolute;
    background: #58687B;
    border-radius: 20px;
}

    .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
        background: #495666;
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.filtro-cot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.45em;
}

    .filtro-cot .form-group {
    }

        .filtro-cot .form-group input {
            background-color: #fff;
            height: 3.1em;
            border: 1px solid #4F6881;
            border-radius: 4px;
            font-size: .83em;
            font-weight: bold;
            color: #58687B;
            padding: 0 .8em;
            font-family: "Bogle";
            width: 100%;
        }

        .filtro-cot .form-group select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-repeat: no-repeat;
            background-image: url("../images/bg-select.png");
            background-position: 96% center;
            background-size: 1em auto;
            background-color: #fff;
            height: 3.1em;
            border: 1px solid #4F6881;
            border-radius: 4px;
            font-size: .83em;
            font-weight: bold;
            color: #58687B;
            padding: 0 1.4em 0 .8em;
            font-family: "Bogle";
            width: 100%;
        }

        .filtro-cot .form-group.buscar-group {
            width: 35%;
            min-width: 35%;
            position: relative;
        }

            .filtro-cot .form-group.buscar-group input {
                padding-left: 2.8em;
            }

            .filtro-cot .form-group.buscar-group i {
                position: absolute;
                left: .4em;
                color: #C4C4C4;
                top: .45em;
                font-size: 1.4em;
            }

        .filtro-cot .form-group.modelo-group {
            width: 12%;
            min-width: 12%;
        }
        .filtro-cot .form-group.marca-group {
            width: 12%;
            min-width: 12%;
        }
        .filtro-cot .form-group.cliente-group {
            width: 12%;
            min-width: 12%;
        }
        .filtro-cot .form-group.fecha-group {
            width: 25%;
            min-width: 25%;
            display: flex;
            border: 1px solid #4F6881;
            border-radius: 4px;
            background: #fff;
        }

            .filtro-cot .form-group.fecha-group .item-fecha {
                display: flex;
                align-items: center;
                padding: 0 0 0 0.4em;
                position: relative
            }

                .filtro-cot .form-group.fecha-group .item-fecha:first-child {
                    border-right: 1px solid #58687B;
                }

                .filtro-cot .form-group.fecha-group .item-fecha label {
                    position: static;
                    background: none;
                    font-size: .83em;
                    font-weight: bold;
                }

                .filtro-cot .form-group.fecha-group .item-fecha input {
                    border: none;
                    margin: 0;
                    padding: 0;
                    z-index: 2;
                    cursor: pointer;
                    background: transparent;
                    position: relative;
                    font-size: .75em;
                    height: 3.18em;
                }

.form-date {
    position: relative;
}

    .form-date .ic-cal {
        position: absolute;
        right: .2rem;
        top: 0;
    }

    .form-date input#datepicker {
        padding-right: 0;
        position: relative;
        background: transparent;
        z-index: 2;
        cursor: pointer;
    }

.filtro-cot .form-group.fecha-group .item-fecha .ic-cal {
    position: absolute;
    right: .4rem;
}

    .filtro-cot .form-group.fecha-group .item-fecha .ic-cal i {
    }

.filtro-cot .form-group.estado-group {
    width: 12%;
    min-width: 12%;
}

.filtro-cot button {
    width: 11%;
    min-width: 11%;
    height: 2.5em;
}

@media only screen and (max-width: 991px) {
    .filtro-cot {
        flex-wrap: wrap;
    }

        .filtro-cot .form-group.buscar-group {
            width: 70%;
            margin-bottom: 10px;
        }

            .filtro-cot .form-group.buscar-group input {
            }

            .filtro-cot .form-group.buscar-group i {
            }

        .filtro-cot .form-group.modelo-group {
            width: 50%;
        }
        .filtro-cot .form-group.marca-group {
            width: 50%;
        }
        .filtro-cot .form-group.cliente-group {
            width: 50%;
        }
        .filtro-cot .form-group.fecha-group {
            width: 50%;
        }

            .filtro-cot .form-group.fecha-group .item-fecha {
            }

                .filtro-cot .form-group.fecha-group .item-fecha:first-child {
                }

                .filtro-cot .form-group.fecha-group .item-fecha label {
                }

                .filtro-cot .form-group.fecha-group .item-fecha input {
                }

                .filtro-cot .form-group.fecha-group .item-fecha .ic-cal {
                }

                    .filtro-cot .form-group.fecha-group .item-fecha .ic-cal i {
                    }

        .filtro-cot .form-group.estado-group {
            width: 100%;
        }

        .filtro-cot button {
            width: 100%;
            margin-top : 5px;
            margin-bottom : 5px;
        }
}

@media only screen and (max-width: 768px) {
    .filtro-cot {
        flex-wrap: wrap;
    }

        .filtro-cot .form-group {
            margin-bottom: 15px;
        }

            .filtro-cot .form-group.buscar-group {
                width: 100%;
            }

                .filtro-cot .form-group.buscar-group input {
                }

                .filtro-cot .form-group.buscar-group i {
                }

            .filtro-cot .form-group.modelo-group {
                width: 100%;
            }
            .filtro-cot .form-group.marca-group {
                width: 100%;
            }
            .filtro-cot .form-group.cliente-group {
                width: 100%;
            }
            .filtro-cot .form-group.fecha-group {
                width: 100%;
            }

                .filtro-cot .form-group.fecha-group .item-fecha {
                    width: 50%;
                }

                    .filtro-cot .form-group.fecha-group .item-fecha .ic-cal i {
                    }

            .filtro-cot .form-group.estado-group {
                width: 100%;
            }

        .filtro-cot button {
            width: 100%;
        }
}

@media only screen and (max-width: 480px) {
    .g-cot-guardadas {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    /*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
    .pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both
    }

.pika-single {
    *zoom: 1
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-prev-year,
.pika-next-year,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

.pika-prev,
.pika-prev-year,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.pika-next-year,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.sticky-valor {
    background: #009DE2;
    padding: 15px 10px;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

.contenido .w-cont .sticky-valor p {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 0;
}

.contenido .w-cont .sticky-valor span {
    font-size: 18px;
    color: #fff;
    display: block;
}

@media (max-width: 768px) {
    .cot-mobile .cot-izq .btn {
        margin-bottom: 10px;
    }
}

.modal-monto input,
.modal-monto select {
    height: 60px;
    margin-bottom: 20px;
}

.modal-monto .monto-1 {
    display: block;
}

.modal-monto .monto-2 {
    display: none;
}

.modal-monto .monto-3 {
    display: none;
}


.valor-pie {
    position: absolute;
    right: 0;
    top: 10px;
    color: #58687b;
    font-size: 12px;
}

.precio-lista {
    font-weight: bold;
    color: #fff;
}

    .precio-lista span {
        font-weight: normal;
    }

.modal-seleccion .w-pop.load:after,
.w-modal.load:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225,225,225,0.8);
    background-image: url('../images/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    z-index: 999;
}

.modal-seleccion.modal-ejecutivo {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.modal-seleccion.modal-ejecutivo .w-pop {
   width: 39em;
   border-radius: 5px;
   padding: 2.4em;
}
.modal-seleccion.modal-ejecutivo .w-pop h2 {
   margin-bottom: 0;
}
.modal-seleccion.modal-ejecutivo .w-pop .row {
   width: 100%;
}
.modal-seleccion.modal-ejecutivo .w-pop .form-group {
   width: 100%;
}
.modal-seleccion.modal-ejecutivo .w-pop .form-group:after {
   display: none;
}
.modal-seleccion.modal-ejecutivo .w-pop .form-group select {
   font-size: .75em;
   height: 3.3em;
   margin-bottom: 1em;
   width: 100%;
}
.modal-seleccion.modal-ejecutivo .w-pop .btn {
   width: 10em;
   max-width: 100%;
}
.modal-ejecutivo select {
   height: 60px;
   margin-bottom: 20px;
}
.modal-seleccion.modal-ejecutivo .w-pop.w-modal {
   padding-left: 10rem;
   padding-right: 10rem;
}
.modal-seleccion.modal-ejecutivo .w-pop .content-modal.modal-wrap {
   padding: 3em 1em 5em;
}
.contenido .w-cont .modal-seleccion.modal-ejecutivo .form-group select {
   background-image: url(../images/bg-select-blue.png);
}

.impuestos .row p {
    font-size: .75em;
}

.modal-seleccion.modal-datos-cliente {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-seleccion.modal-datos-cliente .w-pop.w-modal {
    padding-left: 1rem;
    padding-right: 1rem;
}
.modal-seleccion.modal-datos-cliente .w-pop {
    width: 45em;
    border-radius: 5px;
    padding: 2.4em;
}

.modal-seleccion.modal-datos-cliente .w-pop {
    width: 45em;
    border-radius: 5px;
    padding: 2.4em;
}

.titulo-modal-p {
    padding-right: 5rem; 
    padding-left: 5rem;
}

.modal-seleccion.modal-datos-cliente .w-pop h2 {
    margin-bottom: 0;
}

.modal-seleccion.modal-datos-cliente .w-pop .content-modal.modal-wrap {
    padding: 3em 1em 5em;
}

.modal-seleccion.modal-datos-cliente .w-pop .row {
    width: 100%;
}

.modal-seleccion.modal-datos-cliente .w-pop .form-group {
    width: 100%;
}

.contenido .w-cont .modal-seleccion.modal-datos-cliente .form-group select {
    background-image: url(../images/bg-select-blue.png);
}

.modal-seleccion.modal-datos-cliente .w-pop .form-group select {
    font-size: .75em;
    height: 3.3em;
    margin-bottom: 1em;
    width: 100%;
}

.modal-seleccion.modal-datos-cliente .w-pop .btn {
    width: 10em;
    max-width: 100%;
}
.contenido .w-cont .modal-datos-cliente .form-group:after {
   content: initial;
}


.modal-seleccion.modal-error {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.modal-seleccion.modal-error .w-pop {
   width: 39em;
   border-radius: 5px;
   padding: 2.4em;
}
.modal-seleccion.modal-error .w-pop h2 {
   margin-bottom: 0;
}
.modal-seleccion.modal-error .w-pop .row {
   width: 100%;
}
.modal-seleccion.modal-error .w-pop .form-group {
   width: 100%;
}
.modal-seleccion.modal-error .w-pop .form-group:after {
   display: none;
}
.modal-seleccion.modal-error .w-pop .form-group select {
   font-size: .75em;
   height: 3.3em;
   margin-bottom: 1em;
   width: 100%;
}
.modal-seleccion.modal-error .w-pop .btn {
   width: 10em;
   max-width: 100%;
}
.modal-error select {
   height: 60px;
   margin-bottom: 20px;
}
.modal-seleccion.modal-error .w-pop.w-modal {
   padding-left: 10rem;
   padding-right: 10rem;
}
.modal-seleccion.modal-error .w-pop .content-modal.modal-wrap {
   padding: 3em 1em 5em;
}
.contenido .w-cont .modal-seleccion.modal-error .form-group select {
   background-image: url(../images/bg-select-blue.png);
}

.detalle-compra > .auto > img{
    max-width:250px
    }

.d-cotizacion {
    display: flex;
}

.cotizacion-titulo{
    width : 46%;
}
.captacion-combo {
    display: flex;
    justify-content: center;
    margin-bottom: .4em;
}

.captacion-combo select {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/bg-select.png);
    background-position: 96% center;
    background-size: 1em auto;
    background-color: #fff;
    height: 2.0em;
    border: 1px solid #4F6881;
    border-radius: 4px;
    font-size: .83em;
    font-weight: bold;
    color: #58687B;
    padding: 0 1.4em 0 .8em;
    font-family: "Bogle";
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}