html{
    font-family: VodafoneRgRegular;
    font-size: 16.5px;
}
.all-container{
    background-image: url("../images/bkg-index.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.error_container {margin-top: -36px;}
.menu-desktop {
    /*background: rgba(0, 0, 0, 0) url("../images/title-vodafone-index.png") no-repeat scroll left 62px;*/
    background:none;
    border-radius: 0;
    box-shadow: none;
    color: #626262;
/*  margin: -30px 0 0; */
/*  padding: 0 0 100px; */
    text-align: left;
}
.geo-top{
    display: none;
}
.top-menu a {
    color: #686868;
}
.separator {
    border-left-color: #686868;
    padding: 9px 0;
}
.form_container, .explicacion{
    border: 1px solid #d6d6d6;
}
.input_code{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px 34px;
    text-align: center;
    font-size: 0.8rem;
    border: 1px solid #666666;
    border-radius: 0;
}
.message_discover{
    color: #dc2a14;
    padding: 5px;
    display: none;
}
.form_container{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.explicacion{
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.explicacion p{
    font-size: 0.7rem;
}
.info-text{
    width: 100%;
    font-family: "vodafonerg bold";
}
.error_container{
    position: relative;
    float: none;
    left: 0;    
    top: 100px;
    width: 100%;
}
.error{
    width: 335px;
}
.error a{
    color:#ffffff;
    text-decoration:undeline;
}
.help.top-menu, .top-menu.separator{
    display:none !important;
}
.form_container, .explicacion {
    text-align: left;
}
.explicacion{
    background: none;
    border: none;
    margin-top:10px;
}
.explicacion p{
    margin: 0;
}
.form_container {
    background: rgba(255,255,255,0.5);
}
.contain-left {
    display: inline-block;
    width: 60%;
    height: 720px;
    background: url(../images/bkg-index-logo.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    vertical-align: top;
}
.contain-right {
    display: inline-block;
    width: 33%;
    margin-left: 6%;
    padding-top: 150px;
}
.text-top-form {
    color: #e60000;
    font-size: 51px;
    font-family: "vodafonerg bold";
    line-height: 50px;
}
.main-background-color {
    padding-top: 20px;
}
.text-small {
    font-size: 13px;
    padding-bottom: 8px;
    color: #ffffff;
}
.boton {
    font-size: 20px;
    padding: 10px 25px;
    background: #e60000 !important;
    font-family: "vodafonerg bold";
    transform: scaleX(1.0077);
    font-weight: normal;
    box-shadow: 1px 2px 0px 0px #010001;
    width: 197px;
}
.btn-secondary{
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

    text-align: center;
    display: block;
    border: 1px solid #d6d6d6;
    padding: 13px 5%;
    margin: 5% auto;
    max-width: 625px;
    width: 96%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.info-text {
    text-align: left;
    font-size: 71px;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    top: 232px;
    line-height: 70px;
}
.info-text span{
    font-size: 51px;
    margin-top: 50px;
    font-weight: bold;
}
.mensaje_index{
    text-align: center;
}
.message_discover{
    font-size: 35px;
}
.mensaje_index{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 44px;
}
.btn-secondary {
    width: 250px;
    padding: 7px 0;
    margin-left: 0px;
}  
.btn-secondary a h3 {
    font-size: 15px;
}
 /* menu desktop */
.other-menu {
    width: auto;
    float: right;
    text-align: right;
    min-width: auto;
    margin-right: 30px;
}
.header_logo {
    width: auto;
    float: left;
    margin-left: 50px;
}
.menu-desktop{
    padding: 0 20px;
}
.top-menu{
    font-size: 20px;
}
.top-menu a{
    color: #ffffff;
    font-weight: bold;
}
.separator{
    border-left-color: #9f1807 ;
    padding: 22px 0;
}
.view-desktop{
    display: inline-block;
}   
.header_wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    overflow: auto;
}
@media only screen and (min-width: 640px) {
    .page_wrapper {
        margin: 0;
        max-width: 1460px;
        height: auto;
        padding-bottom: 50px;
    }
    .content{
        max-width:1460px;
    }
    .form_container, .explicacion {
        margin: 0 auto 0 0;
        max-width: 100%;
    }
    .form_container {
        background-color: transparent;
        border-radius: 0px;
        border: none;
        margin-bottom: 15px;
        padding: 14px;
        position: relative;
        top: 135px;
    }
    .explicacion {
        background: none;
        border-radius: 0px;
        border: none;
        text-align: left;
    }
    .info-text, .mensaje_index{
        text-align: left;
    }
    .mensaje_index{
        font-size: 52px;
    }
    .info-text span{
        color: #e60000;
        display: inline-block;
        font-weight:bold;
    }
    .message_discover{
        display: none;
    }
    .explicacion p{
        font-size: 13px;
        padding: 0;
        width: auto;
        margin: 0;
        max-width: 100%;
        color: #000000 !important;
    }
    fieldset {
        text-align: left;
    }
    .input_code {
        display: inline-block;
        text-align: left;
        width: 100%;
        max-width: 260px;
        vertical-align: top;
        padding: 15px;
    }
    .form_container input[type="submit"] {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1550px){
    .info-text {
        font-size: 57px;
        line-height: 58px;
        margin-left: 3%;
        top: 263px;
    }
    .text-top-form {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1000px){
    .top-menu a {
        color: #686868;
    }
    .border {
        display: none;
    }
    .header_logo {
        margin-left: 15px;
        width: 45px;
    }
    .logo-img {
        max-height: 40px;
    }
    .header_logo_container {
        background-color: #fbf0e7;
    }
    .all-container {
        background-image: none;
        background-color: #ffffff;
    }
    .view-desktop.other-menu {
        margin-right: 0;
    }
    .contain-mobile {
        height: 100%;
        width: 100%;
        background: url(../images/bkg-index-logo.png);
        background-repeat: no-repeat;
        background-position: 78%;
        background-size: auto 78%;
        max-width: 400px;
        margin-left: auto;
        margin-right: 32%;
    }
    .contain-left{
        background-image: url("../images/bkg-index.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 320px;
        background-position: 55%;
    }
    .contain-left, .contain-right {
        display: block;
        width: 100%;
    }
    .contain-right {
        width: 82%;
        margin-left: 9%;
        padding-top: 0;
    }
    .error_container {
        top: 60px;
    }
    .info-text {
        margin-top: 0;
        font-size: 26px;
        color: #ffffff;
        vertical-align: top;
        position: relative;
        top: 137px;
        line-height: 26px;
        left: 9%;
    }
    .text-top-form {
        font-size: 26px;
        line-height: 27px;
    }
    .form_container {
        background-color: transparent;
        border: none;
        top: 0px;
    }
    .input_code {
        width: 99%;
        padding: 15px 12px;
    }
    .text-small {
        font-size: 11px;
        padding-bottom: 0px;
        width: 93%;
        color: #333333;
    }
    #submit_code {
        width: 100%;
        max-width: 261px;
        margin-top: 12px;
    }
    .error {
        width: 75%;
    }
}