@charset "utf-8";

/* CSS Document */


/* fonts */

@font-face {
    font-family: 'intro';
    src: url('../fonts/Intro-Book.eot');
    src: local('☺'), url('../fonts/Intro-Book.woff') format('woff'), url('../fonts/Intro-Book.ttf') format('truetype'), url('../fonts/Intro-Book.svg') format('svg');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'intro';
    src: url('../fonts/Intro-Bold.eot');
    src: local('☺'), url('../fonts/Intro-Bold.woff') format('woff'), url('../fonts/Intro-Bold.ttf') format('truetype'), url('../fonts/Intro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal
}

/* animations */

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
}
@-moz-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
}
@-o-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* GENERAL */


/* pseudoclasses --------------------------------------- */

* {
    outline: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
    font-family: 'intro', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    letter-spacing: 1px;
}
body {
    background-color: #F1F1F1;
}
main {
    display: block;
    background-color: #FFF;
    width: 100%;
    max-width: 780px;
    border-radius: 5px;
    border: 1px solid #DDD;
    margin: 120px auto 80px !important;
    position: relative;
}
header {
    padding: 30px 30px 0 30px;
}
section {
    padding: 30px;
}
footer {
    padding: 30px;
    display: table;
    width: 100%;
}
h1 {
    font-size: 14px;
    font-weight: 500;
}
h2 {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
hr {
    border-top: 1px solid #E6E6E6;
    border-bottom: none;
    margin-bottom: 15px;
}
a {
    color: inherit;
    text-decoration: none;
}
a.text {
    color: #036bfb;
}
a.text:hover {
    text-decoration: underline;
}
a:hover {
    cursor: pointer;
}
span {
    display: block;
}
ul {
    width: 100%
}

/* form */

label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
input[type="submit"] {
    border: 0;
    appearance: none;
    webkit-appearance: none;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"] {
    border: 1px solid #DDD;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    width: 100%;
}
.icon-featured li input {
    padding-left: 35px;
}
.icon-featured li {
    position: relative;
}
.icon-featured li div.icon {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 9px;
    background-position: center;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-featured li.inputs-2 li {
    width: calc(50% - 6px);
}
.icon-featured li.inputs-2 li input {
    width: 100%;
}
.icon-featured li.inputs-2 li:first-child {
    margin-right: 6px;
}
.icon-featured li.inputs-2 li:last-child {
    margin-left: 6px;
}

/* icons */

.icon-featured li div[data-icon="document"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/document-icon.svg")
}
.icon-featured li div[data-icon="email"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/email-icon.svg")
}
.icon-featured li div[data-icon="name"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/name-icon.svg")
}
.icon-featured li div[data-icon="number"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/number-icon.svg")
}
.icon-featured li div[data-icon="cvv"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/cvv-icon.svg")
}
.icon-featured li div[data-icon="calendar"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/calendar-icon.svg")
}
.icon-featured li div[data-icon="cuotas"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/cuotas-icon.svg")
}
.icon-featured li div[data-icon="coupon"] {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/coupon-icon.svg")
}
input:focus {
    border-color: #036bfb;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #FFF;
}
textarea {
    border: 1px solid #acacac;
    border-radius: 0;
    height: calc(200px - 20px);
    padding: 10px;
    resize: none;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    border-color: #036bfb;
}

/* classes --------------------------------------- */

.left {
    float: left;
}
.right {
    float: right;
}
.separator {
    position: relative;
}
.separator:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #D8D8D8;
    width: 200px;
    left: calc(50% - 100px);
    bottom: -20px
}
span.bold {
    font-weight: bold;
    display: inline-block;
}

/* colors */

h1.color-default, h2.color-default, h3.color-default, h4.color-default, h5.color-default, h6.color-default, p.color-default, span.color-default, a.color-default {
    color: #036BFB
}

/* weights */

.bold {
    font-weight: bold;
}
span.bold {
    display: inline-block;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
    text-align: center;
}

/* .btn */

.btn {
    padding: 11px 18px 10px;
    font-size: 14px;
    display: table;
    border-radius: 5px;
    min-width: 120px;
    text-align: center;
    transition: all .2s ease;
}
.btn:hover {
    cursor: pointer;
}
.btn.color-default {
    background-color: #036BFB;
    color: #FFF;
}
.btn.color-default:hover {
    background-color: #0046a5;
}
.btn.color-black {
    background-color: #000;
    color: #FFF;
}
.btn.color-black:hover {
    background-color: #777;
}
.btn.color-grey {
    background-color: #9D9D9D;
    color: #FFF;
}
.btn.color-grey:hover {
    background-color: #515151;
}
.btn.ghost {
    background-color: transparent;
    color: #A2A2A2;
    font-size: 12px;
}
.btn.ghost:hover {
    color: #000;
}
.lock-icon {
    width: 13px;
    height: 12px;
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/lock-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 12px;
    float: left;
    margin-right: 5px;
}
.methods-icons {
    height: 20px;
    padding: 20px 0 0;
    margin: 20px 0 0;
    background-position: center left;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/methods-icons.svg");
}
footer .btn {
    float: right;
}
footer .btn:first-child {
    margin-left: 10px;
}

/* actions */

.actions {
    display: flex;
}
.actions.center {
    margin: 0 auto 30px;
    width: 256px
}
.actions.center.one{
    margin: 0 auto 30px;
    width: 120px
}
.actions.center.triple {
    margin: 0 auto 30px;
    width: 420px
}
.actions.center.triple .btn:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
}
.actions .btn {
    float: left;
    margin-left: 15px;
    word-wrap: break-word;
    max-width: 128px;
    text-transform: uppercase;
}
.actions .btn:first-child {
    margin-left: 0;
}

/* note texts */

.note-text {
    text-align: center
}
.note-text p {
    display: inline-block
}
.note-text p:nth-child(2) {
    margin-top: 10px;
}

/* forms */

section.form {
    padding-top: 0;
}
.inputs-3, .input-2 {
    display: table;
}
.inputs-3 input {
    width: calc(33.33% - 4px);
    margin-right: 6px;
    float: left;
}
.inputs-2 input {
    width: calc(50% - 3px);
    margin-right: 6px;
    float: left;
}
.inputs-3 input:last-child, .inputs-2 input:last-child {
    margin-right: 0;
}
ul.form-list {
    display: table;
}
ul.form-list.half {
    width: calc(50% - 15px);
}
ul.form-list li.full {
    width: 100%;
}
ul.form-list li ul li {
    margin-bottom: 0px;
}
ul.form-list li.full:nth-child(even) {
    margin-left: 0;
}
ul.form-list li.full:nth-child(odd) {
    margin-right: 0;
}
ul.form-list li.mrg {
    margin-left: 0 !important;
    margin-right: 15px;
}
ul.form-list li.inp.inputs-1 {
    margin-left: 15px;
    margin-right: 0px;
}
ul.form-list li {
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
}
ul.form-list li.wrong input {
    border-color: #f47878;
}
ul.form-list li.wrong .select-wrapper {
    border-color: #f47878;
}
ul.form-list li .field-alert {
    background-color: #f47878;
    position: absolute;
    color: #FFF;
    padding: 0 10px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 500;
    right: 0;
    top: 0;
    display: none;
}
ul.form-list li.wrong .field-alert {
    display: block;
}
ul.form-list li.prefixed input {
    width: 90%;
    display: inline-block;
}
ul.form-list li.prefixed .prefix {
    width: 10%;
    display: inline-block;
}
ul.col-2 li {
    width: calc(50% - 15px);
    float: left;
}
ul.col-2 li:nth-child(even) {
    margin-left: 15px;
}
ul.col-2 li:nth-child(odd) {
    margin-right: 15px;
}
.checkbox {
    display: table;
}
.checkbox label {
    float: left;
}
.checkbox input {
    float: left;
    margin-right: 10px;
}
.select-wrapper {
    overflow: hidden;
    border: 1px solid #DDD;
    position: relative;
}
.select-wrapper span {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    font-size: 10px;
    left: 90%;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: -1;
}
.select-wrapper select {
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
}

.select-wrapper.disabled{
    color:#f3f3f3;
}

.radios {
    display: table;
    margin-bottom: 5px;
}
.radios.wrong input {
    box-shadow: 0 0 6px 0px #ec0808 inset;
    border-radius: 50%;
    -moz-appearance: none;
}
.radios input {
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.radios label {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.area-code {
    position: relative;
}
.area-code input {
    padding-left: 70px;
    background-color: transparent
}
.area-code .code {
    position: absolute;
    background-color: #f1f1f1;
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    line-height: 40px;
    padding: 0 15px
}
.merchant-logo {
    margin-bottom: 15px;
}
.country-flag {
    width: 25px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
}
.flag {
    display: inline-block;
}
.reference {
    float: right;
    line-height: 25px;
    margin-right: 20px;
    font-size: 12px
}
.reference span {
    display: inline-block;
    font-weight: 700;
}

/* live-card */

.live-card {
    width: calc(50% - 15px);
    background-color: #E9E9E9;
    height: 190px;
    border-radius: 25px;
    padding: 40px
}
.live-card .number {
    font-size: 21px;
    display: block;
    margin: 20px 0 45px
}
.live-card .date {
    float: right
}
.card-wrapper .jp-card .jp-card-front, .jp-card .jp-card-back {
    border-radius: 25px;
    background: #E9E9E9;
    color: #666;
}
.card-wrapper .jp-card-shiny {
    display: none;
}
.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-family: inherit;
    margin-bottom: 50px;
}
.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-family: inherit;
    font-size: 16px;
}
.card-wrapper .jp-card .jp-card-front .jp-card-display, .jp-card .jp-card-back .jp-card-display {
    color: #666;
}

/* methods */

ul.methods {
    text-align: center;
    margin: 10px 0;
    display: table;
}
ul.methods>li {
    width: 109px;
    padding: 10px;
    float: left;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 5px;
    position: relative;
}
ul.methods>li:not(.selected):hover {
    opacity: .8;
    cursor: pointer;
}
ul.methods>li.selected {
    border-color: #036BFB;
}
ul.methods>li.selected:after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #036BFB;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/tick-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
ul.methods>li .avatar {
    margin-bottom: 5px;
    display: inline-block;
    width: 65px;
    height: 50px;
    background-color: grey;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
ul.methods.favorites>li .avatar {
    width: 85px;
    height: 70px;
}
ul.methods>li small.name {
    font-size: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
ul.methods img {
    width: 40px;
}
ul.methods.favorites img {
    width: 60px;
}
ul.methods>li small.name {
    font-size: 10px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.method-required {
    position: absolute;
    right: 0;
    background-color: #f47878;
    font-size: 12px;
    color: white;
    padding: 0 10px;
    line-height: 26px;
    right: 30px;
}
.card-methods {
    margin-top: 15px;
}
.card-methods li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.card-methods img {
    width: 40px;
}

/* checkout-wrapper */

.checkout-wrapper {
    display: table;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.terms {
    width: calc(50% - 15px);
}
.terms p {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 14px;
}
.terms input {
    margin-bottom: 20px;
}
.checkout {
    width: calc(50% - 15px);
    background-color: #F1F1F1;
    border-radius: 5px;
}
.checkout.transparent {
    background-color: transparent;
}
.checkout ul {
    width: 100%;
    padding: 20px;
}
.checkout ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.checkout ul li.total {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #DADADA;
    color: #036bfb;
    font-size: 16px;
    font-weight: 700;
}
.checkout ul li small {
    float: right;
    font-size: 14px;
}
.checkout ul li.total small {
    font-size: 16px;
    font-weight: 700;
}
p.out-contact {
    position: absolute;
    left: 30px;
    bottom: -30px;
    font-size: 10px;
}
.credit-card ul.form-list li.wrong .field-alert {
    top: -25px;
}

.credit-card label{
    font-size: 11px;
    margin-bottom: 5px;
}

.credit-card .wrong label{
    color:#f47878;
}

.credit-card .input-container{
    position: relative;
}


/* master-alert */

.master-alert {
    background-color: #f47878;
    color: #FFF;
    width: 100%;
    padding: 0 30px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    display: none;
    line-height: 20px;
    padding: 10px 15px;
}
.master-alert.visible {
    display: block;
}

/* transitions */

.transition-2s {
    transition: all .2s ease;
}

/* flow-status */

.flow-status main {
    padding: 70px;
    text-align: center;
}
.flow-status .img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.flow-status.error .img {
    background-image: url('https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/status-error.svg')
}
.flow-status.success .img {
    background-image: url('https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/status-success.svg')
}
.flow-status h1 {
    font-size: 20px;
    font-weight: bold
}
.flow-status h2 {
    font-size: 16px
}
.flow-status p {
    margin-top: 15px;
    line-height: 20px;
}
.flow-status .btn {
    margin: 30px auto 0;
}
.spinner.button {
    display: inline;
}
.spinner.button>div {
    width: 5px;
    height: 5px;
    background-color: white;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

/* status */

.status {
    background-color: rgba(255, 255, 255, .95);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    padding: 70px;
    right: 0;
}
.loading.status {
    visibility: visible;
    opacity: 1
}
.success.status {
    visibility: visible;
    opacity: 1
}
.status .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: calc(100% - 140px);
    text-align: center;
}

/* spinner */

.spinner {
    width: 70px;
    text-align: center;
    display: none;
}
.loading .spinner {
    display: block;
    margin: 0 auto;
}
.spinner>div {
    width: 15px;
    height: 15px;
    background-color: #036BFB;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s
}

/* message */

.status .flow-status {
    display: none;
}
.success.status .flow-status {
    display: block;
}

/* iframe --------------------------------- */

.iframe {
    background-color: #FFF;
    font-family: "Verdana";
}
.iframe input {
    font-family: "Verdana";
}
.iframe main {
    display: table;
    max-width: initial;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.iframe header {
    padding-top: 20px;
}
.iframe form {
    display: table;
    width: 100%;
}
.iframe footer {
    padding-top: 0;
}
.iframe section {
    padding-bottom: 10px;
}
.iframe ul.form-list.half {
    width: 100%;
}
.payments {
    padding: 10px 30px;
}

/* print --------------------------------- */

.print {
    background-color: #FFF;
    font-family: "Verdana";
}
.print main {
    display: table;
    max-width: 700px;
}
.print main header .btn.color-grey {
    margin-left: 15px;
}

/* boleto */

.print.boleto main {
    border: 0;
    border-radius: 0;
    margin: 0 auto;
}
.print.boleto header {
    background-color: #F1F1F1;
}
.print.boleto h1 {
    font-size: 12px;
    margin-top: 30px;
}
.print.boleto h2 {
    font-size: 12px;
    border: 0;
}
.print.boleto h3 {
    font-size: 15px;
    padding-bottom: 10px;
}
.print.boleto .merchant-info {
    padding-top: 20px;
    padding-bottom: 10px;
}
.print.boleto .merchant-info>p {
    font-size: 10px;
    margin-bottom: 20px;
}
.print.boleto .instructions {
    font-size: 10px;
    display: table;
}
.print.boleto .instructions .merchant-logo {
    width: 140px;
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
}
.print.boleto .instructions .merchant-logo img {
    width: 100%;
}
.print.boleto .instructions .list {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: top;
}
.print.boleto .instructions .list li {
    margin-bottom: 5px;
}
.print.boleto .instructions .list li span {
    margin-top: 5px;
}
.print.boleto .invoice {
    padding: 0;
    border-top: 3px solid;
    display: table;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*.print.boleto .invoice img{width:90%;margin:0 auto;display:block;}*/


/* invoice */

.invoice header {
    display: table;
    max-width: 700px;
    margin: 0 auto 30px;
}
.invoice .merchant-bank div {
    display: inline-block;
    vertical-align: middle;
}
.invoice .bank-logo img {
    max-width: 200px;
    height: auto;
}

.invoice .merchant-bank div img {
    max-width: 200px;
    height: auto;
}

.invoice .merchant-bank .merchant-logo {
    margin-bottom: 0;
    border-right: 1px solid #DDD;
    padding-right: 10px;
    margin-right: 10px
}
.invoice header p {
    font-size: 12px;
    margin-top: 30px;
    line-height: 15px;
}
.invoice main {
    padding: 30px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.invoice main h1 {
    text-align: center;
    font-size: 18px
}
.invoice main h2 {
    text-align: center;
    font-size: 24px;
    border: 0;
    margin-bottom: 10px;
}
.invoice main h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
.invoice main h3.separator {
    margin-bottom: 50px;
}
.invoice main p {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}
.invoice main .list-data {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}
.invoice main .list-data li {
    width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    display: table
}
.invoice main .list-data li small:last-child {
    float: right;
    text-align: right;
    width: calc(100% - 160px);
    line-height: 16px
}
.invoice main .list-data ul {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}
.invoice main .list-data ul li {
    width: 100%;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 20px;
    border-bottom: none;
    margin-bottom: 0px;
    display: table
}
.invoice main .btn {
    margin: 30px auto 0;
}
.invoice main .code img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.invoice main .code p {
    word-break: break-all;
}
.invoice footer {
    font-size: 12px;
    display: table;
    max-width: 700px;
    margin: 0 auto 30px;
}
.invoice footer .btn.ghost {
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
}
.invoice footer h5 {
    margin-bottom: 10px;
}
.invoice footer ul li {
    list-style: decimal inside;
    margin-bottom: 5px;
    line-height: 15px;
}
.invoice footer ol li {
    list-style: decimal inside;
    margin-bottom: 5px;
    line-height: 15px;
}
.invoice footer p {
    margin-bottom: 30px;
    text-align: center;
}
.invoice main.double {
    max-width: 900px;
    padding: 0;
}
.invoice main.double section {
    width: 49.7%;
    display: inline-block;
}
.invoice main.double section:first-child {
    border-right: 1px dashed #DDD;
}
.invoice main.double section .merchant-bank {
    margin: 0 auto 20px;
    display: table
}
.invoice main.double section p {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}
.invoice main.double section>small {
    margin: 30px 0 0;
    display: block;
    font-size: 10px;
}

/* center */

main.center {
    text-align: center;
    padding: 40px;
    max-width: 650px;
}
main.center h4 {
    margin-bottom: 20px;
}
main.center h3 {
    margin-bottom: 20px;
}
main.center p {
    font-size: 12px;
    line-height: 15px;
}
main.center .btn.color-default {
    margin: 20px auto;
}
main.center .btn.ghost {
    margin: 0 auto 20px;
}
main.center form {
    margin-top: 20px;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

/* terms-conditions */

.terms-conditions header {
    width: 100%;
    max-width: 780px;
    margin: 20px auto 20px
}
.terms-conditions header .dlocal-logotype {
    width: 140px;
}
.terms-conditions main {
    margin-top: 10px;
    padding: 30px;
}
.terms-conditions main h1 {
    font-size: 20px;
    color: #6b00ff;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px
}
.terms-conditions main h2 {
    border: 0;
    font-size: 16px;
}
.terms-conditions main p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
}
.terms-conditions main ul {
    margin: 10px 0;
}
.terms-conditions main ul li {
    list-style: decimal inside;
}

.threeds-list{
    font-size: 80%;
    text-align: center;
    margin-bottom: 15px;
}

.threeds-list li{
    padding-bottom: 5px;
}



/* ------------------------------------------------------------- */


/* MEDIA QUERIES para imprmir */

@media print {
    @page {
        size: auto;
        margin: 0mm
    }
    .btn {
        display: none;
    }
    /* boleto */
    .print.boleto header {
        display: none;
    }
}

/* MEDIA QUERIES a partir de 780px */

@media (max-width: 780px) {
    main {
        margin: 0 auto 50px;
        border-radius: 0
    }
    .card-wrapper {
        display: none;
    }
    .left {
        float: none;
        width: 100%;
    }
    .right {
        float: none;
        width: 100%;
    }
    ul.form-list.half {
        width: 100%;
    }
    /* forms */
    ul.form-list li {
        width: 100%;
    }
    ul.col-2 li:nth-child(odd) {
        margin-right: 0;
    }
    ul.col-2 li:nth-child(even) {
        margin-left: 0;
    }
    ul.methods>li {
        display: inline-block;
        float: none;
    }
    .live-card {
        display: none;
    }
    .reference {
        float: none;
        margin: 0 0 10px 0;
        display: table
    }
    .terms {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .master-alert {
        padding: 10px 30px;
        line-height: 16px
    }
    .invoice main.double section {
        width: 100%;
        display: block;
    }
    .invoice main.double section:first-child {
        border-right: 0px;
        border-bottom: 1px dashed #DDD;
    }
    ul.form-list li.inp.inputs-1 {
        margin-left: 0px;
    }

    .credit-card label{
        font-size: 13px;
    }

    .credit-card input[type="text"],
    .credit-card input[type="tel"],
    .credit-card select:focus{
        font-size: 16px;
    }

}
@media (max-width: 420px) {
    .radios label {
        display: block;
        float: none
    }
    .radios label {
        display: block;
        float: none
    }
    /* boleto */
    .print.boleto .instructions .merchant-logo {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .print.boleto .instructions .list {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .invoice main .code.optional {
        display: none;
    }
}
@media (max-width: 768px) {
    .credit-card{
      padding: 0px 10px;
    }

    .checkout-wrapper{
      padding: 10px 15px;
    }

    .checkout ul{
      padding: 0px;
    }

    header{
      padding: 10px 10px;
    }

    footer{
      padding: 10px 10px;
    }

    .card-methods{
      margin-top: 5px;
    }
    footer .btn:first-child{
      margin-left: 0px;
    }

    .merchant-logo{
      margin-bottom: 10px;
    }

    .desktop{
      display: none !important;
    }

    .master-alert{
      border-radius: 0px;
      margin-bottom: 10px;
    }
}

.saving {
    font-size: 40px;
}
.saving span {
    display: inline;
    font-size: 50px;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.saving span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.saving span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

/*LEGAL CFT info*/

.ammount-description {
    background-color: #F7F7F7;
    width: calc(50% - 15px);
    border-radius: 12px;
}
.ammount-description ul {
    width: 100%;
    padding: 20px;
}
.ammount-description ul li small {
    float: right;
}
.ammount-description ul li:nth-child(2) {
    font-size: 8px;
    margin-top: 10px;
    margin-left: 5px;
}
.ammount-description ul li:nth-child(2) small {
    float: none;
}
.ammount-description ul li:nth-child(3) {
    margin-top: 5px;
    font-size: 40px;
}
.ammount-description.mobile {
    display: none;
}
.credit-card:after {
    content: "";
    clear: both;
    display: table;
}
@media (max-width: 780px) {
    .ammount-description.desktop {
        display: none;
    }
    .ammount-description.mobile {
        display: block;
    }
    .ammount-description {
        width: 100%;
        float: none;
        border-radius: 0;
    }
}

@media (min-width: 769px) {
  .mobile{
    display: none !important;
  }
}
/*LEGAL CFT info*/

@-webkit-keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}
@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.input-spinner{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}


.input-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #07d;
  border-bottom-color: #07d;
  animation: spinner .8s ease infinite;
  display: block;
}

.checkbox-label input{
    margin-right: 10px;
}

@media (max-width: 1023px){
    .hide-mobile{
        display:none;
    }
}

@media (min-width: 1024px){
    .hide-desktop{
        display:none;
    }
}


/*COUPON*/
.coupon{
    font-size: 13px;
    color: #666;
}

.icon-featured li .coupon .icon{
    background-size: 25px;
}


.coupon .warning.icon{
    background-repeat: no-repeat;
    height: 15px;
    background-size: 15px 15px !important;
    background-image: url('https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/warning.svg');
    width: 15px;
}

.coupon .tick.icon{
    background-repeat: no-repeat;
    height: 15px;
    background-size: 15px 15px !important;
    background-image: url("https://s3-eu-west-1.amazonaws.com/static-dlocal/images/cc/ok.svg");
    width: 15px;
}

.icon-featured li .coupon.static{
    margin-top: 10px;
}

.icon-featured li .coupon.static .icon{
    position: static;
    top: 9px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: 25px;
}

.icon-featured li .coupon input{
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
}

.coupon .coupon-label{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
    height: 12px;
    border-bottom: 1px solid;
}

.icon-featured li .coupon.static .btn{
    display: none;
}

.coupon .btn{
    vertical-align: middle;
    border:none;
    min-width: 90px;
    position: relative;
    width: 90px;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
    height: 36px;
}

.coupon .btn.loading{
    pointer-events: none;
}

.coupon .input-spinner{
    bottom:0;
    z-index: 10;
}

.coupon .input-spinner:before{
    border-top-color: white;
    border-bottom-color: white;
}

.coupon .warning{
    position: absolute;
    right: 96px;
    color:#EC4848;
    text-align: right;
    top: 10px;
}
