@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.pago-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 1200px) {
    .pago-container {
        flex-direction: column;
        position: absolute;
        height: auto
    }
}

.pago-container .background {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 1200px) {
    .pago-container .background {
        position: fixed;
        background-color: #fff
    }
}

.pago-form-box.form-box {
    position: relative;
    display: none;
    width: 620px
}

@media(max-width: 1200px) {
    .pago-form-box.form-box {
        width: calc(100% - 100px);
        max-width: 450px;
        display: block !important;
        margin-bottom: 30px
    }
    .pago-form-box.form-box h3 {
        text-align: center
    }
}

.pago-form-box.form-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.pago-form-box.form-box .steps {
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cdd6dd;
    margin-bottom: 40px
}

@media(max-width: 1200px) {
    .pago-form-box.form-box .steps {
        display: none
    }
}

.pago-form-box.form-box .steps li {
    font-family: "Product Sans Bold";
    align-items: center;
    font-size: 18px;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 2px solid #fff
}

.pago-form-box.form-box .steps li p {
    color: inherit
}

.pago-form-box.form-box .steps li.active,
.pago-form-box.form-box .steps li:hover {
    color: #212b36;
    border-bottom: 2px solid #6e46db
}

.pago-form-box.form-box .steps li .number {
    height: 26px;
    width: 26px;
    font-family: "Product Sans Bold";
    font-size: 18px;
    background-color: #f2f4f6;
    line-height: 26px;
    border-radius: 26px;
    text-align: center;
    margin-right: 14px
}

.pago-form-box.form-box .steps li.active .number {
    color: #6e46db;
    background-color: #dfd7fc
}

.pago-form-box.form-box .checkbox-wrapper {
    align-items: center
}

.pago-form-box.form-box .checkbox-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: flex
}

.pago-form-box.form-box .checkbox-wrapper label {
    display: flex;
    color: #212b36;
    margin-left: 15px
}

@media(max-width: 1200px) {
    .pago-form-box.form-box .checkbox-wrapper label {
        font-size: 14px
    }
}

.pago-form-box.form-box .submit {
    height: 80px
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

@media(max-width: 1200px) {
    .step-1 {
        margin-top: 40px;
        height: auto !important;
        max-height: none !important
    }
    .step-1 .mobile-only {
        display: block
    }
}

@media(max-height: 900px) {
    .step-1 {
        overflow: auto;
        max-height: 503px;
        height: calc(100% - 120px)
    }
}

.step-1 .money-wrapper {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 26px
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper {
        width: 100%;
        display: block
    }
}

.step-1 .money-wrapper input[type=number],
.step-1 .money-wrapper select {
    border-radius: 5px;
    border: 1px solid #cbd3da;
    padding: 20px;
    display: inline;
    font-size: 18px;
    font-family: "Product Sans Bold"
}

.step-1 .money-wrapper select {
    width: 70px;
    height: 18px;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper select {
        padding: 20px 0;
        font-size: 16px
    }
}

.step-1 .money-wrapper input[type=number] {
    width: 143px;
    height: 18px;
    margin-left: 20px
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper input[type=number] {
        width: calc(100% - 135px);
        font-size: 16px
    }
}

.step-1 .money-wrapper .por-dos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    text-align: center
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .por-dos {
        text-align: left;
        margin-top: 15px;
        margin-bottom: -5px;
    }
}

.step-1 .money-wrapper .por-dos .text {
    font-size: 14px;
    text-align: left;
    color: #212b36
}

.step-1 .money-wrapper .por-dos .text.right {
    text-align: right
}

.step-1 .money-wrapper .por-dos .money {
    font-family: "Product Sans Bold";
    font-size: 24px;
    color: #6e46db
}

.step-1 .money-wrapper .por-dos .multiplier {
    height: 40px;
    width: 40px;
    color: #fff;
    font-family: "Product Sans Bold";
    font-size: 20px;
    background-color: #6e46db;
    line-height: 40px;
    border-radius: 25px
}

.step-1 .money-wrapper .cuotas-wrapper {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .cuotas-wrapper {
        flex-wrap: wrap
    }
}

.step-1 .money-wrapper .cuotas-wrapper .mobile-wrapper {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .cuotas-wrapper .mobile-wrapper {
        width: 100%;
        flex-direction: column
    }
}

.step-1 .money-wrapper .cuotas-wrapper select {
    width: 271px
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .cuotas-wrapper select {
        width: 100%
    }
}

.step-1 .money-wrapper .cuotas-wrapper input {
    width: 140px;
    margin-left: 0
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .cuotas-wrapper input {
        width: calc(100% - 41px) !important;
    }
}

.step-1 .money-wrapper .cuotas-wrapper .por {
    width: 35px
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .cuotas-wrapper .por {
        margin-top: 10px;
        width: 100%
    }
}

.step-1 .money-wrapper .cuotas-wrapper .total {
    width: 70px;
    margin-left: 20px
}

@media(max-width: 1200px) {
    .step-1 .money-wrapper .cuotas-wrapper .total {
        margin-left: 0;
        margin-top: 20px;
        width: 100%
    }
}

.step-1 h4 {
    color: #637381;
    margin-bottom: 16px
}

.step-1 .suggested-money-button-wrapper button {
    width: 195px;
    min-height: 60px;
    margin-bottom: 16px
}

.step-1 .suggested-money-button-wrapper button p{
    font-family: 'Product Sans Regular';
    font-size: 14px;
}

@media(max-width: 1200px) {
    .step-1 .suggested-money-button-wrapper button {
        width: calc(33% - 5px);
        min-width: 80px
    }
}

.step-1 .submit {
    margin-top: 18px
}

@media(max-width: 1200px) {
    .step-1 .submit {
        display: none
    }
}

.step-1 .toggle-btn {
    width: 50px;
    height: 16px;
    margin: 17px 15px 13px 15px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background: #e6eaee;
    cursor: pointer;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}

.step-1 .toggle-btn.active .round-btn {
    left: 25px
}

.step-1 .toggle-btn .round-btn {
    width: 25px;
    height: 25px;
    background-color: #6e46db;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13.5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.step-1 .toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.step-1 .toggle-wrapper {
    align-items: center;
    height: 40px
}

@media(max-width: 1200px) {
    .step-1 .toggle-wrapper {
        margin-top: 20px
    }
}

.step-1 .toggle-wrapper p.active {
    font-family: "Product Sans Bold";
    color: #6e46db
}

@media(min-width: 1200px) {
    .step-1 .toggle-only .flex-wrapper input[type=number] {
        width: 231px
    }
}

.step-1 .toggle-only .por-dos {
    display: none
}

.step-1 .por-dos-only .toggle-wrapper {
    display: none
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

@media(max-width: 1200px) {
    .step-2 {
        height: auto !important;
        max-height: none !important
    }
    .step-2 .close {
        display: none
    }
    .step-2 .submit {
        display: none
    }
    .step-2 .steps-component h3 {
        display: none
    }
    .step-2 .mobile-only {
        display: block
    }
}

@media(max-height: 900px) {
    .step-2 {
        overflow: auto;
        max-height: 499px;
        height: calc(100% - 120px)
    }
}

.step-2 .inputs-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    height: 240px
}

@media(max-width: 1200px) {
    .step-2 .inputs-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 450px;
        margin-bottom: 23px
    }
}

.step-2 select {
    box-sizing: content-box
}

.step-2 #select-embajador {
	display: none;
}


.step-2 input[type=text],
.step-2 select {
    width: 260px;
    height: 58px;
    border-radius: 5px;
    border: 1px solid #cbd3da;
    padding: 0 20px;
    display: inline;
    font-size: 18px
}

@media(max-height: 900px) {
    .step-2 input[type=text],
    .step-2 select {
        width: 255px
    }
}

@media(max-width: 1200px) {
    .step-2 input[type=text],
    .step-2 select {
        width: calc(100% - 50px);
        font-size: 16px !important
    }
}

.step-2 .checkbox-wrapper.first-checkbox {
    margin-top: 8px
}

@media(max-width: 1200px) {
    .step-2 .checkbox-wrapper.first-checkbox {
        margin-top: 0
    }
}

.step-2 .checkbox-wrapper.second-checkbox {
    margin: 20px 0 20px
}

.step-2 textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #cbd3da;
    padding: 20px;
    display: block;
    font-size: 18px;
    font-family: "Product Sans Regular", "Arial";
    margin: 0 0 40px;
    display: none
}

@media(max-width: 1200px) {
    .step-2 textarea {
        font-size: 16px !important
    }
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

@media(max-width: 1200px) {
    .step-3 {
        height: auto !important;
        max-height: none !important
    }
    .step-3 .close {
        display: none
    }
    .step-3 .steps-component h3 {
        display: none
    }
    .step-3 .mobile-only {
        display: block
    }
    .step-3 .submit {
        font-size: 20px
    }
}

@media(max-height: 900px) {
    .step-3 {
        overflow: auto;
        max-height: 100%;
        height: calc(100% - 120px)
    }
}

.step-3 h4 {
    margin-bottom: 18px
}

.step-3 .custom-radio-wrapper {
    margin-bottom: 18px;
    justify-content: space-between
}

@media(max-width: 1200px) {
    .step-3 .custom-radio-wrapper {
        display: block
    }
}

.step-3 .custom-radio-wrapper .custom-radio {
    width: calc(50% - 50px)
}

@media(max-width: 1200px) {
    .step-3 .custom-radio-wrapper .custom-radio {
        width: calc(100% - 40px)
    }
    .step-3 .custom-radio-wrapper .custom-radio:first-of-type {
        margin-bottom: 20px
    }
}

.step-3 .custom-radio {
    width: calc(100% - 44px);
    min-height: 40px;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    border: 2px solid #fff;
    cursor: pointer
}

.step-3 .custom-radio.selected,
.step-3 .custom-radio:hover {
    background-color: #f7f5fe;
    border: 2px solid #6e46db
}

.step-3 .custom-radio input[type=radio] {
    margin-right: 24px
}

.step-3 .custom-radio label {
    color: #212b36
}

.step-3 .custom-radio label.bold {
    font-family: "Product Sans Bold"
}

.step-3 .custom-radio label.small {
    font-size: 14px;
    color: #455a64
}

.step-3 .payment-image-wrapper {
    margin: 20px 0
}

.step-3 h5 {
    font-family: "Product Sans Bold";
    font-size: 22px;
    color: #212b36;
    text-align: center;
    margin-bottom: 24px
}

@media(max-width: 1200px) {
    .step-3 h5 {
        font-size: 18px
    }
}

.step-3 .por-dos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px
}

@media(max-width: 1200px) {
    .step-3 .por-dos {
        font-size: 14px
    }
}

.step-3 .por-dos .text {
    font-size: 18px;
    text-align: left;
    color: #212b36;
    margin-bottom: 8px
}

.step-3 .por-dos .text.right {
    text-align: right
}

.step-3 .por-dos .money {
    font-family: "Product Sans Bold";
    font-size: 32px;
    color: #6e46db
}

@media(max-width: 1200px) {
    .step-3 .por-dos .money {
        font-size: 22px
    }
}

.step-3 .por-dos .multiplier {
    font-family: "Product Sans Bold";
    font-size: 50px;
    color: #6e46db;
    margin: 0 80px
}

@media(max-width: 1200px) {
    .step-3 .por-dos .multiplier {
        font-size: 40px;
        margin: 0 30px
    }
}

.step-3 .checkbox-wrapper {
    justify-content: center;
    margin-bottom: 26px
}

.step-3 .encrypted {
    align-items: center;
    justify-content: center;
    color: #6e46db;
    margin: 24px 0
}

@media(max-width: 1200px) {
    .step-3 .encrypted {
        font-size: 14px
    }
}

.step-3 .encrypted img {
    width: 20px;
    margin-right: 10px
}

@media(max-width: 1200px) {
    .step-3 .encrypted img {
        width: auto;
        height: 20px
    }
}

.step-3 .terms {
    color: #8198ab;
    text-align: center
}

@media(max-width: 1200px) {
    .step-3 .terms {
        font-size: 14px
    }
}

.step-3 .terms a {
    color: #8198ab;
    text-decoration: underline
}

/*# sourceMappingURL=pago.css.map */