@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    background-color: #EEEFF3;
    font-family: 'Roboto', sans-serif
}

.card {
    width: 90%;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    margin: 20px 10px;
}

p.top {
    font-size: 14px
}

.discount {
    background-color: #1BC5DF;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 5px 15px;
    transform: translateX(24px);
    height: 35px;
    font-weight: 600;
}

.discount span {
    font-size: 18px
}

h2 {
    letter-spacing: 2px
}

.fa-euro-sign {
    font-size: 27px;
    color: #B3C4FA
}

.card-content p {
    line-height: 18px;
    font-size: 14px;
    color: #546ebc;
    margin: 15px 0px;
}

.list-content{
    height: 180px;
}

.list-permissions {
    width:100%;
    line-height: 18px;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.btn-primary {
    border: none;
    border-radius: 6px;
    background-color: #647EDF;
    padding-top: 0;
    height: 46px
}

.btn-primary span {
    font-size: 13px;
    color: #D1E2FF;
    margin-right: 10px
}

.fa-arrow-right {
    font-size: 12px;
    color: #D1E2FF
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #647EDF;
    box-shadow: none
}

.contenido{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 480px) {
    .contenido{
        grid-template-columns: 1fr;
    }
}

.gframePay{
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
    border-radius: 25px;
}

.reg-pay{
	margin-top: 0%;
	padding: 40px 0px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

/****** MODAL ******/
.modal-pay {
    position: fixed;
    min-height:inherit;
}
.modal-dialog-pay {
	position: relative;
    background-color: #EEEFF3;
    margin: auto !important;
    display: block;
    width: 600px;
}
.modal-content-pay {
    margin: 30% auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "header"
        "body"
        "footer";
}

.modal-title-pay {
    margin: 10px 0px;
    line-height: 1.42857143;
  }

.padding {
    padding: 5rem !important;
    margin-left: 300px
}

.card {
    margin-bottom: 1.5rem
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-list{
    min-height: 150px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3
}

.card-body {
    flex: 1 1 auto;
    padding: 4.25rem
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #c8ced3 !important;
    outline: 0;
    box-shadow: 0 0 0 #F44336
}

section.pricing {
    background: rgba(0, 0, 0, 0);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 4rem;
    margin: 0;
    margin-bottom: 15px;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 90%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1.5rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

.buy-button {
    transition: all .3s cubic-bezier(.53, .06, .28, .99);
    padding-left: 20px;
    padding-right: 20px;
}

.buy-button::after {
    content: "\02794";
    transition: all .3s cubic-bezier(.53, .06, .28, .99);
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    line-height: 1em;
}

.buy-button:hover::after {
    margin-left: .3em;
    opacity: 1;
}

.card-description {
    text-align: justify !important;
    min-height: 10px;
}

.special-text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify !important;
}

.info {
    padding: 4em 0;
}

.circle-loader {
    margin: 0 0 30px 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.circle-loader,
.circle-loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.success {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border opacity 500ms ease-out;
}

.success .status.draw:after {
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.success .status:after {
    opacity: 1;
    height: 4em;
    width: 2em;
    transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 1.8095238095em;
    top: 4em;
    position: absolute;
}

.failed {
    -webkit-animation: none;
    animation: none;
    border-color: #f00;
    transition: border opacity 500ms ease-out;
}

.failed .status {
    top: 50%;
    left: 50%;
    position: absolute;
}

.failed .status.draw:before,
.failed .status.draw:after {
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-name: crossmark;
}

.failed .status.draw:before {
    transform: scaleX(-1) rotate(45deg);
}

.failed .status.draw:after {
    transform: scaleX(-1) rotate(225deg);
}

.failed .status:before,
.failed .status:after {
    opacity: 1;
    height: 2em;
    width: 2em;
    transform-origin: left top;
    border-right: 2px solid #f00;
    border-top: 2px solid #f00;
    content: '';
    position: absolute;
}

.failed .status:before {
    left: calc(1.656854259em - 4px);
    top: calc(4px - 1.656854259em);
}

.failed .status:after {
    left: calc(5.656854259px - 1.656854259em);
    top: calc(1.656854259em - 2.8284271295px);
}

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

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

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 2em;
        opacity: 1;
    }

    40% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }

    100% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }
}

@keyframes crossmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 2em;
        opacity: 1;
    }

    40% {
        height: 2em;
        width: 2em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        opacity: 1;
    }
}

.payment-status {
    width: 100%;
    margin-top: 10%;
    justify-content: center;
}

.payment-status-content {
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    border-radius: 0 0 20px 20px;
}

.payment-custom-card {
    width: 80%;
    margin-top: -70px;
}

.bg-status {
    display: flex;
    justify-content: center;
    height: 200px;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

.bg-status.approved {
    background-color: #28a745;
}

.bg-status.rejected {
    background-color: #dc3545;
}

.bg-status.waiting {
    background-color: #6c757d;
}

.invoice {
    background: #fff;
    padding: 20px
}

.invoice-container{
    background: #fff;
    width: 100%;
    padding: 20px;
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
}

.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: center;
    vertical-align: bottom;
    font-weight: 300
}

.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 12px
}

.payment-message {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

@media (max-width: 768px) {
    .payment-status {
        width: 90%;
    }

    .payment-message {
        margin-top: 15%;
    }
}


body {
    margin-top: 20px;
    background: #eee;
 }

 .invoice {
    background: #fff;
    padding: 0px
 }

 .invoice-company {
    font-size: 20px;
 }

 .invoice-image{
     width: 90%;
 }

 .invoice-header {
    background: #f0f3f4;
    padding: 20px
 }

 .invoice-date,
 .invoice-from,
 .invoice-to {
    display: table-cell;
    width: 30%
 }

 .invoice-from,
 .invoice-to {
    padding-right: 15px;
 }

 .invoice-date .date,
 .invoice-from strong,
 .invoice-to strong {
    font-size: 16px;
    font-weight: 600
 }

 .invoice-date {
    text-align: right;
    padding-left: 20px
 }

 .invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
 }

 .invoice-price .invoice-price-left,
 .invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
 }

 .invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
 }

 .invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
 }

 .invoice-price .invoice-price-row {
    display: table;
    float: left
 }

 .invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300
 }

 .invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
 }

 .invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px
 }

 .invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%
 }

 .invoice>div:not(.invoice-footer) {
    margin-bottom: 20px
 }

 .btn.btn-white,
 .btn.btn-white.disabled,
 .btn.btn-white.disabled:focus,
 .btn.btn-white.disabled:hover,
 .btn.btn-white[disabled],
 .btn.btn-white[disabled]:focus,
 .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
 }