body{
    background: radial-gradient(circle, #242F9B 50% ,#1C3879, #231955 );
    font-family: 'Overpass', sans-serif;
}

.logosuperior{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: whitesmoke;
    border-radius: 10000px;
    margin: 10px;
    height: 150px;
    width: 175px;
    font-family: 'Overpass', sans-serif;
}

.imgLogo{
    width: 50%;
}

.titulo{
    color: #F9F5EB;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Overpass', sans-serif;
}

.subtitulo{
    color: #F9F5EB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Overpass', sans-serif;
    text-align: center;
}

.FaltanDatos{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: pink;
    border: 4px solid red;
    border-radius: 50px;
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: 40px;
    text-align: center;
}

.FaltanDatos p{
    color: red;
    font-family: 'Overpass', sans-serif;
    font-size: small;
    font-weight: bold;
    margin: 10px;
}

.cuerpo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.opciones{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: whitesmoke;
    border-radius: 50px;
    margin: 10px;
    font-family: 'Overpass', sans-serif;
    padding: 20px;
}

.opcionesTarjeta{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: whitesmoke;
    border-radius: 50px;
    margin: 10px;
    font-family: 'Overpass', sans-serif;
    padding: 20px;
}

.opcionesEdicion{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: whitesmoke;
    border-radius: 50px;
    margin: 10px;
    font-family: 'Overpass', sans-serif;
    padding: 20px;
}

.opcionesEdicion table th{
    padding: 20px;
}

.opcionesEdicion table td{
    padding: 20px;
    font-size: small;
    font-family: 'Overpass', sans-serif;;
}

.botonesTabla{
    margin-top: 20px;  
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
}

.editarOpcionesButtons-Editar{
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 50px;
    width: auto;
    height: 35px;
    color: black;
    font-weight: bold;
    
}

.editarOpcionesButtons-Editar:hover{
    background-color: green ;
    opacity: 0.8;
    border: none;
    color: lightgray;
    
}

.editarOpcionesButtons-Eliminar{
    padding-left: 10px;
    padding-right: 10px;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 50px;
    width: auto;
    height: 35px;
    color: black;
    font-weight: bold;
}

.editarOpcionesButtons-Eliminar:hover{
    background-color: red;
    border: none;
    color: lightgray;
}

.idCliente{
    margin: 15px;
}

.idCte{
    width: 1px;
}

.error{
    color: red;
    font-family: 'Overpass', sans-serif;
    font-size: x-small;
}

.boton{
    display: flex;
    justify-content: center;
    padding: 25px;
}

.boton input{
    width: 15%;
    height: 30px;
    background-color: #242F9B;
    border: 2px;
    border-style: solid;
    border-color: #F9F5EB;
    border-radius: 200px;
    color: #F9F5EB;
    font-family: 'Overpass', sans-serif;
    font-weight: bold;
}

.boton input:hover{
    background-color: #F9F5EB;
    color: black;
}

.boton input:disabled{
    border-color: dimgray;
    color: dimgray;
}

.boton input:disabled:hover{
    background-color: #242F9B;
    border-color: dimgray;
    color: dimgray;
}


#resultadoCte{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CteOK{
    display: flex;
    justify-content: center;
    background-color: lightgreen;
    border-radius: 200px;
    opacity: 0.8;
    width: 500px;
    color: green;
    font-family: 'Overpass', sans-serif;
}

#Titular{
    width: auto;
}

.CteDown{
    display: flex;
    justify-content: center;
    background-color: #dd5035;
    border-radius: 200px;
    opacity: .8;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: auto;
    font-family: 'Overpass', sans-serif;
    color: #F9F5EB;
}

.CteError{
    display: flex;
    justify-content: center;
    background-color: #dd5035;
    border-radius: 200px;
    opacity: .8;
    width: 500px;
    font-family: 'Overpass', sans-serif;
    color: #F9F5EB;
}

#idCte{
    width: auto;
    min-width: 30px;
    max-width: 270px;  
}
  
.Titular{
    width: auto;
    min-width: 30px;
    max-width: 270px;
}

#MesVen{
    width: 40px;
}

#YearVen{
    width: 40px;
}

.ImgTar{
    border: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 20px;
    height: 150px;
    width: 270px;
    margin: 20px 20px 0 20px;
    background-size: 100%;
    background-image: url('../img/DefaultTarjeta.jpg');
    box-shadow: 3px 3px 3px 3px grey;
}

.ImgTarVisa{
    border: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 20px;
    height: 150px;
    width: 270px;
    margin: 20px 20px 0 20px;
    background-size: 100%;
    background-image: url('../img/DefaultTarjetaVisa.jpg');
    box-shadow: 3px 3px 3px 3px grey;
}

.ImgTarMaster{
    border: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 20px;
    height: 150px;
    width: 270px;
    margin: 20px 20px 0 20px;
    background-size: 100%;
    background-image: url('../img/DefaultTarjetaMaster.jpg');
    box-shadow: 3px 3px 3px 3px grey;
}

.ImgTarNaranja{
    border: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 20px;
    height: 150px;
    width: 270px;
    margin: 20px 20px 0 20px;
    background-size: 100%;
    background-image: url('../img/DefaultTarjetaNaranja.jpg');
    box-shadow: 3px 3px 3px 3px grey;
}

.contenidoTar{
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    height: 150px;
}

.chipTar{
    display: flex;
    justify-content: flex-start;
}

.chipTar img{
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 42px;
    width: 30px;
    height: 30px;
}

#numberTar {
    display: flex;
    flex-direction: row;
    align-items:flex-end;
    justify-content: space-around;
    width: 100%;
}

input{
    text-align: center;
}

input:focus{
    box-shadow: 0 0 10px #719ECE;
}

.inputError{
    border-radius: 5px;
    border: 2px;
    border-style: solid;
    border-color: red;
    background-color: pink;
}

.inputOK{
    border-radius: 5px;
    border: 2px;
    border-style: solid;
    border-color: green;
    background-color: #f0ffef;
}

.inputError:focus{
    outline: none !important;
    border: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: red;
    background-color: pink;
    box-shadow: 0 0 10px #719ECE;
}

.inputOK:focus{
    outline: none !important;
    border: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: green;

}

.TypeTar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#numberTarP {
    margin: 0;
    color: #F9F5EB;
    font-size: 16px;
    font-family: 'Overpass', sans-serif;
    width: 100%;
    letter-spacing: 4px;
    font-weight: bold;
}

.NomDateTar{
    display: grid;
    grid-template-columns: 2fr 1fr;
    
}

.DatosTar{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    height: 100%;
    
}

#NomTar{
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.DateTar{
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}

.DateTar p{
    font-size: 12px;
    margin: 0;
}

.TypeTar{
    display: flex;
    justify-content:end;
    
}

.visa {
    margin-bottom: 10px;
    width:  80px;
    height: 80px;
}

.masterCard{
    margin-right: 5px;
    width: 70px;
    height: 50px;
}

.Naranja{
    margin-left: 25px;
    margin-bottom: 5px;
    width: 32px;
    height: 39px;
}

@media screen and (max-width: 767px) {
    .titulo{
        font-size: 75%;
        text-align: center;
    }

    .subtitulo{
        font-size: 75%;
        text-align: center;
    }

    #Verificar{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    #Adherir{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .boton{
        width: auto;
    }

    .opcionesEdicion table{
        border: 0;
    }

    .opcionesEdicion table thead{
        display: none;
    }

    .opcionesEdicion table td{
        display: block;
    }

    .opcionesEdicion table td::before{
        content: attr(data-label);
        float: left;
        margin-right: 10px;
        font-weight: bold;
    }

    .logo{
        width: 150px;
        height: 125px;
    }

    .CteOK{
        max-width: 315px;
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
    }

    .CteError{
        width: auto;
        max-width: 315px;
    }

    #resultadoCte{
        text-align: center;
    }
}