﻿* {
    /*padding: 0;*/
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #dce0e3;
    font-family: 'Lato', sans-serif;
}

.secure {
    text-align: center;
    display: block;
    color: #0B3D70;
    margin-bottom: 5px;
    font-size: 24px;
}

    .secure img {
        float: right;
        width: 100px;
        height: 100px;
    }
/* ---------- Estilos Generales de las Tarjetas ----------*/
.tarjeta {
    top: 150px;
    
    width: 100%;
    max-width: 550px;
    position: center; /*relative*/
    color: #fff;
    transition: .3s ease all;
    transition: .3s ease all;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    cursor: pointer;
    z-index: 2;
}

    .tarjeta.active {
        transform: rotateY(180deg);
    }

    .tarjeta > div {
        padding: 30px;
        border-radius: 15px;
        min-height: 315px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 2px 10px 40px grey;
        /*box-shadow: 0 10px 10px 0 rgba(90,116,148,0.3);*/
    }

    /* ---------- Tarjeta Delantera ----------*/

    .tarjeta .delantera {
        width: 100%;
        background: #cecece;
        /*background-image: url('../images/PagoTC/ElAguila2.png');*/
        background-size: cover;
    }

.delantera .logo-marca {
    text-align: right;
    min-height: 50px;
}

    .delantera .logo-marca img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 80px;
    }

.delantera .chip {
    width: 100%;
    max-width: 50px;
    margin-bottom: 20px;
}

.delantera .grupo .label {
    font-size: 16px;
    color: #7d8994;
    margin-bottom: 5px;
}

.delantera .grupo .numero {
    position: absolute;
    bottom: 78px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.delantera .grupo .banco {
    position: absolute;
    color: #fff;
    bottom: 15px;
    font-size: 19px;
}

.delantera .grupo .nombre {
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.delantera .grupo .expiracion {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.delantera .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* ---------- Tarjeta Trasera ----------*/
.trasera {
    background: #cecece;
   /* background-image: url('../images/PagoTC/ElAguila2.png');*/
    background-size: cover;
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

    .trasera .barra-magnetica {
        height: 40px;
        background: #000;
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
    }

    .trasera .datos {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

        .trasera .datos p {
            margin-bottom: 5px;
        }

        .trasera .datos #firma {
            width: 70%;
        }

            .trasera .datos #firma .firma {
                height: 40px;
                background: repeating-linear-gradient(skyblue 0, skyblue 5px, orange 5px, orange 10px);
            }

                .trasera .datos #firma .firma p {
                    line-height: 40px;
                    font-family: 'Liu Jian Mao Cao', cursive;
                    color: #000;
                    font-size: 30px;
                    padding: 0 10px;
                    text-transform: capitalize;
                }

        .trasera .datos #ccv {
            width: 20%;
        }

            .trasera .datos #ccv .ccv {
                background: #fff;
                height: 40px;
                color: #000;
                padding: 10px;
                text-align: center;
            }

    .trasera .leyenda {
        font-size: 14px;
        line-height: 24px;
    }

    .trasera .link-banco {
        font-size: 14px;
        color: #fff;
    }

/* ---------- Formulario Tarjeta ----------*/

    .form-label {
        display: block;
        color: #7d8994;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .container input,
    .container select{
         font-size: 22px;
        /*background: #2364d2;*/
    }
 
       .btn-pago {
    padding: 9px;
    font-size: 22px;
    background: #2364d2;
      box-shadow: 2px 2px 10px 0px rgba(0,85,212,0.4);
}

        .container input:hover,
        .container select:hover {
            border: 2px solid #93BDED;
        }

        .container input:focus,
        .container select:focus {
            outline: rgb(4,4,4);
            box-shadow: 1px 7px 10px -5px rgba(90,116,148,0.3);
        }

    .form-group input {
        margin-bottom: 20px;
        text-transform: uppercase;
    }

 

    .container .expira {
        width: 100%;
    }

    .container .ccv {
        min-width: 100px;
    }

    .container .group-select {
        width: 100%;
        margin-right: 15px;
        position: relative;
    }

    .container select {
        -webkit-appearance: none;
    }

    .container .group-select i {
        position: absolute;
        color: #CED6E0;
        top: 18px;
        right: 15px;
        transition: .3s ease all;
    }

    .container .group-select:hover i {
        color: #93bfed;
    }

        .container .btn-cerrar {
        border: none;
         border-radius: 5px;
        padding: 10px;
        font-size: 22px;
        width:40%;
        color: #fff;
        background: #cd0200;
        box-shadow: 2px 2px 10px 0px rgba(0,85,212,0.4);
        cursor: pointer;
    }

        .container .btn-cerrar:hover {
            background: #930001;
        }

    .container .btn-enviar {
        border: none;
        padding: 10px;
        font-size: 22px;
        width:40%;
        color: #fff;
        background: #2364d2;
        box-shadow: 2px 2px 10px 0px rgba(0,85,212,0.4);
        cursor: pointer;
    }

        .container .btn-pago:hover {
            background: #1850b1;
        }

        .footerExt {
  background-color: #0B3D70;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}

/*
            .form-select{
           box-shadow: 1px 1px 1px 1px #3399ff;
        }
        .panel {
	box-shadow:1px 1px 2px #333;
	-webkit-filter: drop-shadow(0px 0px 5px #446e9b);
}

*/
.card {
    box-shadow: 1px 1px 2px #333;
    -webkit-filter: drop-shadow(0px 0px 5px #446e9b);
}

    .swal2-styled.swal2-confirm {
        border: 0;
        border-radius: .25em;
        background: initial;
        background-color: #7066e0;
        color: #fff;
        font-size: 2em;
    }

    .navbar {
        position: fixed;
    }
/*Cabecera*/
#main-header {
    height: 9%;
    width: 100%;
    background: #0B3D70;
    left: 0; /* Posicionamos la cabecera al lado izquierdo */
    top: 0; /* Posicionamos la cabecera pegada arriba */
    position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}
.custom-confirm-button {
    padding: 15px 40px; /* Aumenta el tamaño del botón */
    font-size: 12px !important; /* Tamaño de texto */
}