/* ============= general ======0*/

html{
    font-family: VodafoneRgRegular;
    font-size: 16.5px;
}
a, p, input, h1,h2,h3,h4{
    color: #333;
}
.main-font-color{
    /*#646*/
    color: #E60000;
    margin-left: 34px;
    margin-top: 25px;
}
a{
    text-decoration: none;
}
/*#646 desplazar el contenedor entero a la izq*/
/*.page_wrapper{*/
/*margin: 0px 0px 0px 68px;*/
/*}*/
/*========== posible estructura layout ======== */

.all-container{
    overflow: hidden;
    min-height: 100%;
    margin-bottom: -146px;
    width: 100%;
}
html, body {
    height: 100%;
}
.all-container:after {
    content: "";
    display: block;
}
footer, .all-container:after {
    height: 146px;
}
header, .content_wrapper, footer {
    float: inherit;
}
header{
    overflow: hidden;
}
.content{
    overflow: hidden;
    width: 100%;
}
.top-menu-link{
    font-size: 16.5px;
}
/*========== end posible estructura layout ======== */

/* ============== utils ============*/
.red, .red-mobile{
    /*#646*/
    /*color: #dc2a14;*/
}

.boton{
    display: inline-block;
    padding: 15px 40px;
    font-weight: bold;
    background: #e60000;
    border: none;
    color: #ffffff;
    font-size: 22.5px;
}
.view-desktop, .view-large-desktop{
    display: none;
}
.btn-secondary{
    text-align: center;
    display: block;
    border: 1px solid #e60000;
    padding: 13px 5%;
    margin: 5% auto;
    max-width: 625px;
    width: 96%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    color: #e60000;
    font-size: 20px;
}
.btn-secondary *{
    display: block;
    margin: 0;
    text-decoration: none;
}
.main-background, .main-background-2{
    /*background: #ffffff; *//* Old browsers */

    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #ededed 85%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(85%,#ededed), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#ededed 85%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#ededed 85%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#ededed 85%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 50%,#ededed 85%,#dedede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */

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

}
.italic{
    font-style: italic;
}
    /* === puede ir en catalog.css */
.boton_back_content{
    text-align: center;
}
.boton_back_content .btn-secondary{
    display: inline-block;
    max-width: 320px;
}
.circle-before:before{
    display: inline-block;
    padding: 5px 12px;
    font-size: 25px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;

    position: absolute;
    left: 0;
    top: 0;

    background: #e00000; /* Old browsers */
    background: -moz-linear-gradient(top, #e00000 0%, #e00000 38%, #b10000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00000), color-stop(38%,#e00000), color-stop(100%,#b10000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e00000 0%,#e00000 38%,#b10000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e00000 0%,#e00000 38%,#b10000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e00000 0%,#e00000 38%,#b10000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e00000 0%,#e00000 38%,#b10000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#b10000',GradientType=0 ); /* IE6-9 */
}
.one-before:before{
    content: '1';
}
.two-before:before{
    content: '2';
}
/* ========= footer ==========0 */
footer{
    background-color: #2e2e2e;
}
.footer-menu-element a{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
.footer-menu-element{
    font-size: 22px;
    }

/* =========== header ======= */
.header_menu_container{
    display: none;
}
.vodafone-triangle:before {
    border-left: 46px solid rgba(0, 0, 0, 0);
    border-top: 65px solid #E60000;
    content: " ";
    height: 0;
    left: -33px;
    position: absolute;
    transform: scale(0.9999);
    width: 0;
}
.vodafone-triangle:after {
    border-right: 59px solid rgba(0, 0, 0, 0);
    border-top: 68px solid #E60000;
    content: " ";
    height: 0;
    left: 60px;
    position: absolute;
    transform: scale(0.9999);
    width: 0;
}
.vodafone-triangle {
    background-color: #E60000;
    height: 33px;
    left: 0;
    position: absolute;
    width: 63px;
    z-index: 1;
}
.logo{
    z-index: 11;
    position: relative;
    padding: 15px 5px;
}
.header_wrapper{
    padding: 0;
    width: 125px;
}
.logo-img {
    width: auto;
    max-height: 57px;
}
.top-menu a{
    color: #686868;
}
.separator{
    width: 1px;
    border-left: 1px solid #686868;
    padding: 12px 0;
    margin: auto 5px;
}
.border{
    width: 63.333333%;
    text-align: right;
}
.she-logo{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 10;
}
.header_menu li:nth-child(4){
    display: none;
}
.header_menu li:nth-child(5){
    display: none;
}
/*#646 desaparecer el segundo separador del menÃº*/
/*.menu-desktop li:nth-child(4){*/
    /*display: none;*/
/*}*/
.list{
    position: relative;
    float: left;
}
/* ======== media query ========= */
@media only screen and (min-width: 319px) {
    /* ========== utils ======000 */
    .header_menu_container{
        display: block;
    }
    .border {
        width: 55.333%;
    }
}
@media only screen and (min-width: 640px) {
    /* ========== utils ======000 **/
    .boton_back_content{
        text-align: left;
    }

    .red-mobile{
        color: #ffffff;
    }
    /*.page_wrapper {*/
        /*margin: 0px 0px 0px 68px;*/
        /*width: 75%;*/
    /*}*/
}
/*========== posible estructura layout ======== */
@media only screen and (min-width: 768px) {
    .all-container{
        margin-bottom: -60px;
    }
    footer, .all-container:after {
        height: 60px;
    }
}
/*========== end posible estructura layout ======== */
@media only screen and (min-width: 1000px) {
    /* ========== utils ======000 */
    .header_menu_container{
        display: none;
    }
    .header_wrapper {
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
        float: none;
    }
    .header_logo, .other-menu{
        display: inline-block;
        vertical-align: middle;
        overflow: inherit;
    }
    /*#646*/
    .view-desktop:after {
    color:red;
    font-size: 26px;
    }
    .other-menu{
        text-align: left;
        position: relative;
    }
    /* change logo */
    .vodafone-triangle:before, .vodafone-triangle:after {
        transform: scale(0.9999);
    }
    .vodafone-triangle:before {
        border-bottom: 9999px solid #E60000;
        border-right: 9999px solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        left: -1px;
        position: absolute;
        top: -10027px;
        width: 0;
    }
    .vodafone-triangle:after {
        border-right: 9999px solid rgba(0, 0, 0, 0);
        border-top: 9999px solid #E60000;
        content: " ";
        height: 0;
        left: 41px;
        position: absolute;
        top: 64px;
        width: 0;
        z-index: 1;
    }
    .vodafone-triangle {
        background-color: #E60000;
        display: block;
        height: 90px;
        left: -9977px;
        position: absolute;
        top: 0;
        width: 9999px;
        z-index: 10;
    }
    /* end change logo */

    /*========== posible estructura layout ======== */
    header{
        padding-top: 25px;
        overflow: visible;
    }
    /*========== end posible estructura layout ======== */

    /* menu desktop */
    .other-menu{
        display:none;
        /*#646*/
        /*width: 91%;*/
    }
    .header_logo{
        width: 8.2222%;
    }
    .menu-desktop{
        /*#646*/
        padding: 0px !important;
       }

    .top-menu{
        font-size: 20px;
    }
    .top-menu a{
        color:#ffffff;
        /*font-weight: bold;*/
    }
    .separator{
        border-left-color: #626262 ;
        padding: 20px 0px;
        /*margin-top: 3px;*/
    }
    .view-desktop{
        display: inline-block;
    }
}
@media only screen and (min-width: 1280px) {
    .view-large-desktop{
        display: block;
    }
}
@media only screen and (max-width: 1000px){
    .logo-img {
        max-height: 50px;
    }
    .header_wrapper {
        padding: 0;
        width: 60px;
        margin-left: 15px;
    }
    .header_menu_container {
        display: block;
    }
    .top-menu {
        padding: 7px;
    }
    .top-menu-link {
        font-size: 14.5px;
    }
    .top-menu.separator {
        display: none;
    }
}
/************** voucher **************/
.voucher-container{
/*     margin-left: 14.8%; */
}
#bonowrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/*#646 - controles para expandir y contraer el menÃº desplegable*/
[id^="togList"],                        /* HIDE CHECKBOX */
[id^="togList"] ~ .list,                /* HIDE LIST */
[id^="togList"] + label  span + span,   /* HIDE "Collapse" */
[id^="togList"]:checked + label span{   /* HIDE "Expand" (IF CHECKED) */
    display:none;
}
[id^="togList"]:checked + label span + span{
    display:inline-block;                 /* SHOW "Collapse" (IF CHECKED) */
}
[id^="togList"]:checked ~ .list{
    display:block;                        /* SHOW LIST (IF CHECKED) */
}

.img_menu_collapse{
    height: 40px;
}