@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(http://fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 10px 6px 0 6px;
    margin: 0 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
a:active,
a:link {
    color: #666666;
    text-decoration: none;
}

img {
    vertical-align: text-bottom
}

input,
textarea,
keygen,
select,
button {
    color: #FFFFFF;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #FFFFFF;
}

.fl_right {
    float: right;
}

.fl_left {
    float: left;
}

h1,
h2 {
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

body {
    font: normal 4vw/4vw 'roboto', helvetica, arial, sans-serif;
    background: #FFFFFF;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    body {
        font: normal 16px/16px 'Poppins', sans-serif;
    }
}

.container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: 100%;
}

.logo {
    margin: 0;
}

.modal {
    display: none;
    position: absolute;
    background: #FFFFFF;
    text-align: center;
    padding: 1px;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 9999;
    width: 100vw;
    background: rgba(0, 0, 0, 0.65);
    height: 110vh;
    top: 0;
}

.modal .btn {
    margin: 3% auto 5%;
}

.modal-body h3,
.modal-body .price {
    width: 100%;
}

.modal-body .btns {
    width: 100%;
}

.modal-body .btn {
    width: 45%;
    min-width: 130px;
}

.modal-content {
    background: #FFFFFF;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #666666;
    padding: 10px;
    max-width: 600px;
    margin-top: 10%;
}

header h2 {
    font-size: 0.9em;
    font-weight: 600;
}

#info_pay p:first-child {
    text-align: left;
}

#info_pay p:last-child {
    text-align: right;
}

#info_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    margin-top: 8px;
}

#info_pay p:empty {
    display: none;
}

#info_pay p {
    margin: 0.5%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    letter-spacing: -0.3px;
}

.wifi #info_pay {
    display: block;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: inherit;
    color: #666666;
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

#carr_orange.cnx_wifi #info_pay {
    display: block;
}

#carr_orange.cnx_wifi #info_pay p {
    text-align: center;
}

#carr_orange.cnx_wifi #info_pay p:first-child {
    font-size: 1.2em;
    line-height: 1em;
    margin: 8px;
}

#carr_orange.cnx_wifi .checkpin label {
    margin-top: 1em;
}

#carr_orange #footer {
    margin: 8% 3% 8%;
    margin-top: 8%;
    margin-right: 3%;
    margin-bottom: 8%;
    margin-left: 3%;
}

#main_image img {
    width: 100%;
}

.btn {
    display: inline-block;
    font-size: 1.1em;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 47%;
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    appearance: none;
}

a.btn,
a.btn:visited,
a.btn:active,
a.btn:link {
    color: #FFFFFF;
}

.btns .cancel,
.modal .cancel {
    background: #737373;
    border-color: #737373;
}

.btns label {
    display: block;
}

.form-control {
    display: block;
    width: 87%;
    margin: auto;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.42857143;
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    -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, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;
}

select.form-control {
    padding: 11px 10px;
    margin-top: 6px;
    background: #bbb;
    color: #6b6b6b;
    border: none;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkpin label {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin: 10px auto;
    display: block;
    font-weight: bold;
    line-height: 1.2em;
}

#footer {
    width: 94%;
    margin: 8% auto;
}

#footer p a,
#footer p a:visited,
#footer p a:active,
#footer p a:link {
    text-decoration: underline;
}

#footer p {
    display: block;
    line-height: 1.4em;
    font-size: 13px;
    letter-spacing: -0.4px;
}

#footer p:nth-child(2) {
    display: block;
    line-height: 1.4em;
    font-size: 13px;
    letter-spacing: -0.4px;
}

#footer p:nth-child(3) {
    line-height: 1.4em;
    font-size: 13px;
    letter-spacing: -0.4px;
}

#footer .cancel {
    float: right;
}

.modal-header {
    margin-bottom: 15px;
    padding: 0 !important;
}

div#cancel p {
    font-size: 1.1em;
    line-height: 1.4em;
}

.error {
    color: #FF0000;
    font-size: 1em;
    font-weight: bold;
    line-height: inherit;
    width: 90%;
    text-align: center;
    margin: 10px auto 0;
}

#info-suscripcion p {
    font: normal 16px 'roboto', helvetica, arial, sans-serif;
    text-align: center;
}

#info-suscripcion p:last-child {
    margin-bottom: 10px;
}

#info-suscripcion h2 {
    margin: 1% auto 0;
    font-weight: bold;
}

#info_pay p,
#footer,
.price {
    font-size: 16px;
    text-align: center;
}

.btn.home {
    margin: auto;
    width: 90%;
    font-size: 1.5em;
}

.disclaimer {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.disclaimer-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.disclaimer-price {
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 14px;
    color: #CCCCCC;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
}

.disclaimer>img {
    display: block;
    width: 100%;
    height: auto;
}

.disclaimer .position-btn {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}

.disclaimer>div>img {
    display: block;
    width: 90%;
    height: auto;
    margin: 10% auto 10px;
}

.disclaimer .btn {
    border-radius: 15px;
    width: 95%;
    background: rgba(89, 195, 79, 1.00);
    font-size: 32px;
    display: inline-block;
    margin: 5px;
    border: none;
    max-width: 500px;
    padding: 18px;
}

.disclaimer .btn-danger {
    background: rgba(199, 26, 26, 1.00);
}

.disclaimer1 {
    font-size: 18px;
    line-height: 18px;
    color: #AAAAAA;
    margin: 0;
    padding: 10px 0 0 0;
}

.disclaimer2 {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 10px 0;
}

.fb-legals,
.fb-legals {
    font-size: 10px;
    line-height: 12px;
    color: #999999;
    text-align: center;
}

.legal {
    font-size: 12px;
    margin: 15px;
    text-align: center;
}

.checkbox {
    font-size: 0.8em;
    text-align: center;
    padding-top: 5px;
}

.checkbox input {
    vertical-align: middle;
}

#carr_orange .modal-content {
    margin-top: 54vw;
    padding: 10px 0;
}

#carr_orange .modal-content h3 {
    padding-left: 10px;
    padding-right: 10px;
}

#carr_orange .modal-body .btn {
    width: 48%;
    min-width: 130px;
}

#carr_orange .btns {
    width: 98%;
}

#carr_orange.question-23 .modal-content {
    margin-top: 95vw;
    padding: 10px 0;
}

#carr_orange.question-23 .modal-content h3 {
    padding-left: 10px;
    padding-right: 10px;
}

#carr_orange.question-37 .modal-content {
    margin-top: 74vw;
    padding: 10px 0;
    background: #000000;
    color: #FFFFFF;
}

#carr_orange.question-37 .modal-content p {
    color: #FFFFFF;
}

@media (min-width: 600px) {

    #carr_orange .modal-content {
        margin-top: 332px;
    }

    #carr_orange.question-23 .modal-content {
        margin-top: 578px;
    }

    #carr_orange.question-37 .modal-content {
        margin-top: 464px;
    }
}
.prelanding-footer {
    text-align: center;
    padding: 10px;
}
.prelanding-footer-text {
    font-size: 12px;
}
.prelanding-footer a {
    font-size: 12px;
}

@media (max-width: 600px) {
    .modal-content {
        margin-top: 50%;
    }
}

.welcome #main img {
    width: 60%;
}
.welcome p.legal {
    margin: 5px 10px;
}
.welcome #footer {
    margin: 4% auto;
}
.activate3g h1 {
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 1.4em;
}

.activate3g p {
    text-align: center;
    line-height: 1.5;
}

.activate3g ul {
    text-align: center;
    line-height: 1.5;
}

.activate3g {
    padding: 10px;
}

#footer.footer-sms p {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    opacity: 0.7;
    line-height: 1.4;
    letter-spacing: 0;
}body {
    background-color: #000000;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #E5E5E5;
    max-width: 600px;
    margin: 0 auto;
}
.checkpin label {
    color: #FF4949;
    text-transform: uppercase;
}
.confirm {
    padding-top: 17.5px;
    padding-bottom: 20.5px;
}
a, a:visited, a:active, a:link {
    color: #E5E5E5;
    text-decoration: none;
}
h3 {
    padding: 0 10px;
}
.modal-content {
    background: #000000;
    margin-top: 18.4%;
    padding: 10px 0;
}
.modal-content p {
    color: #E5E5E5;
}
a.btn, a.btn:visited, a.btn:active, a.btn:link {
    color: #FFFFFF !important;
}
.cook-35, .cook-44, .cook-49, .cook-50, .cook-53 {
    background-color: #FFF;
    color: #737373;
}
.cook-35 a, .cook-44 a, .cook-49 a, .cook-50 a, .cook-53 a {
     color: #737373;
}
@media (max-width: 600px) {
    .modal-content {
        margin-top: 48%;
    }
    #carr_orange .modal-content {
    margin-top: 40vw;
}
}
.cook-91 {
    background-color: #ffffa7;
    color: #777777;
}
.cook-91 #footer p a, .cook-91 #footer p a:visited, .cook-91 #footer p a:active, .cook-91 #footer p a:link {
    color: #777777;
}
.cook-91 .checkpin label {
    color: #777777;
}
.cook-91 a, .cook-91 a:visited, .cook-91 a:active, .cook-91 a:link {
    color: #777777;
}
.cook-92 {
    background-color: #a4ffcc;
    color: #777777;
}
.cook-92 #footer p a, .cook-92 #footer p a:visited, .cook-92 #footer p a:active, .cook-92 #footer p a:link {
    color: #777777;
}
.cook-92 .checkpin label {
    color: #777777;
}
.cook-92 a, .cook-92 a:visited, .cook-92 a:active, .cook-92 a:link {
    color: #777777;
}