@charset "UTF-8";

@font-face {
  font-family: 'cerablack';
  src: url('font/cera-black.otf');
  /*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'cerabold';
  src: url('font/cera-bold.otf');
  /*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ceramedium';
  src: url('font/cera-medium.otf');
  /*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ceraregular';
  src: url('font/cera-regular.otf');
  /*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ceralight';
  src: url('font/cera-light.otf');
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------------------------------------------ Normalizador */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: 'ceraregular', 'opensans';
}

body {
  font-family: 'ceraregular', 'opensans';
  margin: 0;
  font-size: 16px;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 2em;
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .67em;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure,
form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.5;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

ul {
  list-style-position: inside;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

a {
  outline: none;
}

a:focus,
a:active,
a:visited {
  outline: 0 none;
}

/*//////////////botones css///////////////*/
.btn {
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  margin: 10px;
  display: block;
  text-decoration: none;
  max-width: 280px;
  border-radius: .25rem;
}

.btn-fb.btn-pri {
  background: #472D5C;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.btn-fb.btn-pri:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.btn-fb.btn-sec {
  background: #DA0080;
  color: #fff;
}

.btn-fb.btn-ghost {
  color: #701B89;
  box-shadow: inset 0 0 0 2px #701B89;
}

.btn-fb.btn-ghost:before {
  background: #701B89 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-property: transform;
  -ms-transition-property: transform;
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  z-index: -1;
}

.btn-fb.btn-ghost:hover {
  color: #fff;
}

.btns-oscuro {
  padding: 100px 0;
  background: #472D5C;
  overflow: hidden;
}

.btns-oscuro h2 {
  color: #fff;
}

.btn-fo.btn-pri {
  background: #e50981;
  color: #fff;
}

.btn-fo.btn-pri:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.btn-fo.btn-sec {
  background: #701B89;
  color: #fff;
}

.btn-fo.btn-ghost {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.btn-fo.btn-ghost:before {
  background: white none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  z-index: -1;
}

.btn-fo.btn-ghost:hover {
  color: #472D5C;
}

.btn {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  vertical-align: middle;
}

.btn::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  z-index: -1;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: white;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);

}

.horario_especial {
  padding: 10px 0;
}

/*** print */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------------------------------------------------ Mixins */

/*------------------------------------------------------------------------------ Generales */



body {
  line-height: 1.2;
  font-family: 'ceraregular';
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

body.numerical {
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.clearfix,
.info-planes-equipo .doble-cont,
.clearfix,
.info-planes-equipo2 .doble-cont {
  *zoom: 1;
  clear: both;
}

.clearfix:before,
.info-planes-equipo .doble-cont:before,
.info-planes-equipo2 .doble-cont:before,
.clearfix:after,
.info-planes-equipo .doble-cont:after,
.info-planes-equipo2 .doble-cont:after {
  content: " ";
  display: table;
}

.clearfix:after,
.info-planes-equipo .doble-cont:after,
.info-planes-equipo2 .doble-cont:after {
  clear: both;
}

a {
  text-decoration: none;
}

/*------------------------------------------------------------------------------Grid */
.row {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.row.mini {
  max-width: 840px;
}

.row-no-rs {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.non-point {
  list-style: none;
}

.row [class*="col"],
.row-no-rs [class*="col"] {
  display: block;
  float: left;
  margin-right: 2%;
}

.row [class*="col"].last,
.row-no-rs [class*="col"].last {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {

  .row [class*="col"].down,
  .row-no-rs [class*="col"].down {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {

  .row [class*="col"].down-tablets-vertical,
  .row-no-rs [class*="col"].down-tablets-vertical {
    float: none;
    width: 100%;
  }

}

@media only screen and (max-width: 1024px) and (min-width: 841px) {

  .row [class*="col"].down-tablets-horizontal,
  .row-no-rs [class*="col"].down-tablets-horizontal {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {

  .row [class*="col"].down-half-mobile,
  .row-no-rs [class*="col"].down-half-mobile {
    width: 48.6%;
  }

  .row [class*="col"].down-half-mobile.last-half,
  .row-no-rs [class*="col"].down-half-mobile.last-half {
    margin-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

  .row [class*="col"].down-half-tablets-horizontal,
  .row-no-rs [class*="col"].down-half-tablets-horizontal {
    width: 48.6%;
  }

  .row [class*="col"].down-half-tablets-horizontal.last-half,
  .row-no-rs [class*="col"].down-half-tablets-horizontal.last-half {
    margin-right: 0;
  }

}

.col-1 {
  width: 6.5%;
}

.col-offset-1 {
  margin-left: 6.5%;
}

.col-2 {
  width: 15%;
}

.col-offset-2 {
  margin-left: 15%;
}

.col-3 {
  width: 23.5%;
}

.col-offset-3 {
  margin-left: 23.5%;
}

.col-4 {
  width: 32%;
}

.col-offset-4 {
  margin-left: 32%;
}

.col-5 {
  width: 40.5%;
}

.col-offset-5 {
  margin-left: 40.5%;
}

.col-6 {
  width: 49%;
}

.col-offset-6 {
  margin-left: 49%;
}

.col-7 {
  width: 57.5%;
}

.col-offset-7 {
  margin-left: 57.5%;
}

.col-8 {
  width: 66%;
}

.col-offset-8 {
  margin-left: 66%;
}

.col-9 {
  width: 74.5%;
}

.col-offset-9 {
  margin-left: 74.5%;
}

.col-10 {
  width: 83%;
}

.col-offset-10 {
  margin-left: 83%;
}

.col-11 {
  width: 91.5%;
}

.col-12 {
  width: 100%;
}



.col-offset-11 {
  margin-left: 91.5%;
}

.row [class*="col-n-m"],
.row-no-rs [class*="col-n-m"] {
  display: block;
  float: left;
  margin-right: 0%;
}

.row [class*="col-n-m"].last,
.row-no-rs [class*="col-n-m"].last {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {

  .row [class*="col-n-m"].down,
  .row-no-rs [class*="col-n-m"].down {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {

  .row [class*="col-n-m"].down-tablets-vertical,
  .row-no-rs [class*="col-n-m"].down-tablets-vertical {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 841px) {

  .row [class*="col-n-m"].down-tablets-horizontal,
  .row-no-rs [class*="col-n-m"].down-tablets-horizontal {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {

  .row [class*="col-n-m"].down-half-mobile,
  .row-no-rs [class*="col-n-m"].down-half-mobile {
    width: 48.6%;
  }

  .row [class*="col-n-m"].down-half-mobile.last-half,
  .row-no-rs [class*="col-n-m"].down-half-mobile.last-half {
    margin-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

  .row [class*="col-n-m"].down-half-tablets-horizontal,
  .row-no-rs [class*="col-n-m"].down-half-tablets-horizontal {
    width: 48.6%;
  }

  .row [class*="col-n-m"].down-half-tablets-horizontal.last-half,
  .row-no-rs [class*="col-n-m"].down-half-tablets-horizontal.last-half {
    margin-right: 0;
  }
}

.col-n-m-1 {
  width: 8.33333%;
}

.col-n-m-offset-1 {
  margin-left: 8.33333%;
}

.col-n-m-2 {
  width: 16.66667%;
}

.col-n-m-offset-2 {
  margin-left: 16.66667%;
}

.col-n-m-3 {
  width: 25.0%;
}

.col-n-m-offset-3 {
  margin-left: 25.0%;
}

.col-n-m-4 {
  width: 33.33333%;
}

.col-n-m-offset-4 {
  margin-left: 33.33333%;
}

.col-n-m-5 {
  width: 41.66667%;
}

.col-n-m-offset-5 {
  margin-left: 41.66667%;
}

.col-n-m-6 {
  width: 50.0%;
}

.col-n-m-offset-6 {
  margin-left: 50.0%;
}

.col-n-m-7 {
  width: 58.33333%;
}

.col-n-m-offset-7 {
  margin-left: 58.33333%;
}

.col-n-m-8 {
  width: 66.66667%;
}

.col-n-m-offset-8 {
  margin-left: 66.66667%;
}

.col-n-m-9 {
  width: 75.0%;
}

.col-n-m-offset-9 {
  margin-left: 75.0%;
}

.col-n-m-10 {
  width: 83.33333%;
}

.col-n-m-offset-10 {
  margin-left: 83.33333%;
}

.col-n-m-11 {
  width: 91.66667%;
}

.col-n-m-offset-11 {
  margin-left: 91.66667%;
}

.row [class*="col-m"],
.row-no-rs [class*="col-m"] {
  display: block;
  float: left;
  margin-right: 3%;
}

.row [class*="col-m"].last,
.row-no-rs [class*="col-m"].last {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {

  .row [class*="col-m"].down,
  .row-no-rs [class*="col-m"].down {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {

  .row [class*="col-m"].down-tablets-vertical,
  .row-no-rs [class*="col-m"].down-tablets-vertical {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 841px) {

  .row [class*="col-m"].down-tablets-horizontal,
  .row-no-rs [class*="col-m"].down-tablets-horizontal {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {

  .row [class*="col-m"].down-half-mobile,
  .row-no-rs [class*="col-m"].down-half-mobile {
    width: 48.6%;
  }

  .row [class*="col-m"].down-half-mobile.last-half,
  .row-no-rs [class*="col-m"].down-half-mobile.last-half {
    margin-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

  .row [class*="col-m"].down-half-tablets-horizontal,
  .row-no-rs [class*="col-m"].down-half-tablets-horizontal {
    width: 48.6%;
  }

  .row [class*="col-m"].down-half-tablets-horizontal.last-half,
  .row-no-rs [class*="col-m"].down-half-tablets-horizontal.last-half {
    margin-right: 0;
  }
}

.col-m-1 {
  width: 7.3%;
}

.col-m-offset-1 {
  margin-left: 7.3%;
}

.col-m-2 {
  width: 17.6%;
}

.col-m-offset-2 {
  margin-left: 17.6%;
}

.col-m-3 {
  width: 27.9%;
}

.col-m-offset-3 {
  margin-left: 27.9%;
}

.col-m-4 {
  width: 38.2%;
}

.col-m-offset-4 {
  margin-left: 38.2%;
}

.col-m-5 {
  width: 48.5%;
}

.col-m-offset-5 {
  margin-left: 48.5%;
}

.col-m-6 {
  width: 58.8%;
}

.col-m-offset-6 {
  margin-left: 58.8%;
}

.col-m-7 {
  width: 69.1%;
}

.col-m-offset-7 {
  margin-left: 69.1%;
}

.col-m-8 {
  width: 79.4%;
}

.col-m-offset-8 {
  margin-left: 79.4%;
}

.col-m-9 {
  width: 89.7%;
}

.col-m-offset-9 {
  margin-left: 89.7%;
}

.last {}

.marg-10 {
  margin: 10px;
}

.marg-20 {
  margin: 20px;
}

.marg-30 {
  margin: 30px;
}

.marg-40 {
  margin: 40px;
}

.marg-50 {
  margin: 50px;
}

.marg-60 {
  margin: 60px;
}

.marg-70 {
  margin: 70px;
}

.marg-80 {
  margin: 80px;
}

.marg-90 {
  margin: 90px;
}

.marg-100 {
  margin: 100px;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.mar-10-20 {
  margin: 10px 20px;
}

.mar-20-40 {
  margin: 20px 40px;
}

.mar-30-0 {
  margin: 30px 0;
}

.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 30px;
}

.pad-40 {
  padding: 40px;
}

.pad-50 {
  padding: 50px;
}

@media only screen and (max-width: 1024px) {
  .pad-m {
    padding: 0 20px;
  }
}

.pad-20-30 {
  padding: 20px 30px;
}

.pad-20-40 {
  padding: 20px 40px;
}

.pad-20-60 {
  padding: 20px 60px;
}

.pad-0-10 {
  padding: 10px 0;
}

.pad-0-20 {
  padding: 20px 0;
}

.pad-30-0 {
  padding: 30px 0;
}

.pad-30-20 {
  padding: 30px 20px;
}

.pad-40-20 {
  padding: 40px 20px;
}

.pad-60-20 {
  padding: 60px 20px;
}

.ohidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: 'cerabold';
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.small-text {
  font-size: 12px !important;
  line-height: 160%;
}

.mid-text {
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

.number-xl {
  font-size: 80px;
  text-align: center;
  display: block;
  letter-spacing: -2px;
  color: #fff;
  background: #4E0081;
  font-weight: bold;
  height: 170px;
  width: 170px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px;
  line-height: 200%;
  position: relative;
}

.number-xl .gb {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  bottom: -25px;
  color: #4e0081;
  display: table;
  font-size: 24px;
  font-weight: bold;
  height: 65px;
  left: 0;
  line-height: 180%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 65px;
}

.border-right {
  border-right: 3px solid;
}

/*.flex-img {
  width: 98%;
  height: auto;
  display: block; }*/
.flex-img {
  width: 98%;
  height: auto;
  display: block;
  max-width: 133px;
  margin: 0 auto;
}

.b-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  overflow: hidden;
}

.no-marg {
  margin: 0;
}

.wrap {
  overflow: hidden;
  width: 100%;
}

.ico-face {
  background: url(../img/ico-face.png) no-repeat center;
}

.ico-twitter {
  background: url(../img/ico-twitter.png) no-repeat center;
}

.ico-youtube {
  background: url(../img/ico-youtube.png) no-repeat center;
}

/*------------------------------------------------------------------------------ header */
.main-head {
  background-image: linear-gradient(18deg, #701A7F 0%, #641672 100%);
}

.main-head .accesos-top ul li .desplegable-contrata {
  width: 510px;
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  z-index: 71;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.main-head .accesos-top ul li .desplegable-contrata.bajarsmart-nav {
  opacity: 1;
  visibility: visible;
  max-height: 280px;
}

.main-head .accesos-top ul li a.right-link {
  text-transform: uppercase;
  border: 1px solid white;
  font-weight: 500;
  border-radius: .3rem;
  font-size: .8rem;
  margin: 0 0.7rem 0 0;
}

.main-head .accesos-top ul li a.right-link:hover {
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  background: white;
  color: #6C197B;
}

.main-head .accesos-top ul li>a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 5px 10px 5px 7px;
}

.head-top {
  height: 43px;
  z-index: 999;
  position: relative;
}

.sucursales {
  margin: 0 0.5rem 0 0;
  -webkit-transition: .3s transform;
  transition: .3s transform;
  will-change: transform;
}

.sucursales:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*---CSS DESPLEGABLE----*/
.main-head .bloque_contactanos-siquieres {
  background-color: #F1F3F5;
  color: #2B0A37;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-head .bloque_contactanos-siquieres h2 {
  background-color: #421054;
}

.main-head .bloque_contactanos-sieres {
  background-color: #DFE3E7;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-head .bloque_contactanos-sieres h2 {
  background-color: #2B0A37;
}

.main-head .bloque_contactanos-info {
  padding: 1.5rem;
  min-height: 230px;
}

.main-head .bloque_contactanos-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
}

.main-head .bloque_contactanos-info .item .icon {
  font-size: 1.7rem;
  min-width: 30px;
  text-align: center;
  color: #421054;
}

.icon-footer-wtsp::before {
  content: url(img/icons/icon-dark-whatsapp.png);
}

.main-head .bloque_contactanos-info .item .icon {
  font-size: 1.7rem;
  text-align: center;
  color: #421054;
}

.main-head .bloque_contactanos-info .item .icon {
  font-size: 1.7rem;
  min-width: 30px;
  text-align: center;
  color: #421054;
}

.icon-contacto::before {
  content: url(img/icons/icon-ph.png);
  top: 3px;
  position: relative;
}

.right-link--contactanos:hover .icon-contacto:before {
  content: url(img/icons/icon-ph-hover.png);
}

.icon-footer-call::before {
  content: url(img/icons/icon-dark-phone.png);
  top: 3px;
  position: relative;
}

.main-head .right-link .icono {
  margin: 0 .4rem 0 0;
}

.main-head .bloque_contactanos-info .item .icon {
  font-size: 1.7rem;
  text-align: center;
  color: #421054;
}

.main-head .bloque_contactanos-info {
  padding: 1.5rem;
  min-height: 230px;
}

.main-head .bloque_contactanos-info .item h3 {
  font-size: .8rem;
  font-weight: 500;
  padding-left: .5rem;
  margin: 0;
}

.main-head .bloque_contactanos-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: .8rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.main-head .bloque_contactanos-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 1rem;
}

.main-head .bloque_contactanos-info .item .icon {
  font-size: 1.7rem;
  min-width: 30px;
  text-align: center;
  color: #421054;
}

.main-head .bloque_contactanos-info .item h3 span.num {
  margin-top: .3rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2B0A37;
}

.main-head .bloque_contactanos-info .item h3 span {
  display: block;
}

.icon-smartphone::before {
  content: url(img/icons/icon-dark-mobil.png);
}

.main-head .bloque_contactanos-info .item .icon {
  font-size: 1.7rem;
  text-align: center;
  color: #421054;
}

.main-head .div_ventana {
  display: none;
}

/*---FN CSS DESPLEGABLE--*/
.accesos-top ul {
  padding-top: 4px;
}

.main-head .accesos-top ul li a.sucursal-link {
  margin: 0;
}

.sucursal-link:hover .icon-element.sucursal-online-icon {
  background-position: -15px 0;
}

.sucursal-link:hover .icon-element {
  background: url(img/icons/icon-sucursales-hover.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
}

.icon-element.sucursal-online-icon {
  background-position: -18px -1px;
}

.icon-element.icon-cuenta {
  background: url(img/icons/icon-cuenta.png) no-repeat;
}

.icon-element {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(img/icons/icon-sucursales.svg) no-repeat;
  margin-right: 5px;
}

.main-head .div_ventana.mostrar_ventana {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  height: 100%;
  display: block;
  z-index: 99;
}

.non-point {
  list-style: none;
}

.wom-bg {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6f1a7e), to(#2B0A37));
  position: relative;
  height: 40px;
  width: 100%;
  z-index: 99;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .main-head {
    background-image: linear-gradient(18deg, #701A7F 0%, #641672 100%);
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .header-nav {
    height: 0;
    z-index: 999;
  }
}

@media only screen and (max-width: 768px) {
  .head-top {
    height: 40px;
    z-index: 999;
    position: relative;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    background-color: #75207D;
  }
}

.wom-mundos {
  list-style: none;
  float: left;
  margin-top: 5px;
  font-family: 'ceramedium';
  margin-left: 12%;
}

@media only screen and (max-width: 768px) {
  .wom-mundos {
    display: none;
  }
}

.wom-mundos li {
  float: left;
  font-family: ceramedium;
  position: relative;
}

.wom-mundos li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
}

.wom-mundos li a.active {
  color: #fff;
  border-top: 3px solid #fff;
}

.main-nav-wrap {
  position: relative;
}

.main-nav .active {
  background: #681877;
}

.logo-head {
  position: absolute;
  top: -23px;
  z-index: 999;
  /*-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);*/
  width: 112px;
  height: 112px;
  border-radius: 100%;
}

@media only screen and (max-width: 768px) {
  .logo-head {
    top: -35px;
    left: 10px;
    width: 70px;
    height: 70px;
  }

  .logo-head img {
    display: block;
    width: 85%;
    margin-top: 3px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .accesos-top {
    display: none;
  }
}

.accesos-top ul {
  float: right;
  list-style: none;
}

.accesos-top ul li {
  float: left;
  height: 40px;
  line-height: 120%;
}

.accesos-top ul li>a {
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.accesos-top ul li p {
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.icon-ph {
  background: url(/assets/img/icon-red-phone.png) no-repeat;
  background-position: center left;
}

.icon-w {
  background: url(/assets/img/icon-whatsapp.png) no-repeat;
  background-position: center left;
}


.buscador input {
  background: none;
  border: none;
}

.buscador input[type="text"] {
  color: #fff;
  font-family: 'ceraregular';
  font-size: 13px;
  padding: 10px;
  width: 150px;
  transition: all ease 200ms;
  height: 40px;
}

.buscador input[type="text"]:focus {
  background: #f1f1f1;
  color: #4e0081;
}

.buscador input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7b539a;
}

.buscador input[type="text"]::-webkit-input-placeholder {
  color: #4E0081;
  opacity: 1;
}

.buscador input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #4E0081;
  opacity: 1;
}

.buscador input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #4E0081;
  opacity: 1;
}

.buscador input[type="text"]:-ms-input-placeholder {
  color: #4E0081;
  opacity: 1;
}

.buscador input[type="submit"] {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  padding: 0;
  background: url(../img/lupa.png) center no-repeat;
}

.social {
  margin-left: 20px;
}

.social span {
  float: left;
  margin-top: 10px;
}

.social span a {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  text-indent: -9999px;
  margin-left: 10px;
}

.social span a:hover {
  opacity: 0.8;
}

.main-nav {
  float: right;
}

@media only screen and (max-width: 768px) {
  .main-nav {
    position: fixed;
    top: 0;
    z-index: 999999;
    right: 0;
    width: 50%;
    background: #381451;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
  }
}

.main-nav .wom-mundos {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main-nav .wom-mundos {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    background: #fff;
  }

  .main-nav .wom-mundos li {
    float: left;
    padding: 0;
    width: 50%;
  }

  .main-nav .wom-mundos li a {
    background: #fff;
    color: #381451;
  }

  .main-nav .wom-mundos li a:hover {
    background: #fff;
  }

  .main-nav .wom-mundos li a.active {
    background: #381451;
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .main-nav.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 640px) {
  .main-nav {
    width: 80%;
  }
}

.main-nav ul li {
  float: left;
}

@media only screen and (max-width: 768px) {
  .main-nav ul li {
    float: none;
  }
}

.main-nav ul li a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  padding: 10px 30px;
}

.main-nav ul li a:hover {
  background: #681877;
}

.ham-btn span,
.ham-btn span:before,
.ham-btn span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

.ham-btn span:before {
  top: -8px;
}

.ham-btn span:after {
  bottom: -8px;
}

.ham-btn span,
.ham-btn span:before,
.ham-btn span:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ham-btn.active span {
  background-color: transparent;
}

.ham-btn.active span:before,
.ham-btn.active span:after {
  top: 0;
}

.ham-btn.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ham-btn.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ham-btn {
  background: #75207D;
  border: medium none;
  height: 40px;
  left: -40px;
  position: absolute;
  top: 0;
  width: 40px;
  display: none;
  padding: 8px 10px 10px;
}

@media only screen and (max-width: 768px) {
  .ham-btn {
    display: block;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 100%;
}

.sucursal-online {
  position: relative;
}

.sucursal-online a {
  background: url(../img/user.png) no-repeat 10px #720184;
}

.sucursal-online a:hover {
  background: url(../img/user.png) no-repeat 10px #4E0081 !important;
}

.sucursal-online a.olvidaste {
  background: none;
  color: #4E0081;
  font-size: 12px;
  padding: 0;
  text-align: center;
}

.sucursal-online a.olvidaste:hover {
  background: none !important;
}

.login {
  background: #fff;
  position: absolute;
  top: 39px;
  width: 100%;
  z-index: 99999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  transition: all ease 300ms;
}

.login.open {
  max-height: 300px;
  -webkit-box-shadow: 0px 5px 16px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 16px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 16px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 16px 2px rgba(0, 0, 0, 0.5);
}

.login .login-wrap {
  padding: 20px 20px 10px;
  position: relative;
}

.login .login-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 10px solid #720184;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid dotted none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.login h3 {
  font-family: 'ceraregular';
  text-align: center;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

.login label {
  font-size: 12px;
  margin: 0 10px 10px 0;
}

.login input {
  font-family: 'ceraregular';
  width: 100%;
}

.login input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 5px 10px;
}

.login input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 5px 10px;
}

.login input[type="submit"] {
  display: table;
  width: 125px;
  margin: 0 auto 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #4E0081;
  border: none;
  color: #fff;
  font-family: 'ceraregular';
  padding: 4px 0;
  border-radius: 5px;
}

.login input[type="radio"] {
  width: auto;
  margin: 0 10px 10px 0;
}

.bg-light {
  background-image: -webkit-linear-gradient(top, #fff 80%, #EBEBED 100%);
  background-image: -o-linear-gradient(top, #fff 80%, #EBEBED 100%);
  background-image: linear-gradient(to bottom, #fff 80%, #EBEBED 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBED', GradientType=0);
}

.bg-light .info-slide {
  color: #381451;
}

.bg-dark {
  background: #10120f;
}

.bg-dark .info-slide {
  color: #fff;
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .bg-dark {
    background-color: #000;
  }
}

.bg-dark.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 640px) {
  .bg-dark.overlay:before {
    display: none;
  }
}

.precio-slide {
  font-size: 50px;
  font-weight: bold;
  font-family: 'ceraregular';
  display: block;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .precio-slide {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .precio-slide {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .precio-slide {
    font-size: 30px;
  }
}

.info-slide {
  position: relative;
  display: table !important;
  text-align: right;
  height: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .info-slide {
    position: static;
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .info-slide {
    padding: 20px 0;
  }

  .info-slide.text-right {
    text-align: center;
    margin-left: 0 !important;
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1615px) and (min-width: 1025px) {
  .info-slide {
    font-size: 14px;
  }
}

.info-slide h2 {
  font-size: 65px;
  margin: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .info-slide h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .info-slide h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .info-slide h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .info-slide .mid-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .info-slide .mid-text {
    font-size: 14px;
  }
}

.midle-align-wrap {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .midle-align-wrap {
    padding-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .midle-align-wrap {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .slide-img {
    display: none !important;
  }
}

.home-slider .slider {
  list-style: none;
}

.home-slider .slider li {
  overflow: hidden;
}

.home-slider .slider li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .home-slider .slider li img {
    width: auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .home-slider .slider .wom-btn {
    left: 20px;
    bottom: 20px;
    position: absolute;
  }
}

.home-slider .bx-wrapper {
  position: relative;
}

.home-slider .bx-controls {
  width: 100%;
  max-width: 1000px;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
}

@media only screen and (max-width: 1024px) {
  .home-slider .bx-controls {
    padding: 0 20px !important;
    position: relative;
  }
}

.home-slider .bx-pager {
  float: right;
}

.home-slider .bx-pager-item {
  float: left;
  margin: 0 0 0 10px;
}

.home-slider .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  background: #e9e9e9;
  text-indent: -9999px;
}

.home-slider .bx-pager-item a.active {
  background: #4E0081;
}

.rotate {
  -webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rotate {
    display: table;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .rotate .rotate-wrapp {
    display: table-cell;
    vertical-align: middle;
  }
}

.rotate.align-center {
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .rotate {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .rotate {
    margin-bottom: 0;
  }
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .slide-content {
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .bx-viewport {
    background-color: #381451;
  }
}

.table-wrapp {
  display: table !important;
  height: 100%;
}

.table-wrapp .table-cell-wrapp {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .table-wrapp {
    display: none !important;
  }
}

@media only screen and (max-width: 1615px) and (min-width: 1025px) {
  .table-wrapp {
    display: block !important;
  }
}

.gb-slide {
  font-size: 30px;
  font-family: 'ceraregular';
}

.more-btn {
  position: relative;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-indent: -999999px;
  background: url(../img/icons/add_icon.png) center no-repeat #4E0081;
}

.more-btn:hover {
  background: url(../img/icons/add_icon.png) center no-repeat #3A1F4F;
}

.gigas {
  font-size: 58px;
  font-family: 'ceraregular', arial;
  font-weight: bold;
  color: #B171C3;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
  position: relative;
}

.include {
  font-size: 25px;
  display: block;
  margin: 5px 0 15px;
}

.precio-grey {
  color: #333;
  font-size: 50px;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 768px) {
  .precio-grey {
    font-size: 40px;
  }
}

.icono-gb {
  position: absolute;
  right: -38px;
  top: 8px;
  display: block;
  background: #852D9A;
  font-family: 'ceraregular', arial;
  font-weight: bold;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.precio {
  font-family: 'cerabold', arial;
  font-weight: bold;
  color: #B171C3;
}

.solo-sim-s {
  width: 104px;
  height: 18px;
  background: url(../img/solo-sim-s.png) no-repeat center;
  text-indent: -9999px;
  display: block;
  float: right;
  color: transparent;
  font-size: 0;
}

.destacados-home h2 {
  font-size: 24px;
  color: #3A1F4F;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .destacados-home h2 {
    text-align: center;
  }
}

.plan-destacado {
  -webkit-box-shadow: 13px 0 10px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 13px 0 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 13px 0 10px -10px rgba(0, 0, 0, 0.3);
  padding-right: 2%;
}

@media only screen and (max-width: 640px) {
  .plan-destacado {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}

.plan-destacado .cuota {
  float: left;
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .plan-destacado .cuota {
    width: 100%;
  }
}

.plan-destacado .cuota .number-xl {
  margin: 20px auto 10px;
}

@media only screen and (max-width: 640px) {
  .plan-destacado .cuota .number-xl {
    margin: 0 auto 20px;
  }
}

.plan-destacado .info-plan-desta {
  width: 50%;
  float: left;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .plan-destacado .info-plan-desta {
    width: 100%;
  }

  .plan-destacado .info-plan-desta.text-right {
    text-align: center;
  }

  .plan-destacado .info-plan-desta .solo-sim-s {
    float: none;
    margin: 10px auto;
  }
}

.plan-destacado h3 {
  margin: 0;
  font-size: 28px;
}

@media only screen and (max-width: 640px) {
  .equipo-destacado {
    background: #f1f1f1;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px;
  }
}

.plan-precio {
  width: 100%;
  background: rgba(0, 0, 0, 0.09);
  padding: 10px;
  border-radius: 10px;
  margin: 5px 0;
}

.plan-precio span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
}

.plan-precio span.mid-text {
  font-size: 20px;
}

.ranking {
  height: auto;
  margin: 6px auto 14px;
  position: relative;
  width: 70px;
}

.ranking li {
  float: left;
  height: 9px;
  list-style: none;
  margin: 0 3px 0 0px;
  padding: 0;
  width: 11px;
  background: url(../img/icons/black_star.png) center no-repeat;
  cursor: pointer;
}

.ranking li:active {
  background: url(../img/icons/color_star.png) center no-repeat;
}

.info-equipo-dest {
  float: left;
  width: 60%;
  padding: 0 0 0 5%;
}

@media only screen and (max-width: 640px) {
  .info-equipo-dest {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.info-equipo-dest h4 {
  color: #4E0081;
  font-size: 24px;
  margin: 0;
}

.info-equipo-dest h3 {
  font-size: 28px;
  margin: 0 0 5px 0;
}

.info-equipo-dest .ranking {
  float: right;
  margin: 0 0 10px;
  width: auto;
}

.info-equipo-dest .ranking li {
  width: 12px;
  height: 12px;
  background: url(../img/icons/star-big-grey.png) center no-repeat;
  margin: 0 0 0 10px;
}

.img-equipo-dest {
  width: 40%;
  float: left;
  padding-left: 10%;
}

@media only screen and (max-width: 640px) {
  .img-equipo-dest {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .img-equipo-dest img {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .home-planes {
    overflow: hidden;
    padding-bottom: 2px;
  }
}

.home-planes .box {
  text-align: center;
  text-transform: uppercase;
  color: #242424;
  box-shadow: 12px 0px 9px -9px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 768px) {
  .home-planes .box {
    width: 50% !important;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .home-planes .box {
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.12);
    padding: 10px 10px 0;
  }
}

.home-planes .box.first {
  background: none;
}

.home-planes .box h3 {
  color: #242424;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

.home-planes .box .gigas {
  color: #b171c3;
  display: table;
  font-family: 'ceraregular', arial;
  font-weight: bold;
  font-size: 58px;
  line-height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .home-planes .box .gigas {
    font-size: 50px;
  }
}

.home-planes .box .gigas .icono-gb {
  font-family: 'ceraregular', arial;
  font-weight: bold;
}

.home-planes .box .plan {
  float: left;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.home-planes .box .precio {
  font-family: 'ceraregular', arial;
  font-weight: bold;
  color: #B171C3;
  float: left;
  font-size: 30px;
  text-align: center;
  width: 100%;
}

.home-planes .box .min {
  font-size: 12px;
  margin: 12px auto 0 auto;
  width: 100%;
  float: left;
  line-height: normal;
}

.home-planes .box .min span {
  font-size: 26px;
  float: none;
}

.home-planes .box .desc {
  text-transform: none;
}

.home-planes .wom-btn {
  font-family: 'ceraregular', arial;
}

.home-equipos .box * {
  font-family: 'ceraregular', arial;
}

.home-equipos {
  text-align: center;
}

.home-equipos h3 {
  font-size: 12px;
  margin: 0 auto 8px;
}

.home-equipos p {
  font-size: 12px;
  line-height: 10px;
  margin: 10px auto;
}

.home-equipos h4 {
  line-height: 20px;
  margin: 0 auto;
  font-size: 14px;
}

.home-equipos h4 span {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  font-family: 'ceraregular', arial;
  font-weight: 100;
}

.home-equipos .ranking {
  height: auto;
  margin: 6px auto 14px;
  position: relative;
  width: 70px;
}

.home-equipos .ranking li {
  float: left;
  height: 9px;
  list-style: none;
  margin: 0 3px 0 0px;
  padding: 0;
  width: 11px;
  background: url(../img/icons/black_star.png) center no-repeat;
  cursor: pointer;
}

.home-equipos .ranking li:active {
  background: url(../img/icons/color_star.png) center no-repeat;
}

.home-secciones {
  margin: 38px auto 0;
  width: 100%;
  text-align: center;
  min-height: 290px;
  height: auto;
  overflow: hidden;
}

.home-secciones h3 {
  color: #666666;
  margin: 20px auto 3px;
}

.home-secciones .box img {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 110px;
  width: 100%;
}

.home-secciones p {
  line-height: 16px;
  font-size: 12px;
  margin: 4px auto 18px;
  color: #666;
}

@media only screen and (max-width: 640px) {
  .accesos-directos .box {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 40px;
    padding: 10px;
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .accesos-directos .box .more-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
  }
}

@media only screen and (max-width: 640px) {
  .accesos-directos .box:first-child {
    margin-top: 20px;
  }
}

.desta-action .wom-btn {
  float: right;
  margin: 10px 0;
  font-size: 14px;
  line-height: 150%;
}

.desta-action .wom-btn-left {
  float: left;
  margin: 10px 0;
  font-size: 14px;
  line-height: 150%;
}

.wom-btn-menos {
  background: #685A71 !important;
}

@media only screen and (max-width: 768px) {
  .desta-action .wom-btn {
    width: 100%;
  }
}

.desta-action .contrato-cel {
  display: table;
  float: left;
  margin: 20px 0 20px 28px;
}

@media only screen and (max-width: 768px) {
  .desta-action .contrato-cel {
    display: table;
    margin: 20px auto;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .cont-secciones .box {
    background: #f1f1f1;
  }
}

.gestor-home {
  background: #3A1F4F;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 30px auto;
}

.gestor-home .wom-btn {
  float: right;
  margin-top: 10px;
  width: 250px;
}

@media only screen and (max-width: 640px) {
  .gestor-home .wom-btn {
    width: 100%;
  }
}

.gestor-home h3 {
  margin: 0;
}

.gestor-home p {
  font-size: 12px;
  line-height: 140%;
}

.gestor-home .bloq {
  width: 25%;
  float: left;
  padding-right: 3%;
}

@media only screen and (max-width: 768px) {
  .gestor-home .bloq {
    width: 35%;
  }
}

@media only screen and (max-width: 640px) {
  .gestor-home .bloq {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.gestor-home .icon-gestor {
  width: 120px;
  height: 60px;
  float: left;
  background: url(../img/icon-gestor.png) no-repeat left center;
}

@media only screen and (max-width: 640px) {
  .gestor-home .icon-gestor {
    width: 100%;
    background: url(../img/icon-gestor.png) no-repeat center;
    margin-bottom: 20px;
  }
}

.big-number-floated {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 100%;
}

.big-number-floated .min-top {
  display: block;
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  right: -65px;
  top: 13px;
}

.big-number-floated .min-bottom {
  bottom: 11px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 100%;
  position: absolute;
  right: -75px;
}

@media only screen and (max-width: 768px) {
  .plan-min {
    display: none;
  }
}

.wom-sec {
  color: #4E0081 !important;
}

.why-wom {
  background: #E4E4E6;
  margin: 20px 0;
}

.wom-why {
  margin: 0 0 30px;
}

@media only screen and (max-width: 768px) {
  .wom-text {
    width: 100%;
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .img-wom {
    display: none !important;
  }
}

ul.resultados_header_global {
  background-color: #ffffff;
  border: 1px solid #d7d2cb;
  border-radius: 0 0 3px 3px;
  display: none;
  padding: 0 0 10px;
  position: absolute;
  width: 380px;
  z-index: 99999999 !important;
  margin: 40px 0 0;
  margin: 3px 0 0;
}

ul.resultados_header_global li {
  color: #666;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: auto;
  line-height: 19px;
  margin: 5px 0 0;
  padding: 2px 1em;
  text-decoration: none;
}

ul.resultados_header_global li:hover {
  background: #dcdbd8;
}

.lo_quiero {
  display: none !important;
  float: right;
}

.cuadro-promo {
  background: #720184;
  font-family: 'ceraregular';
  font-size: 12px;
  max-width: 588px;
  padding: 6px 0 6px 20px;
  position: absolute;
  top: -26px;
  width: 100%;
  color: #fff;
  display: none;
}

.centrado {
  position: relative;
  margin: 0 auto;
  float: none;
}

.all-width {
  display: table;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}

.all-width .half-color {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}

.all-width .half-left {
  left: 0;
}

.all-width .half-right {
  right: 0;
}

.violeta {
  background: #4C3163;
}

.planimg {
  padding: 20px;
  position: relative;
}

.planimg img {
  position: absolute;
  top: -20px;
  right: -30px;
}

.planimg.last {
  left: 0;
}

.planimg.last img {
  right: auto;
  left: -20px;
}

.planimg.last .plan-info {
  left: 0;
  right: auto;
}

.planimg.last .plan-info span {
  text-align: left;
}

.planimg .plan-info {
  height: auto;
  max-width: 150px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 50;
}

.planimg .plan-info span {
  color: #fff;
  float: left;
  font-family: 'ceraregular';
  font-size: 180px;
  font-weight: bold;
  line-height: 130px;
  margin: 0 0 7px;
  text-align: right;
  width: 100%;
}

.planimg .plan-info p {
  color: #fff;
  float: left;
  font-family: 'ceraregular';
  font-size: 18px;
}

.plan-wrap {
  position: relative;
  z-index: 999;
}

.conoce-mas {
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}

.conoce-mas p {
  padding: 20px 0 22px;
  text-align: center;
}

.conoce-mas p a {
  color: #4E0081;
}

.conoce-mas p a:hover {
  color: #381451;
}

.conoce-mas .col-7 {
  background: #e9e9e9;
  margin: 2px 0 0;
  width: 58.9%;
}

@media only screen and (max-width: 768px) {
  .conoce-mas .col-7 {
    width: 100%;
  }
}

.clear-down {
  margin-bottom: 0;
}

.row.conoce-mas {
  margin: 0 auto 30px;
  position: relative;
}

.planinfo {
  background: #E9E9E9;
}

@media only screen and (max-width: 640px) {
  .planinfo {
    text-align: center;
  }
}

.planinfo span {
  display: block;
}

.planinfo .gigas-xl {
  font-size: 100px;
  color: #7A6099;
  font-weight: bold;
  line-height: 100%;
  position: relative;
  display: table;
  position: relative;
  letter-spacing: -8px;
}

.planinfo .gigas-xl:after {
  content: "GB";
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  width: 30px;
  right: -40px;
  top: 10px;
  letter-spacing: 0px;
  line-height: 100%;
}

.planinfo .gigas-xl.mega:after {
  content: "MB";
}

.planinfo .docientos:after {
  content: "MB";
}

.precio-xl {
  font-size: 46px;
  font-weight: bold;
  color: #7A6099;
  margin: 10px 0 0 0;
}

.info-plan-foot {
  text-align: right;
  overflow: hidden;
  float: left;
  width: 100%;
  box-shadow: 0px 20px 12px -13px rgba(0, 0, 0, 0.2) inset;
}

@media only screen and (max-width: 640px) {
  .info-plan-foot {
    box-shadow: none;
    padding: 10px !important;
  }
}

.info-plan-foot .wom-btn {
  display: inline-block;
  font-size: 19px;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  width: 200px;
  background: #4E0081;
  height: 40px;
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 640px) {
  .info-plan-foot .wom-btn {
    width: 100% !important;
  }
}

.info-plan-foot .wom-btn:before {
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.7), 1px 0 0 0 rgba(0, 0, 0, 0.2) inset;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.contrato-cel,
.link-ico-cel {
  font-size: 16px;
  margin-right: 20px;
  position: relative;
  color: #720184;
}

.contrato-cel:hover,
.link-ico-cel:hover {
  color: #4E0081;
}

.contrato-cel:before,
.link-ico-cel:before {
  background: url(../img/phone.png);
  content: "";
  height: 21px;
  width: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}

.contrato-cel:after,
.link-ico-cel:after {
  content: "[+]";
  margin-left: 5px;
}

/*juan*/
.head-landing {
  background: #e9e9e9;
  display: table;
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 0 30px 0;
}

.head-landing.head-multimedia {
  background: url(img/head-planes-guitar.png) no-repeat center;
  background-size: cover;
}

.head-landing.equipos-landing {
  background: url(img/head-equipos-ban.png) no-repeat center;
  background-size: cover;
}

.head-landing.head-empresas {
  background: url(img/head-planes-guitar.png) no-repeat center;
  background-size: cover;
}

.head-landing.head-bam {
  background: url(../img/head-internet-doble.png) no-repeat center;
  background-size: cover;
}

.head-landing.head-prepago {
  background: url(img/head-prepago-real.png) no-repeat center;
  background-size: cover;
}

.head-landing.head-serv {
  background: url(../img/head-serv.png) no-repeat center;
  background-size: cover;
}


.head-landing:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: red;
  top: 50%;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.head-landing .row {
  bottom: 0;
  display: table;
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  z-index: 2;
}

.head-landing h1 {
  color: #fff;
  display: table-cell;
  font-size: 50px;
  line-height: 33px;
  margin: 0 auto;
  padding: 90px 0 0;
  text-align: left;
  vertical-align: middle;
  text-shadow: 0 0 20px black;
  font-family: "cerabold";
}

.head-landing h1 span {
  font-family: 'ceraregular';
  font-size: 20px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

.fixed-landing-nav {
  -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.12);
  background: #e9e9e9;
  height: 90px;
  left: 0;
  max-width: 100%;
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 1000;
  display: block !important;
}

.fixed-landing-nav ul li .promo {
  display: none;
}

.fixed-landing-nav ul {
  float: none;
  margin: 0 auto;
  position: relative;
  width: 44%;
}

.landing-nav {
  margin: 0 auto 40px;
}

.landing-nav.normal li {
  background: #fff;
  box-shadow: 3px -3px 7px -6px;
}

.landing-nav.normal li:last-child {
  box-shadow: none;
}

.landing-nav.small {
  padding: 30px 0 0;
  display: none;
}

.landing-nav.small .bloque-promo {
  height: 60px;
}

.landing-nav.small .bloque-promo a {
  padding: 6px 0;
}

.landing-nav.small .bloque-promo.bolsas {
  display: table;
  padding: 0;
}

.landing-nav.small .bloque-promo.bolsas a {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.landing-nav.small .bloque-promo p {
  font-size: 30px;
  font-family: 'ceraregular';
  font-weight: bold;
}

.landing-nav.small .bloque-promo .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.landing-nav.small .bloque-promo .bottom-bar span {
  width: 0;
  background: #4E0081;
  float: none;
  height: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 2;
}

.landing-nav.small .bloque-promo .bottom-bar .bar-bg {
  width: 80%;
  background: none;
  float: none;
  height: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 10%;
}

.landing-nav.small .bloque-promo .active .bar-bg {
  background: #4E0081;
}

.landing-nav.small .plan {
  color: #4E0081;
  font-size: 14px;
  font-family: 'ceraregular';
  font-weight: bold;
  margin: 0;
}

.landing-nav.mod-height {
  height: 312px;
}

.landing-nav .bloque-promo {
  background: #e9e9e9;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 17.9%;
}

.landing-nav .bloque-promo:first-child {
  margin-left: 1.3%;
}

.landing-nav .bloque-promo * {
  text-align: center;
}

.landing-nav .bloque-promo a {
  padding: 8px 0px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #4E0081;
}

.landing-nav .bloque-promo a:hover .ver-detalles {
  background: #4E0081;
}

.landing-nav .bloque-promo .cantidad {
  border-radius: 112px;
  color: #fff;
  font-family: 'ceraregular';
  font-size: 51px;
  font-weight: bold;
  height: 112px;
  line-height: 84px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 112px;
  background: #381451;
}

.landing-nav .bloque-promo .cantidad span {
  background: #fff;
  border-radius: 50px;
  bottom: -10px;
  color: #381451;
  font-family: 'ceraregular';
  font-size: 27px;
  font-weight: bold;
  height: 48px;
  left: 34px;
  line-height: 43px;
  position: absolute;
  width: 48px;
}

.landing-nav .bloque-promo .min-sms {
  font-size: 13px;
  color: #242424;
}

.landing-nav .bloque-promo .min-sms span {
  font-size: 25px;
}

.landing-nav .bloque-promo .cuota {
  float: left;
  font-size: 18px;
  margin: 0;
  width: 100%;
  color: #4E0081;
  font-family: 'ceraregular';
}

.landing-nav .bloque-promo .precio {
  font-family: 'ceraregular';
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #4E0081;
  line-height: 140%;
}

.landing-nav .bloque-promo .ver-detalles {
  border-radius: 3px;
  bottom: 14px;
  color: #fff;
  display: block;
  left: 17%;
  margin: 0 auto;
  padding: 5px;
  position: absolute;
  width: 65%;
  background: #720184;
}

.landing-nav .bloque-promo.bolsas {
  padding: 44px 0 0;
}

.landing-nav .bloque-promo.bolsas .sigue {
  color: #242424;
}

.landing-nav .bloque-promo.bolsas .frase {
  float: left;
  margin: 0 0 3px;
  text-align: center;
  width: 100%;
  text-transform: none;
}

.landing-nav .bloque-promo.bolsas .frase span {
  text-transform: uppercase;
  line-height: 23px;
}

.landing-nav .bloque-promo.bolsas p {
  color: #242424;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.landing-nav .bloque-promo.bolsas .nombre-bolsa {
  color: #381451;
  font-family: 'ceraregular';
  font-size: 46px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 4px;
}

.landing-nav .bloque-promo.bolsas .nombre-bolsa span {
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 400;
  height: 38px;
  line-height: 36px;
  margin: 5px auto;
  width: 38px;
  background: #381451;
}

.landing-nav .bloque-promo.promo-empresas {
  width: 15.6%;
  margin-right: 0.8%;
}

.landing-nav .bloque-promo.promo-empresas:first-child {
  margin-left: 1.2%;
}

.landing-nav .bloque-promo.promo-empresas .nombre-bolsa {
  font-size: 30px;
}

.triangle-new-home {
  background: rgba(0, 0, 0, 0) url("/assets/img/triangle-new-home.png") no-repeat scroll center bottom / 100% 100%;
  display: block;
  height: 60px;
  overflow: hidden;
  width: 100%;
}

.landing-nav .plan {
  float: left;
  margin: 0 0 3px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  color: #242424;
}

.landing-nav .descripcion {
  color: #242424;
  display: table;
  float: left;
  font-size: 12px;
  margin: 10px 0 6px;
  text-align: center;
  width: 100%;
}

.landing-nav .doble-cuota .promo {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -65px;
  -ms-transform: rotate(-35deg);
  /* IE 9 */
  -webkit-transform: rotate(-35deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
}

.landing-nav .doble-cuota .promo ul {
  width: 181px;
}

.landing-nav .doble-cuota .promo li {
  font-size: 12px;
  text-align: center;
  width: 100%;
  float: left;
  height: 23px;
  line-height: 22px;
  background: #e9e9e9;
}

.landing-nav .doble-cuota .promo .colored {
  background: #4E0081;
  color: #fff;
  height: auto;
  line-height: normal;
  padding: 0 13px 3px 13px;
}

.landing-nav .doble-cuota ul li {
  float: left;
}

.landing-nav .doble-cuota a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

.landing-nav a .letra {
  font-size: 70px;
  color: #381451;
  font-family: "ceraregular";
  float: left;
  font-weight: bold;
  margin: 0 0 0 12px;
  line-height: 1;
}

.plan-0,
.plan-1,
.plan-2,
.plan-3,
.plan-4,
.plan-5 {
  position: absolute;
  top: -170px;
}

.info-planes-landing {
  overflow: hidden;
  max-width: 885px;
  width: 100%;
  float: none;
  margin: 0 auto 40px;
  position: relative;
}

.info-planes-landing ul {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 0 0 40px;
}

.info-planes-landing ul li {
  float: left;
  font-size: 12px;
  height: auto;
  list-style: none;
  overflow: hidden;
  padding: 12px 18px 12px 48px;
  width: 100%;
  background: url(../img/triangle-right-arrow.png) scroll 2% 50% no-repeat #fff;
}

.info-planes-landing ul .dark {
  background: url(../img/triangle-right-arrow.png) scroll 2% 50% no-repeat #e9e9e9;
}

.info-planes-landing h3 {
  cursor: pointer;
  padding: 0;
}

.info-planes-landing h3 span {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  height: 14px;
  margin: 0 10px 0 0;
  width: 13px;
  text-align: center;
}

.info-planes-landing h3.close span {
  background: url(../img/icono-mas-small.png) center no-repeat #720184;
}

.info-planes-landing h3.open span {
  background: url(../img/icono-menos-small.png) center no-repeat #720184;
}

.info-adicional {
  overflow: hidden;
  max-width: 885px;
  width: 100%;
  float: none;
  margin: 0 auto 40px;
  position: relative;
}

.info-adicional ul {
  display: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 0 0 40px;
}

.info-adicional ul li {
  float: left;
  font-size: 12px;
  height: auto;
  list-style: none;
  overflow: hidden;
  padding: 12px 18px 12px 48px;
  width: 100%;
  background: url(../img/triangle-right-arrow.png) scroll 2% 50% no-repeat #fff;
}

.info-adicional ul .dark {
  background: url(../img/triangle-right-arrow.png) scroll 2% 50% no-repeat #e9e9e9;
}

.info-adicional h3 {
  cursor: pointer;
  font-family: 'ceraregular';
  font-size: 14px;
  padding: 0;
}

.info-adicional h3 span {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  height: 14px;
  margin: 0 10px 0 0;
  width: 13px;
  text-align: center;
}

.info-adicional h3.close span {
  background: url(../img/icono-mas-small.png) center no-repeat #720184;
}

.info-adicional h3.open span {
  background: url(../img/icono-menos-small.png) center no-repeat #720184;
}

.cont-planes-bolsas {
  margin: 0 auto 40px;
  position: relative;
}

.cont-planes-bolsas h2 {
  text-align: center;
  font-size: 40px;
  margin: 0 auto 40px;
}

.cont-planes-bolsas ul li {
  text-align: center;
}

.cont-planes-bolsas ul li .gb {
  background: #381451;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: bold;
  height: 112px;
  padding: 25px 0 0;
  width: 112px;
  position: relative;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.cont-planes-bolsas ul li .gb span {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.cont-planes-bolsas ul li .descripcion-bolsas {
  float: none;
  font-size: 12px;
  margin: 5px auto 6px;
  position: relative;
  text-align: center;
  width: 52%;
}

.cont-planes-bolsas ul li .wom-btn {
  width: 70%;
  float: none;
  padding: 10px 10px 12px 10px;
}

@media only screen and (max-width: 990px) {
  .landing-nav .descripcion {
    color: #242424;
    display: table;
    float: left;
    font-size: 12px;
    margin: 8px 0 0 0px;
  }

  .landing-nav a .letra {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1004px) {
  .cuadro-promo {
    width: 59%;
  }

  .landing-nav .bloque-promo.bolsas .nombre-bolsa {
    line-height: 32px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .planes .planinfo {
    width: 100%;
  }

  .planimg.down,
  .violeta {
    display: none;
  }

  .landing-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  .cuadro-promo {
    max-width: 100%;
    width: 100%;
  }

  .info-adicional h3 {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .planes .all-width {
    background: #e9e9e9;
  }

  .planes .planinfo {
    background: #e9e9e9;
  }

  .cont-planes-bolsas .col-3 {
    width: 46.5%;
  }
}

@media only screen and (max-width: 480px) {
  .head-landing h1 {
    padding: 50px 0 0;
    line-height: 43px;
  }

  .planes .all-width * {
    float: left;
    width: 100%;
  }

  .planes .all-width * .wom-btn {
    width: 60%;
  }

  .text-right {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 20px 15px;
  }

  .contrato-cel {
    margin: 0 0 15px 20px;
    text-align: left;
    width: 30%;
  }
}

@media only screen and (max-width: 480px) and (max-width: 640px) {
  .contrato-cel {
    display: table;
    float: none !important;
    margin: 0 auto 15px;
    text-align: center;
    width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .planinfo .gigas-xl::after {
    right: auto;
    margin: 0 0 0 8px;
  }

  .info-adicional h3 {
    margin: 0 0 0 20px;
  }

  .cont-planes-bolsas .col-3 {
    width: 100%;
  }
}

.bloque-promo.promo-empresas.bolsas.plan-gestor.col-3.last {
  padding: 30px 0 0;
}

.solo-voz-wrap .head-landing-ficha {
  margin: 40px 0;
}

.solo-voz .bloque-promo {
  width: 22.6%;
  margin-right: 1.2%;
}

.solo-voz .bloque-promo .cuota {
  margin: 34px auto 0px;
}

.solo-voz .bloque-promo .cantidad {
  font-size: 26px;
  line-height: 26px;
  padding: 21px 0 0;
  margin: 50px auto 22px;
}

.solo-voz .bloque-promo .cantidad span {
  font-size: 18px;
}

.solo-voz .bloque-promo .cantidad.single {
  padding: 36px 0 0;
  font-size: 40px;
}

.solo-voz-cont .small-text {
  margin: 0 0 20px;
}

.solo-voz-cont .gigas-xl:after {
  content: 'Min';
}

.solo-voz-cont .plan-info.down {
  top: 36px;
  height: 240px;
}

.solo-voz-cont .col-m-6.planinfo.down {
  height: 250px;
}

.solo-datos-cont .small-text {
  margin: 0 0 20px;
}

.solo-datos-cont .gigas-xl:after {
  content: 'GB';
}

.solo-datos-cont .plan-info {
  top: 36px;
  height: 230px;
}

.solo-datos-cont .col-m-6.planinfo {
  height: 220px;
}

.gigas-xl.mod-small {
  font-size: 80px;
}

.planes-bam.center-bloq {
  display: table;
  margin: 0 auto;
  float: none;
}

.planes-bam .bloque-promo {
  width: 23%;
  margin-right: 2%;
  float: left;
}

.planes-bam .bloque-promo:last-child {
  margin-right: 0;
}

.equipos {
  background: #381451;
  padding: 60px 0 50px;
  position: relative;
}

.equipos h2 {
  text-align: center;
  color: #fff;
}

.equipos.equipos-bam-cont {
  padding: 50px 0 20px;
  /*background: #fff;*/
}

.equipos.equipos-bam-cont .precio-desta-wrap {
  background: rgba(255, 255, 255, 0.2);
}

.equipos.equipos-bam-cont h2 {
  color: #fff;
}

.equipos.equipos-bam-cont .cat-info * {
  color: #fff;
}

.equipos.equipos-bam-cont .cat-info h2 {
  font-size: 20px;
  margin: 0 0 5px;
  text-align: right;
}

.equipos.equipos-bam-cont .cuota-inicial {
  background: none;
}

.equipos.equipos-bam-cont .cat-pro .wom-btn {
  margin: 16px 0 0 0;
}

.equipos .bam-img {
  float: left;
  width: 35%;
}

@media only screen and (max-width: 640px) {
  .equipos .bam-img {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 35%;
  }
}

.equipos .bam-info {
  width: 55%;
  padding-left: 5%;
  float: left;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .equipos .bam-info {
    position: relative;
    margin: 10px auto 0;
    float: none;
    width: 100%;
  }
}

.equipos .bam-info h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .equipos .bam-info h3 {
    text-align: center;
  }
}

.equipos .bam-info .precio {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .equipos .bam-info .precio {
    text-align: center;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .equipos .bam-info .small-text {
    display: block;
    text-align: center;
  }
}

.equipos .bam-info .wom-btn {
  margin: 12px 0 0 0;
}

.equipos:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid dotted none;
}

.equipos .cuota-inicial {
  background: #4E0081;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.equipos .cuota-inicial dl {
  font-size: 12px;
}

.equipos .cuota-inicial dd {
  float: left;
  margin: 0 10px 0 0;
}

.equipos .cuota-inicial dt {
  float: left;
  font-weight: bold;
}

.destacados-home {
  margin: 30px auto;
}

.empresa-landind-nav li {
  width: 12% !important;
}

.inc-plan {
  font-size: 23px;
}

.bajada-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.bajada-info h3 {
  font-size: 24px;
  margin: 0 0 20px;
}

.bajada-info p {
  font-weight: 100;
  font-size: 18px;
}

.bajada-info p a {
  color: #4E0081;
  font-weight: bold;
  text-decoration: underline;
}

/*---------------------------------------- ESTILOS CODINA ----- */
.align-center {
  text-align: center;
}

.big-wrapp {
  padding: 80px 0;
}

.indented {
  margin-left: 30px;
}

.not-full-text {
  width: 60%;
}

.light-text {
  color: #343434;
  font-size: 15px;
  margin-bottom: 20px;
}

.rounded-box {
  background-color: #381451;
  border-radius: 100%;
  color: #fff;
  position: relative;
  width: 30.4%;
  margin-right: 4.4%;
  float: left;
  margin-bottom: 100px;
  /*----- SMARTPHONES --- */
  /*----- 540px - 770px--- */
  /*----- SMARTPHONES --- */
}

.rounded-box.last {
  margin-right: 0;
  /*----- SMARTPHONES --- */
  /*----- 540px - 640px--- */
  /*----- 650px - 770px--- */
}

@media only screen and (max-width: 640px) {
  .rounded-box.last {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 770px) and (min-width: 540px) {
  .rounded-box.last {
    margin-right: 4.4%;
  }
}

@media only screen and (max-width: 770px) and (min-width: 650px) {
  .rounded-box.last {
    margin-right: auto;
  }
}

.rounded-box.last-770 {
  /*----- 540px - 640px--- */
  /*----- 650px - 770px--- */
}

@media only screen and (max-width: 770px) and (min-width: 540px) {
  .rounded-box.last-770 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 770px) and (min-width: 650px) {
  .rounded-box.last-770 {
    margin-right: auto;
  }
}

.rounded-box header {
  position: absolute;
  max-width: 55px;
  margin: 0 auto;
  top: -13px;
  width: 100%;
  right: 45px;
  left: 0;
}

.rounded-box h2 {
  font-family: 'ceraregular';
  font-weight: 100;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 5px;
}

.rounded-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.rounded-box .wom-btn {
  font-size: 14px;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  height: 30px;
  width: 155px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rounded-box .wom-btn:before {
  height: 30px;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  .rounded-box {
    width: 100%;
    float: none;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 770px) and (min-width: 540px) {
  .rounded-box {
    width: 47.8%;
    float: left;
    margin-right: 4.4%;
  }
}

@media only screen and (max-width: 770px) and (min-width: 650px) {
  .rounded-box {
    width: 100%;
    float: none;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.rounded-box-content {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -m-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  padding: 40px 10px 0px 10px;
}

.rounded-box-content.first {
  padding: 40px 35px 0px 35px;
}

.rounded-box-content.second {
  padding: 40px 45px 0px 55px;
}

.big-text {
  font-family: 'ceraregular';
  font-weight: bold;
  display: block;
  font-size: 37px;
}

.number {
  width: 55px;
  height: 55px;
  text-align: center;
  color: #381451;
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  display: table-cell;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

.rounded-box-icon {
  display: block;
  width: 117px;
  height: 94px;
  background-repeat: no-repeat;
  background-image: url(../img/icons/landing-sp.png);
  position: absolute;
  left: 22px;
  top: -39px;
}

.rounded-box-icon.chip {
  background-position: 0px -10px;
}

.rounded-box-icon.formulario {
  background-position: -140px -10px;
}

.rounded-box-icon.codigo {
  width: 117px;
  height: 107px;
  background-position: -262px 0px;
}

.rounded-box-icon.codigo-ingresa {
  background-position: 0px -159px;
  width: 117px;
  height: 120px;
  top: -50px;
}

.rounded-box-icon.estado {
  background-position: -150px -160px;
  top: -50px;
  width: 137px;
  height: 118px;
}

.rounded-box-icon.chip-inserta {
  background-position: -320px -179px;
  width: 117px;
  height: 108px;
}

.desplegable-title {
  display: block;
  cursor: pointer;
  color: #381451;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 15px;
  border: 1px solid #CCC;
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, white 2%, #cccccc 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, white), color-stop(99%, #cccccc));
  background: -webkit-linear-gradient(top, white 2%, #cccccc 99%);
  background: -o-linear-gradient(top, white 2%, #cccccc 99%);
  background: -ms-linear-gradient(top, white 2%, #cccccc 99%);
  background: linear-gradient(to bottom, white 2%, #cccccc 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
}

.desplegable-title.active .desplegable-icon {
  background: url(../img/desplegable-icon-menos.png) no-repeat center center;
}

.desplegable-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.desplegable-content.active {
  max-height: 1000px;
}

.desplegable-icon {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 14px;
  background: url(../img/desplegable-icon.png) no-repeat center center;
}

@media only screen and (max-width: 640px) {
  .hide-on-phones {
    display: none !important;
  }
}

.all-width.no-down {
  margin-bottom: 0;
}

.nuevos-planes .left-cont {
  background: #e9e9e9;
  margin: 18px 0 30px;
  padding: 22px 0 25px;
  width: 58.8%;
}

@media only screen and (max-width: 640px) {
  .nuevos-planes .left-cont {
    width: 100%;
  }
}

.nuevos-planes .left-cont p {
  text-align: center;
}

.nuevos-planes .left-cont p a {
  color: #4E0081;
  text-decoration: underline;
}

.header-plan {
  color: #fff;
  font-family: "ceraregular";
  margin: 0;
  padding: 10px;
  width: 100%;
  display: none;
  background: #381451;
}

@media only screen and (max-width: 640px) {
  .header-plan {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .center-mobile {
    text-align: center;
  }
}

.tipo-plan {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.cat-desta {
  overflow: hidden;
  box-shadow: -10px 21px 35px -50px #000;
}

.cat-pro {
  padding: 0 30px;
  border-right: 2px dotted #ddd;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .cat-pro {
    padding: 0 20px;
    border-right: 0 none;
  }
}

@media only screen and (max-width: 768px) {
  .cat-pro {
    width: 50%;
  }
}

.cat-pro:nth-child(odd) {
  border-right: none;
}

.cat-pro .precio-desta-wrap {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  position: relative;
}

.precio-desta-wrap::before {
  content: "comprar";
  position: absolute;
  background: #421259;
  padding: 0 10px;
  color: #fff;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  left: -28px;
  right: auto;
  margin: auto;
  width: 82px;
  height: 25px;
  display: block;
  text-align: center;
}

.cat-pro .wom-btn {
  font-size: 14px;
  max-width: 180px;
  float: right;
}

@media only screen and (max-width: 640px) {
  .cat-pro .wom-btn {
    width: 100%;
    max-width: 100%;
  }
}

.precio-desta-wrap span {
  display: block;
}

.precio-desta-wrap .cuota-inicial {
  font-size: 12px;
  font-weight: bold;
}

.label-prepago {
  font-size: 27px;
  margin: 0;
  display: block;
  font-family: "cerabold";
  color: #421259;
}

.desta-oferta .precio {
  font-size: 20px;
  color: #4E0081;
}

.desta-oferta .label-bajada {
  color: #4E0081;
  font-size: 12px;
  margin-bottom: 5px;
}

.desta-normal .precio {
  font-size: 12px;
  color: #421259;
  font-weight: normal;
}

.desta-normal .precio b {
  color: #421259;
}

.desta-normal .label-bajada {
  font-size: 12px;
}

.arriendo {
  position: relative;
  padding: 10px 0 10px 35px;
}

.arriendo h4 {
  color: #801A93;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
}

.arriendo::before {
  content: "arrendar";
  position: absolute;
  background: #740088;
  padding: 0 10px;
  color: #fff;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  left: -28px;
  right: auto;
  margin: auto;
  width: 82px;
  height: 25px;
  display: block;
  text-align: center;
}

.arriendo .precio {
  font-weight: normal;
  font-size: 20px;
  color: #801A93;
  font-family: ceramedium;
  margin: 10px 0 5px;
  display: block;
}

.arriendo .precio-cuota {
  font-weight: normal;
  font-size: 12px;
  color: #801A93;
  display: block;
}

.arriendo .precio-cuota b {
  color: #801A93;
}

.cat-img {
  width: 36%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .cat-img {
    width: 50%;
    float: none;
    margin: 10px auto;
    display: table;
  }
}

.cat-info {
  float: right;
  width: 64%;
  padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  .cat-info {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

.cat-info h3 {
  font-size: 16px;
  margin: 0;
}

.cat-info h2 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
}

.precio-wrap {
  background: #aaa;
}

.catalogo {
  margin: 20px 0;
  overflow: hidden;
}

.cat-header-aux {
  border-bottom: 2px dotted #ddd;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 15px 0;
}

.cat-header-aux h2 {
  float: left;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .cat-equipos-wrap {
    width: 100%;
  }
}

.filtros {
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .filtros {
    width: 100%;
  }
}

.filtros h3 {
  font-size: 14px;
  background: url(../img/filters.png) no-repeat right center #381451;
  margin: 0;
  color: #fff;
  font-family: 'ceraregular';
  font-weight: 100;
  padding: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .filtros h3 {
    background: url(../img/icons/arrow-down.png) no-repeat 96% center #381451;
  }
}

.filtros h4 {
  font-family: 'ceraregular';
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.filter-wrap {
  padding: 0 20px;
}

.mobile-filter {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  transition: all ease 300ms;
}

@media only screen and (max-width: 768px) {
  .mobile-filter {
    max-height: 0;
    overflow: hidden;
  }
}

.mobile-filter.open {
  max-height: 1000px;
}

.filter {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 30px;
}

.filter li {
  margin-bottom: 5px;
  overflow: hidden;
}

.filter li label {
  margin: 0 0 0 10px;
  float: left;
  width: 79%;
}

.filter li input {
  float: left;
}

.sort {
  float: right;
}

@media only screen and (max-width: 640px) {
  .sort {
    width: 100%;
    text-align: right;
  }
}

.sort form {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .sort form {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .sort form select {
    width: 100%;
  }
}

.sort input[type="text"] {
  border: 1px solid #ddd;
  height: 30px;
  display: inline-block;
  border-radius: 3px;
  padding: 0 10px;
  width: 150px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .sort input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 481px) {
  .sort input[type="text"] {
    float: left;
    width: 67%;
    margin-bottom: 0;
  }
}

.sort select {
  padding: 5px;
  min-width: 150px;
}

.sort select:focus {
  outline: 0 none;
  background: #381451;
  color: #FFF;
}

@media only screen and (max-width: 640px) {
  .sort select {
    margin: 10px 0;
  }
}

.search input[type="submit"] {
  background: #4E0081;
  height: 30px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-family: 'ceraregular';
  border-radius: 5px;
  padding: 0 10px;
}

.paginador {
  padding: 20px 30px;
  width: 100%;
  width: 100%;
  border-top: 2px dotted #ddd;
  float: left;
}

@media only screen and (max-width: 640px) {
  .paginador {
    padding: 20px;
    text-align: center;
  }
}

.paginador ul {
  float: right;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .paginador ul {
    float: none;
    display: inline-block;
  }
}

.paginador ul li {
  float: left;
  margin: 0 5px;
}

.paginador ul li a {
  width: 20px;
  height: 20px;
  display: block;
  color: #4E0081;
  text-align: center;
}

.paginador ul li a.current {
  background: #381451;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.head-landing-ficha {
  color: #fff;
  background: #381750;
  overflow: hidden;
  width: 100%;
  background-position: left -250px center;
}

.equipo-head-img img {
  float: right;
  width: 100%;
  max-width: 350px;
}

.info-gral-ficha h1 {
  font-size: 40px;
  margin: 0 0 10px;
}

.info-gral-ficha h2 {
  font-size: 26px;
  margin: 0;
}

.info-gral-ficha .triangle-list {
  list-style: none;
}

.info-gral-ficha .triangle-list li {
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px;
  position: relative;
  padding-left: 30px;
  font-family: "ceraregular";
}

.info-gral-ficha .triangle-list li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 0;
  position: absolute;
  top: 3px;
}

.info-gral-ficha .triangle-list li strong {
  color: #ED2E93;
  font-family: "cerabold";
}

.info-gral-ficha .precios {
  font-size: 12px;
  color: #242424;
}

.info-gral-ficha .precios li {
  list-style: none;
  margin: 0 0 2px 0;
  color: #fff;
  font-family: "cerabold";
}

.info-gral-ficha .precios li span {
  color: #ED2E93;
}

.row.portabilidad-equipos {
  width: 75%;
}

@media only screen and (max-width: 640px) {
  .row.portabilidad-equipos {
    width: 100%;
  }
}

.row.portabilidad-equipos p {
  font-size: 15px;
  margin: 20px 0 0;
  padding: 16px 20px 17px 50px;
  background: url(../img/fecha-portabilidad.png) 1.2% 50% no-repeat #e9e9e9;
}

.row.portabilidad-equipos p a {
  color: #4E0081;
  text-decoration: underline;
}

.info-planes-equipo,
.info-planes-equipo2 {
  box-shadow: inset 1px 0 0 0 #fff;
  float: left;
  display: inline-block;
}

.info-planes-equipo *,
.info-planes-equipo2 * {
  text-align: center;
}

@media only screen and (max-width: 768px) {

  .info-planes-equipo,
  .info-planes-equipo2 {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {

  .info-planes-equipo,
  .info-planes-equipo2 {
    width: 100%;
  }
}

.info-planes-equipo:hover,
.info-planes-equipo2:hover {
  /*box-shadow:0 -114px 36px -23px rgba(0, 0, 0, 1);*/
  position: relative;
  z-index: 500;
  background: #e9e9e9;
}

@media only screen and (max-width: 768px) {

  .info-planes-equipo:hover,
  .info-planes-equipo2:hover {
    z-index: 0;
    box-shadow: none;
  }
}

.info-planes-equipo:hover h3,
.info-planes-equipo2:hover h3 {
  background: #4E0081;
  color: #fff;
  box-shadow: none;
  font-size: 24px;
}

.info-planes-equipo:hover .doble-cont,
.info-planes-equipo2:hover .doble-cont {
  margin: 0 0 10px;
}

.info-planes-equipo:hover .doble-cont:before,
.info-planes-equipo2:hover .doble-cont:before {
  content: '+';
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: table;
  font-weight: bold;
  font-family: arial;
}

.info-planes-equipo:hover .detalle-plan,
.info-planes-equipo2:hover .detalle-plan {
  opacity: 1;
  visibility: visible;
  position: static;
}

.info-planes-equipo:hover .wom-btn,
.info-planes-equipo2:hover .wom-btn {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
}

.info-planes-equipo:hover .tit-cuota,
.info-planes-equipo2:hover .tit-cuota {
  color: #222;
}

.info-planes-equipo:hover .valor-cuota,
.info-planes-equipo2:hover .valor-cuota {
  color: #381451;
}

.info-planes-equipo:hover .sin-port-dos,
.info-planes-equipo2:hover .sin-port-dos {
  color: #720184;
}

.info-planes-equipo:hover .sin-port-dos span,
.info-planes-equipo2:hover .sin-port-dos span {
  color: #720184;
}

.info-planes-equipo:hover .tit-detalle,
.info-planes-equipo2:hover .tit-detalle {
  color: #222;
}

.info-planes-equipo:hover .detalle1,
.info-planes-equipo2:hover .detalle1 {
  color: #222;
}

.info-planes-equipo:hover .detalle1 span,
.info-planes-equipo2:hover .detalle1 span {
  color: #222;
  display: block;
}

.info-planes-equipo:hover .cargo-fijo,
.info-planes-equipo2:hover .cargo-fijo {
  color: #222;
}

.info-planes-equipo h3,
.info-planes-equipo2 h3 {
  background: #f1f1f1;
  padding: 10px 20px;
  color: #555;
  font-size: 16px;
  font-family: 'ceraregular';
  font-weight: bold;
  box-shadow: -2px 0px 0 0 #fff;
  margin: 0 0 20px;
  text-align: center;
}

.info-planes-equipo .tipo-plan,
.info-planes-equipo2 .tipo-plan {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.info-planes-equipo li,
.info-planes-equipo2 li {
  margin-bottom: 5px 0 5px 0;
  list-style: none;
}

.info-planes-equipo .tit-cuota,
.info-planes-equipo2 .tit-cuota {
  font-size: 14px;
  font-weight: bold;
  color: #a6a6a6;
}

.info-planes-equipo .detalle-plan,
.info-planes-equipo2 .detalle-plan {
  color: #720184;
  display: block;
  margin: 28px 0 8px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity .300s ease-in-out;
  -moz-transition: opacity .300s ease-in-out;
  -webkit-transition: opacity .300s ease-in-out;
}

.info-planes-equipo .doble-cont,
.info-planes-equipo2 .doble-cont {
  width: 100%;
  position: relative;
}

.info-planes-equipo .doble-cont li,
.info-planes-equipo2 .doble-cont li {
  float: left;
  padding: 0 6px 0 3px;
  width: 50%;
}

.info-planes-equipo .doble-cont:before,
.info-planes-equipo2 .doble-cont:before {
  content: '+';
  font-size: 25px;
  color: #a6a6a6;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: table;
  font-weight: bold;
  font-family: arial;
}

.info-planes-equipo .wom-btn,
.info-planes-equipo2 .wom-btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity .300s ease-in-out;
  -moz-transition: opacity .300s ease-in-out;
  -webkit-transition: opacity .300s ease-in-out;
}

.info-planes-equipo .valor-cuota,
.info-planes-equipo2 .valor-cuota {
  color: #a6a6a6;
  font-size: 32px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  line-height: 18px;
}

.info-planes-equipo .valor-cuota span,
.info-planes-equipo2 .valor-cuota span {
  font-size: 12px;
}

.info-planes-equipo .sin-port,
.info-planes-equipo2 .sin-port {
  color: #a6a6a6;
  font-size: 32px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-top: 5px;
}

.info-planes-equipo .sin-port-dos,
.info-planes-equipo2 .sin-port-dos {
  color: #a6a6a6;
  font-size: 14px;
  font-family: "cerabold";
  line-height: 14px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-top: 5px;
}

.info-planes-equipo .sin-port span,
.info-planes-equipo2 .sin-port span {
  font-size: 12px;
  color: #a6a6a6;
}

.info-planes-equipo .tit-detalle,
.info-planes-equipo2 .tit-detalle {
  font-size: 14px;
  color: #a6a6a6;
  font-weight: bold;
  padding-top: 15px;
}

.info-planes-equipo .detalle1,
.info-planes-equipo2 .detalle1 {
  font-size: 12px;
  color: #a6a6a6;
  padding-left: 0;
  padding-top: 5px;
}

.info-planes-equipo .detalle1 span,
.info-planes-equipo2 .detalle1 span {
  font-size: 14px;
  font-weight: bold;
  color: #a6a6a6;
}

.info-planes-equipo .detalle1 .valor,
.info-planes-equipo2 .detalle1 .valor {
  display: block;
  width: 100%;
}

.info-planes-equipo .cargo-fijo,
.info-planes-equipo2 .cargo-fijo {
  font-size: 12px;
  color: #a6a6a6;
  padding-left: 0;
  padding-top: 5px;
}

.info-planes-equipo .cargo-fijo strong,
.info-planes-equipo2 .cargo-fijo strong {
  display: block;
}

.info-planes {
  padding: 0 20px 20px;
}

.detalles-tecnicos {
  padding: 34px 0 0 0;
  .float: none;
  width: 100%;
}

.detalles-tecnicos h2 {
  padding: 0 0 15px 20px;
  border-bottom: dotted 3px #e9e9e9;
  color: #242424;
  font-size: 20px;
}

.detalles-tecnicos li {
  list-style: none;
  margin: 0 0 5px 0;
}

.detalles-tecnicos li.dark {
  background: #e9e9e9;
}

.detalles-tecnicos li li {
  font-size: 12px;
}

.detalles-tecnicos li li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #242424;
  margin: 0 5px 0 0;
  border-radius: 5px;
}

.detalles-tecnicos .equipo .prev1 {
  display: block;
}

.detalles-tecnicos .equipo .prev2,
.detalles-tecnicos .equipo .prev3,
.detalles-tecnicos .equipo .prev4 {
  display: none;
}

.detalles-tecnicos .equipo .sae {
  display: block;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .detalles-tecnicos .equipo .sae {
    width: 82%;
  }
}

.detalles-tecnicos .vistas {
  max-width: 50px;
  width: 100%;
  margin: 70px 2% 0 3%;
}

.detalles-tecnicos .vistas a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease-out 0.05s;
  -moz-transition: opacity 500ms ease-out 0.05s;
  -o-transition: opacity 500ms ease-out 0.05s;
  transition: opacity 500ms ease-out 0.05s;
}

.detalles-tecnicos .descripcion * {
  font-family: 'ceraregular';
}

.detalles-tecnicos .descripcion li {
  padding: 8px 10px 8px 20px;
}

.detalles-tecnicos .descripcion li h4 {
  margin: 0 0 10px 0;
}

.detalles-tecnicos .descripcion li li {
  padding: 0;
}

.equipos-empresa .col-n-m-3 {
  width: 20%;
}

.equipos_recomendados {
  background: url(../img/border-top.png) top center no-repeat;
  padding: 34px 0 0 0;
  margin: 30px auto;
}

.equipos_recomendados h2 {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  color: #381451;
  font-family: 'ceraregular';
  font-size: 35px;
  font-weight: bold;
}

.equipos_recomendados * {
  font-weight: normal;
  text-align: center;
  font-family: 'ceraregular';
  color: #242424;
}

.equipos_recomendados li h3 {
  font-family: 'ceraregular';
  font-size: 15px;
}

.equipos_recomendados li h4 {
  font-size: 12px;
}

.equipos_recomendados li h4 span {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.equipos_recomendados li img {
  max-width: 130px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.equipos_recomendados .more-btn {
  margin: 35px auto 20px;
}

@media only screen and (max-width: 640px) {
  .col-m-5.last.info-gral-ficha {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .detalles-tecnicos .equipo.col-3 {
    margin: 30px 0 40px 15%;
    width: 145px;
  }

  .detalles-tecnicos .descripcion {
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }

  .info-planes-equipo .doble-cont:before,
  .info-planes-equipo2 .doble-cont:before {
    visibility: visible;
    opacity: 1;
  }

  .info-planes-equipo .detalle-plan,
  .info-planes-equipo2 .detalle-plan {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .info-planes-equipo .wom-btn,
  .info-planes-equipo2 .wom-btn {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .info-planes-equipo,
  .info-planes-equipo2 {
    /*box-shadow:0 -114px 36px -23px rgba(0, 0, 0, 1);*/
    position: relative;
    z-index: 500;
    background: #e9e9e9;
  }

  .info-planes-equipo .doble-cont:before,
  .info-planes-equipo2 .doble-cont:before {
    visibility: visible;
    opacity: 1;
  }

  .info-planes-equipo .detalle-plan,
  .info-planes-equipo2 .detalle-plan {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .info-planes-equipo .wom-btn,
  .info-planes-equipo2 .wom-btn {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}

@media only screen and (max-width: 640px) and (max-width: 768px) {

  .info-planes-equipo,
  .info-planes-equipo2 {
    z-index: 0;
    box-shadow: none;
  }
}

@media only screen and (max-width: 640px) {

  .info-planes-equipo h3,
  .info-planes-equipo2 h3 {
    background: #4E0081;
    color: #fff;
    box-shadow: none;
    font-size: 24px;
  }

  .info-planes-equipo .doble-cont:before,
  .info-planes-equipo2 .doble-cont:before {
    content: '+';
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: table;
    font-weight: bold;
    font-family: arial;
  }

  .info-planes-equipo .detalle-plan,
  .info-planes-equipo2 .detalle-plan {
    opacity: 1;
    visibility: visible;
    position: static;
  }

  .info-planes-equipo .wom-btn,
  .info-planes-equipo2 .wom-btn {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
  }

  .info-planes-equipo .tit-cuota,
  .info-planes-equipo2 .tit-cuota {
    color: #222;
  }

  .info-planes-equipo .valor-cuota,
  .info-planes-equipo2 .valor-cuota {
    color: #381451;
  }

  .info-planes-equipo .sin-port,
  .info-planes-equipo2 .sin-port {
    color: #381451;
  }

  .info-planes-equipo .sin-port span,
  .info-planes-equipo2 .sin-port span {
    color: #222;
  }

  .info-planes-equipo .tit-detalle,
  .info-planes-equipo2 .tit-detalle {
    color: #222;
  }

  .info-planes-equipo .detalle1,
  .info-planes-equipo2 .detalle1 {
    color: #222;
  }

  .info-planes-equipo .detalle1 span,
  .info-planes-equipo2 .detalle1 span {
    color: #222;
    display: block;
  }

  .info-planes-equipo .cargo-fijo,
  .info-planes-equipo2 .cargo-fijo {
    color: #222;
  }
}

@media only screen and (max-width: 480px) {
  .equipos_recomendados .col-3 {
    width: 100%;
  }
}

.align-left {
  text-align: left;
}

.alerta-home {
  background: #e9e9e9;
  width: 100%;
  height: auto;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.43);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.43);
  box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.43);
}

.alerta-home p {
  background: url("../img/icono_alerta.png") no-repeat scroll left center;
  margin: 0 auto;
  padding: 23px 27px;
  position: relative;
  text-align: center;
  width: 92%;
}

.alerta-home p a {
  color: #4E0081;
  font-weight: bold;
}

.why-wom-box {
  position: relative;
}

.why-wom-box a {
  display: block;
}

.why-wom-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why-wom-box .mask:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.99)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  content: '';
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: all 300ms ease;
}

.why-wom-box .mask h2,
.why-wom-box .mask h3 {
  color: #FFF;
  position: absolute;
  bottom: 10%;
  left: 0px;
  padding: 0 25px;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: all 300ms ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 52px;
  transition-delay: 300ms;
}

@media only screen and (max-width: 400px) {

  .why-wom-box .mask h2,
  .why-wom-box .mask h3 {
    font-size: 22px;
  }
}

.why-wom-box .mask h3 {
  font-size: 22px;
}

@media only screen and (max-width: 480px) {
  .why-wom-box .mask h3 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 400px) {
  .why-wom-box .mask h3 {
    font-size: 22px;
  }
}

.why-wom-box .mask p {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  color: #484c61;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: all 300ms ease;
  padding: 0 25px;
}

@media only screen and (max-width: 830px) {
  .why-wom-box .mask p {
    top: auto;
    bottom: 50px;
  }
}

.why-wom-box.small p {
  top: 40%;
}

@media only screen and (max-width: 1000px) and (min-width: 830px) {
  .why-wom-box.small p {
    top: 10%;
  }
}

@media only screen and (max-width: 830px) {
  .why-wom-box.small p {
    top: auto;
    bottom: 10%;
  }
}

@media only screen and (max-width: 480px) {
  .why-wom-box {
    width: 100%;
    float: left;
  }
}

.no-touch .why-wom-box:hover .mask:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-touch .why-wom-box:hover .mask h2,
.no-touch .why-wom-box:hover .mask h3 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0ms;
}

.no-touch .why-wom-box:hover .mask p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
  color: #fff;
}

.touch .why-wom-box.active .mask:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.touch .why-wom-box.active .mask h2,
.touch .why-wom-box.active .mask h3 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0ms;
}

.touch .why-wom-box.active .mask p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
  color: #fff;
}

@media only screen and (max-width: 830px) {
  .why-wom-holder {
    width: 100%;
  }
}

.prepago .banner-principal .cifras .precio {
  line-height: 100%;
}

.home-slider.chip-equipo .bx-controls {
  margin-left: 40.5%;
  position: static;
}

@media only screen and (max-width: 640px) {
  .home-slider.chip-equipo .bx-controls {
    margin-left: 0;
    text-align: center;
  }
}

.home-slider.chip-equipo .bx-pager {
  float: left;
}

@media only screen and (max-width: 640px) {
  .home-slider.chip-equipo .bx-pager {
    display: inline-block;
    float: none;
  }
}

.home-slider.chip-equipo .equipo-oferta {
  width: auto;
}

@media only screen and (max-width: 640px) {
  .home-slider.chip-equipo .equipo-oferta {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {

  .home-slider.chip-equipo .datos .precio span,
  .home-slider.chip-equipo .cifras .precio span {
    display: block;
  }
}

@media only screen and (max-width: 640px) {

  .home-slider.chip-equipo .datos .precio,
  .home-slider.chip-equipo .cifras .precio {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {

  .home-slider.chip-equipo .datos,
  .home-slider.chip-equipo .cifras {
    text-align: center;
  }
}

.promocion-banner-left {
  width: 70.4%;
  float: left;
  margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  .promocion-banner-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.promocion-banner {
  background-color: #381451;
  color: #FFF;
  width: 27.6%;
  float: left;
  text-align: center;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .promocion-banner {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }
}

.promocion-banner a {
  display: block;
  color: #FFF;
  padding: 30px 60px 50px 60px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.promocion-banner a:hover {
  background-color: #541e7a;
}

@media only screen and (max-width: 940px) {
  .promocion-banner a {
    padding: 30px 30px 50px 30px;
  }
}

.promocion-banner .normal-text {
  font-size: 18px;
  display: block;
  line-height: 130%;
  color: #B3B3B3;
}

.promocion-banner .big-text {
  font-size: 22px;
  font-family: 'ceraregular';
  display: block;
  text-transform: uppercase;
  line-height: 130%;
}

.promocion-banner .big-number {
  font-size: 42px;
  font-weight: bold;
  display: block;
  line-height: 130%;
}

.promocion-banner .small-text {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 130%;
  color: #B3B3B3;
}

.promocion-banner .inner-link {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  margin-top: 10px;
  line-height: 130%;
  color: #B3B3B3;
}

.present-banner {
  background: url(../img/chip-equipo/present-banner.png) no-repeat center center #fff;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.slider-pro {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .slider-pro {
    overflow: visible;
  }
}

.slider-pro button {
  text-indent: -9999px;
  display: block;
  border: none;
  width: 50px;
  height: 50px;
}

.slider-pro .next {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  background: url(../img/next.png) no-repeat center;
}

@media only screen and (max-width: 640px) {
  .slider-pro .next {
    top: -20px;
    right: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .slider-pro .next {
    top: 0;
  }
}

.slider-pro .anterior {
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  background: red;
  background: url(../img/prev.png) no-repeat center;
}

@media only screen and (max-width: 640px) {
  .slider-pro .anterior {
    top: -20px;
    left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .slider-pro .anterior {
    top: 0;
  }
}

.slider-pro .slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.slider-pro .slide.active {
  opacity: 1;
  visibility: visible;
  position: static;
}

.menu-select {
  margin: 10px auto 10px;
}

.menu-select select {
  width: 100%;
  font-size: 18px;
  padding: 0 10px;
  font-family: 'ceraregular';
  background: url(../img/arrow-down.png) no-repeat center right;
}

.error {
  background-color: #000;
  position: relative;
  padding: 200px 0;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .error {
    padding: 100px 0;
  }
}

.error h2 {
  color: #FFF;
  font-size: 61px;
  text-transform: uppercase;
  font-family: 'ceraregular';
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .error h2 {
    font-size: 41px;
  }
}

.error p {
  color: #FFF;
  font-size: 18px;
  font-family: 'ceraregular';
}

.error a {
  color: #fff;
  text-decoration: underline;
}

.error .content {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .error .content.rotate {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .error .col-6 {
    width: 100%;
    float: none;
  }
}

.error:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  z-index: 999999;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.99)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

@media only screen and (max-width: 640px) {
  .error:after {
    display: none;
  }
}

.error-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .error-image-holder img {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .error-image-holder img {
    width: auto;
  }
}

.error-form {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.align-right {
  text-align: right;
}

.search-input-error {
  width: 85%;
  border: 2px solid #381451;
  border-right: 0;
  float: left;
  display: block;
  height: 52px;
  color: #FFF;
  background-color: transparent;
  padding: 10px;
}

.search-input-error:focus {
  outline: 0 none;
}

.submit-search-error {
  width: 15%;
  border: 2px solid #381451;
  border-left: 0;
  float: left;
  display: block;
  height: 52px;
  background-color: transparent;
  background-image: url("../img/search-error.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.submit-search-error:focus {
  outline: 0 none;
}

.main-foot .triangle-foot.error-footer {
  border-top: 50px inset #000;
}

@media only screen and (max-width: 1360px) {
  .error-image-holder img {
    width: auto;
  }
}

html,
body {
  overflow-x: hidden;
}

.chromebrowser .prepago.p-telefonia .tarifas .box-ofertas .circle {
  top: -2px;
  left: -2px;
}

.head-landing .row {
  z-index: 5;
}

.bg-banner-top {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.ball-info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #e9e9e9;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .300s ease-in-out;
  -moz-transition: opacity .300s ease-in-out;
  -webkit-transition: opacity .300s ease-in-out;
}

.ball-info * {
  text-align: center;
}

.ball-info h3 {
  margin-bottom: 5px;
}

.ball-info .ball {
  background: #381451;
  border-radius: 112px;
  color: #fff;
  font-family: 'ceraregular';
  font-size: 46px;
  font-weight: bold;
  height: 112px;
  line-height: 94px;
  margin: 20px auto 0px;
  overflow: hidden;
  position: relative;
  width: 112px;
  text-align: center;
}

.ball-info.white-inner .ball span {
  background: #fff;
  border-radius: 50px;
  bottom: -10px;
  color: #381451;
  font-family: 'ceraregular';
  font-size: 27px;
  font-weight: bold;
  height: 48px;
  left: 34px;
  line-height: 43px;
  position: absolute;
  width: 48px;
}

.ball-info .descripcion {
  text-align: center;
  color: #242424;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px auto;
}

.ball-info p {
  font-size: 12px;
  margin: 0 0 6px;
  color: #242424;
}

.ball-info p span {
  font-size: 26px;
}

.ball-info .bottom-info {
  border-top: solid 1px #ccc;
  padding: 16px 0 10px;
}

.ball-info .bottom-info * {
  text-align: center;
}

.ball-info .bottom-info span {
  display: block;
  line-height: 18px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 11px;
  color: #242424;
}

.ball-info .bottom-info .big {
  font-size: 48px;
  color: #381451;
  font-family: 'ceraregular';
  line-height: 120%;
}

.ball-info .bottom-info .wom-btn {
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .ball-info .bottom-info .wom-btn {
    position: relative;
  }
}

.prepago h2 {
  text-align: center;
  color: #381451;
}

.prepago .terminos {
  position: relative;
  margin: 30px auto 0;
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: url(../img/bottom-shadow2.png) top center no-repeat;
  color: #381451;
}

.prepago.p-telefonia .kit-prepago li {
  position: relative;
  overflow: hidden;
}

.prepago.p-telefonia .kit-prepago li .info-kit {
  bottom: 30px;
  position: absolute;
  right: 20px;
  z-index: 5;
  -ms-transform: rotate(-14deg);
  /* IE 9 */
  -webkit-transform: rotate(-14deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-14deg);
}

.prepago.p-telefonia .kit-prepago li .info-kit .white-ball {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  width: 114px;
  height: 114px;
  display: table-cell;
  vertical-align: middle;
}

.prepago.p-telefonia .kit-prepago li .info-kit .white-ball span {
  font-family: 'ceraregular';
  color: #381451;
  width: 100%;
  float: left;
  display: table;
  line-height: 24px;
  font-weight: bold;
  padding: 3px 0 3px 0px;
}

.prepago.p-telefonia .kit-prepago li .info-kit .white-ball .navega {
  font-size: 18px;
}

.prepago.p-telefonia .kit-prepago li .info-kit .white-ball .cifra {
  font-size: 42px;
}

.prepago.p-telefonia .kit-prepago li .info-kit .white-ball .mb {
  font-size: 25px;
}

.prepago.p-telefonia .kit-prepago li .info-kit span {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: 'ceraregular';
  width: 100%;
  float: left;
  line-height: 21px;
}

.prepago.p-telefonia .kit-prepago li .info-kit span.por {
  font-size: 12px;
  text-align: left;
  width: 100%;
  float: left;
  font-family: 'ceraregular';
  padding: 0 0 0 20px;
  margin: 0;
}

.prepago.p-telefonia .kit-prepago li .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  color: #381451;
  text-align: center;
  line-height: 27px;
  background: #fff;
  z-index: 5;
  font-weight: bold;
}

.prepago.p-telefonia .kit-prepago li img {
  position: relative;
  z-index: 1;
  float: left;
}

.prepago.p-telefonia .tarifas {
  margin: 0 auto 50px;
}

.prepago.p-telefonia .tarifas .box-ofertas {
  border: solid 3px #381451;
  border-radius: 150px;
  margin-bottom: 20px;
  position: relative;
  height: 150px;
  display: table;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle {
  display: table;
  background: #381451;
  border-radius: 100px;
  color: #fff;
  width: 150px;
  height: 150px;
  text-align: center;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle.right {
  float: right;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle.oval {
  width: 35%;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle.oval.left {
  text-align: left;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle.oval.left p,
.prepago.p-telefonia .tarifas .box-ofertas .circle.oval.left span {
  padding: 0 30px 0 24%;
  display: block;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle div {
  vertical-align: middle;
  display: table-cell;
  -ms-transform: rotate(-14deg);
  /* IE 9 */
  -webkit-transform: rotate(-14deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-14deg);
}

.prepago.p-telefonia .tarifas .box-ofertas .circle p {
  font-family: 'ceraregular';
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  padding: 0 12px 0 10px;
}

.prepago.p-telefonia .tarifas .box-ofertas .circle span {
  font-family: 'ceraregular';
}

.prepago.p-telefonia .tarifas .box-ofertas span.left {
  text-align: left;
}

.prepago.p-telefonia .tarifas .box-ofertas ul {
  display: table-cell;
  margin: 35px auto 0;
  width: 100%;
  padding-left: 158px;
  vertical-align: middle;
}

.prepago.p-telefonia .tarifas .box-ofertas ul.right {
  margin: 56px 12px 0 30px;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  color: #381451;
  padding: 0 10px;
  font-size: 24px;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}

@media only screen and (max-width: 640px) {
  .prepago.p-telefonia .tarifas .box-ofertas ul li span {
    font-size: 25px;
  }
}

.prepago.p-telefonia .tarifas .box-ofertas ul li .small-center {
  font-size: 12px;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li .small-left {
  font-size: 12px;
  text-align: left;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li .big-price {
  font-size: 35px;
  text-align: right;
  font-weight: bold;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li .big-price.left {
  text-align: left;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li .small {
  width: 100%;
  line-height: 10px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}

.prepago.p-telefonia .tarifas .box-ofertas ul.first-line li:first-child {
  border-right: solid 3px #381451;
}

.prepago.p-telefonia .tarifas .box-ofertas a {
  position: absolute;
  bottom: 10px;
  left: 174px;
  color: #381451;
}

.prepago.p-telefonia .tarifas .box-ofertas a.right {
  left: auto;
  right: 90px;
}

.prepago.p-telefonia .tarifas .box-ofertas.center {
  margin: 30px auto 30px;
  float: none;
  overflow: hidden;
}

.prepago.p-telefonia .tarifas .box-ofertas.relative-position {
  position: relative;
  overflow: visible;
}

.prepago.p-telefonia .tarifas .box-ofertas-small {
  border: solid 2px #381451;
  border-radius: 100px;
  min-width: 225px;
}

.prepago.p-telefonia .tarifas .box-ofertas-small .circle {
  border-radius: 100px;
  display: table;
  float: left;
  height: 90px;
  width: auto;
  background: #381451;
  color: #fff;
  margin-left: -1px;
}

.prepago.p-telefonia .tarifas .box-ofertas-small .circle div {
  display: table-cell;
  vertical-align: middle;
  -ms-transform: rotate(-14deg);
  /* IE 9 */
  -webkit-transform: rotate(-14deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-14deg);
}

.prepago.p-telefonia .tarifas .box-ofertas-small .circle span {
  display: block;
  padding: 0 30px 0 39px;
  text-align: center;
  width: 100%;
}

.prepago.p-telefonia .tarifas .box-ofertas-small .circle p {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 26px 0 20px;
  text-align: right;
}

.prepago.p-telefonia .tarifas .box-ofertas-small ul {
  display: table;
  float: left;
  margin: 25px 0 0 5px;
  width: auto;
}

.prepago.p-telefonia .tarifas .box-ofertas-small ul li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  color: #381451;
}

.prepago.p-telefonia .tarifas .box-ofertas-small ul li p {
  font-size: 20px;
  font-weight: bold;
}

.prepago .menu-prepago {}

.prepago .menu-prepago li {
  float: left;
  font-size: 18px;
  font-family: 'ceraregular';
  text-align: center;
  font-weight: bold;
}

.prepago .menu-prepago li a {
  display: block;
  color: #720184;
  padding: 0 0 0 0;
  height: 52px;
  position: relative;
}

.prepago .menu-prepago li a:hover {
  color: #242424;
}

.prepago .menu-prepago li a.activo .active-bar {
  width: 60%;
  background: #720184;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 5;
}

.prepago .bottom-bar {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 5px;
  overflow: hidden;
}

.prepago .bottom-bar span {
  width: 0;
  background: #4E0081;
  float: none;
  height: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 2;
}

.prepago .bottom-bar .bar-bg {
  width: 80%;
  background: none;
  float: none;
  height: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 10%;
}

.prepago .banner-prepago {
  margin: 10px auto 0;
}

.prepago .banner-principal {
  position: relative;
  max-width: 806px;
  margin: 0 auto;
}

.prepago .banner-principal .equipo img {
  max-width: 300px;
  width: 100%;
}

.prepago .banner-principal ul li {
  list-style: none;
}

.prepago .banner-principal .datos li {
  color: #242424;
  margin: 10px 0 10px 0;
}

.prepago .banner-principal .datos li span {
  color: #720184;
}

.prepago .banner-principal .datos li:before {
  content: '';
  display: inline-block;
  background: url(../img/triangle-right-arrow.png) center no-repeat;
  width: 8px;
  height: 9px;
  margin: 0 10px 0 0;
}

.prepago .banner-principal .cifras {
  text-transform: uppercase;
}

.prepago .banner-principal .cifras .precio {
  font-size: 50px;
  color: #381451;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 3px dotted #e9e9e9;
  margin: 14px 0 10px;
  padding: 0 0 6px;
  width: auto;
  display: table;
}

.prepago .banner-principal .cifras .precio span {
  font-size: 14px;
  color: #242424;
  text-transform: uppercase;
}

.prepago .banner-principal .cifras .precio .anexo {
  background: #381451;
  border-radius: 150px;
  bottom: 75px;
  color: #fff;
  height: 122px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 122px;
  display: table;
}

.prepago .banner-principal .cifras .precio .anexo p {
  font-size: 12px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

.prepago .banner-principal .cifras .precio .anexo p span {
  color: #fff;
  font-size: 28px;
  font-weight: 100;
}

.prepago .banner-principal .cifras .precio .anexo .more-btn {
  background: #720184 url("../img/icons/add_icon.png") no-repeat scroll center center;
  bottom: 10px;
  height: 32px;
  left: -10px;
  position: absolute;
  width: 32px;
  z-index: 5;
}

.prepago .banner-mod2 .banner-principal {
  max-width: 815px;
  min-height: 340px;
}

.prepago .banner-mod2 .banner-principal .col-3,
.prepago .banner-mod2 .banner-principal .col-6 {
  margin: 0;
}

.prepago .banner-mod2 .grafica {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.prepago .banner-mod2 .left-cont {
  float: left;
  width: 200px;
}

.prepago .banner-mod2 .left-cont .right-align li {
  text-align: right;
}

.prepago .banner-mod2 .right-cont {
  width: 200px;
  float: right;
}

.prepago .banner-mod2 .right-cont .left-align li {
  text-align: left;
}

.prepago .banner-mod2 h3 {
  color: #666;
}

.prepago .banner-mod2 .precio {
  font-size: 50px;
  color: #381451;
  font-weight: bold;
  line-height: 20px;
}

.prepago .banner-mod2 .cuota {
  font-size: 13px;
  margin: 4px 0;
}

.prepago .banner-mod2 .gb {
  color: #381451;
  font-size: 25px;
  margin: 10px 0 4px;
}

.prepago .banner-mod2 .duracion {
  color: #666;
  font-size: 13px;
  margin: 0 0 4px;
}

.prepago .banner-mod2 .descripcion {
  color: #666;
  font-size: 12px;
  margin: 0 0 10px;
}

.prepago .banner-promo {
  margin: 0 auto 26px;
}

.prepago .banner-promo .banner {
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
  min-height: 190px;
}

.prepago .banner-promo .banner .ball {
  margin: 30px auto 0;
}

.prepago .banner-promo .banner .nombre-plan .info {
  z-index: 5;
  display: table;
  margin: 39px 0 0 10%;
  position: relative;
  -ms-transform: rotate(-14deg);
  /* IE 9 */
  -webkit-transform: rotate(-14deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-14deg);
}

.prepago .banner-promo .banner .nombre-plan .info h3 {
  color: #fff;
  display: table-row;
  font-size: 30px;
  margin: 0;
  vertical-align: middle;
}

.prepago .banner-promo .banner .nombre-plan .info span {
  color: #fff;
  display: table-row;
  vertical-align: middle;
}

.prepago .banner-promo .banner .nombre-plan .circle {
  background: #381451;
  border-radius: 500px;
  height: 400px;
  position: absolute;
  right: 72%;
  top: -40px;
  width: 400px;
  z-index: 1;
}

.prepago .banner-promo .banner .nombre-plan img {
  max-width: 210px;
  position: absolute;
  left: 15.6%;
  bottom: 0;
  z-index: 5;
}

.prepago .banner-promo .banner .middle-col {
  margin: 0 2px 0 1.1%;
  width: 130px;
}

.prepago .banner-promo .banner .cent-info span {
  float: left;
  font-weight: bold;
  color: #666;
  font-size: 38px;
  margin: 72px 0 0;
}

.prepago .banner-promo .banner .cent-info ul {
  float: left;
  margin: 53px 0 0 2%;
}

.prepago .banner-promo .banner .cent-info li {
  text-align: center;
  font-size: 14px;
  color: #242424;
}

.prepago .banner-promo .banner .cent-info li:first-child {
  font-size: 48px;
  font-weight: bold;
}

.prepago .banner-promo .banner .right {
  width: 30.5%;
  padding: 8px 18px 0 0px;
  background: url(../img/border-left-bg.png) 10px 50% no-repeat;
  min-height: 190px;
  height: auto;
  overflow: hidden;
}

.prepago .banner-promo .banner .right * {
  float: right;
  text-align: right;
  font-family: 'ceraregular';
  color: #242424;
}

.prepago .banner-promo .banner .right span {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

.prepago .banner-promo .banner .right .big {
  font-size: 46px;
  color: #381451;
  font-weight: bold;
  width: 100%;
}

.prepago .banner-promo .banner .right .precio {
  font-size: 22px;
  width: 100%;
}

.prepago .banner-promo .banner .right a {
  color: #fff;
}

.prepago .banner-promo .banner .right .wom-btn {
  width: 60%;
  text-align: left;
  margin: 10px 0 0;
}

.prepago .banner-promo ul li {
  list-style: none;
}

.prepago .opciones-prepago li {
  background: #e9e9e9;
  padding: 20px 0 10px;
  text-align: center;
}

.prepago .opciones-prepago .bottom-info {
  border-top: solid 1px #ccc;
  padding: 16px 0 10px;
}

.prepago .opciones-prepago .bottom-info * {
  text-align: center;
}

.prepago .opciones-prepago .bottom-info span {
  display: block;
  line-height: 18px;
  text-align: center;
  width: 100%;
  margin: 0 auto 14px;
  font-size: 11px;
}

.prepago .opciones-prepago .bottom-info .big {
  font-size: 38px;
}

.prepago .opciones-prepago .bottom-info .wom-btn {
  position: relative;
  margin: 0 auto;
  display: block;
}

.prepago .condiciones {
  background: url(../img/nav-bg-bottom.jpg) top center no-repeat;
  padding: 20px 0 0 0;
  margin: 15px auto 60px;
}

.prepago .condiciones li {
  text-align: center;
}

.prepago .condiciones li h3 {
  color: #999;
}

.prepago .condiciones li span {
  color: #381451;
  border-bottom: 1px solid #242424;
  color: #381451;
  display: block;
  float: none;
  font-size: 51px;
  font-weight: bold;
  line-height: 18px;
  margin: 24px auto 12px;
  padding-bottom: 12px;
  position: relative;
  width: auto;
  display: table;
}

.prepago .condiciones li p {
  color: #381451;
}

.prepago .cont-planes-bolsas h2 span {
  color: #666;
  font-family: 'ceraregular';
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}

.no-touch .prepago.p-telefonia .kit-prepago li:hover .ball-info,
.touch .prepago.p-telefonia .kit-prepago li.active .ball-info {
  visibility: visible;
  opacity: 1;
}

/*kits*/
.why-wom-box {
  position: relative;
}

.why-wom-box a {
  display: block;
}

.why-wom-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why-wom-box .mask:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.99)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  content: '';
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.why-wom-box .mask h2,
.why-wom-box .mask h3 {
  color: #FFF;
  position: absolute;
  bottom: 10%;
  left: 0px;
  padding: 0 25px;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: all 300ms ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 52px;
  transition-delay: 300ms;
}

@media only screen and (max-width: 400px) {

  .why-wom-box .mask h2,
  .why-wom-box .mask h3 {
    font-size: 22px;
  }
}

.why-wom-box .mask h3 {
  font-size: 22px;
}

@media only screen and (max-width: 480px) {
  .why-wom-box .mask h3 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 400px) {
  .why-wom-box .mask h3 {
    font-size: 22px;
  }
}

.why-wom-box .mask p {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  color: #484c61;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: all 300ms ease;
  padding: 0 25px;
}

@media only screen and (max-width: 830px) {
  .why-wom-box .mask p {
    top: auto;
    bottom: 50px;
  }
}

.why-wom-box.small p {
  top: 40%;
}

@media only screen and (max-width: 1000px) and (min-width: 830px) {
  .why-wom-box.small p {
    top: 10%;
  }
}

@media only screen and (max-width: 830px) {
  .why-wom-box.small p {
    top: auto;
    bottom: 10%;
  }
}

@media only screen and (max-width: 480px) {
  .why-wom-box {
    width: 100%;
    float: left;
  }
}

.no-touch .why-wom-box:hover .mask:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.no-touch .why-wom-box:hover .mask h2,
.no-touch .why-wom-box:hover .mask h3 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0ms;
}

.no-touch .why-wom-box:hover .mask p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
  color: #fff;
}

@media only screen and (max-width: 830px) {
  .why-wom-holder {
    width: 100%;
  }
}

.prepago .banner-principal .cifras .precio {
  line-height: 100%;
}

.home-slider.chip-equipo .bx-controls {
  margin-left: 40.5%;
  position: static;
}

@media only screen and (max-width: 640px) {
  .home-slider.chip-equipo .bx-controls {
    margin-left: 0;
    text-align: center;
  }
}

.home-slider.chip-equipo .bx-pager {
  float: left;
}

@media only screen and (max-width: 640px) {
  .home-slider.chip-equipo .bx-pager {
    display: inline-block;
    float: none;
  }
}

.home-slider.chip-equipo .equipo-oferta {
  width: auto;
}

@media only screen and (max-width: 640px) {
  .home-slider.chip-equipo .equipo-oferta {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {

  .home-slider.chip-equipo .datos .precio span,
  .home-slider.chip-equipo .cifras .precio span {
    display: block;
  }
}

@media only screen and (max-width: 640px) {

  .home-slider.chip-equipo .datos .precio,
  .home-slider.chip-equipo .cifras .precio {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {

  .home-slider.chip-equipo .datos,
  .home-slider.chip-equipo .cifras {
    text-align: center;
  }
}

.promocion-banner-left {
  width: 70.4%;
  float: left;
  margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  .promocion-banner-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.promocion-banner {
  background-color: #381451;
  color: #FFF;
  width: 27.6%;
  float: left;
  text-align: center;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .promocion-banner {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }
}

.promocion-banner a {
  display: block;
  color: #FFF;
  padding: 30px 60px 50px 60px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.promocion-banner a:hover {
  background-color: #541e7a;
}

@media only screen and (max-width: 940px) {
  .promocion-banner a {
    padding: 30px 30px 50px 30px;
  }
}

.promocion-banner .normal-text {
  font-size: 18px;
  display: block;
  line-height: 130%;
  color: #B3B3B3;
}

.promocion-banner .big-text {
  font-size: 22px;
  font-family: 'ceraregular';
  display: block;
  text-transform: uppercase;
  line-height: 130%;
}

.promocion-banner .big-number {
  font-size: 42px;
  font-weight: bold;
  display: block;
  line-height: 130%;
}

.promocion-banner .small-text {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 130%;
  color: #B3B3B3;
}

.promocion-banner .inner-link {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  margin-top: 10px;
  line-height: 130%;
  color: #B3B3B3;
}

.present-banner {
  background: url(../img/chip-equipo/present-banner.png) no-repeat center center #fff;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*end-kits*/
@media only screen and (max-width: 960px) {
  .bg-banner-top {
    left: -20%;
  }

  .prepago .banner-promo .banner .nombre-plan img {
    width: 20%;
  }

  .prepago .banner-principal .cifras .precio .anexo {
    bottom: 105px;
  }
}

@media only screen and (max-width: 768px) {
  .prepago .banner-mod2 .grafica {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 50%;
  }

  .prepago .banner-mod2 .left-cont {
    width: 50%;
  }

  .prepago .banner-mod2 .left-cont .right-align li {
    text-align: center;
  }

  .prepago .banner-mod2 .right-cont {
    width: 50%;
  }

  .prepago .banner-mod2 .right-cont .left-align li {
    text-align: center;
  }

  .prepago .banner-mod2 .wom-btn {
    width: 50%;
  }

  .prepago .kit-prepago .col-4 {
    float: none;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 60%;
  }

  .prepago .banner .col-4.nombre-plan {
    width: 100%;
    background: #381451;
    position: relative;
  }

  .prepago .banner .col-4.nombre-plan .info {
    margin: 30px 0 38px 10%;
  }

  .prepago .banner .col-4.nombre-plan img {
    left: auto;
    right: 8%;
    width: 48%;
  }

  .prepago .banner .col-4.nombre-plan .circle {
    display: none;
  }

  .prepago .banner .cent-info.col-2 {
    width: 29%;
  }

  .prepago .banner .col-4.right {
    width: 45.5%;
    float: right;
  }

  .prepago .banner .col-4.center {
    width: 270px;
  }

  .col-5.equipo {
    float: right;
    margin: 0;
  }

  .banner-principal .col-7.last {
    padding: 0 0 0 26px;
  }

  .banner-principal .col-7.last .wom-btn {
    width: 180px;
  }

  .prepago .banner-principal .cifras .precio .anexo {
    background: none;
    bottom: auto;
    color: #000;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 30px;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .tarifas {
    width: 80%;
    margin: 0 auto;
  }

  .tarifas .col-6 {
    width: 100%;
  }

  .tarifas .box-ofertas {
    position: relative;
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }

  .tarifas .box-ofertas.center {
    width: 100%;
  }

  .prepago.p-telefonia .tarifas .box-ofertas-small {
    margin: 0 0 20px 4%;
    width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .prepago .banner-principal .equipo {
    width: 100%;
  }

  .prepago .banner-principal .equipo img {
    width: 40%;
    position: relative;
    margin: 0 auto;
    display: block;
  }

  .head-landing {
    margin: 0 auto;
  }

  .head-landing h1 {
    display: block;
    padding: 30px 0;
  }

  .head-landing h1 span {
    display: block;
    line-height: 24px;
    margin: 30px auto 0;
  }

  .prepago .bottom-bar {
    bottom: 0;
  }

  .prepago .menu-prepago {
    padding: 0 0 15px;
  }

  .prepago .menu-prepago {
    display: table;
    width: 100%;
  }

  .prepago .menu-prepago li {
    display: table;
  }

  .prepago .menu-prepago li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
  }

  .prepago h2 {
    margin: 20px auto 30px;
    position: relative;
    width: 90%;
  }

  .prepago.p-telefonia .tarifas .box-ofertas-small {
    width: 95%;
  }

  .tarifas {
    width: 90%;
  }

  .banner-principal .col-7.last {
    width: 95%;
  }

  .prepago .banner .cent-info.col-2 {
    width: 100%;
  }

  .prepago .banner .col-4.right {
    width: 100%;
    background: none;
  }

  .prepago .banner .col-4.right .precio {
    margin: 0 auto 10px;
  }

  .prepago .banner .col-4.right * {
    text-align: center;
  }

  .prepago .banner .col-4.right .wom-btn {
    display: block;
    float: none;
    margin: 15px auto 0;
    overflow: hidden;
    position: relative;
    width: 45%;
  }

  .prepago .banner .col-4.center {
    position: relative;
    margin: 0 auto;
    width: 270px;
    float: none;
  }

  .condiciones li.col-4 {
    position: relative;
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .condiciones li.col-4 span {
    width: 100%;
    border-bottom: dotted 3px #e9e9e9;
  }

  .condiciones li.col-4.last {
    margin: 0 auto;
  }

  .opciones-prepago ul li {
    width: 100%;
  }

  .opciones-prepago ul li .bottom-info .wom-btn {
    width: 45%;
  }

  .prepago .banner-mod2 .left-cont {
    width: 100%;
  }

  .prepago .banner-mod2 .right-cont {
    width: 100%;
  }

  .prepago .banner-mod2 .wom-btn {
    width: 50%;
  }

  .cuota-arriendo {
    font-weight: bold;
  }

  .chromebrowser .prepago.p-telefonia .tarifas .box-ofertas .circle {
    top: -2px;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .circle div {
    display: table-cell;
    margin: 15px auto 20px;
    position: relative;
    width: 100%;
    transform: rotate(0deg);
  }

  .prepago.p-telefonia .tarifas .box-ofertas .circle.oval {
    width: 100%;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .circle.oval.left {
    text-align: center;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .circle.oval.left p,
  .prepago.p-telefonia .tarifas .box-ofertas .circle.oval.left span {
    padding: 0;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul {
    float: none;
    margin: 0 auto 20px;
    position: relative;
    width: auto;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul.right {
    float: none;
    margin: 0 auto 20px;
    position: relative;
    width: auto;
  }

  .prepago.p-telefonia .tarifas .box-ofertas a {
    position: relative;
    bottom: auto;
    left: auto;
    float: none;
    margin: 0 auto 16px;
    text-align: center;
    display: table;
  }

  .prepago.p-telefonia .tarifas .box-ofertas a.right {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    float: none;
    margin: 0 auto 16px;
    text-align: center;
    display: table;
  }

  .prepago.p-telefonia .tarifas .box-ofertas-small ul {
    float: none;
    margin: 25px auto 0;
    width: 28%;
  }

  /*.prepago.p-telefonia .tarifas .box-ofertas-small{
  	border-top: none;
  	border-bottom: 2px dotted #381451;
  	border-left: none;
  	border-right: none;
  	border-radius: 0;
  	min-width: 225px;
  }*/
  /*.prepago.p-telefonia .tarifas .box-ofertas-small .circle{
  	background: none;
  	border-radius: 0;
  	color: $wom-color;
  	height: auto;
  	margin: 8px auto;
  	width: 100%;

  	span{
  		padding: 0;
  		text-align: center;
  		width: 100%;
  	}

  	p{
  		font-weight: bold;
  		padding: 0;
  		text-align: center;
  	}

  }*/
  /*.prepago.p-telefonia .tarifas .box-ofertas-small .circle div{
  	 transform: rotate(0deg);
  }

  .prepago.p-telefonia .tarifas .box-ofertas-small ul{
  	margin: 0 auto 10px;
  	text-align: center;
  	width: 100%;
  }*/
}

@media only screen and (max-width: 480px) {
  .tarifas {
    width: 95%;
  }

  .prepago .kit-prepago .col-4 {
    float: none;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
  }

  .prepago.p-telefonia .tarifas .box-ofertas {
    padding: 0 0 20px;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul.first-line li:first-child {
    border-right: 0;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul li {
    display: inline-block;
    float: none;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul li span.left {
    text-align: center;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul li span.small-left {
    text-align: center;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul li .small {
    line-height: 38px;
    margin: 0 0 0 6px;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .valor {
    display: block;
    width: 100%;
    position: relative;
    float: left;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .valor:after {
    content: '';
    position: relative;
    width: 50%;
    height: 1px;
    margin: 0 auto 10px;
    border-bottom: solid 1px #381451;
    display: block;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .valor p {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .valor p span {
    width: auto;
  }

  /*.prepago.p-telefonia .tarifas .box-ofertas{ border-radius: 0; border-top: 0 solid $wom-color; border-bottom: 3px dotted $wom-color; border-left: 0; border-right: 0;  }*/
  .prepago.p-telefonia .tarifas .box-ofertas .circle {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 10px;
    background-color: transparent;
    color: #381451;
  }

  .prepago.p-telefonia .tarifas .box-ofertas .circle div {
    display: block;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .prepago.p-telefonia .tarifas .box-ofertas ul.first-line li:first-child {
    display: block;
    width: 90%;
    overflow: hidden;
    float: none;
    border-bottom: solid 3px #381451;
    border-right: 0 none;
  }

  .prepago.p-telefonia .tarifas .box-ofertas ul li .big-price {
    text-align: left;
  }

  .prepago.p-telefonia .tarifas .box-ofertas a {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
  }

  .prepago.p-telefonia .tarifas .box-ofertas a.right {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
  }

  .prepago.p-telefonia .tarifas .box-ofertas.relative-position {
    margin-bottom: 30px;
  }
}

/*-----codina----*/
.prepago h2.align-left {
  text-align: left;
}

.prepago-img-info {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding: 10px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.prepago-img-info:after {
  content: "+";
  color: #fff;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 50px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 20px;
  font-weight: bold;
  right: 0;
}

@media only screen and (max-width: 983px) and (min-width: 768px) {
  .prepago-img-info:after {
    left: -6%;
  }
}

.text-value {
  color: #fff;
  font-size: 19px;
  font-family: "ceraregular";
  display: block;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.big-value {
  color: #FFF;
  font-size: 38px;
  font-family: "ceraregular";
  display: block;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5);
}

.rounded-box-prepago {
  background-color: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0;
  float: right;
  display: table;
  margin-bottom: 20px;
}

.ball-info .rounded-box-prepago {
  float: none;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.rounded-box-prepago .wrapper {
  display: table-cell;
  vertical-align: middle;
}

.rounded-box-prepago span {
  color: #FFF;
  font-size: 18px;
  color: #381451;
  text-transform: uppercase;
  display: block;
  font-family: "ceraregular";
  font-weight: bold;
}

.ball-info .rounded-box-prepago span {
  font-size: 21px;
}

.box-packaging-title {
  color: #381451;
  font-size: 34px;
  position: absolute;
  top: -15px;
  left: 0;
  padding: 10px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 2;
  width: 170px;
  text-align: center;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 768px) {
  .box-packaging-title {
    display: none;
  }
}

.description.wrapp-top {
  margin-top: 10px;
}

.prepago.p-telefonia .tarifas .box-ofertas ul li span.small {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .prepago.p-telefonia .tarifas .box-ofertas ul li span.small {
    float: none;
  }
}

.bolsas-holder {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.bolsas-holder.active {
  opacity: 1;
  max-height: 500px;
}

span.wom-btn {
  color: #FFF !important;
  font-size: 19px !important;
}

.prepago .banner-principal {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .home-slider.slider-prepago .bx-viewport {
    background-color: transparent;
  }
}

.gestor-info .plan-info {
  max-width: 100%;
  text-align: right;
}

.gestor-info .plan-info span {
  font-size: 60px;
  line-height: 100%;
}

.gestor-info .plan-info span.big-text {
  font-size: 94px;
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
  .gestor-info .plan-info span.big-text {
    font-size: 64px;
  }
}

.gestor-info .plan-info p {
  float: none;
}

.gest-info h3 {
  margin: 0 0 20px;
  font-size: 16px;
}

.gest-info p {
  font-size: 12px;
  line-height: 160%;
}

.gest-info ul {
  list-style: none;
  font-size: 12px;
}

.gest-info ul li {
  margin-bottom: 15px;
}

.gest-info ul li:last-child {
  margin-bottom: 0;
}

.shadow-right {
  -webkit-box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.gestor-triangle li {
  padding-left: 15px;
  position: relative;
}

.gestor-triangle li:before {
  width: 10px;
  height: 8px;
  /*border-width: 5px 0 5px 8px;*/
  /*border-color: transparent transparent transparent #555;*/
  content: "";
  left: 0;
  position: absolute;
  /*transform: rotate(360deg);*/
  /*border-style:dotted none solid solid;*/
  top: 3px;
  background: url(../img/triangle.png) center no-repeat;
}

.beneficios-gestor {
  display: table;
  width: 100%;
  margin-bottom: 100px;
}

.beneficios-gestor li {
  display: table-cell;
  padding: 0 20px;
  box-shadow: 1px 0 0 0 #ddd;
}

@media only screen and (max-width: 800px) and (min-width: 769px) {
  .beneficios-gestor li {
    width: 33.3333%;
    padding: 20px;
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
  .beneficios-gestor li {
    width: 33.3333%;
    padding: 20px;
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .beneficios-gestor li {
    width: 50%;
    padding: 20px;
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 640px) {
  .beneficios-gestor li {
    width: 100%;
    padding: 20px;
    display: block;
  }
}

.beneficios-gestor li:first-child {
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .beneficios-gestor li:first-child {
    padding: 20px;
  }
}

.beneficios-gestor li:last-child {
  padding: 0 0 0 20px;
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .beneficios-gestor li:last-child {
    padding: 20px;
  }
}

.beneficios-gestor h3 {
  font-size: 16px;
  margin: 0;
}

.beneficios-gestor p {
  font-size: 12px;
  color: #ABA6A6;
}

.big-text .big-text {
  font-size: 94px;
}

.simple-purple-title {
  color: #381451;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'ceraregular';
  margin-bottom: 30px;
}

.label-wrapp {
  display: block;
}

.label-wrapp .label-like {
  display: block;
  color: #4F4E4E;
  font-size: 14px;
  font-family: 'ceraregular';
  margin-bottom: 5px;
}

.label-wrapp input,
.label-wrapp select {
  width: 100%;
  height: 42px;
  padding: 5px 10px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}

.label-wrapp input:focus,
.label-wrapp select:focus {
  outline: 0 none;
}

.label-wrapp .weird-input-holder {
  display: table;
  margin-bottom: 30px;
}

.label-wrapp .weird-input-holder .weird-inner {
  display: table-cell;
  vertical-align: middle;
}

.label-wrapp .weird-input-holder .weird-inner.first {
  padding-right: 30px;
}

.label-wrapp .weird-input-holder .weird-inner.first span {
  color: #AEAEAE;
}

.label-wrapp .weird-input-holder .weird-inner.third {
  width: 100%;
}

.label-wrapp .weird-input-holder .weird-inner select {
  width: 60px;
  min-width: 0;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  margin-bottom: 0;
  background: url("../img/selector-form.png") no-repeat 80% center #FFF;
}

.label-wrapp .weird-input-holder .weird-inner input {
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
}

.submit-btn {
  border-radius: 5px;
  background-color: #381451;
  text-align: center;
  padding: 10px 30px;
  color: #FFF;
  font-size: 16px;
  font-family: 'ceraregular';
  border: 0 none;
  float: right;
}

.bg-gray {
  background-color: #e9e9e9;
  padding: 50px 0px;
}

.bg-gray .row {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 768px) {
  .bg-gray .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.gestor-form {
  margin: 20px 0;
}

.gestor-form .col-6 {
  padding: 0 50px;
}

.gestor-title {
  color: #381451;
  font-size: 37px;
}

.gestor-text {
  color: #615F5F;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) and (min-width: 769px) {
  .planimg.gestor-info {
    display: block;
    height: 320px;
    background-color: #4C3163;
  }
}

.planimg.gestor-info .plan-info {
  padding: 0 20px;
}

.main-foot {
  background-color: #2d1540;
  color: #fff;
  padding-top: 50px;
  position: relative;
  /* z-index: 999; */
  display: block;
  height: auto;
  clear: both;
}

.triangle-new-home {
  width: 100%;
  height: 60px;
  background: url(/assets/img/triangle-new-home.png) no-repeat center bottom;
  background-size: 100% 100%;
  overflow: hidden;
  display: block;
  /* background: center bottom; */
}

.main-foot .triangle-foot {
  width: 0;
  height: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
  border-top: 50px inset #fff;
  top: 0px !important;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid dotted none;
}

@media only screen and (max-width: 640px) {
  .logo-footer {
    display: table;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 640px) {
  .logo-wrap {
    width: 100%;
  }
}

.logo-wrap p {
  line-height: 150%;
  margin: 15px 0 0 0;
  width: 100%;
  height: 25px;
}

.logo-wrap p span {
  color: #B171C3;
  font-weight: bold;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .logo-wrap p {
    display: none;
  }

  .logo-wrap p.wsp {
    display: block;
    padding: 5px 0 5px 30px;
  }
}

.logo-wrap p a {
  color: #B171C3;
}


@media only screen and (max-width: 640px) {
  .footer-link {
    width: 100%;
  }
}

.footer-link .foot-bloq ul {
  width: 100.2%;
}

.footer-link .col-5.foot-bloq {
  width: 40.3%;
}

.footer-link .foot-bloq {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  div.pad-20 div.footer-link div.foot-bloq {
    text-align: left;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .footer-link .foot-bloq:last-child h3 {
    border-bottom: 1px solid #333;
  }
}

.footer-link .foot-bloq.mod-width {
  width: 32.1%;
}

.footer-link h3 {
  font-size: 16px;
  font-family: 'ceraregular';
  font-weight: normal;
  color: #fff;
  padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .footer-link h3 {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #333;
    color: #fff;
  }
}

.footer-link .foot-bloq.active ul {
  max-height: 400px;
}

.footer-link ul {
  list-style: none;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}

@media only screen and (max-width: 640px) {
  .footer-link ul {
    max-height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 20px;
  }
}

.footer-link ul li {
  margin: 0 0 15px 0;
}

.footer-link ul li a {
  font-size: 14px;
  /*12px;*/
  color: #dbcce8;
  /*#B171C3;*/
}

.footer-link ul li a:hover {
  color: #ffffff
}

.accesos-foot {
  margin: 20px 0;
  float: left;
  width: 100%;
}

.accesos-foot a {
  color: #B171C3;
  font-size: 12px;
}

.accesos-foot li.roaming {
  padding: 0 0 0 35px;
  background: url(../img/roaming.png) no-repeat left center;
}

.accesos-foot li.sucursal {
  padding: 0 0 0 35px;
  background: url(../img/pin.png) no-repeat left center;
}

.wom-form {
  position: relative;
  z-index: 10;
}

.wom-form .combos {
  padding: 0 0 0 12px;
}

.wom-form .field input {
  border: solid 1px #A6A6A6;
  border-radius: 3px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #242424;
  font-size: 12px;
  margin: 0 12px 12px;
  float: left;
  width: 100%;
}

.wom-form .field select {
  -moz-appearance: none;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  color: #a6a6a6;
  display: block;
  font-size: 12px;
  height: 36px;
  margin: 0 0 0 11px;
  padding: 0 0 0 4px;
  margin: 0 0 0 11px;
  width: 100%;
  background: url("../img/select-triangle.png") no-repeat scroll 97% 50%;
}

.wom-form .combo-box {
  border: solid 1px #A6A6A6;
  background: none;
  color: #A6A6A6;
  font-size: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 36px;
}

.wom-form .combo-box.last {
  margin: 0;
}

.wom-form .captcha-cont {
  background: #e9e9e9;
  float: left;
  height: auto;
  margin: 15px 0 12px 12px;
  overflow: hidden;
  width: 100%;
  padding: 0 0 10px 2px;
}

.wom-form .captcha-cont .ingreso-datos li {
  float: left;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.wom-form .captcha-cont .ingreso-datos input {
  border: solid 1px #ccc;
  border-radius: 3px;
}

.wom-form .captcha-cont .btns {
  float: left;
  width: 14px;
  height: 55px;
  background: #fff;
  display: block;
  border-radius: 3px;
  margin: 10px 8px 0 8px;
}

.wom-form .captcha-cont .btns li {
  float: left;
  width: 100%;
  height: 30px;
}

.wom-form .captcha-cont .btns li:first-child {
  border-bottom: solid 1px #ccc;
}

.wom-form .captcha-cont .btns li a {
  text-indent: -99999px;
}

.wom-form .captcha-cont .ingreso-datos {
  float: left;
  width: 132px;
  margin: 6px 0 0 0;
}

.wom-form .captcha-cont .ingreso-datos li {
  color: #A6A6A6;
  float: left;
  font-size: 12px;
  margin: 8px 0 0;
  text-align: center;
  width: 100%;
}

.wom-form .captcha-cont .ingreso-datos li input {
  border: solid 1px #A6A6A6;
  border-radius: 3px;
  color: #242424;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  width: 100%;
}

.wom-form .captcha-cont .cap-bg {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #A6A6A6;
  border-radius: 6px;
  height: 55px;
  margin: 10px 0 0 10px;
  width: 133px;
  float: left;
}

.wom-form .captcha-cont img {
  display: block;
  margin: 17px auto 0;
  position: relative;
}

.wom-form li.btn-wom-cont {
  width: 100%;
  margin: 0 0 0 10px;
}

.wom-form li.btn-wom-cont .wom-btn {
  float: right;
}

.field.full-width select {
  width: 100%;
}

.field.full-width p {
  font-size: 13px;
  padding: 10px 0 10px 23px;
}

.exito {
  color: #381451;
  font-size: 17px;
  margin: 187px -13px 0;
  position: relative;
  text-align: right;
  width: 45%;
}

.exito h2 {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  .wrap-modal {
    padding: 30px 0 0;
  }

  .wrap-modal .row {
    width: 90%;
    margin: 0;
  }

  .fondo-modal {
    display: none;
  }

  .info-right {
    display: none;
  }

  .wrap-modal h1 {
    text-align: center;
  }

  .wrap-modal .bajada {
    text-align: center;
  }

  .wrap-modal.modal-lo-quiero .wom-form {
    margin: 30px auto;
  }

  .exito {
    margin: 176px auto;
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  /*Estilos para smartphones landscape i-phone 3gs*/
}

@media only screen and (max-width: 320px) {
  /*Estilos para smartphones portrait i-phone 3gs*/
}

.wrap-modal.modal-lo-quiero.prev-lo-quiero {
  padding: 0 0 20px 0;
  background: #f4f4f4;
}

.wrap-modal.modal-lo-quiero.prev-lo-quiero img {
  right: -20px;
}

.wrap-modal {
  padding: 30px 50px 50px;
}

.wrap-modal:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background: #381451;
  z-index: 5;
}

.wrap-modal li {
  list-style: none;
}

.wrap-modal h1 {
  font-family: "ceraregular";
  font-size: 30px;
  color: #381451;
  margin: 0 0 10px;
}

.wrap-modal .bajada {
  color: #242424;
  font-size: 14px;
  font-family: 'ceraregular';
  margin: 10px 0;
}

.wrap-modal.modal-lo-quiero {
  max-width: 835px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: block;
  height: 540px;
}

.wrap-modal.modal-lo-quiero .wom-form {
  max-width: 315px;
  width: 100%;
  margin: 30px 0 30px 0;
}

.wrap-modal.modal-lo-quiero .fondo-modal {
  position: absolute;
  top: 0;
  right: 0;
}

.wrap-modal.modal-lo-quiero .info-right {
  max-width: 200px;
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  -webkit-transform: rotate(-10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-10deg);
  height: auto;
  max-width: 310px;
  overflow: hidden;
  position: absolute;
  right: 90px;
  top: 30px;
  width: 100%;
  z-index: 10;
  color: #381451;
}

.wrap-modal.modal-lo-quiero .info-right * {
  display: block;
  float: left;
  font-size: 38px;
  text-align: center;
  width: 100%;
}

.wrap-modal.modal-lo-quiero .info-right .espera {
  font-family: 'ceraregular';
  font-size: 22px;
  font-weight: 100;
  text-align: center;
}

.wrap-modal.modal-lo-quiero .info-right .serio {
  font-style: italic;
  padding: 0 0 0 110px;
  text-align: right;
  font-size: 25px;
}

.wrap-modal .prev-lo-quiero {
  padding: 0 0 0 20px;
}

.wrap-modal .info-title {
  margin: 148px 0 10px;
  padding: 0 42px 0 32px;
  width: 450px;
}

.wrap-modal .info-title h1.big {
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #4E0081;
}

.wrap-modal .info-title h3 {
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 23px;
  color: #4E0081;
}

.wrap-modal .info-title h3 span {
  font-weight: bold;
}

.wrap-modal .small-t {
  color: #4e0081;
  font-size: 15px;
  margin: 0 0 18px;
  padding: 0 30px 0 55px;
  text-align: center;
  width: 52%;
}

.wrap-modal .foot-text {
  font-size: 14px;
  color: #242424;
  margin: 116px 0 0;
  text-align: center;
  max-width: 53%;
}

.wrap-modal .foot-text a {
  text-decoration: underline;
  color: #242424;
}

@media only screen and (max-width: 768px) {
  .wrap-modal.modal-lo-quiero.prev-lo-quiero img {
    display: none;
  }

  .wrap-modal.prev-lo-quiero .row {
    margin: 0;
    width: 100%;
  }

  .wrap-modal .info-title {
    margin: 148px auto;
    padding: 0;
    width: 100%;
  }

  .wrap-modal .small-t {
    width: 100%;
  }

  .wrap-modal .foot-text {
    margin: 16px 0 0;
    max-width: 100%;
  }

  .head-landing-ficha {
    background: #381750 !important;
  }
}

@media only screen and (max-width: 640px) {
  .col-6.field {
    float: left;
    margin: 0 0 12px;
    width: 100%;
  }

  .info-gral-ficha h2 {
    color: #555;
  }

  .info-gral-ficha .triangle-list li {
    color: #555;
  }

  .info-gral-ficha .precios li {
    color: #555;
  }

  .info-gral-ficha .triangle-list li::after {
    border-color: transparent transparent transparent #555;
  }

  .col-m-5.equipo-head-img.equal-equipo {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    overflow: hidden;
  }

  .equipo-head-img img {
    float: none;
    width: 87%;
    max-width: 350px;
    position: absolute;
    bottom: 0;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
  }

}

@media only screen and (max-width: 480px) {
  .wrap-modal.modal-lo-quiero {
    height: auto !important;
  }

  .wrap-modal .info-title {
    margin: 148px auto 40px;
  }

  .wrap-modal .small-t {
    padding: 0;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-width: 150px;
  font-size: 14px;
}

.ficha-cabecera {
  background: red;
  padding: 50px 0;
}

@media only screen and (max-width: 640px) {
  .ficha-cabecera {
    background: blue;
  }
}

.wom-btn {
  display: inline-block;
  font-size: 19px;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  width: 200px;
  background: #4E0081;
  height: 40px;
  position: relative;
  overflow: visible;
  border-radius: 5px;
  font-family: 'ceraregular';
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .wom-btn {
    width: 100%;
    margin: 10px 0;
  }
}

.wom-btn:before {
  box-shadow: -1px 0 0px 0 rgba(255, 255, 255, 0.12), 1px 0 0 0 rgba(0, 0, 0, 0.2) inset;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background: url(../img/icons/right_white_arrow.png) no-repeat center;
}

.wom-btn.big {
  height: 53px;
  display: inline-block;
  width: auto;
  padding: 15px 95px 15px 65px;
  font-size: 24px;
  /*----- SMARTPHONES --- */
}

.wom-btn.big:before {
  background-image: url(../img/icons/right-white-arrow-big.png);
  height: 53px;
  width: 53px;
}

@media only screen and (max-width: 640px) {
  .wom-btn.big {
    font-size: 21px;
    padding: 15px 65px 15px 20px;
  }
}

.valor-right {
  border-left: 3px solid;
}

@media only screen and (max-width: 640px) {
  .valor-right {
    border-left: none;
  }
}

@media only screen and (max-width: 640px) {
  .valor-right:after {
    border-bottom: none !important;
    border-top: 1px solid !important;
  }
}

@media only screen and (max-width: 640px) {
  .mobile-text-center {
    text-align: center !important;
  }
}

.table-mode {
  display: table !important;
  width: auto !important;
}

.buscador input[type="text"] {
  padding: 10px 10px 10px 7px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  color: #4e0081;
}

.buscador input[type="submit"] {
  padding: 0 0 5px;
}

p.desktop-foot {
  margin: 5px 0 0 0;
  padding: 0 0 0 33px;
  background: url(../../img/phone-icon.png)no-repeat;
  background-position: center left;
  background-size: 25px;
}

.wsp {
  padding: 0 0 0 33px;
  background: url(/assets/img/icon-whatsapp.png)no-repeat;
  background-position: center left;
  background-size: 25px;
}

.discontinuados-text {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 20px auto;
}

.discontinuados-text p {
  padding: 16px 20px 17px 50px;
  background: url(/assets/img/fecha-portabilidad.png) 1.2% 50% no-repeat #e9e9e9;
}

.equipos_recomendados.nontop-r {
  background: none;
}

.columnas {
  display: flex !important;
  flex-flow: column wrap;
  width: 240% !important;
  height: 150px;
}

.d-lg-none {
  display: none !important
}

.d-lg-block {
  display: block !important
}

@media only screen and (max-width: 768px) {
  .columnas {
    display: flex !important;
    flex-flow: column;
    height: auto !important;
  }

  .d-none {
    display: none !important
  }

  .d-block {
    display: block !important
  }
}