﻿.k-loading-mask{
    position:fixed;
}

.CssTarjetaCredito {
    background-color: white;
}

.btn-primary {
    color: #fff;
    background-color: #7e8183;
    border-color: #7e8183;
    border-radius: 20px;
}

.btn-default {
    border-radius: 20px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ed1d23;
    border-color: #ed1d23;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

body, ul, ol, dl, p, h1, h2, label, input {
    font-family: Gotham,sans-serif !important;
}

div.k-widget.k-window {
    font-family: 'Gotham' !important;
    color: #786e63;
}

.actions {
    text-align: right;
}

/*.LblPaso {
        display: inline-block;
        float: left;
        color: black;
    }

   

    #wizard {
        margin: 20px auto;
        max-width: 800px;
        border: solid 1px #d5d5d5;
        padding: 10px;
        border-radius: 28px 28px 15px 15px;
        background-color: #e4e2e0;
    }

    .steps {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .step {
        display: none;
        width: 100%;
    }

    
    .ClsTitulo {
        background-color: #ed1d23;
        color: white;
        margin: -10px -25px 20px;
        padding: 2px 35px;
        font-size: 2em;
        border-radius: 25px 25px 0px 0px;
        text-align: left;
    }

    .contenido-paso {
        text-align: left;
    }*/

/*region stepper*/
a .icon {
    font-size: 20px;
    font-weight: bold;
}

.LineRed {
    border: solid #ed1d23;
    border-width: 1px 0 0;
}

.label {
    background-color: transparent;
    display: block;
    color: #757575;
}

section {
    width: 100%;
}

h1 {
    text-align: center;
}

h2 {
    margin: 0;
}

#multi-step-form-container {
    margin-top: 5rem;
    margin: 0 auto;
    width: 70%;
    max-width: 728px;
    display: inline-block;
}

.ClsInformacion {
    width: 30%;
    max-width: 298px;
    display: inline-block;
    position: absolute;
    /*top: 100px;*/
    /* background-color: #ed1d23; */
    min-height: 577px;
    border-radius: 20px;
    padding: 10px;
    margin: 0px 10px;
    padding-top: 2rem;
    color: white;
    background-image: radial-gradient(circle at 21.09% 70.24%, #ff5d28 0, #f84526 25%, #ed1d22 50%, #e10020 75%, #d70021 100%);
    /*background: rgb(237,29,35) !important;
        background: linear-gradient(90deg, rgba(237,29,35,0.8603816526610644) 0%, rgba(237,29,35,1) 100%) !important;*/
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pl-0 {
    padding-left: 0;
}

.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.mt-3 {
    margin-top: 2rem;
}

.d-none {
    display: none;
}

.form-step {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 20px;
    padding: 5.5rem 2rem 2rem 2rem;
    background-color: #f5f5f5;
    margin-top: -210px;
    padding-top: 190px;
}

.font-normal {
    font-weight: normal;
}

ul.form-stepper {
    counter-reset: section;
    padding: 7px 45px;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
    /* border: solid 1px; */
    -webkit-box-shadow: 0px 16px 36px -16px rgba(41,41,41,1);
    -moz-box-shadow: 0px 16px 36px -16px rgba(41,41,41,1);
    box-shadow: 0px 16px 36px -16px rgba(41,41,41,1);
    margin: 0px 25px 21px 25px;
}

    ul.form-stepper .form-stepper-circle {
        position: relative;
    }

        ul.form-stepper .form-stepper-circle span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .form-stepper-horizontal li:not(:last-child):after {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        content: "";
        top: 32%;
    }

    .form-stepper-horizontal li:after {
        background-color: #dee2e6;
    }

    .form-stepper-horizontal li.form-stepper-completed:after {
        background-color: #ed1d23;
    }

    .form-stepper-horizontal li:last-child {
        flex: unset;
    }

ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #ed1d23 !important;
    color: #fff;
}

.form-stepper .form-stepper-active .label {
    color: #ed1d23 !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #7E8183 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #ed1d23 !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label {
    color: #ed1d23 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #7E8183 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form-stepper a {
    cursor: default;
}
/*end region*/

.contendorPagina {
    padding: 0px 15px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.ClsPlanLeft {
    max-width: 100% !important;
    width: 100% !important;
}

.ClsPlanRight {
    display: none;
}

.ClsDivCarrito {
    display: none;
}

.ClsCarrito {
    float: right;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: -29px;
    margin-bottom: 9px;
    padding: 10px;
    width: 60px;
    background-color: #ed1d23;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    z-index: 2;
    position:relative;
}

.ClsInfoCarrito {
    display: none;
    z-index: 2;
    background-color: #ed1d23;
    position: absolute;
    min-height: calc(100vh - 112px);
    width: 80%;
    right: 15px;
    margin-top: 12px;
    border-radius: 50px 0px 50px 50px;
    transition: right 1s;
    padding: 25px 25px 25px 14px;
    color: white;
}







@media screen and (max-width: 600px) {
    ul .form-stepper {
        padding: 7px 20px !important;
        margin: 0px 5px 21px 5px !important;
    }

    #header{
        text-align:left !important;
        padding:0px 15px !important;
        min-height: 100px !important;
    }

    #genAuto{
        height: 76px !important;
        width: auto !important;
    }

    .ClsMBottom20{
        margin-bottom:20px!important;
    }

    .ClsPlanLeftResponsive {
        max-width: 100% !important;
        width: 100% !important;
    }

    .ClsPlanRightResponsive {
        display: none !important;
    }

    .txt_label {
        display: none !important;
    }

    #Formulario {
        margin-top: -78px !important;
    }

    .ClsDivCarrito {
        display: block !important;
    }

    .ClsDivCarritoOculto {
        display: none !important;
    }

    .content-di-left{
        left:210px;
        min-width:50%!important;
        max-width:50%!important;
    }

    .content-di-right {
        left: calc(50% - 13px) !important;
    }

    .ClsPDesc{
        font-size: 0.8235rem!important;
    }
    .ClsRespCivil{
        font-size:16px!important;
    }
    .ClsGastos {
        font-size: 0.62rem!important;
    }
    .ClsCosto{
        margin-top:-29px;
    }
    .ClscCobertura{
        font-size:20px!important;
    }

    .ClsPBottom20{
        padding-bottom:20px!important;
    }

    .ClsPTR10{
        padding-left:10px;
        padding-right:10px;
    }

    .zoom-efecto {
        transform: scale(1.1) !important;
    }

    .form-step {
        margin-top: -165px;
        padding-top: 145px;
        border-radius: 20px 0px 20px 20px!important;
    }
}


.k-combobox .k-dropdown-wrap:before, .k-numeric-wrap:before, .k-picker-wrap:before {
    height: 2rem !important;
}
.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    height: 2rem !important;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    margin: 0 !important;
}


.k-widget.k-tooltip-validation {
    width: 100%;
    font-size: 12px;
    text-align: left;
}

.ClsDivComprobante {
    margin: 0 auto;
    width: 70%;
    max-width: 728px;
    display: inline-block;
    min-height: 200px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.ccicon {
    right: 0px !important;
    top: calc(50% - 24px) !important;
}

/*Region Producto*/
.Target {
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    color: #6d6d6d;
    text-align: center;
}

.font-list {
    list-style-type: none;
}

    .font-list li {
        padding-left: 7px;
    }

        .font-list li::marker {
            content: "\007e";
            font-family: "iconosagsa";
            font-size: 14px;
            color: green;
        }

.ClsImporteCuota {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: -9px 0px 0px 0px;
}

.ClsNumeroCuotas {
    text-align: center;
    background-color: #7e8183;
    margin: -15px -15px 15px -15px;
    padding: 10px 0px;
    color: white;
    border-radius: 10px 10px 10px 0px;
    font-size: 33px;
}

.ClsMontos {
    /*border: solid 1px;*/
    border-radius: 10px;
    padding: 4px 4px 2px 5px;
    background-color: white;
    color: #6d6d6d;
}

.ClsSubTitle {
    font-size: 14px;
    font-weight: bold;
}
/*End Region*/

/*Region Boleta Pago*/
#container-di {
    position: relative !important;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
    border-top: solid 1px #7e818361;
    border-bottom: solid 1px #7e818361;
}

#left-di, #right-di {
    position: absolute;
    width: calc(50% + 100px);
    height: 200px;
    transform: skew(-20deg, 0deg);
    overflow: hidden;
}

    #left-di img, #right-di img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: skew(20deg, 0deg);
    }

.content-di {
    position: absolute;
    top: 50%;
    left: calc(50% + 50px);
    transform: skew(20deg, 0deg) translate(-50%, -50%);
    z-index: 1;
    min-width: 60%;
}

#right-di .content {
    left: 50%;
    right: 50px;
}

#left-di, #right-di img {
    left: -100px;
}

#right-di, #left img {
    right: -100px;
    background-color: white;
}
/*End Region*/