.dce-modalwindow-section{display:inline-block}.dce-modalwindow-section.modal-is-visible{position:relative;z-index:10000}.dce-modalwindow-section .cd-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;visibility:hidden;opacity:0;z-index:100;pointer-events:none;-webkit-transition:visibility 0s 0.3s,opacity 0.3s 0s,z-index 0s 0.3s;-moz-transition:visibility 0s 0.3s,opacity 0.3s 0s,z-index 0s 0.3s;transition:visibility 0s 0.3s,opacity 0.3s 0s,z-index 0s 0.3s}.dce-modalwindow-section .cd-modal::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:60px;pointer-events:none;background:transparent}.dce-modalwindow-section .cd-modal .cd-modal-content{height:100%;width:100%;text-align:left;overflow-x:hidden;overflow-y:auto;padding:3rem 1rem}.dce-modalwindow-section.modal-is-visible .cd-modal{z-index:100;visibility:visible;opacity:1;pointer-events:auto;-webkit-transition:visibility 0s 0s,opacity 0.6s 0s,z-index 0s 0s;-moz-transition:visibility 0s 0s,opacity 0.6s 0s,z-index 0s 0s;transition:visibility 0s 0s,opacity 0.6s 0s,z-index 0s 0s}.dce-modalwindow-section.modal-is-visible .cd-modal .cd-modal-content{-webkit-overflow-scrolling:touch}.dce-modalwindow-section .cd-modal-action{position:relative}.dce-modalwindow-section .cd-modal-action .btn{height:4em;background-color:#000;text-align:center;text-align:center;margin:0 auto;display:block}.dce-modalwindow-section .cd-modal-action .cd-modal-bg{display:inline-block;height:4em;background-color:#000}.dce-modalwindow-section .cd-modal-action .btn{width:12.5em;color:#fff;width:auto;height:auto;line-height:1;padding:20px;overflow:hidden;white-space:nowrap;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dce-modalwindow-section .cd-modal-action .btn.to-circle{border-radius:100px!important;color:transparent!important;-webkit-transition:color 0.2s 0s,width 0.3s 0.1s,border-radius 0.1s 0.2s;-moz-transition:color 0.2s 0s,width 0.3s 0.1s,border-radius 0.1s 0.2s;transition:color 0.2s 0s,width 0.3s 0.1s,border-radius 0.1s 0.2s}.dce-modalwindow-section .cd-modal-action .cd-modal-bg{position:absolute;z-index:100;left:50%;top:50%;width:4em;border-radius:50%;opacity:0;visibility:hidden;-webkit-transform:translate(-2em,-2em);-moz-transform:translate(-2em,-2em);-ms-transform:translate(-2em,-2em);-o-transform:translate(-2em,-2em);transform:translate(-2em,-2em);-webkit-transition:visibility 0s 0.5s,background-color 1s 0.5s;-moz-transition:visibility 0s 0.5s,background-color 1s 0.5s;transition:visibility 0s 0.5s,background-color 1s 0.5s}.dce-modalwindow-section .cd-modal-action .cd-modal-bg.is-visible{opacity:1;visibility:visible}.dce-modalwindow-section .cd-modal-close{position:fixed;z-index:101;top:0;right:0;display:flex;white-space:nowrap}.dce-modalwindow-section .cd-modal-close .dce-quit-ics{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 0.3s 0s,opacity 0.3s 0s;-moz-transition:-moz-transform 0.3s 0s,opacity 0.3s 0s;transition:transform 0.3s 0s,opacity 0.3s 0s}.dce-modalwindow-section.modal-is-visible .cd-modal-close .dce-quit-ics{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.collapse-button {
display: none;
}
.home-link-text {
position: inherit !important;
} .stepwizard {
margin-bottom: 100px;
}
.stepwizard strong {
font-weight: 600 !important;
}
.stepwizard small,
.stepwizard p,
.stepwizard .white {
color: #592a96;
}
.stepwizard .tac {
text-align: center;
} .stepwizard .stepwizard-header {
margin: 20px 0 !important;
position: relative;
display: flex;
}
.stepwizard .stepwizard-header:before {
top: 19px;
position: absolute;
content: " ";
width: 100%;
height: 4px;
background-color: #fff;
z-index: 0;
border-radius: 999px;
border: 1px solid #fff;
}
.stepwizard .stepwizard-header .stepwizard-step {
text-align: center;
position: relative;
cursor: pointer;
flex: 1 1 0;
}
.stepwizard .stepwizard-header .stepwizard-step p {
margin: 10px 0;
}
.stepwizard .stepwizard-header .step-circle {
font-family: 'Poppins', sans-serif;
width: 40px;
height: 40px;
text-align: center;
padding: 6px 0;
font-size: 20px;
line-height: 30px;
border-radius: 20px;
background-color: #fff;
margin: auto;
font-weight: 500;
color: #592a96;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.stepwizard .stepwizard-header .step-circle.active {
background-color: #c31c94;
color: #fff;
} .stepwizard .stepwizard-body .step-content {
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
} #plan-selection .entry-selection {
position: relative;
background: #fff;
}
#plan-selection .entry-selection:not(:last-child) {
margin-bottom: 1em;
} #plan-selection .entry-selection h3 {
position: relative;
font-weight: normal;
font-size: 24px;
text-transform: uppercase;
color: #444;
line-height: 70px;
min-height: 70px;
padding: 0 73px 0 90px;
border-bottom: 1px solid #e6e6e6;
cursor: pointer;
margin-bottom: 0;
margin-top: 0;
}
#plan-selection .entry-selection h3:after {
content: "";
position: absolute;
top: 50%;
right: 30px;
display: block;
width: 13px;
height: 25px;
margin-top: -12px;
background: url(//pontue.com.br/wp-content/plugins/pontue-iugu-integration/assets/img/icone-seta.svg) no-repeat;
background-size: 100%;
transform: rotate(90deg);
transition: all .3s;
margin-bottom: 0;
}
#plan-selection .entry-selection.active h3:after {
transform: rotate(270deg);
}
#plan-selection .entry-selection h3 .entry-step {
transition: all .3s;
display: block;
width: 30px;
height: 30px;
border-radius: 100%;
font-size: 18px;
line-height: 26px;
text-align: center;
position: absolute;
top: 50%;
left: 25px;
color: #c31c94;
background-color: #FFFFFF;
border: 2px solid #c31c94;
transform: translateY(-50%);
}
#plan-selection .entry-selection.active h3 .entry-step,
#plan-selection .entry-selection h3:hover .entry-step {
background-color: #c31c94;
border-color: #c31c94;
color: #fff;
} #plan-selection .entry-selection .entry-content {
max-height: 2000px;
padding: 1.5em;
}
#plan-selection .entry-selection .entry-content-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
} #plan-selection .entry-selection .entry-content-item {
width: 49%;
border: 1px solid #eee;
background-color: #f1f1f1;
position: relative;
margin-bottom: 1rem;
}
#plan-selection .entry-selection .entry-content-item dt {
margin: 0;
padding: 5px 10px;
height: 40px;
overflow: hidden;
background: #c31c94;
font-size: 18px;
font-weight: bold;
color: #fff;
border: 1px solid #c31c94;
border-bottom: none;
}
#plan-selection .entry-selection .entry-content-item .entry-content-info p {
color: #333;
}
#plan-selection .entry-selection .entry-content-item .entry-content-description {
margin-bottom: 55px;
padding: 0 15px;
text-align: justify;
}
#plan-selection .entry-selection.tempo .entry-content-item .entry-content-description {
margin-bottom: 50px;
}
#plan-selection .entry-selection .entry-content-item .entry-content-price {
font-weight: bold;
line-height: 40px;
text-align: center;
margin-bottom: 0;
margin-top: 10px;
position: relative;
}
#plan-selection .entry-selection .entry-content-item .entry-content-price sup {
top: -1.5em;
}
#plan-selection .entry-selection .entry-content-item .entry-content-price .monthly {
font-weight: normal;
font-size: 11px;
position: absolute;
right: 20px;
bottom: 0;
line-height: 36px;
}
#plan-selection .entry-selection .entry-content-item .entry-content-price .value {
font-size: 40px;
line-height: 40px;
}
#plan-selection .entry-selection .entry-content-item .entry-content-choose {
display: block;
height: 40px;
background: #592a96;
font-size: 18px; text-transform: uppercase;
text-align: center;
color: #fff;
position: absolute;
bottom: 0;
width: 100%;
text-decoration: none;
transition: all .3s;
-webkit-appearance: none;
outline: none;
border: none;
cursor: pointer;
}
#plan-selection .entry-selection .entry-content-item .entry-content-choose:after {
content: "";
position: relative;
top: 1px;
display: inline-block;
width: 8px;
height: 15px;
margin-left: 10px;
background: url(//pontue.com.br/wp-content/plugins/pontue-iugu-integration/assets/img/icone-seta-branca.svg) no-repeat;
background-size: 100%;
transition: all .3s;
} #plan-selection .cart-container {
background-color: #fff;
display: inline-block;
width: 100%;
}
#plan-selection .cart-title {
position: relative;
height: 44px;
background: #c31c94;
line-height: 44px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
color: #fff;
margin: 0;
font-size: 1.5rem;
}
#plan-selection .cart-title:after {
content: "";
position: absolute;
bottom: -8px;
left: 50%;
width: 0;
height: 0;
margin-left: -9px;
border-style: solid;
border-width: 8px 9px 0 9px;
border-color: #c31c94 transparent transparent transparent;
z-index: 2;
}
#plan-selection .cart-empty {
margin: 30px 15px;
padding: 1em;
border: 1px dashed #666;
background: #f1f1f1;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
text-align: center;
}
#plan-selection .cart-empty p {
color: #333;
}
#plan-selection .cart-empty svg {
width: 30px;
}
#plan-selection .cart-item {
border: 1px solid #eee;
position: relative;
padding: 15px 20px 15px 10px;
display: flex;
}
#plan-selection .cart-item.empty {
padding: 15px 15px 15px 10px;
}
#plan-selection .cart-item .number {
display: inline-block;
transition: all .3s;
width: 25px;
height: 25px;
border-radius: 100%;
font-size: 16px;
line-height: 22px;
text-align: center;
border: 2px solid #c31c94;
background-color: #c31c94;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 700;
vertical-align: top;
}
#plan-selection .cart-item .item-selected {
display: inline-block;
margin-left: 5px;
letter-spacing: -0.3px;
width: calc(100% - 25px - 75px - 15px);
}
#plan-selection .cart-item.empty .item-selected {
width: 0;
}
#plan-selection .cart-item.tempo:not(.empty) .item-selected {
width: calc(100% - 25px - 120px - 15px);
}
#plan-selection .cart-item.tempo:not(.empty) .value {
width: 120px;
}
#plan-selection .cart-item.tempo:not(.empty) .value span.rs {
font-weight: 400;
font-size: 70%;
margin-left: 5px;
vertical-align: text-bottom;
}
#plan-selection .cart-item.empty .value {
cursor: pointer;
}
#plan-selection .cart-item.empty .value:hover {
text-decoration: underline;
}
#plan-selection .cart-item.empty.selected {
display: none;
}
#plan-selection .cart-item .value {
font-weight: 700;
font-size: 20px;
display: inline-block;
letter-spacing: -1px;
width: 75px;
vertical-align: top;
text-align: right;
}
#plan-selection .cart-item.empty .value {
text-align: right;
flex-grow: 1;
}
#plan-selection .cart-item .remove {
position: absolute;
top: 0;
right: 0;
font-weight: 700;
height: 100%;
width: 25px;
text-align: center;
cursor: pointer;
}
#plan-selection .cart-item .remove p {
top: 50%;
position: relative;
transform: translateY(-50%);
color: #333;
}
#plan-selection .cart-totals {
background-color: #fff;
color: #333;
}
#plan-selection .cart-totals .finalize-error {
color: #333;
font-weight: 700;
padding: 15px;
}
#plan-selection .cart-totals>div {
padding: 0 15px 15px;
}
#plan-selection .cart-totals>div.finalize {
padding-top: 15px;
padding-bottom: 15px;
}
#plan-selection .cart-totals>:first-child {
padding-top: 15px;
}
#plan-selection .cart-totals small {
color: #333;
}
#plan-selection .cart-totals p {
color: #333;
margin-bottom: 0;
display: inline-block;
}
#plan-selection .cart-totals p+p {
float: right;
}
#plan-selection .cart-totals .total div {
float: right;
}
#plan-selection .cart-totals .total div p {
line-height: 17px;
text-align: right;
float: right;
}
#plan-selection .cart-totals .total div p+p {
margin-top: 15px;
}
#plan-selection .cart-totals .total div p,
#plan-selection .cart-totals .total:after {
display: block;
content: "";
clear: both;
}
#plan-selection .cart-totals .currency,
#plan-selection .cart-totals .value {
font-size: 18px;
font-weight: bold;
}
#plan-selection .cart-totals .finalize {
background-color: #c31c94;
color: #fff;
text-align: center;
font-weight: 700;
cursor: pointer;
font-size: 1.5rem;
text-transform: uppercase;
} .stepwizard small,
.stepwizard p {
color: #592a96;
}
.stepwizard .stepwizard-header .step-circle {
width: 40px;
height: 40px;
text-align: center;
padding: 6px 0;
font-size: 20px;
line-height: 30px;
border-radius: 20px;
background-color: #fff;
margin: auto;
font-weight: 500;
color: #ccc;
}
.stepwizard .stepwizard-header .step-circle.active {
background-color: #c31c94;
color: #fff;
}
.stepwizard .stepwizard-body #client-form {
padding-top: 30px;
}
.stepwizard .stepwizard-body #new-user {
height: 265px;
padding-top: 0;
}
.stepwizard .stepwizard-body #credit-card-form {
height: 240px;
padding-top: 40px;
}
.stepwizard .stepwizard-body .form-error {
margin: 0;
position: absolute;
font-size: 14px;
font-weight: 500;
}
.stepwizard .stepwizard-body input,
.stepwizard .stepwizard-body select {
box-sizing: border-box;
display: inline-block;
width: 100%;
max-width: 100%;
padding: .5278em;
background-color: #f1f1f1;
border: 2px solid rgba(51, 51, 51, .1);
-moz-box-sizing: border-box;
margin-bottom: 10px;
border-radius: 5px;
}
.stepwizard .stepwizard-body select:disabled {
color: #ccc;
cursor: not-allowed;
}
.stepwizard .stepwizard-body input.disabled {
cursor: not-allowed;
}
.stepwizard .stepwizard-body select {
padding: .6278em;
}
.stepwizard .stepwizard-body .input-group {
position: relative;
}
.stepwizard .stepwizard-body .input-group.nmb_a {
display: inline-block;
width: calc(100% - 95px);
}
.stepwizard .stepwizard-body .input-group.nmb_b {
width: 90px;
display: inline-block;
}
.stepwizard .stepwizard-body .input-group.nmb_c {
display: inline-block;
width: calc(100% - 115px);
}
.stepwizard .stepwizard-body .input-group.nmb_d {
display: inline-block;
width: 110px;
}
.stepwizard .stepwizard-body input.has-error {
border-color: #ff5555;
}
.stepwizard .stepwizard-footer {
margin-top: 50px;
}
.stepwizard .stepwizard-footer .btn-block {
margin-top: .5em;
min-height: 40px;
padding: 10px;
position: relative;
width: 100%;
}
.stepwizard .stepwizard-footer .btn-block:focus,
.stepwizard .stepwizard-body input:focus {
outline: none;
}
.stepwizard .stepwizard-footer .btn-block .loader-wrapper,
.stepwizard .stepwizard-body .desconto-validator .desconto-submit .loader-wrapper {
border-radius: 5px !important;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #592a95;
} .stepwizard .stepwizard-footer .btn-block .loader-wrapper .loader .sk-folding-cube,
.stepwizard .stepwizard-body .desconto-validator .desconto-submit .loader-wrapper .loader .sk-folding-cube {
width: 25px;
height: 25px;
}
.stepwizard .stepwizard-body .payment-switcher {
margin-bottom: 15px;
float: left;
width: 100%;
}
.stepwizard .stepwizard-body .payment .payment-icons {
float: right;
padding: 2px 5px;
margin-top: 3px;
background-color: #fff;
border-radius: 2px;
}
.stepwizard .stepwizard-body .payment .payment-type-select,
.stepwizard .stepwizard-body .user .non-finished {
font-size: 22px;
vertical-align: middle;
font-weight: 500;
text-align: center;
color: #592a96;
padding-top: 50px;
}
.stepwizard .stepwizard-body .payment-switcher .payment-type {
background-color: #c31c94;
padding: 15px;
width: 50%;
float: left;
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
.stepwizard .stepwizard-body .payment-switcher .payment-type.active {
text-decoration: underline;
background-color: rgba(195, 28, 148, 0.5);
}
.stepwizard .stepwizard-body .payment-switcher .payment-type:hover {
background-color: rgba(195, 28, 148, 0.7);
}
.stepwizard .stepwizard-body .payment-switcher .payment-type.credit-card {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.stepwizard .stepwizard-body .payment-switcher .payment-type.bank-slip {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper {
padding: 20px 15px 0 0;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon {
position: absolute;
width: 22px;
height: 22px;
background: #CCC;
left: 10px;
top: 11px;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group input {
padding-left: 40px;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon.ccic-name {
background: url(//pontue.com.br/wp-content/plugins/pontue-iugu-integration/assets/img/cc-name.png) no-repeat;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon.ccic-exp {
background: url(//pontue.com.br/wp-content/plugins/pontue-iugu-integration/assets/img/cc-exp.png) no-repeat;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon.ccic-brand {
background: url(//pontue.com.br/wp-content/plugins/pontue-iugu-integration/assets/img/cc-brands.png) no-repeat;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon.ccic-cvv {
background: url(//pontue.com.br/wp-content/plugins/pontue-iugu-integration/assets/img/cc-cvv.png) no-repeat;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon.ccic-cvv,
.stepwizard .stepwizard-body .credit-card-form-wrapper .input-group .icon.ccic-brand {
-webkit-transition: background-position .2s ease-in;
-moz-transition: background-position .2s ease-in;
-o-transition: background-position .2s ease-in;
transition: background-position .2s ease-in;
}
.stepwizard .stepwizard-body .amex .credit-card-form-wrapper .input-group .icon.ccic-cvv {
background-position: 0px -22px;
}
.stepwizard .stepwizard-body .amex .credit-card-form-wrapper .input-group .icon.ccic-brand {
background-position: 0px -110px;
}
.stepwizard .stepwizard-body .visa .credit-card-form-wrapper .input-group .icon.ccic-brand {
background-position: 0px -22px;
}
.stepwizard .stepwizard-body .diners .credit-card-form-wrapper .input-group .icon.ccic-brand {
background-position: 0px -88px;
}
.stepwizard .stepwizard-body .mastercard .credit-card-form-wrapper .input-group .icon.ccic-brand {
background-position: 0px -66px;
}
stepwizard .stepwizard-body input {
display: inline-block;
}
.stepwizard .stepwizard-body .half {
width: 49%;
display: inline-block;
}
.stepwizard .stepwizard-body .cep,
.stepwizard .stepwizard-body .numero {
width: 100px;
}
.stepwizard .stepwizard-body .rua {
width: calc(100% - 226px);
}
.stepwizard .stepwizard-body .user .user-info-end p,
.stepwizard .stepwizard-body .user #new-user p {
font-size: 18px;
vertical-align: middle;
font-weight: 600;
text-align: center;
color: #592a96;
}
.stepwizard .stepwizard-body .user .user-info-end .steps-instructions {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
.stepwizard .stepwizard-body .user .user-info-end .steps-instructions p {
margin-bottom: 5px;
text-align: left;
}
.sbox-3,
.sbox-4,
.sbox-5,
.sbox-6 {
margin-bottom: 0 !important;
}
.stepwizard .stepwizard-body p.desconto {
margin-bottom: 0;
margin-top: 5px;
font-weight: 600;
cursor: pointer;
text-align: center;
}
.stepwizard .stepwizard-body .return-message {
color: #592a96;
font-size: 0.8rem;
line-height: 1rem;
}
.stepwizard .stepwizard-body .desconto-validator {
padding: 10px 0;
margin-bottom: 15px;
}
.stepwizard .stepwizard-body .desconto-validator .desconto-submit {
width: 130px;
min-width: 130px;
font-size: 18px;
margin-bottom: 0;
text-align: center;
float: right;
padding: 8px;
position: relative;
margin-top: 0;
}
.stepwizard .stepwizard-body .desconto-validator input {
width: calc(100% - 145px);
min-width: calc(100% - 145px);
display: inline-block;
margin-bottom: 0;
}
.stepwizard .stepwizard-body .discount-disclaimer {
font-size: 12px;
margin-left: 10px;
vertical-align: text-bottom;
}
.stepwizard .stepwizard-body .desconto-validator+.stepwizard-footer {
margin-top: 0;
}
span.underline {
text-decoration: underline;
}
#plan-selection .entry-selection h3 p {
color: #333;
margin: 0;
line-height: 1.4;
}
#plan-selection .entry-learn-more {
cursor: pointer;
text-decoration: underline;
}
body .spu-box {
transform: skew(0deg, -3deg) !important;
-ms-transform: skew(0deg, -3deg) !important;
-webkit-transform: skew(0deg, -3deg) !important;
border-radius: 8px !important;
box-shadow: 1px 8px 42px 0 rgba(0, 0, 0, 0.26) !important;
background-color: #592a96 !important;
margin: auto !important;
}
body .spu-box .spu-content {
transform: skew(0deg, 3deg) !important;
-ms-transform: skew(0deg, 3deg) !important;
-webkit-transform: skew(0deg, 3deg) !important;
position: relative !important;
}
body .spu-box .spu-content #dynamic-content {
color: #fff;
font-weight: 500;
font-size: 16px;
}
body .spu-box .spu-content #dynamic-content a {
text-decoration: underline;
color: #fff;
}
body .spu-box .spu-content #dynamic-content a:hover {
color: #c31c94;
}
@media (max-width: 580px) {
.stepwizard .stepwizard-body #step-1,
.stepwizard .stepwizard-body #step-2,
.stepwizard .stepwizard-body #step-3 {
height: auto;
}
.stepwizard .stepwizard-body #client-form,
.stepwizard .stepwizard-body #new-user,
.stepwizard .stepwizard-body #credit-card-form {
height: auto;
padding-top: 0;
}
span.hidden-text-mobile {
display: none !important;
}
.stepwizard .stepwizard-body .payment .payment-type-select {
line-height: 25px;
padding-top: 50px;
padding-bottom: 50px;
}
.stepwizard .stepwizard-body .credit-card-form-wrapper {
padding: 0;
}
#bank-slip-form input {
margin-bottom: 2px;
}
.stepwizard .stepwizard-header {
margin: 10px 0 5px 0 !important;
}
#plan-selection .entry-selection h3 {
padding: 0 40px;
font-size: 20px;
line-height: 50px;
min-height: 50px;
}
#plan-selection .entry-selection h3 .entry-step {
left: 10px;
width: 20px;
height: 20px;
font-size: 15px;
line-height: 15px;
}
#plan-selection .entry-selection h3 p.correcoes {
line-height: 20px;
margin: 0;
padding-top: 5px;
}
#plan-selection .entry-selection h3:after {
right: 15px;
width: 10px;
height: 20px;
margin-top: -10px;
}
#plan-selection .entry-selection .entry-content {
padding: 0.5em;
}
#plan-selection .entry-selection .entry-content-item {
width: 99%;
}
.hidden-mobile {
display: none;
}
#plan-selection .entry-selection .entry-content-item dt {
line-height: 32px;
letter-spacing: -0.5px;
font-size: 16px;
}
#plan-selection .cart {
margin-top: 30px;
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
#plan-selection {
flex-direction: column;
}
#plan-selection .selection-container{
margin-bottom: 1rem;
margin-right: 0 !important;
}
#plan-selection .cart {
max-width: unset !important;
min-width: auto !important;
width: auto !important;
}
.checkout-modal .checkout-modal-background {
font-size: 1.2rem !important;
padding: 2rem !important;
max-height: calc(100% - 2rem);
overflow: scroll;
}
.checkout-modal {
max-height: 100vh;
overflow: scroll;
}
.checkout-modal .close-button {
right: 10px !important;
top: 10px !important;
}
}
.link {
color: #fff;
text-decoration: underline;
}
.link:hover {
color: #c31c94;
}
.g-recaptcha {
position: fixed;
right: 0;
bottom: 14px;
z-index: 999;
}
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -2px !important;
bottom: 20px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
#plan-selection {
display: flex;
}
#plan-selection .selection-container {
flex-grow: 1;
margin-right: 15px;
}
#plan-selection .cart {
max-width: 350px;
min-width: 350px;
width: 350px;
}
dd {
margin: 0
}
#plan-selection .cart-item.empty.tempo {
display: block;
}
.checkout-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.5);
z-index: 9999999;
display: flex;
align-items: center;
justify-content: center;
}
.checkout-modal .checkout-modal-background {
padding: 3rem;
border-radius: 10px;
background-color: #592a96;
position: relative;
color: #fff;
font-size: 1.3rem;
line-height: 1.4;
font-weight: 600;
max-width: 650px;
text-align: center;
}
.checkout-modal .checkout-modal-background.wide {
width: 70%;
max-width: unset;
}
.checkout-modal .close-button {
position: absolute;
right: 15px;
top: 10px;
cursor: pointer;
}
.checkout-modal .close-button:hover {
color: #c31c94;
}
.stores {
display: flex;
justify-content: space-evenly;
margin-top: 2rem;
}
.store {
max-width: 215px;
}
.store p {
font-size: 14px !important;
font-weight: 500 !important;
}
@media (max-width: 580px) {
.stores {
flex-direction: column;
}
}