html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-family: Arial, sans-serif;
    color: #505050
}

html {
    background: repeat-x scroll 0 0 #fff;
    background-position: center top;
    background-attachment: fixed !important
}

* {
    word-wrap: normal
}

ol,
ul {
    list-style: outside none none
}

a {
    text-decoration: none
}

input:-webkit-autofill {
    box-shadow: 0 0 0 50px white inset;
    -webkit-box-shadow: 0 0 0 50px white inset;
    -moz-box-shadow: 0 0 0 50px white inset
}

input:-webkit-autofill:focus {
    box-shadow: 0 0 0 50px white inset;
    -webkit-box-shadow: 0 0 0 50px white inset;
    -moz-box-shadow: 0 0 0 50px white inset
}

input[type='text'],
input[type='password'],
input[type='number'] {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    margin: 0;
    text-align: left;
    color: #333;
    padding: 5px 5px;
    font: .75em Arial, sans-serif
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.container {
    background-color: #fff !important;
    width: 99.7%;
    padding: 0;
    clear: both
}

@media screen and (min-width: 600px) {
    .container {
        margin-top: auto
    }
}
.c-busqueda {
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2%
}

.c-busqueda-titulo {
    color: #62b655;
    font-size: 1em;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase
}

.cabecera-texto {
    color: #505050;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: .8rem;
    padding: 1% 0 2% 1%;
    display: block;
    width: 100%
}

.c-formulario-columna {
    display: inline-flex;
    width: 100%
}

.busca-decimo {
    max-width: 1000px
}

.lista-buscador_decimo {
    margin: 20px 0 0;
    padding: 10px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

@media screen and (max-width: 580px) {
    .lista-buscador_decimo {
        flex-wrap: wrap
    }
}

.lista-buscador_decimo li {
    width: 100%;
    background-color: #e9f0f8;
    height: 30px;
    text-align: center;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: table
}

@media screen and (min-width: 580px) {
    .lista-buscador_decimo li {
        max-width: 360px;
        height: 40px;
        margin-bottom: 0
    }
}

.lista-buscador_decimo li p {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #1C4C15
}

@media screen and (min-width: 580px) {
    .lista-buscador_decimo li p {
        font-size: 12px
    }
}

.lista-buscador_decimo li.active p {
    color: white
}

.form-to-buscador_decimo {
    width: 99%;
    min-height: 200px;
    border: 2px solid #557D4F;
    margin-right: 7px;
    -webkit-box-shadow: 5px -5px 5px 0 #dedede;
    -moz-box-shadow: 5px -5px 5px 0 rgba(222, 222, 222, 1);
    box-shadow: 5px -5px 5px 0 #dedede;
    padding-top: 10px
}

.buscador-decimo {
    width: 100%;
    margin: 2% 0 0;
    text-align: center
}

.buscador-decimo-boton {
    width: 100%;
    margin: 3% 0 0;
    text-align: center
}

@media screen and (min-width: 770px) {
    .form-to-buscador_decimo {
        width: 96.2%
    }

    .buscador-decimo {
        width: 40%;
        text-align: right;
        margin: 2% 75px 0 0;
    }

    .buscador-decimo-boton {
        width: 40%;
        text-align: right
    }
}

.form-to-buscador_decimo label span.mobile-invisible {
    display: none
}

.form-to-buscador_decimo .boton-buscar-decimo {
    padding: 9px 40px;
    background-color: white;
    border: 2px solid #62b655;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #62b655
}

.form-to-buscador_decimo .boton-buscar-decimo:hover {
    background-color: #62b655;
    color: white;
    cursor: pointer;
    -webkit-box-shadow: 5px -5px 5px 0 rgba(222, 222, 222, 1);
    -moz-box-shadow: 5px -5px 5px 0 rgba(222, 222, 222, 1);
    box-shadow: 5px -5px 5px 0 rgba(222, 222, 222, 1)
}

.form-to-buscador_decimo label {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #1C4C15
}

@media screen and (min-width: 960px) {
    .form-to-buscador_decimo label span.mobile-invisible {
        display: inline-block
    }
}

@media screen and (min-width: 770px) {
    .form-to-buscador_decimo label,
    .form-to-buscador_decimo label span {
        font-weight: bold;
        font-size: 11px;
        text-transform: uppercase;
        margin-right: 10px;
        color: #1C4C15
    }

    .form-to-buscador_decimo input[type=text] {
        border: 1px solid #1C4C15;
        border-radius: 0;
        font-size: 11px;
        box-shadow: none;
        min-height: 40px;
        padding: 5px;
        max-width: 50%;
        margin-bottom: 20px
    }

    .form-to-buscador_decimo select {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 12px;
        min-width: 75%;
        min-height: 40px
    }

    .form-to-buscador_decimo .boton-buscar-decimo {
        margin-top: -12px;
        padding: 10px 39px;
        margin-right: 32px
    }
}

.puntos-venta {
    margin-top: 30px;
    font-size: 11px;
    margin-bottom: 25px;
}

.puntos-venta .buscador-separator {
    width: 100%;
    border-bottom: 2px solid #557D4F
}

.puntos-venta p {
    color: #1C4C15;
    padding-bottom: 10px
}

.puntos-venta {
    padding-left: 15px;
    padding-right: 15px
}

.buscador-decimo-listado-pv .item-list-pv .name-pv img {
    padding-right: 5px
}

.puntos-venta .listado-puntos-venta {
    margin-bottom: 20px
}

.puntos-venta .buscador-decimo-info_numero {
    width: 97%;
    background-color: #f2f3f7;
    border: 1px solid #557D4F;
    padding: 10px
}

.puntos-venta .buscador-decimo-info_numero .text-info_numero img {
    vertical-align: bottom;
    padding-right: 5px;
    float: left;
    padding-bottom: 0
}

.buscador-decimo-online_number span {
    color: #1C4C15;
    font-size: 11px
}

.buscador-decimo-online_number a img {
    display: inline-block;
    padding-right: 8px;
    vertical-align: sub
}

@media screen and (min-width: 580px) {
    .puntos-venta {
        padding-left: 62px;
        padding-right: 62px
    }

    .buscador-decimo-listado-pv .item-list-pv .name-pv img {
        padding-right: 8px
    }

    .puntos-venta .listado-puntos-venta {
        margin-bottom: 20px
    }
}

.tab-detalle-pv li {
    width: 30%;
    cursor: pointer;
    background-color: #e9f0f8;
    height: 30px;
    text-align: center;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: table
}

@media screen and (min-width: 580px) {
    .tab-detalle-pv li {
        max-width: 200px;
        height: 40px;
        margin-bottom: 0
    }
}

.tab-detalle-pv li p {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #1C4C15
}

@media screen and (min-width: 580px) {
    .tab-detalle-pv li p {
        font-size: 12px
    }
    .centra-decimo img {
        width: 25% !important;
    }
}

#warningLNAC {
    margin-bottom: 5px;
}

.puntos-venta .separator {
    margin-top: 4px;
    border-bottom: 2px solid #557D4F;
    margin-bottom: 4px;
}

.puntos-venta .buscador-decimo-info_numero:hover {
    background-color: white;
}

.centra-decimo {
    text-align: center;
    margin-top: 10px;
}
.centra-decimo img {
    border: 1px solid grey;
    width: 50%
}
#number {
  padding-left: 20px;
  width: 150px;
  font-size: 20px;
}
#number::placeholder {
  font-size: 10px;
}
