@charset "UTF-8";
/* CSS Document */
/*-----------------------no olvides texto */

.contenido-bloque-no-olvides00 {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
}

.no-olvides-texto {
    color: #4CA6E0;
    margin: 20px auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

/*----------------------no olvides texto */


/*-----------------------------modal estilos */

.plaqueWarning{
    font-size: 18px;
    color: #F80000;
    font-weight: bold;
}

.plaqueContent{
    margin-top: 8px !important;
    padding: 10px 40px 90px 40px !important;
}

.plaqueModal{
    border-radius: 9px !important;
}

#modalHeader{
    color: #4CA6E0;
    text-align: center;
}

#changeDataBtnPlaque:hover{
    color: #fff !important;
}

.skipPersonalization{
    font-weight: lighter !important;
    font-size: 14px;
    color: #868E96;
    text-align: left;
    margin: 0px !important;
    padding: 0px !important;
    vertical-align: middle;
}

.modal-datos-placa {
    max-width: auto;
    margin: 20px 0px 0px 0px;
    background-color: #fff;
    border-radius: 8px;
}

.close {
    width: auto;
    margin: 0 auto;
    text-align: right;
}

.icon-close {
    width: 15px;
    margin: 0 auto;
}


.texto-ingresa-datos-00 {
    color: #4CA6E0;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.texto-ingresa-datos-01 {
    color: #323232;
    font-size: 12px;
    font-weight: 700;
    margin: 10px auto;
    text-align: center;
}

.texto-ingresa-datos-02 {
    color: #323232;
    font-size: 12px;
    font-weight: 700;
    margin: 20px auto 0;
    text-align: center;
}


.cajas-input-placa00 {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.caja-input-ingresa-placa00 {
    width: 100%;
    margin: 6px auto 0;
    flex-direction: column;
    display: flex;
}

.label-ingresar-placa00 {
    color: #323232;
    font-size: 12px;
    font-weight: normal !important;
    margin-left: 0px !important;
    text-align: left;
    padding: 0 5px;
}

.caja-input-placa01 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    width: 100%;
    height: 42px;
}

.caja-input-placa01 input {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    width: -webkit-calc(100% + 2px);
    padding: 0 10px;
    height: 40px;
    font-size: 12px;
    font-weight: normal;
}



::-webkit-input-placeholder { /* Edge */
    color: #DEDEDE;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DEDEDE;
}

::placeholder {
    color: #DEDEDE;
}

.btn-continuar-placa {
    width: 88%;
    margin: 14px auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background: #FFFFFF;
    border: 1px solid #868E96;
    border-radius: 3px;
}

.caja-btn-agregar-placa00 {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-agregar-placa01 {
    width: 200px;
    max-width: 90%;
    margin: 0 auto;
    border: none;
    background-color: #4BA4D8;
    color: #fff;
    font-weight: 700;
    height: 50px;
    border-radius: 4px;
    font-size: 14px;
}

/*-----------------------------modal estilos */


.contenido-datos-placa00 {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.titulo-producto-placa01 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    width: 400px;
    max-width: 90%;
    margin: 0;
    text-align: left;
}

.texto-datos-placa01 {
    color: #777777;
    margin: 10px 0;
    font-size: 14px;
}

.bold-placa01 {
    font-weight: 700;
}


.texto-datos-placa02 {
    color: #000;
    font-weight: 700;
    margin: 10px 0 3px;
    font-size: 14px;
}

.datos-registro-placa01 {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.texto-datos-placa03 {
    width: 170px;
    margin: 0;
    max-width: 90%;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.texto-datos-placa04 {
    width: 100%;
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.btn-cambiar-datos-placa {
    width: 218px;
    height: 37px;
    border: none;
    background-color: #4BA4D8;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}

.placa-no-registrada00 {
    color: #F80000;
    margin: 20px auto;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}

@media screen and (max-width: 440px) {
    .no-olvides-texto {
        color: #4CA6E0;
        margin: 20px auto;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
    }
    .placa-no-registrada00 {
        color: #F80000;
        margin: 20px auto;
        text-align: left;
        font-weight: 700;
        font-size: 16px;
    }
}

