#recoveryEmailLabel {
    display:none
}
.recovery-form {
    display:none
}
.inactive {
    display:none
}
.link-back {
    display:inline-block;
    margin:18px 0 0 12px;
    vertical-align:top;
    cursor:pointer;
    position:relative
}
.link-back.active {
    display:inline-block !important
}
.forgot-password {
    cursor:pointer
}
#switch2RegForm, #login_form #terms_nocheck {
    display:none
}
#terms_nocheck, #terms_check {
    -webkit-tap-highlight-color:transparent;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none
}

* {
    margin:0;
    padding:0
}
:focus {
    outline:0
}
img {
    border:none
}
html, body {
    height:100%
}
ol, ul {
    list-style:none
}
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    width:100%;
}
iframe {
    position:absolute
}
a {
    color:#de5226;
    outline:0 none;
    text-decoration:underline
}
a:hover {
    text-decoration:none
}
.header  {
    max-width:1000px;
    margin:0 auto;
    display:flex;
    height:87px;
    justify-content:space-between;
    align-items:center;
}
.header .logo  {
    height:60px;
    width: auto;
}
.header .freeaccess {
    font-family:'Oswald' !important;
    font-size:24px;
    font-weight:bold;
}
.redparp {
    color:#d40000;
    animation-name: parpadeo;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.date {
    text-transform:uppercase;
    color:#d40000;
}
.wrapper {
    background-color:#f1f1f1;
}
.containerwreappermiddle {
    background-image:url(../img/mosaicodesktop.jpg);
    background-position:center;
    background-repeat:no-repeat;
    min-height:659px;
    padding:0;
    margin:0;
    position: relative;
}
.contentreg {
  min-width: 360px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentreg .contentmiddle {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #b8b7b7;
    padding: 0px;
    border-radius:25px 0 25px 0;
    -moz-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px#000;
    box-shadow: 0 0 5px #000;
}

.contentreg .contentmiddle .daysmobile {
    display:none;
 
}
.contentreg .contentmiddle .days {
    background: #d40000;
    font-size:19px;
    text-align:center;
    font-weight:bold;
    white-space:nowrap;
    /*text-shadow: 0px 0px 1px rgba(0, 123, 23, 0.75);*/
    color:#fff;
    border-radius: 25px 0 0 0;
    padding: 6px 5px 9px;
    margin-top:-1px;
    margin-right:-1px;
    margin-left:-1px;
}
.contentreg .contentmiddle .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #d40000;
    margin:-5px auto 0 auto;
}
.contentreg .contentmiddle .registernow {
    color: #d40000;
    font-size: 20px;
    font-weight:bold;
    padding:1px 5px 0 5px;
    margin-bottom:-10px;
    text-align:center;
}
.contentreg .contentmiddle .reg {
    margin-top:-10px;
    padding: 10px 20px;
}
.contentreg .contentmiddle label {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-left: 5px;

}
.contentreg .contentmiddle .enlinea {
  display:inline-block;
  margin-bottom:10px;
}
.contentreg .contentmiddle .boton {
 text-align: center;
 margin-top: -15px;
}

.contentreg .contentmiddle .terms{
 text-align: center;

}
.form-group {
}
.i_am {
    width:100%;
    height:40px !important;
    text-indent:10px;
    margin:5px 0 15px;
    font-size:14px;
     line-height:1.22857143;
    color:#000000;
    font-family: Verdana, Geneva, sans-serif;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.i_am:focus, .i_am:hover {
    border:1px solid #3da604;
    box-shadow: 0 0 4px rgba(61, 166, 4, .7);
}
.i_am ::-moz-placeholder {
    color:#999;
    opacity:1
}
.i_am :-ms-input-placeholder {
    color:#999
}
.i_am ::-webkit-input-placeholder {
    color:#999
}
.i_am ::-ms-expand {
    background-color:transparent;
    border:0
}
.i_am [disabled], .i_am [readonly], fieldset[disabled] .i_am  {
    background-color:#eee;
    opacity:1
}
.i_am [disabled], fieldset[disabled] .i_am  {
    cursor:not-allowed
}
.provincia {
    display:block;
    width:100%;
    height:40px !important;
    text-indent:10px;
    margin:5px 0 15px;
    font-size:14px;
     line-height:1.22857143;
    color:#000000;
    font-family: Verdana, Geneva, sans-serif;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.provincia:focus, .provincia:hover {
    border:1px solid #3da604;
    box-shadow: 0 0 4px rgba(61, 166, 4, .7);
}
.provincia ::-moz-placeholder {
    color:#999;
    opacity:1
}
.provincia :-ms-input-placeholder {
    color:#999
}
.provincia ::-webkit-input-placeholder {
    color:#999
}
.provincia ::-ms-expand {
    background-color:transparent;
    border:0
}
.provincia [disabled], .provincia[readonly], fieldset[disabled] .provincia {
    background-color:#eee;
    opacity:1
}
.provincia [disabled], fieldset[disabled] .provincia  {
    cursor:not-allowed
}
.autocompletecon {
    width: 100%;
    position:relative;
}
input::placeholder {
  color: #1b1b1b !important;
  font-size: 14px;
}
input[type=search] {
    -webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date]#email, input[type=time]#email, input[type=datetime-local]#email, input[type=month]#email {
        line-height:34px
    }
}

#getMessage {
    margin:15px 0 10px;
}

.btn2 {
    display:inline-block;
    width:100%;
    padding: 1px 0 0;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    margin-bottom:5px;
    font-size:18px;
    font-weight:700;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}

.btn-danger {
    background-position: 0;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.2);
    background-image: url(../img/sos.png) !important;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    border-bottom: 4px solid #35850a;
    font-weight: bold;
    color: #fff;
}

.btn-danger:hover, .btn-danger:focus {
    box-shadow: 0px 0px 2px #398f14;
}


.memberlogin {
    text-align: center;
    position:relative;
}

.memberlogin a {
    font-size:12px;
    color:#d40000;
    font-weight:700;
    text-decoration: underline;
}
.lineheader {
    display:none;
}
.contact {
    margin:10px;
    padding-top:10px;
    text-align:center;
    font-family:'Oswald' !important;
    font-size:26px;
    font-weight:bold;
}
.contact .timer {
    color:#d40000;
    font-size:18px !important;
}
.bg_block {
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0. 0.5s linear;
    width:100%;
    top:195px;
    background-repeat:no-repeat;
    background-position:center 0;
    z-index:1;
    min-height:625px;
    position:absolute;
    left:50%;
    margin-left:-50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0)
}
.bg_block.active {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
}

.error {margin-top:5px; font-size:13px;color:white; background-color: #d40000; padding:5px 10px; box-shadow: 1px 2px 1px #730319;}

.error.active {
    padding-left:5px;
    line-height:25px;
}
@media only screen and (max-width:1628px) {
#background img {
    max-width:100%;
    min-height:585px;
    overflow-x: hidden;
}
}
@media only screen and (max-width:1550px) {
#background {
    top:205px;
}
}
@media only screen and (max-width:1400px) {
#background {
    top:210px;
}
}
@media only screen and (max-width:1300px) {
#background {
    top:225px;
}
}
@media only screen and (max-width:900px) {
#content .title {
    padding:25px 5px;
    height:auto;
    line-height:40px
}
#content .title h2 {
    font-size:38px !important;
    font-weight:normal;
    font-family:'Open Sans', sans-serif;
}
.big-number {
    display:none;
}
.timer_block {
    background-color:#ffffff;
    opacity:0.9;
}
#form_block {
    padding:0 40px;
}
#step_block {
    padding:15px 0px 0 0px;
    width:auto;
}
#register .field_box, #register .field_box_2, #register .all_field_box {
    width:100%;
}
#next_step, .start_button {
    line-height:70px;
    position:relative;
    right:0px;
    top:10px;
    width:100%
}
#content #form_block {
    height:250px
}
#form_block .steps {
    display:none;
}
.mail_notice {
    display:none;
}
}
@media only screen and (max-width:868px) {
#wrap {
    /*min-height:585px*/
}
#background {
    top:25px;
}
}
@media only screen and (max-width:700px) {
#content .title h2 {
    font-size:34px !important;
}
.timer_block {
    padding:10px;
    height:auto;
}
.timer_block .timer {
    white-space:nowrap;
}
.timer_block p.warning {
    line-height:22px;
}
.start_block {
    height:auto;
    padding:0 0px;
}
.start_block h3 {
    line-height:24px;
    padding:5px;
    font-size:18px;
}
.start_block p span {
    line-height:26px !important;
}
.start_block .inner {
    padding:10px 30px 20px
}
}
@media only screen and (max-width:600px) {
#background {
    top:35px;
} 
}
@media only screen and (max-width:550px) {
    #wrap {
        background-image: url(../img/mosaicomobile.jpg);
        background-size: cover;
        background-position: center 0;
        min-height: 100%;
        height:100%;
        position: relative;
    }
    .header  {
        background-color: rgba(255, 255, 255, .6);
        width:100%;
        display:flex;
        height:60px;
        justify-content:center;
        align-items:center;
        text-align:center;
    }
    .header .freeaccess {
        display:none;
    }
    .header .logo  {
        height:50px;
    }
    .wrapper {
        background-color: transparent;
    }
    .containerwreappermiddle {
        background-image: none;
        min-height: calc(100% - 110px);
        height: calc(100% - 110px);
        position: inherit;
    }
    .litleres {
        min-height: calc(100% - 110px);
        height: calc(100% - 110px);
    }
    .contentreg {
      min-width: 80%;
    }
    .contentreg .contentmiddle {
        border: 0;
    }
    .contentreg .contentmiddle .days{
        display:none;
    }
    .contentreg .contentmiddle .daysmobile {
        display:block;
        background: #d40000;
        font-size:17px;
        text-align:center;
        font-weight:normal;
        white-space:nowrap;
        text-shadow: 0px 0px 1px rgba(0, 123, 23, 0.75);
        color:#fff;
        padding: 6px 5px 9px;
        border-radius: 25px 0 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .lineheaderdesktop {
        display:none;
    }
    .lineheader {
        display:flex;
        background-color: rgba(255, 255, 255, .6);
        width:100%;
        height:50px;
        overflow: hidden;
        justify-content:center;
        align-items:center;
    }
    .contact {
        padding-top:0px;
        font-size:22px;
        white-space: nowrap;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
    }
}
@media only screen and (max-width:550px) and (max-height: 420px) {
    .wrapper {
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        overflow: scroll;
    }
    .contentreg {
        max-width: 80%;
        position: relative;
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }
}
@media only screen and (max-width:400px) {
    .btn-danger {
        font-size: 17px;
    }
    .contact {
        padding-top:0px;
        font-size:20px;
        white-space: nowrap;
    }
    .contentreg {
      min-width: 85%;
    }
}

@media only screen and (max-width:370px) {
    .containerwreappermiddle {
        min-height: calc(100% - 105px);
        height: calc(100% - 105px);
    }
    .litleres {
        min-height: calc(100% - 105px);
        height: calc(100% - 105px);
    }
    .contentreg {
        min-width: 90%;
    }
    .lineheader {
        height: 45px;
    }
}
@media only screen and (max-width:370px) and (max-height: 420px) {
    .wrapper {
        max-height: calc(100% - 105px);
        height: calc(100% - 105px);
        overflow: scroll;
    }
    .contentreg {
        max-width: 90%;
        position: relative;
        max-height: calc(100% - 105px);
        height: calc(100% - 105px);
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }
}
@media only screen and (max-width:340px) {
    .containerwreappermiddle {
        min-height: calc(100% - 100px);
        height: calc(100% - 100px);
    }
    .litleres {
        min-height: calc(100% - 100px);
        height: calc(100% - 100px);
    }
    .lineheader {
        height: 40px;
    }
}
@media only screen and (max-width:340px) and (max-height: 420px) {
    .wrapper {
        max-height: calc(100% - 100px);
        height: calc(100% - 100px);
        overflow: scroll;
    }
    .contentreg {
        max-width: 90%;
        position: relative;
        max-height: calc(100% - 100px);
        height: calc(100% - 100px);
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }
    .contentreg .contentmiddle .daysmobile {
        font-size: 17px;
    }
}

@media only screen and (max-width:340px) {

    .contentreg {
        min-width: 95%;
    }

    .contentreg .contentmiddle .daysmobile {
        font-size: 16px;
    }
}