.card {
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    height: 52rem;
}

.card__side {
    height: 52rem;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
}

.card__side--front {
    background-color: #fff;
}

.card__side--back {
    transform: rotateY(180deg);
}

.card__side--back-1 {
    background-image: linear-gradient(to right bottom, #367fa9, #222d32);
}

.card__side--back-2 {
    background-image: linear-gradient(to right bottom, #000428, #004e92);
}

.card__side--back-3 {
    background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}

.card:hover .card__side--front {
    transform: rotateY(-180deg);
}

.card:hover .card__side--back {
    transform: rotateY(0);
}

.card__picture {
    background-size: cover;
    height: 29rem;
    background-blend-mode: screen;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.card__picture--1 {
    background-image: linear-gradient(to right bottom, #367fa952, #222d32), url("/images/membresia.png");
}

.card__picture--2 {
    background-image: linear-gradient(to right bottom, #367fa952, #004e92), url("/images/membresia.png");
}

.card__picture--3 {
    background-image: linear-gradient(to right bottom, #367fa952, #5643fa), url("/images/membresia.png");
}

.card__heading {
    font-size: 2.8rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 15rem;
    right: 2rem;
    text-align: left;
    width: 80%;
    font-weight: bold;
}

.card__heading-span {
    /*padding: .5rem 1.5rem;*/
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


/*.card__heading-span--1 {
  background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85));
}*/

.card__heading-span--2 {
    background-image: linear-gradient(to right bottom, rgba(0, 4, 40, 0.85), rgba(0, 78, 146, 0.85));
}

.card__heading-span--3 {
    background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85));
}

.card__details {
    padding: 3rem;
}

.card__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
}

.card__details ul li {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
}

.card__details ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card__price-box {
    color: #fff;
    text-align: center;
    margin-bottom: 8rem;
}

.card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.card__price-value {
    font-size: 6rem;
    font-weight: 100;
}

.btn--white--animated {
    animation: fadeInUp .5s ease-out;
    animation-fill-mode: backwards;
}

.btn--white:link,
.btn--white:visited {
    text-transform: uppercase;
    padding: 1.5rem 4rem;
    display: inline-block;
    transition: all .2s;
    color: initial;
    position: relative;
    font-size: 1.6rem;
}

.btn--white:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn--white:active {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--white::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .2s;
}

.btn--white::after {
    background: #fff;
}

.btn--white:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn--white {
    background-color: #fff;
    border-radius: 10rem;
}

.btn--white--blue {
    background-color: #004e92;
    border-radius: 10rem;
    color: #fff !important;
}

.text-center {
    text-align: center;
}


/*ESTILOS OPENPAY*/

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.bkng-tb-cntnt {
    width: 100%;
}

.bkng-tb-cntnt a.button {
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 5px 20px;
    width: auto;
}

.bkng-tb-cntnt a.button.o {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e51f04;
    border: 1px solid #e51f04;
}

.bkng-tb-cntnt a.button i {
    color: #fff;
}

.bkng-tb-cntnt a.button.o i {
    color: #e51f04;
}

.bkng-tb-cntnt a.button.right i {
    float: right;
    margin: 2px 0 0 10px;
}

.bkng-tb-cntnt a.button.left {
    float: left;
}

.bkng-tb-cntnt a.button.disabled.o {
    border-color: #ccc;
    color: #ccc;
}

.bkng-tb-cntnt a.button.disabled.o i {
    color: #ccc;
}

.pymnts {
    background: #fafafa;
    padding-bottom: 20px;
    width: 100%;
}

.CardHeader {
    background-color: #000428;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 20px;
}

.sctn-row {
    margin-bottom: 35px;
    width: 800px;
}

.sctn-col {
    width: 375px;
}

.sctn-col.l {
    width: 425px;
}

.sctn-col input {
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 12px;
    width: 333px;
}

.sctn-col label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    width: 100%;
}

.sctn-col.x3 {
    width: 300px;
}

.sctn-col.x3.last {
    width: 200px;
}

.sctn-col.x3 input {
    width: 210px;
}

.sctn-col.x3 a {
    float: right;
}

.pymnts-sctn {
    width: 800px;
}

.pymnt-itm {
    width: 100%;
}

.pymnt-itm h2 {
    background-color: #e9e9e9;
    font-size: 18px;
    line-height: 2px;
    margin: 0;
    padding: 20px 0 20px 20px;
    width: 100%;
}

.pymnt-itm.active h2 {
    background-color: #4c4d4ffa;
    color: #fff;
    cursor: default;
}

.pymnt-itm div.pymnt-cntnt {
    display: none;
}

.pymnt-itm.active div.pymnt-cntnt {
    background-color: #f7f7f7;
    display: block;
    padding: 0 0 30px;
    width: 100%;
}

.pymnt-cntnt div.sctn-row {
    margin: 20px 30px 0;
    width: 740px;
}

.pymnt-cntnt div.sctn-row div.sctn-col {
    width: 345px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.l {
    width: 395px;
}

.pymnt-cntnt div.sctn-row div.sctn-col input {
    width: 303px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.half {
    width: 155px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.half.l {
    float: left;
    width: 190px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.half input {
    width: 113px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.cvv {
    background-image: url("./cvv.png");
    background-position: 156px center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
    width: 110px;
}

.openpay {
    float: right;
    height: 60px;
    margin: 10px 30px 0 0;
    width: 435px;
}

.openpay div.logo {
    background-image: url("/images/openpay.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    border-right: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    padding: 15px 20px 0 0;
}

.openpay div.shield {
    background-image: url("/images/security.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
    padding: 20px 0 0 40px;
    width: 200px;
}

.card-expl {
    /*float: left;
  height: 80px;
  margin: 20px 0;*/
    display: inline-flex;
    width: 100%;
}

.card-expl div {
    background-position: left 45px;
    background-repeat: no-repeat;
    height: 70px;
    padding-top: 10px;
}

.card-expl div.debit {
    background-image: url("/images/cards2.png");
    margin-left: 20px;
    width: 100%;
}

.card-expl div.credit {
    background-image: url("/images/cards1.png");
    border-right: 1px solid #ccc;
    margin-left: 30px;
    width: 100%;
}

.card-expl h4 {
    font-weight: 400;
    margin: 0;
}

@media (min-width: 750px) {
    .gdlogin {
        background-image: url("/images/login-min.jpg") !important;
        background-size: cover;
        height: 100vh;
    }
}

@media (min-height: 1024px) {
    .gdlogin {
        padding-top: 150px;
        margin-bottom: 20px;
    }
}

@media (min-height: 600px) {
    .logologin {
        width: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-height:590px) {
    .logologin {
        width: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/*.footer {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    background-color: #0B4260;*/
/*    color: white;*/
/*    text-align: center;*/
/*    height: 50px;*/
/*    border-top-width: 2px;*/
/*    border-top-style: solid;*/
/*    border-color: #0e405e;*/
/*    padding-top: 9px;*/
/*}*/

.divnewmember {
    border-bottom-style: solid;
    padding-bottom: 29px;
    border-width: 1.5px;
    border-color: #cccccc;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #d1d1d1;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 28px;
    padding: 6px 6px;
}

table.dataTable thead>tr>th {
    background-color: #e8e8e8;
    border-bottom: 1px solid #333;
}

table.dataTable {
    font-size: 12px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: rgba(0, 7, 176, 0.1);
}

div.dataTables_filter input {
    width: 230px !important;
    font-size: 12px;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}
