body {
    user-select: none;
}

.contacto {
    user-select: text;
}

.container-social {
    display: flex;
    justify-content: center;
}

.footer__widget__social a {
    display: inline-block;
    height: 60px;
    width: 60px;
    font-size: 6px;
    color: #404040;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 20px;
}

.footer__widget__social a {
    box-shadow: 0;
}

.footer__widget__social a:nth-child(1) {
    border: 1px solid #4a5bbe;
}

.footer__widget__social a:nth-child(2) {
    border: 1px solid #bb1d1d;
}

.footer__widget__social a:nth-child(3) {
    margin-right: 0;
    border: 1px solid #363837;
}

/*
.footer__widget__social a:nth-child(4) {
   border: 1px solid #dab618;
}
*/

/* .footer__widget__social a:last-child {
    margin-right: 0;
    border: 1px solid #bb1d1d;
}
*/

.footer__widget__social a:hover {
    color: #ffffff;
    background-color: #3b5998;
    border-color: #ffffff;
}

.footer__widget__social .instagram:hover {
    color: #ffffff;
    border-color: #ffffff;

    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%
    );
}

.footer__widget__social i {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.footer__widget__social .tiktok:hover {
    color: #ffffff !important;
    border-color: #fff;
    background-color: #363837;
    background: -moz-linear-gradient(#363837 100%) !important;
    background: -webkit-linear-gradient(#363837 100%) !important;
    background: linear-gradient(#363837 100%) !important;
}

.footer__widget__social .tiktok:hover svg {
    background-color: #fffffffc;
    border-color: white !important;
    border-radius: 25% 25% 25% 25%;
    padding: 1px;
    transform: scale(1.15);
}

.image-portada {
    background-color: rgba(80, 141, 255, 0.123) !important;
}

.image-portada img {
    background-repeat: no-repeat;
    background-position: center;
    max-height: 1000px !important;
    width: 100%;
    background-size: cover;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.15),
        0 30px 60px -30px rgba(0, 0, 0, 0.2);
}

.image-personality {
    text-align: center;
}

.image-personality img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    max-height: 450px !important;
    width: 100%;
    box-shadow: 0 50px 100px -60px rgba(50, 50, 93, 0.19),
        0 50px 50px -60px rgba(0, 0, 0, 0.19);
}

.lis_personality {
    list-style-type: decimal;
}

.lis_personality-circle {
    list-style-type: circle !important;
}

.lista {
    list-style: decimal;
    color: var(--tertiary-color-dark);
}

.title-garantia {
    border-bottom: 3px solid rgb(130, 16, 211);
}

.garantia-no {
    border-bottom: 1px solid crimson;
}

.garantia-si {
    border-bottom: 1px solid #39bb89;
}

.fa-shopping-cart .quantity {
    position: absolute;
}

.cart:hover > * {
    animation: shake-horizontal 1.4s linear both;
}

@keyframes shake-horizontal {
    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60% {
        transform: translateX(5px);
    }

    80% {
        transform: translateX(5px);
    }

    90% {
        transform: translateX(-5px);
    }
}

.jello-horizontal:hover {
    animation: jello-horizontal 1.4s linear both;
}

@keyframes jello-horizontal {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
---------------------------------------------- */

.jello-vertical:hover {
    animation: jello-vertical 1.4s linear both;
}
@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.btn_collapse-faq:active > * {
    animation: rotate-center 0.4s;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* badge */
.quantity {
    background-color: var(--primary-color-orange);
    color: var(--color-white);
    position: relative;
    top: -13px;
    right: 0;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 100%;
}

.total-price {
    font-size: 11px;
    color: var(--tertiary-color-dark);
    font-weight: 600;
}

.costo-impresion {
    font-size: 23px;
    color: var(--tertiary-color-dark);
    font-weight: 500;
}

.precio-final {
    font-size: 24px;
    color: var(--tertiary-color-dark);
    font-weight: 500;
}

.fa-google-wallet {
    transform: rotate(180deg);
}

.steps {
    color: #0d9affaf;
    border: #0095ffa8 1px solid;
    padding-inline: 15px;
    border-radius: 100%;
    padding-block: 5px;
    font-size: 22px;
    align-self: center;
}

.area-file {
    margin-top: 10px;
    min-height: 35vh;
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    border: rgb(148, 148, 148) 3px dotted;
}

.btn_collapse-faq {
    background-color: transparent;
    border: none;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    color: var(--tertiary-color-dark);
}

/* ********* File Inputs **********/

label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

label input {
    position: absolute;
    left: -9999px;
}

label input:checked + span {
    background-color: #d6d6e544;
}

label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4475em var(--primary-color-orange);
}

label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    user-select: none;
}

label span:hover {
    background-color: #d6d6e544;
}

label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--primary-color-orange);
}

.select-style {
    border: none !important;
    border-radius: 2px !important;
    height: 42px !important;
}

.costo-envio_total {
    font-size: 22px;
    color: var(--tertiary-color-dark);
}

/* SELECT */
.thumb {
    width: 40%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 10px 5px 0 0;
    border-radius: 5px;
}

/* IMAGE  */
.image-container {
    display: flex !important;
}

.image-container img.image_compress {
    width: 280px !important;
    border-radius: 3px !important;
}

.text-title-image {
    display: block !important;
    width: 100% !important;
    margin: 0.2rem auto !important;
    text-align: center !important;
    font-size: 0.95rem !important;
}

input.file {
    display: block !important;
    margin: 0.51rem auto !important;
    padding: 0.2rem !important;
}

button.download {
    display: block !important;
    font-size: 1.5rem !important;
    width: 90% !important;
    margin: 1rem auto !important;
}

.download {
    text-decoration: none !important;
}

.data-imagen {
    width: 100%;
    border-radius: 3px;
}

.fa-plus {
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 14px;
    font-weight: 600;
}

.card-header {
    border-bottom: none;
}

.qty {
    max-width: 150px !important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-inline: auto;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    margin-inline: 1px;
}

.qty .plus {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font: 23px/1 Arial, sans-serif;
    text-align: center;
    border: 1px solid #d6d6e59d;
    border-radius: 10%;
}

.qty .minus {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    width: 35px;
    height: 35px;
    font: 23px/1 Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    border: 1px solid #d6d6e59d;
    border-radius: 10%;
}

.minus:hover {
    background-color: rgba(245, 164, 82, 0.85) !important;
    border: 1px solid transparent;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.plus:hover {
    background-color: rgba(245, 164, 82, 0.85) !important;
    border: 1px solid transparent;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.qty input {
    border: 0;
    width: 2%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty input:disabled {
    background-color: white;
}

.fa-trash-alt {
    font-size: 15px;
}

.bg-image__tools {
    background-image: url("../images/tools.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.animacion {
    transform: translateY(-20px);
    transition-duration: 0.3s;
    animation: 1.5s mover-caja-form infinite;
}

.hide {
    display: none !important;
}

/* ----------------------------------------------
  Generated by AnimatiSS
---------------------------------------------- */

.wobble-horizontal-top:hover {
    animation: wobble-horizontal-top 1.1s linear both;
}
@keyframes wobble-horizontal-top {
    0%,
    100% {
        transform: translateX(0);
        transform-origin: 50% 50%;
    }
    15% {
        transform: translateX(-10px) rotate(3deg);
    }
    30% {
        transform: translateX(7px) rotate(-3deg);
    }
    45% {
        transform: translateX(-7px) rotate(1.6deg);
    }
    60% {
        transform: translateX(4px) rotate(-1.4deg);
    }
    75% {
        transform: translateX(-3px) rotate(0.8deg);
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
---------------------------------------------- */

.wobble-horizontal-bottom:hover {
    animation: wobble-horizontal-bottom 1.1s linear both;
}
@keyframes wobble-horizontal-bottom {
    0%,
    100% {
        transform: translateX(0);
        transform-origin: 50% 50%;
    }
    15% {
        transform: translateX(-15px) rotate(-3deg);
    }
    30% {
        transform: translateX(7px) rotate(3deg);
    }
    45% {
        transform: translateX(-7px) rotate(-1.6deg);
    }
    60% {
        transform: translateX(4px) rotate(1.4deg);
    }
    75% {
        transform: translateX(-3px) rotate(-0.7deg);
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
---------------------------------------------- */

.bounce-right:hover {
    animation: bounce-right 1.1s linear both;
}
@keyframes bounce-right {
    0% {
        transform: translateX(48px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        transform: translateX(26px);
        animation-timing-function: ease-in;
    }
    65% {
        transform: translateX(13px);
        animation-timing-function: ease-in;
    }
    82% {
        transform: translateX(6.5px);
        animation-timing-function: ease-in;
    }
    93% {
        transform: translateX(4px);
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87%,
    98% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateX(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
---------------------------------------------- */

.bounce-left:hover {
    animation: bounce-left 1.1s linear both;
}
@keyframes bounce-left {
    0% {
        transform: translateX(-48px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        transform: translateX(-26px);
        animation-timing-function: ease-in;
    }
    65% {
        transform: translateX(-13px);
        animation-timing-function: ease-in;
    }
    82% {
        transform: translateX(-6.5px);
        animation-timing-function: ease-in;
    }
    93% {
        transform: translateX(-4px);
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87%,
    98% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateX(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
---------------------------------------------- */

.shake-left-right:hover {
    animation: shake-left-right 1.5s linear both;
}
@keyframes shake-left-right {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    10% {
        transform: rotate(1deg);
    }
    20%,
    40%,
    60% {
        transform: rotate(-2deg);
    }
    30%,
    50%,
    70% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    90% {
        transform: rotate(1deg);
    }
}

.nobotton {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.nobotton a {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.terminos_condiciones-aqui {
    color: #fdaf5a !important;
    padding: 10px 5px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.terminos_condiciones-aqui:hover {
    color: rgba(38, 164, 223, 0.95) !important;
    border-radius: 50%;
}

/* COMPRA AQUI */

.wrap {
    height: 100%;
    display: flex;
}

.button-aqui {
    min-width: 300px;
    min-height: 60px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    background-color: #ff1403d3;
    border: none;
    border-radius: 1000px;
    box-shadow: 3px 3px 30px rgba(255, 20, 3, 0.35);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 15px;
    text-align: center;
}

.button-aqui::before {
    content: "";
    border-radius: 1000px;
    min-width: calc(300px + 0px);
    min-height: calc(60px + 0px);
    box-shadow: 0 0 40px rgba(255, 20, 3, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.button-aqui:hover,
.button-aqui:focus {
    color: white;
    transform: translateY(-6px);
}

.button-aqui:hover::before,
.button-aqui:focus::before {
    opacity: 1;
}

.button-aqui::after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 5px solid rgba(255, 20, 3, 0.75);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.button-aqui:hover::after,
.button-aqui:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

/* btn hacer pedido */

/* safari */
.middle-btn a {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.middle-btn {
    margin-top: 50px;
    letter-spacing: 1.7px;
    text-align: center;
    color: var(--primary-color-orange);
    transform: translate(0%, -25%);
}

.btn-btn {
    display: block;
    color: white;
    color: orange;
    color: var(--primary-color-orange);
    font-size: 16px;
    text-decoration: none;
    margin: 30px 0;
    border: 1px solid var(--primary-color-orange);
    padding: 14px 60px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
}

.btn-btn::before {
    background-color: var(--primary-color-orange);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    color: white;
}

.btn-btn-1::before {
    width: 0%;
    height: 100%;
}

.btn-btn-1:hover::before {
    width: 100%;
}

/* Safari-only styles here */
.bloquear {
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 90;
    cursor: wait;
    margin: 0px;
    padding: 0px;
}

.base {
    width: 200px;
    height: 160px;
    position: relative;
    z-index: 10;
}

/*
    .ball {
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
        left: 5%;
        transform-origin: 50%;
        animation: circle7124 0.5s alternate infinite ease;
        background-color: #2843d8;
        z-index: 11;
    }

    @keyframes circle7124 {
        0% {
            top: 60px;
            height: 5px;
            border-radius: 50px 50px 25px 25px;
            transform: scaleX(1.7);
        }

        40% {
            height: 20px;
            border-radius: 50%;
            transform: scaleX(1);
        }

        100% {
            top: 0%;
        }
    }

    .ball:nth-child(2) {
        left: 30%;
        animation-delay: 0.1s;
        background-color: rgb(17, 139, 163);
    }

    .ball:nth-child(3) {
        left: 55%;
        animation-delay: 0.2s;
        background-color: #169c69;
    }

    .ball:nth-child(4) {
        left: auto;
        right: 10%;
        animation-delay: 0.3s;
        background-color: #dab618;
    }

    .ball:nth-child(5) {
        left: auto;
        right: -15%;
        animation-delay: 0.4s;
        background-color: #bb1d1d;
    }

  .shadow1 {
        width: 20px;
        height: 4px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 62px;
        transform-origin: 50%;
        z-index: -1;
        left: 5%;
        filter: blur(1px);
        animation: shadow046 0.5s alternate infinite ease;
    }

     @keyframes shadow046 {
        0% {
            transform: scaleX(1.5);
        }

        40% {
            transform: scaleX(1);
            opacity: 0.7;
        }

        100% {
            transform: scaleX(0.2);
            opacity: 0.4;
        }
    }

   .shadow1:nth-child(6) {
        left: 30%;
        animation-delay: 0.1s;
    }

     .shadow1:nth-child(7) {
        left: 55%;
        animation-delay: 0.2s;
    }

    .shadow1:nth-child(8) {
        left: auto;
        right: 10%;
        animation-delay: 0.3s;
    }

    .shadow1:nth-child(9) {
        left: auto;
        right: -15%;
        animation-delay: 0.4s;
    } */

/** checkout loader */
.cardx {
    padding: 1rem 2rem;
    border-radius: 1.25rem;
}
.loaderx {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 40px;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
}

.words {
    overflow: hidden;
    position: relative;
}
.words::after {
    content: "";
    position: absolute;
    inset: 0;
}

.word {
    display: block;
    height: 100%;
    padding-left: 6px;
    color: #17b377;
    animation: spin_4991 5s infinite;
}

@keyframes spin_4991 {
    40% {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
    }

    45% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(-202%);
        transform: translateY(-202%);
    }

    55% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    60% {
        -webkit-transform: translateY(-302%);
        transform: translateY(-302%);
    }

    65% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
    }

    70% {
        -webkit-transform: translateY(-402%);
        transform: translateY(-402%);
    }

    75% {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
    }

    80% {
        -webkit-transform: translateY(-502%);
        transform: translateY(-502%);
    }

    90% {
        -webkit-transform: translateY(-500%);
        transform: translateY(-500%);
    }

    95% {
        -webkit-transform: translateY(-602%);
        transform: translateY(-602%);
    }

    100% {
        -webkit-transform: translateY(-600%);
        transform: translateY(-600%);
    }
}

#container-loader {
    width: 100px;
    height: 125px;
    margin: auto auto;
}

.loading-title {
    display: block;
    text-align: center;
    font-size: 20;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    color: #888;
    color: #000;
}

.loading-circle {
    display: block;
    border-left: 5px solid;
    border-top-left-radius: 100%;
    border-top: 5px solid;
    margin: 5px;
    animation-name: Loader_611;
    animation-duration: 1500ms;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.sp1 {
    border-left-color: #17b377;
    border-top-color: #17b377;
    width: 40px;
    height: 40px;
}

.sp2 {
    border-left-color: #17b37799;
    border-top-color: #17b37799;
    width: 30px;
    height: 30px;
}

.sp3 {
    width: 20px;
    height: 20px;
    border-left-color: #17b37770;
    border-top-color: #17b37770;
}

@keyframes Loader_611 {
    0% {
        transform: rotate(0deg);
        transform-origin: right bottom;
    }

    25% {
        transform: rotate(90deg);
        transform-origin: right bottom;
    }

    50% {
        transform: rotate(180deg);
        transform-origin: right bottom;
    }

    75% {
        transform: rotate(270deg);
        transform-origin: right bottom;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: right bottom;
    }
}

/** */

.lonafacil_page {
    border-bottom: 1px solid var(--primary-color-orange-light);
    color: var(--primary-color-orange-light);
}

.lonafacil_page:hover {
    color: var(--primary-color-orange);
}

/* IMAGE LOADER */

.bloquear-form-perdido {
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 90;
    cursor: wait;
    margin: 0px;
    padding: 0px;
}

.loader {
    width: 64px;
    height: 64px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 10px 50px#656565;
}

.loader:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    transform: rotate(45deg) translate(30%, 40%);
    background: #ff9371;
    box-shadow: 32px -34px 0 5px #ff3d00;
    animation: slide 2s infinite ease-in-out alternate;
}

.loader:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff3d00;
    transform: rotate(0deg);
    transform-origin: 35px 145px;
    animation: rotate 2s infinite ease-in-out;
}

@keyframes slide {
    0%,
    100% {
        bottom: -35px;
    }

    25%,
    75% {
        bottom: -2px;
    }

    20%,
    80% {
        bottom: 2px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-15deg);
    }

    25%,
    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(25deg);
    }
}

/* END IMAGE LOADER */

/* message color error */

label.error {
    color: red;
}

/* End message color error */

#costo_iva {
    font-size: 22px !important;
    font-weight: 500;
}

/* btn delete image */
.btn-hover-delete-image {
    color: rgba(255, 0, 0, 0.4) !important;
    border-radius: 100%;
    box-shadow: rgba(255, 255, 255, 0.55) 0px 54px 55px,
        rgba(255, 255, 255, 0.22) 0px -12px 30px,
        rgba(255, 255, 255, 0.22) 0px 4px 6px,
        rgba(255, 255, 255, 0.27) 0px 12px 13px,
        rgba(255, 255, 255, 0.19) 0px -3px 5px;
}

.btn-hover-delete-image:hover {
    color: red !important;
    background-color: #fff !important;
    border-color: #000 !important;
    border-radius: 100%;
    cursor: pointer;
}
