/**
  * Generic classes:
  */
html,
body {
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: 'Open Sans', arial, sans-serif !important;
  width: 100%;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > * {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
#fix-height {
  position: relative;
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%;
}
.container-fluid {
  margin: 0px auto;
  max-width: 1260px;
  padding-right: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/**
  * Clearfix:
  */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/**
  * Fonts:
  */
.font_16 {
  font-size: 16px;
}
.font_13 {
  font-size: 13px;
}
.font_12 {
  font-size: 12px;
}
.font_10 {
  font-size: 10px;
}
.bold {
  font-weight: bold;
}
.regular {
  font-weight: normal;
}
/**
  * Buttons:
  */
button {
  color: white;
  cursor: pointer;
  border: 0;
}
.button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 50px;
}
.b_blue {
  background-color: #01b0ea;
  color: white;
}
/**
  * Margins:
  */
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_12 {
  margin-top: 12px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_25 {
  margin-top: 25px;
}
.margin_top_60 {
  margin-top: 60px;
}
.margin_left_2 {
  margin-left: 2px;
}
.margin_left_5 {
  margin-left: 5px;
}
.margin_left_15 {
  margin-left: 15px;
}
.margin_left_20 {
  margin-left: 20px;
}
.margin_left_30 {
  margin-left: 30px;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.margin_right_3 {
  margin-right: 3px;
}
.margin_right_15 {
  margin-right: 15px;
}
.padding_0 {
  padding: 0px;
}
.padding_size_5 {
  padding: 0px 5px 0px 5px;
}
.padding_right_5 {
  padding-right: 5px;
}
/**
  * Links:
  */
a {
  color: #01AFEA;
  text-decoration: none;
}
a:hover {
  color: #056ba0;
  text-decoration: none;
}
.white_link {
  color: white !important;
}
.link_hover,
.split_navigation {
  color: #056ba0;
}
.link_hover:hover {
  color: white;
}
.a_cursor {
  cursor: pointer;
}
/**
  * Main page:
  */
#page-wrapper {
  margin-top: 60px;
  padding-bottom: 3em;
  -webkit-font-smoothing: antialiased;
}
#page-container {
  padding: 0 2.188em;
  font-size: 100%;
  position: relative;
}
#page-container h1 {
  padding: 0;
  font-size: 2.500em;
  color: #0096ce;
}
/**
  * Footer:
  */
#footer-wrapper {
  background: #333333;
  font-size: 14px;
  color: white;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
#footer-title {
  margin: 50px 0px 30px 0px;
}
.footer-button {
  width: 46px;
  height: 46px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.footer-button:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer-app-mobil {
  float: left;
  line-height: 50px;
  margin: 10px 15px 0px 25px;
}
#footer-get-app {
  float: left;
  line-height: 52px;
  margin-top: 18px;
}
.footer-store-icon {
  float: left;
  margin-left: 20px;
  line-height: 50px;
  margin-top: 5px;
}
.footer-store-icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer-separator {
  margin-top: 30px;
  border-bottom: 1px solid white;
}
#footer-support {
  margin: 30px 0px 40px 0px;
}
#support-title {
  color: white;
  cursor: default;
}
#support-title:hover {
  color: white;
  text-decoration: none;
}
#copyright {
  margin-bottom: 20px;
  text-align: right;
}
#footer-support > div > div > a:hover {
  color: #01AFEA;
}
#footer-logos {
  float: right;
}
.footer-logo {
  float: left;
}
.footer-logo > p {
  margin: 0px 0px 0px 0px;
}
.footer-logo-left {
  float: left;
  border-left: 1px solid white;
  padding-left: 5px;
}
.footer-logo-left > p {
  margin: 0px 0px 0px 0px;
}
.show_mobil {
  display: none;
}
/**
  * Cookies overlay:
  */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #252525;
  background-color: rgba(37, 37, 37, 0.8);
  height: 37px;
  z-index: 10;
  width: 100%;
}
#cookie p {
  color: #FFF;
  width: 100%;
  margin: auto;
  position: relative;
  font-weight: bold;
  font-size: 10px;
}
#cookie A:hover {
  color: #222;
}
#cookie_close {
  border: 1px solid white;
  background-color: white;
  color: #666;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 8px 0px 0px 20px;
  outline: 0;
  float: left;
  min-width: 60px;
}
#cookie p span {
  float: left;
  margin-top: 13px;
  font-size: 10px;
  font-weight: normal;
}
#cookies-wrapper {
  background-color: white;
  color: black;
}
/**
  * Text pages
  */
.textpage h2 {
  color: #0096ce;
}
.textpage .content {
  padding-bottom: 3em;
  word-wrap: break-word;
}
.textpage .content p {
  word-wrap: break-word;
}
.textpage .content p a {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/**
  * Text pages
  */
#downloading h1 {
  margin-bottom: 60px;
}
/**
  * Upload page
  */
.qq-upload-button {
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 50px;
  background-color: #01b0ea;
  color: white;
  width: 150px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
.qq-upload-list {
  display: none;
}
#upload-wrapper {
  margin-top: 100px;
  margin-bottom: 60px;
}
#upload_container {
  padding: 0 2.188em;
  display: table;
}
#loading,
#ok_icon,
#ko_icon {
  display: none;
  height: 50px;
  line-height: 50px;
  margin-left: 30px;
}
#loading,
#ok_icon {
  color: #01b0ea;
}
#ko_icon {
  color: #d62727;
}
#upload_button,
#image_list,
#link_list {
  display: table-row;
}
.error_upload,
.error_upload_delete {
  font-size: 13px;
  font-weight: 300;
  display: none;
}
.error_upload {
  margin: 15px 0px 0px 30px;
  color: #b0b0b0;
}
.error_upload_delete {
  margin: 8px 0px 0px 30px;
  color: #d62727;
}
#copy_btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 50px;
  background-color: #01b0ea;
  color: white;
  margin-left: 30px;
  font-size: 16px;
  visibility: hidden;
}
/**
  * Login page
  */
#title_login_container {
  margin-bottom: 15px;
}
.title_form_login {
  font-size: 20px;
  font-weight: 300;
}
#create_login {
  margin-top: 8px;
  display: none;
}
.input_form {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 30px;
}
.input_form::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BEBEBE;
}
.input_form:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BEBEBE;
  opacity: 1;
}
.input_form::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BEBEBE;
  opacity: 1;
}
.input_form:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BEBEBE;
}
#login,
#change {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 50px;
  background-color: #01b0ea;
  color: white;
  border: none;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.error_input {
  border: 1px solid #d44649;
}
.error_form {
  margin-bottom: 30px;
  display: none;
  color: #d44649;
  font-size: 14px;
}
.link {
  font-size: 13px;
  font-weight: normal;
}
#forgot_login {
  display: none;
}
/**
  * Main template:
  */
#header-menu-wrapper,
#header_menu_wrapper_grey {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
#header-menu-wrapper {
  background-color: white;
}
#header_menu_wrapper_grey {
  background-color: #eeeeee;
}
#header-menu {
  height: 80px;
}
#header-logo {
  float: left;
  margin: 9px 0px 5px 0px;
}
.hide_ipad {
  height: 100%;
}
.header-menu-link,
.header-menu-link-grey {
  float: right;
  height: 25px;
  margin: 25px 0px 0px 40px;
}
.header-menu-link > a,
.header-menu-link > p > a {
  font-size: 14px;
  color: #898989;
  font-weight: 300;
}
.header-menu-active,
.header-menu-link:hover,
.header-menu-active-grey,
.header-menu-link-grey:hover {
  position: relative;
  margin-bottom: 40px;
}
.header-menu-active:after {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 0px;
  border-bottom: 2px solid #01b0ea;
}
.header-menu-active > a,
.header-menu-active > p > a,
.header-menu-link > a:hover,
.header-menu-link > p > a:hover {
  color: #01b0ea !important;
}
.header-menu-active > a,
.header-menu-active-grey > a {
  cursor: default;
}
.header-menu-link-grey > a,
.header-menu-link-grey > p > a {
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 300;
}
.header-menu-active-grey:after {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 0px;
  border-bottom: 2px solid #8f8f8f;
}
.header-menu-active-grey > a,
.header-menu-link-grey > a:hover,
.header-menu-link-grey > p > a:hover {
  color: #8f8f8f !important;
}
#menu-language,
#menu-language-blue {
  float: right;
  height: 25px;
  margin: 24px 0px 0px 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}
#menu-language {
  color: #898989;
}
#menu-language-blue {
  color: white;
}
.language-selected {
  float: left;
  margin: 2px 0px 0px 7px;
}
#language-wrapper {
  background-color: white;
  font-size: 14px;
  color: #898989;
  font-weight: 300;
  display: none;
  border-radius: 5px;
  border: 2px solid #898989;
  width: 215px;
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 11;
}
#world-language {
  margin: 10px 10px 10px 20px;
  float: left;
}
#language-selected {
  float: left;
  margin: 12px 20px 0px 0px;
}
#language-triangle {
  position: absolute;
  margin-top: 12px;
  right: 10px;
}
#menu-select-language {
  display: inline-block;
  border-bottom: 1px solid #898989;
  width: 212px;
}
.language {
  cursor: pointer;
  margin: 5px 20px;
}
#header-title-wrapper {
  padding-top: 125px;
  position: relative;
}
#header-title-wrapper-blue {
  padding-top: 80px;
  position: relative;
  min-height: 50%;
}
#menu-mobile,
#menu-mobile-blue {
  display: none;
}
#menu-mobile-wrapper {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: none;
  border: 1px solid white;
  position: fixed;
  right: 0px;
  top: 0px;
  text-align: left;
  z-index: 11;
  height: 100%;
  background-color: #eeeeee;
  width: 285px;
}
html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.menu-mobile-option {
  background-color: #eeeeee;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #8f8f8f;
  cursor: pointer;
  color: #8f8f8f;
}
.menu-mobile-option > a,
.menu-mobile-option > p > a {
  padding-left: 75px;
  color: #8f8f8f;
  cursor: pointer;
}
.menu-mobile-option > a:hover,
.menu-mobile-option > p > a:hover {
  color: #8f8f8f;
}
.mobile-menu-active {
  background-color: #8f8f8f;
}
.mobile-menu-active > a,
.mobile-menu-active > p > a {
  color: white;
  cursor: default;
}
.mobile-menu-active > a:hover,
.mobile-menu-active > p > a:hover {
  color: white;
}
.world-mobile {
  margin: 11px 10px 0px 38px;
  width: 27px;
  height: 28px;
}
.mobile-language-selected {
  background-color: #8f8f8f;
  color: white;
  cursor: default;
}
.body-main {
  background-color: white;
}
#header-title {
  font-size: 24px;
  color: #898989;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  margin: 0px 0px 60px 0px;
}
#header-description {
  position: relative;
}
#device-image > p > .plugin_picture > img,
#device-image > div > p > .plugin_picture > img {
  max-width: 100%;
  max-height: 100%;
}
#header-from-wrapper {
  margin-bottom: 10px;
}
#header-from {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 5px 20px;
  color: #898989;
}
#header-from-image {
  cursor: pointer;
  margin-bottom: 30px;
}
#header-from-image > p > .plugin_picture > img {
  max-width: 100%;
  max-height: 100%;
}
.logo-icon-left {
  margin: 0px 10px 0px 7px;
  float: left;
}
.logo-icon {
  margin-right: 20px;
  float: left;
}
.logo-icon-right {
  float: left;
}
.logo-icon:hover,
.logo-icon-right:hover,
.logo-icon-left:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#stores-available {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 20px 20px;
}
#stores-wrapper {
  margin-bottom: 30px;
}
.store-icon,
.store-icon-right {
  margin-right: 20px;
  float: left;
}
.store-icon-left {
  margin: 0px 20px 0px 20px;
  float: left;
}
.store-icon:hover,
.store-icon-right:hover,
.store-icon-left:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#free-download-wrapper {
  display: none;
}
#characteristics {
  height: 90px;
  font-size: 18px;
  color: white;
  font-weight: 300;
  z-index: 4;
  position: relative;
  width: 100%;
}
.characteristic_div {
  cursor: pointer;
}
.characteristic_image {
  float: left;
  height: 46px;
  width: 46px;
  margin: 22px 10px 0px 0px;
}
.characteristic_image > p > .plugin_picture > img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.characteristic_image_hover {
  transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.characteristic_text {
  float: left;
  height: 90px;
}
.characteristic_text > p {
  margin: 0px 0px 0px 0px;
}
.characteristic_text_initial {
  position: absolute;
  top: 0px;
  color: white;
  margin-top: -7px;
  display: none;
}
.characteristic_text_top {
  position: absolute;
  top: 30px;
  color: white;
}
.characteristic_text_hover {
  transform: translate(0, 37px);
  -webkit-transform: translate(0, 37px);
  -o-transform: translate(0, 37px);
  -moz-transform: translate(0, 37px);
  transition: all 0.4s ease-in-out;
}
#description {
  position: relative;
}
.description {
  margin-bottom: 100px;
}
#description-title {
  font-size: 24px;
  color: black;
  font-weight: 300;
  line-height: 30px;
  margin: 30px 0px 45px 0px;
  text-align: center;
}
.description_text {
  font-size: 18px;
  color: #898989;
  font-weight: 300;
  margin-top: 50px;
}
.description_title {
  font-size: 30px;
  color: #363636;
  line-height: 30px;
}
#o2_link > use {
  height: 8px;
  width: 300px;
}
#map {
  background-color: #F4F4F4;
  position: relative;
}
#map-title {
  margin: 50px 0px 30px 0px;
  font-size: 30px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
#map-image {
  margin-bottom: 50px;
}
#map-image-wrapper {
  position: absolute;
  width: 750px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100px;
  display: table-cell;
  min-height: 250px;
}
#map-image-wrapper > p > .plugin_picture > img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transition: all 0.7s ease-in-out;
}
.showed {
  transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
.ob-wrapper {
  margin-top: 20px;
  padding: 0px;
}
#peru-ob,
#argentina-ob,
#uk_ob,
#colombia-ob,
#brazil-ob {
  z-index: 2;
  color: white;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 10px 10px 0px -5px #e0dde0;
  -moz-box-shadow: 10px 10px 0px -5px #e0dde0;
  box-shadow: 10px 10px 0px -5px #e0dde0;
}
#peru-ob,
#argentina-ob,
#colombia-ob {
  background: url("../images/movistar_icon.btn.89e00596f759.png");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #00769f;
  height: 70px;
  line-height: 105px;
}
#peru-ob:hover,
#argentina-ob:hover,
#colombia-ob:hover {
  background: url("../images/movistar_icon.btn_over.b51703ea99c3.png");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: white;
  color: #00769f;
}
.ob-image {
  margin-right: 10px;
}
#uk_ob {
  background: url("../images/o2_icon.btn.bb8003329eef.png");
  background-repeat: no-repeat;
  background-position: center 9px;
  background-color: #3399cc;
  height: 70px;
  line-height: 108px;
}
#uk_ob:hover {
  background: url("../images/o2_icon.btn_over.ecd75bdc5273.png");
  background-repeat: no-repeat;
  background-position: center 9px;
  background-color: white;
  color: #3399cc;
}
#brazil-ob {
  background: url("../images/vivo_icon.btn.6bd0fe32ad64.png");
  background-repeat: no-repeat;
  background-position: center 9px;
  background-color: #660099;
  height: 70px;
  line-height: 108px;
}
#brazil-ob:hover {
  background: url("../images/vivo_icon.btn_over.b73655df4c04.png");
  background-repeat: no-repeat;
  background-position: center 9px;
  background-color: white;
  color: #660099;
}
#download {
  color: white;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 60px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 0;
}
.rotate-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit;
  -moz-animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-name: orbit-ie;
  animation-duration: 2s;
}
.rotate-container {
  position: absolute;
  top: 0;
  display: none;
}
@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes orbit {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes orbit-ie {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.description_image > p > .plugin_picture > img {
  max-width: 100%;
  max-height: 100%;
}
.description_image > p > .plugin_picture > .reduced {
  position: absolute;
  top: 0;
  transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transition: all 0.6s ease-in-out;
  display: none;
}
/**
  * FAQ:
  */
#header-help-wrapper {
  position: fixed;
  top: 80px;
  z-index: 3;
  width: 100%;
  background-color: white;
  padding: 10px 0px 20px 0px;
}
.section-header-help {
  cursor: pointer;
}
.section-title {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#gettingstarted_img,
#functionality_img,
#billing_img,
#solutions_img {
  padding: 0px 30px 0px 30px;
}
#more-questions {
  background-color: #e5e5e5;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 300;
}
.more-questions-title {
  margin: 30px 0px 20px 20px;
}
.question-image {
  float: left;
  margin: 0px 15px 30px 20px;
  width: 50px;
  height: 50px;
}
.contact-us {
  float: left;
  margin-top: 15px;
  color: #3C3C3C;
  cursor: pointer;
}
#functionality,
#billing,
#solutions {
  display: none;
}
#more-questions-mobile,
.section-title-mobile {
  display: none;
}
#body-help-wrapper {
  padding-bottom: 30px;
  background-color: white;
}
.question-wrapper {
  margin-bottom: 30px;
}
.question-title {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.question-title:hover {
  text-decoration: underline;
}
.question-detail {
  font-size: 16px;
  font-weight: 300;
  display: none;
}
.chevron-blue {
  clear: both;
  color: #01b0ea;
  float: left;
  margin: 4px 5px 0px 0px !important;
}
.circle-blue {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #01b0ea;
  color: white;
  float: left;
  margin: 2px 5px 0px 0px;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
  display: inline-block;
}
.two_lines {
  clear: both;
  padding-top: 10px;
}
/**
  * Policy and cookies:
  */
p.p1 {
  margin: 0.0px 0.0px 0.0px 0.0px;
}
p.p2 {
  margin: 0px;
  display: table;
  width: 100%;
}
p.p3 {
  margin: 0.0px 0.0px 0.0px 30.0px;
}
.dot {
  display: table-cell;
  width: 20px;
  margin-right: 10px;
}
.text {
  display: table-cell;
}
/**
  * Mixin:
  */
.imagen_uploaded {
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.flush-button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 50px;
  background-color: #01b0ea;
  color: white;
  height: 45px;
  font-size: 16px;
  float: left;
}
/**
  * Screen Fixes:
  */
@media (max-width: 1200px) {
  #description-title {
    text-align: left;
  }
  .section-title {
    color: #3C3C3C;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1065px) {
  #header-from,
  #stores-available,
  .store-icon-left {
    margin-left: 0px;
  }
  #header-from-wrapper {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1010px) {
  #header-wrapper,
  #page-wrapper,
  #footer-wrapper,
  #upload-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .row {
    margin-right: 0px !important;
  }
  #footer_second_span {
    clear: left;
  }
  .hide_ipad {
    display: none;
  }
  #characteristics {
    height: 80px;
    line-height: 80px;
  }
  .characteristic_text {
    display: none;
  }
  .characteristic_image {
    float: none;
    height: 60px;
    width: 60px;
    margin: 10px auto 0px auto;
  }
  .description_text {
    font-size: 16px;
    margin-top: 30px;
  }
  .description_title {
    font-size: 24px;
  }
  #menu-mobile-wrapper {
    display: none;
  }
}
@media (max-width: 830px) {
  .logo-icon-left,
  .logo-icon {
    margin-right: 15px;
  }
  .store-icon {
    margin-right: 15px;
  }
  #map-image-wrapper {
    width: 100%;
    top: 20px;
  }
  .section-title {
    font-size: 14px;
  }
}
@media (max-width: 806px) {
  .logo-icon-left,
  .logo-icon {
    margin-right: 7px;
  }
  .more-questions-title,
  .question-image {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #page-wrapper,
  #upload-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header-container {
    height: 58px;
    line-height: 58px;
  }
  #header-container #logo {
    padding: 0px;
  }
  #header-container #logo img {
    width: 4.400em;
  }
  #header-container nav {
    padding: 0;
  }
  .header_main {
    display: none;
  }
  #links_container {
    visibility: hidden;
  }
  #mobile_button {
    display: block;
  }
  #mobile_button_img {
    display: block;
    margin: 9px auto 0px auto;
  }
  #logo {
    margin: 0px 0px 10px 0px;
  }
  #home,
  #blog_link {
    display: none;
  }
  #page-wrapper {
    margin-top: 40px;
    padding-bottom: 0;
  }
  #page-container {
    padding: 0 0;
  }
  #page-container.container {
    padding: 0;
  }
  #page-container h1 {
    font-size: 1.625em;
  }
  #downloading h1 {
    margin-bottom: 40px;
  }
  #menu-tu-com {
    display: none;
  }
  #menu-mobile,
  #menu-mobile-blue {
    float: right;
    display: block;
    margin: 30px 20px 0px 0px;
    cursor: pointer;
    color: #8f8f8f;
  }
  #header-title-wrapper {
    padding-top: 90px;
  }
  #header-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #header-from-image {
    width: 312px;
    margin: 0px auto 20px auto;
  }
  #stores-available {
    margin-bottom: 10px;
  }
  .logo-icon-left {
    margin-right: 10px;
  }
  .logo-icon {
    margin-right: 20px;
  }
  .store-icon-left {
    margin-left: 0px;
    float: left;
  }
  .store-icon-right {
    margin-right: 0px;
  }
  #stores-wrapper {
    margin-bottom: 20px;
  }
  #stores-available-wrapper {
    width: 266px;
    margin: 0px auto;
  }
  #stores-available,
  #stores-wrapper {
    display: none;
  }
  #free-download-wrapper {
    display: block;
  }
  .description {
    margin-bottom: 40px;
  }
  #description-title {
    margin: 20px 0px 40px 0px;
    font-size: 20px;
    color: #3C3C3C;
    line-height: 22px;
  }
  .description_text {
    margin-top: 20px;
    line-height: 22px;
  }
  .description_title {
    font-size: 20px;
    line-height: 22px;
  }
  #map-title {
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    line-height: 22px;
  }
  #map-image {
    margin-bottom: 40px;
  }
  #footer-wrapper {
    font-size: 16px;
    color: white;
    font-weight: 300;
    line-height: 22px;
  }
  #footer-title {
    margin: 40px 0px 20px 0px;
  }
  #footer-separator {
    margin-top: 10px;
  }
  #footer-support {
    margin: 20px 0px;
  }
  #copyright {
    margin: 20px 0px 15px 0px;
    text-align: left;
  }
  #footer-logos {
    float: left;
  }
  .show_mobil {
    display: block;
  }
  #footer-stores {
    clear: both;
    margin-top: 60px;
  }
  #footer-app-mobil {
    margin-left: 0px;
  }
  #header-help-wrapper {
    top: 79px;
  }
  .section-title {
    display: none;
  }
  #gettingstarted_img,
  #functionality_img,
  #billing_img,
  #solutions_img {
    padding: 0px 10px 0px 10px;
  }
  .hide_mobil {
    display: none;
  }
  #more-questions {
    display: none;
  }
  #more-questions-mobile {
    background-color: #e5e5e5;
    color: #3C3C3C;
    font-size: 22px;
    font-weight: 300;
    display: block;
  }
  .more-questions-title {
    margin-left: 30px;
  }
  .question-image {
    margin-left: 30px;
  }
  .contact-us {
    margin: 12px 0px 0px 30px;
  }
  #body-help-wrapper {
    padding-bottom: 20px;
  }
  .section-title-mobile {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  #header-title-wrapper-blue {
    padding-top: 50px;
  }
  #map-image-wrapper {
    min-height: 295px;
  }
  #peru-ob,
  #argentina-ob,
  #colombia-ob {
    background: url("../images/movistar_icon.btn.89e00596f759.png");
    background-repeat: no-repeat;
    background-position: center 8px;
    background-color: #00769f;
    height: 60px;
    line-height: 88px;
  }
  #peru-ob:hover,
  #argentina-ob:hover,
  #colombia-ob:hover {
    background: url("../images/movistar_icon.btn_over.b51703ea99c3.png");
    background-repeat: no-repeat;
    background-position: center 8px;
    background-color: white;
  }
  #uk_ob {
    background: url("../images/o2_icon.btn.bb8003329eef.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: #3399cc;
    height: 60px;
    line-height: 95px;
  }
  #uk_ob:hover {
    background: url("../images/o2_icon.btn_over.ecd75bdc5273.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: white;
  }
  #brazil-ob {
    background: url("../images/vivo_icon.btn.6bd0fe32ad64.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: #660099;
    height: 60px;
    line-height: 95px;
  }
  #brazil-ob:hover {
    background: url("../images/vivo_icon.btn_over.b73655df4c04.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: white;
  }
}
@media (max-width: 632px) {
  #cookie {
    height: 40px;
  }
  #cookie_close {
    margin: 10px 0px 0px 8px;
  }
  #cookie p span {
    width: 85%;
    margin: 6px;
  }
}
@media (max-width: 565px) {
  #cookie p span {
    width: 79%;
  }
}
@media (max-width: 485px) {
  .footer-store-icon {
    margin-left: 10px;
  }
  .ob-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 446px) {
  #footer-get-app {
    font-size: 14px;
  }
  .footer-store-icon {
    margin-left: 5px;
  }
}
@media (max-width: 415px) {
  #cookie_close {
    min-width: 50px;
  }
}
@media (max-width: 375px) {
  #cookie {
    height: 48px;
  }
  #cookie_close {
    margin-top: 10px;
  }
  #cookie p span {
    width: 73%;
    margin-top: 2px;
  }
}
