@font-face{
font-family: "StagSans-Semibold";
font-weight: normal;
font-style: normal;
src: url("../fonts/StagSans-Semibold.otf");
}
@font-face{
font-family: "StagSans-Light";
font-weight: normal;
font-style: normal;
src: url("../fonts/StagSans-Light.otf");
}
@font-face{
font-family: "StagSans-Book";
font-weight: normal;
font-style: normal;
src: url("../fonts/StagSans-Book.otf");
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ps7exb');
  src:  url('../fonts/icomoon.eot?ps7exb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ps7exb') format('truetype'),
    url('../fonts/icomoon.woff?ps7exb') format('woff'),
    url('../fonts/icomoon.svg?ps7exb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-regalo:before {
  content: "\e900";
}

.section
{
    background: #dd2446;
    min-height: 500px;
    overflow: auto;
    padding-bottom: 3em
}
.cont
{
    min-height: 450px;
    background-color: #fff;
    display: block;
    border-radius: 0.7em;
    padding: 1em;
    overflow:auto;
}
.salto
{
    height: 3em;    
}
.headerText{
    color:#fff;
    font-family: "StagSans-Semibold";
    text-align: center;
    margin-bottom: 2.5em;
}
.linesep{
    display: block;
    margin: 0px auto;
    height: 6px;
    width: 61px;
    background: #fff;
    margin-bottom: -9px;
}
.headerText span
{
    font-family: "StagSans-Light";
}
.login
{
    border: 3px solid #fff;
    min-height: 150px;
    padding-top: 1em;
    padding-bottom: 1em;
}
.cntLogin
{
    font-family: "StagSans-Light";
    text-align: center;
    color: #fff;

}
.btnIngresar
{
    margin-top: 1.5em;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #dd2446 !important;
    font-weight: bold !important;
}
label
{
    margin-top: 0.5em;
}
.regalo
{
    margin-top: 2em;
    border-bottom: 7px solid #FFF;
}
.regalo span{
    font-size: 9em;
    width: 114px;
    display: block;
    color: #fff;
    margin: 0px auto;
    margin-bottom: -10px;
}
.slogan{
        position: absolute;
        left: 24px;
        font-family: "StagSans-light";
        color: #666;
        font-size: 0.99em;
        display: block;
}
.sectionAyuda
{
    color: #666;
    text-align: center;
    padding: 2em;
    font-family: "StagSans-book";
    font-size: 1.1em;
}
.teDesea {
    position: absolute;
    margin-top: 3em;
    text-align: center;
    width: 100%;
    margin-left: -1em;
    color: #FFF;
    line-height: 1.5em;
    padding-left: 4em;
    padding-right: 4em;
    text-shadow: 1px 1px 2px #242424;
}
.modal-body label {
    width: 100%;
    text-align: left;
}
.mensajesTop {
    z-index: 1031;
    position: fixed;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 0px;
}
.mensajesTop {
    z-index: 1031;
    position: fixed;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 0px;
}