.aui #wrapper {
  padding: 0 !important;
}

.aui .container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

.aui .row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.aui .row .col, .aui .row .span1, .aui .row .span10, .aui .row .span12, .aui .row .span2, .aui .row .span3, .aui .row .span4, .aui .row .span5, .aui .row .span6, .aui .row .span7, .aui .row .span8, .aui .row .span9 {
  /* padding: 0; */
}

.aui .mi-movistar-login__button {
  font-family: 'Telefonica', sans;
}

.aui a.btn {
  height: 48px;
  /* padding: 0 30px; */
  padding-top: 6px!important;
  text-decoration: none;
  color: #fff;
  background-color: #5bc500;
  text-align: center;
  letter-spacing: .5px;
  background-image: none;
  transition: .2s ease-out;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
  line-height: 36px;
  text-shadow: none;
  border: none;
}

.aui a.btn:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  background-color: #67df00;
  background-image: none;
  color: #fff;
}

.aui a:hover {
  text-decoration: none;
  color: unset;
}

.aui .form-group .form__input {
  height: 48px;
}

.aui .hero__rtd .cont-form-hero-rtd button.btn {
    color: #fff!important;
    background-color: #5bc500!important;
    letter-spacing: .5px;
    transition: .2s ease-out;
    border-radius: 4px!important;
    box-shadow: none;
    font-family: 'Telefonica'!important;
}

@media only screen and (min-width: 993px){
.aui .c-plan__get {
    background: #00a9e0!important;
   }
}

.aui li, body{
  line-height: 1.4!important;
}

.aui h1{
  font-size: 1.8em;
  font-weight: 700;
}

@media (max-width: 767px){
.aui body {
    padding-left: 0px; 
    padding-right: 0px; 
   }
}

.aui a{
  /* color: #fff; */
}


.portlet-dockbar a [class^="icon-"], .portlet-dockbar a [class*=" icon-"]{
  font-family: 'fontawesome-alloy'!important;
}

.aui .cupon-de-pago .row,
.aui .cont-form-sispro .row {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
}

.aui .cupon-de-pago .form-group .captchaText.form__input {
    width: 130% !important;
}

.aui .cupon-de-pago button.btn,
.aui .cont-form-sispro button.btn {
	text-decoration: none;
    color: #fff;
    background-color: #5bc500;
    text-align: center;
    letter-spacing: .5px;
    background-image: none;
    transition: .2s ease-out;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
}

.aui .cont-form-sispro .row .col {
	padding: 0 .75rem;
}

.aui .cont-form-sispro .icon-angle-right:before {
    content: none;
}

.aui .portlet-borderless-bar .portlet-actions .btn-group.portlet-options a.dropdown-toggle {
    background-image: url(../images/portlet/draggable_borderless.png); 
}

.aui .desktopSearch--open input[type="text"].dnavigation__search-input {
    visibility: visible;
    opacity: 1;
    width: 100%
}

.aui input[type="text"].dnavigation__search-input {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    border: 0;
    background: 0 0;
    color: red;
    font-weight: 100;
    font-size: 30px;
    line-height: 38px;
    color: #63666d;
    outline: 0;
	height: auto;
	width: inherit;
}

.aui input[type="text"].dnavigation__search-input:focus {
    box-shadow: none;
}

.modal{
  left: 0!important;
  margin-left: auto!important;
  border: none!important;
  right: 0!important;
}

label{
  display: inline!important;
  font-size: .8rem!important;
}

.aui .content-negocios .btn {
    color: #fff;
    background-color: #954b97!important
}

.aui .content-negocios .btn:hover {
    background-color: #a653a8;
}

.aui .content-negocios .btn-flat {
    box-shadow: none;
    background-color: transparent!important;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s
}


.aui .c-plan--recommended .c-plan__get {
    background: #5bc500!important;
}

.aui .c-plan--recommended .c-plan__list-item--price {
    color: #5bc500!important;
}

.aui .c-plan--recommended .c-plan__list-item-planes--price {
    color: #5bc500!important;
}

.btn-flat {
    box-shadow: none;
    background-color: transparent!important;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s
}

.btn-flat:active,.btn-flat:focus {
    background-color: transparent!important
}

.btn-flat:focus,.btn-flat:hover {
    background-color: rgba(0,0,0,.1);
    box-shadow: none
}

.btn-flat:active {
    background-color: rgba(0,0,0,.2)
}

.btn-flat.disabled {
    background-color: transparent!important;
    color: #b3b3b3!important;
    cursor: default
}

.btn-grey {
    background-color: #d3d4d3!important;
    color: #50535a!important;
    text-decoration: none!important
}

.btn-grey:focus,.btn-grey:hover {
    background-color: #c6c7c6!important;
}

.btn-white {
    background-color: #fff!important;
    color: #50535a!important;
    text-decoration: none!important
}

.btn-white:focus,.btn-white:hover {
    background-color: #f2f2f2!important
}

.btn-blue {
    background-color: #00a9e0!important;
    color: #fff!important;
    text-decoration: none!important
}

.btn-blue:focus,.btn-blue:hover {
    background-color: #0096c7!important
}

.btn-large {
    height: 54px;
    line-height: 54px
}

.btn-large i {
    font-size: 1.6rem
}

.btn-block {
    display: block
}

.aui .navigation-tabs__item{
  line-height: 40px!important;
}

.sticky-llamame__btn > a{
   padding: 1rem!important;
   height: auto!important;
   line-height: 20px!important;
}

.sticky-llamame__btn > a{
   padding-top: 12px!important;
}

p {
    margin-bottom: 1em!important;
}

h1,h2,h3 {
    margin: 1em 0!important;
}


button,input[type=text],optgroup,select,textarea {
    color: inherit;
    line-height: inherit!important;
    margin: 0;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}

.container-full {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: .75rem;
    padding-right: .75rem
}

.container-full .row .col,.container-full .row .span1,.container-full .row .span10,.container-full .row .span12,.container-full .row .span2,.container-full .row .span3,.container-full .row .span4,.container-full .row .span5,.container-full .row .span6,.container-full .row .span7,.container-full .row .span8,.container-full .row .span9,.container-full .row-fluid .col,.container-full .row-fluid .span1,.container-full .row-fluid .span10,.container-full .row-fluid .span12,.container-full .row-fluid .span2,.container-full .row-fluid .span3,.container-full .row-fluid .span4,.container-full .row-fluid .span5,.container-full .row-fluid .span6,.container-full .row-fluid .span7,.container-full .row-fluid .span8,.container-full .row-fluid .span9 {
    padding: 0
}

@media only screen and (min-width: 601px) {
    .container {
        width:85%!important;
    }
}

@media only screen and (min-width: 993px) {
    .container-full {
        width:85%!important;
        max-width: 1280px
    }

    .container-full-blue {
        width: 62%;
        margin: 0 auto
    }

    .container-full .row .col,.container-full .row .span1,.container-full .row .span10,.container-full .row .span12,.container-full .row .span2,.container-full .row .span3,.container-full .row .span4,.container-full .row .span5,.container-full .row .span6,.container-full .row .span7,.container-full .row .span8,.container-full .row .span9,.container-full .row-fluid .col,.container-full .row-fluid .span1,.container-full .row-fluid .span10,.container-full .row-fluid .span12,.container-full .row-fluid .span2,.container-full .row-fluid .span3,.container-full .row-fluid .span4,.container-full .row-fluid .span5,.container-full .row-fluid .span6,.container-full .row-fluid .span7,.container-full .row-fluid .span8,.container-full .row-fluid .span9 {
        padding: 0 .75rem
    }
}

.container .row,.container .row-fluid,.container-full .row,.container-full .row-fluid {
    margin-left: -.75rem!important;
    margin-right: -.75rem!important;
}

.container-form {
    width: 90%;
    margin: 0 auto
}

.container-form .row .col.input-field,.container-form .row .input-field.span1,.container-form .row .input-field.span10,.container-form .row .input-field.span12,.container-form .row .input-field.span2,.container-form .row .input-field.span3,.container-form .row .input-field.span4,.container-form .row .input-field.span5,.container-form .row .input-field.span6,.container-form .row .input-field.span7,.container-form .row .input-field.span8,.container-form .row .input-field.span9,.container-form .row-fluid .col.input-field,.container-form .row-fluid .input-field.span1,.container-form .row-fluid .input-field.span10,.container-form .row-fluid .input-field.span12,.container-form .row-fluid .input-field.span2,.container-form .row-fluid .input-field.span3,.container-form .row-fluid .input-field.span4,.container-form .row-fluid .input-field.span5,.container-form .row-fluid .input-field.span6,.container-form .row-fluid .input-field.span7,.container-form .row-fluid .input-field.span8,.container-form .row-fluid .input-field.span9 {
    padding: 0 5px!important;
}

#_145_dockbar .container{
  width: 100%!important;
}

h1{
   line-height: 1.1!important;
}

.aui .search-group input{
  height: auto!important; 
}

.aui .c-plan__view-detail {
    color: #00a9e0!important;
    text-decoration: underline!important;
}

.btn,.btn-flat,.btn-large {
    padding: 0 2rem!important;
    -webkit-tap-highlight-color: transparent
}

.aui .form-group{
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: 1.1!important;
}

.modal h1,.modal h2,.modal h3,.modal h4 {
    margin-top: 0!important;
}


@media (max-width: 767px) and (max-width: 979px) {
  .aui .btn{
    width: fit-content;
    display: inline-block;
  }
}

.sticky-llamame1 .btn{
    color: #954B97!important;
    background-color: #fff!important;
}


.aui .c-plan__get{
  width: 100%!important;
}



.aui .hero-distributiva__container{
    width: 870px!important;
    margin-top: 60px!important;
}

.aui.cupon-de-pago{
  line-height: 1.4;
}

.aui .cupon-de-pago .flex .form__input {
    margin: 0!important;
}

.btn-large:hover,.btn:hover {
    background-color: #67df00;
    background-image: none
}

.row .col.pnt-layout-columna{
    min-height:100px;
}

.aui button.btn{
  /* height: 48px; */
  text-decoration: none;
  color: #fff;
  background-color: #5bc500;
  text-align: center;
  letter-spacing: .5px;
  background-image: none;
  transition: .2s ease-out;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
  line-height: 36px;
  text-shadow: none;
  border: none;
  font-family: 'Telefonica';
}

.aui .hero-404__container {
    width: 870px!important;
    margin-top: 60px;
}

.aui .hero__item-title{
  margin: 0 auto!important;
}

.aui .cupon-de-pago .flex .form__input.pnt-input-captcha {
  background-image: none;
  margin-top: 2%!important;
  margin-right: 11px!important;
  margin-left: 11px!important; }
  
.aui input[readonly].form__input{
  cursor:auto;
}

@media (max-width: 979px){
  .aui .user-avatar-image {
	width: 18px;
  }
  #_145_navSiteNavigationNavbarBtn{
	display:none;
  }
}

.aui .lfr-menu-list [class*=" icon-"], .aui .lfr-menu-list [class^=icon-]{
  font-family: 'fontawesome-alloy'!important;
}

.aui .staging-controls .staging-bar .dropdown-menu{
  min-width: 540px!important;
}

.portlet-staging-bar .staging-toggle .variations-options .staging-variation-selector .icon-globe, .portlet-staging-bar .staging-toggle .variations-options .staging-variation-selector .icon-file{
  font-family: 'fontawesome-alloy'!important;
}

.aui .tooltip-help{
  height: auto!important;
  background-image: none!important;
}

.portlet-staging-bar .dropdown-menu .publish-link-container .publish-link{
  padding: 5px!important;
  font-size: 14px!important;
}

.aui #_145_styleButtons [class*=" icon-"], .aui #_145_styleButtons [class^=icon-]{
  font-family: 'fontawesome-alloy'!important;
}

.aui #_145_styleButtons [class*=" icon-"], .aui #_145_styleButtons [class^=icon-]{
  font-family: 'fontawesome-alloy'!important;
}

.aui .add-content-button [class*=" icon-"], .aui .add-content-button [class^=icon-]{
  font-family: 'fontawesome-alloy'!important;
}

.lfr-icon-menu.portlet-options a{
  display: inline!important;
}


@media only screen and (max-width: 600px) {
    .hide-on-small-and-down,.hide-on-small-only {
        display:none!important
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 600px) and (max-width:992px) {
    .hide-on-med-only {
        display:none!important
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display:none!important
    }
}

.show-on-large {
    display: none!important;
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display:block!important
    }
}

.show-on-medium {
    display: none!important;
}

@media only screen and (min-width: 600px) and (max-width:992px) {
    .show-on-medium {
        display:block!important
    }
}

.show-on-small {
    display: none!important;
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display:block!important
    }
}

.show-on-medium-and-up {
    display: none!important;
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display:block!important
    }
}

.show-on-medium-and-down {
    display: none!important;
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display:block!important
    }
}


.aui .m-product-card__title{
  margin: 0 auto!important;
}

.aui .m-product-card__sale{
  margin: 0!important; 
}

.aui .c-plan.packs-dobles .c-plan__deail-text.small,.aui .c-plan.packs-dobles .c-plan__deail.small {
    font-size: 16px!important;
}


.aui #_15_fm1 .btn {
    height: 36px;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFEAEAEA', GradientType=0);
    border-color: #eaeaea #eaeaea #c4c4c4;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #eaeaea;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cfcfcf;
    *border: 0;
    border-bottom-color: #b5b5b5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.taglib-header .header-back-to a{
  font-family: 'fontawesome-alloy'!important;
}

.aui [class*=" icon-"], .aui [class^=icon-]{
	font-family: icomoon,'fontawesome-alloy'!important;
}
