/*@import url("fonts/CeraPro/stylesheet.css");*/

@import url("./stylesheet.css");

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

/* Reagendamiento Nuevo Estilo */

.box-capcha {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

    .box-capcha .g-recaptcha div:first-child {
        padding: 0;
        margin: 0;
        overflow: hidden;
        display: inline-block;
    }

.swal2-content .h4 {
    font-size: 16px;
    word-break: break-word;
    min-height: 5.6rem;
}

.swal2-title .h1 {
    font-size: 28px;
    min-height: 4rem;
}

.help-coopeuch {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    vertical-align: bottom;
    left: 2.8rem;
    bottom: 5rem;
}

    .help-coopeuch img {
        width: 5rem;
        border-radius: 100%;
        background: #FF665A;
        padding: 1.5rem;
        vertical-align: middle;
    }

    .help-coopeuch span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 1rem;
        line-height: 22px;
        font-size: 13px;
    }

        .help-coopeuch span a {
            color: #fff;
            font-size: 16px;
        }

.btn-primary {
    color: #fff;
    background-color: #E81E2B;
    border-color: #F42534;
    padding: 6px 15px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #F42534;
        border-color: #F42534;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #F42534;
        border-color: #F42534;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff !important;
        background-color: #F42534;
        border-color: #F42534;
    }

    .btn-primary:active:hover, .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus, .open >
    .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #F42534;
        border-color: #F42534;
    }

body {
    background-color: #fcfcfc;
    padding: 3rem;
}

    html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        height: 100% !important;
        overflow-y: hidden;
    }

.panel.panel-intro {
    background-color: #E81E2B;
    padding: 3rem 3rem;
    overflow: hidden;
    margin: 0px 3px;
    border-radius: 10px;
    height: calc(100vh - 4vh);
}

    .panel.panel-intro.hidden-intro {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 2s, opacity 2s linear;
    }

    .panel.panel-intro .panel-body .logo {
        width: 120px;
        display: inline-block;
        padding: 0;
        margin: 4px auto;
    }

    .panel.panel-intro .panel-body .help {
        width: 29px;
        padding: 5px;
        display: inline-block;
        border-radius: 100%;
        background-color: #FF665A;
    }

    .panel.panel-intro .panel-body h3 {
        color: #fff;
        line-height: 32px;
        font-size: 20px;
        margin-top: 4rem;
        font-weight: bold;
    }

    .panel.panel-intro .panel-body p {
        color: #fff;
        line-height: 29.6px;
        font-size: 18px;
        margin-top: 4rem;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        word-break: break-word;
    }

    .panel.panel-intro .panel-body button {
        position: fixed;
        bottom: 15%;
        margin: 0;
        width: 75% !important;
        left: 12.5%;
        display: inline-block;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.56);
        -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.56);
        box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.56);
        color: #E81E2B;
        padding: 14px 9px;
        font-weight: bold;
        font-size: 16px;
        background-color: #fff;
    }

.Panel-left {
    color: #fd0019 !important;
    height: 100% !important;
    position: relative;
    display: inline-block;
    border: 1px solid #fd0019;
    border-radius: 1rem;
    margin-right: 3rem;
    padding: 3rem 3rem;
    background-color: #E81E2B;
}

    .Panel-left .logo {
        width: 150px !important;
    }

    .Panel-left h3 {
        line-height: 4rem;
        font-size: 2.6rem;
        font-family: Ubuntu-Medium;
        font-weight: 500;
    }

    .Panel-left p {
        line-height: 2.5rem;
        font-size: 16px;
        font-family: Ubuntu-Regular;
        font-weight: 400;
    }

    .Panel-left h3, .Panel-left p {
        color: #ffffff;
    }

.Panel-right {
    position: relative;
    display: inline-block;
}

    .Panel-right .panel.panel-default {
    }

        .Panel-right .panel.panel-default .head {
        }

            .Panel-right .panel.panel-default .head img {
                width: 42px;
            }

            .Panel-right .panel.panel-default .head h4 {
                font-family: Ubuntu-Bold;
                font-size: 2rem;
            }

            .Panel-right .panel.panel-default .head p {
                font-family: Ubuntu-Regular;
                font-size: 1.5rem
            }

    .Panel-right .casilla-verificacion {
        display: inline-block;
        text-align: left;
        margin-top: 2rem;
        width: 25%;
    }

        .Panel-right .casilla-verificacion label {
            font-family: Ubuntu-Medium;
            font-size: 11px;
        }

        .Panel-right .casilla-verificacion input {
            border: 1px solid #000;
            border-radius: 0;
        }

        .Panel-right .casilla-verificacion button {
            margin-top: .3rem;
        }

    .Panel-right .panel.panel-default .v-footer {
        font-family: Ubuntu-Regular;
        font-size: 1.2rem;
        color: #007DB7;
        margin: 2rem auto;
    }

    .Panel-right h4 {
        margin-bottom: 20px;
    }

    .Panel-right .contenedorProgress-min {
        /*padding-bottom: 5%;*/
    }

        .Panel-right .contenedorProgress-min .progressImg {
            display: inline-flex;
            margin: 0;
        }

            .Panel-right .contenedorProgress-min .progressImg img {
                width: 15px;
            }

            .Panel-right .contenedorProgress-min .progressImg .paso {
                width: 11rem;
                position: absolute;
                top: 3rem;
                color: #939496;
                margin-left: 0.4rem;
                font-family: Ubuntu-Medium;
                font-weight: 500;
                font-size: 14px;
                line-height: 5px;
            }

                .Panel-right .contenedorProgress-min .progressImg .paso.act {
                    color: #F42534 !important;
                }

        .Panel-right .contenedorProgress-min .progress {
            margin-top: 2rem;
            margin-bottom: 2rem;
            display: inline-flex;
            position: relative;
            width: calc(100% - 14px);
            height: 0.18rem;
            top: -33px;
            z-index: -1;
            float: right;
        }

    .Panel-right .contenedorProgress {
        padding-bottom: 5%;
    }

        .Panel-right .contenedorProgress .progress {
            margin-top: 2rem;
            margin-bottom: 2rem;
            display: inline-flex;
            position: relative;
            width: 30.4%;
            height: 0.18rem;
            top: -7px;
        }

        .Panel-right .contenedorProgress .progressImg {
            display: inline-flex;
            margin: 0;
        }

            .Panel-right .contenedorProgress .progressImg img {
                width: 15px;
            }

            .Panel-right .contenedorProgress .progressImg .paso {
                width: 11rem;
                position: absolute;
                top: 3rem;
                color: #939496;
                margin-left: 0.4rem;
                font-family: Ubuntu-Medium;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
            }

                .Panel-right .contenedorProgress .progressImg .paso.act {
                    color: #F42534 !important;
                }

    .Panel-right .casilla-confirmacion .well {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        padding: 2rem;
        margin-top: 1.5rem;
        background-color: #2d47b526;
        border: none;
        box-shadow: none;
    }

        .Panel-right .casilla-confirmacion .well img {
            width: 100%;
            padding: 0;
        }


        .Panel-right .casilla-confirmacion .well strong {
            margin-bottom: 1rem;
        }

    .Panel-right .RUT {
    }

        .Panel-right .RUT label {
            margin-top: 14%;
            font-family: Ubuntu-Bold;
            font-weight: 700;
            font-size: 16px;
        }

        .Panel-right .RUT input {
            text-transform: uppercase;
            border-radius: 0;
            border: 1px solid #000;
        }

    .Panel-right .ENTREGA .calendar {
        border: 1px solid #F0F0F0;
        padding: 1rem;
        display: inline-flex;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -mos-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .Panel-right .ENTREGA .franja {
        border: 1px solid #F42534;
        padding: 1rem;
        display: inline-flex;
        vertical-align: top;
        width: 0%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -mos-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

        .Panel-right .ENTREGA .franja.act {
            width: 50%;
        }

        .Panel-right .ENTREGA .franja .btn-franja {
            padding: 1rem;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -mos-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

    .Panel-right .ENTREGA .calendar::before {
        transition-delay: 0.5s;
    }


    .Panel-right .ENTREGA .calendar .DiaEntrega {
        border-radius: 100%;
        background-color: #00a1df26;
    }

    .Panel-right .ENTREGA .calendar .ui-datepicker {
        width: auto;
    }

    .Panel-right .ENTREGA .calendar .datepicker {
    }

    .Panel-right .ENTREGA .calendar .datepicker,
    .Panel-right .ENTREGA .calendar .table-condensed {
        width: 19em;
        height: 19em;
        font-family: Ubuntu-Bold;
    }

    .Panel-right .ENTREGA .calendar .dow {
        font-family: Ubuntu-Regular;
        color: #646569;
        font-size: 14px;
    }

    .Panel-right .ENTREGA .calendar .datepicker-switch {
        font-family: Ubuntu-Bold;
        color: #000;
        font-size: 16px;
    }

    .Panel-right .ENTREGA .calendar .day {
        font-family: Ubuntu-Regular;
        font-weight: 400;
        color: #383638;
        font-size: 14px;
        margin: 0.5rem;
    }

    .Panel-right .ENTREGA .calendar .today,
    .Panel-right .ENTREGA .calendar .datepicker table tr td.today {
        font-family: Ubuntu-Bold;
        font-weight: bold;
        border-radius: 100%;
        color: #007DB7;
        background: none;
    }

    .Panel-right .ENTREGA .calendar .datepicker table tr td {
    }

        .Panel-right .ENTREGA .calendar .datepicker table tr td.day:hover,
        .Panel-right .ENTREGA .calendar .datepicker table tr td.day.focused {
            border-radius: 100%;
            background: #eee;
            cursor: pointer;
        }

        .Panel-right .ENTREGA .calendar .datepicker table tr td.active,
        .Panel-right .ENTREGA .calendar .datepicker table tr td.active:hover,
        .Panel-right .ENTREGA .calendar .datepicker table tr td.active.disabled,
        .Panel-right .ENTREGA .calendar .datepicker table tr td.active.disabled:hover {
            background-color: #007DB7;
            background-image: none;
            border-radius: 100%;
            border-color: transparent;
            color: #fff;
        }

        .Panel-right .ENTREGA .calendar .datepicker table tr td.disabled,
        .Panel-right .ENTREGA .calendar .datepicker table tr td.disabled:hover {
            background: none;
            background-color: transparent;
            color: #999;
            cursor: default;
        }

    .Panel-right .ENTREGA .contenedor-entrega {
        border: 1px solid #F0F0F0;
        padding: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -mos-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        margin: 0 auto;
    }

        .Panel-right .ENTREGA .contenedor-entrega select {
            margin: 1rem auto;
        }

        .Panel-right .ENTREGA .contenedor-entrega button {
            color: #ffffff;
            background-color: #e81e2b;
            padding: 5px 4px;
            border: 1px solid #e81e2b;
            border-radius: 4px;
            margin-top: 1rem;
        }

            .Panel-right .ENTREGA .contenedor-entrega button:hover,
            .Panel-right .ENTREGA .contenedor-entrega button:focus {
                color: #ffffff;
                background-color: #F42534;
                padding: 5px 4px;
                border: 1px solid #F42534;
                border-radius: 4px;
                outline: none;
            }

.footer {
    display: none;
}

p {
    font-family: Ubuntu-Regular;
    font-weight: 400;
    font-size: 16px;
    word-break: break-word;
}

.navbar-text {
    margin-top: 9px;
    margin-bottom: 9px;
}

#search {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    display: block;
    color: #F42534;
}

    #search:hover, #search:focus {
        color: #3085d6;
    }

#autocomplete {
    padding-right: 3rem;
}

.form-group > span {
    font-size: 1.66rem;
}

.text-danger {
    color: #ff0000 !important;
    text-transform: capitalize !important;
}

#loadingPanel {
    background-color: rgba(0, 0, 0, 0.70);
}

    #loadingPanel .text-center {
        padding: 3rem;
    }

.btn-danger {
    color: #E81E2B;
    background-color: #fff;
    border-color: #E81E2B;
}

    .btn-danger:hover {
        background-color: #E81E2B;
        border-color: #E81E2B;
        color: #fff;
    }

.btn-success {
    color: #E81E2B;
    background-color: #fff;
    border-color: #E81E2B;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success,
    .btn-success:active:focus {
        background-color: #E81E2B !important;
        border-color: #E81E2B !important;
        color: #fff !important;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #E81E2B;
        border-color: #E81E2B;
    }

.bg-footer .container-fluid span {
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

header {
    background-color: #F42534 !important;
    padding-left: 10px;
    padding-right: 10px;
}

    header .container .row .col-md-12 {
        overflow: hidden;
    }

        header .container .row .col-md-12 span {
            font-family: Raleway-Regular;
            float: right;
            text-align: right;
            display: table-cell;
            width: 80%;
            margin-top: 3rem;
            left: 20%;
            color: #060b49;
            font-size: 1.2em;
        }

            header .container .row .col-md-12 span strong {
                font-family: Raleway-Bold;
            }

a {
    color: #F42534;
    text-decoration: none !important;
    outline: none !important;
}

    a:hover, a:focus {
        color: #2190a0;
        text-decoration: none !important;
        outline: none !important;
    }

#mapa-container {
    height: 250px;
    position: relative;
}

#map {
    height: 100%;
}

a:hover {
    color: #6C197A;
    text-decoration: none;
}

main {
}

footer i.fa {
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    color: #ffffff;
    /*color del tecto icono*/
    display: inline-block;
    border-style: solid;
    border-width: thin;
    border-radius: 60px;
    border-color: #ffffff;
    padding: 0.3em 0.4em;
}

    footer i.fa:hover {
        border-style: solid;
        color: rgb(45, 21, 64);
        background-color: #ffffff;
    }


.bg-color-wom {
    background-color: rgb(108, 25, 122);
}

.lb-color-wom-rojo {
    color: rgb(191, 0, 0);
}

.bg-color-gray {
    background-color: #E9E9E9;
}

.bg-color-face {
    background-color: rgb(66, 103, 178);
}

.bg-color-twitter {
    background-color: rgb(29, 161, 242);
}

.bg-color-snap {
    background-color: rgb(255, 233, 27);
}

.bg-color-insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.bg-footer {
    background-color: #F42534 !important;
    color: #fff;
}


.col-sm-4 .agrega-puntos {
    max-width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.width100por {
    width: 100%;
}

.logo {
    width: 190px;
    padding: 17px 0;
}

.noresize-area {
    resize: none;
}

.oculto {
    display: none;
}

.borde-redondo {
    border-radius: 50%;
}

.negrita {
    font-weight: bold;
}

.allBorder {
    -moz-box-shadow: 0px 0px 6px #808080;
    -webkit-box-shadow: 0px 0px 6px #808080;
    box-shadow: 0px 0px 6px #808080;
}

.borderTop {
    -moz-box-shadow: 0px -2px 0px #808080;
    -webkit-box-shadow: 0px -2px 0px #808080;
    box-shadow: 0px -2px 0px #808080;
}

.img-cedula {
    max-width: 250px;
}

.lb-color-white {
    color: #ffffff;
}

.lb-color-whatsapp {
    color: rgb(0, 191, 165);
}


.lb-font-size-1em {
    font-size: 1em;
}

.lb-font-size-05em {
    font-size: 0.5em;
}

.lb-font-size-06em {
    font-size: 0.6em;
}


.lb-font-size-07em {
    font-size: 0.7em;
}

.lb-font-size-07-5em {
    font-size: 0.75em;
}

.lb-font-size-08em {
    font-size: 0.8em;
}

.lb-font-size-09em {
    font-size: 0.9em;
}

.lb-font-size-1-3em {
    font-size: 1.3em;
}

.lb-font-size-1-5em {
    font-size: 1.5em;
}

.lb-font-size-2em {
    font-size: 2em;
}

.lb-font-size-2-5em {
    font-size: 2.5em;
}

.lb-font-size-3em {
    font-size: 3em;
}

.lb-font-size-3-5em {
    font-size: 3.5em;
}

.lb-font-size-4em {
    font-size: 4em;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


/* 
margen top
*/
.margin-top-1 {
    margin-top: 1px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}



/* 
margen bottom
*/
.margin-bottom-1 {
    margin-bottom: 1px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-7 {
    margin-bottom: 7px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-9 {
    margin-bottom: 9px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/* 
margen left 
*/
.margin-left-1 {
    margin-left: 1px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-9 {
    margin-left: 9px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}


/* 
margen right
*/
.margin-right-1 {
    margin-right: 1px;
}

.margin-right-2 {
    margin-right: 2px;
}


.margin-right-3 {
    margin-right: 3px;
}


.margin-right-4 {
    margin-right: 4px;
}


.margin-right-5 {
    margin-right: 5px;
}


.margin-right-6 {
    margin-right: 6px;
}


.margin-right-7 {
    margin-right: 7px;
}


.margin-right-8 {
    margin-right: 8px;
}


.margin-right-9 {
    margin-right: 9px;
}


.margin-right-10 {
    margin-right: 10px;
}


.margin-right-15 {
    margin-right: 15px;
}


.margin-right-20 {
    margin-right: 20px;
}


.margin-right-25 {
    margin-right: 25px;
}


.margin-right-30 {
    margin-right: 30px;
}


/* 
padding top 
*/

.pad-top-1px {
    padding-top: 1px;
}

.pad-top-2px {
    padding-top: 2px;
}

.pad-top-3px {
    padding-top: 3px;
}

.pad-top-4px {
    padding-top: 4px;
}

.pad-top-5px {
    padding-top: 5px;
}

.pad-top-6px {
    padding-top: 6px;
}

.pad-top-7px {
    padding-top: 7px;
}

.pad-top-8px {
    padding-top: 8px;
}

.pad-top-9px {
    padding-top: 9px;
}

.pad-top-10px {
    padding-top: 10px;
}

.pad-top-15px {
    padding-top: 15px;
}

.pad-top-20px {
    padding-top: 20px;
}

.pad-top-25px {
    padding-top: 25px;
}

.pad-top-30px {
    padding-top: 30px;
}

/* 
padding bot
*/

.pad-bot-1px {
    padding-bottom: 1px;
}

.pad-bot-2px {
    padding-bottom: 2px;
}

.pad-bot-3px {
    padding-bottom: 3px;
}

.pad-bot-4px {
    padding-bottom: 4px;
}

.pad-bot-5px {
    padding-bottom: 5px;
}

.pad-bot-6px {
    padding-bottom: 6px;
}

.pad-bot-7px {
    padding-bottom: 7px;
}

.pad-bot-8px {
    padding-bottom: 8px;
}

.pad-bot-9px {
    padding-bottom: 9px;
}

.pad-bot-10px {
    padding-bottom: 10px;
}

.pad-bot-15px {
    padding-bottom: 15px;
}

.pad-bot-20px {
    padding-bottom: 20px;
}

.pad-bot-25px {
    padding-bottom: 25px;
}

.pad-bot-30px {
    padding-bottom: 30px;
}

/* 
padding left
*/

.pad-left-1px {
    padding-left: 1px;
}

.pad-left-2px {
    padding-left: 2px;
}

.pad-left-3px {
    padding-left: 3px;
}

.pad-left-4px {
    padding-left: 4px;
}

.pad-left-5px {
    padding-left: 5px;
}

.pad-left-6px {
    padding-left: 6px;
}

.pad-left-7px {
    padding-left: 7px;
}

.pad-left-8px {
    padding-left: 8px;
}

.pad-left-9px {
    padding-left: 9px;
}

.pad-left-10px {
    padding-left: 10px;
}

.pad-left-15px {
    padding-left: 15px;
}

.pad-left-20px {
    padding-left: 20px;
}

.pad-left-25px {
    padding-left: 25px;
}

.pad-left-30px {
    padding-left: 30px;
}

/* 
padding right
*/

.pad-right-1px {
    padding-right: 1px;
}

.pad-right-2px {
    padding-right: 2px;
}

.pad-right-3px {
    padding-right: 3px;
}

.pad-right-4px {
    padding-right: 4px;
}

.pad-right-5px {
    padding-right: 5px;
}

.pad-right-6px {
    padding-right: 6px;
}

.pad-right-7px {
    padding-right: 7px;
}

.pad-right-8px {
    padding-right: 8px;
}

.pad-right-9px {
    padding-right: 9px;
}

.pad-right-10px {
    padding-right: 10px;
}

.pad-right-15px {
    padding-right: 15px;
}

.pad-right-20px {
    padding-right: 20px;
}

.pad-right-25px {
    padding-right: 25px;
}

.pad-right-30px {
    padding-right: 30px;
}

.borderRedondo {
    border-radius: 15px;
}

.redondea-border {
    overflow: hidden;
}

#equiposContainer {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 72%, rgba(237, 237, 237, 1) 99%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(72%, rgba(246, 246, 246, 1)), color-stop(99%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 72%, rgba(237, 237, 237, 1) 99%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 72%, rgba(237, 237, 237, 1) 99%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 72%, rgba(237, 237, 237, 1) 99%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 72%, rgba(237, 237, 237, 1) 99%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.title-equipo,
.title-equipo-desconoce {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgb(61, 16, 88);
    color: #ffffff;
    font-weight: 400;
    font-size: 1em;
    line-height: 15px;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.content-equipo {
    line-height: 15px;
    background-color: #ffffff;
}

    .content-equipo img {
        max-height: 180px;
    }

#celularDetalle {
    width: auto;
    height: auto;
    //max-width: 400px;
    max-height: 250px
}

.banda {
    width: 100%;
    max-width: 132px;
}

.btn-parametros {
    background-color: transparent;
    border: none;
    color: #F42534;
    font-weight: 500;
    font-family: Ubuntu-Medium;
    font-size: 14px;
    transition: all .25s ease-out;
    box-shadow: none !important;
}

.pull-left .btn-parametros i {
    margin-right: .7rem;
}

.pull-right .btn-parametros i {
    margin-left: .7rem;
}

.btn-parametros2 {
    background-color: transparent;
    border: 1px solid rgb(85, 18, 97);
    background: #F42534;
    background-size: 200% 100%;
    background-position: right bottom;
    color: #551261;
    font-weight: 700;
    transition: all .25s ease-out;
    width: 100%;
    max-width: 320px;
}

.item.active > .row, .item > .row {
    padding: 1.6rem 0;
}

.item.active .h3, .item .h3 {
    font-family: Ubuntu-Bold;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
}

    .item.active .h3 i, .item .h3 i {
        font-size: 3rem !important;
        color: #F42534;
    }

    .item.active .h3 small, .item .h3 small {
        font-size: 12pt !important;
        color: #000;
    }

.item.active .h4 {
    font-size: 2rem;
}

.lb-font-size-1rem {
    font-size: 1rem;
}

.form-control:focus {
    border-color: #F42534;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 37, 52, 0.69); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 37, 52, 0.42); */
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
    color: #E81E2B;
}

.label-slide {
    font-family: Arial;
    color: #ffffff;
    border: 0px solid #000 !important;
    border-right: none !important;
    background-color: #F42534;
    min-width: 9em;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.form-control {
    /*border: 1px solid #000 !important;*/
}

.btn-morado {
    min-width: 130px;
    color: #ffffff;
    background-color: #000000;
}

.btn-morado-sin {
    color: #ffffff;
    background-color: #000000;
}

.btn-wom,
.btn-wom:focus {
    font-size: 12px;
    color: #F42534;
    background-color: #fff;
    border: 1px solid #F42534;
}

.btn-min-with {
    min-width: 220px;
}

.btn-wom:hover,
.btn-wom:active {
    cursor: pointer;
    color: #ffffff;
    background-color: #F42534;
    border: 1px solid #F42534;
}


.btn-parametros:hover,
.btn-parametros2:hover {
    background-position: left bottom;
    color: #fd0019;
}

.firstItem {
    border-left: solid 1px #bebebe;
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    padding-top: 1em;
    min-height: 125px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        opacity: 0;
        outline: none;
        display: none;
        cursor: pointer;
        //display: block;
    }




.secondItem {
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    min-height: 125px;
    padding-top: 2em;
}

.thirdItem {
    border-top: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    min-height: 125px;
}

.center-middle {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*-webkit-transform: translate(-50%, -50%);*/
}

.modal-backdrop {
    background-color: rgb(123, 0, 136) !important;
}


.ventanaCentrada {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.max-width-image {
    max-width: 350px
}

.zIndex {
    z-index: 100001 !important;
}

/* 
========================================== 
SWAL STYLES
========================================== 
*/


@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        justify-content: flex-end;
        height: 2.2em
    }

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
        justify-content: center
    }

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em
    }

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
        font-size: 1em
    }

body.swal2-toast-shown > .swal2-container {
    position: fixed;
    background-color: transparent
}

    body.swal2-toast-shown > .swal2-container.swal2-shown {
        background-color: transparent
    }

    body.swal2-toast-shown > .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-top-end,
    body.swal2-toast-shown > .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto
    }

    body.swal2-toast-shown > .swal2-container.swal2-top-left,
    body.swal2-toast-shown > .swal2-container.swal2-top-start {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0
    }

    body.swal2-toast-shown > .swal2-container.swal2-center-left,
    body.swal2-toast-shown > .swal2-container.swal2-center-start {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-center-end,
    body.swal2-toast-shown > .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-bottom-left,
    body.swal2-toast-shown > .swal2-container.swal2-bottom-start {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0
    }

    body.swal2-toast-shown > .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row
    }

    .swal2-popup.swal2-toast .swal2-title {
        justify-content: flex-start;
        margin: 0 .6em;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: initial
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0
    }

    .swal2-popup.swal2-toast .swal2-icon-text {
        font-size: 2em;
        font-weight: 700;
        line-height: 1em
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        top: .875em;
        width: 1.375em
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: .3125em
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: .3125em
        }

    .swal2-popup.swal2-toast .swal2-actions {
        height: auto;
        margin: 0 .3125em
    }

    .swal2-popup.swal2-toast .swal2-styled {
        margin: 0 .3125em;
        padding: .3125em .625em;
        font-size: 1em
    }

        .swal2-popup.swal2-toast .swal2-styled:focus {
            box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
        }

    .swal2-popup.swal2-toast .swal2-success {
        border-color: #a5dc86
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
            position: absolute;
            width: 2em;
            height: 2.8125em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 50%
        }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
                top: -.25em;
                left: -.9375em;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
                border-radius: 4em 0 0 4em
            }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
                top: -.25em;
                left: .9375em;
                -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
                border-radius: 0 4em 4em 0
            }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em
        }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
            top: 0;
            left: .4375em;
            width: .4375em;
            height: 2.6875em
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
            height: .3125em
        }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
                top: 1.125em;
                left: .1875em;
                width: .75em
            }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
                top: .9375em;
                right: .1875em;
                width: 1.375em
            }

    .swal2-popup.swal2-toast.swal2-show {
        -webkit-animation: showSweetToast .5s;
        animation: showSweetToast .5s
    }

    .swal2-popup.swal2-toast.swal2-hide {
        -webkit-animation: hideSweetToast .2s forwards;
        animation: hideSweetToast .2s forwards
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .75s;
        animation: animate-toast-success-tip .75s
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .75s
    }

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent
}

    body.swal2-no-backdrop .swal2-shown > .swal2-modal {
        box-shadow: 0 0 10px rgba(0, 0, 0, .4)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-left,
    body.swal2-no-backdrop .swal2-shown.swal2-top-start {
        top: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-end,
    body.swal2-no-backdrop .swal2-shown.swal2-top-right {
        top: 0;
        right: 0
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-left,
    body.swal2-no-backdrop .swal2-shown.swal2-center-start {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-end,
    body.swal2-no-backdrop .swal2-shown.swal2-center-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
    body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
        bottom: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
    body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
        right: 0;
        bottom: 0
    }

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

    .swal2-container.swal2-top {
        align-items: flex-start
    }

    .swal2-container.swal2-top-left,
    .swal2-container.swal2-top-start {
        align-items: flex-start;
        justify-content: flex-start
    }

    .swal2-container.swal2-top-end,
    .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .swal2-container.swal2-center {
        align-items: center
    }

    .swal2-container.swal2-center-left,
    .swal2-container.swal2-center-start {
        align-items: center;
        justify-content: flex-start
    }

    .swal2-container.swal2-center-end,
    .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end
    }

    .swal2-container.swal2-bottom-left,
    .swal2-container.swal2-bottom-start {
        align-items: flex-end;
        justify-content: flex-start
    }

    .swal2-container.swal2-bottom-end,
    .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column
    }

        .swal2-container.swal2-grow-column.swal2-bottom,
        .swal2-container.swal2-grow-column.swal2-center,
        .swal2-container.swal2-grow-column.swal2-top {
            align-items: center
        }

        .swal2-container.swal2-grow-column.swal2-bottom-left,
        .swal2-container.swal2-grow-column.swal2-bottom-start,
        .swal2-container.swal2-grow-column.swal2-center-left,
        .swal2-container.swal2-grow-column.swal2-center-start,
        .swal2-container.swal2-grow-column.swal2-top-left,
        .swal2-container.swal2-grow-column.swal2-top-start {
            align-items: flex-start
        }

        .swal2-container.swal2-grow-column.swal2-bottom-end,
        .swal2-container.swal2-grow-column.swal2-bottom-right,
        .swal2-container.swal2-grow-column.swal2-center-end,
        .swal2-container.swal2-grow-column.swal2-center-right,
        .swal2-container.swal2-grow-column.swal2-top-end,
        .swal2-container.swal2-grow-column.swal2-top-right {
            align-items: flex-end
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center
        }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
        margin: auto
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4)
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box
}

    .swal2-popup:focus {
        outline: 0
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden
    }

    .swal2-popup .swal2-header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .swal2-popup .swal2-title {
        display: block;
        position: relative;
        max-width: 100%;
        margin: 0 0 .4em;
        padding: 0;
        color: #595959;
        font-size: 1.875em;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word
    }

    .swal2-popup .swal2-actions {
        align-items: center;
        justify-content: center;
        margin: 1.25em auto 0
    }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
            opacity: .4
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
            background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
            background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
            width: 2.5em;
            height: 2.5em;
            margin: .46875em;
            padding: 0;
            border: .25em solid transparent;
            border-radius: 100%;
            border-color: transparent;
            background-color: transparent !important;
            color: transparent;
            cursor: default;
            box-sizing: border-box;
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
            margin-right: 30px;
            margin-left: 30px
        }

        .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-left: 5px;
            border: 3px solid #999;
            border-radius: 50%;
            border-right-color: transparent;
            box-shadow: 1px 1px 1px #fff;
            content: '';
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal
        }

    .swal2-popup .swal2-styled {
        margin: 0 .3125em;
        padding: .625em 2em;
        font-weight: 500;
        box-shadow: none
    }

        .swal2-popup .swal2-styled:not([disabled]) {
            cursor: pointer
        }

        .swal2-popup .swal2-styled.swal2-confirm {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #3085d6;
            color: #fff;
            font-size: 1.0625em
        }

        .swal2-popup .swal2-styled.swal2-cancel {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #aaa;
            color: #fff;
            font-size: 1.0625em
        }

        .swal2-popup .swal2-styled:focus {
            outline: 0;
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
        }

        .swal2-popup .swal2-styled::-moz-focus-inner {
            border: 0
        }

    .swal2-popup .swal2-footer {
        justify-content: center;
        margin: 1.25em 0 0;
        padding-top: 1em;
        border-top: 1px solid #eee;
        color: #545454;
        font-size: 1em
    }

    .swal2-popup .swal2-image {
        max-width: 100%;
        margin: 1.25em auto
    }

    .swal2-popup .swal2-close {
        position: absolute;
        top: 0;
        right: 0;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        padding: 0;
        transition: color .1s ease-out;
        border: none;
        border-radius: 0;
        background: 0 0;
        color: #ccc;
        font-family: serif;
        font-size: 2.5em;
        line-height: 1.2;
        cursor: pointer;
        overflow: hidden
    }

        .swal2-popup .swal2-close:hover {
            -webkit-transform: none;
            transform: none;
            color: #f27474
        }

    .swal2-popup > .swal2-checkbox,
    .swal2-popup > .swal2-file,
    .swal2-popup > .swal2-input,
    .swal2-popup > .swal2-radio,
    .swal2-popup > .swal2-select,
    .swal2-popup > .swal2-textarea {
        display: none
    }

    .swal2-popup .swal2-content {
        justify-content: center;
        margin: 0;
        padding: 0;
        color: #545454;
        font-size: 1.125em;
        font-weight: 300;
        line-height: normal;
        word-wrap: break-word
    }

    .swal2-popup #swal2-content {
        text-align: center
    }

    .swal2-popup .swal2-checkbox,
    .swal2-popup .swal2-file,
    .swal2-popup .swal2-input,
    .swal2-popup .swal2-radio,
    .swal2-popup .swal2-select,
    .swal2-popup .swal2-textarea {
        margin: 1em auto
    }

    .swal2-popup .swal2-file,
    .swal2-popup .swal2-input,
    .swal2-popup .swal2-textarea {
        width: 100%;
        transition: border-color .3s, box-shadow .3s;
        border: 1px solid #d9d9d9;
        border-radius: .1875em;
        font-size: 1.125em;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
        box-sizing: border-box
    }

        .swal2-popup .swal2-file.swal2-inputerror,
        .swal2-popup .swal2-input.swal2-inputerror,
        .swal2-popup .swal2-textarea.swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important
        }

        .swal2-popup .swal2-file:focus,
        .swal2-popup .swal2-input:focus,
        .swal2-popup .swal2-textarea:focus {
            border: 1px solid #b4dbed;
            outline: 0;
            box-shadow: 0 0 3px #c4e6f5
        }

        .swal2-popup .swal2-file::-webkit-input-placeholder,
        .swal2-popup .swal2-input::-webkit-input-placeholder,
        .swal2-popup .swal2-textarea::-webkit-input-placeholder {
            color: #ccc
        }

        .swal2-popup .swal2-file:-ms-input-placeholder,
        .swal2-popup .swal2-input:-ms-input-placeholder,
        .swal2-popup .swal2-textarea:-ms-input-placeholder {
            color: #ccc
        }

        .swal2-popup .swal2-file::-ms-input-placeholder,
        .swal2-popup .swal2-input::-ms-input-placeholder,
        .swal2-popup .swal2-textarea::-ms-input-placeholder {
            color: #ccc
        }

        .swal2-popup .swal2-file::placeholder,
        .swal2-popup .swal2-input::placeholder,
        .swal2-popup .swal2-textarea::placeholder {
            color: #ccc
        }

    .swal2-popup .swal2-range input {
        width: 80%
    }

    .swal2-popup .swal2-range output {
        width: 20%;
        font-weight: 600;
        text-align: center
    }

    .swal2-popup .swal2-range input,
    .swal2-popup .swal2-range output {
        height: 2.625em;
        margin: 1em auto;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em
    }

    .swal2-popup .swal2-input {
        height: 2.625em;
        padding: .75em
    }

        .swal2-popup .swal2-input[type=number] {
            max-width: 10em
        }

    .swal2-popup .swal2-file {
        font-size: 1.125em
    }

    .swal2-popup .swal2-textarea {
        height: 6.75em;
        padding: .75em
    }

    .swal2-popup .swal2-select {
        min-width: 50%;
        max-width: 100%;
        padding: .375em .625em;
        color: #545454;
        font-size: 1.125em
    }

    .swal2-popup .swal2-checkbox,
    .swal2-popup .swal2-radio {
        align-items: center;
        justify-content: center
    }

        .swal2-popup .swal2-checkbox label,
        .swal2-popup .swal2-radio label {
            margin: 0 .6em;
            font-size: 1.125em
        }

        .swal2-popup .swal2-checkbox input,
        .swal2-popup .swal2-radio input {
            margin: 0 .4em
        }

    .swal2-popup .swal2-validationerror {
        display: none;
        align-items: center;
        justify-content: center;
        padding: .625em;
        background: #f0f0f0;
        color: #666;
        font-size: 1em;
        font-weight: 300;
        overflow: hidden
    }

        .swal2-popup .swal2-validationerror::before {
            display: inline-block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            margin: 0 .625em;
            border-radius: 50%;
            background-color: #f27474;
            color: #fff;
            font-weight: 600;
            line-height: 1.5em;
            text-align: center;
            content: '!';
            zoom: normal
        }

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    body {
        padding: 0;
    }

    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, .4)
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal
}

.swal2-icon-text {
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1
    }

    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474
    }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em
        }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: .25em solid rgba(165, 220, 134, .3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86;
        z-index: 2
    }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative
    }

    .swal2-progresssteps .swal2-progresscircle {
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #3085d6;
        color: #fff;
        line-height: 2em;
        text-align: center;
        z-index: 20
    }

        .swal2-progresssteps .swal2-progresscircle:first-child {
            margin-left: 0
        }

        .swal2-progresssteps .swal2-progresscircle:last-child {
            margin-right: 0
        }

        .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
            background: #3085d6
        }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                background: #add8e6
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                background: #add8e6
            }

    .swal2-progresssteps .swal2-progressline {
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #3085d6;
        z-index: 10
    }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none
    }

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none
    }

[dir=rtl] .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark .5s;
        animation: swal2-animate-error-x-mark .5s
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: bold;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}



    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        min-height: 50px;
        padding-left: 2.5em;
        //text-indent: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }


/*.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    line-height: 3.2em;
    text-indent: .2em;
    color: rgb(131, 30, 141);
}*/



.funkyradio input[type="radio"]:checked,
.funkyradio input[type="checkbox"]:checked {
    color: rgb(255, 255, 255);
}

.funkyradio input[type="radio"]:hover:not(:checked):before,
.funkyradio input[type="checkbox"]:hover:not(:checked):before {
    font-family: FontAwesome;
    content: '\f00c';
    line-height: 3.2em;
    text-indent: .2em;
    color: rgb(255, 255, 255);
    line-height: 4em;
}


.funkyradio label {
    color: rgb(36, 21, 47);
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    font-family: FontAwesome;
    content: '\f00c';
    text-indent: .2em;
    line-height: 2.5em;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-opacity: 1;
    color: #ffffff;
    background-color: #ccc;
}


.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    /*box-shadow: 0 0 0 3px #999;*/
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.funkyradio-wom input[type="radio"]:checked ~ label:before,
.funkyradio-wom input[type="checkbox"]:checked ~ label:before {
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-opacity: 1;
    color: #ffffff;
    /*color: rgb(255, 255, 255);*/
    line-height: 3.2em;
    background-color: rgb(131, 30, 141);
}

.swal2-actions .btn-success {
    color: #fff;
    background-color: #F42534;
}

@media screen and (max-width:320px) {
    body {
        padding: 0;
    }

    .item.active .h3, .item .h3 {
        font-family: Ubuntu-Bold;
        font-weight: 700;
        font-size: 25px;
        color: #000000;
        word-break: break-word;
    }

    p {
        font-family: Ubuntu-Regular;
        font-weight: 400;
        font-size: 13px;
        word-break: break-word;
    }

    .panel-danger {
        border-color: #e81e2b;
        background-color: #e81e2b;
    }

        .panel-danger .panel-body {
            padding: 0 15px;
        }

            .panel-danger .panel-body .logo {
                width: 110px;
                padding: 10px 0;
            }

            .panel-danger .panel-body .help {
                width: 29px;
                padding: 5px;
                display: inline-block;
                border-radius: 100%;
                background-color: #FF665A;
                margin: 5px 0 0 0;
            }

    .Panel-right .RUT label {
        margin-top: 14%;
        font-family: Ubuntu-Bold;
        font-weight: 700;
        font-size: 14px;
    }

    .Panel-right .ENTREGA .contenedor-entrega {
        border: 1px solid #F0F0F0;
        padding: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -mos-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        margin: 0 auto;
    }

    .Panel-right .panel.panel-default .head h4 {
        font-family: Ubuntu-Bold;
        font-size: 2rem;
    }

    .Panel-right .casilla-confirmacion .well * {
        text-align: center;
        margin: .5rem auto;
    }

    .Panel-right .casilla-confirmacion .well {
        margin: .5rem auto;
    }

        .Panel-right .casilla-confirmacion .well img {
            width: 4rem;
            display: inline;
        }

    .Panel-right .casilla-verificacion {
        width: 100%;
    }

    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before,
    .funkyradio-wom input[type="radio"]:checked ~ label:before,
    .funkyradio-wom input[type="checkbox"]:checked ~ label:before {
        line-height: 5.5em;
    }

    .box-capcha {
        width: auto;
        margin: 0 -1.1vh;
    }
}

@media screen and (max-width:360px) {
    body {
        padding: 0;
    }

    .item.active > .row, .item > .row {
        padding: 1rem 0;
    }

    .box-capcha {
        width: auto;
        margin: 0 -1.1vh;
    }

    .Panel-right .panel.panel-default .head h4 {
        font-family: Ubuntu-Bold;
        font-size: 2rem;
    }
}

@media screen and (max-width:375px) {
    body {
        padding: 0;
    }

    .item.active > .row, .item > .row {
        padding: 1rem 0;
    }
}

@media screen and (max-width:384px) {
    body {
        padding: 0;
    }

    .item.active > .row, .item > .row {
        padding: 1rem 0;
    }
}

@media screen and (max-width:461px) {
    body {
        padding: 0;
    }

    .panel-danger {
        border-color: #e81e2b;
        background-color: #e81e2b;
    }

        .panel-danger .panel-body {
            padding: 0 15px;
        }

            .panel-danger .panel-body .logo {
                width: 110px;
                padding: 10px 0;
            }

            .panel-danger .panel-body .help {
                width: 29px;
                padding: 5px;
                display: inline-block;
                border-radius: 100%;
                background-color: #FF665A;
                margin: 5px 0 0 0;
            }

    .Panel-right .casilla-verificacion {
        width: 100%;
    }

    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before, .funkyradio-wom input[type="radio"]:checked ~ label:before, .funkyradio-wom input[type="checkbox"]:checked ~ label:before {
        line-height: 4em;
    }
}

@media screen and (max-width:480px) {
    body {
        padding: 0;
    }

    .item.active > .row, .item > .row {
        padding: 1rem 0;
    }

    .Panel-right .ENTREGA .contenedor-entrega {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    body {
        padding: 0;
    }

    .panel-danger {
        border-color: #e81e2b;
        background-color: #e81e2b;
    }

        .panel-danger .panel-body {
            padding: 0 15px;
        }

            .panel-danger .panel-body .logo {
                width: 110px;
                padding: 10px 0;
            }

            .panel-danger .panel-body .help {
                width: 29px;
                padding: 5px;
                display: inline-block;
                border-radius: 100%;
                background-color: #FF665A;
                margin: 5px 0 0 0;
            }

    .Panel-right .casilla-verificacion {
        width: 100%;
    }

    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before, .funkyradio-wom input[type="radio"]:checked ~ label:before, .funkyradio-wom input[type="checkbox"]:checked ~ label:before {
        line-height: 4em;
    }

    .btn {
        font-size: 16px;
        padding: 6px 20px;
    }

    .Panel-right .casilla-confirmacion .well {
        width: 100%;
    }

        .Panel-right .casilla-confirmacion .well img {
            width: 3rem;
            display: inline;
        }

        .Panel-right .casilla-confirmacion .well .text-left {
            text-align: center;
        }

    .panel.panel-intro .panel-body p {
        line-height: 25.6px;
        font-size: 14px;
        margin-top: 3rem;
    }

    .help-coopeuch {
        color: #fff;
        display: inline-block;
        overflow: hidden;
        position: relative;
        vertical-align: bottom;
        top: 3rem;
        left: 0;
    }
}

@media screen and (max-width:991px) {
    /* portrait-specific styles */

    .firstItem {
        border-left: solid 1px #bebebe;
        border-top: solid 1px #bebebe;
        border-right: solid 1px #bebebe;
        border-bottom: none;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        min-height: 0px;
    }

    .secondItem {
        border-left: solid 1px #bebebe;
        border-right: solid 1px #bebebe;
        border-top: none;
        border-bottom: none;
        min-height: 0px;
        padding-top: 0;
    }

    .thirdItem {
        border-top: none;
        border-left: solid 1px #bebebe;
        border-right: solid 1px #bebebe;
        border-bottom: solid 1px #bebebe;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 5px;
        min-height: 0px;
    }

    .panel-danger {
        border-color: #e81e2b;
        background-color: #e81e2b;
    }

        .panel-danger .panel-body {
            padding: 0 15px;
        }

            .panel-danger .panel-body .logo {
                width: 110px;
                padding: 10px 0;
            }

            .panel-danger .panel-body .help {
                width: 29px;
                padding: 5px;
                display: inline-block;
                border-radius: 100%;
                background-color: #FF665A;
                margin: 5px 0 0 0;
            }

    .Panel-right .casilla-verificacion {
        width: 100%;
    }
}

@media screen and (max-width:1251px) {
    .Panel-right .progress {
        width: 30.2%;
    }

    .Panel-right .casilla-confirmacion .well .col-lg-1 img {
        width: 4.4rem;
        padding: 1rem;
    }

    .Panel-right .casilla-confirmacion .well .col-lg-11 {
        text-align: left;
        display: inline-block;
        line-height: 2.5rem;
        text-align: center;
    }
}

@media screen and (max-height:480px) {

    .panel.panel-intro {
        height: calc(100vh - 9vh);
    }
}

@media screen and (max-height:640px) {

    .panel.panel-intro {
        height: calc(100vh - 0vh);
    }
}

@media screen and (max-height:667px) {

    .panel.panel-intro {
        height: calc(100vh - 3vh);
    }
}

@media screen and (max-height:736px) {

    .panel.panel-intro {
        height: calc(100vh - 3vh);
    }
}

@media screen and (max-height:740px) {

    .panel.panel-intro {
        height: calc(100vh - 3vh);
    }
}

@media screen and (max-height:812px) {

    .panel.panel-intro {
        height: calc(100vh - 3vh);
    }
}
