/*

Colores degradado fondo formulario: #e2e2e2 || #fefefe
Color del icono: color:#ffffff;
Fondo del icono: background-color:#00bbdc;
Fondo campo: background: rgba(226,226,226,1);
Color boton enviar: background: rgba(255,163,3,1);
Fondo politica: background-color: #e8e8e8;

*/



/* Works on Firefox */
* {
  scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 1px;
}

*::-webkit-scrollbar-track {
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 1px;
}




input[type="checkbox"] {
    transform: scale(1.5);
}


@font-face {
	font-family: VodafoneLight;
	src: url(VodafoneLt_1.ttf);
	font-style: normal;
	font-weight: normal;
	font-display:swap;
}

@font-face {
	font-family: VodafoneRegular;
	src: url(VodafoneRg_1.ttf);
	font-style: normal;
	font-weight: normal;
	font-display:swap;
}

@font-face {
	font-family: VodafoneBold;
	src: url(Vodafone_Rg_Bold_3.ttf);
	font-style: normal;
	font-weight: normal;
	font-display:swap;
}


@font-face {
    font-family: 'vodafone_rgbold';
    src: url('vodafone_rg_bold_3-webfont.woff2') format('woff2'), url('vodafone_rg_bold_3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display:swap;
}

@font-face {
    font-family: 'vodafone_rgregular';
    src: url('vodafonerg_1-webfont.woff2') format('woff2'), url('vodafonerg_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display:swap;
}

body {
    font-family: 'vodafone_rgregular';
	font-display:swap;
    margin: 0;
    padding: 0;
    background-color: white;
    font-weight: 600;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

button {
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
}

#page {
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: block;
}

#main {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}

#container {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 1900px;
    text-align: center;
}

.ancla {
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    font-size: 26px;
    background: #e60000;
    padding: 10px 25px 10px 25px;
    border: solid #0078a8 2px;
    text-decoration: none;
}
#link900{text-decoration:none; display:block;}

.pie {
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 1px;
}

.aux {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
}

.separador {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.separador-linea {
    display: block;
    text-align: center;
    height: 2px;
    background-color: #fff;
    margin: 5px auto;
    width: 70%;
}

.fondoybordeabajo {
    background-color: #ffffff;
    border-bottom: 1px solid #b6b6b6;
    color: #000;
}



.fondoybordearriba {
    background-color: #888;
    border-top: 1px solid #b6b6b6;
    color: #fff;
}

#color_fondo {
    background-image: url(bg.jpg);
    background-size: contain;
    background-position: center center;
}

.cabecera {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px;
    display: block;
    color: #FFFFFF;
    font-weight: 700;
}

.cabecera h1 {
    font-size: 36px;
    line-height: 38px;
    padding: 5px;
    width: 100%;
    text-align: center
}



.img-dsk {
    width: 100%;
    max-width: 185px;
}

.aux-izq {
    display: inline-block;
    text-align: left;
}

.aux-der {
    display: inline-block;
    width: 52%;
    text-align: right;
}

#regalo {
    width: 100%;
}

#info-extra {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    font-size: 11px !important;
    font-weight: 500;
    text-align: justify !important;
}

.info-img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#contenido {
    display: inline-block;
    margin: 0 -5px 0 auto;
    position: relative;
    vertical-align: bottom;
    text-align: left;
    max-width: 900px;
    width: 70%;
}

#contenido_mb {
    display: inline-block;
    margin: 0 -5px 0 auto;
    position: relative;
    vertical-align: top;
    text-align: left;
    width: 100%;
    max-width: 900px;
}

#num900 {
    display: block;
    text-decoration: none !important;
}

#formulario {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 0px;
    position: relative;
    vertical-align: top;
    max-width: 337px;
    width: 100%;
    background-color: #e7e7e7;
    padding: 12px 10px;
    border-radius: 7px;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    bottom: 0;
    z-index: 99999;
    display:none;
    transition: all 0.5s;
    opacity:0;
}
.layer-form {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: auto;
    width: 380px;
    padding-top: 15px;
    position: relative;
    top: 20%;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #ff0001;
    border-radius: 8px;
    transition:all 0.5s;
}
.text-lightbox {
    display: block;
    margin: 15px 0;
    font-size: 23px;
    text-align: center;
    width: 99%;
    text-transform: uppercase;
}
.cerrarpop {    
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 20px;
    cursor: pointer;}

#grax {
    font-family: 'vodafone_rgregular';
    padding: 13px 12px 29px 12px;
    text-align: center;
    color: #444;
    font-size: 18px;
    WIDTH: 92%;
    MARGIN: 0 AUTO;
}

#grax2 {
    padding: 12px;
    text-align: center;
    color: #444;
font-size:16px;
}

.wg-form .error-msg {
    width: auto !important;
    font-size: 13px !important;
    color: red !important;
    text-align: left !important;
    padding-left: 5px !important;
    display: inline !important;
}

#fillform {
    display: block;
    padding: 12px 0;
    font-size: 27px;
    color: #353535;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -1px;
    border-radius: 7px;
    z-index: 999;
}

#fillform2 {
    display: block;
    padding: 12px 0;
    font-size: 27px;
    color: #fff;
    background-color: #fff;
    width: 100%;
    margin: 20PX auto;
    letter-spacing: -1px;
}

#fillform3 {
    display: block;
    padding-top: 15px;
    color: #fff;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    letter-spacing: -1px;
    border-radius: 19px;
}

.form-text-1 {
    font-weight: 700;
    font-size: 42px;
    color: #353535;
    text-decoration: none !important;
}

.form-text-2 {
    font-weight: 300;
    line-height: 25px;
    font-size: 25px;
    color: #ff0001;
    display: block;
    font-family: 'vodafone_rgregular';
}

.form-text-3 {
    font-weight: 300;
    font-size: 25px;
    color: #353535;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 26px;
}

#frm {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.bloque-condiciones{
        background-color: #ffffff;
padding-top: 50px;font-family: 'vodafone_rgregular';}

.info-extra-img {
    max-width: 100%;
}

.img-fondo {
    margin: 0 auto;
    display: block;
    height: auto;
}

.img-fondo img {
    width: 100%;
    border: 0 none;
}

#texto-central {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
    display: block;
    line-height: 22px;
    margin-top: -5px;
}

.field {
    background-color: #fff;
    display: block;
    margin: 0;
    border: none;
    padding: 10px 0;
}

.campo {
    margin: 10px auto 10px auto;
    width: 90%;
    display: inline-flex;    /*borde rojo*/
}

.name {
    padding: 6px 14px;
    background-color: #00bbdc;
    color: #ffffff;
    min-height: 30px;
}

.telephone {
    padding: 6px 15px;
    background-color: #ff0001;
    color: #ffffff;
    min-height: 29px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px 0px 0px 7px;
}

.email {
    padding: 6px 11px;
    background-color: #00bbdc;
    color: #ffffff;
    min-height: 30px;
}

.state {
    padding: 6px 18px;
    background-color: #00bbdc;
    color: #ffffff;
    min-height: 30px;
}

.input-text {
    border: 1px solid #00bbdc;
    color: #666;
    min-height: 30px;
    width: 100%;
    padding-left: 5px;
    -webkit-appearance: none;
    border-radius: 0px;
}

.input-num {
    font-size: 16px;
    border: 1px solid #00bbdc;
    color: #666;
    _min-height: 30px;
    width: 100%;
    padding: 7px 5px;
    -webkit-appearance: none;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
}

.input-select {
    border: 1px solid #00bbdc;
    color: #666;
    min-height: 30px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;
}

.link-politica {
    color: #444;
    display: block;
    font-size: 12px;
    height: auto;
    vertical-align: top;
    letter-spacing: 0;
    margin-top: 7px;
}

.politica {
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: left;
    display: block;
    margin: 0 auto;
    padding: 3px 18px;
    line-height: 15px;
}

input[type="text"] {
    border: 1.7px solid #999;
    color: #666;
    width: 95%;
    padding: 10px 2%;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;
    border-radius: 0 7px 7px 0;
margin-bottom: 6px;}

input[type="tel"] {
    border: 1.7px solid #999;
    color: #666;
    width: 95%;
    padding: 10px 2%;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;
    border-radius: 0 7px 7px 0;
margin-bottom: 6px;}

input[type="submit"] {
    background-color: #008507;
    border: 1px solid #ffffff;
    font-family: 'vodafone_rgregular';
    margin-top: 10px;
    margin-bottom: 17px;
    padding: 5px 0px;
    width: 90%;
    font-size: 24px;
    color: #ffffff;
    border-radius: 7px;
    -webkit-appearance: none;
	cursor:pointer;
}

#politica-condiciones {
    background-color: #e8e8e8;
    color: #606060;
    display: none;
    padding: 8px;
    text-align: justify;
    line-height: 12px;
}

#val-firstname {
    display: none;
}

#val-telephone {
    display: none;
    background-color: red;
    font-size: 12px;
    padding: 3px 0;
}

#val-state {
    display: none;
}

#val-email {
    display: none;
}

#val-terms {
    display: none;
    background-color: red;
    font-size: 12px;
    padding: 3px 0;
}

.terms {
    border: 1px solid #009BFF;
    background-color: #FFFFFF
}

#volver-form {
    background: #888 none repeat scroll 0 0;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.8;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    display: none;
}

#pie {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    display: block;
}

#pie h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 0;
}

/* @@@@@@ MOBILE @@@@@@@ */
@media (min-width:1191px) and (max-width:2500px) {
    #cabecera {
        width: 50%;
    }

    #contenido_mb {
        display: none;
        visibility: hidden;
    }

    #logo_mb {
        display: none;
        visibility: hidden;
    }

    .negrita {
        font-weight: bold;
    }

    .form-text-3 {
        display: block;
    }

}

/*######Politica de Privacidad######*/
#capa-politica {
    background-color: #000000;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    opacity: 0.75;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 40;
    font-family: 'Droid Serif', serif;
    padding: 1%;
    line-height: 17px;
}

#capa-politica-texto {
    display: inline-block;
    text-align: left;
    width: 90%;
    vertical-align: top;
}

#capa-politica-texto a {
    text-decoration: none;
    color: #888;
}

#capa-politica-cerrar {
    display: inline-block;
    width: 4%;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer;
}

.capa-politica-cerrar-x {
    text-decoration: none;
    color: #f60;
    font-size: 14px;
}

#politica-layer {
    background-color: #fff;
    border-radius: 8px;
    color: #444;
    font-size: 13px;
    opacity: 0.9;
    position: absolute;
    max-width: 900px;
    z-index: 9;
    width: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #444;
    box-shadow: 0px 0px 30px 2px;
}

.politica-layer-auxiliar {
    margin: 0 auto;
    padding: 1% 1% 2% 1%;
    width: 95%;
    display: block;
}

.politica-layer-cerrar {
    display: block;
    text-align: right;
    margin-right: 20px;
}

#politica-layer-cerrar-x {
    display: inline-block;
    color: #f60;
    font-size: 16px;
    text-decoration: none;
}

.politica-layer-title {
    display: block;
    margin: 10px 0;
    text-align: left;
}

#politica-layer h2 {
    display: inline-block;
    color: #444;
    padding: 0;
}

.politica-layer-text {
    display: block;
    padding: 2px;
    font-size: 12px;
    line-height: 17px;
}

@media (max-width: 1200px) {
    #container {
        padding: 0;
    }

    .cabecera h1 {
        font-size: 19px;
        line-height: 22px;
        padding: 0;
        width: 100%
    }

    .cabecera {
        text-align: center;
        width: 95%;
    }

    .separador {
        display: block;
        width: 100%;
        padding: 3px 0;
    }

    #contenido {
        display: none;
    }

    #info-extra {
        display: none;
    }

    #pie {
        _display: none;
    }

    .form-text-2 {
        font-size: 15px;
        line-height: 16px;
        color: #fff;
    }



    .pie {
        display: none;
    }

    #logo_dsk {
        display: none;
        visibility: hidden;
    }

    #color_fondo {
        background-color: #fff;
        display: table;
    background-image: none;}

    #ventajas {
        display: none;
        visibility:
    }

    #contenido_mb {
        display: block;
        margin: 0 auto;
    visibility: visible;}

    #formulario {
        display: block;
        max-width: 100%;
        width: auto;
        padding: 0px;
        margin: 15px auto 0 auto;
        background: none;
    }

    #fillform {
        background-color: #9c2aa0;
        position: relative;
        bottom: 0;
        width: 90%;
        margin: 0px auto;
        left: 0;
        right: 0;
        /* border-bottom: 1px solid #000000; */
        /* padding: 5px 0; */
        
        max-width: 600px;
        color: #222;
    }

    #fillform3 {
        width: 100%;
        margin-top: 22px;
        font-size: 15px;
        border: none;
        padding-top: 15px;
        border-radius: 19px 19px 0 0;
    }


    .n-lightbox-specs-short {
        position: relative;
        z-index: 1;
        background-color: #fff;
        border: 1px solid #ccc;
        max-width: 370px;
        text-align: center;
        margin: 0 auto;
        border-radius: 9px;
        padding: 5px 0;
        width: 80%;
        box-shadow: 0px 5px 5px -3px #ccc;
        margin-top: -70px;
    }

    .n-lightbox-specs-item {
        display: inline-block;
        width: 46%;
        margin: 3% 1%;
        vertical-align: top;
    }

    .n-lightbox-specs-item-label {
        display: block;
        font-size: 14px;
        color: #00739A;
        margin-bottom: 3px;
    }

    .n-lightbox-specs-item-text-l {
        display: block;
        font-size: 17px;
    }

    .n-lightbox-specs-item-text {
        display: block;
        font-size: 12px;
    }

    .form-text-1 {
        color: #fff !important;
        text-decoration: none;
        font-size: 41px;
        line-height: 42px;
    letter-spacing: 0;}

    .form-text-2 {
        font-size: 26px;
        letter-spacing: 0;font-weight: 300;line-height: 20px;
        color: #fff;
    }

    .form-text-3 {
        font-size: 20px;
        line-height: 33px;
    }

    .negrita {
        font-weight: 600;
    }

    .politica {
        padding: 3px 7%;}

    .link-politica {
        display: inline-block;
    }

    .campo {
        display: block;
        margin: 4px auto;
        width: 85%;
    }

    .telephone {
        display: none;
    }
	
	input[type="text"] {border-radius:7px;}
	input[type="tel"] {border-radius:7px;padding: 16px 2%;}
	
    .input-num {
        padding: 2px 0 2px 2%;
        height: 36px;
        width: 95%;
        font-size: 16px;
        -webkit-appearance: none;
        border: 1px solid #888;
        border-radius: 9px;
        font-weight: 300;
    }

    input[type="submit"] {
        width: 85%;
        padding: 10px 0;
        font-size: 23px;
        color: #f00;
        background-color: #fff;
        -webkit-appearance: none;
        border-radius: 7px;
        margin-top: 20px;
        border: 2px solid #ff0000;
        text-transform: uppercase;
        font-weight: bold;
    }

    #imagen-mb{
    display: block;
    width: 100%;
    margin: 0 auto;
    }


}


@media (max-width:760px) {

#grax {
    font-family: 'vodafone_rgregular';
    padding: 13px 12px 29px 12px;
    text-align: center;
    color: #444;
    font-size: 21px;
    WIDTH: 75%;
    MARGIN: 0 AUTO;
}
.img-mb {
    width: 100%;
    display: none;
    margin: 0 auto;
}

#fillform {
    display: block;
    padding: 6px 0;
    font-size: 27px;
    color: #353535;
    background-color: #9c2aa0;
    width: 87%;
    margin: 0 auto;
    letter-spacing: -1px;
    border-radius: 7px;
    z-index: 999;
}

    #imagen-mb{
    
    max-width: 100%;
	height: auto;
    }
	
	

#color_fondo {
    background-image:none;
}

#hide{
display:none!important;
}

}

