/*GENERALES*/


/* body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #2C3D46;
}
 */


/* a{
    color: #0657A1;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
h1,h2,h3,h4,h5{
    font-family: 'Barlow-bold';
}

strong{
    font-family: 'Barlow-bold';
} */


/* ANIMACIONES */

@keyframes zoom_icono {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 100;
    }
}

@keyframes destaca_paso {
    from {
        color: #2C3D46;
    }
    to {
        color: #FF8300;
    }
}

@keyframes mostrar_overlay {
    0% {
        opacity: 0%;
        align-items: flex-start;
    }
    100% {
        opacity: 100%;
        align-items: center;
    }
}

@keyframes mostrar_ventana {
    0% {
        margin-top: -3000px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes camion {
    0% {
        background-position-x: 80px;
        opacity: 0;
    }
    50% {
        background-position-x: 80px;
        opacity: 0;
    }
    100% {
        background-position-x: 40px;
        opacity: 1;
    }
}


/* fondo */

.white {
    background: white;
    background: rgba(255, 255, 255, 0.7);
}

.gray {
    background: #fafafa;
}


/* color textos */

.text-white {
    color: white;
}


/* alineacion texto */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* fixes */

.overflow {
    overflow: hidden !important;
    padding: 16px 24px 0 24px !important;
}

.destacado {
    font-size: 16px;
    color: #0657A1;
    font-weight: 700;
}

.destacado2 {
    font-size: 14px;
    color: #0657A1;
}

.max-width-200 {
    max-width: 200px;
    margin: 0 auto;
}


/* paddings */

.padding-8 {
    padding: 8px;
}

.padding-16 {
    padding: 16px;
}

.padding-24 {
    padding: 24px 0 8px 24px;
}

.padding-32 {
    padding: 32px;
}

.padding-128 {
    padding: 96px 24px 24px 60px;
    max-width: 1024px;
    margin: 0 auto;
}

.padding-24-l {
    padding: 0 0 0 24px;
}


/* columnas */

.col-12 {
    width: 100%;
    flex-direction: column;
}

.col-8 {
    width: 66.66%;
    flex-direction: column;
}

.col-7 {
    width: 58.33%;
    flex-direction: column;
}

.col-6 {
    width: 50%;
    flex-direction: column;
}

.col-5 {
    width: 41.66%;
    flex-direction: column;
}

.col-4 {
    width: 33.3%;
    flex-direction: column;
}

.col-3 {
    width: 25%;
    flex-direction: column;
}

.col-2 {
    width: 16.66%;
    flex-direction: column;
}

.col-1 {
    width: 8.3%;
    flex-direction: column;
}


/* modal */

.modal {
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: mostrar_overlay;
    animation-duration: 2s;
}

.modal .caja-modal {
    width: 80%;
    height: auto;
    max-width: 400px;
    padding: 24px;
    -webkit-box-shadow: -1px 3px 18px -2px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -1px 3px 18px -2px rgba(0, 0, 0, 0.26);
    box-shadow: -1px 3px 18px -2px rgba(0, 0, 0, 0.26);
    border-radius: 8px;
    z-index: 1001;
    background: white;
    text-align: center;
    font-size: 16px;
}

.modal .caja-modal span {
    font-size: 24px;
}

.icono-modal {
    width: auto;
    height: 160px;
    margin: 16px auto;
    padding: 0;
}

.icono-modal img {
    width: 250px;
    margin: 24px;
}

.modal .caja-modal__email {
    height: auto;
    padding: 24px 24px 32px 24px;
    animation-name: mostrar_ventana;
    animation-duration: 1.8s;
}

.modal .caja-modal__email h2 {
    margin-top: -40px;
}

.modal .caja-modal__mpos {
    max-width: 550px;
    height: auto;
    animation-name: mostrar_ventana;
    animation-duration: 1.8s;
}

.modal2 {
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: mostrar_overlay;
    animation-duration: 2s;
}

.modal2 .caja-modal {
    width: 80%;
    max-width: 400px;
    padding: 24px;
    -webkit-box-shadow: -1px 3px 18px -2px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -1px 3px 18px -2px rgba(0, 0, 0, 0.26);
    box-shadow: -1px 3px 18px -2px rgba(0, 0, 0, 0.26);
    border-radius: 8px;
    background: white;
    text-align: center;
    font-size: 16px;
}

.modal2 .caja-modal h2 {
    font-size: 18px;
    margin: 8px auto 24px;
}

.modal2 .caja-modal span {
    font-size: 24px;
}

.modal2.caja-modal__expirado {
    height: auto;
    animation-name: mostrar_ventana;
    animation-duration: 1.8s;
}

.modal2.caja-modal__expirado .input.boton {
    padding-bottom: 5px;
    margin: 24px auto;
}

.mpos {
    display: flex;
    margin: auto;
    width: 80%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mpos div {
    flex: 1;
    margin: 10px;
    background: #fff;
    padding-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.mpos img {
    display: block;
    margin: 10px auto;
}

.mpos .radio-bech {
    width: auto;
    height: auto;
    float: none;
    display: flex;
    flex-direction: row;
    box-shadow: none;
    align-items: center;
    justify-content: center;
}

.mpos .radio-bech label {
    height: auto;
    display: flex;
}

.mpos .radio-bech label:before {
    left: calc(50% - 10px);
    top: 100%;
}


/* pagina login */

.pagina-login {
    width: 100%;
    height: 100vh;
    /*background-image: url(../img/fondo.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.pagina-login-full {
    width: 100%;
    height: 100vh;
    background-image: url(../img/img-full.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
}

.distribucion-cajas {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.login-izquierda-landing {
    height: auto;
    width: 100%;
    flex: 1;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.login-izquierda-landing h1 {
    margin-bottom: 0;
    font-family: 'Barlow-bold';
}

.login-izquierda-landing p {
    margin-top: 0;
    margin: 10px auto;
    width: 70%;
}


/* caja login general*/

.login-izquierda {
    height: auto;
    width: 100%;
    flex: 1;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
    background: #efefef;
}

.login-izquierda h1 {
    margin-bottom: 0;
    font-family: 'Barlow-bold';
}

.login-izquierda p {
    margin-top: 0;
}

.login-izquierda-landing img {
    margin-top: 20px;
}

.login-derecha {
    height: auto;
    flex: .5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caja-login {
    /*margin: 24px;*/
    flex: .8;
    background-color: white;
    height: auto;
    border-radius: 0 8px 8px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
}

.caja-login .text--titulo {
    font-family: 'Barlow-bold';
    font-size: 16px;
}

.caja-login .cont_botones {
    margin: 0 0 24px 0;
}

.caja-login .cont_botones .tercer-nivel {
    flex: 1;
}

.contenedor--form__registro {
    display: flex;
    flex-direction: row;
    /*-webkit-box-shadow: 0 15px 15px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 15px 15px 0 rgba(0,0,0,0.05);
    box-shadow: 0 15px 15px 0 rgba(0,0,0,0.05);*/
}

.contenedor--form__login {
    display: flex;
    max-width: 400px;
    flex-direction: row;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
}

.contenedor--form__login .caja-login {
    flex: 1;
}

.text {
    width: auto;
    margin: 16px 24px;
}

.text span {
    font-size: 32px;
    font-weight: 700;
}

.image img {
    width: 100%;
}

.logo {
    height: 45px;
    background: url(../img/logo-compraqui.svg) no-repeat;
    background-size: 135px;
    width: auto;
    margin: 24px 24px;
}

.footer {
    text-align: center;
    padding: 24px 0;
}

.footer a {
    color: #0657A1;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer strong {
    clear: both;
    display: block;
}


/* FORM */

.select {
    height: 40px;
    outline: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 8px;
    font-size: 16px;
    margin-top: 4px;
    background-image: url("../img/ico_chevron.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px);
    background-size: 14px;
}

select.error {
    border: 1px solid #DA0128;
}

.input {
    padding: 16px 24px 0 24px;
}

.input:focus-within label {
    color: #ff8300;
}

.input .texto-apoyo {
    font-size: 12px;
    padding: 4px 0;
    color: #666;
    margin: 0px;
}

.input .texto-apoyo.error {
    color: #DA0128;
}

.input.boton {
    padding: 0 24px 0 24px;
    overflow: hidden;
    margin: 24px auto;
}

.boton_delete {
    overflow: hidden;
    align-items: center;
    display: flex;
    padding-top: 32px;
}

.input.boton__horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.input input.radio {
    border: 2px solid #FF8300;
}

.input label {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}

.input.no-label>label {
    text-indent: -99999999px;
    visibility: hidden;
    color: #fff;
}

.input input.texto {
    font-size: 16px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    -webkit-appearance: none;
    outline: none;
    margin-top: 4px;
    box-sizing: border-box;
}

.input input.texto::-webkit-input-placeholder {
    font-family: "Barlow-regular";
    font-size: 14px;
    color: #999;
}

.input input.texto::-moz-placeholder {
    font-family: "Barlow-regular";
    font-size: 14px;
    color: #999;
}

.input input.texto::-ms-input-placeholder {
    font-family: "Barlow-regular";
    font-size: 14px;
    color: #999;
}

.input input.texto:focus {
    border: 1px solid #FF8300;
}

.input input.texto.error {
    border: 1px solid #DA0128;
}

.checkbox {
    width: auto;
    display: flex;
    flex-direction: row;
    margin: 24px;
    font-size: 14px;
    align-items: center;
}

.checkbox .texto {
    width: auto;
    padding-left: 4px;
}


/* BOTONES */

button {
    cursor: pointer;
    width: 100%;
    border-radius: 20px;
    border: none;
    text-align: center;
    line-height: 24px;
    padding: 8px 4%;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
}

button.primario {
    background-color: #ff8300;
    border: 1px solid #FF8300;
    color: white;
    transition: background 0.8s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    margin-bottom: 16px;
    margin-top: 24px;
}

button.primario:hover {
    background: #FFC289 radial-gradient(circle, transparent 1%, #ff8300 1%) center/15000%;
}

button.primario:active {
    background-color: #FF8300 !important;
    background-size: 100%;
    transition: background 0s;
}

button.segundo-nivel {
    background-color: #ffffff;
    text-align: center;
    color: #ff8300;
    border: 1px solid #FF8300;
    padding: 8px 4%;
    transition: background 0.8s;
}

button.segundo-nivel:hover {
    background: #FAFBFC radial-gradient(circle, transparent 1%, #FAFBFC 1%) center/15000%;
}

button.segundo-nivel:active {
    background-color: #FF8300 !important;
    background-size: 100%;
    transition: background 0s;
}

button.tercer-nivel {
    background-color: #FFFFFF;
    color: #0657A1;
    white-space: nowrap;
    box-shadow: none;
    border: 1px solid #0657A1;
    transition: background 0.8s;
    /* margin-top: 16px; */
    margin-bottom: 24px;
}

button.tercer-nivel:hover,
button.tercer-nivel:active {
    text-decoration: underline;
    background: none !important;
}

button.acento {
    background-color: #0657A1;
    text-align: center;
    color: #FFF;
    border: 1px solid #0657A1;
    padding: 8px 4%;
    transition: background 0.8s;
}

button.acento:hover {
    background: #0657A1 radial-gradient(circle, transparent 1%, #0657A1 1%) center/15000%;
}

button.acento:active {
    background-color: #1D2A4E !important;
    background-size: 100%;
    transition: background 0s;
}

button.boton_icono {
    background: none;
    color: #0657A1;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 8px 0;
    width: auto;
    display: flex;
}

button.boton_icono:hover {
    text-decoration: underline;
}

button.boton_icono img {
    margin-right: 8px;
}

button[disabled],
button[disabled]:hover {
    box-shadow: none;
    background: #E1E4E7;
    border: 2px solid #E1E4E7;
    color: #A4AAB6;
    cursor: not-allowed;
}

.cont_botones {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 24px;
}

.cont_botones button {
    margin: 0 24px;
    flex: 0.35;
}


/* CHECKBOXES */


/* 
input[type="checkbox"] {
    margin-right: 5px;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
}

input[type="checkbox"].disabled::before {
    border: 2px solid #D8D8D8 !important;
    margin-right: 5px;
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle;
    transition: all ease-in-out .2s;
}

input[type="checkbox"]::before {
    display: block;
    background: #fff !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #ff9100;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    top: -1px;
    left: -2px;
    z-index: 99;
    content: ' ';
    transition: all ease-in-out .2s;
}

input[type="checkbox"]:checked::before {
    display: block;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #ff9100;
    background: #FF9100 !important;
    border-radius: 4px;
    position: relative;
    top: -1px;
    left: -2px;
    z-index: 99;
    content: ' ';
}

input[type="checkbox"]::after {
    width: 0px !important;
    height: 0px !important;
    display: block;
    transition: all ease-in-out .2s;
    border: 2px solid #fff;
}

input[type="checkbox"]:checked::after {
    position: relative;
    top: -26px;
    left: -2px;
    z-index: 9999;
    content: '';
    width: 6px !important;
    height: 10px !important;
    border-left: none;
    border-top: none;
    transform: translate(6.6px, 6px) rotate(45deg);
    -ms-transform: translate(5.5px, 2px) rotate(45deg);
    zoom: 1;
} */

input[type="text"][disabled] {
    background: #efefef;
}


/* CONFIRMACION CUENTA */

.caja-confirmacion {
    flex: 1;
    background-color: white;
    height: auto;
    border-radius: 0 8px 8px 0;
    padding-bottom: 20px;
}

.caja-confirmacion .logo {
    background-position: center center;
    margin-top: 30px;
    margin-bottom: 0;
}

.caja-confirmacion .contenedor {
    width: 60%;
    margin: auto;
}

.caja-confirmacion hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.caja-confirmacion h4 {
    margin-bottom: 8px;
}

.caja-confirmacion .input {
    width: 60%;
    margin: auto;
}

.caja-confirmacion small {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #8c919c;
}

.caja-confirmacion small a {
    cursor: pointer;
}


/* CUENTA CREADA */


/* 
.cuentacreada {
    background: url(../img/fondo_indice.png) no-repeat top center #fafafa;
    background-size: cover;
} */

.container {
    width: 100%;
    max-width: 600px;
    margin: 10% auto auto auto;
    text-align: center;
}

.cuentacreada .container .logo2 {
    text-align: center;
    margin: 24px;
}

.cuentacreada .container .logo2 img {
    width: 200px;
}

.caja_cuentacreada {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 24px;
}

.caja_cuentacreada span {
    font-size: 24px;
}

.caja_cuentacreada button {
    width: 200px;
}

.steps {
    width: 300px;
    margin: 40px auto;
    text-align: left;
}

.container-steps {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 24px;
    background: url(../img/fondo_steps.gif) repeat-y;
    background-position: 34px 0;
}

.container-steps:nth-child(4) {
    padding-bottom: 0px;
}

.container-steps .izquierda {
    width: 70px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-steps .izquierda--step__ok {
    background: url("../img/paso_ok.svg") no-repeat center center;
}

.container-steps .izquierda--step1__activo {
    background: url("../img/paso_1_activo.svg") no-repeat center center;
    height: 52px;
    animation-name: zoom_icono;
    animation-duration: .5s;
}

.container-steps .izquierda--step2 {
    background: url("../img/paso_2.svg") no-repeat center center;
}

.container-steps .izquierda--step2__activo {
    background: url("../img/paso_2_activo.svg") no-repeat center center;
    height: 70px;
    animation-name: zoom_icono;
    animation-duration: .5s;
}

.container-steps .izquierda--step3 {
    background: url("../img/paso_3.svg") no-repeat center center;
}

.container-steps .izquierda--step3__activo {
    background: url("../img/paso_3_activo.svg") no-repeat center center;
    height: 52px;
    animation-name: zoom_icono;
    animation-duration: .5s;
}

.container-steps .derecha {
    height: auto;
    color: #93989E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-steps .derecha.actual {
    color: #FF8300;
    font-weight: 500;
    animation-name: destaca_paso;
    animation-duration: 0.8s;
}


/* FORMULARIO */

.titulo {
    font-size: 24px;
}

.titulo__registro {
    padding-left: 24px;
    display: flex;
    justify-content: space-between;
}

.titulo__registro .progress {
    margin-top: -2px;
    margin-right: 20px;
}

.subtitulo {
    font-size: 18px;
}

.subtitulo2 {
    font-size: 16px;
    line-height: 30px;
}

input.radio {
    border: 2px solid #FF8300;
}

.inputs-2col {
    display: flex;
    flex-direction: row;
}

.inputs-2col .input {
    width: 50%;
}

.inputs-3col {
    display: flex;
    flex-direction: row;
}

.inputs-3col .input {
    width: 33%;
}

.header {
    height: 60px;
    top: 0;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 1000;
    background-color: white;
}

.header .container-header {
    width: 100%;
    height: auto;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .container-header .logo-header {
    width: 50%;
    height: auto;
    flex-direction: column;
    padding-left: 15px;
}

.header .container-header .logo-header img {
    width: 150px;
}

.header .container-header .boton-header {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.header .container-header .boton-header button {
    width: auto;
    height: auto;
    /* padding-right: 0; */
    text-align: center;
    font-size: 12px;
    margin-top: 24px;
}


/*COMPRA*/

.container-form {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.container-form__registro {
    padding-top: 96px;
}

.container-form .izquierda {
    padding-right: 32px;
}

.container-form .izquierda .caja-explicativa {
    display: flex;
    flex-direction: row;
    margin: 16px 0;
    padding: 0 24px 0 0;
}

.container-form .izquierda .caja-explicativa .textos {
    width: 33.3%;
    font-size: 14px;
    padding-left: 48px;
}

.contenedor-mediopago {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}

.caja-mediopago {
    width: 150px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #EEEEEE;
    padding: 10px 16px;
    height: 45px;
    margin: 0 24px 24px 0;
    display: flex;
    align-items: center;
}

.caja-mediopago img {
    width: 120px;
    margin-top: -1px;
}

.caja-mediopago .radio-bech {
    margin: 0;
}

.fondo-libro {
    background: url(../img/ico_libro.svg) no-repeat;
    background-size: 20px;
    background-position: 16px 6px;
}

.fondo-estrella {
    background: url(../img/ico_estrella.svg) no-repeat;
    background-size: 20px;
    background-position: 16px 4px;
}

.fondo-tarjetas {
    background: url(../img/ico_tarjetas.svg) no-repeat;
    background-size: 20px;
    background-position: 16px 4px;
}

.caja-compra {
    border: 1px solid #eee;
    background-color: #fafafa;
    border-radius: 8px;
    padding: 16px;
    font-size: 12px;
    line-height: 32px;
    margin-top: 20px;
    margin-left: 8px;
    position: relative;
    width: 310px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .06);
    transition: top ease-in-out .5s;
}

.fijo {
    margin-top: 10px;
    position: fixed;
    top: 60px;
    z-index: 999;
    margin-left: -10px;
}

.caja-compra .compra-producto {
    margin: 8px 0;
    border-radius: 8px;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.caja-compra .compra-producto .container-productos {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.caja-compra .compra-producto .container-productos:nth-child(1) {
    border-bottom: 1px dashed #ddd;
}

.caja-compra .compra-producto .producto {
    width: 20%;
    padding: 16px 0 0 10px;
}

.caja-compra .compra-producto .detalle {
    font-weight: 700;
    width: 35%;
    margin-top: 0;
}

.caja-compra .compra-producto .monto {
    text-align: right;
    width: 45%;
}

.producto,
.detalle,
.monto {
    padding: 8px 10px 8px 8px;
}

.producto,
.detalle,
.monto select {
    height: 24px;
    margin-top: -4px;
    width: 60%;
}

.monto select {
    background-position: calc(100% - 8px);
}

.caja-compra .compra-producto .producto img {
    width: 40px;
}

.caja-compra .entrega-producto {
    text-align: center;
    line-height: normal;
    font-size: 11px;
    ;
}

.caja-compra .entrega-producto a {
    color: #FF8300;
    text-decoration: none;
}

.caja-compra .entrega-producto a {
    color: #FF8300;
    text-decoration: none;
}

.caja-compra .entrega-producto .texto-entrega {
    height: 40px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    /*background-image: url(../img/ico_camion.svg);*/
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 40px;
    /*padding-left: 40px;*/
    animation-name: camion;
    animation-duration: 1s;
}

.caja-compra .entrega-producto .terminos-compra {
    padding: 16px 0 0 0;
}

.input.codigo-descuento>label {
    padding-right: 32px;
}


/* MENSAJES */

.alerta {
    padding: 16px 40px 16px 16px;
    background: url("../img/ico_alerta.svg") no-repeat 98% 15px #B8C8EA;
    font-size: 12px;
    color: #333;
    border-radius: 4px;
    margin: 16px 24px 0 24px;
}

.alerta__advertencia,
.alerta__warning {
    background: url("../img/ico_alerta.svg") no-repeat 98% 15px #FFDAB7;
}


/* MAPA */

.mapa {
    width: 610px;
    height: 320px;
    display: flex;
    background: #fff;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border: 5px solid #fafafa;
    bottom: 90px;
    background: #FAFAFA;
    border-radius: 10px;
    z-index: 999999;
}

.mapa:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fafafa #fafafa;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, .05);
}


/* RADIO BUTTON */

.radio {
    width: auto;
    display: flex;
    flex-direction: row;
    margin: 24px;
    font-size: 14px;
}

.radio__otros-datos {
    margin-bottom: 0;
}

.radio__horizontal {
    flex-direction: column;
    margin: 24px 24px 8px 24px;
}

.radio>.radio-bech {
    width: auto;
    margin: 0 0 18px 0;
}

.radio-bech {
    margin: 16px 0;
    width: 110px;
    float: left;
}

.radio-bech.largo {
    margin: 16px 0;
    width: 200px;
    float: left;
}

.radio-bech.radio-inline {
    display: inline-block;
}

.radio-bech input[type="radio"] {
    display: none;
}

.radio-bech input[type="radio"]:checked+label:before {
    border-color: #FF8300;
    animation: ripple 0.2s linear forwards;
}

.radio-bech input[type="radio"]:checked+label:after {
    transform: scale(1);
}

.radio-bech label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    line-height: 20px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.radio-bech label:before,
.radio-bech label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.radio-bech label:before {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #FF8300;
}

.radio-bech label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #FF8300;
}


/* REGISTRO DE NEGOCIO*/

.nueva-direccion {
    padding-left: 28px;
    margin-top: -24px;
}

.instrucciones {
    padding-left: 40px;
    font-size: 16px;
    background: url(../img/ico-alerta.svg) no-repeat top left;
    background-size: 8%;
    margin-top: 65px;
    width: 280px;
    position: fixed;
}

.instrucciones p {
    margin-top: 0;
}

.instrucciones a {
    text-decoration: none;
    color: #ff8300;
}

.instrucciones a:hover {
    text-decoration: underline;
}

.datos-cliente {
    padding: 14px 16px;
    background: #FAFBFC;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    color: #0657A1;
}

.datos-cliente p {
    padding: 0;
    margin: 0;
}

.datos-cliente strong {
    font-size: 18px;
}


/*FINALIZACIÓN REGISTRO*/

.container__finalizacion {
    max-width: 960px;
    margin-top: 6%;
}

.container__finalizacion a {
    color: #ff8300;
    font-family: 'Barlow-semibold';
}

.temas-interes {
    display: flex;
    padding: 24px;
}

.temas-interes>div>a {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.temas-interes img {
    width: 96px;
    margin-bottom: 16px;
    transition: all ease-in-out .35s;
}

.temas-interes>div>a:hover>img {
    transform: scale(1.2);
}

.finalizacion {
    background: #FAFBFC;
}

.finalizacion .pagina-login {
    background: #FAFBFC;
}

.finalizacion .caja-login {
    flex: 1;
}

.finalizacion .contenedor--form__registro {
    box-shadow: none;
}

.mensaje {
    top: 128px;
    position: relative;
    border-radius: 10px;
    width: 600px;
    margin: auto;
    padding: 10px 30px;
    background: #fff;
}

.mensaje h2 {
    color: #2C3D46;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mensaje h2 img {
    margin-right: 16px;
}

.mensaje__error-compra h2 {
    color: #BA0C2F;
    text-align: left;
    justify-content: flex-start;
}

.mensaje__exito-compra h2 {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.mensaje__exito-compra {
    background: url(../img/comprobante_footer.svg) no-repeat center bottom #fff;
}

.precio-final {
    font-family: 'Barlow-semibold';
    font-size: 32px;
    color: #ff8300;
    display: block;
    clear: both;
}


/* CONTINUAR REGISTRO */

.acceso-destacado {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 32px 32px 16px 32px;
    border-bottom: 1px dashed #E1E4E7;
}

.acceso-destacado h4 {
    margin-bottom: 0;
    font-size: 16px;
}

.acceso-destacado h4+p {
    margin-top: 8px;
}

.acceso-destacado button {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.acceso-destacado .input.boton {
    padding-top: 10px;
}

.mas-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 16px 24px 24px 24px;
}

.mas-info ul {
    list-style: none;
    margin-left: -32px;
}

.mas-info li {
    margin-bottom: 16px;
    padding-left: 30px;
}

.mas-info li:nth-child(1) {
    background: url(../img/ico-comprobante.svg) no-repeat left top;
}

.mas-info li:nth-child(2) {
    background: url(../img/ico-geolocalizacion.svg) no-repeat left top;
}

.mas-info li:nth-child(3) {
    background: url(../img/ico-ayuda.svg) no-repeat left top;
}

.mas-info li strong {
    display: block;
    clear: both;
}

.mas-info li a {
    color: #ff8300;
}

.orden {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 56px 32px 40px 32px;
    box-sizing: border-box;
}

.orden span {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow-semibold';
}

.orden span img {
    margin-bottom: 8px;
    height: 56px;
}

.orden p {
    font-size: 14px;
}

.orden .seguimiento strong {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
    margin-bottom: 4px;
}

.orden .seguimiento strong img {
    margin-right: 4px;
}

fieldset {
    display: block;
    margin: unset;
    padding: unset;
    border: unset;
}

@media only screen and (max-width: 600px) {
    .pagina-login {
        background-size: 180% auto;
        display: flex;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-6,
    .col-8,
    .col-12 {
        width: 100%;
        flex-direction: row;
    }
    .distribucion-cajas {
        width: 100%;
    }
    .distribucion-cajas {
        width: 100%;
        display: block;
    }
    .caja-login {
        margin: 8px;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: auto;
    }
    .image img {
        width: 60%;
        text-align: center;
    }
    .text span {
        font-size: 24px;
    }
    .login-izquierda {
        height: auto;
        width: 100%;
        font-size: 18px;
    }
    /* caja cuenta creada */
    body.cuentacreada {
        background: white;
    }
    .caja_cuentacreada {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 24px;
    }
    .container-form .izquierda .caja-explicativa {
        flex-direction: column;
        display: none;
    }
    .container-form .izquierda .caja-explicativa .textos {
        width: auto;
        font-size: 12px;
        padding-left: 48px;
        margin-bottom: 16px;
    }
    .inputs-2col {
        display: flex;
        flex-direction: column;
    }
    .inputs-2col .input {
        width: auto;
    }
    .container-form {
        flex-direction: column;
        flex-flow: column-reverse;
    }
    .caja-mediopago {
        width: 50%;
        padding: 8px;
        height: 56px;
        margin: 0 16px 24px 0;
    }
    .caja-mediopago img {
        width: 60%;
    }
    .padding-128 {
        padding: 96px 24px 24px 24px;
    }
    .container-form {
        width: 100%;
    }
    .container-form .izquierda {
        padding-right: 0px;
    }
    .header .container-header .boton-header button {
        width: auto;
        height: auto;
    }
    .header {
        height: 64px;
        position: fixed;
        width: 100%;
        display: flex;
        z-index: 1000;
        background-color: white;
    }
    .header .container-header {
        padding: 0 16px;
    }
    .header .container-header .logo-header img {
        width: 140px;
    }
    .contenedor-mediopago {
        width: 100%;
        height: 90px;
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }
    .caja-mediopago {
        border-radius: 4px;
        margin: 0 0 12px 0;
        justify-content: center;
    }
    .caja-mediopago img {
        width: 110px;
    }
    .caja-mediopago .radio-bech label {
        padding: 0 0 0 27px;
    }
    .caja-mediopago:last-child {
        margin-left: 12px;
    }
    .max-width-200 {
        max-width: 100%;
        margin: 0 auto;
    }
    .login-izquierda-landing {
        display: none;
    }
    .instrucciones {
        padding-left: 40px;
        font-size: 16px;
        background: url(../img/ico-alerta.svg) no-repeat top left;
        background-size: 8%;
        padding-bottom: 10px;
        padding-right: 10px;
        margin-top: 0px;
        width: auto;
        position: inherit;
    }
    .radio>.radio-bech {
        width: auto;
        margin: 18px 0 18px 0;
    }
    .boton_delete {
        padding-top: 38px;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        padding-right: 18px;
    }
    .temas-interes>div>a {
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .caja-compra {
        width: 80%;
        margin: 8px auto 24px auto;
    }
    .caja-mediopago {
        justify-content: flex-start;
    }
    .caja-mediopago img {
        width: 92px;
    }
    .radio-bech label {
        padding: 0 15px 0 25px;
    }
    .caja-login {
        margin: 0;
    }
    .footer {
        width: auto !important;
        margin: 8px 16px;
    }
    .mpos {
        margin: auto -24px;
        width: auto;
    }
    .mpos div {
        margin: 5px;
        box-shadow: none;
    }
    .mpos .radio-bech label:before {
        left: 48%;
        top: 100%;
    }
    .mensaje {
        width: auto;
        margin: 0 16px;
    }
    .contenedor--form__registro {
        flex-direction: column;
    }
    .finalizacion .contenedor--form__registro .login-izquierda {
        margin-top: 0;
    }
    .login-izquierda {
        /*margin-top: 66px;*/
    }
    .orden {
        padding: 24px 32px 16px 32px;
    }
    .orden span img {
        margin-bottom: 16px;
        height: 48px;
    }
    .orden .seguimiento .precio-final {
        margin-bottom: 16px;
    }
    .acceso-destacado {
        padding: 16px 32px 16px 32px;
    }
    .acceso-destacado button {
        font-size: 20px;
        font-family: 'Barlow-semibold';
    }
    .acceso-destacado h4 {
        margin-top: 8px;
    }
    .finalizacion .contenedor--form__registro .login-izquierda {
        margin-top: 66px;
    }
    .login-izquierda .seguimiento {
        margin-top: 16px;
    }
    .caja-confirmacion .contenedor {
        width: 90%;
    }
    .icono-modal {
        height: 125px;
        margin-bottom: 32px;
    }
    .caja-confirmacion .logo {
        margin-top: 16px;
        background-size: 45%;
    }
    .caja-confirmacion .input {
        width: auto;
        margin: auto;
        padding-top: 0;
    }
    .caja-confirmacion ul li {
        margin-bottom: 8px;
    }
    .login-izquierda-landing {
        display: none;
    }
    .instrucciones {
        padding-left: 64px;
        font-size: 16px;
        background: url(../img/ico-alerta.svg) no-repeat 23px top;
        background-size: 8%;
        padding-bottom: 10px;
        padding-right: 10px;
        margin-top: 0px;
        width: auto;
        position: inherit;
    }
    .temas-interes {
        display: flex;
        padding: 0px;
    }
    .radio>.radio-bech {
        width: auto;
        margin: 18px 0 18px 0;
    }
    .boton_delete {
        padding-top: 10px;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        padding-right: 18px;
    }
    .temas-interes>div>a {
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
}


/*** spinner ***/

.container-spinner {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 99999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-bech,
.spinner:after {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.spinner-bech {
    background-color: transparent;
    border-top: 5px solid #ff9100;
    border-right: 5px solid #ff9100;
    border-bottom: 5px solid #ff9100;
    border-left: 5px solid rgba(255, 145, 0, 0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: spinner-loading;
    margin: 0 auto;
    text-align: center;
}

@keyframes spinner-loading {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.texto-bajada-spinner {
    text-align: center;
    color: #ffffff;
    margin: 15px 0;
    font-weight: 100;
    font-size: 14px;
}

/*** spinner ***/

.loader { 
    margin:0 auto;
    border-radius:10px;
    border: 0px solid;
    position:relative;
    padding:3px;
  }
  .loader:before {
    content:'';
    border:1px solid #fff; 
    border-radius:10px;
    position:absolute;
    /* top:-4px; 
    right:-4px; 
    bottom:-4px; 
    left:-4px; */
  }
  .loader .loaderBar { 
    position:absolute;
    border-radius:10px;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background:#ff9100; 
    width:0;
    animation:borealisBar 2s linear infinite;
  }
  
  @keyframes borealisBar {
    0% {
      left:0%;
      right:100%;
      width:0%;
    }
    10% {
      left:0%;
      right:75%;
      width:25%;
    }
    90% {
      right:0%;
      left:75%;
      width:25%;
    }
    100% {
      left:100%;
      right:0%;
      width:0%;
    }
  }

/*** spinner ***/