.modal-dialog {
	transform: translate(0, -50%);
	top: 50%;
	margin: 0 auto;
}

/* step by step pago */
.progress-wrap {
    height: 80px;
}

#progress-container {
    display: flex;
    width: 400px;
    margin: auto;
}

#progress-container * {
    font-family: "Arial";
}

#progress-container p {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    width: 75px;
    float: left;
    margin-left: -30px !important;
}

@media (max-width: 600px) {
    #progress-container {
        width: 260px;
    }
}

#progress-container .line {
    height: 1px;
    width: 400px;
    border-bottom: 4px solid #d4d4d4;
    position: absolute;
    margin-top: 25px;
    z-index: 1000;
}

@media (max-width: 600px) {
    #progress-container .line {
        width: 260px;
    }
}

#progress-container ul {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: auto;
    justify-content: space-between;
    z-index: 2000;
}

#progress-container li {
    display: inline-flex;
    border: #d4d4d4 solid 4px;
    background: #f2f2f2;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
}

#progress-container li:before {
    font-size: 12px;
    position: absolute;
    margin-top: 50px;
    color: #666;
    margin-right: 100px;
}

#progress-container li p {
    color: #d4d4d4;
    margin-left: -35px;
}

#progress-container .done {
    font-family: "FontAwesome";
    border: #8cc43d solid 4px;
    color: #8cc43d;
}

#progress-container .done:after {
    content: "";
}

#progress-container .done p {
    color: #8cc43d;
    margin-left: -25px !important;
}

#progress-container .active {
    color: #555;
    border: #555 solid 4px;
}

#progress-container .active p {
    color: #555;
    margin-left: -35px;
}

/* icons ventajas */
.features-area .box-icon {
    margin-left: 32%;
    color: #5facf1;
    font-size: 60px;
}

/* animación mac home */

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.main-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.upper-body {
    margin-left: 2em;
    width: 285px;
    height: 200px;
    background: linear-gradient(white 1%, #999 5%);
    border-radius: 10px 10px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}

.upper-body .topPart {
    background-color: black;
    width: 281px;
    height: 196px;
    border-radius: 10px 10px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.upper-body .topPart .camera {
    background-color: #222;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 2px;
}

.upper-body .topPart .screen {
    background-color: #ffffff;
    /*background-color: #212121;*/

    width: 263px;
    height: 174px;
    border-radius: 0px;
}

#zoomin:hover {
    scale: 150%;
    border: unset !important;
}

.lower-body {
    background: linear-gradient(to right,
            #999 0%,
            #c0c0c0 3%,
            #c0c0c0 97%,
            #999 100%);
    width: 355px;
    height: 13px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.5);
    margin-top: -3px;
    z-index: 1;
}

.lower-body .open {
    background-color: white;
    width: 60px;
    height: 8px;
    border-radius: 0 0 5px 5px;
}

.laptop {
    display: block;
}

.laptop-container {
    zoom: 1.6;
    cursor: pointer;
}

.laptop .video {
    /* width: 92%;
    display: block;
    position: absolute;
    top: 13%;
    left: 4%;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 1px); */
    display: block;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 1px);
    width: 180px;
    height: 106px;
    padding: 10px 55px 10px 55px;
}

.laptop .part.bottom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.laptop .part .bottom {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, 0) rotateX(90deg);
}

.arrow {
    width: 170px;
    position: relative;
}

svg {
    width: 100%;
    height: 100%;
}

.arrow.right,
.arrow.left,
#btnLeft,
#btnRight {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1.9s linear;
}

.arrow.left {
    transform: scale(-1, 1);
}


/* animación iphone */

#iphoneVideoContainer {
    margin-top: -2em;
    height: 400px;
    background: url("/img/front/iphone.png") center center no-repeat;
    background-size: contain;
}

#iphoneVideoContent {
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
}


:root {
    --scalesize: 28;
}

* {
    transition: 200ms cubic-bezier(0.075, 0.82, 0.165, 1), filter 0s,
        backdrop-filter 0s;
}

#homescreen,
#content {
    overflow: hidden;
    position: fixed;
    left: calc(50% - 126px);
    top: calc(50% - 273px);
    width: calc(var(--scalesize) * 9px);
    height: calc(var(--scalesize) * 19.5px);
}

#homescreen {
    background-size: 100% !important;

    background: url("/es/layout/front/img/homescreen.png");
}

#content {
    background-size: 100% !important;

    background: url("layout/front/img/editpdfdigital_animacion.GIF");
}

@media only screen and (max-width: 767px) {
    .welcome-mockup {
        display: block !important;
    }
}

#welcomeMobile .welcome-text {
    margin-top: 28%;
    margin-bottom: 2%;
}

#welcomeMobile .welcome-mockup #frame {
    margin-right: 15%;
}

#welcomeMobile #iphoneContent {
    position: absolute;
    margin-top: 13em;
    margin-left: -18%;
    width: 500px;
    transform: rotate(-90deg);
}


/* upload content modal */

.neon-border {
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(to right, rgb(0, 255, 209), rgb(0, 240, 255), rgb(255, 0, 249));
    box-shadow: rgb(0 0 0 / 50%) 10px 10px 20px 0px;
}

.popup-border {
    padding: 2px;
    border-radius: 16px;
    background: #5facf1;
    box-shadow: rgb(0 0 0 / 50%) 10px 10px 20px 0px;
}

#startModal .modal-content {
    padding: 16px 24px;
    border-radius: 16px;
    background: rgb(14, 17, 33);
    position: relative;
    height: 100%;
    min-height: 490px;
}

#startModal .uploader {
    padding: 37px;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* padding: 42px; */
    background-color: #262626;
    border: 2px dashed #3c9ee1;
    color: #e0e0e0;
    margin: 0px auto 32px auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s;
}

#modalUploader {
    cursor: pointer;
}

#startModal form {
    height: fit-content;
    /* min-height: 500px; */
}

#startModal .uploaded-doc {
    font-size: 22px;
}

/* convert buttons */
#startModal .convert-btns {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    text-transform: capitalize;
}

#startModalEmail .modal-content {
    /* padding: 16px 24px; */
    border-radius: 16px;
    background: rgb(14, 17, 33);
    position: relative;
    height: 100%;
    min-height: 490px;
}

#startModalEmail .uploader {
    padding: 37px;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* padding: 42px; */
    background-color: #262626;
    border: 2px dashed #3c9ee1;
    color: #e0e0e0;
    margin: 0px auto 32px auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s;
}

#modalUploader {
    cursor: pointer;
}

#startModalEmail form {
    height: fit-content;
    /* min-height: 500px; */
}

#startModalEmail .uploaded-doc {
    font-size: 22px;
}

/* convert buttons */
#startModalEmail .convert-btns {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    text-transform: capitalize;
}

#startModalType .modal-content {
    /* padding: 16px 24px; */
    border-radius: 16px;
    background: rgb(14, 17, 33);
    position: relative;
    height: 100%;
    min-height: 490px;
}

#startModalType .uploader {
    padding: 37px;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* padding: 42px; */
    background-color: #262626;
    border: 2px dashed #3c9ee1;
    color: #e0e0e0;
    margin: 0px auto 32px auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s;
}

#startModalType form {
    height: fit-content;
    /* min-height: 500px; */
}

#startModalType .uploaded-doc {
    font-size: 22px;
}

/* convert buttons */
#startModalType .convert-btns {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    text-transform: capitalize;
}

.convert-btns button {
    margin: 20px;
    width: fit-content;
    font-weight: 500;
    font-size: 22px;

    border: 2px solid;
    border-radius: 5px;
    /*error*/
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
    align-items: center;

    background-color: transparent;
    color: white !important;
    border-color: #5facf1 !important;

}

.convert-btns button:hover {
    /* -webkit-box-shadow: 0 15px 50px rgb(95, 172, 241);
    box-shadow: 0 15px 50px rgb(95, 172, 241); */
    background-color: #5facf1 !important;
}

.upload_file_btn a:hover {
    -webkit-box-shadow: 0 15px 50px rgb(95, 172, 241);
    box-shadow: 0 15px 50px rgb(95, 172, 241);
}

#uploadFileLabel,
#changeFileLabel {
    border: 2px solid;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
    width: 320px;
    height: 70px;
    padding: 1em;
    align-items: center;
    background-color: transparent !important;
    color: white !important;
    border-color: #5facf1 !important;
    width: auto;
}

#uploadFileLabel:hover,
#changeFileLabel:hover {
    background-color: #5facf1 !important;
    color: white !important;
    border-color: #5facf1 !important;
    -webkit-box-shadow: 0 15px 50px rgb(95, 172, 241);
    box-shadow: 0 15px 50px rgb(95, 172, 241);
}

.convert-btns-submenu {
    margin: 20px;
    width: fit-content;
    font-weight: 500;
    font-size: 22px;

    border: 2px solid;
    border-radius: 5px;
    /*error*/
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
    align-items: center;

    background-color: transparent;
    color: white !important;
    /* border-color: #5facf1 !important; */
    border-color: #32bea6 !important;
}

.convert-btns-submenu:hover {
    /* -webkit-box-shadow: 0 15px 50px rgb(95, 172, 241);
    box-shadow: 0 15px 50px rgb(95, 172, 241); */
    background-color: #5facf1 !important;
}


.submenu-btn-green-hover {
    box-shadow: 0 10px 30px rgb(50 190 166);
}

.submenu-btn-green-hover:hover {
    background-color: transparent !important;
    border: 2px solid #32bea6 !important;
    box-shadow: none !important;
}

.pop_up_options_container {
    display: flex;
    justify-content: center;
}

.pop_up_options_container button {
    border-color: #5facf1 !important;
    margin: 20px;
    font-weight: 500;
    font-size: 18px;
}

.custom-btn-style {
    font-size: 25px;
    width: 180px;
}

#merge_pdf {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#startModal .convert-btns .btn-gradient {
    margin: 4px;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #bcbcc9, #454347) 1;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: var(--btn-font-size, 1em);
    cursor: pointer;
    transition: border-image 0.8s;
    padding: 14px;
    width: 140px;
    background: #a5acb2c9;
    color: #ffffff;
}

#startModal .convert-btns .btn-gradient:hover {
    border-image: linear-gradient(to right, #5facf1, #878ac0) 1
}

#startModal .convert-btns .btn-gradient.active {
    border-image: linear-gradient(to right, #5facf1, #878ac0) 1;
    background: #4b506e;
    color: #ffffff;
}

#startModal .convert-to-list,
#startModal .convert-from-numbers-list {
    list-style: none;
    /* margin-top: 3em; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#startModal .submit-conversion-btns {
    list-style: none;
    /* margin-top: 7em; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#startModal .submit-conversion-btns button,
#startModal .convert-to-list button,
#startModal .convert-from-numbers-list button {
    margin-right: 10px;
    padding: 11px;
    text-transform: uppercase;
    color: #5facf1;
    background: #4b506e;
    border-image: linear-gradient(to right, #5facf1, #878ac0) 1;
}

.unir-container {
    background-color: #0b0b0b;
}

.unir-container #filesNames {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unir-container .file-delete {
    background: #9e1212;
    border: 1px solid #a11111;
    color: #dadada;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.unir-container .file-delete .remove {
    text-align: center;
    margin: -3px;
}

.unir-container .file-block {
    display: flex;
}

/* checkout */
.gateway-card-icons {
    height: 1.8em;
    margin: 10px;
}

.checkout-content {
    text-align: center;
    margin: 0 auto;
}

.checkout-content .col-sm-5 {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.checkout-content .neon-border {
    box-shadow: rgb(122 106 255 / 99%) 0px -10px 38px 3px;
}

.doc-preview,
.cg-form {
    /* height: 600px; */
    /* background: #414141; */
    border-radius: 9px;
}

.doc-preview .iframe-container {
    /* width: 400px; */
    /* height: 535px; */
    padding: 2em;
    margin: 0 auto;
}

.cg-form .iframe-container iframe {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* canvas (fondo de la pagina) */
canvas {
    background: #2e2e3d;
}

.gateway_icons_section {
    display: flex;
    flex-direction: row;
    text-align: left;
    color: black;
    font-size: 14px;
    align-items: center;
    margin-bottom: 23px;
    margin-left: 30px;
    margin-right: 30px;
}

.gateway_icons_section img {
    width: 100px !important;
    height: 56px;
}

.gateway_icons_section span {
    margin-left: 20px;
}

.cus_img_size img {
    width: 100%;
    padding: 11px;
    height: auto;
    max-width: 200px;
}

html {
    scroll-behavior: smooth;
}

.upload_files_landing_modal {
    width: 900px;
}

#landing-modal-header {
    padding: 0px 15px 0px 15px;
}

#mobile_img {
    width: 80%;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
}

#mobile_png_img {
    /* width: 80%; */
    height: auto;
    border: 3px solid black;
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
    background: currentColor;
}

#mobile_style_1 {
    width: 114px;
    height: 17px;
    background: black;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

#convert_options {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 44px;
}

#edit_pdf button {
    margin: 20px;
}

#sign_pdf button {
    margin: 20px;
}

.home_contact_form_spinner {
    display: none;
    margin: auto;
    position: relative;
    width: 80px;
    height: 80px;
}

.home_contact_form_spinner div {
    box-sizing: border-box;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: home_contact_form_spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #5facf1 transparent transparent transparent;
}

.home_contact_form_spinner div:nth-child(1) {
    animation-delay: -0.45s;
}

.home_contact_form_spinner div:nth-child(2) {
    animation-delay: -0.3s;
}

.home_contact_form_spinner div:nth-child(3) {
    animation-delay: -0.15s;
}

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

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