.fullbody{
    background-image: url("../images/white-bg.jpg");
    background-repeat: repeat-y;
    background-size: contain;
    font-family: 'Roboto', sans-serif;
}

.fullbodydos{
   /* background-image: url("../images/promo_noviembre02.jpg");*/
    background-size:contain;
    background-repeat: no-repeat; 
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
.logo{
    width: 40%;
    max-width: 400px;
}

.titulos{
    text-align: center;
    text-transform: uppercase;
    /* background-color: #890001; */
    padding: 18px 0px;
    margin-bottom: 0px;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
}

.boton-winston-red{
     color: #fff;
    background-color: #0282ca;
    border-color: #0282ca;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}


.boton-winston-red:focus{
     color: #fff;
    background-color: #0282ca;
    border-color: #0282ca;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}


.boton-nestle {
    color: #fff;
    background-color: #0282ca;
    border-color: #0282ca;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.footer-top{
    width: 100%;
    height: 20px;
    position: fixed;
    bottom: 44px;
    background-color: #0282ca;
}

.footer{
    background-color: #2B2D2F;
    height: 60px;
    background-size: cover;
    background-position: left;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.sweet-alert button.cancel{
    background-color: #0282ca !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0282ca !important;
    border-color: #0282ca !important;
}


.sweet-overlay {
    background-color: rgba(255, 255, 255, 0.98) !important;
   
}

.btn-primary.disabled, .btn-primary:disabled{
    background-color: gray !important;
    border-color: gray !important;
}

.bienvenida{
    text-align: center;
    font-size: 31px;
    margin-top: 50px;
}

.bienvenida-textos{
    margin-top: 30px;
    width: 90%;
    margin-left: 5%;
    font-size: 19px;
    text-align: center;
}


.footer-textos{
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -7px;
}

.imagenes-premios{
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
    border: solid 1px;
    border-image: linear-gradient(269deg, #1ab0b2, #c9b49f 42%, #da9297 64%, #a18bac) 1;
}


[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 4px solid #0282ca;
}


#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    cursor: crosshair;
    width: 100%;
    height: 200px;
}

.file-select {
  position: relative;
  display: inline-block;
}

.file-select::before {
  background-color: #fff;
  border: solid 1px #428bca;
  color: #428bca;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  content: 'Seleccionar'; /* texto por defecto */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 220px;
  height: 50px;
  display: inline-block;
}

#src-file1::before {
  content: 'Seleccionar o Capturar';
}